@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700;800&display=swap');
@charset "UTF-8";
/* common
================================================ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, main, footer, header, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

ul:not([class]), ol:not([class]) {
  padding-left: 1.25em;
}

ul[class], ol[class] {
  list-style: none;
}

_:-ms-lang(x)::-ms-backdrop, ol:not([class]) {
  padding-left: 1.6em;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: inherit;
}

@media all and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
a[class] {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d6d6d6;
  margin: 1em 0;
  padding: 0;
}

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

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}

@media all and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6em;
  }
}
input[type=text], input[type=email], input[type=tel], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/* 02_base
================================================ */
html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #444;
  font-size: 1.4em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media all and (max-width: 767px) {
  body p {
    line-height: 2;
  }
}
@media all and (min-width: 768px) {
  body {
    min-width: 1180px;
    font-size: 1.6em;
  }
}
.l-wrapper {
  position: relative;
  padding-top: 60px;
  background: #fcfcfc;
}

@media all and (min-width: 768px) {
  .l-wrapper {
    padding-top: 120px;
  }
}
.l-wrapper.is-home {
  padding-top: 0;
}

.l-container {
  padding-top: 48px;
}

.l-container.is-col2 {
  padding-bottom: 50px;
}

@media all and (min-width: 768px) {
  .l-container {
    padding-top: 40px;
  }
  .l-container.is-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    padding-top: 44px;
    padding-bottom: 0;
  }
  .l-container.is-col2 .l-contents {
    width: calc(100% - 280px - 60px);
  }
  .l-container.is-col2 .l-sidebar {
    margin-top: 20px;
    width: 280px;
  }
  .l-container.is-home {
    padding-top: 0;
  }
}
/* utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}

@media all and (min-width: 768px) {
  .u-media-query {
    font-family: "tb";
  }
}
@media all and (min-width: 1180px) {
  .u-media-query {
    font-family: "pc";
  }
}
@media all and (max-width: 1179px) {
  .u-view-pc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .u-view-tb {
    display: none !important;
  }
}
@media all and (min-width: 1180px) {
  .u-view-tb {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .u-view-sp {
    display: none !important;
  }
}
@media all and (min-width: 1180px) {
  .u-view-under-tb {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .u-view-upper-tb {
    display: none !important;
  }
}
/* text
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}

/* link
-------------------------------------- */
.u-alpha {
  display: block;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .u-alpha {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}

a.u-zoom .u-zoom__img {
  display: block;
}

a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}

@media all and (min-width: 768px) {
  a.u-zoom .u-zoom__img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.u-zoom:hover .u-zoom__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* layout
-------------------------------------- */
.u-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
#recruit .mv-side-nav__fab.is-open { background: #7a7a7a; }
/* ラベルを擬似要素で表示（is-openで×に切替） */
#recruit .mv-side-nav__fab::before{
  white-space: nowrap;
    content: 'Menu';
    font-family: "Noto Sans JP";
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    text-align: center;
    font-family: YuMincho;
    font-style: normal;
    font-weight: 800;
    line-height: 170%; 
}
#recruit .mv-side-nav__fab.is-open::before{
    content: '×';
    font-size: 22px;
    color: #FFF;
    text-align: center;
    font-family: YuMincho;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; 
}
@media all and (max-width: 767px) {
  .u-inner.is-sp20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .u-inner {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* font
================================================ */
.u-font-serif {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* component
================================================ */
/*	c-archive01
================================================ */
.c-archive01__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 15px;
  padding: 15px 15px 25px;
}

.c-archive01__item:last-of-type {
  margin-bottom: 0;
}

.c-archive01-pic-area {
  width: 105px;
  margin: 0 0 15px 0;
}

.c-archive01__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 120px);
  height: 100px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.c-archive01-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.c-archive01-info__item {
  margin: 0 3px 3px 0;
  padding: 4px 12px;
  background: #f5e9ea;
  color: #a7575f;
  font-size: 1em;
  text-align: center;
  line-height: 1.4;
}

.c-archive01__txt {
  width: 100%;
  margin-bottom: 16px;
  font-size: 1.2em;
  line-height: 1.8;
}

.c-archive01-data-wrap {
  width: 100%;
  background: #f5f5f5;
  margin: 0 auto 25px;
  padding: 13px 15px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-archive01-data th, .c-archive01-data td {
  padding: 2px 0;
  font-size: 1.1em;
}

.c-archive01-data th {
  width: 65px;
  color: #a7575f;
}

.c-archive01-data td {
  color: #909090;
}

.c-archive01-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
}

.c-archive01-btn__link {
  height: 60px !important;
}

.c-archive01-btn__link:before {
  width: 5px;
  height: 5px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M12.157%2C-0.010%20L12.157%2C11.992%20L0.155%2C11.992%20L12.157%2C-0.010%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-archive01-btn.is-detail {
  width: 42%;
  margin-right: 1px;
  font-size: 1.2em;
}

.c-archive01-btn.is-reserve {
  margin-left: 1px;
  width: 57.1%;
  font-size: 1.4em;
}

@media all and (max-width: 767px) {
  .c-archive01-btn.is-reserve .c-archive01-btn__link {
    background: #a7575f !important;
  }
}
@media all and (min-width: 768px) {
  .c-archive01__item {
    position: relative;
    display: block;
    min-height: 360px;
    margin-bottom: 20px;
    padding: 48px 20px 20px 380px;
  }
  .c-archive01-pic-area {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 340px;
    margin: 0;
  }
  .c-archive01__head {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 15px 20px;
    font-size: 2.1em;
  }
  .c-archive01-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 8px 0;
    padding-left: 20px;
  }
  .c-archive01-info__item {
    margin: 0 4px 4px 0;
    padding: 5px 14px;
    font-size: 1.2em;
  }
  .c-archive01__txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 22px 0;
    padding-left: 20px;
    font-size: 1.5em;
  }
  .c-archive01-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f5f5;
    padding: 13px 20px 20px 31px;
  }
  .c-archive01-data-wrap {
    width: 65%;
    padding: 0;
    margin: 0;
    background: none;
  }
  .c-archive01-data th, .c-archive01-data td {
    padding: 5px 0;
    font-size: 1.3em;
  }
  .c-archive01-data th {
    width: 80px;
  }
  .c-archive01-btn-area {
    width: 213px;
    margin: 0;
  }
  .c-archive01-btn__link {
    height: 80px !important;
  }
  .c-archive01-btn.is-detail {
    width: 80px;
    font-size: 1.3em;
  }
  .c-archive01-btn.is-reserve {
    width: 130px;
    font-size: 1.6em;
  }
}
/*  .c-archive02
================================================== */
.c-archive02__link {
  position: relative;
}

.c-archive02-pic-area {
  margin-bottom: 14px;
}

.c-archive02__cat {
  position: absolute;
  top: 0;
  right: 0;
  background: #535251;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1;
  padding: 5px;
}

.c-archive02__cat.is-red {
  background: #a7575f;
}

.c-archive02__date {
  margin-bottom: 3px;
  color: #909090;
  font-size: 1em;
  letter-spacing: 0.1em;
}

.c-archive02__txt {
  font-size: 1.2em;
  line-height: 1.8;
}

.c-archive02__person {
  margin-top: 5px;
  line-height: 1.7;
  color: #909090;
  font-size: 1.1em;
}

.c-archive02__person-span.has-margin:not(:last-of-type) {
  margin-right: 1em;
}

@media all and (min-width: 768px) {
  .c-archive02-pic-area {
    margin-bottom: 18px;
  }
  .c-archive02__cat {
    padding: 9px;
    font-size: 1.2em;
  }
  .c-archive02__date {
    margin-bottom: 11px;
    font-size: 1.2em;
  }
  .c-archive02__txt {
    font-size: 1.5em;
  }
  .c-archive02__person {
    margin-top: 12px;
    font-size: 1.3em;
  }
  .c-archive02__person-span.has-margin-pc {
    margin-right: 0.9em;
  }
}
.c-archive02:not(.c-voice01-list) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  .c-archive02:not(.c-voice01-list) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-archive02:not(.c-voice01-list) .c-archive02__item {
    width: calc(50% - 7px);
  }
  .c-archive02:not(.c-voice01-list) .c-archive02__item:nth-of-type(n + 3) {
    margin-top: 37px;
  }
  .c-archive02:not(.c-voice01-list) .c-archive02-pic-area {
    height: 27.4vw;
  }
}
@media all and (min-width: 768px) {
  .c-archive02:not(.c-voice01-list) .c-archive02__item {
    width: 31.7%;
    margin: 0 2.45% 0 0;
  }
  .c-archive02:not(.c-voice01-list) .c-archive02__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-archive02:not(.c-voice01-list) .c-archive02__item:nth-of-type(n + 4) {
    margin-top: 77px;
  }
  .c-archive02:not(.c-voice01-list) .c-archive02-pic-area {
    height: 235px;
  }
}
/*  .c-archive03
================================================== */
.c-archive03__item {
  border-bottom: 1px solid #d6d6d6;
}

.c-archive03__item:first-of-type {
  border-top: 1px solid #d6d6d6;
}

.c-archive03__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 10px;
}

.c-archive03__date {
  margin: 0 11px 0 0;
  color: #909090;
  font-size: 1em;
}

.c-archive03-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-archive03-cat__item {
  margin: 2px 4px 2px 0;
  padding: 4px 8px;
  background: #a7575f;
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 1.2;
}

.c-archive03__txt {
  width: 100%;
  margin-top: 3px;
  font-size: 1.3em;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .c-archive03__link {
    padding: 26px 0 28px;
  }
  .c-archive03__date {
    margin-right: 18px;
    font-size: 1.2em;
  }
  .c-archive03-cat__item {
    margin: 2px 4px 2px 0;
    padding: 8px 16px;
    font-size: 1.2em;
  }
  .c-archive03__txt {
    margin-top: 11px;
    font-size: 1.6em;
  }
}
/*	.c-archive04
================================================ */
.c-archive04__item {
  margin: 0 auto;
  padding: 0 7px;
}

.c-archive04-pic-area {
  position: relative;
  margin-bottom: 13px;
}

.c-archive04__pic {
  width: 100%;
}

.c-archive04__cat {
  position: absolute;
  top: 0;
  right: 0;
  background: #a7575f;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1;
  padding: 5px;
}

.c-archive04__name {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.8;
}

.c-archive04__txt {
  font-size: 1.2em;
  line-height: 1.8;
}

.c-archive04 .slick-list {
  overflow: visible;
}

@media all and (min-width: 768px) {
  .c-archive04__item {
    padding: 0 12px;
  }
  .c-archive04-pic-area {
    margin-bottom: 18px;
  }
  .c-archive04__cat {
    padding: 9px;
    font-size: 1.2em;
  }
  .c-archive04__name {
    font-size: 1.8em;
  }
  .c-archive04__txt {
    font-size: 1.5em;
  }
}
/*	.c-bg-gray-col2
================================================ */
@media all and (max-width: 767px) {
  .c-bg-gray-col2 {
    background: #f5f5f5;
  }
}
@media all and (min-width: 768px) {
  .c-bg-gray-col2 {
    position: relative;
  }
  .c-bg-gray-col2:before {
    position: absolute;
    top: 0;
    left: calc((50vw - 550px) * -1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 100vw;
    min-width: 1180px;
    height: 100%;
    background: #f5f5f5;
  }
  .c-bg-gray-col2__inner {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1180px) {
  .c-bg-gray-col2:before {
    left: -40px;
  }
}
/*	.c-bg-gray
================================================ */
.c-bg-gray {
  background: #f5f5f5;
}

/*	.c-building01
================================================ */
.c-building01__item {
  background: #fff;
}

.c-building01__head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  line-height: 1.7;
}

.c-building01-content {
  padding: 23px 20px;
}

.c-building01__pic {
  width: 100%;
}

@media all and (max-width: 767px) {
  .c-building01__item {
    margin-bottom: 20px;
  }
  .c-building01__item:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .c-building01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-building01__item {
    width: 31.7%;
    margin: 0 2.45% 0 0;
  }
  .c-building01__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-building01__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .c-building01__head {
    height: 95px;
  }
  .c-building01-content {
    padding: 50px 20px 30px;
  }
}
/*	.c-btn01.is-white
================================================ */
.c-btn01.is-white {
  position: relative;
  color: #fff;
}

.c-btn01.is-white:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  pointer-events: none;
}

.c-btn01.is-white .c-btn01__link {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
}

.c-btn01.is-white .c-btn01__link:before {
  background: #fff;
}

.c-btn01.is-white .c-btn01__link:after {
  border-color: #fff;
}

@media all and (min-width: 768px) {
  .c-btn01.is-white .c-btn01__link:hover {
    color: #444;
  }
  .c-btn01.is-white .c-btn01__link:hover:before {
    background: #444;
  }
}
/*  .c-btn01
================================================== */
.c-btn01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 235px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.4;
}

.c-btn01__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 5px 30px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #444), color-stop(50%, #111));
  background-image: linear-gradient(to right, #444 50%, #111 50%);
  background-position: 0 0;
  background-size: 200% auto;
}

.c-btn01__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
}

.c-btn01__link:after {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(100% - 2px);
  content: "";
  display: block;
  width: 19px;
  height: 6px;
  -webkit-transform: skewX(23deg);
  transform: skewX(23deg);
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}

@media all and (min-width: 768px) {
  .c-btn01 {
    width: 280px;
    font-size: 1.4em;
  }
  .c-btn01__link {
    height: 60px;
    padding: 21px 45px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-btn01__link:before {
    width: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-btn01__link:after {
    width: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-btn01__link:hover {
    background-position: -100% 0;
  }
  .c-btn01__link:hover:after {
    width: 25px;
  }
}
/*	.c-btn02.is-pc-wide
================================================ */
@media all and (min-width: 768px) {
  .c-btn02.is-pc-wide {
    width: 250px;
  }
}
/*	.c-btn02.is-red
================================================ */
.c-btn02.is-red .c-btn02__link {
  background: #980313;
}

@media all and (min-width: 768px) {
  .c-btn02.is-red .c-btn02__link:after {
    background: #d2071d;
  }
}
/*	.c-btn02
================================================ */
.c-btn02 {
  max-width: 100%;
  width: 200px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.c-btn02__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  background: #444;
}

.c-btn02__link:before {
  position: absolute;
  z-index: 3;
  right: 4px;
  bottom: 4px;
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M12.157%2C-0.010%20L12.157%2C11.992%20L0.155%2C11.992%20L12.157%2C-0.010%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn02__txt {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 768px) {
  .c-btn02__link {
    position: relative;
    height: 50px;
  }
  .c-btn02__link:hover:after {
    width: 100%;
    opacity: 1;
  }
  .c-btn02__link:before {
    width: 6px;
    height: 6px;
    right: 5px;
    bottom: 5px;
  }
  .c-btn02__link:after {
    position: absolute;
    background: #111;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/* .c-color-black
================================================== */
.c-color-black {
  color: #444;
}

/* .c-color-red
================================================== */
.c-color-red {
  color: #980313;
}

/* .c-color-red-light
================================================== */
.c-color-red-light {
  color: #a7575f;
}

/* .c-cv01
================================================ */
.c-cv01 {
  background: url("../img/common/bg_cv01.png") no-repeat center;
  background-size: cover;
  padding: 35px 0 60px;
}

.c-cv01-head {
  margin-bottom: 24px;
}

.c-cv01-head__head {
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.8;
}

.c-cv01-btn {
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.c-cv01-btn-tel {
  margin-bottom: 13px;
}

.c-cv01-btn-tel__link {
  display: block;
  padding: 17px 5px 14px;
}

.c-cv01-btn-tel__num {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 0 0 29px;
  font-size: 2.5em;
  line-height: 1;
}

.c-cv01-btn-tel__num:before {
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241px%22%20height%3D%2241px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M38.528%2C19.251%20C38.528%2C9.997%2031.011%2C2.469%2021.771%2C2.469%20L21.771%2C0.495%20C32.098%2C0.495%2040.499%2C8.909%2040.499%2C19.251%20L38.528%2C19.251%20ZM28.671%2C19.251%20C28.671%2C15.440%2025.575%2C12.340%2021.771%2C12.340%20L21.771%2C10.366%20C26.663%2C10.366%2030.642%2C14.352%2030.642%2C19.251%20L28.671%2C19.251%20ZM21.771%2C5.431%20C29.380%2C5.431%2035.571%2C11.631%2035.571%2C19.251%20L33.600%2C19.251%20C33.600%2C12.720%2028.294%2C7.404%2021.771%2C7.404%20L21.771%2C5.431%20ZM24.438%2C29.083%20L27.964%2C25.552%20L28.574%2C25.807%20C31.536%2C27.052%2034.860%2C29.270%2037.244%2C31.596%20L37.656%2C31.997%20L37.510%2C32.553%20C36.946%2C34.698%2036.076%2C37.323%2033.886%2C40.537%20L33.573%2C40.997%20L33.018%2C40.966%20C31.232%2C40.869%2021.797%2C39.857%2011.464%2C29.510%20C1.132%2C19.163%200.123%2C9.714%200.026%2C7.926%20L-0.005%2C7.370%20L0.454%2C7.057%20C3.660%2C4.864%206.283%2C3.992%208.425%2C3.427%20L8.982%2C3.281%20L9.383%2C3.693%20C11.705%2C6.081%2013.919%2C9.409%2015.162%2C12.376%20L15.418%2C12.987%20L11.892%2C16.519%20C12.316%2C17.672%2013.615%2C20.495%2017.041%2C23.926%20C20.467%2C27.357%2023.286%2C28.657%2024.438%2C29.083%20ZM9.816%2C16.504%20L9.668%2C15.954%20L13.080%2C12.537%20C11.979%2C10.141%2010.202%2C7.482%208.367%2C5.489%20C6.606%2C5.986%204.516%2C6.753%202.042%2C8.370%20C2.301%2C10.707%203.838%2C19.081%2012.858%2C28.115%20C21.879%2C37.149%2030.241%2C38.688%2032.575%2C38.947%20C34.189%2C36.465%2034.955%2C34.375%2035.451%2C32.614%20C33.460%2C30.775%2030.806%2C28.996%2028.413%2C27.894%20L25.002%2C31.310%20L24.453%2C31.161%20C23.773%2C30.979%2020.159%2C29.840%2015.647%2C25.322%20C11.135%2C20.804%209.998%2C17.184%209.816%2C16.504%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-cv01-btn-tel__time {
  font-size: 1em;
}

.c-cv01-btn-contact__link {
  position: relative;
  display: block;
  padding: 18px 5px;
}

.c-cv01-btn-contact__link:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
}

.c-cv01-btn-contact__txt {
  position: relative;
  z-index: 3;
  display: table;
  margin: 0 auto;
  padding: 3px 0 0 34px;
  font-size: 1.5em;
  letter-spacing: 0.2em;
}

.c-cv01-btn-contact__txt:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto auto 7px;
  width: 20px;
  height: 14px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.06%22%20height%3D%2214.99%22%20viewBox%3D%220%200%2021.06%2014.99%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M20.46%2C15H.6a.6.6%2C0%2C0%2C1-.6-.6V.6A.6.6%2C0%2C0%2C1%2C.6%2C0H20.46a.6.6%2C0%2C0%2C1%2C.6.6V14.39A.6.6%2C0%2C0%2C1%2C20.46%2C15ZM1.2%2C13.79H19.86V1.2H1.2Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M10.53%2C9.57a.6.6%2C0%2C0%2C1-.36-.12L3.34%2C4.24a.6.6%2C0%2C0%2C1-.11-.84.6.6%2C0%2C0%2C1%2C.84-.12l6.46%2C4.94L17%2C3.28a.6.6%2C0%2C0%2C1%2C.84.12.59.59%2C0%2C0%2C1-.11.84L10.9%2C9.45A.63.63%2C0%2C0%2C1%2C10.53%2C9.57Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .c-cv01 {
    padding: 52px 0 67px;
  }
  .c-cv01-head {
    margin-bottom: 28px;
  }
  .c-cv01-head__head {
    font-size: 3em;
  }
  .c-cv01-btn {
    max-width: none;
  }
  .c-cv01-btn-area {
    width: 970px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-cv01-btn-tel {
    width: 400px;
    margin: 7px auto 0 0;
    border: none;
  }
  .c-cv01-btn-tel__link {
    padding: 0;
    pointer-events: none;
  }
  .c-cv01-btn-tel__num {
    display: block;
    margin-bottom: 8px;
    font-size: 5em;
    letter-spacing: 0.04em;
  }
  .c-cv01-btn-tel__num:before {
    width: 40px;
    height: 40px;
  }
  .c-cv01-btn-tel__time {
    padding-left: 62px;
    font-size: 1.3em;
    text-align: left;
  }
  .c-cv01-btn-contact {
    width: 500px;
    margin: 0 35px 0 auto;
  }
  .c-cv01-btn-contact__link {
    padding: 25px 5px;
  }
  .c-cv01-btn-contact__link:hover:after {
    width: 100%;
    opacity: 1;
  }
  .c-cv01-btn-contact__link:before {
    width: 50px;
  }
  .c-cv01-btn-contact__link:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    opacity: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-cv01-btn-contact__txt {
    padding: 4px 10px 0 60px;
    font-size: 2.4em;
  }
  .c-cv01-btn-contact__txt:before {
    width: 34px;
    height: 24px;
    margin-bottom: 9px;
  }
}
/* .c-cv02
================================================ */
.c-cv02 {
  background: #f3efec;
  background: -webkit-gradient(linear, left top, right top, from(#ebe2e1), to(#f5f1ee));
  background: linear-gradient(90deg, #ebe2e1 0%, #f5f1ee 100%);
}

.c-cv02__item {
  position: relative;
  height: 338px;
}

.c-cv02-pic-area {
  height: 170px;
}

.c-cv02-txt-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: calc(100% - 50px);
  padding: 21px 5px;
  height: 143px;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

.c-cv02-txt-area:before {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%2364182a%22%20d%3D%22M12.157%2C-0.010%20L12.157%2C11.992%20L0.155%2C11.992%20L12.157%2C-0.010%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-cv02__head {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5;
}

.c-cv02__num {
  position: absolute;
  top: 12px;
  left: -5px;
  padding: 0 0 0 27px;
  color: #909090;
  font-size: 1em;
}

.c-cv02__num:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #b2b2b2;
}

.c-cv02__txt {
  font-size: 1.2em;
  text-align: center;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .c-cv02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 97px;
  }
  .c-cv02__item {
    width: calc(50% - 2px);
    height: 460px;
  }
  .c-cv02-pic-area {
    height: 340px;
  }
  .c-cv02-txt-area {
    height: 190px;
    width: calc(100% - 120px);
    max-width: 832px;
    padding: 45px 20px;
    bottom: 0;
  }
  .c-cv02-txt-area:before {
    right: 10px;
    bottom: 10px;
  }
  .c-cv02__head {
    margin-bottom: 12px;
    font-size: 2.1em;
  }
  .c-cv02__head-color {
    margin-right: 12px;
  }
  .c-cv02__num {
    top: 11px;
    left: -10px;
    padding-left: 41px;
    font-size: 1.2em;
  }
  .c-cv02__num:before {
    width: 30px;
  }
  .c-cv02__txt {
    font-size: 1.5em;
  }
}
/*  .c-faq01
================================================== */
.c-faq01 {
  border-bottom: 1px solid #d6d6d6;
}

.c-faq01__btn {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #a7575f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-faq01__btn::before, .c-faq01__btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-faq01__btn::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-faq01__head .c-faq01__ico, .c-faq01__txt .c-faq01__ico {
  position: absolute;
  display: block;
  font-size: 1.5em;
}

.c-faq01__head {
  position: relative;
  padding: 19px 15px 23px 34px;
  border-top: 1px solid #d6d6d6;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.c-faq01__head[class*=toggle] {
  padding-right: 50px;
}

.c-faq01__head.is-active .c-faq01__btn {
  background: #c2c2c2;
}

.c-faq01__head.is-active .c-faq01__btn:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-faq01__head .c-faq01__ico {
  content: "Q";
  top: 19px;
  left: 2px;
}

.c-faq01__txt {
  position: relative;
  padding: 0 45px 20px 35px;
  font-size: 1.3em;
}

.c-faq01__txt .c-faq01__ico {
  content: "A";
  top: -1px;
  left: 4px;
}

@media all and (min-width: 768px) {
  .c-faq01__btn {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .c-faq01__btn::before, .c-faq01__btn::after {
    width: 14px;
  }
  .c-faq01__head .c-faq01__ico, .c-faq01__txt .c-faq01__ico {
    font-size: 2em;
  }
  .c-faq01__head {
    padding: 47px 30px 47px 50px;
    font-size: 1.8em;
    letter-spacing: 0.15em;
  }
  .c-faq01__head .c-faq01__ico {
    top: 45px;
    left: 0;
  }
  .c-faq01__txt {
    padding: 0 60px 35px 50px;
    font-size: 1.6em;
  }
  .c-faq01__txt .c-faq01__ico {
    top: -2px;
    left: 2px;
  }
}
/*	.c-form01
================================================ */
/*  .c-form01 base
-------------------------------------------------*/
.c-form01 label {
  font-weight: inherit;
}

.c-form01 input[type=text]:not([class]), .c-form01 input[type=email]:not([class]), .c-form01 input[type=tel]:not([class]), .c-form01 textarea:not([class]), .c-form01 select:not([class]) {
  width: 100%;
}

.c-form01 input[type=text], .c-form01 input[type=email], .c-form01 input[type=tel], .c-form01 textarea {
  height: 45px;
  padding: 5px 10px;
  background: #f1f1f1;
  border-radius: 0;
  border: none;
  font-family: inherit;
  font-size: 1.6em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-form01 input[type=text]:-ms-input-placeholder, .c-form01 input[type=email]:-ms-input-placeholder, .c-form01 input[type=tel]:-ms-input-placeholder, .c-form01 textarea:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.5);
}

.c-form01 input[type=text]::-webkit-input-placeholder, .c-form01 input[type=email]::-webkit-input-placeholder, .c-form01 input[type=tel]::-webkit-input-placeholder, .c-form01 textarea::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.5);
}

.c-form01 input[type=text]::-moz-placeholder, .c-form01 input[type=email]::-moz-placeholder, .c-form01 input[type=tel]::-moz-placeholder, .c-form01 textarea::-moz-placeholder {
  color: rgba(68, 68, 68, 0.5);
}

@media all and (min-width: 768px) {
  .c-form01 input[type=text], .c-form01 input[type=email], .c-form01 input[type=tel], .c-form01 textarea {
    height: 60px;
    padding: 5px 20px;
  }
}
.c-form01 select {
  cursor: pointer;
  display: block;
  height: 44px;
  padding: 0 30px 0 13px;
  background: #f1f1f1 url("../img/common/ico_arrow01.png") no-repeat right 16px center;
  background-size: 12px;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6em;
  border: 1px solid #dfdfdf;
  font-size: 1.4em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-form01 select::-ms-expand {
  display: none;
}

@media all and (min-width: 768px) {
  .c-form01 select {
    height: 59px;
    max-width: 400px;
    padding: 5px 41px 5px 20px;
    background-position: right 23px center;
    font-size: 1.6em;
  }
}
.c-form01 textarea {
  overflow: auto;
  height: 175px;
  padding: 10px;
}

@media all and (min-width: 768px) {
  .c-form01 textarea {
    height: 175px;
    padding: 20px;
  }
}
.c-form01-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-form01-radio-wrap.is-block {
  display: block;
}

@media all and (max-width: 767px) {
  .c-form01-radio-wrap.is-sp-block {
    display: block;
  }
  .c-form01-radio-wrap:last-of-type {
    margin-bottom: -6px;
  }
}
@media all and (min-width: 768px) {
  .c-form01-radio-wrap {
    margin: 10px auto;
  }
  .c-form01-radio-wrap.is-block {
    display: inline-table;
  }
}
.c-form01 .mwform-radio-field {
  margin-right: 37px;
  display: block;
}

.c-form01 .mwform-radio-field label {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-form01 .mwform-radio-field input {
  display: none;
}

.c-form01 .mwform-radio-field .mwform-radio-field-text {
  display: block;
  line-height: 1.5;
  padding: 7px 0 7px 30px;
  position: relative;
}

.c-form01 .mwform-radio-field .mwform-radio-field-text:before, .c-form01 .mwform-radio-field .mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
}

.c-form01 .mwform-radio-field .mwform-radio-field-text:before {
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
}

.c-form01 .mwform-radio-field .mwform-radio-field-text:after {
  left: 5px;
  top: 11px;
  width: 12px;
  height: 12px;
  background: #a7575f;
  border-radius: 50%;
  display: none;
}

.c-form01 .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text:after {
  display: block;
}

@media all and (min-width: 768px) {
  .c-form01 .mwform-radio-field {
    display: table;
  }
  .c-form01 .mwform-radio-field .mwform-radio-field-text {
    padding: 8px 0 8px 33px;
  }
  .c-form01 .mwform-radio-field .mwform-radio-field-text:before {
    width: 23px;
    height: 23px;
    top: 8px;
  }
  .c-form01 .mwform-radio-field .mwform-radio-field-text:after {
    width: 13px;
    height: 13px;
    top: 14px;
    left: 6px;
  }
}
.c-form01-checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-form01-checkbox-wrap.is-block {
  display: block;
}

@media all and (max-width: 767px) {
  .c-form01-checkbox-wrap:last-of-type {
    margin-bottom: -6px;
  }
}
@media all and (min-width: 768px) {
  .c-form01-checkbox-wrap {
    margin: 10px auto;
  }
  .c-form01-checkbox-wrap.is-block {
    display: inline-table;
  }
}
.c-form01 .mwform-checkbox-field {
  margin-right: 37px;
  display: block;
}

.c-form01 .mwform-checkbox-field label {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-form01 .mwform-checkbox-field input {
  display: none;
}

.c-form01 .mwform-checkbox-field .mwform-checkbox-field-text {
  display: block;
  line-height: 1.5;
  padding: 7px 0 7px 40px;
  position: relative;
}

.c-form01 .mwform-checkbox-field .mwform-checkbox-field-text:before, .c-form01 .mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
}

.c-form01 .mwform-checkbox-field .mwform-checkbox-field-text:before {
  width: 23px;
  height: 23px;
  left: 0;
  top: 5px;
  border: 1px solid #d6d6d6;
}

.c-form01 .mwform-checkbox-field .mwform-checkbox-field-text:after {
  left: 5px;
  top: 5px;
  width: 20px;
  height: 12px;
  display: none;
  border: 3px solid #980313;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-form01 .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  display: block;
}

@media all and (min-width: 768px) {
  .c-form01 .mwform-checkbox-field {
    display: table;
    margin-bottom: 3px;
  }
  .c-form01 .mwform-checkbox-field .mwform-checkbox-field-text {
    padding: 8px 0 8px 50px;
  }
  .c-form01 .mwform-checkbox-field .mwform-checkbox-field-text:before {
    width: 28px;
    height: 28px;
    top: 6px;
  }
  .c-form01 .mwform-checkbox-field .mwform-checkbox-field-text:after {
    width: 21px;
    height: 13px;
    top: 7px;
    left: 6px;
    border-width: 4px;
  }
}
.c-form01-btn-area {
  margin: 30px auto 0;
}

.c-form01-btn-area .c-form01-btn + .c-form01-btn {
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .c-form01-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 57px;
  }
  .c-form01-btn-area .c-form01-btn {
    margin: 0;
  }
  .c-form01-btn-area .c-form01-btn + .c-form01-btn {
    margin: 0 0 0 50px;
  }
}
.c-form01-btn {
  overflow: visible;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 265px;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #444), color-stop(50%, #111));
  background-image: linear-gradient(to right, #444 50%, #111 50%);
  background-position: 0 0;
  background-size: 200% auto;
  border: none;
  color: #fff;
  font-size: 1.4em;
  font-family: inherit;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.c-form01-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
}

.c-form01-btn:after {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(100% - 2px);
  content: "";
  display: block;
  width: 19px;
  height: 6px;
  -webkit-transform: skewX(23deg);
  transform: skewX(23deg);
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}

.c-form01-btn__txt {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

.c-form01-btn.is-back {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #ccc), color-stop(50%, #f5f5f5));
  background-image: linear-gradient(to left, #ccc 50%, #f5f5f5 50%);
  color: #444;
  font-weight: 500;
}

.c-form01-btn.is-back:before {
  background: #444;
  right: auto;
  left: 0;
  top: 30px;
  bottom: auto;
}

.c-form01-btn.is-back:after {
  top: 24px;
  left: auto;
  right: calc(100% - 2px);
  border-right: none;
  border-left: 1px solid #444;
  -webkit-transform: skew(-23deg);
  transform: skew(-23deg);
}

@media all and (min-width: 768px) {
  .c-form01-btn {
    width: 350px;
    height: 80px;
    font-size: 1.6em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-form01-btn:before {
    width: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-form01-btn:after {
    width: 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-form01-btn:hover {
    background-position: -100% 0;
  }
  .c-form01-btn:hover:after {
    width: 25px;
  }
  .c-form01-btn.is-back:before {
    top: 40px;
  }
  .c-form01-btn.is-back:after {
    top: 34px;
  }
  .c-form01-btn.is-back:hover {
    background-position: 100% 0;
  }
}
/* .c-form01 tag width etc
-------------------------------------------------*/
.c-form01-prefectures {
  width: 162px;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .c-form01-prefectures {
    width: 260px;
    margin-bottom: 14px;
  }
}
.c-form01-year {
  margin-right: 50%;
  width: calc(50% - 5px) !important;
}

@media all and (min-width: 768px) {
  .c-form01-year {
    width: 260px !important;
    margin-right: 20px;
  }
}
.c-form01-month {
  margin-top: 10px;
  width: calc(50% - 5px);
}

@media all and (min-width: 768px) {
  .c-form01-month {
    width: 180px;
    margin: 0 20px 0 0;
  }
}
.c-form01-day {
  margin-top: 10px;
  width: calc(50% - 5px);
}

@media all and (min-width: 768px) {
  .c-form01-day {
    width: 180px;
    margin: 0;
  }
}
.c-form01-date {
  width: calc(50% - 5px) !important;
}

@media all and (min-width: 768px) {
  .c-form01-date {
    width: 260px !important;
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .c-form01-address {
    width: 350px !important;
    margin-left: 20px;
  }
}
/*  .c-form01 layout
-------------------------------------------------*/
.c-form01 {
  padding-bottom: 60px;
}

@media all and (min-width: 768px) {
  .c-form01 {
    padding-bottom: 120px;
  }
}
.c-form01-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  .c-form01-set {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-form01 table {
  border-bottom: 1px solid #d6d6d6;
}

.c-form01 table th {
  position: relative;
  padding-left: 52px;
}

.c-form01 table th.has-msg {
  padding-left: 0;
}

.c-form01 table td {
  padding: 7px 0 20px;
}

@media all and (min-width: 768px) {
  .c-form01 table th {
    width: 302px;
    padding-left: 65px;
  }
  .c-form01 table td {
    padding: 20px 0;
  }
}
/*  .c-form01 other parts
-------------------------------------------------*/
.c-form01-ico {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 0;
  width: 38px;
  height: 18px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a7575f;
  text-align: center;
  font-size: 1em;
}

.c-form01-ico.is-required {
  background: #a7575f;
  color: #fff;
}

.c-form01-ico.is-free {
  background: #fff;
  color: #a7575f;
}

@media all and (min-width: 768px) {
  .c-form01-ico {
    top: 38px;
    width: 44px;
    height: 24px;
    font-size: 1.2em;
  }
}
.c-form01-msg {
  display: block;
  margin-bottom: 5px;
}

.c-form01-privacy {
  margin: 27px auto 0;
}

.c-form01-privacy__txt {
  text-align: center;
}

.c-form01-privacy__link {
  color: #980313;
  text-decoration: underline !important;
}

.c-form01-privacy-checkbox {
  display: table;
  margin: 15px auto 0;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.c-form01-privacy-checkbox .mwform-checkbox-field {
  margin: 0;
  font-weight: 500;
}

@media all and (max-width: 359px) {
  .c-form01-privacy__txt {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .c-form01-privacy {
    margin-top: 51px;
  }
  .c-form01-privacy__link:hover {
    text-decoration: none !important;
  }
  .c-form01-privacy-checkbox {
    margin-top: 30px;
  }
}
.c-form01-status {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form01-status:before {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #d6d6d6;
}

.c-form01-status__item {
  position: relative;
  z-index: 2;
  width: 50px;
  text-align: center;
}

.c-form01-status__item:nth-of-type(1) {
  margin: 0 auto 0 0;
}

.c-form01-status__item:nth-of-type(2) {
  margin: 0 auto;
}

.c-form01-status__item:nth-of-type(3) {
  margin: 0 0 0 auto;
}

.c-form01-status-num-area {
  width: 49px;
  height: 49px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-form01-status__num {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #a7575f;
  color: #a7575f;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}

@media all and (min-width: 768px) {
  .c-form01-status {
    width: 353px;
    max-width: none;
    margin-bottom: 54px;
  }
  .c-form01-status:before {
    top: 28px;
  }
  .c-form01-status__item {
    width: 56px;
  }
  .c-form01-status-num-area {
    width: 56px;
    height: 56px;
    margin-bottom: 6px;
  }
  .c-form01-status__num {
    width: 40px;
    height: 40px;
  }
}
.c-form01-textarea-wrap {
  margin-top: 20px;
}

/* .c-form01-status
================================================ */
.mw_wp_form_input .c-form01-status__item:nth-of-type(1) .c-form01-status__num {
  width: 49px;
  height: 49px;
  background: #a7575f;
  color: #fff;
  font-weight: 500;
  font-size: 1.8em;
  padding-bottom: 3px;
}

@media all and (min-width: 768px) {
  .mw_wp_form_input .c-form01-status__item:nth-of-type(1) .c-form01-status__num {
    width: 56px;
    height: 56px;
    padding-top: 4px;
    font-size: 2.1em;
  }
}
.mw_wp_form_confirm .c-form01-privacy, .mw_wp_form_confirm .c-form01-privacy-checkbox, .mw_wp_form_confirm .move_out-cancellation {
  display: none;
}

.mw_wp_form_confirm .c-form01-status__item:nth-of-type(2) .c-form01-status__num {
  width: 49px;
  height: 49px;
  background: #a7575f;
  color: #fff;
  font-weight: 500;
  font-size: 1.8em;
  padding-bottom: 3px;
}

@media all and (min-width: 768px) {
  .mw_wp_form_confirm .c-form01-status__item:nth-of-type(2) .c-form01-status__num {
    width: 56px;
    height: 56px;
    padding-top: 4px;
    font-size: 2.1em;
  }
}
.mw_wp_form_complete .c-form01-status__item:nth-of-type(3) .c-form01-status__num {
  width: 49px;
  height: 49px;
  background: #a7575f;
  color: #fff;
  font-weight: 500;
  font-size: 1.8em;
  padding-bottom: 3px;
}

@media all and (min-width: 768px) {
  .mw_wp_form_complete .c-form01-status__item:nth-of-type(3) .c-form01-status__num {
    width: 56px;
    height: 56px;
    padding-top: 4px;
    font-size: 2.1em;
  }
}
/* .mw_wp_form .error
================================================ */
.mw_wp_form .error + .error {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/*  .c-form01-thanks
================================================ */
.c-form01-thanks {
  padding: 0 25px;
}

@media all and (min-width: 768px) {
  .c-form01-thanks__txt {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .mw_wp_form_confirm .c-form01 table td {
    padding-top: 34px;
  }
}
/* .c-form01-confirm__note
/* .c-form01-confirm__birth
================================================ */
.c-form01-confirm__note {
  display: none;
  color: #980313;
}

.c-form01-confirm__birth {
  display: none;
}

.mw_wp_form_confirm .c-form01-confirm__note {
  display: block;
}

.mw_wp_form_confirm .c-form01-confirm__birth {
  display: block;
}

/* formrun common
================================================ */
.formrun .form_hidden {
  display: block;
  opacity: 0;
  height: 0;
  border: none;
  padding: 0;
  margin: 0;
}

.formrun table td {
  vertical-align: middle;
}

.formrun .form_error {
  font-size: 93%;
  color: #B70000;
  display: block;
}

.form_hide {
  display: none;
}

.form_hide.active {
  display: block;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-datepicker-title select.ui-datepicker-year {
  height: 2em !important;
  margin-right: 5px !important;
  width: 70px !important;
  background: #fff;
}

.ui-datepicker-title select.ui-datepicker-month {
  height: 2em !important;
  margin-left: 5px !important;
  width: 70px !important;
  background: #fff;
}

/* c-future01
==========================*/
.c-future01 {
  background: #efe7e6;
}

.c-future01__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.c-future01-box {
  position: relative;
  padding: 25px 20px 30px;
  background: #fff url(../img/common/img_bg01_sp.png) center center/100% no-repeat;
  z-index: 0;
}

.c-future01__head {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.c-future01__head:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #d6d6d6;
}

.c-future01__txt {
  font-size: 1.2em;
  text-align: center;
  line-height: 1.8;
}

.c-future01__txt + .flow-future__txt {
  margin-top: 21px;
}

.c-future01__area-btn {
  margin-top: 20px;
}

.c-future01__btn + .c-future01__btn {
  margin-top: 16px;
}

@media (max-width: 320px) {
  .c-future01-box {
    background: #fff url(../img/common/img_bg01_sp.png) center bottom/100% no-repeat;
  }
}
@media all and (min-width: 768px) {
  .c-future01__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .c-future01-box {
    padding: 45px 30px 64px;
    background: #fff url(../img/common/img_bg01_pc.png) center center/100% no-repeat;
  }
  .c-future01__head {
    margin-bottom: 30px;
    padding-bottom: 22px;
    font-size: 3.6em;
  }
  .c-future01__head:before {
    width: 60px;
  }
  .c-future01__txt {
    font-size: 1.6em;
    line-height: 2.2;
  }
  .c-future01__txt + .flow-future__txt {
    margin-top: 36px;
  }
  .c-future01__area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
  }
  .c-future01__btn {
    width: 350px;
    margin: 0 30px 0;
  }
  .c-future01__btn-link {
    height: 80px;
  }
  .c-future01__btn + .c-future01__btn {
    margin-top: 0;
  }
}
/*	.c-head01.is-white
================================================ */
.c-head01.is-white {
  color: #fff;
}

/*	.c-head01
================================================ */
.c-head01 {
  margin-bottom: 30px;
}

.c-head01__head {
  font-size: 2.5em;
  font-weight: normal;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.c-head01__lead {
  text-align: center;
  margin-top: 22px;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .c-head01 {
    margin-bottom: 65px;
  }
  .c-head01__head {
    font-size: 4em;
    letter-spacing: 0.12em;
  }
  .c-head01__lead {
    margin-top: 18px;
    font-size: 1.6em;
  }
}
/*	.c-head02.is-large
================================================ */
.c-head02.is-large .c-head02__en {
  font-size: 3.5em;
}

.c-head02.is-large .c-head02__head {
  font-size: 1.2em;
}

@media all and (min-width: 768px) {
  .c-head02.is-large .c-head02__en {
    font-size: 7em;
  }
  .c-head02.is-large .c-head02__head {
    font-size: 1.6em;
  }
}
/*	.c-head02.is-left
================================================ */
.c-head02.is-left {
  text-align: left;
}

/*	.c-head02
================================================ */
.c-head02 {
  text-align: center;
}

.c-head02__en {
  font-weight: normal;
  font-size: 3.2em;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: keep-all;
}

.c-head02__head {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .c-head02__en {
    margin-bottom: -2px;
    font-size: 5.2em;
  }
  .c-head02__head {
    font-size: 1.6em;
  }
}
/*	.c-head03
================================================ */
.c-head03 {
  margin-bottom: 26px;
  text-align: center;
}

.c-head03__en {
  font-weight: normal;
  font-size: 3.2em;
  letter-spacing: 0.01em;
  line-height: 1.5;
  word-break: keep-all;
}

.c-head03__head {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .c-head03 {
    margin-bottom: 47px;
  }
  .c-head03__en {
    margin-bottom: -7px;
    font-size: 6em;
  }
  .c-head03__head {
    font-size: 1.6em;
  }
}
/*	.c-head04.has-border
================================================ */
.c-head04.has-border {
  padding-bottom: 21px;
  border-bottom: 1px solid #d6d6d6;
}

.c-head04.has-border:before {
  height: calc(100% - 20px);
  top: 1px;
}

@media all and (min-width: 768px) {
  .c-head04.has-border {
    padding-bottom: 20px;
  }
  .c-head04.has-border:before {
    top: 2px;
  }
}
/*	.c-head04.is-big
================================================ */
.c-head04.is-big {
  font-size: 2em;
}

@media all and (min-width: 768px) {
  .c-head04.is-big {
    font-size: 4em;
  }
  .c-head04.is-big:before {
    top: 8px;
    height: calc(100% - 12px);
  }
}
/*	.c-head04
================================================ */
.c-head04 {
  position: relative;
  padding: 0 0 0 14px;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.c-head04:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 4px);
  background: #a7575f;
}

@media all and (min-width: 768px) {
  .c-head04 {
    padding: 0 0 0 21px;
    font-size: 2.8em;
  }
  .c-head04:before {
    width: 4px;
    height: calc(100% - 4px);
  }
}
/*	.c-head05
================================================ */
.c-head05 {
  position: relative;
  margin-bottom: 26px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.c-head05:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #444;
}

@media all and (min-width: 768px) {
  .c-head05 {
    margin-bottom: 34px;
    padding-left: 50px;
    font-size: 2.8em;
    letter-spacing: 0.1em;
  }
  .c-head05:before {
    top: 22px;
    width: 30px;
  }
}
/*	.c-head06
================================================ */
.c-head06 {
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

@media all and (min-width: 768px) {
  .c-head06 {
    padding-bottom: 25px;
    font-size: 4em;
  }
}
/*	.c-head07
================================================ */
.c-head07 {
  border-bottom: 1px solid #d6d6d6;
  padding: 6px 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.c-head07__num {
  margin: -3px 9px 0 3px;
  color: #909090;
  text-align: center;
  font-weight: normal;
  font-size: 3em;
  line-height: 1;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-head07__num-en {
  display: block;
  margin: 0 auto 1px;
  font-size: 1em;
}

@media all and (min-width: 768px) {
  .c-head07 {
    padding: 0 0 25px;
    font-weight: normal;
    font-size: 4em;
  }
  .c-head07__num {
    margin: 12px 31px 0 8px;
    font-size: 4em;
  }
  .c-head07__num-en {
    margin-bottom: 3px;
    font-size: 1.3em;
    letter-spacing: 0.1em;
  }
}
/*	.c-head08
================================================ */
.c-head08 {
  padding: 8px 4px;
  background: #c07a72;
  color: #fff;
  font-weight: 500;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

@media all and (min-width: 768px) {
  .c-head08 {
    font-size: 2.4em;
  }
}
/*	.c-head09
================================================ */
.c-head09 {
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.c-head09__num {
  display: table;
  margin: 0 auto 9px 0;
  padding: 7px 12px;
  background: #f5e9ea;
  color: #a7575f;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: 0.11em;
}

@media all and (min-width: 768px) {
  .c-head09 {
    margin-bottom: 32px;
    padding-bottom: 14px;
    font-size: 2.4em;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .c-head09__num {
    margin-bottom: 13px;
    padding: 9px 14px;
    font-size: 1.8em;
  }
}
/*	.c-head10
================================================ */
.c-head10 {
  position: relative;
  padding: 11px 10px 11px 23px;
  background: #c07a72;
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5;
}

.c-head10:before {
  position: absolute;
  top: 13px;
  left: 12px;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 24px);
  background: #fff;
}

@media all and (min-width: 768px) {
  .c-head10 {
    padding: 16px 20px 16px 34px;
    font-size: 1.8em;
  }
  .c-head10:before {
    height: calc(100% - 39px);
    top: 20px;
    left: 20px;
  }
}
/*	.c-hover01
================================================ */
.c-hover01 {
  display: block;
}

@media all and (min-width: 768px) {
  .c-hover01 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f7f7f7));
    background-image: linear-gradient(to right, transparent 50%, #f7f7f7 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-hover01:hover {
    background-position: -100% 0;
  }
}
/*	.c-list01.is-num-red
================================================ */
.c-list01.is-num-red .c-list01__item:before {
  color: #a7575f;
}

/*	.c-list01.is-small
================================================ */
@media all and (max-width: 767px) {
  .c-list01.is-small .c-list01__item {
    font-size: 1.3em;
    padding-left: 18px;
  }
}
/*	.c-list01
================================================ */
.c-list01 {
  counter-reset: number;
}

.c-list01__item {
  position: relative;
  padding: 0 0 0 18px;
  line-height: 2;
}

.c-list01__item:before {
  position: absolute;
  top: 0;
  left: -5px;
  counter-incement: number;
  content: counter(number) ".";
  text-align: center;
  min-width: 25px;
}

@media all and (min-width: 768px) {
  .c-list01__item {
    padding-left: 25px;
  }
  .c-list01__item:before {
    left: 0;
  }
  .c-list01__item + .c-list01__item {
    margin-top: -2px;
  }
}
/*	.c-list02.is-circle-red
================================================ */
.c-list02.is-circle-red .c-list02__item:before {
  background: #a7575f;
}

/*	.c-list02.is-small
================================================ */
@media all and (max-width: 767px) {
  .c-list02.is-small .c-list02__item {
    font-size: 1.3em;
  }
  .c-list02.is-small .c-list02__item + .c-list02__item {
    margin-top: 2px;
  }
  .c-list02.is-small .c-list02__item:before {
    top: 11px;
  }
}
/*	.c-list02
================================================ */
.c-list02__item {
  position: relative;
  padding: 0 0 0 10px;
  line-height: 2;
}

.c-list02__item:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #444;
}

@media all and (min-width: 768px) {
  .c-list02__item {
    padding-left: 18px;
  }
  .c-list02__item:before {
    top: 16px;
    left: 6px;
  }
}
/*	.c-modal01
================================================ */
.c-modal01-trigger {
  cursor: pointer;
}

.c-modal01-content img {
  display: block;
  width: 100%;
}

@media all and (max-width: 767px) {
  .c-modal01-content {
    max-width: calc(100% - 80px) !important;
  }
}
.iziModal {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media all and (max-width: 767px) {
  .iziModal-navigate-prev, .iziModal-navigate-next {
    width: 40px !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .iziModal-navigate-prev {
    left: 0;
  }
  .iziModal-navigate-next {
    right: 0;
  }
}
/*	.c-investment-nav01
================================================ */
.c-investment-nav01 {
  position: relative;
}

.c-investment-nav01:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: url("../img/investment/bg_investment01_sp.jpg") no-repeat left top;
  background-size: cover;
}

.c-investment-nav01__inner {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-investment-nav01-heading {
  margin-bottom: 54px;
  padding: 0 0 0 89px;
  background: url(../img/investment/ico_investment01.png) no-repeat 13px 5px;
  background-size: 54px;
}

.c-investment-nav01-heading__en {
  color: #fff;
  font-weight: normal;
  font-size: 2.7em;
  letter-spacing: 0.01em;
}

.c-investment-nav01-heading__head {
  margin-top: -8px;
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 0.12em;
}

.c-investment-nav01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 0 10px 3px;
}

.c-investment-nav01-list__item {
  position: relative;
  width: 50%;
}

.c-investment-nav01-list__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

.c-investment-nav01-list__link:before {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23980313%22%20d%3D%22M12.157%2C-0.010%20L12.157%2C11.992%20L0.155%2C11.992%20L12.157%2C-0.010%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.c-investment-nav01-list-ico-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 8px;
  background: #fff;
  border: 3px solid #f1f1f1;
  border-radius: 50%;
}

.c-investment-nav01-list__ico {
  width: 55px;
}

.c-investment-nav01-list__head {
  font-weight: 500;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.5;
}

.c-investment-nav01-list__txt {
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  .c-investment-nav01-list__item:nth-of-type(odd) .c-investment-nav01-list__link {
    padding-left: 10px;
    padding-right: 15px;
  }
  .c-investment-nav01-list__item:nth-of-type(odd):before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    background: #d6d6d6;
  }
  .c-investment-nav01-list__item:nth-of-type(even) .c-investment-nav01-list__link {
    padding-left: 20px;
    padding-right: 10px;
  }
  .c-investment-nav01-list__item:nth-of-type(even) .c-investment-nav01-list__link:before {
    right: 0;
  }
  .c-investment-nav01-list__item:nth-of-type(n + 3) {
    border-top: 1px solid #d6d6d6;
  }
  .c-investment-nav01-list__link {
    padding-top: 20px;
    padding-bottom: 26px;
  }
}
@media all and (min-width: 768px) {
  .c-investment-nav01:before {
    height: 350px;
    background-image: url("../img/investment/bg_investment01_pc.jpg");
  }
  .c-investment-nav01__inner {
    padding-top: 81px;
    padding-bottom: 105px;
  }
  .c-investment-nav01-heading {
    margin-bottom: 79px;
    padding-left: 119px;
    background-size: 72px;
    background-position: 3px 25px;
  }
  .c-investment-nav01-heading__en {
    font-size: 5em;
    letter-spacing: 0;
  }
  .c-investment-nav01-heading__head {
    margin-top: -8px;
    font-size: 1.6em;
  }
  .c-investment-nav01-heading__head.is-pc-large {
    font-size: 2em;
  }
  .c-investment-nav01-list {
    padding: 0;
  }
  .c-investment-nav01-list__item {
    width: 33.3%;
  }
  .c-investment-nav01-list__item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    background: #d6d6d6;
  }
  .c-investment-nav01-list__item:nth-of-type(3n):before {
    content: none;
  }
  .c-investment-nav01-list__item:nth-of-type(n + 3):after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
  }
  .c-investment-nav01-list__link {
    padding: 25px 30px 44px;
  }
  .c-investment-nav01-list__link:before {
    bottom: 12px;
  }
  .c-investment-nav01-list-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-investment-nav01-list-ico-area {
    width: 100px;
    height: 100px;
    margin: 0 17px 0 0;
    border-width: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-investment-nav01-list__ico {
    width: 67px;
  }
  .c-investment-nav01-list__head {
    margin-bottom: 7px;
    font-size: 1.8em;
    text-align: left;
    line-height: 1.8;
  }
  .c-investment-nav01-list__txt {
    width: 93%;
    margin: 11px auto 0;
    font-size: 1.5em;
  }
}
/*	.c-nav01
================================================ */
.c-nav01 {
  background: url("../img/common/bg_mv01.png") no-repeat center;
  background-size: 768px 100%;
}

.c-nav01__inner {
  padding-top: 41px;
  padding-bottom: 50px;
}

.c-nav01__head {
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.7em;
  letter-spacing: 0.12em;
}

.c-nav01-list__item {
  margin-bottom: 10px;
}

.c-nav01-list__item:last-of-type {
  margin-bottom: 0;
}

.c-nav01-list__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 40px 15px 26px;
  background: #fff;
}

.c-nav01-list__link:before {
  position: absolute;
  top: 31px;
  right: 20px;
  width: 15px;
  height: 8px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2216.51%22%20viewBox%3D%220%200%2030%2016.51%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22a%22%20points%3D%2215%2013.49%201.51%200%200%201.51%2015%2016.51%2030%201.51%2028.49%200%2015%2013.49%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-nav01-list__num {
  position: absolute;
  top: 11px;
  left: -10px;
  padding: 0 0 0 27px;
  color: #909090;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.13em;
}

.c-nav01-list__num:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #b2b2b2;
}

.c-nav01-list__txt {
  font-size: 1.5em;
  line-height: 1.5;
}

@media all and (max-width: 359px) {
  .c-nav01-list__link {
    padding: 28px 40px 15px 20px;
  }
  .c-nav01-list__txt {
    font-size: 1.4em;
  }
}
@media all and (min-width: 768px) {
  .c-nav01 {
    background-size: cover;
  }
  .c-nav01__inner {
    padding-top: 69px;
    padding-bottom: 80px;
  }
  .c-nav01__head {
    margin-bottom: 43px;
    font-size: 2.4em;
  }
  .c-nav01-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-nav01-list__item {
    width: 31.8%;
    margin: 0 2.3% 0 0;
  }
  .c-nav01-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-nav01-list__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .c-nav01-list__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 110px;
    padding: 10px 55px 0 40px;
  }
  .c-nav01-list__link:before {
    top: 45px;
    width: 20px;
    height: 22px;
    right: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-nav01-list__link:hover:before {
    top: 50px;
  }
  .c-nav01-list__num {
    top: 13px;
    left: 0;
    padding-left: 39px;
  }
  .c-nav01-list__num:before {
    width: 30px;
  }
  .c-nav01-list__txt {
    font-size: 1.8em;
  }
}
.c-pager01 {
  overflow: hidden;
  margin: 35px auto 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-pager01 li {
  width: 40px;
  height: 40px;
  margin: 0 3px 6px;
  font-size: 1.3em;
  text-align: center;
}

.c-pager01 li a, .c-pager01 li span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-pager01 li a {
  border: 1px solid #d6d6d6;
}

.c-pager01 li.pages {
  width: 100%;
}

.c-pager01 li.pages span {
  width: auto;
  border: 0;
}

.c-pager01 li.current span {
  background: #9f4f54;
  border-color: #9f4f54;
  color: #fff;
}

.c-pager01 li.previous, .c-pager01 li.next {
  color: #fff;
  border: none;
}

.c-pager01 li.previous a, .c-pager01 li.next a {
  border: none;
  position: relative;
}

.c-pager01 li.previous a:before, .c-pager01 li.next a:before {
  width: 6px;
  height: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%222.21mm%22%20height%3D%224.41mm%22%20viewBox%3D%220%200%206.26%2012.51%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22a%22%20points%3D%223.99%206.26%200%2010.25%200%2012.51%206.26%206.26%200%200%200%202.26%203.99%206.26%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
}

.c-pager01 li.previous {
  margin: 0 6px 6px 0;
}

.c-pager01 li.previous a:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: inherit;
  left: 17px;
}

@media all and (min-width: 768px) {
  .c-pager01 {
    margin: 70px auto 58px;
  }
  .c-pager01 li {
    width: 50px;
    height: 50px;
    margin: 0 4px 8px;
    font-size: 1.6em;
  }
  .c-pager01 li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-pager01 li a:hover {
    color: #fff;
    background: #9f4f54;
  }
  .c-pager01 li.previous a:hover, .c-pager01 li.next a:hover {
    background: none;
  }
  .c-pager01 li.previous a:before, .c-pager01 li.next a:before {
    width: 7px;
    height: 13px;
  }
  .c-pager01 li.previous {
    margin: 0 8px 8px 0;
  }
  .c-pager01 li.previous a:hover:before {
    left: 5px;
  }
  .c-pager01 li.next a:hover:before {
    right: 5px;
  }
}
/*	.c-pager02
================================================ */
.c-pager02 {
  position: relative;
  margin: 35px auto 0;
  padding: 70px 0 0;
}

.c-pager02__prev, .c-pager02__next {
  position: absolute;
  top: 0;
  width: 100px;
  height: 40px;
  font-size: 1.3em;
}

.c-pager02__prev .c-pager02__link, .c-pager02__next .c-pager02__link {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: 500;
}

.c-pager02__prev .c-pager02__link:before, .c-pager02__next .c-pager02__link:before {
  width: 6px;
  height: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%222.21mm%22%20height%3D%224.41mm%22%20viewBox%3D%220%200%206.26%2012.51%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22a%22%20points%3D%223.99%206.26%200%2010.25%200%2012.51%206.26%206.26%200%200%200%202.26%203.99%206.26%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-pager02__prev {
  left: 0;
}

.c-pager02__prev .c-pager02__link {
  padding: 0 0 2px 6px;
}

.c-pager02__prev .c-pager02__link:before {
  left: 18px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-pager02__next {
  right: 0;
}

.c-pager02__next .c-pager02__link {
  padding: 0 6px 2px 0;
}

.c-pager02__next .c-pager02__link:before {
  right: 18px;
}

@media all and (min-width: 768px) {
  .c-pager02 {
    margin-top: 80px;
    padding: 0;
  }
  .c-pager02__prev, .c-pager02__next {
    width: 130px;
    height: 60px;
    font-size: 1.8em;
  }
  .c-pager02__prev .c-pager02__link:before, .c-pager02__next .c-pager02__link:before {
    width: 7px;
    height: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-pager02__prev .c-pager02__link:before {
    left: 21px;
  }
  .c-pager02__prev .c-pager02__link:hover:before {
    left: 16px;
  }
  .c-pager02__next .c-pager02__link:before {
    right: 21px;
  }
  .c-pager02__next .c-pager02__link:hover:before {
    right: 16px;
  }
}
/* .c-shadow01
================================================== */
.c-shadow01 {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 768px) {
  .c-shadow01 {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}
/*	.c-single01
================================================ */
.c-single01-heading {
  margin-bottom: 11px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
}

.c-single01-heading-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.c-single01-heading__date {
  margin: 0 11px 0 0;
  color: #909090;
  font-size: 1em;
}

.c-single01-heading-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-single01-heading-cat__item {
  margin: 1px 2px 1px 0;
  padding: 4px 8px;
  background: #a7575f;
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 1.2;
}

.c-single01-heading__head {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.c-single01-content {
  overflow: hidden;
}

.c-single01-content *:first-child {
  margin-top: 0;
}

.c-single01-content *:last-child {
  margin-bottom: 0;
}

.c-single01-content h1, .c-single01-content h2, .c-single01-content h3, .c-single01-content h4, .c-single01-content h5, .c-single01-content h6, .c-single01-content p {
  clear: both;
}

.c-single01-content h2 {
  position: relative;
  padding: 0 0 0 14px;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.c-single01-content h2:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 4px);
  background: #a7575f;
}

.c-single01-content h3 {
  position: relative;
  margin: 40px auto 10px;
  padding: 0 0 0 12px;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.c-single01-content h3:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 4px);
  background: #a7575f;
}

.c-single01-content p {
  margin: 15px auto;
}

.c-single01-content a {
  color: #a7575f;
  text-decoration: underline;
}

.c-single01-content .alignright {
  float: right;
}

.c-single01-content .alignleft {
  float: left;
}

.c-single01-content img {
  margin: 20px auto;
}

.c-single01-content img.aligncenter {
  display: block;
}

.c-single01-content img.alignleft, .c-single01-content img.alignright {
  width: calc(50% - 10px);
}

@media all and (min-width: 768px) {
  .c-single01-heading {
    margin-bottom: 33px;
    padding-bottom: 32px;
  }
  .c-single01-heading__date {
    margin-right: 18px;
    font-size: 1.2em;
  }
  .c-single01-heading-cat__item {
    margin: 2px 4px 2px 0;
    padding: 8px 16px;
    font-size: 1.2em;
  }
  .c-single01-heading__head {
    font-size: 4em;
  }
  .c-single01-content h2 {
    padding: 0 0 0 21px;
    font-size: 2.8em;
  }
  .c-single01-content h2:before {
    width: 4px;
    height: calc(100% - 4px);
  }
  .c-single01-content h3 {
    margin: 75px auto 25px;
    padding: 0 0 0 10px;
    font-size: 2.1em;
  }
  .c-single01-content h3:before {
    top: 7px;
    height: calc(100% - 13px);
  }
  .c-single01-content p {
    margin: 25px auto;
  }
  .c-single01-content a:hover {
    text-decoration: none;
  }
  .c-single01-content img {
    margin: 40px auto;
  }
  .c-single01-content img.alignleft, .c-single01-content img.alignright {
    width: calc(50% - 20px);
  }
}
/*	.c-support01
================================================ */
.c-support01 {
  margin-bottom: 44px;
}

.c-support01-content {
  padding: 25px 20px 18px;
  background: #fff;
}

.c-support01-data {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  min-width: 650px;
}

.c-support01-data th, .c-support01-data td {
  padding: 10px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}

.c-support01-data thead th {
  padding: 15px 5px;
  border-right: 1px solid #fff;
  background: #c2c2c2;
  color: #fff;
  font-weight: 500;
}

.c-support01-data thead th:first-child {
  width: 115px;
  border-right-color: #a7575f;
  background: none;
}

.c-support01-data thead th:nth-child(2) {
  width: 250px;
  background: #a7575f;
}

.c-support01-data thead th:last-child {
  border-right-color: #c2c2c2;
}

.c-support01-data tbody tr:last-of-type th:first-child {
  border-bottom-color: #f5e9ea;
}

.c-support01-data tbody th {
  border-bottom: 1px solid #fff;
  background: #f5e9ea;
  color: #a7575f;
  font-weight: bold;
  font-size: 1.2em;
}

.c-support01-data tbody td {
  background: #fcfcfc;
  font-size: 1.2em;
  border: 1px solid #dfdfdf;
}

.c-support01-data__tax {
  font-size: 1em;
}

.c-support01-data__small {
  font-size: 1em;
}

.c-support01-data__note {
  margin-top: 5px;
  display: inline-block;
  color: #909090;
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
}

.c-support01-data__strong {
  color: #980313;
  font-weight: 500;
}

.c-support01__txt {
  width: calc(100% - 10px);
  margin: 32px auto 0;
}

@media all and (max-width: 767px) {
  .c-support01-data-scroll {
    padding: 0 0 10px;
    overflow: auto;
  }
  .c-support01-data-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .c-support01-data-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }
  .c-support01-data-scroll::-webkit-scrollbar-track-piece {
    background: #eee;
  }
  .c-support01__txt {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .c-support01 {
    margin-bottom: 82px;
  }
  .c-support01-content {
    padding: 40px 20px 30px;
  }
  .c-support01__txt {
    text-align: center;
  }
  .c-support01-data th, .c-support01-data td {
    padding: 14px 5px;
  }
  .c-support01-data thead th {
    padding: 17px 10px;
    font-size: 1.8em;
  }
  .c-support01-data thead th:first-child {
    width: 183px;
  }
  .c-support01-data thead th:nth-child(2) {
    width: 320px;
  }
  .c-support01-data tbody th {
    font-size: 1.8em;
    font-weight: 700;
  }
  .c-support01-data tbody td {
    font-size: 1.8em;
  }
  .c-support01-data__tax {
    font-size: 1.2em;
  }
  .c-support01-data__small {
    font-size: 1.4em;
  }
  .c-support01-data__note {
    font-size: 1.2em;
  }
}
/*	.c-support02
================================================ */
.c-support02 {
  margin-bottom: 42px;
}

.c-support02:last-of-type {
  margin-bottom: 0;
}

.c-support02__txt {
  margin-bottom: 30px;
}

.c-support02-img-area {
  background: #fff;
}

.c-support02__img01, .c-support02__img02, .c-support02__img03, .c-support02__img04 {
  width: 100%;
}

.c-support02__note {
  color: #909090;
  font-size: 1.2em;
}

.c-support02__note:last-of-type {
  margin-bottom: 22px;
}

@media all and (min-width: 768px) {
  .c-support02 {
    margin-bottom: 80px;
  }
  .c-support02__txt {
    margin-bottom: 53px;
  }
  .c-support02__txt + .c-support02__note {
    margin-top: -25px;
  }
  .c-support02__note {
    font-size: 1.4em;
  }
  .c-support02__note:last-of-type {
    margin-bottom: 42px;
  }
  .c-support02-img-area {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .c-support02__img01 {
    width: 890px;
  }
  .c-support02__img02 {
    width: 884px;
  }
  .c-support02__img04 {
    width: 973px;
  }
}
/*	.c-tab-list01
================================================ */
.c-tab-list01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.c-tab-list01__item {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f1f1;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.5;
}

.c-tab-list01__item:before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 3px;
  background: #980313;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-tab-list01__item.is-active {
  background: #fff;
  border-bottom-color: #fff;
}

.c-tab-list01__item.is-active:before {
  opacity: 1;
}

@media all and (max-width: 767px) {
  .c-tab-list01 {
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px 1px;
  }
  .c-tab-list01:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .c-tab-list01 + .faq-info-tab-btn {
    margin-top: 15px;
  }
  .c-tab-list01__item {
    width: calc(33.3% - 10px);
    margin: 0 5px;
  }
  .c-tab-list01__item.is-active:after {
    background: linear-gradient(to right, #d6d6d6 10px, #fff 10px, #fff calc(100% - 10px), #d6d6d6 calc(100% - 10px));
  }
  .c-tab-list01__item:after {
    position: absolute;
    bottom: -1px;
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 1px;
    background: #d6d6d6;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -10px;
  }
  .c-tab-list01__item:nth-of-type(3n + 1):after {
    width: calc(100% + 30px);
    right: -10px;
    left: auto;
  }
  .c-tab-list01__item:nth-of-type(3n + 1).is-active:after {
    background: linear-gradient(to right, #d6d6d6 20px, #fff 20px, #fff calc(100% - 10px), #d6d6d6 calc(100% - 10px));
  }
  .c-tab-list01__item:nth-of-type(3n):after, .c-tab-list01__item:last-of-type:after {
    width: calc(100% + 30px);
    left: -10px;
    right: auto;
  }
  .c-tab-list01__item:nth-of-type(3n).is-active:after, .c-tab-list01__item:last-of-type.is-active:after {
    background: linear-gradient(to left, #d6d6d6 20px, #fff 20px, #fff calc(100% - 10px), #d6d6d6 calc(100% - 10px));
  }
  .c-tab-list01__item:nth-of-type(n + 4) {
    margin-top: 16px;
  }
}
@media all and (min-width: 768px) {
  .c-tab-list01 {
    margin-bottom: 80px;
    border-bottom: 1px solid #d6d6d6;
  }
  .c-tab-list01__item {
    width: 170px;
    height: 100px;
    margin: 0 8px;
    font-size: 1.6em;
  }
  .c-tab-list01__item:first-of-type {
    margin-left: 0;
  }
  .c-tab-list01__item:last-of-type {
    margin-right: 0;
  }
  .c-tab-list01__item:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
  }
  .c-tab-list01__item.is-active:after {
    opacity: 1;
  }
  .c-tab-list01.is-col3 .c-tab-list01__item {
    width: 350px;
    margin: 0 12px;
  }
}
/*	.c-table01
================================================ */
.c-table01 tr {
  border-top: 1px solid #d6d6d6;
}

.c-table01 th, .c-table01 td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-table01 th {
  padding: 16px 0 0;
  font-weight: 400;
}

.c-table01 td {
  padding: 0 0 17px;
}

.c-table01__note {
  display: block;
  margin: 2px auto;
  color: #909090;
  font-size: 1.1em;
  line-height: 1.5;
}

.c-table01__small {
  font-size: 1.1em;
}

@media all and (max-width: 767px) {
  .c-table01 table, .c-table01 thead, .c-table01 tbody, .c-table01 tr, .c-table01 th, .c-table01 td {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .c-table01 th {
    width: 288px;
    padding: 34px 15px 34px 0;
  }
  .c-table01 td {
    padding: 36px 0;
  }
  .c-table01__note {
    margin-top: -2px;
    font-size: 1.2em;
    line-height: 1.8;
  }
  .c-table01__note.is-absolute {
    position: absolute;
  }
  .c-table01__small {
    font-size: 1.2em;
  }
  .c-table01-middle {
    vertical-align: middle !important;
  }
}
/*	.c-table02
================================================ */
.c-table02 table {
  border: 1px solid #d6d6d6;
  border-bottom: none;
}

.c-table02 th, .c-table02 td {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-table02 th {
  padding: 13px;
  background: #c07a72;
  color: #fff;
  font-weight: 400;
}

.c-table02 td {
  padding: 12px 13px;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
}

@media all and (max-width: 767px) {
  .c-table02 table, .c-table02 thead, .c-table02 tbody, .c-table02 tr, .c-table02 th, .c-table02 td {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .c-table02 tr {
    border-bottom: 1px solid #d6d6d6;
  }
  .c-table02 th {
    width: 180px;
    vertical-align: middle;
    padding: 23px 27px;
  }
  .c-table02 td {
    padding: 23px 30px;
    border-bottom: none;
  }
}
/*	c-lead01
================================================ */
.c-lead01 {
  margin-bottom: 45px;
}

.c-lead01__note {
  display: block;
  margin-top: 2px;
  color: #909090;
  font-size: 1.1em;
}

@media all and (min-width: 768px) {
  .c-lead01 {
    margin-bottom: 91px;
    text-align: center;
    font-size: 1.8em;
    line-height: 2;
  }
  .c-lead01__note {
    margin-top: 6px;
    font-size: 1.2em;
  }
}
.mw_wp_form_input .c-lead01.is-show-confirm {
  display: none;
}

.mw_wp_form_confirm .c-lead01.is-show-input {
  display: none;
}

/*	c-voice01
================================================ */
.c-voice01 {
  position: relative;
  overflow: hidden;
}

.c-voice01-bg {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 59px;
  background: url("../img/common/txt_voice01.png") no-repeat center top;
  background-size: contain;
}

.c-voice01__inner {
  position: relative;
  z-index: 2;
  padding-top: 67px;
  padding-bottom: 65px;
}

.c-voice01-list {
  margin: 0 auto 36px;
}

.c-voice01-list__item {
  padding: 0 7px;
}

.c-voice01 .slick-list {
  overflow: visible;
}

@media all and (max-width: 359px) {
  .c-voice01-heading__lead {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media all and (min-width: 768px) {
  .c-voice01-bg {
    top: 99px;
    height: 172px;
    background-position: left calc(50% + 20px) top;
  }
  .c-voice01__inner {
    padding-top: 117px;
    padding-bottom: 130px;
  }
  .c-voice01-heading {
    margin-bottom: 42px;
  }
  .c-voice01-list {
    margin-bottom: 72px;
  }
  .c-voice01-list__item {
    padding: 0 15px;
    width: 350px;
  }
  .c-voice01-list__item-pic-area {
    margin-bottom: 24px;
  }
}
/* common
================================================ */
/* .l-breadcrumb
================================================ */
.l-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 35px;
  padding-bottom: 35px;
}

.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  color: #909090;
  font-size: 1.3em;
}

.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  position: relative;
  margin-left: 7px;
  padding-left: 18px;
}

.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-breadcrumb-list__item a.l-breadcrumb-list__txt {
  color: #444;
}

/* .l-footer
================================================ */
.l-footer {
  position: relative;
  background: #fff;
  padding: 50px 0 85px;
}

.l-footer__info {
  margin: 0 auto 41px;
  text-align: center;
}
.l-footer__info .mark_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer__info .mark_area ul {
    max-width: 250px;
  }
}
.l-footer__info .mark_area ul li {
  margin-right: 20px;
}
.l-footer__info .mark_area ul li:last-child {
  margin-right: 0;
}

.l-footer__info-logo {
  width: 136px;
  margin: 0 auto 27px;
}

.l-footer__info-address {
  margin: 0 auto 18px;
  font-size: 1.2em;
}

.l-footer__info-link {
  color: #980313;
  text-decoration: underline !important;
}

.l-footer__info-tel {
  font-size: 1.2em;
}

.l-footer__cr {
  color: #9e9e9e;
  font-size: 1.1em;
  text-align: center;
}

@media all and (min-width: 768px) {
  .l-footer {
    padding: 80px 0 40px;
  }
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 80px;
  }
  .l-footer__info {
    width: 25%;
    margin: 0 auto 0 0;
    text-align: left;
  }
  .l-footer__info-logo {
    width: 213px;
    margin: 0 auto 27px 0;
  }
  .l-footer__info-address {
    margin-bottom: 28px;
    line-height: 2;
    font-size: 1.3em;
  }
  .l-footer__info-link:hover {
    text-decoration: none !important;
  }
  .l-footer__info-tel {
    font-size: 1.3em;
  }
  .l-footer-nav {
    width: 70.8%;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer-nav-list.is-list01 {
    width: 26%;
  }
  .l-footer-nav-list.is-list02 {
    width: 31%;
  }
  .l-footer-nav-list.is-list03 {
    width: 18%;
  }
  .l-footer-nav__item {
    margin-bottom: 12px;
    color: #333;
    font-size: 1.3em;
  }
  .l-footer-nav__item-parent {
    margin-bottom: 13px;
  }
  .l-footer-nav__item-child {
    margin-bottom: 20px;
  }
  .l-footer-nav__item-child-item {
    margin-bottom: 10px;
    color: #9e9e9e;
  }
  .l-footer-nav__item-child-item-link {
    position: relative;
    padding: 0 0 0 15px;
  }
  .l-footer-nav__item-child-item-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #9e9e9e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer-nav__item-child-item-link:hover:before {
    left: 2px;
  }
  .l-footer__cr {
    font-size: 1.2em;
  }
}
/* .l-footer-pagetop
================================================ */
.l-footer-pagetop {
  overflow: hidden;
  right: 0;
  bottom: 60px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 0;
}

.l-footer-pagetop__link {
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.l-footer-pagetop__link:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 18px;
  display: block;
  width: 6px;
  height: 30px;
  border-top: 1px solid #939393;
  border-right: 1px solid #939393;
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .l-footer-pagetop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: auto;
    bottom: 20px;
    width: 70px;
    height: 70px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-footer-pagetop.is-view {
    opacity: 1;
    visibility: visible;
  }
  .l-footer-pagetop.is-fixed {
    position: absolute;
    bottom: auto;
    top: 20px;
  }
  .l-footer-pagetop__link:before {
    width: 8px;
    height: 45px;
    top: 15px;
    left: 28px;
  }
  .l-footer-pagetop__link:hover:before {
    top: 10px;
  }
}
/* .l-footer-cv
================================================ */
.l-footer-cv {
  display: none !important;
  position: fixed;
  width: 100%;
  z-index: 2000;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  bottom: -60px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer-cv__btn {
  width: calc(50% - 0.5px);
  color: #fff;
}

.l-footer-cv__btn.is-seminar .l-footer-cv__txt:after {
  left: 7px;
  width: 24px;
  height: 22px;
  background-image: url("../img/common/ico_seminar01.png");
}

.l-footer-cv__btn.is-consultation .l-footer-cv__txt:after {
  left: 7px;
  width: 27px;
  height: 20px;
  background-image: url("../img/common/ico_consultation01.png");
}

.l-footer-cv__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background: #980313;
}

.l-footer-cv__link:before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}

.l-footer-cv__txt {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 25px);
  padding: 0 0 0 48px;
  font-size: 1.2em;
  line-height: 1.5;
}

.l-footer-cv__txt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
}

.l-footer-cv__txt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 767px) {
  .l-footer-cv__link:before {
    width: 4px;
    height: 8px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M-0.005%2C0.509%20L8.479%2C8.994%20L-0.006%2C17.480%20L-0.005%2C0.509%20Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer-cv.is-fixed {
    opacity: 1;
    bottom: 0 !important;
  }
}
@media all and (min-width: 768px) {
  .l-footer-cv {
    bottom: calc(50% - 200px);
    display: block;
    margin: auto;
    width: 80px;
    height: 401px;
  }
  .l-footer-cv__btn {
    width: 100%;
    height: 50%;
  }
  .l-footer-cv__btn.is-seminar {
    margin-bottom: 1px;
  }
  .l-footer-cv__btn.is-seminar .l-footer-cv__txt:after {
    left: 0;
    right: 0;
    top: 13px;
    width: 35px;
    height: 33px;
  }
  .l-footer-cv__btn.is-consultation .l-footer-cv__txt:after {
    left: 0;
    right: 0;
    top: 8px;
    width: 39px;
    height: 39px;
  }
  .l-footer-cv__link {
    width: 100%;
    height: 100%;
    padding: 12px 0 0;
  }
  .l-footer-cv__link:hover:after {
    width: 100%;
    opacity: 1;
  }
  .l-footer-cv__link:before {
    top: auto;
    right: 4px;
    bottom: 5px;
    width: 6px;
    height: 6px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M12.157%2C-0.010%20L12.157%2C11.992%20L0.155%2C11.992%20L12.157%2C-0.010%20Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer-cv__link:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer-cv__txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: 100%;
    padding: 67px 0 0;
    font-size: 1.5em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .l-footer-cv__txt:before {
    width: 56px;
    height: 56px;
    right: 0;
    bottom: auto;
  }
  .l-footer-cv__txt:after {
    bottom: auto;
  }
  .l-footer-cv.is-fixed {
    opacity: 1;
  }
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  background: #fff;
  z-index: 2000;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 768px) {
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    min-width: 1180px;
    padding: 0 20px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }
}
/*  .l-header.is-home
--------------------------------------------------*/
.l-header.is-home {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.l-header.is-home .l-header-info__logo {
  background: url("../img/common/logo02.png") no-repeat center;
  background-size: contain;
}

.l-header.is-home .l-header-info__logo img {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header.is-home .l-nav-btn.is-open .l-nav-btn__line {
  background: #444;
}

.l-header.is-home .l-nav-btn__line {
  background: #fff;
}

.l-header.is-home.is-home-open .l-header-info__logo {
  background: none;
}

.l-header.is-home.is-home-open .l-header-info__logo img {
  opacity: 1;
}

@media all and (min-width: 768px) {
  .l-header.is-home.has-hover {
    background-color: #fff;
  }
  .l-header.is-home.has-hover .l-header-info__logo-link img {
    opacity: 1;
  }
  .l-header.is-home.has-hover .l-nav-list__item-link, .l-header.is-home.has-hover .l-nav-list__item-parent {
    color: #444;
  }
  .l-header.is-home.has-hover .l-nav-cv {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
  }
  .l-header.is-home.has-hover .l-nav-cv__link {
    background-color: #980313;
  }
  .l-header.is-home .l-nav-list__item-link, .l-header.is-home .l-nav-list__item-parent {
    color: #fff;
  }
  .l-header.is-home .l-nav-cv {
    position: relative;
    color: #fff;
  }
  .l-header.is-home .l-nav-cv:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #fff;
    pointer-events: none;
  }
  .l-header.is-home .l-nav-cv__link {
    background: none;
  }
}
/* .l-header-info
================================================== */
.l-header-info {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 0 0 15px;
}

.l-header-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-header-info__logo {
  width: 106px;
}

@media all and (min-width: 768px) {
  .l-header-info {
    height: 100%;
    padding: 0;
  }
  .l-header-info__logo {
    width: 160px;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
}

.l-nav-btn__line {
  position: absolute;
  width: 23px;
  height: 1px;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background: #444;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-nav-btn__line:nth-child(1) {
  top: 25px;
}

.l-nav-btn__line:nth-child(2) {
  bottom: 25px;
}

.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  bottom: 29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .l-nav
================================================ */
.l-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: calc(100vh - 60px);
  min-width: 320px;
  padding: 60px 20px 35px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 767px) {
  .l-nav {
    overflow: auto;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media all and (min-width: 768px) {
  .l-nav {
    position: static;
    width: auto;
    min-width: auto;
    padding: 0;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* .l-nav-list
================================================== */
@media all and (max-width: 767px) {
  .l-nav-list {
    border-top: 1px solid #d6d6d6;
  }
  .l-nav-list__item {
    border-bottom: 1px solid #d6d6d6;
  }
  .l-nav-list__item-link, .l-nav-list__item-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 16px 0;
  }
  .l-nav-list__item-parent {
    position: relative;
  }
  .l-nav-list__item-parent:before, .l-nav-list__item-parent:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #9e9e9e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__item-parent:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .l-nav-list__item-parent.is-active:before {
    -webkit-transform: none;
    transform: none;
  }
  .l-nav-list__ja {
    margin: 0 auto 0 10px;
    font-size: 1.1em;
  }
  .l-nav-list__en {
    margin: 0;
    font-size: 1.8em;
  }
  .l-nav-list__child {
    padding: 0 0 20px;
  }
  .l-nav-list__child-item {
    color: #9e9e9e;
    font-size: 1.3em;
  }
  .l-nav-list__child-item-link {
    position: relative;
    display: block;
    padding: 7px 0 7px 15px;
  }
  .l-nav-list__child-item-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #9e9e9e;
  }
  .l-nav-list__child-head {
    font-weight: 500;
    font-size: 1.3em;
  }
  .l-nav-list__child-head-txt {
    display: block;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-nav-list__child-head-txt.is-border {
    position: relative;
    padding-left: 15px;
  }
  .l-nav-list__child-head-txt.is-border:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #444;
  }
}
@media all and (min-width: 768px) {
  .l-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 25px;
  }
  .l-nav-list__item {
    margin-right: 26px;
    text-align: center;
    line-height: 1.2;
  }
  .l-nav-list__item:last-of-type {
    margin: 0;
  }
  .l-nav-list__item:hover .l-nav-list__child-wrap {
    opacity: 1;
    visibility: visible;
  }
  .l-nav-list__item:hover .l-nav-list__item-parent::before {
    width: 100%;
    opacity: 1;
  }
  .l-nav-list__item-link, .l-nav-list__item-parent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 120px;
    padding-top: 40px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__item-link:before, .l-nav-list__item-parent:before {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #980313;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__item-link:hover:before {
    width: 100%;
    opacity: 1;
  }
  .l-nav-list__item.is-nav04 .l-nav-list__child-item {
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-nav-list__item.is-nav04 .l-nav-list__child-item:nth-of-type(1), .l-nav-list__item.is-nav04 .l-nav-list__child-item:nth-of-type(4), .l-nav-list__item.is-nav04 .l-nav-list__child-item:nth-of-type(7) {
    width: 33%;
  }
  .l-nav-list__item.is-nav04 .l-nav-list__child-item:nth-of-type(2), .l-nav-list__item.is-nav04 .l-nav-list__child-item:nth-of-type(5) {
    width: 29%;
  }
  .l-nav-list__item.is-nav04 .l-nav-list__child-item:nth-of-type(3), .l-nav-list__item.is-nav04 .l-nav-list__child-item:nth-of-type(6) {
    width: 38%;
  }
  .l-nav-list__ja {
    display: block;
    margin-bottom: 8px;
    font-size: 1.1em;
    letter-spacing: 0;
  }
  .l-nav-list__en {
    display: block;
    font-size: 1.5em;
  }
  .l-nav-list__child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 780px;
    margin: 0 auto 0 0;
  }
  .l-nav-list__child-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 50px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__child-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f2f2f1;
  }
  .l-nav-list__child-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
  }
  .l-nav-list__child-img-area {
    width: 260px;
    margin-right: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .l-nav-list__child-head {
    margin: 0 auto 0 0;
    font-weight: 700;
    font-size: 2em;
    text-align: left;
  }
  .l-nav-list__child-head-txt {
    display: block;
    padding: 16px 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-nav-list__child-head-txt.is-border {
    position: relative;
    padding-left: 20px;
  }
  .l-nav-list__child-head-txt.is-border:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #444;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__child-head a.l-nav-list__child-head-txt {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__child-head a.l-nav-list__child-head-txt:hover {
    color: #980313;
  }
  .l-nav-list__child-head a.l-nav-list__child-head-txt.is-border:hover:before {
    left: 3px;
    background: #980313;
  }
  .l-nav-list__child-item {
    margin-right: 45px;
    text-align: left;
  }
  .l-nav-list__child-item-link {
    position: relative;
    display: block;
    padding: 16px 0 16px 20px;
    font-size: 1.7em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__child-item-link:hover {
    color: #980313;
  }
  .l-nav-list__child-item-link:hover:before {
    left: 3px;
    background: #980313;
  }
  .l-nav-list__child-item-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #444;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/* .l-nav-cv
================================================== */
.l-nav-cv {
  width: 265px;
  max-width: 100%;
  margin: 40px auto 30px;
  color: #fff;
  text-align: center;
}

.l-nav-cv__link {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  background: #980313;
}

.l-nav-cv__link:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
}

.l-nav-cv__txt {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0 0 0 29px;
  font-size: 1.5em;
  letter-spacing: 0.2em;
}

.l-nav-cv__txt:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 14px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.06%22%20height%3D%2214.99%22%20viewBox%3D%220%200%2021.06%2014.99%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M20.46%2C15H.6a.6.6%2C0%2C0%2C1-.6-.6V.6A.6.6%2C0%2C0%2C1%2C.6%2C0H20.46a.6.6%2C0%2C0%2C1%2C.6.6V14.39A.6.6%2C0%2C0%2C1%2C20.46%2C15ZM1.2%2C13.79H19.86V1.2H1.2Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M10.53%2C9.57a.6.6%2C0%2C0%2C1-.36-.12L3.34%2C4.24a.6.6%2C0%2C0%2C1-.11-.84.6.6%2C0%2C0%2C1%2C.84-.12l6.46%2C4.94L17%2C3.28a.6.6%2C0%2C0%2C1%2C.84.12.59.59%2C0%2C0%2C1-.11.84L10.9%2C9.45A.63.63%2C0%2C0%2C1%2C10.53%2C9.57Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .l-nav-cv {
    width: 120px;
    margin: 0;
  }
  .l-nav-cv__link {
    height: 80px;
    padding: 5px 8px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-cv__link:hover:after {
    width: 100%;
    opacity: 1;
  }
  .l-nav-cv__link:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-cv__txt {
    padding: 18px 0 0;
    font-size: 1.4em;
  }
  .l-nav-cv__txt:before {
    right: 0;
    bottom: auto;
    width: 21px;
    height: 15px;
  }
}
/*	.l-nav-single-link
================================================ */
.l-nav-single-link {
  text-align: center;
  font-size: 1.2em;
}

/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

.l-container {
  position: relative;
}

/* .l-main-img HOME
================================================ */
.l-main-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 40px;
  background: #f5f5f5;
}

.l-main-img__inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.l-main-img-wrap {
  position: relative;
}

.l-main-img-copy-area {
  -webkit-transform: translateY(-33px);
  transform: translateY(-33px);
}

.l-main-img__copy {
  color: #fff;
  text-align: center;
  font-size: 7.3vw;
  line-height: 12vw;
}

.l-main-img__lead {
  margin-top: 2.8vw;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  letter-spacing: 0.6em;
}

.l-main-img-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-main-img-bg.slick-initialized {
  opacity: 1;
}

.l-main-img-bg img {
  width: 100%;
}

.l-main-img-scroll {
  width: 50px;
  height: 75px;
  color: #fff;
  font-size: 1em;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 65px;
  left: 0;
  margin: auto;
}

.l-main-img-scroll:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: scroll 3s infinite;
  animation: scroll 3s infinite;
}

.l-main-img-scroll:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
}

.l-main-img-scroll__txt {
  display: block;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  letter-spacing: 0.1em;
}

.l-main-img-contact {
  position: relative;
  z-index: 20;
  width: calc(100% - 50px);
  margin: -62px auto 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-main-img-contact__head {
  position: absolute;
  top: -16px;
  left: -6px;
  padding: 5px 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #8e0011), to(#df1728));
  background: linear-gradient(to right, #8e0011 0, #df1728 100%);
  color: #fff;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.08em;
}

.l-main-img-contact-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d6d6;
}

.l-main-img-contact-btn:last-of-type {
  border: none;
}

.l-main-img-contact-btn__link {
  position: relative;
  padding: 17px 21px 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-main-img-contact-btn__link:before {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%2364182a%22%20d%3D%22M12.157%2C-0.010%20L12.157%2C11.992%20L0.155%2C11.992%20L12.157%2C-0.010%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-main-img-contact-btn__head {
  margin-bottom: 2px;
  font-size: 1.5em;
}

.l-main-img-contact-btn__txt {
  font-size: 1.1em;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .l-main-img {
    padding-bottom: 0;
  }
  .l-main-img-copy-area {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px);
  }
  .l-main-img__copy {
    font-size: 6em;
    line-height: 1.5;
  }
  .l-main-img__lead {
    margin-top: 13px;
    font-size: 2em;
    letter-spacing: 0.75em;
  }
  .l-main-img-scroll {
    height: 195px;
    right: auto;
    left: 24px;
    bottom: 0;
  }
  .l-main-img-scroll:before {
    -webkit-animation: scroll_pc 3s infinite;
    animation: scroll_pc 3s infinite;
    width: 3px;
  }
  .l-main-img-scroll:after {
    height: 160px;
  }
  .l-main-img-scroll__txt {
    -webkit-transform: none;
    transform: none;
  }
  .l-main-img-contact {
    position: absolute;
    right: 0;
    bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0;
  }
  .l-main-img-contact__head {
    top: -21px;
    left: -8px;
    padding: 6px 14px;
    font-size: 1.2em;
    letter-spacing: 0.09em;
  }
  .l-main-img-contact-btn {
    width: 50%;
    border-bottom: none;
    border-right: 1px solid #d6d6d6;
  }
  .l-main-img-contact-btn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px;
  }
  .l-main-img-contact-btn__link:before {
    right: 7px;
    bottom: 7px;
  }
  .l-main-img-contact-btn__img {
    width: 180px;
    margin: 0 auto 0 0;
  }
  .l-main-img-contact-btn-txt-area {
    width: calc(100% - 210px);
    margin-top: -10px;
  }
  .l-main-img-contact-btn__head {
    font-size: 2.1em;
  }
  .l-main-img-contact-btn__txt {
    font-size: 1.3em;
  }
}
@-webkit-keyframes scroll {
  0%, 100% {
    height: 0;
    bottom: 50px;
  }
  35% {
    height: 50px;
    bottom: 0;
  }
  70% {
    height: 0;
    bottom: 0;
  }
}
@keyframes scroll {
  0%, 100% {
    height: 0;
    bottom: 50px;
  }
  35% {
    height: 50px;
    bottom: 0;
  }
  70% {
    height: 0;
    bottom: 0;
  }
}
@-webkit-keyframes scroll_pc {
  0%, 100% {
    height: 0;
    bottom: 160px;
  }
  35% {
    height: 160px;
    bottom: 0;
  }
  70% {
    height: 0;
    bottom: 0;
  }
}
@keyframes scroll_pc {
  0%, 100% {
    height: 0;
    bottom: 160px;
  }
  35% {
    height: 160px;
    bottom: 0;
  }
  70% {
    height: 0;
    bottom: 0;
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  position: relative;
  z-index: 10;
  height: 150px;
  background: url("../img/common/bg_mv01.png") no-repeat center;
  background-size: cover;
}

.l-sub-img__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.l-sub-img-head {
  margin-top: 2px;
  color: #fff;
  text-align: center;
}

.l-sub-img-head__head {
  font-size: 2.1em;
  font-weight: normal;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.l-sub-img-head__small {
  display: block;
  margin-bottom: 5px;
  font-size: 1.5em;
  letter-spacing: 0.09em;
}

@media all and (max-width: 767px) {
  .l-sub-img__inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (min-width: 768px) {
  .l-sub-img {
    height: 300px;
    background-size: cover;
  }
  .l-sub-img-head {
    margin-top: 6px;
  }
  .l-sub-img-head__head {
    font-size: 4em;
    line-height: 1.65;
  }
  .l-sub-img-head__small {
    margin-bottom: 2px;
    font-size: 2.4em;
  }
}
/* .l-sidebar
================================================== */
.l-sidebar {
  position: relative;
  z-index: 2;
}

.l-sidebar-sec__head {
  padding: 11px 10px;
  background: #909090;
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5;
}

.l-sidebar-sec__head.is-red {
  background: #a7575f;
}

.l-sidebar-sec-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.3em;
  line-height: 1.5;
}

.l-sidebar-sec-list__item.is-current {
  border-color: #dfdfdf;
}

.l-sidebar-sec-list__item.is-current .l-sidebar-sec-list__link {
  background: #dfdfdf;
}

.l-sidebar-sec-list__link {
  position: relative;
  display: block;
  padding: 11px 15px 11px 53px;
  background: #f5f5f5;
}

.l-sidebar-sec-list__link:before {
  position: absolute;
  top: 22px;
  left: 40px;
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #444;
}

@media all and (min-width: 768px) {
  .l-sidebar-wrap {
    width: 280px;
  }
  .l-sidebar .js-sidebar.is-fixed {
    position: fixed;
    top: 120px;
  }
  .l-sidebar .js-sidebar.is-absolute {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 120px;
  }
  .l-sidebar-sec {
    margin-bottom: 20px;
  }
  .l-sidebar-sec:last-of-type {
    margin-bottom: 0;
  }
  .l-sidebar-sec__head {
    padding: 15px 10px;
    font-size: 1.8em;
  }
  .l-sidebar-sec-list__item {
    font-size: 1.6em;
  }
  .l-sidebar-sec-list__link {
    padding: 15px 15px 16px 37px;
  }
  .l-sidebar-sec-list__link:hover:before {
    left: 22px;
  }
  .l-sidebar-sec-list__link:before {
    width: 8px;
    height: 2px;
    top: 28px;
    left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/* helper
================================================ */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-c-anime-elem[data-anime-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js-c-anime-elem[data-anime-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-c-anime-elem[data-anime-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-c-anime-elem[data-anime-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-c-anime-elem[data-anime-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-c-anime-elem[data-anime-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-c-anime-elem[data-anime-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.js-c-anime-elem[data-anime-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-c-anime-elem[data-anime-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-c-anime-elem[data-anime-delay="1"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-c-anime-elem[data-anime-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.js-c-anime-elem[data-anime-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-c-anime-elem[data-anime-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.js-c-anime-elem[data-anime-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.js-c-anime-elem[data-anime-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-c-anime-elem[data-anime-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.js-c-anime-elem[data-anime-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.js-c-anime-elem[data-anime-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-c-anime-elem[data-anime-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.js-c-anime-elem[data-anime-delay="2"] {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

/* .js-c-fix-header
==================================== */
.js-c-fix-header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-c-fix-header.is-hide {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

@media all and (min-width: 768px) {
  .js-c-fix-header.is-hide {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
  }
}
.js-c-nav-toggle-trigger {
  cursor: pointer;
}

.js-c-nav-toggle-content {
  display: none;
}

@media all and (min-width: 768px) {
  .js-c-nav-toggle-content {
    display: block;
  }
}
/*  .js-c-objectfit
================================================== */
.js-c-objectfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.js-c-switch-tab {
  cursor: pointer;
}

.js-c-switch-content {
  display: none;
}

.js-c-switch-content.is-active {
  display: block;
}

.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}

/* page
================================================ */
/*	#about .l-sub-img
================================================ */
#about .l-sub-img {
  background-image: url("../img/about/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #about .l-sub-img {
    background-image: url("../img/about/bg_main01_pc.jpg");
  }
}
/*	.about-us
================================================ */
.about-us__inner {
  padding-bottom: 60px;
}

.about-us-heading {
  margin-bottom: 35px;
}

.about-us-box {
  overflow: hidden;
  background: #fff;
  padding: 27px 10px 32px;
}

.about-us-box__head {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 18px;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.about-us-box__head:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #b2b2b2;
}

.about-us-box__head-main {
  font-size: 1.8em;
}

.about-us-box__txt {
  width: calc(100% - 10px);
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.8;
}

.about-us-box__txt + .about-us-box__txt {
  margin-top: 42px;
}

@media all and (max-width: 359px) {
  .about-us-box__head {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media all and (min-width: 768px) {
  .about-us__inner {
    padding-bottom: 120px;
  }
  .about-us-heading {
    margin-bottom: 54px;
  }
  .about-us-heading__head {
    font-size: 5.2em;
  }
  .about-us-box {
    padding: 51px 50px 61px;
  }
  .about-us-box__head {
    margin: 0 -20px 29px;
    padding-bottom: 25px;
    font-size: 3.2em;
  }
  .about-us-box__head:before {
    width: 60px;
  }
  .about-us-box__head-main {
    display: block;
    font-size: 2.8em;
  }
  .about-us-box-wrap {
    padding-left: 110px;
  }
  .about-us-box__txt {
    width: 100%;
    font-size: 1.6em;
    line-height: 2.3;
  }
  .about-us-box__txt + .about-us-box__txt {
    margin-top: 36px;
  }
}
/*	.about-philosophy
================================================ */
.about-philosophy__inner {
  padding-top: 48px;
  padding-bottom: 60px;
}

.about-philosophy-heading {
  margin-bottom: 36px;
}

.about-philosophy-box {
  padding: 6px 10px;
  background: #fff;
}

.about-philosophy-box-list__item {
  padding: 21px 0 25px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.about-philosophy-box-list__item:last-of-type {
  border-bottom: none;
}

.about-philosophy-box-list__head {
  margin-bottom: 3px;
  color: #a7575f;
  font-size: 1.9em;
  letter-spacing: 0.11em;
  line-height: 1.8;
  word-break: keep-all;
}

.about-philosophy-box-list__txt {
  font-size: 1.2em;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .about-philosophy__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .about-philosophy-heading {
    margin-bottom: 56px;
  }
  .about-philosophy-box {
    padding: 28px 50px;
  }
  .about-philosophy-box-list__item {
    padding: 27px 0 34px;
    letter-spacing: 0.115em;
  }
  .about-philosophy-box-list__head {
    margin-bottom: -2px;
    font-size: 2.8em;
  }
  .about-philosophy-box-list__txt {
    font-size: 1.6em;
  }
}
/*	.about-name
================================================ */
.about-name__inner {
  padding-top: 48px;
  padding-bottom: 60px;
}

.about-name-heading {
  margin-bottom: 36px;
}

.about-name-box {
  padding: 33px 10px 30px;
  background: #fff;
}

.about-name-box-top {
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.about-name-box-logo {
  width: 200px;
  margin: 0 auto 30px;
}

.about-name-box-meaning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-name-box-meaning-wrap {
  display: table;
  margin: 0 auto;
}

.about-name-box-meaning + .about-name-box-meaning {
  margin-top: 14px;
}

.about-name-box-meaning__txt01 {
  width: 100px;
  margin: 0 14px 0 -13px;
  text-align: right;
  font-size: 1.9em;
  line-height: 1;
}

.about-name-box-meaning__txt02 {
  padding: 5px 7px;
  background: #f5e9ea;
  color: #a7575f;
  font-size: 1.6em;
  line-height: 1;
}

.about-name-box__lead {
  margin-bottom: 17px;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.about-name-box__txt {
  width: calc(100% - 10px);
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.8;
}

.about-name-box__txt + .about-name-box__txt {
  margin-top: 42px;
}

@media all and (max-width: 767px) {
  .about-name-heading__en {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (min-width: 768px) {
  .about-name__inner {
    padding-top: 98px;
    padding-bottom: 120px;
  }
  .about-name-heading {
    margin-bottom: 60px;
  }
  .about-name-box {
    padding: 70px 50px 60px;
  }
  .about-name-box-top {
    margin-bottom: 45px;
    padding-bottom: 39px;
  }
  .about-name-box-logo {
    width: 354px;
    margin-bottom: 37px;
  }
  .about-name-box-meaning + .about-name-box-meaning {
    margin-top: 19px;
  }
  .about-name-box-meaning__txt01 {
    width: 160px;
    margin: 0 11px 0 -27px;
    font-size: 2.8em;
    letter-spacing: 0.1em;
  }
  .about-name-box-meaning__txt02 {
    padding: 6px 9px;
    font-size: 2.4em;
  }
  .about-name-box__lead {
    margin-bottom: 32px;
    font-size: 3.6em;
  }
  .about-name-box-wrap {
    padding-left: 50px;
  }
  .about-name-box__txt {
    width: 100%;
    font-size: 1.6em;
    line-height: 2.3;
  }
  .about-name-box__txt + .about-name-box__txt {
    margin-top: 36px;
  }
}
/*	.about-mission
================================================ */
.about-mission__inner {
  padding-top: 48px;
  padding-bottom: 60px;
}

.about-mission-heading {
  margin-bottom: 36px;
}

.about-mission__copy {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 17px;
  color: #a7575f;
  font-size: 1.8em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.about-mission__copy::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 1px;
  background: #b2b2b2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-mission__txt {
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.about-mission-box {
  padding: 25px 10px 30px;
  background: #fff;
}

@media all and (min-width: 768px) {
  .about-mission__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .about-mission-heading {
    margin-bottom: 56px;
  }
  .about-mission-box {
    padding: 54px 50px 64px;
  }
  .about-mission__copy {
    margin-bottom: 30px;
    padding-bottom: 23px;
    font-size: 3.6em;
  }
  .about-mission__txt {
    font-size: 2.4em;
  }
}
/*	.about-mission_vision
================================================ */
.about-mission_vision__inner {
  padding-top: 48px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .about-mission_vision__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.about-mission_vision__inner .about-mission_vision-heading {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .about-mission_vision__inner .about-mission_vision-heading {
    margin-bottom: 56px;
  }
}
.about-mission_vision__inner .about-mission_vision-box {
  padding: 6px 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .about-mission_vision__inner .about-mission_vision-box {
    padding: 28px 50px;
  }
}
.about-mission_vision__inner .about-mission_vision-box-list__item {
  padding: 21px 0 25px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}
@media (min-width: 768px) {
  .about-mission_vision__inner .about-mission_vision-box-list__item {
    padding: 27px 0 34px;
    letter-spacing: 0.115em;
  }
}
.about-mission_vision__inner .about-mission_vision-box-list__item:last-of-type {
  border-bottom: none;
}
.about-mission_vision__inner .about-mission_vision-box-list__head {
  margin-bottom: 3px;
  color: #a7575f;
  font-size: 1.9em;
  letter-spacing: 0.11em;
  line-height: 1.8;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .about-mission_vision__inner .about-mission_vision-box-list__head {
    margin-bottom: -2px;
    font-size: 2.8em;
  }
}
.about-mission_vision__inner .about-mission_vision-box-list__txt {
  font-size: 1.2em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .about-mission_vision__inner .about-mission_vision-box-list__txt {
    font-size: 1.6em;
  }
}

/*	.about-value
================================================ */
.about-value__inner {
  padding-top: 48px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .about-value__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.about-value__inner .about-value-heading {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .about-value__inner .about-value-heading {
    margin-bottom: 56px;
  }
}
.about-value__inner .about-value-box {
  padding: 30px 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .about-value__inner .about-value-box {
    padding: 50px;
  }
}
.about-value__inner .about-value-box .about-value__head {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 17px;
  color: #a7575f;
  font-size: 1.8em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .about-value__inner .about-value-box .about-value__head {
    margin-bottom: 30px;
    padding-bottom: 23px;
    font-size: 3.6em;
  }
}
.about-value__inner .about-value-box .about-value__head::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 1px;
  background: #b2b2b2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-value__inner .about-value-box .about-value__txt {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-value__inner .about-value-box .about-value__txt {
    text-align: center;
    line-height: 2.3;
    padding-left: 50px;
    margin-bottom: 36px;
  }
}
.about-value__inner .about-value-box .about-value__txt:last-child {
  margin-bottom: 0;
}

/*	.about-performance
================================================ */
.about-performance__inner {
  padding-top: 48px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .about-performance__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.about-performance__inner .about-performance-heading {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .about-performance__inner .about-performance-heading {
    margin-bottom: 56px;
  }
}
.about-performance__inner .about-performance-box {
  padding: 6px 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .about-performance__inner .about-performance-box {
    padding: 28px 50px;
  }
}
.about-performance__inner .about-performance-box-list__item {
  padding: 21px 0 25px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}
@media (min-width: 768px) {
  .about-performance__inner .about-performance-box-list__item {
    padding: 27px 0 34px;
    letter-spacing: 0.115em;
  }
}
.about-performance__inner .about-performance-box-list__item:last-of-type {
  border-bottom: none;
}
.about-performance__inner .about-performance-box-list__head {
  margin-bottom: 3px;
  color: #a7575f;
  font-size: 1.9em;
  letter-spacing: 0.11em;
  line-height: 1.8;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .about-performance__inner .about-performance-box-list__head {
    margin-bottom: -2px;
    font-size: 2.8em;
  }
}
.about-performance__inner .about-performance-box-list__txt {
  font-size: 1.2em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .about-performance__inner .about-performance-box-list__txt {
    font-size: 1.6em;
  }
}

/*	.about-logo
================================================ */
.about-logo__inner {
  padding-top: 42px;
  padding-bottom: 60px;
}

.about-logo-heading {
  margin-bottom: 35px;
}

.about-logo-box {
  padding: 35px 15px 30px;
  background: #fff;
}

.about-logo-box-logo {
  width: 100px;
  margin: 0 auto 35px;
}

.about-logo-box-thoughts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
  line-height: 1.5;
}

.about-logo-box-thoughts__item:last-of-type {
  margin-bottom: 0;
}

.about-logo-box-thoughts__logo {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23px;
  color: #980313;
  font-size: 2em;
  text-align: center;
}

.about-logo-box-thoughts__logo:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -56px;
  content: "";
  display: block;
  width: 46px;
  height: 5px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

.about-logo-box-thoughts__logo.has-img {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-logo-box-thoughts__meaning {
  width: calc(100% - 95px);
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

@media all and (max-width: 767px) {
  .about-logo-heading__en {
    line-height: 1.8;
  }
  .about-logo-heading__head {
    margin-top: -5px;
  }
}
@media all and (min-width: 768px) {
  .about-logo-heading__en {
    font-size: 5em;
  }
  .about-logo__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .about-logo-heading {
    margin-bottom: 55px;
  }
  .about-logo-box {
    padding: 72px 30px 52px;
  }
  .about-logo-box-logo {
    width: 124px;
    margin-bottom: 40px;
  }
  .about-logo-box-thoughts {
    width: 77.5%;
    margin: 0 auto;
  }
  .about-logo-box-thoughts__item {
    margin-bottom: 17px;
  }
  .about-logo-box-thoughts__logo {
    width: 45px;
    font-size: 3.6em;
  }
  .about-logo-box-thoughts__logo:before {
    width: 60px;
    height: 8px;
    right: -69px;
  }
  .about-logo-box-thoughts__logo.has-img {
    width: 44px;
  }
  .about-logo-box-thoughts__logo.has-img img {
    width: 34px;
  }
  .about-logo-box-thoughts__meaning {
    width: calc(100% - 139px);
    font-size: 2.4em;
  }
}
/*	#company .l-sub-img
================================================ */
#company .l-sub-img {
  background-image: url("../img/about/company/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #company .l-sub-img {
    background-image: url("../img/about/company/bg_main01_pc.jpg");
  }
}
/*	.company-profile
================================================ */
.company-profile__inner {
  padding-bottom: 55px;
}

.company-profile-heading {
  margin-bottom: 37px;
}

@media screen and (max-width: 400px) {
  .company-profile-heading__en {
    font-size: 3em;
  }
}
@media all and (max-width: 767px) {
  .company-profile-heading__en {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media all and (min-width: 768px) {
  .company-profile__inner {
    padding-bottom: 110px;
  }
  .company-profile-heading {
    margin-bottom: 55px;
  }
}
/*	.company-access
================================================ */
.company-access__inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.company-access-heading {
  margin-bottom: 34px;
}

.company-access-data {
  margin-bottom: 30px;
}

.company-access-map {
  height: 182px;
  border: 1px solid #d6d6d6;
}

.company-access-map iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .company-access-map {
    position: relative;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 54%;
  }
  .company-access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media all and (min-width: 768px) {
  .company-access__inner {
    padding-top: 97px;
    padding-bottom: 120px;
  }
  .company-access-heading {
    margin-bottom: 54px;
  }
  .company-access-data {
    margin-bottom: 40px;
  }
  .company-access-map {
    height: 415px;
  }
}
/*	.company-office
================================================ */
.company-office__inner {
  padding-top: 48px;
  padding-bottom: 60px;
}

.company-office-heading {
  margin-bottom: 36px;
}

.company-office-photo-nav {
  margin: 30px -5px 0;
}

.company-office-photo-nav__item {
  cursor: pointer;
  width: calc(25% - 10px);
  margin: 0 5px;
}

@media all and (min-width: 768px) {
  .company-office__inner {
    padding-top: 96px;
    padding-bottom: 120px;
  }
  .company-office-heading {
    margin-bottom: 51px;
  }
  .company-office-photo-nav {
    margin: 40px -10px 0;
  }
  .company-office-photo-nav__item {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
}
/*	#construction .l-sub-img
================================================ */
#construction .l-sub-img {
  background-image: url("../img/investment/construction/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #construction .l-sub-img {
    background-image: url("../img/investment/construction/bg_main01_pc.jpg");
  }
}
/*	.construction-intro
================================================ */
@media all and (min-width: 768px) {
  .construction-intro-catch__ico {
    width: 70px;
  }
}
/*	.construction-features
================================================ */
.construction-features {
  position: relative;
}

.construction-features:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background: url(../img/common/bg_mv01.png) no-repeat center;
  background-size: 768px 100%;
}

.construction-features__inner {
  position: relative;
  z-index: 2;
  padding-top: 42px;
  padding-bottom: 60px;
}

.construction-features-heading {
  margin-bottom: 34px;
}

.construction-features-heading__head {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

@media all and (max-width: 767px) {
  .construction-features-list__txt {
    font-size: 1.2em;
    line-height: 1.8;
  }
}
@media all and (min-width: 768px) {
  .construction-features:before {
    height: 475px;
    background-size: cover;
  }
  .construction-features__inner {
    padding-top: 107px;
    padding-bottom: 120px;
  }
  .construction-features-heading {
    margin-bottom: 50px;
  }
  .construction-features-heading__head {
    font-size: 4em;
  }
}
/*  .construction-features-detail
--------------------------------------------------*/
.construction-features-detail {
  padding: 0 5px 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
}

.construction-features-detail:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.construction-features-detail-wrap {
  padding: 35px 10px 30px;
  background: #fff;
}

.construction-features-detail-pic-area {
  margin-bottom: 25px;
}

.construction-features-detail__pic {
  width: 100%;
}

.construction-features-detail__head {
  border: none;
  margin-bottom: 9px;
  padding-bottom: 0;
}

.construction-features-detail__txt {
  font-size: 1.2em;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .construction-features-detail {
    margin-bottom: 60px;
    padding: 0 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .construction-features-detail:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .construction-features-detail-wrap {
    padding: 70px 50px;
  }
  .construction-features-detail-pic-area {
    width: 50%;
    margin: 0;
  }
  .construction-features-detail-txt-area {
    width: 45%;
  }
  .construction-features-detail__head {
    margin-bottom: 17px;
  }
  .construction-features-detail__txt {
    font-size: 1.6em;
  }
}
/*	.construction-check01
================================================ */
.construction-check01__inner {
  padding-top: 55px;
  padding-bottom: 53px;
}

.construction-check01-heading {
  margin-bottom: 26px;
}

@media all and (min-width: 768px) {
  .construction-check01__inner {
    padding-top: 113px;
    padding-bottom: 105px;
  }
  .construction-check01-heading {
    margin-bottom: 49px;
  }
}
/*  .construction-check01-item
--------------------------------------------------*/
.construction-check01-item {
  margin-bottom: 40px;
}

.construction-check01-item__head {
  margin-bottom: 20px;
}

.construction-check01-item__txt {
  margin-bottom: 34px;
}

.construction-check01-item-representative-content {
  padding: 25px 10px 20px;
  background: #fff;
}

.construction-check01-item-representative-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 11px;
}

.construction-check01-item-representative-list__item {
  width: 30%;
  margin: 0 5% 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.5;
}

.construction-check01-item-representative-list-ico-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95px;
  margin: 0 auto 6px;
  background: #fff;
  border: 3px solid #f1f1f1;
}

.construction-check01-item-representative-list__ico {
  width: 60px;
}

@media all and (max-width: 767px) {
  .construction-check01-item-representative-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .construction-check01-item-representative-list__item:nth-of-type(n + 4) {
    margin-top: 17px;
  }
  .construction-check01-item-representative__txt {
    font-size: 1.2em;
    line-height: 1.8;
  }
}
@media all and (min-width: 768px) {
  .construction-check01-item {
    margin-bottom: 77px;
  }
  .construction-check01-item__head {
    margin-bottom: 31px;
  }
  .construction-check01-item__txt {
    margin-bottom: 62px;
  }
  .construction-check01-item-representative-content {
    padding: 40px 50px 35px;
  }
  .construction-check01-item-representative-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  .construction-check01-item-representative-list__item {
    width: 13.8%;
    margin: 0;
    font-size: 1.8em;
  }
  .construction-check01-item-representative-list-ico-area {
    width: 140px;
    height: 140px;
    border-width: 4px;
    margin-bottom: 16px;
  }
  .construction-check01-item-representative-list__ico {
    width: 95px;
  }
}
/*  .construction-check01-tradeoff
--------------------------------------------------*/
.construction-check01-tradeoff {
  margin-bottom: 45px;
}

.construction-check01-tradeoff__head {
  margin-bottom: 20px;
}

.construction-check01-tradeoff-box01 {
  margin-bottom: 45px;
}

.construction-check01-tradeoff-box01-txt-area {
  margin-bottom: 30px;
}

.construction-check01-tradeoff-box01__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .construction-check01-tradeoff {
    margin-bottom: 81px;
  }
  .construction-check01-tradeoff__head {
    margin-bottom: 30px;
  }
  .construction-check01-tradeoff-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .construction-check01-tradeoff-box01-txt-area {
    width: 49%;
    margin: 0;
  }
  .construction-check01-tradeoff-box01-img-area {
    width: 48%;
    margin: 8px 0;
  }
}
/*  .construction-check01-tradeoff-detail
--------------------------*/
.construction-check01-tradeoff-detail {
  margin-bottom: 23px;
}

.construction-check01-tradeoff-detail:last-of-type {
  margin-bottom: 0;
}

.construction-check01-tradeoff-detail-wrap {
  padding: 32px 15px 25px;
  background: #fff;
}

.construction-check01-tradeoff-detail__head {
  margin-bottom: 20px;
}

.construction-check01-tradeoff-detail-img-area {
  margin-bottom: 24px;
}

.construction-check01-tradeoff-detail__img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .construction-check01-tradeoff-detail-wrap {
    margin: 0 -5px;
  }
  .construction-check01-tradeoff-detail__txt {
    font-size: 1.2em;
    line-height: 1.8;
  }
}
@media all and (min-width: 768px) {
  .construction-check01-tradeoff-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .construction-check01-tradeoff-detail-wrap {
    padding: 69px 50px 40px;
  }
  .construction-check01-tradeoff-detail__head {
    width: 100%;
    margin-bottom: 32px;
  }
  .construction-check01-tradeoff-detail-img-area {
    width: 34%;
    margin: 8px 0;
  }
  .construction-check01-tradeoff-detail-txt-area {
    width: 61%;
  }
  .construction-check01-tradeoff-detail__txt {
    font-size: 1.5em;
  }
}
/*  .construction-check01-set
--------------------------------------------------*/
.construction-check01-set {
  margin-bottom: 44px;
}

.construction-check01-set__head {
  margin-bottom: 18px;
}

.construction-check01-set__txt {
  margin-bottom: 30px;
}

.construction-check01-set-img-area {
  text-align: center;
  background: #fff;
}

.construction-check01-set__img01 {
  width: 100%;
}

@media all and (min-width: 768px) {
  .construction-check01-set {
    margin-bottom: 75px;
  }
  .construction-check01-set__head {
    margin-bottom: 29px;
  }
  .construction-check01-set__txt {
    margin-bottom: 58px;
  }
  .construction-check01-set__img01 {
    width: 998px;
  }
}
/*  .construction-check01-point
--------------------------------------------------*/
.construction-check01-point__head {
  margin-bottom: 22px;
}

@media all and (min-width: 768px) {
  .construction-check01-point__head {
    margin-bottom: 30px;
  }
}
/*	.construction-check02
================================================ */
.construction-check02__inner {
  padding-top: 57px;
  padding-bottom: 60px;
}

.construction-check02-heading {
  margin-bottom: 24px;
}

@media all and (min-width: 768px) {
  .construction-check02__inner {
    padding-top: 106px;
    padding-bottom: 120px;
  }
  .construction-check02-heading {
    margin-bottom: 47px;
  }
}
/*  .construction-check02-detail
--------------------------------------------------*/
.construction-check02-detail {
  margin-bottom: 45px;
}

.construction-check02-detail:last-of-type {
  margin-bottom: 0;
}

.construction-check02-detail__head {
  margin-bottom: 11px;
}

.construction-check02-detail-txt-area {
  margin-bottom: 28px;
}

.construction-check02-detail__img {
  width: 100%;
}

.construction-check02-detail__txt + .construction-check02-detail__txt {
  margin-top: 12px;
}

@media all and (min-width: 768px) {
  .construction-check02-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .construction-check02-detail__head {
    width: 100%;
    margin-bottom: 31px;
  }
  .construction-check02-detail-txt-area {
    width: 49%;
    margin: 0;
  }
  .construction-check02-detail-img-area {
    width: 48%;
    margin: 10px 0 0;
  }
  .construction-check02-detail__txt + .construction-check02-detail__txt {
    margin-top: 16px;
  }
}
/*	.construction-check03
================================================ */
.construction-check03__inner {
  padding-top: 47px;
  padding-bottom: 65px;
}

.construction-check03-heading {
  margin-bottom: 27px;
}

@media all and (min-width: 768px) {
  .construction-check03__inner {
    padding-top: 106px;
    padding-bottom: 100px;
  }
  .construction-check03-heading {
    margin-bottom: 47px;
  }
}
/*  .construction-check03-age
--------------------------------------------------*/
.construction-check03-age {
  margin-bottom: 36px;
}

.construction-check03-age__head {
  margin-bottom: 23px;
}

.construction-check03-age-box01 {
  margin-bottom: 45px;
}

.construction-check03-age-box01__txt {
  margin-bottom: 28px;
}

.construction-check03-age-box01__img {
  width: 100%;
}

.construction-check03-age__head-sub {
  margin-bottom: 13px;
}

.construction-check03-age__txt {
  margin-bottom: 33px;
}

.construction-check03-age__txt:last-of-type {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .construction-check03-age {
    margin-bottom: 75px;
  }
  .construction-check03-age__head {
    margin-bottom: 33px;
  }
  .construction-check03-age-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 62px;
  }
  .construction-check03-age-box01__txt {
    width: 48%;
    margin: 0;
  }
  .construction-check03-age-box01-img-area {
    width: 48%;
    margin: 10px 0 0;
  }
  .construction-check03-age__head-sub {
    margin-bottom: 34px;
  }
  .construction-check03-age__txt {
    margin-bottom: 53px;
  }
}
/*  .construction-check03-style
--------------------------------------------------*/
.construction-check03-style__head {
  margin-bottom: 20px;
}

.construction-check03-style__txt {
  margin-bottom: 33px;
}

.construction-check03-style-detail {
  margin-bottom: 20px;
  background: #fff;
}

.construction-check03-style-detail:last-of-type {
  margin-bottom: 0;
}

.construction-check03-style-detail-wrap {
  margin-bottom: 40px;
}

.construction-check03-style-detail__head-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.construction-check03-style-detail__head-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 4px 0 8px;
  padding: 0 0 0 1px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  color: #c07a72;
  font-size: 1.1em;
  text-align: center;
}

.construction-check03-style-detail-content {
  padding: 18px 20px;
}

.construction-check03-style-detail__txt {
  width: calc(100% - 10px);
  margin: 0 auto 24px;
}

.construction-check03-style-detail__img {
  width: 100%;
}

.construction-check03-style-detail-sub {
  margin-bottom: 20px;
}

.construction-check03-style-detail-sub:last-of-type {
  margin-bottom: 25px;
}

.construction-check03-style-detail-sub.is-risk .construction-check03-style-detail-sub__head {
  background: #c2c2c2;
}

.construction-check03-style-detail-sub__head {
  background: #c07a72;
  padding: 3px 5px;
  color: #fff;
  font-weight: 500;
  font-size: 1.3em;
  text-align: center;
}

.construction-check03-style-detail-sub-content {
  padding: 13px 18px 15px;
  background: #f5f5f5;
}

.construction-check03-style-box01 {
  padding: 16px 24px 18px;
  background: #fff;
}

.construction-check03-style-box01__head {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .construction-check03-style-detail__txt {
    font-size: 1.3em;
  }
  .construction-check03-style-detail-sub-list__item {
    font-size: 1.1em;
  }
  .construction-check03-style-detail-sub-list__item:before {
    width: 2px;
    height: 2px;
    top: 11px;
    left: 3px;
  }
  .construction-check03-style-box01__txt {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .construction-check03-style__head {
    margin-bottom: 30px;
  }
  .construction-check03-style__txt {
    margin-bottom: 55px;
  }
  .construction-check03-style-detail {
    width: calc(50% - 20px);
    margin: 0;
  }
  .construction-check03-style-detail-wrap {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .construction-check03-style-detail__head-num {
    margin: 2px 10px 0 6px;
    padding: 0 0 1px 1px;
    font-size: 1.8em;
    width: 26px;
    height: 26px;
  }
  .construction-check03-style-detail-content {
    padding: 32px 30px;
  }
  .construction-check03-style-detail__txt, .construction-check03-style-detail-sub {
    width: 100%;
  }
  .construction-check03-style-detail__txt {
    width: calc(100% - 40px);
    margin-bottom: 45px;
  }
  .construction-check03-style-detail-sub:last-of-type {
    margin-bottom: 37px;
  }
  .construction-check03-style-detail-sub__head {
    padding: 12px 5px;
    font-size: 1.8em;
  }
  .construction-check03-style-detail-sub-content {
    padding: 14px 18px;
  }
  .construction-check03-style-detail-sub-list__item {
    padding-left: 15px;
    font-size: 1.3em;
    line-height: 1.8;
  }
  .construction-check03-style-detail-sub-list__item:before {
    top: 11px;
  }
  .construction-check03-style-box01 {
    padding: 29px 39px 36px;
  }
  .construction-check03-style-box01__head {
    margin-bottom: 30px;
  }
}
/*	#consultation .l-sub-img
================================================ */
#consultation .l-sub-img {
  background-image: url("../img/seminar_consultation/cat/consultation/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #consultation .l-sub-img {
    background-image: url("../img/seminar_consultation/cat/consultation/bg_main01_pc.jpg");
  }
}
/*	.construction-intro
================================================ */
@media all and (min-width: 768px) {
  .construction-intro-catch__ico img {
    width: 85px;
  }
}
/*	.contact_list-info
================================================ */
.contact_list-info__txt {
  position: relative;
  margin-top: 30px;
  padding: 5px 10px;
  line-height: 1.5;
  background-color: #909090;
  font-size: 1.2em;
  color: #fff;
}

@media all and (min-width: 768px) {
  .contact_list-info__txt {
    display: inline-block;
    margin-top: 50px;
    font-size: 1.5em;
  }
  .contact_list-info__lead {
    margin-bottom: 115px;
  }
}
/*  .contact_list-info-reference
--------------------------------------------------*/
.contact_list-info-reference {
  margin: 0 auto 34px;
}

.contact_list-info-reference:last-of-type {
  margin-bottom: 0;
}

.contact_list-info-reference-wrap {
  padding-top: 45px;
  padding-bottom: 60px;
}

.contact_list-info-reference__head {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 30px;
}

.contact_list-info-reference__head:before {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% - 20px);
  background: #a7575f;
  left: 0px;
}

.contact_list-info-reference__head-small {
  font-size: 1.6em;
}

.contact_list-info-reference-list__item {
  margin-bottom: 15px;
  padding: 15px 15px 25px;
  background: #fff;
}

.contact_list-info-reference-list__item:last-of-type {
  margin-bottom: 0;
}

.contact_list-info-reference-list-pic-area {
  margin-bottom: 15px;
}

.contact_list-info-reference-list__pic {
  width: 100%;
}

.contact_list-info-reference-list-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.contact_list-info-reference-list-cat__item {
  margin: 0 4px 4px 0;
  padding: 4px 4px;
  background: #a7575f;
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 1.2;
}

.contact_list-info-reference-list__head {
  margin-bottom: 9px;
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.contact_list-info-reference-list__txt {
  font-size: 1.2em;
  line-height: 1.8;
}

.contact_list-info-reference-list__btn {
  margin-top: 21px;
}

@media all and (max-width: 359px) {
  .contact_list-info-reference-list__btn {
    max-width: 220px;
  }
}
@media all and (min-width: 768px) {
  .contact_list-info-reference {
    margin-bottom: 150px;
  }
  .contact_list-info-reference-wrap {
    padding-top: 108px;
    padding-bottom: 120px;
  }
  .contact_list-info-reference__head {
    margin-bottom: 50px;
    padding-bottom: 30px;
    font-size: 4em;
    letter-spacing: 0.12em;
  }
  .contact_list-info-reference__head:before {
    width: 4px;
  }
  .contact_list-info-reference__head-small {
    font-size: 2.8em;
  }
  .contact_list-info-reference-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 50px;
  }
  .contact_list-info-reference-list-pic-area {
    width: 35.5%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .contact_list-info-reference-list-txt-area {
    width: 60%;
  }
  .contact_list-info-reference-list-cat {
    margin-bottom: 6px;
  }
  .contact_list-info-reference-list-cat__item {
    margin: 0 4px 4px 0;
    padding: 8px 9px;
    font-size: 1.2em;
  }
  .contact_list-info-reference-list__head {
    margin-bottom: 4px;
    font-size: 2.8em;
    letter-spacing: 0.1em;
  }
  .contact_list-info-reference-list__txt {
    font-size: 1.5em;
  }
  .contact_list-info-reference-list__btn {
    margin: 35px auto 0 0;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 40px;
  padding-bottom: 80px;
}

.error-page404__head {
  margin-bottom: 20px;
}

.error-page404__btn {
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .error-page404__inner {
    padding-bottom: 120px;
  }
  .error-page404__head {
    margin-bottom: 30px;
  }
  .error-page404__btn {
    margin-top: 80px;
  }
}
/*	#faq .l-sub-img
================================================ */
#faq .l-sub-img {
  background-image: url("../img/faq/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #faq .l-sub-img {
    background-image: url("../img/faq/bg_main01_pc.jpg");
  }
}
/*	.faq-info
================================================ */
.faq-info__lead {
  margin-bottom: 55px;
}

.faq-info-tab {
  padding-bottom: 50px;
}

@media all and (min-width: 768px) {
  .faq-info__lead {
    margin-bottom: 115px;
  }
  .faq-info-tab {
    padding-bottom: 120px;
  }
}
/*	#feature .l-sub-img
================================================ */
#feature .l-sub-img {
  background-image: url("../img/feature/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #feature .l-sub-img {
    background-image: url("../img/feature/bg_main01_pc.jpg");
  }
}
/*	.feature-intro
================================================ */
.feature-intro__inner {
  padding-bottom: 40px;
}

.feature-intro__head {
  margin-bottom: 13px;
  color: #a7575f;
  font-size: 1.9em;
  text-align: center;
  letter-spacing: 0.12em;
}

.feature-intro__catch {
  margin-bottom: 1px;
  text-align: center;
  font-size: 3em;
  line-height: 1.5;
  letter-spacing: 0.11em;
}

.feature-intro__catch-asterisk {
  font-size: 1.2em;
  vertical-align: text-top;
}

.feature-intro__txt {
  margin-bottom: 8px;
  text-align: center;
}

.feature-intro__note {
  color: #909090;
  font-size: 1em;
  text-align: center;
}

@media all and (min-width: 768px) {
  .feature-intro__inner {
    padding-top: 13px;
    padding-bottom: 106px;
  }
  .feature-intro__head {
    margin-bottom: 16px;
    font-size: 2.8em;
  }
  .feature-intro__catch {
    margin-bottom: 4px;
    font-size: 6em;
  }
  .feature-intro__catch-asterisk {
    font-size: 2.4em;
  }
  .feature-intro__txt {
    margin-bottom: 50px;
    font-size: 1.8em;
  }
  .feature-intro__note {
    font-size: 1.2em;
    padding-left: 290px;
  }
}
/*	.feature-nav
================================================ */
.feature-nav {
  position: relative;
}

.feature-nav:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 225px);
  background: url(../img/common/bg_mv01.png) no-repeat center;
  background-size: 768px 100%;
}

.feature-nav__inner {
  position: relative;
  z-index: 2;
  padding-top: 42px;
  padding-bottom: 60px;
}

.feature-nav__head {
  margin-bottom: 33px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.feature-nav-list__item {
  margin-bottom: 20px;
  background: #fff;
}

.feature-nav-list__item:last-of-type {
  margin-bottom: 0;
}

.feature-nav-list__item:nth-of-type(2) .feature-nav-list__img {
  width: 160px;
  margin: -4px auto -11px;
}

.feature-nav-list__item:nth-of-type(3) .feature-nav-list__img {
  width: 170px;
  margin: -9px auto -13px;
}

.feature-nav-list-img-area {
  margin-bottom: 14px;
}

.feature-nav-list__img {
  width: 140px;
  display: block;
  margin: 0 auto 10px;
}

.feature-nav-list__link {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 17px 8px 42px;
}

.feature-nav-list__link:before {
  position: absolute;
  width: 15px;
  height: 8px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2216.51%22%20viewBox%3D%220%200%2030%2016.51%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22a%22%20points%3D%2215%2013.49%201.51%200%200%201.51%2015%2016.51%2030%201.51%2028.49%200%2015%2013.49%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
}

.feature-nav-list__num {
  position: absolute;
  top: 3px;
  left: 0;
  padding: 0 0 0 16px;
  color: #cda2a6;
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.06em;
}

.feature-nav-list__num:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #cda2a6;
}

.feature-nav-list__head {
  margin-bottom: 15px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
}

.feature-nav-list__txt {
  width: calc(100% - 25px);
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  .feature-nav__head {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 359px) {
  .feature-nav__head {
    font-size: 1.8em;
  }
}
@media all and (min-width: 768px) {
  .feature-nav:before {
    height: 400px;
    width: 100%;
    background-size: cover;
  }
  .feature-nav__inner {
    padding-top: 107px;
    padding-bottom: 100px;
  }
  .feature-nav__head {
    margin-bottom: 49px;
    font-size: 4em;
  }
  .feature-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature-nav-list__item {
    width: 31.8%;
    margin: 0;
  }
  .feature-nav-list__item:nth-of-type(1) .feature-nav-list__img {
    width: 155px;
  }
  .feature-nav-list__item:nth-of-type(2) .feature-nav-list__img {
    width: 155px;
    margin: 0 auto;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
  .feature-nav-list__item:nth-of-type(3) .feature-nav-list__img {
    margin: 0 auto;
    width: 180px;
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
  .feature-nav-list-img-area {
    margin-bottom: 0;
    height: 120px;
  }
  .feature-nav-list__link {
    padding: 18px 10px 62px;
  }
  .feature-nav-list__link:hover:before {
    bottom: 25px;
  }
  .feature-nav-list__link:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 20px;
    height: 10px;
    bottom: 30px;
  }
  .feature-nav-list__num {
    top: 7px;
    padding-left: 19px;
    font-size: 1.2em;
    letter-spacing: 0.1em;
  }
  .feature-nav-list__head {
    margin-bottom: 14px;
    padding-bottom: 14px;
    font-size: 1.8em;
    line-height: 1.6;
  }
  .feature-nav-list__txt {
    font-size: 1.5em;
  }
}
/*	.feature-cmn-sec
================================================ */
.feature-cmn-sec__inner {
  padding-top: 60px;
}

.feature-cmn-sec-heading-area {
  margin-bottom: 35px;
  padding-bottom: 34px;
  border-bottom: 1px solid #d6d6d6;
}

.feature-cmn-sec-heading {
  margin-bottom: 40px;
}

.feature-cmn-sec-heading__head {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 24px;
  font-size: 2.5em;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.feature-cmn-sec-heading__head:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #d6d6d6;
}

.feature-cmn-sec-heading__head-num {
  display: table;
  margin: 0 auto 19px;
  padding: 7px 14px;
  background: #a7575f;
  color: #fff;
  font-style: italic;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.07em;
}

.feature-cmn-sec-heading__img {
  width: 100%;
}

.feature-cmn-sec-heading__note {
  margin-top: 6px;
  color: #909090;
}

@media all and (min-width: 768px) {
  .feature-cmn-sec__inner {
    padding-top: 117px;
  }
  .feature-cmn-sec-heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-bottom: 61px;
  }
  .feature-cmn-sec-heading {
    width: 52%;
    margin: 0;
  }
  .feature-cmn-sec-heading__head {
    margin-bottom: 28px;
    padding-bottom: 31px;
    font-size: 4em;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .feature-cmn-sec-heading__head:before {
    width: 60px;
    right: auto;
  }
  .feature-cmn-sec-heading__head-num {
    margin: 0 auto 19px 0;
    padding: 8px 16px;
    font-size: 2.4em;
    letter-spacing: 0.1em;
  }
  .feature-cmn-sec-heading__lead {
    font-size: 1.8em;
  }
  .feature-cmn-sec-heading__note {
    margin-top: 13px;
  }
  .feature-cmn-sec-heading-img-area {
    width: 45%;
    margin: 14px 0 0;
  }
}
/*	.feature-reason01
================================================ */
.feature-reason01__inner {
  padding-bottom: 55px;
}

@media all and (min-width: 768px) {
  .feature-reason01__inner {
    padding-bottom: 75px;
  }
}
/*  .feature-reason01-point
--------------------------------------------------*/
.feature-reason01-point {
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d6d6d6;
}

.feature-reason01-point:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.feature-reason01-point-img-area {
  margin-bottom: 29px;
}

.feature-reason01-point__img {
  width: 100%;
}

.feature-reason01-point__head {
  padding-bottom: 0;
  border: none;
  margin-bottom: 5px;
}

@media all and (min-width: 768px) {
  .feature-reason01-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 58px;
    padding-bottom: 55px;
  }
  .feature-reason01-point-img-area {
    width: 550px;
    margin: 0;
  }
  .feature-reason01-point-txt-area {
    width: 500px;
  }
  .feature-reason01-point__head {
    margin-bottom: 13px;
  }
}
/*	.feature-reason02
================================================ */
.feature-reason02__inner {
  padding-bottom: 60px;
}

@media all and (max-width: 767px) {
  .feature-reason02-heading {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 768px) {
  .feature-reason02__inner {
    padding-top: 160px;
    padding-bottom: 120px;
  }
  .feature-reason02-heading-area {
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .feature-reason02-heading {
    width: 50%;
  }
  .feature-reason02-heading-img-area {
    margin: -14px 0 0;
  }
}
/*	.feature-reason03
================================================ */
@media all and (max-width: 767px) {
  .feature-reason03-heading {
    margin-bottom: 36px;
  }
}
@media all and (min-width: 768px) {
  .feature-reason03-heading-area {
    padding-bottom: 50px;
  }
  .feature-reason03-heading-img-area {
    margin: 70px 5px 0;
  }
  .feature-reason03__inner {
    padding-bottom: 75px;
  }
}
/*  .feature-reason03-secondhand
--------------------------------------------------*/
.feature-reason03-secondhand {
  margin-bottom: 35px;
}

.feature-reason03-secondhand__head {
  margin-bottom: 30px;
}

.feature-reason03-secondhand__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .feature-reason03-secondhand {
    margin-bottom: 75px;
  }
  .feature-reason03-secondhand__head {
    margin-bottom: 60px;
  }
}
/*  .feature-reason03-secondhand-reason
-------------------------*/
.feature-reason03-secondhand-reason {
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d6d6d6;
}

.feature-reason03-secondhand-reason:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.feature-reason03-secondhand-reason-img-area {
  margin-bottom: 29px;
}

.feature-reason03-secondhand-reason__img {
  width: 100%;
}

.feature-reason03-secondhand-reason__head {
  padding-bottom: 0;
  border: none;
  margin-bottom: 5px;
}

@media all and (min-width: 768px) {
  .feature-reason03-secondhand-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 58px;
    padding-bottom: 55px;
  }
  .feature-reason03-secondhand-reason-img-area {
    width: 45.5%;
    margin: 0;
  }
  .feature-reason03-secondhand-reason-txt-area {
    width: 50%;
  }
  .feature-reason03-secondhand-reason__head {
    margin-bottom: 13px;
  }
}
/*  .feature-reason03-tokyo
--------------------------------------------------*/
.feature-reason03-tokyo__head {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .feature-reason03-tokyo__head {
    margin-bottom: 60px;
  }
}
/*  .feature-reason03-tokyo-reason
-------------------------*/
.feature-reason03-tokyo-reason {
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d6d6d6;
}

.feature-reason03-tokyo-reason:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.feature-reason03-tokyo-reason-img-area {
  margin-bottom: 29px;
}

.feature-reason03-tokyo-reason__img {
  width: 100%;
}

.feature-reason03-tokyo-reason__head {
  padding-bottom: 0;
  border: none;
  margin-bottom: 5px;
}

.feature-reason03-tokyo-reason.is-wide {
  padding-bottom: 0;
  margin-bottom: 47px;
  border: none;
}

.feature-reason03-tokyo-reason.is-wide .feature-reason03-tokyo-reason-txt-area {
  margin-bottom: 30px;
}

.feature-reason03-tokyo-reason.is-wide .feature-reason03-tokyo-reason__head {
  margin-bottom: 21px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d6d6d6;
}

@media all and (min-width: 768px) {
  .feature-reason03-tokyo-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 58px;
    padding-bottom: 55px;
  }
  .feature-reason03-tokyo-reason-img-area {
    width: 45.5%;
    margin: 0;
  }
  .feature-reason03-tokyo-reason-txt-area {
    width: 50%;
  }
  .feature-reason03-tokyo-reason__head {
    margin-bottom: 15px;
  }
  .feature-reason03-tokyo-reason.is-wide {
    display: block;
    margin-bottom: 70px;
  }
  .feature-reason03-tokyo-reason.is-wide .feature-reason03-tokyo-reason-txt-area {
    width: 100%;
    margin-bottom: 60px;
  }
  .feature-reason03-tokyo-reason.is-wide .feature-reason03-tokyo-reason__head {
    margin-bottom: 35px;
  }
  .feature-reason03-tokyo-reason.is-wide .feature-reason03-tokyo-reason-img-area {
    width: 100%;
    background: #fff;
    height: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-reason03-tokyo-reason__img01 {
    width: 730px;
  }
}
/*	#flow .l-sub-img
================================================ */
#flow .l-sub-img {
  background-image: url("../img/investment/flow/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #flow .l-sub-img {
    background-image: url("../img/investment/flow/bg_main01_pc.jpg");
  }
}
/*	.flow-intro
================================================ */
@media all and (min-width: 768px) {
  .flow-intro-catch__ico {
    width: 87px;
    -webkit-transform: translate(3px, -5px);
    transform: translate(3px, -5px);
  }
}
/*	.flow-list
================================================ */
.flow-list-heading {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
  background: url("../img/common/bg_mv01.png") no-repeat center;
  background-size: 768px 100%;
}

.flow-list-heading:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 240px;
  height: 60px;
  background: url("../img/common/txt_flow01.png") no-repeat center;
  background-size: contain;
}

.flow-list-heading__head {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  font-size: 1.7em;
  text-align: center;
}

@media all and (min-width: 768px) {
  .flow-list-heading {
    height: 475px;
    background-size: cover;
  }
  .flow-list-heading:before {
    width: 698px;
    height: 172px;
  }
  .flow-list-heading__head {
    font-size: 4em;
    letter-spacing: 0.12em;
  }
}
/*  .flow-list-sec
--------------------------------------------------*/
.flow-list-sec {
  position: relative;
}

.flow-list-sec:nth-of-type(even) {
  background: #e9e9e9;
}

.flow-list-sec:first-of-type .flow-list-sec__inner {
  padding-top: 40px;
  padding-bottom: 60px;
}

.flow-list-sec:last-of-type:before {
  content: none;
}

.flow-list-sec:before {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: 0;
  bottom: -28px;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  background: #d6d6d6;
}

.flow-list-sec__inner {
  padding-top: 55px;
  padding-bottom: 40px;
}

.flow-list-sec__inner.has-detail {
  padding-bottom: 61px;
}

.flow-list-sec__head {
  margin-bottom: 30px;
}

.flow-list-sec__head .is-color-01 {
  color: #a7575f;
}

.flow-list-sec__head .is-color-02 {
  color: #a657a7;
}

.flow-list-sec__head .is-color-03 {
  color: #980313;
}

.flow-list-sec__head .is-color-04 {
  color: #eb7783;
}

.flow-list-sec__head .is-color-05 {
  color: #a76e57;
}

.flow-list-sec__head .is-color-06 {
  color: #a7576f;
}

.flow-list-sec__head .is-color-07 {
  color: #7d5a5a;
}

.flow-list-sec__head .is-color-08 {
  color: #a75771;
}

.flow-list-sec-box01 {
  margin: 0 auto 15px;
}

.flow-list-sec-box01-pic-area {
  margin-bottom: 21px;
}

.flow-list-sec-box01__pic {
  width: 100%;
}

.flow-list-sec-box01__img {
  margin-top: 20px;
  text-align: center;
}

.flow-list-sec-box02 {
  padding: 17px 25px;
  background: #f5f5f5;
}

.flow-list-sec-box02__txt {
  font-size: 1.3em;
}

@media all and (min-width: 768px) {
  .flow-list-sec:first-of-type .flow-list-sec__inner {
    padding-top: 105px;
    padding-bottom: 90px;
  }
  .flow-list-sec:before {
    height: 60px;
    bottom: -30px;
  }
  .flow-list-sec__inner {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .flow-list-sec__inner.has-detail {
    padding-top: 114px;
    padding-bottom: 120px;
  }
  .flow-list-sec__head {
    margin-bottom: 40px;
  }
  .flow-list-sec-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .flow-list-sec-box01-pic-area {
    width: 45.3%;
    margin: 10px 0 0;
  }
  .flow-list-sec-box01-txt-area {
    width: 50%;
  }
  .flow-list-sec-box01__img {
    margin-top: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .flow-list-sec-box02 {
    padding: 32px 38px;
  }
  .flow-list-sec-box02__txt {
    font-size: 1.6em;
  }
}
/* flow-list-sec-detail
=================================*/
.flow-list-sec-detail {
  background: #fff;
  padding: 35px 15px 28px;
}

.flow-list-sec-detail-box + .flow-list-sec-detail-box {
  margin-top: 26px;
}

.flow-list-sec-detail-box__head {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 500;
  padding-left: 13px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.75;
  letter-spacing: 0.12em;
}

.flow-list-sec-detail-box__head:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 25px;
  left: 1px;
  top: 2px;
  background: #a7575f;
}

.flow-list-sec-detail-box__img {
  margin-bottom: 23px;
  letter-spacing: 0.1em;
}

.flow-list-sec-detail-box__txt {
  font-size: 1.2em;
  line-height: 1.75;
}

.flow-list-sec-detail-box__txt + .flow-list-sec-detail-box__txt {
  margin-top: 16px;
}

@media all and (min-width: 768px) {
  .flow-list-sec-detail {
    padding: 63px 44px 28px;
  }
  .flow-list-sec-detail-box + .flow-list-sec-detail-box {
    margin-top: 33px;
  }
  .flow-list-sec-detail-box__head {
    margin-bottom: 40px;
    font-size: 2.8em;
    padding-left: 30px;
  }
  .flow-list-sec-detail-box__head:before {
    width: 4px;
    height: 40px;
  }
  .flow-list-sec-detail-box__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow-list-sec-detail-box__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 340px;
  }
  .flow-list-sec-detail-box__area-txt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 600px;
    margin-left: 56px;
  }
  .flow-list-sec-detail-box__txt {
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }
}
/*	.flow-future → c-future01
================================================ */
/*	.home-strengths
================================================ */
.home-strengths__inner {
  position: relative;
  z-index: 1;
  padding: 12px 20px 10px;
}

.home-strengths__head {
  margin-bottom: 35px;
  text-align: center;
  font-weight: normal;
  font-size: 2em;
}

.home-strengths__head-logo {
  width: 177px;
  margin-right: 7px;
  vertical-align: text-bottom;
}

.home-strengths__lead {
  margin-bottom: 14px;
  font-size: 1.8em;
  line-height: 1.8;
}

.home-strengths-txt-area {
  position: relative;
  z-index: 2;
}

.home-strengths-btn {
  margin-top: 42px;
}

@media all and (max-width: 359px) {
  .home-strengths__lead {
    font-size: 1.6em;
  }
}
@media all and (min-width: 768px) {
  .home-strengths {
    overflow: hidden;
    position: relative;
  }
  .home-strengths:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(50% - 410px);
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ebe2e1), to(#f5f1ee));
    background: linear-gradient(to right, #ebe2e1 0, #f5f1ee 100%);
  }
  .home-strengths:after {
    position: absolute;
    content: "";
    bottom: 83px;
    left: calc(50% - 960px);
    content: "";
    display: block;
    width: 304px;
    height: 446px;
    background: url("../img/home/img_strengths01.jpg") no-repeat center;
    background-size: contain;
  }
  .home-strengths__inner {
    padding: 160px 0 180px 130px;
    max-width: 1370px;
  }
  .home-strengths__inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .home-strengths__head {
    margin: 0 auto 41px -12px;
    font-size: 6em;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .home-strengths__head-logo {
    width: 354px;
    margin-right: 11px;
    vertical-align: -14px;
  }
  .home-strengths__lead {
    margin-bottom: 72px;
    font-size: 3.6em;
    letter-spacing: 0.1em;
  }
  .home-strengths-txt-area {
    float: left;
    width: 29%;
  }
  .home-strengths__txt {
    line-height: 2.15;
    font-size: 1.8em;
  }
  .home-strengths__txt + .home-strengths__txt {
    margin-top: 20px;
  }
  .home-strengths-btn {
    margin: 40px auto 0 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1370px) {
  .home-strengths__inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1935px) {
  .home-strengths:after {
    left: 0;
  }
}
/*	.home-strengths-reason
------------------------------------------------ */
.home-strengths-reason {
  position: relative;
  margin: 60px auto 0;
  padding: 0 0 70px;
}

.home-strengths-reason:before {
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: 0;
  content: "";
  display: block;
  width: 125px;
  height: calc(100% - 98px);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ebe2e1), to(#f5f1ee));
  background: linear-gradient(to right, #ebe2e1 0, #f5f1ee 100%);
}

.home-strengths-reason:after {
  position: absolute;
  z-index: -1;
  top: -95px;
  left: -38px;
  content: "";
  display: block;
  width: 152px;
  height: 223px;
  background: url("../img/home/img_strengths01.jpg") no-repeat center;
  background-size: contain;
}

.home-strengths-reason-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
}

.home-strengths-reason-list__item {
  border-bottom: 1px solid #d6d6d6;
}

.home-strengths-reason-list__item:last-of-type {
  border-bottom: none;
}

.home-strengths-reason-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 30px 16px;
}

.home-strengths-reason-list__link:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 9px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23980313%22%20d%3D%22M-0.005%2C0.509%20L8.479%2C8.994%20L-0.006%2C17.480%20L-0.005%2C0.509%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-strengths-reason-list__num {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 0 0 16px;
  color: #cda2a6;
  font-size: 1em;
  font-style: italic;
}

.home-strengths-reason-list__num:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #cda2a6;
}

.home-strengths-reason-list__img {
  width: 85px;
}

.home-strengths-reason-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 95px);
  height: 55px;
  margin-top: -5px;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5;
}

.home-strengths-reason-list__txt {
  margin-top: 4px;
  font-size: 1.2em;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .home-strengths-reason {
    width: 66.2%;
    float: right;
    margin: 14px auto 0;
    padding: 0;
  }
  .home-strengths-reason:before {
    content: none;
  }
  .home-strengths-reason:after {
    content: none;
  }
  .home-strengths-reason-list__item:nth-of-type(2) .home-strengths-reason-list__link {
    padding-top: 16px;
  }
  .home-strengths-reason-list__item:nth-of-type(2) .home-strengths-reason-list__img {
    margin: 0 36px 0 12px;
  }
  .home-strengths-reason-list__item:nth-of-type(2) .home-strengths-reason-list__head {
    margin-top: 10px;
  }
  .home-strengths-reason-list__item:nth-of-type(3) .home-strengths-reason-list__link {
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .home-strengths-reason-list__item:nth-of-type(3) .home-strengths-reason-list__img {
    margin: 0 36px 0 14px;
  }
  .home-strengths-reason-list__item:nth-of-type(3) .home-strengths-reason-list__head {
    margin-top: 16px;
  }
  .home-strengths-reason-list__link {
    display: block;
    overflow: hidden;
    padding: 36px 40px 17px 33px;
  }
  .home-strengths-reason-list__link:hover:before {
    right: 25px;
  }
  .home-strengths-reason-list__link:before {
    right: 30px;
  }
  .home-strengths-reason-list__num {
    top: 7px;
    padding-left: 19px;
    font-size: 1.2em;
  }
  .home-strengths-reason-list__img {
    width: 170px;
    margin-right: 47px;
    float: left;
  }
  .home-strengths-reason-list__head {
    width: auto;
    height: auto;
    display: block;
    margin: 4px auto 8px;
    font-size: 2.1em;
    letter-spacing: 0.12em;
  }
  .home-strengths-reason-list__txt {
    margin: 0;
    font-size: 1.5em;
  }
}
/*	.home-seminar
================================================ */
.home-seminar {
  position: relative;
  background: #f5f5f5;
}

.home-seminar-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: url("../img/home/bg_seminar01.png") no-repeat center;
  background-size: cover;
}

.home-seminar-bg:before {
  position: absolute;
  z-index: 2;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 59px;
  background: url("../img/common/txt_seminar01.png") no-repeat center top;
  background-size: contain;
}

.home-seminar-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 125px;
  height: 100%;
  background: rgba(142, 67, 76, 0.1);
}

.home-seminar__inner {
  position: relative;
  z-index: 3;
  padding-top: 42px;
  padding-bottom: 60px;
}

.home-seminar__btn {
  margin-top: 35px;
}

@media all and (max-width: 767px) {
  .home-seminar-heading__head {
    font-size: 2em;
  }
  .home-seminar-heading__lead {
    margin-top: 12px;
  }
}
@media all and (min-width: 768px) {
  .home-seminar__inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .home-seminar-bg {
    height: 500px;
  }
  .home-seminar-bg:before {
    top: 105px;
    max-width: 1075px;
    height: 172px;
    background-size: contain;
  }
  .home-seminar-bg:after {
    width: calc(50% - 410px);
    top: 0;
    right: 0;
  }
  .home-seminar__btn {
    margin-top: 40px;
  }
}
/*	.home-investment
================================================ */
.home-investment {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.home-investment-heading-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 35px 60px;
  background: url("../img/home/bg_investment01.jpg") no-repeat center;
  background-size: cover;
}

.home-investment-heading {
  margin-bottom: 16px;
  padding: 63px 0 0;
  background: url("../img/investment/ico_investment01.png") no-repeat center top;
  background-size: 54px;
}

.home-investment-heading__en {
  margin-top: -4px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 2.7em;
}

.home-investment-heading__head {
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5;
}

.home-investment__txt {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.8;
}

.home-investment__btn {
  max-width: 195px;
}

.home-investment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 15px 13px;
  background: #fff;
}

.home-investment-list__item {
  width: calc(50% - 3px);
}

.home-investment-list__item:nth-of-type(n + 3) {
  border-top: 1px solid #d6d6d6;
}

.home-investment-list__link {
  display: block;
  padding: 23px 5px 28px;
}

.home-investment-list-ico-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 8px;
  background: #fff;
  border: 3px solid #f1f1f1;
  border-radius: 50%;
}

.home-investment-list__ico {
  width: 55px;
}

.home-investment-list__arrow {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 20px;
  height: 20px;
  background: #c5616c;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.home-investment-list__arrow:before {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 4px;
  height: 8px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M-0.005%2C0.509%20L8.479%2C8.994%20L-0.006%2C17.480%20L-0.005%2C0.509%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 3px;
  height: 5px;
}

.home-investment-list__txt {
  font-weight: 500;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .home-investment {
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
  }
  .home-investment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-investment-heading-area {
    width: 460px;
    padding: 129px 30px 60px;
  }
  .home-investment-heading {
    margin-bottom: 22px;
    padding-top: 81px;
    background-size: 72px;
  }
  .home-investment-heading__en {
    margin-bottom: 7px;
    font-size: 3.6em;
  }
  .home-investment-heading__head {
    font-size: 2em;
  }
  .home-investment__txt {
    max-width: 270px;
    margin: 0 auto 42px;
    font-size: 1.6em;
  }
  .home-investment__btn {
    max-width: 240px;
  }
  .home-investment-content-area {
    width: calc(100% - 460px);
  }
  .home-investment-list {
    padding: 38px 60px 42px;
  }
  .home-investment-list__item {
    width: calc(50% - 20px);
  }
  .home-investment-list__link {
    padding: 40px 0 45px;
  }
  .home-investment-list-ico-area {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
    border-width: 4px;
  }
  .home-investment-list__ico {
    width: 85px;
  }
  .home-investment-list__arrow {
    width: 30px;
    height: 30px;
    right: -2px;
    bottom: -2px;
  }
  .home-investment-list__arrow:before {
    width: 5px;
    height: 9px;
    top: 11px;
    left: 13px;
  }
  .home-investment-list__txt {
    font-size: 1.8em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*	.home-faq
================================================ */
.home-faq {
  position: relative;
}

.home-faq-bg {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  height: 76px;
  background: url("../img/common/txt_faq01.png") no-repeat center top;
  background-size: contain;
}

.home-faq__inner {
  position: relative;
  z-index: 2;
  padding-top: 67px;
  padding-bottom: 60px;
}

.home-faq-head {
  margin-bottom: 35px;
}

.home-faq-list {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .home-faq-bg {
    top: 102px;
    height: 222px;
    background-position: left calc(50% + 23px) top;
  }
  .home-faq__inner {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .home-faq-head {
    margin-bottom: 75px;
  }
  .home-faq-list {
    margin-bottom: 60px;
  }
}
/*	.home-news
================================================ */
.home-news {
  padding: 60px 0 60px 15px;
  background: url("../img/home/bg_news01.png") no-repeat center top;
  background-size: 100% 250px;
}

.home-news-inside {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-news__inner {
  padding: 26px 20px 35px;
}

.home-news-head-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 22px;
}

.home-news__head {
  margin-top: -9px;
  font-size: 1.1em;
}

.home-news__btn {
  max-width: 110px;
  margin: 0 12px 4px auto;
}

.home-news__btn-link:before {
  width: 10px;
}

.home-news__btn-link:after {
  width: 12px;
}

@media all and (max-width: 767px) {
  .home-news__btn-link {
    height: 40px;
    padding: 12px 15px;
  }
}
@media all and (min-width: 768px) {
  .home-news {
    padding: 120px 0;
    background-size: 100% 500px;
    overflow: hidden;
  }
  .home-news-inside {
    width: calc(50% + 670px);
    margin: 0 0 0 auto;
    padding: 75px 0 100px 120px;
  }
  .home-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto 0 0;
    padding: 0;
  }
  .home-news-head-area {
    display: block;
    width: 20%;
  }
  .home-news__head {
    margin-top: -6px;
    font-size: 1.5em;
  }
  .home-news__btn {
    max-width: 180px;
    margin: 45px auto 0 0;
  }
  .home-news__btn-link:before {
    width: 20px;
  }
  .home-news__btn-link:after {
    width: 15px;
  }
  .home-news-list {
    width: 75.5%;
    margin-top: 25px;
  }
}
/*	#investment .l-sub-img
================================================ */
#investment .l-sub-img {
  background-image: url("../img/investment/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #investment .l-sub-img {
    background-image: url("../img/investment/bg_main01_pc.jpg");
  }
}
/*	#investment .investment-intro
================================================ */
#investment .investment-intro {
  margin-top: 0;
}

#investment .investment-intro__inner {
  padding-top: 5px;
  padding-bottom: 24px;
}

@media all and (max-width: 359px) {
  #investment .investment-intro__head {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (max-width: 767px) {
  #investment .investment-intro:before {
    content: none;
  }
}
@media all and (min-width: 768px) {
  #investment .investment-intro__inner {
    padding-top: 15px;
    padding-bottom: 112px;
  }
  #investment .investment-intro-txt-area {
    width: 100%;
  }
}
/*	.investment-nav-top
================================================ */
.investment-nav-top__inner {
  padding-bottom: 50px;
}

.investment-nav-top-list__item {
  margin-bottom: 20px;
  background: #fff;
}

.investment-nav-top-list__item:last-of-type {
  margin-bottom: 0;
}

.investment-nav-top-list__link {
  position: relative;
  height: 100%;
}

.investment-nav-top-list__link:before {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23980313%22%20d%3D%22M12.157%2C-0.010%20L12.157%2C11.992%20L0.155%2C11.992%20L12.157%2C-0.010%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.investment-nav-top-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.investment-nav-top-list-txt-area {
  padding: 14px 20px 26px;
}

.investment-nav-top-list__pic {
  width: 100%;
}

.investment-nav-top-list-ico-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 3px solid #f1f1f1;
  border-radius: 50%;
  margin: 0 16px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.investment-nav-top-list__ico {
  width: 55px;
}

.investment-nav-top-list__head {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5;
}

.investment-nav-top-list__txt {
  margin-top: 8px;
  font-size: 1.2em;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .investment-nav-top__inner {
    padding-bottom: 120px;
  }
  .investment-nav-top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .investment-nav-top-list__item {
    width: 31.8%;
    margin: 0 2.3% 0 0;
  }
  .investment-nav-top-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .investment-nav-top-list__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .investment-nav-top-list__link {
    min-height: 504px;
  }
  .investment-nav-top-list__link:before {
    right: 12px;
    bottom: 12px;
  }
  .investment-nav-top-list-txt-area {
    padding: 23px 30px 27px;
  }
  .investment-nav-top-list-ico-area {
    width: 100px;
    height: 100px;
    margin: 0 17px 0 0;
    border-width: 4px;
  }
  .investment-nav-top-list__ico {
    width: 67px;
  }
  .investment-nav-top-list__head {
    margin-bottom: 7px;
    font-size: 1.8em;
    text-align: left;
    line-height: 1.8;
  }
  .investment-nav-top-list__txt {
    margin: 11px auto 0;
    font-size: 1.5em;
  }
}
/*================================================
	#investment under page common style
================================================ */
/*	.investment-cmn-intro
================================================ */
.investment-cmn-intro {
  position: relative;
  margin-top: -18px;
}

.investment-cmn-intro:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ebe2e1), to(#f5f1ee));
  background: linear-gradient(to right, #ebe2e1 0, #f5f1ee 100%);
}

.investment-cmn-intro__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}

.investment-cmn-intro-txt-area {
  margin-bottom: 29px;
}

.investment-cmn-intro-catch-ico-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f0f0f0;
  margin: 0 auto;
}

.investment-cmn-intro-catch__txt {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 205px;
  margin: -4px auto 18px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  background: #c07a72;
}

.investment-cmn-intro-catch__txt-num {
  vertical-align: -2px;
  margin: 0 0 0 6px;
  font-size: 2em;
}

.investment-cmn-intro__head {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 2.5em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.095em;
}

.investment-cmn-intro__head:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #d6d6d6;
}

.investment-cmn-intro__img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .investment-cmn-intro-catch__ico {
    width: 55px;
  }
}
@media all and (min-width: 768px) {
  .investment-cmn-intro:before {
    width: calc(50% - 410px);
    height: calc(100% + 150px);
    top: -150px;
  }
  .investment-cmn-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 67px;
    padding-bottom: 120px;
  }
  .investment-cmn-intro-txt-area {
    width: 50%;
    margin: 0;
  }
  .investment-cmn-intro-catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 14px -10px;
  }
  .investment-cmn-intro-catch-ico-area {
    position: relative;
    z-index: 3;
    width: 120px;
    height: 120px;
    border-width: 4px;
    margin: 0;
  }
  .investment-cmn-intro-catch__txt {
    max-width: none;
    margin: 0 auto 6px -15px;
    padding: 7px 7px 7px 58px;
    width: 245px;
    font-size: 1.4em;
    text-align: left;
  }
  .investment-cmn-intro-catch__txt-num {
    margin-left: 8px;
    font-size: 2em;
  }
  .investment-cmn-intro__head {
    margin-bottom: 28px;
    padding-bottom: 34px;
    font-size: 4em;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .investment-cmn-intro__head:before {
    width: 60px;
    right: auto;
    left: 0;
  }
  .investment-cmn-intro__txt {
    font-size: 1.9em;
    line-height: 2;
  }
  .investment-cmn-intro__txt + .investment-cmn-intro__txt {
    margin-top: 20px;
  }
  .investment-cmn-intro-img-area {
    width: 48%;
  }
}
/*	#loan .l-sub-img
================================================ */
#loan .l-sub-img {
  background-image: url("../img/investment/loan/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #loan .l-sub-img {
    background-image: url("../img/investment/loan/bg_main01_pc.jpg");
  }
}
/*	.loan-intro
================================================ */
@media all and (min-width: 768px) {
  .loan-intro-catch__ico {
    width: 65px;
  }
}
/*	.loan-check01
================================================ */
.loan-check01__inner {
  padding-top: 53px;
  padding-bottom: 60px;
}

.loan-check01-heading {
  margin-bottom: 16px;
}

.loan-check01__txt {
  margin-bottom: 23px;
}

.loan-check01-box01 {
  position: relative;
  margin-top: 58px;
  padding: 17px 24px;
  background: #fff;
}

.loan-check01-box01:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 28px 16px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}

.loan-check01-box01__txt {
  color: #a7575f;
}

.loan-check01__img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .loan-check01-box01__txt {
    font-size: 1.6em;
  }
}
@media all and (min-width: 768px) {
  .loan-check01__inner {
    padding-top: 108px;
    padding-bottom: 120px;
  }
  .loan-check01-heading {
    margin-bottom: 42px;
  }
  .loan-check01__txt {
    margin-bottom: 53px;
  }
  .loan-check01-img-area {
    margin-bottom: 60px;
  }
  .loan-check01-box01 {
    padding: 32px 20px;
  }
  .loan-check01-box01__txt {
    text-align: center;
    font-size: 2.4em;
  }
}
/*	.loan-check02
================================================ */
.loan-check02__inner {
  padding-top: 58px;
  padding-bottom: 30px;
}

.loan-check02-heading {
  margin-bottom: 20px;
}

.loan-check02__txt {
  margin-bottom: 30px;
}

.loan-check02-img-area {
  margin: 0 auto 35px;
}

.loan-check02__img {
  width: 100%;
}

.loan-check02-box01 {
  padding: 17px 24px;
  background: #fff;
}

@media all and (max-width: 767px) {
  .loan-check02-box01__txt {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .loan-check02__inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .loan-check02-heading {
    margin-bottom: 42px;
  }
  .loan-check02__txt {
    margin-bottom: 53px;
  }
  .loan-check02-img-area {
    margin-bottom: 60px;
  }
  .loan-check02-box01 {
    padding: 34px 35px;
  }
}
/*	.loan-check03
================================================ */
.loan-check03__inner {
  padding-top: 30px;
  padding-bottom: 60px;
}

.loan-check03-heading {
  margin-bottom: 15px;
}

@media all and (min-width: 768px) {
  .loan-check03__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .loan-check03-heading {
    margin-bottom: 42px;
  }
  .loan-check03__txt {
    margin-bottom: 53px;
  }
  .loan-check03-img-area {
    margin-bottom: 60px;
  }
}
/*  .loan-check03-cooperation
--------------------------------------------------*/
.loan-check03-cooperation {
  margin-top: 35px;
}

.loan-check03-cooperation__head {
  margin-bottom: 25px;
}

.loan-check03-cooperation__txt {
  margin-bottom: 27px;
}

.loan-check03-cooperation-img-area {
  background-color: #fff;
}

.loan-check03-cooperation__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .loan-check03-cooperation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 73px;
  }
  .loan-check03-cooperation__head {
    width: 100%;
    margin-bottom: 34px;
  }
  .loan-check03-cooperation__txt {
    width: 529px;
  }
  .loan-check03-cooperation-img-area {
    width: 550px;
    margin: 5px 0 0;
    text-align: center;
  }
  .loan-check03-cooperation__img {
    width: 550px;
  }
}
/*	#management .l-sub-img
================================================ */
#management .l-sub-img {
  background-image: url("../img/investment/management/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #management .l-sub-img {
    background-image: url("../img/investment/management/bg_main01_pc.jpg");
  }
}
/*	.management-intro
================================================ */
@media all and (min-width: 768px) {
  .management-intro-catch__ico {
    width: 66px;
    -webkit-transform: translate(1px, -2px);
    transform: translate(1px, -2px);
  }
}
/*	.management-check01
================================================ */
.management-check01__inner {
  padding-top: 56px;
  padding-bottom: 52px;
}

.management-check01-heading {
  margin-bottom: 20px;
}

.management-check01__txt {
  margin-bottom: 19px;
}

.management-check01-box01 {
  margin-bottom: 16px;
  padding: 17px 25px 20px;
  background: #fff;
}

.management-check01-box01__txt + .management-check01-box01__txt {
  margin-top: 20px;
}

.management-check01-box01__txt-span {
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .management-check01-box01 {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .management-check01__inner {
    padding-top: 110px;
    padding-bottom: 55px;
  }
  .management-check01-heading {
    margin-bottom: 43px;
  }
  .management-check01__txt {
    margin-bottom: 25px;
  }
  .management-check01-box01 {
    margin-bottom: 24px;
    padding: 30px 35px 35px;
  }
}
/*  .management-check01-sec
--------------------------------------------------*/
.management-check01-sec {
  margin-top: 35px;
}

.management-check01-sec__head {
  margin-bottom: 24px;
}

.management-check01-sec__txt {
  margin-bottom: 33px;
}

.management-check01-sec-service {
  margin-bottom: 12px;
  background: #fff;
}

.management-check01-sec-service-content {
  padding: 25px 10px 20px;
  background: #fff;
}

.management-check01-sec-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.management-check01-sec-service-list__item {
  width: 30%;
  margin: 0 5% 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.5;
}

.management-check01-sec-service-list-ico-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95px;
  margin: 0 auto 6px;
  background: #fff;
  border: 3px solid #f1f1f1;
}

.management-check01-sec-service-list-ico-area img {
  width: 60px;
}

.management-check01-sec__note {
  color: #909090;
}

@media all and (max-width: 767px) {
  .management-check01-sec-service-list__item {
    letter-spacing: 0;
  }
  .management-check01-sec-service-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .management-check01-sec-service-list__item:nth-of-type(n + 4) {
    margin-top: 17px;
  }
}
@media all and (min-width: 768px) {
  .management-check01-sec {
    margin-top: 81px;
  }
  .management-check01-sec__head {
    margin-bottom: 33px;
  }
  .management-check01-sec__txt {
    margin-bottom: 54px;
  }
  .management-check01-sec-service {
    margin-bottom: 21px;
  }
  .management-check01-sec-service-content {
    padding: 40px 40px 35px;
  }
  .management-check01-sec-service-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .management-check01-sec-service-list__item {
    width: 13.8%;
    margin: 0;
    font-size: 1.8em;
  }
  .management-check01-sec-service-list-ico-area {
    width: 120px;
    height: 120px;
    border-width: 4px;
    margin-bottom: 16px;
  }
  .management-check01-sec-service-list-ico-area img {
    width: 85px;
  }
}
/*	.management-check02
================================================ */
.management-check02__inner {
  padding-bottom: 60px;
}

.management-check02__head {
  margin-bottom: 36px;
}

.management-check02-box01 {
  position: relative;
  margin-top: 47px;
  padding: 17px 24px;
  background: #fff;
  color: #a7575f;
}

.management-check02-box01:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 28px 16px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}

.management-check02__img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .management-check02-box01__txt {
    font-size: 1.6em;
    font-weight: 500;
  }
}
@media all and (min-width: 768px) {
  .management-check02__inner {
    padding-bottom: 116px;
  }
  .management-check02__head {
    margin-bottom: 61px;
  }
  .management-check02-box01 {
    margin-top: 55px;
    padding: 32px 20px;
  }
  .management-check02-box01__txt {
    text-align: center;
    font-size: 2.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
/*	.management-check03
================================================ */
.management-check03__inner {
  padding-top: 58px;
  padding-bottom: 50px;
}

.management-check03-heading {
  margin-bottom: 28px;
}

@media all and (min-width: 768px) {
  .management-check03__inner {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .management-check03-heading {
    margin-bottom: 50px;
  }
}
/*  .management-check03-main
--------------------------------------------------*/
.management-check03-main {
  margin-bottom: 42px;
}

.management-check03-main__head {
  margin-bottom: 30px;
}

.management-check03-main__txt {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .management-check03-main {
    margin-bottom: 74px;
  }
  .management-check03-main__head {
    margin-bottom: 60px;
  }
}
/*  .management-check03-maximize
--------------------------------------------------*/
.management-check03-maximize {
  margin-bottom: 43px;
}

.management-check03-maximize__head {
  margin-bottom: 22px;
}

.management-check03-maximize__txt {
  margin-bottom: 24px;
}

.management-check03-maximize-detail {
  background: #fff;
}

.management-check03-maximize-detail-content {
  padding: 25px 10px;
}

.management-check03-maximize-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.management-check03-maximize-detail-list__item {
  width: 30%;
  margin: 0 5% 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.5;
}

.management-check03-maximize-detail-list-ico-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95px;
  margin: 0 auto 6px;
  background: #fff;
  border: 3px solid #f1f1f1;
}

.management-check03-maximize-detail-list-ico-area img {
  width: 60px;
}

@media all and (max-width: 767px) {
  .management-check03-maximize-detail-list__item {
    letter-spacing: 0;
  }
  .management-check03-maximize-detail-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .management-check03-maximize-detail-list__item:nth-of-type(n + 4) {
    margin-top: 17px;
  }
}
@media all and (min-width: 768px) {
  .management-check03-maximize {
    margin-bottom: 79px;
  }
  .management-check03-maximize__head {
    margin-bottom: 32px;
  }
  .management-check03-maximize__txt {
    margin-bottom: 54px;
  }
  .management-check03-maximize-detail-content {
    padding: 40px 20px 35px;
  }
  .management-check03-maximize-detail-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .management-check03-maximize-detail-list__item {
    width: 19%;
    margin: 0;
    font-size: 1.6em;
  }
  .management-check03-maximize-detail-list-ico-area {
    width: 140px;
    height: 140px;
    border-width: 4px;
    margin-bottom: 16px;
  }
  .management-check03-maximize-detail-list-ico-area img {
    width: 85px;
  }
}
/*  .management-check03-importance
--------------------------------------------------*/
.management-check03-importance__head {
  margin-bottom: 23px;
}

.management-check03-importance__txt {
  margin-bottom: 40px;
}

@media all and (min-width: 768px) {
  .management-check03-importance__head {
    margin-bottom: 33px;
  }
  .management-check03-importance__txt {
    margin-bottom: 73px;
  }
}
/*  .management-check03-importance-ng
--------------------------*/
.management-check03-importance-ng {
  margin-bottom: 35px;
  padding-bottom: 23px;
  border-bottom: 1px solid #d6d6d6;
}

.management-check03-importance-ng:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.management-check03-importance-ng-pic-area {
  margin: 0 auto 28px;
}

.management-check03-importance-ng__pic {
  width: 100%;
}

.management-check03-importance-ng__head {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 5px;
}

.management-check03-importance-ng-demerit {
  margin: 35px auto 5px;
}

.management-check03-importance-ng-demerit__head {
  margin-bottom: 30px;
}

.management-check03-importance-ng-demerit-list {
  margin-bottom: 12px;
  padding: 20px;
  background: #fff;
}

@media all and (max-width: 767px) {
  .management-check03-importance-ng-demerit-list__item {
    margin-bottom: -2px;
  }
}
@media all and (min-width: 768px) {
  .management-check03-importance-ng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .management-check03-importance-ng-pic-area {
    margin: 0;
    width: 45.5%;
  }
  .management-check03-importance-ng-txt-area {
    width: 50%;
  }
  .management-check03-importance-ng__head {
    margin-bottom: 17px;
  }
  .management-check03-importance-ng-demerit {
    width: 100%;
    margin: 70px auto 15px;
  }
  .management-check03-importance-ng-demerit__head {
    margin-bottom: 40px;
  }
  .management-check03-importance-ng-demerit-list {
    margin-bottom: 23px;
    padding: 30px 35px 35px;
  }
  .management-check03-importance-ng-demerit-list__item {
    line-height: 1.8;
  }
  .management-check03-importance-ng-demerit-list__item:before {
    top: 14px;
  }
}
/*	#merit .l-sub-img
================================================ */
#merit .l-sub-img {
  background-image: url("../img/investment/merit/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #merit .l-sub-img {
    background-image: url("../img/investment/merit/bg_main01_pc.jpg");
  }
}
/*	.merit-intro
================================================ */
@media all and (min-width: 768px) {
  .merit-intro-catch__ico {
    width: 78px;
    -webkit-transform: translate(1px, -3px);
    transform: translate(1px, -3px);
  }
}
/*	.merit-merit01
================================================ */
.merit-merit01__inner {
  padding-top: 43px;
  padding-bottom: 65px;
}

.merit-merit01-heading {
  margin-bottom: 20px;
}

.merit-merit01__txt {
  margin-bottom: 20px;
}

.merit-merit01-box01 {
  margin-bottom: 18px;
  padding: 16px 20px;
  background: #f5f5f5;
}

.merit-merit01-detail {
  margin-bottom: 20px;
  background: #fff;
}

.merit-merit01-detail-wrap {
  margin-top: 32px;
}

.merit-merit01-detail:last-of-type {
  margin-bottom: 0;
}

.merit-merit01-detail-content {
  padding: 18px 20px 20px;
}

.merit-merit01-detail__txt {
  width: calc(100% - 10px);
  margin: 0 auto 24px;
}

.merit-merit01-detail__img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .merit-merit01-detail__txt {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .merit-merit01__inner {
    padding-top: 103px;
    padding-bottom: 120px;
  }
  .merit-merit01-heading {
    margin-bottom: 40px;
  }
  .merit-merit01__txt {
    margin-bottom: 26px;
  }
  .merit-merit01-box01 {
    margin-bottom: 22px;
    padding: 26px 34px 31px;
  }
  .merit-merit01-detail {
    margin-bottom: 0;
    width: calc(50% - 20px);
    padding: 0;
  }
  .merit-merit01-detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 75px;
  }
  .merit-merit01-detail-content {
    padding: 33px 30px 30px;
  }
  .merit-merit01-detail__txt {
    width: calc(100% - 40px);
    margin-bottom: 46px;
  }
}
/*	.merit-merit02
================================================ */
.merit-merit02__inner {
  padding-top: 54px;
  padding-bottom: 60px;
}

.merit-merit02-heading {
  margin-bottom: 20px;
}

.merit-merit02__txt {
  margin-bottom: 36px;
}

@media all and (min-width: 768px) {
  .merit-merit02__inner {
    padding-top: 108px;
    padding-bottom: 120px;
  }
  .merit-merit02-heading {
    margin-bottom: 42px;
  }
  .merit-merit02__txt {
    margin-bottom: 73px;
  }
}
/*  .merit-merit02-real
--------------------------------------------------*/
.merit-merit02-real {
  margin-bottom: 42px;
}

.merit-merit02-real__head {
  margin-bottom: 23px;
}

.merit-merit02-real__txt {
  margin-bottom: 28px;
}

.merit-merit02-real-img-area {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
}

.merit-merit02-real-img-area:last-of-type {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .merit-merit02-real {
    margin-bottom: 79px;
  }
  .merit-merit02-real__head {
    margin-bottom: 33px;
  }
  .merit-merit02-real__txt {
    margin-bottom: 43px;
  }
  .merit-merit02-real-img-area {
    margin-bottom: 0;
  }
  .merit-merit02-real__img01 {
    width: 530px;
  }
  .merit-merit02-real__img02 {
    width: 530px;
  }
  .merit-merit02-real__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/*  .merit-merit02-life
--------------------------------------------------*/
.merit-merit02-life__head {
  margin-bottom: 22px;
}

.merit-merit02-life__txt {
  margin-bottom: 27px;
}

.merit-merit02-life-box01 {
  margin-bottom: 20px;
}

.merit-merit02-life-box01:last-of-type {
  margin-bottom: 0;
}

.merit-merit02-life-box01-wrap {
  margin-bottom: 40px;
}

.merit-merit02-life-box01:last-of-type {
  margin-bottom: 0;
}

.merit-merit02-life-box01__note {
  margin-top: 5px;
  color: #909090;
  font-size: 1.1em;
  line-height: 1.8;
}

.merit-merit02-life-box01__img {
  width: 100%;
}

.merit-merit02-life-box02 {
  background: #fff;
}

.merit-merit02-life-box02-content {
  padding: 25px 20px 12px;
}

.merit-merit02-life-box02-img-area {
  margin-bottom: 18px;
}

.merit-merit02-life-box02__img {
  width: 100%;
}

.merit-merit02-life-box02__txt {
  width: calc(100% - 10px);
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .merit-merit02-life-box02__txt {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .merit-merit02-life__head {
    margin-bottom: 32px;
  }
  .merit-merit02-life__txt {
    margin-bottom: 57px;
  }
  .merit-merit02-life-box01 {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }
  .merit-merit02-life-box01-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 75px;
  }
  .merit-merit02-life-box01__note {
    margin-top: 3px;
    font-size: 1.2em;
  }
  .merit-merit02-life-box02__head {
    line-height: 1.6;
  }
  .merit-merit02-life-box02-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 50px 40px;
  }
  .merit-merit02-life-box02-img-area {
    width: 600px;
    margin: 10px 0 0;
  }
  .merit-merit02-life-box02-txt-area {
    width: 352px;
  }
  .merit-merit02-life-box02__txt {
    margin: 0;
  }
  .merit-merit02-life-box02__txt + .merit-merit02-life-box02__txt {
    margin-top: 20px;
  }
}
/*	.merit-merit03
================================================ */
.merit-merit03__inner {
  padding-top: 56px;
  padding-bottom: 60px;
}

.merit-merit03-heading {
  margin-bottom: 22px;
}

.merit-merit03__txt {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .merit-merit03__inner {
    padding-top: 108px;
    padding-bottom: 120px;
  }
  .merit-merit03-heading {
    margin-bottom: 43px;
  }
  .merit-merit03__txt {
    margin-bottom: 73px;
  }
}
/*  .merit-merit03-insurance
--------------------------------------------------*/
.merit-merit03-insurance {
  margin-bottom: 42px;
}

.merit-merit03-insurance__head {
  margin-bottom: 24px;
}

.merit-merit03-insurance__txt {
  margin-bottom: 29px;
}

.merit-merit03-insurance__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .merit-merit03-insurance {
    margin-bottom: 77px;
  }
  .merit-merit03-insurance__head {
    margin-bottom: 41px;
  }
  .merit-merit03-insurance__txt {
    margin-bottom: 55px;
  }
  .merit-merit03-insurance-img-area {
    padding: 23px 10px 40px;
    text-align: center;
  }
  .merit-merit03-insurance__img {
    width: 633px;
  }
}
/*  .merit-merit03-protect
--------------------------------------------------*/
.merit-merit03-protect {
  margin-bottom: 43px;
}

.merit-merit03-protect__head {
  margin-bottom: 22px;
}

.merit-merit03-protect__txt {
  margin-bottom: 28px;
}

.merit-merit03-protect-box01-img-area {
  margin-bottom: 20px;
}

.merit-merit03-protect-box01-img-area:last-of-type {
  margin-bottom: 0;
}

.merit-merit03-protect-box01__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .merit-merit03-protect {
    margin-bottom: 78px;
  }
  .merit-merit03-protect__head {
    margin-bottom: 32px;
  }
  .merit-merit03-protect__txt {
    margin-bottom: 56px;
  }
  .merit-merit03-protect-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .merit-merit03-protect-box01-img-area {
    margin: 0;
    width: calc(50% - 20px);
  }
}
/*  .merit-merit03-cancer
--------------------------------------------------*/
.merit-merit03-cancer__head {
  margin-bottom: 24px;
}

.merit-merit03-cancer-box01 {
  margin-bottom: 20px;
}

.merit-merit03-cancer-box01-txt-area {
  margin-bottom: 35px;
}

.merit-merit03-cancer-box01__txt {
  margin-bottom: 18px;
}

.merit-merit03-cancer-box01-note-area {
  padding: 16px 15px 18px;
  background: #f5f5f5;
}

.merit-merit03-cancer-box01__note {
  padding-left: 1em;
  text-indent: -1em;
}

.merit-merit03-cancer-box01__img {
  width: 100%;
}

.merit-merit03-cancer-box02-img-area {
  margin-bottom: 20px;
}

.merit-merit03-cancer-box02-img-area:last-of-type {
  margin-bottom: 0;
}

.merit-merit03-cancer-box02__img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .merit-merit03-cancer-box01__note {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .merit-merit03-cancer__head {
    margin-bottom: 32px;
  }
  .merit-merit03-cancer-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .merit-merit03-cancer-box01-txt-area {
    margin: 0;
    width: 48%;
  }
  .merit-merit03-cancer-box01__txt {
    margin-bottom: 25px;
  }
  .merit-merit03-cancer-box01-note-area {
    padding: 30px 36px 37px;
  }
  .merit-merit03-cancer-box01-img-area {
    width: 48.2%;
    margin: 10px 0 0;
  }
  .merit-merit03-cancer-box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .merit-merit03-cancer-box02-img-area {
    width: calc(50% - 20px);
    margin: 0;
  }
}
/*	.merit-merit04
================================================ */
.merit-merit04__inner {
  padding-top: 56px;
  padding-bottom: 60px;
}

.merit-merit04-heading {
  margin-bottom: 22px;
}

.merit-merit04__txt {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .merit-merit04__inner {
    padding-top: 101px;
    padding-bottom: 120px;
  }
  .merit-merit04-heading {
    margin-bottom: 43px;
  }
  .merit-merit04__txt {
    margin-bottom: 73px;
  }
}
/*  .merit-merit04-history
--------------------------------------------------*/
.merit-merit04-history {
  margin-bottom: 43px;
}

.merit-merit04-history__head {
  margin-bottom: 22px;
}

.merit-merit04-history-box01__txt {
  margin-bottom: 28px;
}

.merit-merit04-history-box01__img {
  width: 100%;
}

.merit-merit04-history-box01-img-area:after {
  content: "出典:総務省 2020年基準 消費者物価指数 全国 2023年4月分";
  display: block;
  text-align: center;
  font-size: 0.8em;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .merit-merit04-history {
    margin-bottom: 78px;
  }
  .merit-merit04-history__head {
    margin-bottom: 32px;
  }
  .merit-merit04-history-box01__txt {
    margin-bottom: 60px;
  }
  .merit-merit04-history-box01-img-area {
    text-align: center;
  }
  .merit-merit04-history-box01-img-area:after {
    width: 800px;
    text-align: right;
  }
  .merit-merit04-history-box01-img-area img {
    width: 800px;
  }
}
/*  .merit-merit04-change
--------------------------------------------------*/
.merit-merit04-change {
  margin-bottom: 43px;
}

.merit-merit04-change__head {
  margin-bottom: 22px;
}

.merit-merit04-change__txt {
  margin-bottom: 28px;
}

.merit-merit04-change-box01-img-area {
  margin-bottom: 20px;
}

.merit-merit04-change-box01-img-area:last-of-type {
  margin-bottom: 0;
}

.merit-merit04-change-box01__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .merit-merit04-change {
    margin-bottom: 78px;
  }
  .merit-merit04-change__head {
    margin-bottom: 32px;
  }
  .merit-merit04-change__txt {
    margin-bottom: 52px;
  }
  .merit-merit04-change-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .merit-merit04-change-box01-img-area {
    width: calc(50% - 20px);
    margin: 0;
  }
  .merit-merit04-change-box01-img-area:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
/*  .merit-merit04-weak
--------------------------------------------------*/
.merit-merit04-weak {
  margin-bottom: 43px;
}

.merit-merit04-weak__head {
  margin-bottom: 22px;
}

.merit-merit04-weak-box01__txt {
  margin-bottom: 28px;
}

.merit-merit04-weak-box01__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .merit-merit04-weak {
    margin-bottom: 78px;
  }
  .merit-merit04-weak__head {
    margin-bottom: 32px;
  }
  .merit-merit04-weak-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .merit-merit04-weak-box01__txt {
    margin: 0;
    width: calc(50% - 20px);
  }
  .merit-merit04-weak-box01-img-area {
    width: calc(50% - 20px);
    margin: 10px 0 0;
  }
}
/*  .merit-merit04-up
--------------------------------------------------*/
.merit-merit04-up__head {
  margin-bottom: 22px;
}

.merit-merit04-up-box01 {
  margin-bottom: 25px;
}

.merit-merit04-up-box01__txt {
  margin-bottom: 28px;
}

.merit-merit04-up-box01__img {
  width: 100%;
}

.merit-merit04-up-box02 {
  padding: 17px 25px 18px;
  background: #fff;
}

@media all and (max-width: 767px) {
  .merit-merit04-up-box02__txt {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .merit-merit04-up__head {
    margin-bottom: 32px;
  }
  .merit-merit04-up-box01 {
    margin-bottom: 65px;
  }
  .merit-merit04-up-box01__txt {
    margin-bottom: 60px;
  }
  .merit-merit04-up-box01-img-area {
    text-align: center;
  }
  .merit-merit04-up-box01-img-area img {
    width: 800px;
  }
  .merit-merit04-up-box02 {
    padding: 30px 40px 33px;
  }
}
/*	.merit-merit05
================================================ */
.merit-merit05__inner {
  padding-top: 56px;
  padding-bottom: 50px;
}

.merit-merit05-heading {
  margin-bottom: 22px;
}

.merit-merit05__txt {
  margin-bottom: 29px;
}

.merit-merit05-img-area {
  margin-bottom: 20px;
}

.merit-merit05-img-area:last-of-type {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .merit-merit05__inner {
    padding-top: 106px;
    padding-bottom: 120px;
  }
  .merit-merit05-heading {
    margin-bottom: 43px;
  }
  .merit-merit05__txt {
    margin-bottom: 53px;
  }
  .merit-merit05-img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
    margin-bottom: 40px;
    background: #fff;
    text-align: center;
  }
  .merit-merit05__img01 {
    width: 787px;
  }
  .merit-merit05__img02 {
    width: 790px;
  }
}
/*	#message .l-sub-img
================================================ */
#message .l-sub-img {
  background-image: url("../img/about/message/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #message .l-sub-img {
    background-image: url("../img/about/message/bg_main01_pc.jpg");
  }
}
/*	.message-cmn-list
================================================ */
.message-cmn-list__item {
  margin-bottom: 25px;
}

.message-cmn-list__item:last-of-type {
  margin-bottom: 0;
}

.message-cmn-list-pic-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 335px;
  background: #fff;
  margin: 0 auto 10px;
}

.message-cmn-list__pic {
  width: auto;
  height: auto;
  display: block;
  margin: auto;
  max-width: calc(100% - 34px);
  max-height: calc(100% - 34px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.message-cmn-list__txt {
  font-size: 1.2em;
}

.message-cmn-list__link {
  display: block;
}

@media all and (min-width: 768px) {
  .message-cmn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .message-cmn-list-pic-area {
    height: 350px;
    margin-bottom: 12px;
  }
  .message-cmn-list__txt {
    font-size: 1.5em;
  }
  .message-cmn-list__link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .message-cmn-list__link:hover {
    opacity: 0.7;
  }
}
/*	.message-info
================================================ */
.message-info__inner {
  padding-bottom: 50px;
}

.message-info-heading {
  margin-bottom: 37px;
}

.message-info-pic-area {
  margin: 0 auto 22px;
}

.message-info-pic-area__pic {
  width: 100%;
}

.message-info-pic-area__name {
  margin-top: 14px;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

.message-info__lead {
  margin-bottom: 12px;
  font-size: 2.1em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.message-info__txt + .message-info__txt {
  margin-top: 28px;
}

@media all and (min-width: 768px) {
  .message-info {
    overflow: hidden;
  }
  .message-info__inner {
    padding-bottom: 115px;
  }
  .message-info-heading {
    margin-bottom: 60px;
  }
  .message-info-pic-area {
    width: 340px;
    margin: 15px 0 30px 25px;
    float: right;
  }
  .message-info-pic-area__name {
    font-size: 1.8em;
    letter-spacing: 0.15em;
  }
  .message-info__lead {
    margin-bottom: 37px;
    font-size: 3.6em;
  }
}
/*	.message-media
================================================ */
.message-media__inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.message-media-heading {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .message-media__inner {
    padding-top: 97px;
    padding-bottom: 115px;
  }
  .message-media-heading {
    margin-bottom: 48px;
  }
  .message-media__lead {
    margin-bottom: 72px;
  }
  .message-media-list {
    margin: 0 -17.5px -35px;
  }
  .message-media-list__item {
    width: calc(33.333% - 35px);
    margin: 0 17.5px 35px;
  }
}
/*	.message-magazine
================================================ */
.message-magazine__inner {
  padding-top: 44px;
  padding-bottom: 55px;
}

.message-magazine-heading {
  margin-bottom: 27px;
}

@media all and (min-width: 768px) {
  .message-magazine__inner {
    padding-top: 97px;
    padding-bottom: 113px;
  }
  .message-magazine-heading {
    margin-bottom: 47px;
  }
  .message-magazine__lead {
    margin-bottom: 72px;
  }
  .message-magazine-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .message-magazine-list__item {
    width: 32%;
    margin: 0 2% 0 0;
  }
  .message-magazine-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .message-magazine-list__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .message-magazine-list-pic-area {
    height: 240px;
  }
}
/*	.move_out-cancellation
================================================ */
.move_out-cancellation__inner {
  padding-bottom: 47px;
}

@media all and (max-width: 359px) {
  .move_out-cancellation-heading__head {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (min-width: 768px) {
  .move_out-cancellation__inner {
    padding-bottom: 90px;
  }
  .move_out-cancellation-heading {
    margin-bottom: 58px;
  }
}
/*  .move_out-cancellation-about
--------------------------------------------------*/
.move_out-cancellation-about {
  margin-bottom: 32px;
}

.move_out-cancellation-about:last-of-type {
  margin-bottom: 0;
}

.move_out-cancellation-about__head {
  margin-bottom: 30px;
  padding: 0 0 18px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 0.1em;
}

.move_out-cancellation-about-content {
  padding: 15px 20px 18px;
  background: #f1f1f1;
}

.move_out-cancellation-about-list-sub {
  margin: -3px auto 0 0;
}

@media all and (min-width: 768px) {
  .move_out-cancellation-about {
    margin-bottom: 63px;
  }
  .move_out-cancellation-about__head {
    margin-bottom: 50px;
    padding-bottom: 22px;
    font-size: 4em;
  }
  .move_out-cancellation-about-content {
    padding: 40px 50px 42px;
  }
  .move_out-cancellation-about-list-sub {
    margin: -3px auto 0 -4px;
  }
  .move_out-cancellation-about__txt {
    line-height: 2;
  }
}
/*	.move_out-contact
================================================ */
.move_out-contact-sec {
  margin-top: 35px;
}

@media all and (min-width: 768px) {
  .move_out-contact-sec {
    margin-top: 71px;
  }
}
/*  .move_out-contac-sec
--------------------------------------------------*/
.move_out-contact-sec__head {
  margin-bottom: 23px;
}

@media all and (min-width: 768px) {
  .move_out-contact-sec__head {
    margin-bottom: 30px;
  }
}
/*  .move_out-contact-procedure
--------------------------------------------------*/
.move_out-contact-procedure {
  margin: 20px auto 22px;
  padding: 20px 20px 17px;
  background: #f1f1f1;
  line-height: 2;
}

.move_out-contact-procedure__head {
  margin-bottom: 12px;
  padding: 0 0 9px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.move_out-contact-procedure-list {
  margin: 0 auto 20px;
}

.move_out-contact-procedure-list__item {
  position: relative;
  padding: 0 0 0 17px;
}

.move_out-contact-procedure-list__item:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #a7575f;
  border-radius: 50%;
}

.move_out-contact-procedure-list__note {
  display: block;
  margin: 3px auto 0;
  color: #909090;
  font-size: 1.1em;
  line-height: 2.1;
}

.move_out-contact-procedure__txt {
  position: relative;
  padding: 0 0 0 16px;
}

.move_out-contact-procedure__txt:before {
  position: absolute;
  top: 9px;
  left: -1px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #a7575f;
}

@media all and (min-width: 768px) {
  .move_out-contact-procedure {
    margin: 33px auto 36px;
    padding: 42px 50px 43px;
    line-height: 1.8;
  }
  .move_out-contact-procedure__head {
    margin-bottom: 22px;
    padding-bottom: 12px;
    font-size: 2.8em;
  }
  .move_out-contact-procedure-list {
    margin-bottom: 21px;
  }
  .move_out-contact-procedure-list__item {
    padding-left: 20px;
  }
  .move_out-contact-procedure-list__item:before {
    width: 13px;
    height: 13px;
  }
  .move_out-contact-procedure-list__note {
    margin: 1px auto 0;
    font-size: 1.2em;
  }
  .move_out-contact-procedure__txt {
    padding-left: 20px;
  }
  .move_out-contact-procedure__txt:before {
    width: 12px;
    height: 12px;
    left: 0;
  }
}
/*	#movie .l-sub-img
================================================ */
#movie .l-sub-img {
  background-image: url("../img/movie/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #movie .l-sub-img {
    background-image: url("../img/movie/bg_main01_pc.jpg");
  }
}
.movie-info-header {
  margin-bottom: 25px;
}

.movie-info__area-movie {
  position: relative;
  padding-top: 56.25%;
}

.movie-info__area-movie-wrap {
  margin: 0 20px;
}

.movie-info__area-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.movie-info__area-movie video {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (min-width: 768px) {
  .movie-info-header {
    margin-bottom: 46px;
  }
  .movie-info__area-movie {
    width: 100%;
  }
  .movie-info__area-movie-wrap {
    width: 800px;
    margin: auto;
  }
}
/*	.movie-info-mokuji
================================================ */
.movie-info-mokuji {
  position: relative;
}

.movie-info-mokuji:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 225px);
  background: url(../img/common/bg_mv01.png) no-repeat center;
  background-size: 768px 100%;
}

.movie-info-mokuji__inner {
  position: relative;
  z-index: 2;
  padding-top: 42px;
  padding-bottom: 50px;
}

.movie-info-mokuji__head {
  margin-bottom: 13px;
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
}

.movie-info-mokuji__con {
  padding: 15px 9px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.movie-info-mokuji__sub {
  margin-bottom: 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  text-align: center;
}

.movie-info-mokuji-list__item + .movie-info-mokuji-list__item {
  margin-top: 8px;
}

.movie-info-mokuji-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.movie-info-mokuji-list__link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 39px;
  width: 1px;
  height: calc(100% - 8px);
  background: #d6d6d6;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.movie-info-mokuji-list__link:hover {
  opacity: 0.7;
}

.movie-info-mokuji-list__num {
  width: 38px;
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1;
  color: #909090;
  text-align: center;
}

.movie-info-mokuji-list__txt {
  position: relative;
  width: calc(100% - 38px);
  padding: 0 55px 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3em;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.movie-info-mokuji-list__txt::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_arrow02.png) no-repeat 0 0/100%;
}

@media all and (min-width: 768px) {
  .movie-info-mokuji:before {
    height: 474px;
    width: 100%;
    background-size: cover;
  }
  .movie-info-mokuji__inner {
    padding-top: 68px;
    padding-bottom: 100px;
  }
  .movie-info-mokuji__head {
    margin-bottom: 43px;
    font-size: 2.4em;
  }
  .movie-info-mokuji__con {
    padding: 42px 50px 40px;
  }
  .movie-info-mokuji__sub {
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 1.8em;
  }
  .movie-info-mokuji-list {
    padding: 0 0 0 37px;
  }
  .movie-info-mokuji-list__item + .movie-info-mokuji-list__item {
    margin-top: 14px;
  }
  .movie-info-mokuji-list__link::before {
    left: 36px;
  }
  .movie-info-mokuji-list__num {
    width: 35px;
    font-size: 2.1em;
    text-align: left;
  }
  .movie-info-mokuji-list__txt {
    width: auto;
    min-height: 26px;
    max-width: calc(100% - 35px);
    padding: 0 42px 0 20px;
    font-size: 1.6em;
  }
  .movie-info-mokuji-list__txt::before {
    right: 0;
    width: 26px;
    height: 26px;
  }
}
.movie-info-special {
  margin-top: 85px;
  padding: 0 0 60px;
}

.movie-info-special__inner {
  padding: 0 0 40px;
  background: #f5f5f5;
}

.movie-info-special__head {
  color: #a7575f;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.movie-info-special__sub {
  margin-bottom: 7px;
  font-size: 1.7em;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.75;
}

.movie-info-special__txt {
  padding: 0 20px;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.1em;
}

.movie-info-special__img {
  width: 305px;
  margin: 27px auto 0;
}

@media all and (max-width: 359px) {
  .movie-info-special__head {
    font-size: 1.7em;
  }
  .movie-info-special__sub {
    font-size: 1.5em;
  }
  .movie-info-special__txt {
    padding: 0 10px;
  }
}
@media all and (min-width: 768px) {
  .movie-info-special {
    margin-top: 168px;
    padding-bottom: 120px;
  }
  .movie-info-special__inner {
    width: 1100px;
    margin: auto;
    padding: 0 0 61px;
  }
  .movie-info-special__head {
    margin-bottom: -11px;
    font-size: 4em;
  }
  .movie-info-special__sub {
    margin: 0;
    font-size: 2.6em;
    line-height: 1.5;
  }
  .movie-info-special__txt {
    margin-top: 20px;
    padding: 0;
    line-height: 1.5;
  }
  .movie-info-special__img {
    width: 611px;
    margin-top: 58px;
  }
}
.movie-seminar {
  overflow: hidden;
  position: relative;
}

.movie-seminar::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1090px;
  background: #f2ecea;
}

.movie-seminar__inner {
  position: relative;
  padding-top: 45px;
  padding-bottom: 47px;
}

.movie-seminar__head {
  font-size: 2.5em;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.75;
}

.movie-seminar__sub {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.movie-seminar__btn {
  margin-top: 35px;
}

@media all and (min-width: 768px) {
  .movie-seminar::before {
    height: 477px;
  }
  .movie-seminar__inner {
    padding: 101px 0 120px;
  }
  .movie-seminar__head {
    font-size: 4em;
  }
  .movie-seminar__sub {
    margin-bottom: 57px;
    line-height: 1.5;
  }
  .movie-seminar__btn {
    margin-top: 60px;
  }
}
/*	#news .l-sub-img
================================================ */
#news .l-sub-img {
  background-image: url("../img/news/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #news .l-sub-img {
    background-image: url("../img/news/bg_main01_pc.jpg");
  }
}
/*	#news .l-contents / .l-container
================================================ */
#news .l-container {
  padding-bottom: 50px;
}

#news .l-contents {
  padding-bottom: 60px;
}

@media all and (min-width: 768px) {
  #news .l-container {
    padding-bottom: 120px;
  }
  #news .l-contents {
    padding-bottom: 0;
  }
}
/*	.news-archive
================================================ */
.news-archive-heading {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .news-archive-heading {
    margin-bottom: 53px;
  }
}
/*	.news-single
================================================ */
.news-single__inner {
  padding-top: 3px;
}

@media all and (min-width: 768px) {
  .news-single__inner {
    padding-top: 20px;
  }
}
/*	.privacypolicy-info
================================================ */
.privacypolicy-info__inner {
  padding-bottom: 40px;
}

.privacypolicy-info__lead {
  margin-bottom: 51px;
}

.privacypolicy-info-txt-area {
  margin: 0 auto 30px;
}

.privacypolicy-info-txt-area__head {
  margin-bottom: 21px;
}

.privacypolicy-info-txt-area-content {
  margin-bottom: 32px;
  line-height: 2;
}

.privacypolicy-info-txt-area-content:last-of-type {
  margin-bottom: 0;
}

.privacypolicy-info-txt-area-list {
  margin: 14px auto;
}

.privacypolicy-info-contact__head {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 4px;
  font-weight: 500;
  font-size: 1.5em;
}

.privacypolicy-info-contact__head:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #a7575f;
}

.privacypolicy-info-contact__txt {
  line-height: 1.8;
}

@media all and (max-width: 359px) {
  .privacypolicy-info-heading__en {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 768px) {
  .privacypolicy-info__inner {
    padding-bottom: 112px;
  }
  .privacypolicy-info__lead {
    margin-bottom: 110px;
  }
  .privacypolicy-info-txt-area {
    margin-bottom: 70px;
  }
  .privacypolicy-info-txt-area__head {
    margin-bottom: 32px;
  }
  .privacypolicy-info-txt-area-content {
    margin-bottom: 72px;
    line-height: 1.8;
  }
  .privacypolicy-info-txt-area-list {
    margin: 22px auto;
  }
  .privacypolicy-info-contact__head {
    margin-bottom: 7px;
    font-size: 1.8em;
  }
}
/*	#private .l-sub-img
================================================ */
#private .l-sub-img {
  background-image: url("../img/seminar_consultation/private/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #private .l-sub-img {
    background-image: url("../img/seminar_consultation/private/bg_main01_pc.jpg");
  }
}
/*	.private-info
================================================ */
.private-info-heading {
  margin-bottom: 28px;
}

@media all and (min-width: 768px) {
  .private-info-heading {
    margin-bottom: 78px;
  }
}
/*  .private-info-about
--------------------------------------------------*/
.private-info-about {
  margin-bottom: 50px;
}

.private-info-about__head {
  margin-bottom: 25px;
}

.private-info-about-pic-area {
  margin-bottom: 18px;
}

.private-info-about__pic {
  width: 100%;
}

@media all and (min-width: 768px) {
  .private-info-about {
    margin-bottom: 110px;
  }
  .private-info-about__head {
    margin-bottom: 40px;
  }
  .private-info-about-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .private-info-about-pic-area {
    width: 24.5%;
    margin: 10px 0 0;
  }
  .private-info-about__txt {
    width: 73%;
  }
}
/*	.private-info-case
================================================ */
.private-info-case {
  padding-bottom: 77px;
}

.private-info-case__head {
  margin-bottom: 25px;
}

@media all and (min-width: 768px) {
  .private-info-case {
    padding-bottom: 105px;
  }
  .private-info-case__head {
    margin-bottom: 40px;
  }
}
/*	.private-step
================================================ */
.private-step__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.private-step-content {
  background: #fff;
}

.private-step-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 123px;
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 15px 10px 15px 23px;
}

.private-step-list__item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #c07a72 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
}

.private-step-list__item:last-of-type:before {
  content: none;
}

.private-step-list__num {
  position: absolute;
  top: 8px;
  left: 0;
  padding: 0 0 0 16px;
  color: #cda2a6;
  font-size: 1.3em;
  font-style: italic;
}

.private-step-list__num:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #cda2a6;
}

.private-step-list-img-area {
  width: 75px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 10px;
  text-align: center;
}

.private-step-list-txt-area {
  width: calc(100% - 103px);
}

.private-step-list__txt {
  font-weight: 500;
  line-height: 1.5;
}

.private-step-list__note {
  color: #909090;
  font-size: 1.1em;
}

@media all and (min-width: 768px) {
  .private-step__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .private-step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .private-step-list__item {
    width: 33.3%;
    border-bottom: none;
    border-right: 1px solid #d6d6d6;
    display: block;
    min-height: auto;
    padding: 42px 0;
  }
  .private-step-list__item:last-of-type {
    border: none;
  }
  .private-step-list__item:before {
    bottom: 0;
    top: 0;
    left: auto;
    right: -18px;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #c07a72;
  }
  .private-step-list__num {
    top: 4px;
    font-size: 2em;
    letter-spacing: 0.12em;
  }
  .private-step-list-img-area {
    width: 150px;
    margin: 0 auto 17px;
  }
  .private-step-list-txt-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
  }
  .private-step-list__txt {
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 0.12em;
  }
  .private-step-list__note {
    text-align: center;
    font-size: 1.4em;
    -webkit-text-size-adjust: none;
  }
}
/*	.private-application
================================================ */
.private-application__inner {
  padding-top: 56px;
  padding-bottom: 50px;
}

.private-application__head {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .private-application__inner {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .private-application__head {
    margin-bottom: 35px;
  }
}
/*	#recruit .l-sub-img
================================================ */
#recruit .l-sub-img {
  background-image: url("../img/about/recruit/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #recruit .l-sub-img {
    background-image: url("../img/about/recruit/bg_main01_pc.jpg");
  }
}
/*	.recruit-info
================================================ */
.recruit-info__inner {
  padding-top: 4px;
  padding-bottom: 60px;
}

.recruit-info__area-lead {
  position: relative;
  min-height: 223px;
  z-index: 0;
  text-align: center;
  font-size: 0;
}

.recruit-info__lead {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 32px;
  padding: 15px 10px 15px;
  font-size: 2.1em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.7);
}

.recruit-info__lead-img {
  position: absolute;
  top: 0px;
  z-index: -1;
}

.recruit-info-heading {
  border-top: 1px solid #d6d6d6;
  padding-top: 46px;
}

.recruit-info-heading__en {
  font-size: 3.2em;
}

.recruit-info-list {
  padding: 6px 10px;
  background: #fff;
}

.recruit-info-list__item {
  border-bottom: 1px solid #d6d6d6;
  padding: 26px 10px;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
}

.recruit-info-list__item:last-of-type {
  border-bottom: none;
}

@media all and (max-width: 767px) {
  .recruit-info-heading {
    margin: 0 auto 36px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  .recruit-info__lead {
    font-size: 1.9em;
    padding: 15px 18px 15px;
  }
}
@media (max-width: 320px) {
  .recruit-info__lead {
    font-size: 1.7em;
    padding: 10px 14px 10px;
  }
}
@media all and (min-width: 768px) {
  .recruit-info__inner {
    padding-top: 0;
    padding-bottom: 120px;
  }
  .recruit-info__area-lead {
    min-height: 507px;
  }
  .recruit-info__lead {
    width: 100%;
    margin-bottom: 39px;
    font-size: 4.8em;
    line-height: 1.7;
    letter-spacing: 0.1em;
    padding: 20px 0px 20px 20px;
  }
  .recruit-info-heading {
    margin-bottom: 58px;
    padding-top: 97px;
  }
  .recruit-info-heading__en {
    font-size: 5.2em;
  }
  .recruit-info-list {
    padding: 11px 50px;
  }
  .recruit-info-list__item {
    padding: 51px 0;
    font-size: 2.8em;
    letter-spacing: 0.1em;
  }
}
/*	.recruit-message
================================================ */
.recruit-message__inner {
  padding-top: 41px;
  padding-bottom: 60px;
}

.recruit-message-heading {
  margin-bottom: 38px;
}

.recruit-message-heading__en {
  font-size: 3.2em;
}

.recruit-message-box {
  overflow: hidden;
  background: #fff;
  padding: 27px 10px 33px;
}

.recruit-message-box__head {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 18px;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.recruit-message-box__head:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #b2b2b2;
}

.recruit-message-box__txt {
  width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.8;
}

.recruit-message-box__txt + .recruit-message-box__txt {
  margin-top: 21px;
}

@media all and (min-width: 768px) {
  .recruit-message__inner {
    padding-top: 95px;
    padding-bottom: 120px;
  }
  .recruit-message-heading {
    margin-bottom: 52px;
  }
  .recruit-message-heading__en {
    font-size: 5.2em;
  }
  .recruit-message-box {
    padding: 51px 50px 61px 90px;
  }
  .recruit-message-box__head {
    margin-bottom: 29px;
    padding-bottom: 25px;
    font-size: 3.6em;
  }
  .recruit-message-box__head:before {
    width: 60px;
  }
  .recruit-message-box__txt {
    width: 100%;
    font-size: 1.6em;
    line-height: 2.3;
  }
  .recruit-message-box__txt + .recruit-message-box__txt {
    margin-top: 36px;
  }
}
/*	.company-reqruiement
================================================ */
.company-reqruiement__inner {
  padding-top: 48px;
  padding-bottom: 60px;
}

.company-reqruiement-heading {
  margin-bottom: 36px;
}

.company-reqruiement-data {
  margin-bottom: 38px;
}

.company-reqruiement-data__note {
  text-indent: -1em;
  padding-left: 1em;
}

@media all and (min-width: 768px) {
  .company-reqruiement__inner {
    padding-top: 103px;
    padding-bottom: 120px;
  }
  .company-reqruiement-heading {
    margin-bottom: 55px;
  }
  .company-reqruiement-data {
    margin-bottom: 60px;
  }
}
/*  .company-reqruiement-sec
--------------------------------------------------*/
.company-reqruiement-sec {
  margin-bottom: 40px;
}

.company-reqruiement-sec__head {
  margin-bottom: 30px;
  font-size: 2.5em;
  font-weight: normal;
  text-align: center;
}

@media all and (min-width: 768px) {
  .company-reqruiement-sec {
    margin-bottom: 80px;
  }
  .company-reqruiement-sec__head {
    margin-bottom: 43px;
    font-size: 4em;
  }
}
/*	.reservation_seminar-overview
================================================ */
.reservation_seminar-overview-heading {
  margin-bottom: 31px;
}

.reservation_seminar-overview-select {
  padding: 14px 15px 15px;
  background: #c07a72;
}

.reservation_seminar-overview-select__head {
  margin-bottom: 10px;
  color: #fff;
}

.reservation_seminar-overview-select-tag-wrap {
  position: relative;
}

.reservation_seminar-overview-select-tag-wrap:before {
  position: absolute;
  top: 0;
  right: 45px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #c07a72;
  pointer-events: none;
}

.reservation_seminar-overview-select select {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 55px 0 13px;
  background: #fff url("../img/common/ico_arrow01.png") no-repeat right 16px center;
  background-size: 12px;
  border-radius: 0;
  border: none;
  font-family: inherit;
  font-size: 1.6em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reservation_seminar-overview-select select::-ms-expand {
  display: none;
}

@media all and (min-width: 768px) {
  .reservation_seminar-overview-heading {
    margin-bottom: 56px;
  }
  .reservation_seminar-overview-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 50px 30px;
  }
  .reservation_seminar-overview-select__head {
    margin: 0;
  }
  .reservation_seminar-overview-select-tag-wrap {
    width: 730px;
  }
  .reservation_seminar-overview-select-tag-wrap:before {
    right: 60px;
  }
  .reservation_seminar-overview-select select {
    height: 60px;
    padding: 0 80px 0 22px;
    background-position: right 24px center;
  }
}
/*  .reservation_seminar-overview-data
--------------------------------------------------*/
.reservation_seminar-overview-data {
  padding: 26px 15px 15px;
}

.reservation_seminar-overview-data__head {
  margin-bottom: 24px;
}

@media all and (min-width: 768px) {
  .reservation_seminar-overview-data {
    padding: 45px 50px 38px;
  }
  .reservation_seminar-overview-data__head {
    margin-bottom: 41px;
  }
}
/*	.reservation_seminar-form
================================================ */
.reservation_seminar-form__inner {
  padding-top: 49px;
}

@media all and (min-width: 768px) {
  .reservation_seminar-form__inner {
    padding-top: 92px;
  }
}
/*	#risk .l-sub-img
================================================ */
#risk .l-sub-img {
  background-image: url("../img/investment/risk/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #risk .l-sub-img {
    background-image: url("../img/investment/risk/bg_main01_pc.jpg");
  }
}
/*	.risk-intro
================================================ */
@media all and (min-width: 768px) {
  .risk-intro-catch__ico {
    width: 86px;
    -webkit-transform: translate(1px, 0px);
    transform: translate(1px, 0px);
  }
}
/*	.risk-risk01
================================================ */
.risk-risk01__inner {
  padding-top: 43px;
  padding-bottom: 60px;
}

.risk-risk01-heading {
  margin-bottom: 20px;
}

.risk-risk01__txt {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .risk-risk01__inner {
    padding-top: 101px;
    padding-bottom: 120px;
  }
  .risk-risk01-heading {
    margin-bottom: 39px;
  }
  .risk-risk01__txt {
    margin-bottom: 73px;
  }
}
/*  .risk-risk01-point
--------------------------------------------------*/
.risk-risk01-point {
  margin-bottom: 43px;
}

.risk-risk01-point__head {
  margin-bottom: 30px;
}

.risk-risk01-point__txt {
  margin-bottom: 23px;
}

@media all and (min-width: 768px) {
  .risk-risk01-point {
    margin-bottom: 83px;
  }
  .risk-risk01-point__head {
    margin-bottom: 42px;
  }
}
/*  .risk-risk01-point-detail
---------------------------*/
.risk-risk01-point-detail {
  margin-bottom: 45px;
}

.risk-risk01-point-detail:last-of-type {
  margin-bottom: 0;
}

.risk-risk01-point-detail__head {
  margin-bottom: 21px;
}

.risk-risk01-point-detail__txt {
  margin-bottom: 29px;
}

@media all and (min-width: 768px) {
  .risk-risk01-point-detail {
    margin-bottom: 80px;
  }
  .risk-risk01-point-detail__head {
    margin-bottom: 30px;
  }
  .risk-risk01-point-detail__txt {
    margin-bottom: 54px;
  }
  .risk-risk01-point-detail__txt + .risk-risk01-point-detail__txt {
    margin-top: -23px;
  }
  .risk-risk01-point-detail-img-area {
    height: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .risk-risk01-point-detail__img01 {
    width: 729px;
  }
  .risk-risk01-point-detail__img02 {
    width: 700px;
  }
}
/*  .risk-risk01-reason
--------------------------------------------------*/
.risk-risk01-reason__head {
  margin-bottom: 22px;
}

.risk-risk01-reason__txt {
  margin-bottom: 23px;
}

.risk-risk01-reason-img-area {
  margin-bottom: 45px;
}

@media all and (min-width: 768px) {
  .risk-risk01-reason__head {
    margin-bottom: 34px;
  }
  .risk-risk01-reason__txt {
    margin-bottom: 54px;
  }
  .risk-risk01-reason-img-area {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
  }
  .risk-risk01-reason__img01 {
    width: 662px;
  }
}
/*  .risk-risk01-reason-detail
---------------------------*/
.risk-risk01-reason-detail {
  margin-bottom: 45px;
}

.risk-risk01-reason-detail:last-of-type {
  margin-bottom: 0;
}

.risk-risk01-reason-detail__head {
  margin-bottom: 21px;
}

.risk-risk01-reason-detail__txt {
  margin-bottom: 29px;
}

.risk-risk01-reason-detail-sublease {
  margin: 45px auto 0;
}

.risk-risk01-reason-detail-sublease-content {
  padding: 20px;
  background: #fff;
}

.risk-risk01-reason-detail-sublease-list {
  margin-bottom: 25px;
}

.risk-risk01-reason-detail-sublease-list__item {
  position: relative;
  margin-bottom: 7px;
  padding: 0 0 0 24px;
  line-height: 1.5;
}

.risk-risk01-reason-detail-sublease-list__item:last-of-type {
  margin-bottom: 0;
}

.risk-risk01-reason-detail-sublease-list__item:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c07a72;
}

.risk-risk01-reason-detail-sublease-img-area img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-risk01-reason-detail {
    margin-bottom: 80px;
  }
  .risk-risk01-reason-detail__head {
    margin-bottom: 30px;
  }
  .risk-risk01-reason-detail__txt {
    margin-bottom: 54px;
  }
  .risk-risk01-reason-detail__txt + .risk-risk01-reason-detail__txt {
    margin-top: -23px;
  }
  .risk-risk01-reason-detail-img-area {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .risk-risk01-reason-detail__img01 {
    width: 733px;
  }
  .risk-risk01-reason-detail-sublease {
    margin-top: 60px;
  }
  .risk-risk01-reason-detail-sublease-content {
    padding: 34px 50px 41px 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .risk-risk01-reason-detail-sublease-list {
    width: 49%;
    margin: 0;
  }
  .risk-risk01-reason-detail-sublease-list__item {
    margin-bottom: 4px;
  }
  .risk-risk01-reason-detail-sublease-list__item:before {
    top: 8px;
    width: 13px;
    height: 13px;
  }
  .risk-risk01-reason-detail-sublease-img-area {
    width: 48%;
    margin: 7px 0 0;
  }
}
/*	.risk-risk02
================================================ */
.risk-risk02__inner {
  padding-top: 56px;
  padding-bottom: 60px;
}

.risk-risk02-heading {
  margin-bottom: 22px;
}

.risk-risk02__txt {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .risk-risk02__inner {
    padding-top: 109px;
    padding-bottom: 120px;
  }
  .risk-risk02-heading {
    margin-bottom: 43px;
  }
  .risk-risk02__txt {
    margin-bottom: 73px;
  }
}
/*  .risk-risk02-counterplan
--------------------------------------------------*/
.risk-risk02-counterplan {
  margin-bottom: 34px;
}

.risk-risk02-counterplan:last-of-type {
  margin-bottom: 0;
}

.risk-risk02-counterplan__head {
  margin-bottom: 22px;
}

.risk-risk02-counterplan__txt {
  margin-bottom: 28px;
}

.risk-risk02-counterplan-img-area img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-risk02-counterplan {
    margin-bottom: 0;
  }
  .risk-risk02-counterplan__head {
    margin-bottom: 32px;
  }
  .risk-risk02-counterplan__txt {
    margin-bottom: 38px;
  }
  .risk-risk02-counterplan-img-area {
    margin-top: 54px;
    text-align: center;
  }
  .risk-risk02-counterplan-img-area img {
    width: auto;
  }
}
/*	.risk-risk03
================================================ */
.risk-risk03__inner {
  padding-top: 56px;
  padding-bottom: 60px;
}

.risk-risk03-heading {
  margin-bottom: 22px;
}

.risk-risk03__txt {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .risk-risk03__inner {
    padding-top: 104px;
    padding-bottom: 130px;
  }
  .risk-risk03-heading {
    margin-bottom: 43px;
  }
  .risk-risk03__txt {
    margin-bottom: 73px;
  }
  .risk-risk03-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .risk-risk03__area-txt {
    width: 430px;
  }
  .risk-risk03__area-img {
    width: 630px;
  }
}
/*  .risk-risk03-point
--------------------------------------------------*/
.risk-risk03-point {
  margin-bottom: 48px;
}

.risk-risk03-point__head {
  margin-bottom: 30px;
}

.risk-risk03-point-list {
  padding: 5px 10px 0;
  background: #fff;
}

.risk-risk03-point-list__item {
  padding: 30px 10px 25px;
  border-bottom: 1px solid #d6d6d6;
}

.risk-risk03-point-list__item:last-of-type {
  border: none;
}

.risk-risk03-point-list__num {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90px;
  margin: 0 auto 16px;
  padding: 5px;
  background: #a7575f;
  color: #fff;
  font-style: italic;
  text-align: center;
  font-size: 1.6em;
  line-height: 1;
}

.risk-risk03-point-list__txt {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .risk-risk03-point-list {
    margin: 0 -5px;
  }
}
@media all and (min-width: 768px) {
  .risk-risk03-point {
    margin-bottom: 78px;
  }
  .risk-risk03-point__head {
    margin-bottom: 40px;
  }
  .risk-risk03-point-list {
    padding: 30px 50px;
  }
  .risk-risk03-point-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .risk-risk03-point-list__num {
    margin: 0 50px 0 0;
    padding: 8px;
    width: 137px;
    letter-spacing: 0.12em;
  }
  .risk-risk03-point-list__txt {
    letter-spacing: 0.1em;
  }
}
/*  .risk-risk03-management
--------------------------------------------------*/
.risk-risk03-management {
  margin-bottom: 43px;
}

.risk-risk03-management__head {
  margin-bottom: 22px;
}

.risk-risk03-management__txt {
  margin-bottom: 28px;
}

.risk-risk03-management__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-risk03-management {
    margin-bottom: 78px;
  }
  .risk-risk03-management__head {
    margin-bottom: 34px;
  }
  .risk-risk03-management__txt {
    margin-bottom: 54px;
  }
}
/*  .risk-risk03-check
--------------------------------------------------*/
.risk-risk03-check {
  margin-bottom: 43px;
}

.risk-risk03-check__head {
  margin-bottom: 22px;
}

.risk-risk03-check__txt {
  margin-bottom: 28px;
}

.risk-risk03-check__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-risk03-check {
    margin-bottom: 78px;
  }
  .risk-risk03-check__head {
    margin-bottom: 40px;
  }
  .risk-risk03-check__txt {
    margin-bottom: 54px;
  }
}
/*  .risk-risk03-concrete
--------------------------------------------------*/
.risk-risk03-concrete__head {
  margin-bottom: 30px;
}

.risk-risk03-concrete-list__item {
  background: #fff;
}

.risk-risk03-concrete-list-content {
  padding: 20px;
}

.risk-risk03-concrete-list__detail-area {
  width: calc(100% - 10px);
  margin: 0 auto 21px;
}

.risk-risk03-concrete-list__detail-head {
  color: #a7575f;
}

.risk-risk03-concrete-list__pic {
  width: 100%;
}

@media all and (max-width: 767px) {
  .risk-risk03-concrete-list__item {
    margin-bottom: 20px;
  }
  .risk-risk03-concrete-list__item:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .risk-risk03-concrete__head {
    margin-bottom: 40px;
  }
  .risk-risk03-concrete-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .risk-risk03-concrete-list__item {
    width: 31.7%;
    margin: 0 2.45% 0 0;
  }
  .risk-risk03-concrete-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .risk-risk03-concrete-list__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .risk-risk03-concrete-list-content {
    padding: 30px 20px 30px;
  }
  .risk-risk03-concrete-list__detail-area {
    width: calc(100% - 55px);
    margin-bottom: 45px;
  }
}
/*	.risk-risk04
================================================ */
.risk-risk04__inner {
  padding-top: 62px;
  padding-bottom: 70px;
}

.risk-risk04-heading {
  margin-bottom: 22px;
}

.risk-risk04__txt {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .risk-risk04__inner {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .risk-risk04-heading {
    margin-bottom: 43px;
  }
  .risk-risk04__txt {
    margin-bottom: 73px;
  }
}
/*  .risk-risk04-minimum
--------------------------------------------------*/
.risk-risk04-minimum {
  margin-bottom: 43px;
}

.risk-risk04-minimum__head {
  margin-bottom: 22px;
}

.risk-risk04-minimum__txt {
  margin-bottom: 28px;
}

.risk-risk04-minimum-point {
  background: #fff;
}

.risk-risk04-minimum-point-content {
  padding: 27px 20px 18px;
}

.risk-risk04-minimum-point-img-area {
  margin-bottom: 15px;
}

.risk-risk04-minimum-point-img-area:last-of-type {
  margin-bottom: 0;
}

.risk-risk04-minimum-point-img-area__txt {
  margin-top: 2px;
  font-weight: 500;
  font-size: 1.3em;
  text-align: center;
}

.risk-risk04-minimum-point__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-risk04-minimum {
    margin-bottom: 83px;
  }
  .risk-risk04-minimum__head {
    margin-bottom: 34px;
  }
  .risk-risk04-minimum__txt {
    margin-bottom: 54px;
  }
  .risk-risk04-minimum-point-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 50px 34px;
  }
  .risk-risk04-minimum-point-img-area {
    width: calc(50% - 20px);
    margin: 0;
  }
  .risk-risk04-minimum-point-img-area__txt {
    margin-top: 12px;
    font-size: 1.8em;
  }
}
/*  .risk-risk04-serve
--------------------------------------------------*/
.risk-risk04-serve {
  margin-bottom: 38px;
}

.risk-risk04-serve__head {
  margin-bottom: 22px;
}

.risk-risk04-serve-img-area {
  margin-bottom: 35px;
}

.risk-risk04-serve__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-risk04-serve {
    margin-bottom: 68px;
  }
  .risk-risk04-serve__head {
    margin-bottom: 34px;
  }
  .risk-risk04-serve-img-area {
    margin-bottom: 60px;
  }
}
/*  .risk-risk04-confirmation
--------------------------------------------------*/
.risk-risk04-confirmation {
  margin-bottom: 38px;
}

.risk-risk04-confirmation__head {
  margin-bottom: 22px;
}

.risk-risk04-confirmation__txt {
  margin-bottom: 28px;
}

@media all and (min-width: 768px) {
  .risk-risk04-confirmation {
    margin-bottom: 68px;
  }
  .risk-risk04-confirmation__head {
    margin-bottom: 34px;
  }
  .risk-risk04-confirmation__txt {
    margin-bottom: 54px;
  }
}
/*  .risk-risk04-down
--------------------------------------------------*/
.risk-risk04-down__head {
  margin-bottom: 12px;
}

@media all and (min-width: 768px) {
  .risk-risk04-down__head {
    margin-bottom: 34px;
  }
}
/*	.risk-risk05
================================================ */
.risk-risk05__inner {
  padding-top: 56px;
  padding-bottom: 60px;
}

.risk-risk05-heading {
  margin-bottom: 22px;
}

.risk-risk05__txt {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .risk-risk05__inner {
    padding-top: 109px;
    padding-bottom: 120px;
  }
  .risk-risk05-heading {
    margin-bottom: 41px;
  }
  .risk-risk05__txt {
    margin-bottom: 73px;
  }
}
/*  .risk-risk05-highprofit
--------------------------------------------------*/
.risk-risk05-highprofit {
  margin-bottom: 36px;
}

.risk-risk05-highprofit__head {
  margin-bottom: 22px;
}

@media all and (min-width: 768px) {
  .risk-risk05-highprofit {
    margin-bottom: 70px;
  }
  .risk-risk05-highprofit__head {
    margin-bottom: 34px;
  }
}
/*  .risk-risk05-recently
--------------------------------------------------*/
.risk-risk05-recently {
  margin-bottom: 47px;
}

.risk-risk05-recently__head {
  margin-bottom: 22px;
}

.risk-risk05-recently__txt {
  margin-bottom: 28px;
}

.risk-risk05-recently-point {
  background: #fff;
}

.risk-risk05-recently-point-content {
  padding: 27px 20px 18px;
}

.risk-risk05-recently-point-img-area {
  margin-bottom: 15px;
}

.risk-risk05-recently-point-img-area:last-of-type {
  margin-bottom: 0;
}

.risk-risk05-recently-point-img-area__txt {
  margin-top: 5px;
  font-weight: 500;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.6;
}

.risk-risk05-recently-point__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-risk05-recently {
    margin-bottom: 74px;
  }
  .risk-risk05-recently__head {
    margin-bottom: 34px;
  }
  .risk-risk05-recently__txt {
    margin-bottom: 54px;
  }
  .risk-risk05-recently-point-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 50px 34px;
  }
  .risk-risk05-recently-point-img-area {
    width: 31%;
    margin: 0;
  }
  .risk-risk05-recently-point-img-area__txt {
    margin-top: 18px;
    font-size: 1.8em;
  }
}
/*  .risk-risk05-salecase
--------------------------------------------------*/
.risk-risk05-salecase__head {
  margin-bottom: 30px;
}

.risk-risk05-salecase-list__item {
  background: #fff;
}

.risk-risk05-salecase-list-content {
  padding: 17px 20px 20px;
}

.risk-risk05-salecase-list__detail-area {
  width: calc(100% - 10px);
  margin: 0 auto 31px;
}

.risk-risk05-salecase-list__detail-head {
  color: #a7575f;
}

.risk-risk05-salecase-list-pic-area {
  border: 1px solid #d6d6d6;
}

.risk-risk05-salecase-list__pic {
  width: 100%;
}

@media all and (max-width: 767px) {
  .risk-risk05-salecase-list__item {
    margin-bottom: 20px;
  }
  .risk-risk05-salecase-list__item:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .risk-risk05-salecase__head {
    margin-bottom: 40px;
  }
  .risk-risk05-salecase-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .risk-risk05-salecase-list__item {
    width: 31.7%;
    margin: 0 2.45% 0 0;
  }
  .risk-risk05-salecase-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .risk-risk05-salecase-list__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .risk-risk05-salecase-list-content {
    padding: 30px 20px 30px;
  }
  .risk-risk05-salecase-list__detail-area {
    width: calc(100% - 55px);
    margin-bottom: 45px;
  }
}
/*	.risk-risk06
================================================ */
.risk-risk06__inner {
  padding-top: 56px;
  padding-bottom: 50px;
}

.risk-risk06-heading {
  margin-bottom: 22px;
}

.risk-risk06__txt {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .risk-risk06__inner {
    padding-top: 111px;
    padding-bottom: 120px;
  }
  .risk-risk06-heading {
    margin-bottom: 43px;
  }
  .risk-risk06__txt {
    margin-bottom: 73px;
  }
}
/*  .risk-risk06-reduce
--------------------------------------------------*/
.risk-risk06-reduce__head {
  margin-bottom: 22px;
}

.risk-risk06-reduce__txt {
  margin-bottom: 28px;
}

@media all and (min-width: 768px) {
  .risk-risk06-reduce__head {
    margin-bottom: 34px;
  }
  .risk-risk06-reduce__txt {
    margin-bottom: 67px;
  }
}
/*  .risk-risk06-reduce-building
----------------------------*/
.risk-risk06-reduce-building {
  margin-bottom: 45px;
}

.risk-risk06-reduce-building__head {
  margin-bottom: 11px;
}

.risk-risk06-reduce-building__txt {
  margin-bottom: 29px;
}

.risk-risk06-reduce-building__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-risk06-reduce-building {
    margin-bottom: 80px;
  }
  .risk-risk06-reduce-building__head {
    margin-bottom: 33px;
  }
  .risk-risk06-reduce-building__txt {
    margin-bottom: 0;
    width: 430px;
  }
  .risk-risk06-reduce-building-img-area {
    width: 630px;
  }
  .risk-risk06-reduce-building-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/*  .risk-risk06-reduce-location
----------------------------*/
.risk-risk06-reduce-location__head {
  margin-bottom: 20px;
}

.risk-risk06-reduce-location__txt {
  margin-bottom: 29px;
}

.risk-risk06-reduce-location__note {
  margin-top: 8px;
  color: #909090;
  font-size: 1.1em;
  text-align: right;
  letter-spacing: 0;
}

.risk-risk06-reduce-location__note + .risk-risk06-reduce-location-img-area {
  margin-top: 20px;
}

.risk-risk06-reduce-location__img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-risk06-reduce-location__head {
    margin-bottom: 33px;
  }
  .risk-risk06-reduce-location__txt {
    margin-bottom: 58px;
  }
  .risk-risk06-reduce-location__note {
    font-size: 1.2em;
    letter-spacing: 0.1em;
  }
  .risk-risk06-reduce-location__note + .risk-risk06-reduce-location-img-area {
    margin-top: 30px;
  }
}
/*	#seminar_consultation .l-sub-img
================================================ */
#seminar_consultation .l-sub-img {
  background-image: url("../img/seminar_consultation/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #seminar_consultation .l-sub-img {
    background-image: url("../img/seminar_consultation/bg_main01_pc.jpg");
  }
}
/*	.seminar_consultation-info
================================================ */
.seminar_consultation-info-heading {
  margin-bottom: 17px;
}

.seminar_consultation-info__lead {
  margin-bottom: 38px;
  text-align: center;
}

@media all and (max-width: 359px) {
  .seminar_consultation-info__lead {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (max-width: 767px) {
  .seminar_consultation-info-heading__en {
    line-height: 1.65;
  }
}
@media all and (min-width: 768px) {
  .seminar_consultation-info-heading {
    margin-bottom: 47px;
  }
  .seminar_consultation-info__lead {
    margin-bottom: 81px;
  }
}
/*  .seminar_consultation-info-find
--------------------------------------------------*/
.seminar_consultation-info-find {
  position: relative;
}

.seminar_consultation-info-find:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 830px;
  background: url(../img/common/bg_mv01.png) no-repeat center;
  background-size: 768px 100%;
}

.seminar_consultation-info-find__inner {
  position: relative;
  z-index: 2;
  padding-top: 42px;
  padding-bottom: 60px;
}

.seminar_consultation-info-find__head {
  margin-bottom: 34px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.7em;
  letter-spacing: 0.12em;
}

.seminar_consultation-info-find-list {
  margin-bottom: -20px;
}

.seminar_consultation-info-find-list__item {
  margin-bottom: 20px;
  background: #fff;
}

.seminar_consultation-info-find-list__link {
  position: relative;
  height: 100%;
  padding: 30px 10px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.seminar_consultation-info-find-list__link:before {
  position: absolute;
  width: 15px;
  height: 8px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2216.51%22%20viewBox%3D%220%200%2030%2016.51%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22a%22%20points%3D%2215%2013.49%201.51%200%200%201.51%2015%2016.51%2030%201.51%2028.49%200%2015%2013.49%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
}

.seminar_consultation-info-find-list-pic-area {
  width: 150px;
  margin: 0 auto 13px;
}

.seminar_consultation-info-find-list__head {
  margin-bottom: 13px;
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
}

.seminar_consultation-info-find-list__sub {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
}

.seminar_consultation-info-find-list-child {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin: 0 auto 17px;
}

.seminar_consultation-info-find-list-txt-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 13px 20px;
  background: #f5f5f5;
}

.seminar_consultation-info-find-list__txt {
  font-size: 1.2em;
}

@media all and (max-width: 767px) {
  .seminar_consultation-info-find-list-child__item {
    padding-left: 8px;
    font-size: 1.2em;
    line-height: 1.8;
  }
  .seminar_consultation-info-find-list-child__item:before {
    top: 10px;
  }
}
@media all and (min-width: 768px) {
  .seminar_consultation-info-find:before {
    height: 475px;
    background-size: cover;
  }
  .seminar_consultation-info-find__inner {
    padding-top: 69px;
    padding-bottom: 120px;
  }
  .seminar_consultation-info-find__head {
    margin-bottom: 42px;
    font-size: 2.4em;
  }
  .seminar_consultation-info-find-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .seminar_consultation-info-find-list__item {
    width: 31.8%;
  }
  .seminar_consultation-info-find-list__link {
    padding: 20px 10px 60px;
  }
  .seminar_consultation-info-find-list__link:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 20px;
    height: 10px;
    bottom: 30px;
  }
  .seminar_consultation-info-find-list__link:hover:before {
    bottom: 25px;
  }
  .seminar_consultation-info-find-list-pic-area {
    width: 160px;
    margin-bottom: 10px;
  }
  .seminar_consultation-info-find-list__head {
    margin-bottom: 13px;
    font-size: 2.1em;
    line-height: 1.9;
  }
  .seminar_consultation-info-find-list__sub {
    margin-bottom: 13px;
    padding-bottom: 12px;
    font-size: 1.8em;
    line-height: 1.9;
  }
  .seminar_consultation-info-find-list-child {
    margin-bottom: 13px;
    width: calc(100% - 10px);
  }
  .seminar_consultation-info-find-list-child.is-pc-margin-big {
    margin-bottom: 67px;
  }
  .seminar_consultation-info-find-list-child__item {
    line-height: 1.8;
    font-size: 1.5em;
  }
  .seminar_consultation-info-find-list-child__item:before {
    top: 14px;
  }
  .seminar_consultation-info-find-list__txt {
    font-size: 1.6em;
  }
}
/*================================================
	#seminar_consultation under page common style
================================================ */
/*	.seminar_consultation-cmn-archive
================================================ */
.seminar_consultation-cmn-archive__inner {
  padding-top: 47px;
  padding-bottom: 60px;
}

.seminar_consultation-cmn-archive-heading {
  margin-bottom: 24px;
}

.seminar_consultation-cmn-archive-heading__lead {
  margin-top: 3px;
}

.seminar_consultation-cmn-archive__txt {
  margin: 30px 0;
  font-size: 1.5em;
  text-align: center;
}

@media all and (max-width: 767px) {
  .seminar_consultation-cmn-archive:last-of-type .seminar_consultation-cmn-archive__inner {
    padding-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .seminar_consultation-cmn-archive__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .seminar_consultation-cmn-archive-heading {
    margin-bottom: 54px;
  }
  .seminar_consultation-cmn-archive-heading__lead {
    margin-top: -2px;
  }
  .seminar_consultation-cmn-archive__txt {
    margin: 50px 0;
    font-size: 1.8em;
  }
}
/*	.seminar-cmn-single
================================================ */
.seminar-cmn-single__inner {
  padding-top: 3px;
}

.seminar-cmn-single-heading {
  margin-bottom: 25px;
}

.seminar-cmn-single-data {
  margin-bottom: 55px;
}

.seminar-cmn-single-data-pic-area {
  margin-bottom: 25px;
}

.seminar-cmn-single-data__pic {
  width: 100%;
}

.seminar-cmn-single-data__txt {
  margin-top: 14px;
}

@media all and (min-width: 768px) {
  .seminar-cmn-single-heading {
    margin-bottom: 50px;
  }
  .seminar-cmn-single-data {
    margin-bottom: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .seminar-cmn-single-data-pic-area {
    width: 24.5%;
    margin: 0;
  }
  .seminar-cmn-single-data-content {
    width: 73%;
  }
  .seminar-cmn-single-data__txt {
    margin-top: 10px;
  }
}
/*  .seminar-cmn-single-detail
--------------------------------------------------*/
.seminar-cmn-single-detail {
  padding-bottom: 55px;
}

.seminar-cmn-single-detail__head {
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .seminar-cmn-single-detail {
    padding-bottom: 94px;
  }
  .seminar-cmn-single-detail__head {
    margin-bottom: 27px;
  }
}
/*  .seminar-cmn-single-lecturer
--------------------------------------------------*/
.seminar-cmn-single-lecturer__inner {
  padding-top: 44px;
  padding-bottom: 60px;
}

.seminar-cmn-single-lecturer__head {
  margin-bottom: 26px;
}

.seminar-cmn-single-lecturer-prof {
  margin-bottom: 36px;
}

.seminar-cmn-single-lecturer-prof-pic-area {
  margin-bottom: 16px;
}

.seminar-cmn-single-lecturer-prof-pic-area__pic {
  margin-bottom: 13px;
  width: 100%;
}

.seminar-cmn-single-lecturer-prof-pic-area__name {
  font-weight: 500;
  font-size: 1.5em;
}

@media all and (min-width: 768px) {
  .seminar-cmn-single-lecturer__inner {
    padding-top: 115px;
    padding-bottom: 120px;
  }
  .seminar-cmn-single-lecturer__head {
    margin-bottom: 24px;
  }
  .seminar-cmn-single-lecturer-prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 106px;
  }
  .seminar-cmn-single-lecturer-prof-pic-area {
    width: 24%;
    margin: 10px 0 0;
  }
  .seminar-cmn-single-lecturer-prof-pic-area__name {
    font-size: 1.8em;
  }
  .seminar-cmn-single-lecturer-prof-txt-area {
    width: 73%;
  }
}
/*  .seminar-cmn-single-lecturer-media
-------------------------*/
.seminar-cmn-single-lecturer-media__head {
  margin-bottom: 15px;
}

.seminar-cmn-single-lecturer-media__img {
  max-width: 400px;
  margin: 0 auto 20px;
  position: relative;
}

.seminar-cmn-single-lecturer-media__img:last-of-type {
  margin: 0;
}

.seminar-cmn-single-lecturer-media__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 106%;
}

.seminar-cmn-single-lecturer-media__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media all and (min-width: 768px) {
  .seminar-cmn-single-lecturer-media__head {
    margin-bottom: 35px;
  }
  .seminar-cmn-single-lecturer-media-img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seminar-cmn-single-lecturer-media__img {
    max-width: 100%;
    width: 19%;
    margin: 0 0.8% 0 0;
  }
  .seminar-cmn-single-lecturer-media__img:nth-of-type(5n) {
    margin-right: 0;
  }
  .seminar-cmn-single-lecturer-media__img:nth-of-type(n + 6) {
    margin-top: 40px;
  }
}
/*  .seminar-cmn-single-application
--------------------------------------------------*/
.seminar-cmn-single-application__inner {
  padding-top: 37px;
  padding-bottom: 60px;
}

.seminar-cmn-single-application__head {
  margin-bottom: 27px;
}

.seminar-cmn-single-application-data {
  margin-bottom: 35px;
}

.seminar-cmn-single-application-data.is-no-margin {
  margin-bottom: 0;
}

.seminar-cmn-single-application__notis {
  margin-bottom: 35px;
  color: #a7575f;
  font-size: 1.2em;
}

@media all and (min-width: 768px) {
  .seminar-cmn-single-application__inner {
    padding-top: 113px;
    padding-bottom: 120px;
  }
  .seminar-cmn-single-application__head {
    margin-bottom: 32px;
  }
  .seminar-cmn-single-application-data {
    margin-bottom: 80px;
  }
  .seminar-cmn-single-application__notis {
    margin-bottom: 80px;
    font-size: 1.3em;
  }
}
/*  .seminar-cmn-single-learn
--------------------------------------------------*/
.seminar-cmn-single-learn {
  position: relative;
}

.seminar-cmn-single-learn:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 660px;
  background: url(../img/common/bg_mv01.png) no-repeat center;
  background-size: 768px 100%;
}

.seminar-cmn-single-learn__inner {
  position: relative;
  z-index: 2;
  padding-top: 42px;
  padding-bottom: 60px;
}

.seminar-cmn-single-learn__head {
  margin-bottom: 34px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.7em;
  letter-spacing: 0.12em;
}

.seminar-cmn-single-learn-list {
  padding: 0 10px 10px;
  background: #fff;
}

.seminar-cmn-single-learn-list__item {
  padding: 18px 10px 15px;
  border-bottom: 1px solid #d6d6d6;
}

.seminar-cmn-single-learn-list__item:last-of-type {
  border-bottom: none;
}

.seminar-cmn-single-learn-list-pic-area {
  width: 175px;
  margin: 0 auto 1px;
}

.seminar-cmn-single-learn-list__txt {
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
}

@media all and (min-width: 768px) {
  .seminar-cmn-single-learn:before {
    height: 475px;
    background-size: cover;
  }
  .seminar-cmn-single-learn__inner {
    padding-top: 64px;
    padding-bottom: 120px;
  }
  .seminar-cmn-single-learn__head {
    margin-bottom: 42px;
    font-size: 2.4em;
  }
  .seminar-cmn-single-learn-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
  .seminar-cmn-single-learn-list:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background: #d6d6d6;
  }
  .seminar-cmn-single-learn-list__item {
    width: 33.3%;
    margin: 0;
    padding: 16px 10px 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
    border-right: 1px solid #d6d6d6;
  }
  .seminar-cmn-single-learn-list__item:nth-of-type(3n) {
    border-right: none;
  }
  .seminar-cmn-single-learn-list__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .seminar-cmn-single-learn-list-pic-area {
    width: 165px;
  }
  .seminar-cmn-single-learn-list__txt {
    font-size: 1.8em;
  }
}
/*	#seminar .l-sub-img
================================================ */
#seminar .l-sub-img {
  background-image: url("../img/seminar_consultation/cat/seminar/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #seminar .l-sub-img {
    background-image: url("../img/seminar_consultation/cat/seminar/bg_main01_pc.jpg");
  }
}
/*	.seminar-faq
================================================ */
.seminar-faq {
  position: relative;
}

.seminar-faq-bg {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  height: 76px;
  background: url("../img/common/txt_faq01.png") no-repeat center top;
  background-size: contain;
}

.seminar-faq__inner {
  position: relative;
  z-index: 2;
  padding-top: 52px;
  padding-bottom: 50px;
}

.seminar-faq-head {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .seminar-faq-bg {
    top: 122px;
    height: 222px;
    background-position: left calc(50% + 23px) top;
  }
  .seminar-faq__inner {
    padding-top: 170px;
    padding-bottom: 120px;
  }
  .seminar-faq-head {
    margin-bottom: 75px;
  }
}
/*	#voice .l-sub-img
================================================ */
#voice .l-sub-img {
  background-image: url("../img/voice/bg_main01_sp.jpg");
}

@media all and (min-width: 768px) {
  #voice .l-sub-img {
    background-image: url("../img/voice/bg_main01_pc.jpg");
  }
}
/*	.voice-archive
================================================ */
.voice-archive__inner {
  padding-bottom: 60px;
}

.voice-archive__lead {
  margin-bottom: 55px;
}

.voice-archive-tab {
  padding-bottom: 60px;
}

@media all and (min-width: 768px) {
  .voice-archive__inner {
    padding-bottom: 120px;
  }
  .voice-archive__lead {
    margin-bottom: 115px;
  }
  .voice-archive-tab {
    padding-bottom: 120px;
  }
}
/*	.voice-single
================================================ */
.voice-single__inner {
  padding-top: 7px;
  padding-bottom: 60px;
}

.voice-single-article {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
}

.voice-single-article-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
}

.voice-single-article-heading__date {
  width: 100%;
  margin-bottom: 1px;
  color: #909090;
  font-size: 1.1em;
}

.voice-single-article-heading-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
}

.voice-single-article-heading-cat__item {
  margin: 1px 0 1px 2px;
  padding: 4px 6px;
  background: #a7575f;
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 1.2;
}

.voice-single-article-heading__head {
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 0.12em;
}

.voice-single-article-info {
  margin-bottom: 40px;
}

.voice-single-article-info-pic-area {
  margin-bottom: 25px;
}

.voice-single-article-info__pic {
  width: 100%;
}

.voice-single-article-profile {
  margin: 0 -20px 50px;
}

.voice-single-article-profile__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.voice-single-article-profile__head {
  margin-bottom: 20px;
}

.voice-single-article-profile-prof {
  margin-bottom: 20px;
}

.voice-single-article-profile-media__head {
  margin-bottom: 15px;
}

.voice-single-article-profile-media__img {
  max-width: 400px;
  margin: 0 auto 20px;
  position: relative;
}

.voice-single-article-profile-media__img:last-of-type {
  margin: 0;
}

.voice-single-article-profile-media__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 106%;
}

.voice-single-article-profile-media__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.voice-single-article-content {
  padding: 17px 20px 30px;
  background: #fff;
}

.voice-single-article-content__head {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding: 0 0 18px 14px;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.voice-single-article-content__head:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 24px);
  background: #a7575f;
}

.voice-single-article-content-set {
  margin: 20px auto;
}

.voice-single-article-content-pic-area {
  margin: 10px auto;
}

.voice-single-article-content__pic {
  width: 100%;
}

.voice-single-article-content__head-sub1 {
  margin: 10px auto;
  color: #036898;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.voice-single-article-content__head-sub2 {
  position: relative;
  margin: 10px auto;
  padding: 0 0 0 22px;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.voice-single-article-content__head-sub2:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #a7575f;
}

.voice-single-article-content__txt {
  margin: 15px auto;
}

@media all and (min-width: 768px) {
  .voice-single__inner {
    padding-top: 22px;
    padding-bottom: 120px;
  }
  .voice-single-article {
    padding-bottom: 50px;
  }
  .voice-single-article-heading {
    padding-bottom: 26px;
    margin-bottom: 50px;
  }
  .voice-single-article-heading__date {
    margin-bottom: 4px;
    font-size: 1.2em;
  }
  .voice-single-article-heading-cat {
    margin-top: 15px;
  }
  .voice-single-article-heading-cat__item {
    margin: 2px 0 2px 4px;
    padding: 8px 9px;
    font-size: 1.2em;
  }
  .voice-single-article-heading__head {
    font-size: 4em;
  }
  .voice-single-article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 107px;
  }
  .voice-single-article-info-pic-area {
    width: 32%;
    margin: 0;
  }
  .voice-single-article-info-data {
    width: 63.5%;
  }
  .voice-single-article-info-data th {
    width: 220px;
  }
  .voice-single-article-info-data td {
    vertical-align: middle;
  }
  .voice-single-article-profile {
    position: relative;
    margin: 0 0 100px;
  }
  .voice-single-article-profile::before {
    width: 1920px;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .voice-single-article-profile__inner {
    position: relative;
    padding: 100px 0;
  }
  .voice-single-article-profile__head {
    margin-bottom: 24px;
  }
  .voice-single-article-profile-prof {
    margin-bottom: 50px;
  }
  .voice-single-article-profile-media__head {
    margin-bottom: 35px;
  }
  .voice-single-article-profile-media-img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .voice-single-article-profile-media__img {
    max-width: 100%;
    width: 19%;
    margin: 0 1% 0 0;
  }
  .voice-single-article-profile-media__img:nth-of-type(5n) {
    margin-right: 0;
  }
  .voice-single-article-profile-media__img:nth-of-type(n+6) {
    margin-top: 40px;
  }
  .voice-single-article-content {
    padding: 40px 50px 50px;
  }
  .voice-single-article-content__head {
    margin-bottom: 41px;
    padding: 0 0 15px 24px;
    font-size: 4em;
  }
  .voice-single-article-content__head:before {
    width: 4px;
    height: calc(100% - 28px);
    top: 8px;
  }
  .voice-single-article-content-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px auto 37px;
  }
  .voice-single-article-content-set .voice-single-article-content-pic-area {
    margin: 10px 0 0;
  }
  .voice-single-article-content-set:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .voice-single-article-content-set:first-of-type .voice-single-article-content__head-sub1 {
    margin-bottom: -10px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .voice-single-article-content-set.has-no-image {
    display: block;
  }
  .voice-single-article-content-pic-area {
    width: 35%;
    margin: 15px auto;
  }
  .voice-single-article-content-txt-area {
    width: 60%;
  }
  .voice-single-article-content__head-sub1 {
    margin: 0 auto 15px;
    font-size: 2.4em;
  }
  .voice-single-article-content__head-sub2 {
    margin: 15px auto;
    font-size: 1.8em;
  }
  .voice-single-article-content__head-sub2:before {
    width: 14px;
    height: 2px;
    top: 14px;
  }
  .voice-single-article-content__txt {
    margin: 28px auto;
  }
}

/*-------------------------------- Recruit Top --------------------------------*/
html{
    font-size: 100%;
}
/* header/footerだけ10px相当に縮尺（em系で効く）。remは仕様上htmlに依存するため分離不可 */
.l-header, .l-footer{ font-size: 39% !important; }
/* ヘッダーを常時追従 */
.l-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform .25s ease;
}
.l-header.is-hidden{ transform: translateY(-100%); }
/* 共通 */
.l-wrapper:has(#recruit){
background: #F3F3F3;
}
section{
    overflow-x: hidden;
    padding: 60px 0;
}
._inner{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
._white-bg{
    width: fit-content;
    padding: 10px 20px;
    background: #fff;
}
._flex{
    display: flex;
    align-items: start;
    gap: 40px;
}
._flex._reverse{
    flex-direction: row-reverse;
}
._section-title{
    margin-bottom: 40px;
}
._section-title h2{
    color: #980414;
    /* PC/YuMincho_H1 */
    font-family: "Noto Serif JP", YuMincho, serif;
    font-size: clamp(3rem, 2.636rem + 1.55vw, 4.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
}
._section-title h2 span{
    color: #980414;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 12px;
    border-left: 1px solid #980414;
}
#recruit{
    color:#444;
}
#recruit p{
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
/* mv */
#recruit .mv{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 120px;
    box-sizing: border-box;
    overflow:inherit;
}

#recruit .mv-inner{
    background-image: url(../img/recruit/mv-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    height: 90vh;
    margin: 0 auto;
    position: relative;
}

/* MV 背景フェード用 */
#recruit .mv-bg-wrap{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
#recruit .mv-bg-layer{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 30%;
    opacity: 0;
    transition: opacity 1.2s ease;
}
#recruit .mv-bg-layer.is-active{ opacity: 1; }
#recruit .mv-bg-wrap:not(.is-visible) .mv-bg-layer{ opacity: 0 !important; }

#recruit .mv-inner-layout{
    position: absolute;
    bottom: 5%;
    left: -2%;
    z-index: 2;
}

#recruit .mv__title span{
    color: #444;
    font-family: "Noto Serif JP", YuMincho, serif;
    font-size: clamp(2.5rem, 1.666rem + 3.56vw, 5.938rem);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; 
}

/* Recruit MV: 行ごとのテキスト→白バーの順に出るアニメーション */

#recruit .mv__title {
    position: relative;
    display: inline-block;
    line-height: 1.3;
    /* バーの高さを可変にするためのカスタムプロパティ */
    --mv-bar-height: 70%;
}
#recruit .mv__title::after{
    content: 'A-MAX Recruit';
    position: absolute;
    right: -16px;
    bottom: 5%;
    transform: translateX(100%);
    /* text */
    color: #FFF;
    font-family: "Noto Serif JP", YuMincho, serif;
    font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background:  linear-gradient(235deg, #CA2B26 0%, #911C1E 100%);
    padding: 2px 8px;
}

#recruit .mv-line {
    position: relative;
    display: inline-block;
    padding: 0.1em 0.2em; /* バーを少しはみ出させないための余白 */
    z-index: 0; /* バーの負の z-index を受けるための基準 */
}

#recruit .mv-line__text {
    display: inline-block;
    transform: translateY(18px);
    opacity: 0;
    will-change: transform, opacity;
}

#recruit .mv-line__bar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: var(--mv-bar-height);
    background: #fff;
    border-radius: 3px;
    width: 0;
    z-index: -1; /* テキストの背面で伸びる */
    will-change: width;
}

/* is-animate が付いたら発火。各行は --delay でディレイを持つ */
#recruit .mv-line.is-animate .mv-line__text {
    animation: mvTextIn 0.6s ease-out forwards;
    animation-delay: var(--delay, 0s);
}

#recruit .mv-line.is-animate .mv-line__bar {
    animation: mvBarIn 0.7s cubic-bezier(0.3, 0, 0.2, 1) forwards;
    animation-delay: calc(var(--delay, 0s) + 0.45s);
}

@keyframes mvTextIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes mvBarIn {
    from { width: 0; }
    to { width: 100%; }
}

@media (max-width: 768px){
  #recruit .mv{
    padding-top: 0;
  }
    #recruit .mv__title::after{
        left: 0;
        right: auto;
        bottom: -16px;
        transform: translate();

    }
}
/* 小さな端末でバーが太くなりすぎないように微調整 */
@media (max-width: 480px) {
    #recruit .mv__title { --mv-bar-height: 1.05em; }
}

/* MV 右サイドナビ */
/* PC: サイドナビ常時追従 */
#recruit .mv-side-nav {
    position: fixed;
    right: 0;
    top: var(--headerHeight, 0px);
    transform: none;
    width: 300px;
    height: calc(100dvh - var(--headerHeight, 0px));
    overflow-y: auto;
    z-index: 900;
    transition: transform .3s ease, opacity .2s ease;
}

#recruit .mv-side-nav.is-collapsed{ transform: translateX(110%); opacity: 0; pointer-events: none; }

/* card */
#recruit .mv-side-nav .nav-card {
    width: 100%;
    background: rgba(255,255,255,1);
    overflow: hidden;
}

/* head */
#recruit .mv-side-nav ._mv-nav-bg {
    padding: 20px 24px 14px 32px; /* 左にライン分の余白 */
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,224,218,0.85) 100%);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    position: relative;
}
#recruit .mv-side-nav ._mv-nav-bg::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 16px;
    bottom: 16px;
    width: 3px;
    border-radius: 2px;
    background: linear-gradient(180deg, #b7595b 0%, #8e2e30 100%);
}
#recruit .mv-side-nav .nav-head__title {
    font-family: "Noto Serif JP", YuMincho, serif;
    font-weight: 800;
    font-size: 28px;
    color: #333;
    line-height: 1.1;
}
#recruit .mv-side-nav .nav-head__sub {
    margin-top: 6px;
    font-size: 12px;
    color: #7a7a7a;
}

/* list */
#recruit .mv-side-nav .nav-list {
    padding: 16px 24px 18px 32px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.06); /* New Grads ブロック前の区切り線 */
}
#recruit .mv-side-nav .nav-list .nav-list-item, 
#recruit .mv-side-nav .nav-list li {
    color: #444;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; 
    position: relative;
    display: block;
    padding: 14px 0 14px 18px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
#recruit .mv-side-nav .nav-list li:last-child, 
#recruit .mv-side-nav .nav-list .nav-list-item:last-child { border-bottom: 0; }
#recruit .mv-side-nav .nav-list li::before,
#recruit .mv-side-nav .nav-list .nav-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background: #7a7a7a;
}
#recruit .mv-side-nav .nav-list a,
#recruit .mv-side-nav .nav-list .nav-list-item {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    z-index: 1201; /* クリック優先 */
}
#recruit .mv-side-nav__fab{
    position: fixed;
    right: 14px;
    top: 140px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #b7595b;
    color: #fff;
    border: none;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 20px rgba(0,0,0,.18);
    z-index: 1300;
    color: #FFF;
    text-align: center;
    font-family: YuMincho;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 170%; /* 44.2px */
}

/* blocks */
#recruit .mv-side-nav .nav-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 18px 10px;
    margin: 14px 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    color: #333;
    transition: transform .2s ease, box-shadow .2s ease;
}
#recruit .mv-side-nav .nav-block:last-child { 
    border-top: 1px solid rgba(0,0,0,0.06);
    margin-top: 64px; 
}
#recruit .mv-side-nav .nav-block:hover { transform: translateX(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.12); }
#recruit .mv-side-nav .nav-block.is-primary { background: #fff; }
#recruit .mv-side-nav .nav-block__title { font-family: "Noto Serif JP", YuMincho, serif; font-weight: 800; font-size: 30px; line-height: 1.1; }
#recruit .mv-side-nav .nav-block__sub { display: block; font-size: 12px; color: #7a7a7a; margin-top: 4px; }
#recruit .mv-side-nav .nav-block__arrow { 
    width: 36px; 
    height: 36px; 
    border-radius: 50%; 
    background-image: url(../img/recruit/top-arrow.webp); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

/* Latest news block in side nav */
#recruit .mv-side-nav .nav-latest{ padding: 16px 24px 24px 32px; }
#recruit .mv-side-nav .nav-latest__head{ font-weight: 700; border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; margin-bottom: 12px; }
#recruit .mv-side-nav .nav-latest__head .dot{ display: inline-block; width: 8px; height: 8px; border-radius: 50%; background:#b7595b; margin-right: 8px; position: relative; top: -1px; }
#recruit .mv-side-nav .nav-latest__date{ font-size: 12px; color: #7a7a7a; }
#recruit .mv-side-nav .nav-latest__desc{ font-size: 12px; line-height: 1.8; margin: 8px 0 12px; }
#recruit .mv-side-nav .nav-latest__more{ 
    width: fit-content;
    position: relative; 
    color: #444;
    text-decoration: none;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: block;
    margin-left: auto;
 }
#recruit .mv-side-nav .nav-latest__more::after{
     content: ''; 
     position: absolute; 
     right: -6px; 
     top: 50%; 
     transform: translate(50%,-50%) rotate(45deg); 
     width: 8px; height: 8px; 
     border-right: 1px solid #333; 
     border-top: 1px solid #333; }

/* ---------- SP: slide in ---------- */
@media (max-width: 768px) {
    #recruit .mv-side-nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100dvh;
        width: min(88vw, 320px);
        transform: translateX(100%);
        transition: transform .3s ease;
        background: transparent;
        z-index: 1201; /* overlay(1100) より上に */
    }
    #recruit .mv-inner{
      height: 75vh;
    }
    #recruit .mv-side-nav.is-open { transform: translateX(0); }

    #recruit .mv-side-nav .nav-card { height: 100%; background: #fff; overflow: auto; }

    /* overlay */
    #recruit .mv-side-nav__overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.4);
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
        z-index: 1100;
    }
    #recruit .mv-side-nav__overlay.is-open { opacity: 1; pointer-events: auto; }

    /* FAB button */
    #recruit .mv-side-nav__fab {
        position: fixed;
        right: 14px;
        bottom: 18px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #b7595b;
        color: #fff;
        border: none;
        display: grid;
        place-items: center;
        font-size: 12px;
        box-shadow: 0 10px 20px rgba(0,0,0,.18);
        /* z-index: 3; */
    }
    #recruit .mv-side-nav__fab.is-open { 
      left: 4px;
      right: auto;
     }

    /* SPではPC用の折りたたみクラスが付いていても、is-openが優先されるように */
    #recruit .mv-side-nav.is-collapsed:not(.is-open) { transform: translateX(100%) !important; }
}

._mv-nav-bg{
  background: linear-gradient(85deg, #F1E2E3 0%, #FCF6E3 100%);
}

/* recruit-nav */
.recruit-nav-layout{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.recruit-nav-item{
    display: flex;
    width: 520px;
    height: 100px;
    padding: 22px 36px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border: 1px solid #444;
    background: #FFF;
}  
.recruit-nav-item::after{
    content: '';
    display: block;
    width: 50px;
    aspect-ratio: 50/11;
    background-image: url(../img/recruit/recruit-nav-arrow.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.recruit-nav-item p{
    color:#444;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; 
    text-align: center;
}
.recruit-nav-item p span{
    color: #959595;
    font-family: "Noto Serif JP", YuMincho, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}



/* ---------- culture ---------- */
#culture{
    padding-bottom: 0;
}
.culture-inner{
    margin-bottom: 80px;
}
.culture-text{
    width: 50%;
}
.culture-img{
    width: 50%;
    flex:1;
    margin-right:calc(50% - 50vw);
}
.culture-text h3{
    color:#444;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Sans JP";
    font-size: clamp(1.875rem, 1.481rem + 1.68vw, 3.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 24px;
}
.culture-bg{
    width: 98%;
    margin: 0 auto;
    background-image: url(../img/recruit/top/culture-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.culture-bg img{
    display: block;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.culture-bg h4{
    color: var(--main-Wh, #FFF);
    text-align: center;
    text-shadow: 0 1.519px 18.232px rgba(0, 0, 0, 0.80);
    font-family: "Noto Serif JP", YuMincho, serif;
    font-size: clamp(2rem, 1.575rem + 1.81vw, 3.75rem);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 90px */
    letter-spacing: 3px;
}

@media (max-width: 768px){
    .culture-text{
        width: 100%;
    }
    .culture-img{
        width: 100%;
        margin-right: 0;
    }
    .culture-bg img{
        width: 98%;
    }
}

/* ---------- How ---------- */
/* レイアウト調整用。現状は親の余白制御に利用予定 */
#how{
    position: relative;
    padding-top: 200px;
}
#how::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 1px;
    height: 124px;
    background: #959595;
}
.how-inner{ 
    width: 100%; 
    padding:80px 24px 56px ;
    background: #fff;
    bottom:1px solid #959595 ;
    position: relative;
}
@media (max-width: 768px){
    .how-inner{
        width: 100%;
        box-sizing: border-box;
    }
}
.how-title{
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);

}
.how-title::after{
    content: '';
    width: 80%;
    height: 1px;
    background: #959595;
}
@media (max-width: 768px){
    .how-title::after{
        width: 60%;
    }
}
.how-title h2{
    color: #959595;
}
.how-text{
    position: relative;
    width: 55%;
    z-index: 2;
    padding: 32px 24px;
    box-sizing: border-box;
}
.how-text h3{
    color:#444;
    font-family: "Noto Sans JP";
    font-size: clamp(2rem, 1.879rem + 0.52vw, 2.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 8px;
}
.how-layout{ 
    position: relative; 
    margin-bottom: 32px;
}
.how-layout::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 24px 32px;
    height: var(--howTextH, 100%);
    border-radius: 8px;
    background: #EEE5E4;
    box-sizing: border-box;
    z-index: 0;
}
.how-text, .how-img{ position: relative; z-index: 1; }
.how-img{
    position: relative; 
    width: 45%;
    z-index: 2;
    margin-left: 24px;
    margin-top: 32px;
}
.how-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px){
    .how-text{
        width: 100%;
    }
    .how-img{
        width: 100%;
        margin-left: 0;
    }
    .how-layout{
        gap: 16px;
    }
}

/* ---------- Value ---------- */
.value-inner{
    width: 100%;
    padding: 80px 24px;
}
.value-text{
    position: relative;
    z-index: 2;
    width: 50%;
    padding:40px 32px 48px 0;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    background: #fff;
    flex:1;
}
.value-text::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 20%;
    height: 100%;
    background: #fff;
    border-radius: 0 80px 0 0;
    z-index: -1;
}
.value-text h3{
    color:#444;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Sans JP";
    font-size: clamp(2rem, 1.636rem + 1.55vw, 3.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 40px;
}
.value-text-item{
    margin-bottom: 40px;
}
.value-text-item p:first-child{
    width: fit-content;
    padding:4px 8px;
    background:linear-gradient(235deg, #CA2B26 0%, #911C1E 100%);
    color: #FFF;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 16px;
}
.value-img{
    position: relative;
    z-index: 2;
    width: 50%;
    margin-top: 10%;
}

/* ---------- Type ---------- */

.type-inner{
    position: relative;
    margin-right: calc(50% - 50vw);
    /* 背景は::afterで上60%にのみ敷く */
    padding: 80px 0;
    z-index: 2;
}
.type-inner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 10%;
    height: 60%;
    background: #EEE5E4;
    z-index: 1;
}
/* 上60%のみに背景画像を表示 */
.type-inner::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-image: url(../img/recruit/top/type-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.type-list{
    max-width: 1080px;
    width: 80%;
    position: relative;
    padding:56px 40px ;
    background: #fff;
    border-radius: 0 80px 0 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.type-list::after{
    content: '';
    position: absolute;
    right: 5%;
    bottom: 0;
    transform: translateX(100%);
    width: 15%;
    aspect-ratio:411/587;
    background-image: url(../img/recruit/top/type-dec.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.type-item{
    position: relative;
    padding: 24px 24px 24px 84px; /* 左はアイコン用 */
    border-bottom: 1px solid #e6e6e6;
}
.type-item:first-child{
    border-top: 1px solid #e6e6e6;
}

/* チェックアイコン（擬似要素で作成） */
.type-item::before{
    content: '';
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    aspect-ratio: 63.72/55.00;
    background-image: url(../img/recruit/top/type-check.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.type-item p{
    margin: 0;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 2;
}
/* 強調（赤）用。HTML側で <span class="_em">...</span> 等を包めば色付け */
.type-item p b,
.type-item p span,
.type-item p ._em,
.type-item p ._red{ color:#CA2B26; font-weight:700; }
.type-item .sp-only{
    display: none;
}
@media (max-width: 500px){
    .type-item .sp-only{
        display: block;
    }
}


/* ---------- Benefit ---------- */
#benefit{
    width: 98%;
    margin: 0 auto;
    background-image: url(../img/recruit/top/benefit-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.benefit-list._4column{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}
.benefit-list._5column{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.benefit-list li{
    text-align: center;
    background-image: url(../img/recruit/top/benefit-item-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 248/240;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 4px;
    box-sizing: border-box;
}
.benefit-list li img{
    display: block;
    margin: 15% auto 16px;
    height: 30%;
}
.benefit-list li h3{
    color:#444;
    text-align: center;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: clamp(1.125rem, 1.064rem + 0.26vw, 1.375rem);
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.benefit-list li p{
    color:#444;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
#recruit ._4column.benefit-list li p{
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 150% !important;
    font-weight: 400;
}
._5column.benefit-list li p{
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 150% !important;
}

/* ---------- Business ---------- */
.business-con{
    margin-bottom: 80px;
}
.business-con-text h3{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 16px;
    color:#444;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Sans JP";
    font-size: clamp(2rem, 1.636rem + 1.55vw, 3.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}
.business-con-text h3::before{
    content: '';
    width: 40px;
    aspect-ratio: 1/1;
    background-image: url(../img/recruit/top/business-dec.webp);
    background-size: cover;
    background-position: center;
}

.business-con-text p{
    margin-bottom: 40px;
    max-width: 700px;
}
.business-con .pc-only{
  display: block;
}
.business-con .sp-only{
  display: none;
}

@media (max-width: 768px){
  .business-con .sp-only{
    display: block;
  }
  .business-con .pc-only{
    display: none;
  }
}
/* ---------- Member slider ---------- */
#member{ padding: 80px 0; }
#member .member-slider{ 
    position: relative;
    height: 500px;
 }
#member .member-card{ 
    position: relative;
    padding: 0 20px; 
    transition: transform .2s ease; 
}
/* #member .slick-slide{
    height: fit-content;
} */
#member .member-card.is-offset{ transform: translateY(28px); }
#member .member-card__img{ position: relative; border-radius: 12px; overflow: hidden; }
#member .member-card__img img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 252/339;
  object-fit: cover;
  object-position: center;
}
#member .member-card__badge{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    background: rgba(255,255,255,.92);
    border-radius: 16px 0 0 0;
    padding: 10px 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
#member .member-card__name{font-weight: 700;font-size: 16px;letter-spacing: .02em;}
#member .member-card__role{font-size: 18px;color: #4d4d4d;margin-top: 6px;}
#member .member-card__desc{ font-weight: 700; font-size: 18px; line-height: 2; margin: 16px 0 0 0; }

#member .member-arrows{ 
    display: flex; 
    gap: 24px; 
    margin-top: 28px;
    border: none;
    background: none;
    cursor: pointer;
}
#member .member-arrow{ 
    width: 44px; 
    aspect-ratio: 1/1;
    padding: 0;
    font-size: 1rem;
    border-radius: 50%; 
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
}
#member .member-arrow.member-arrow--prev{ transform: rotate(180deg); }

/* View More button */
.view-more{
    display: block;
    width: 240px;
    height: 56px;
    margin: 32px auto 0;
    background-color: #4a4a4a;
    background-image: linear-gradient(90deg, #000, #000);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0 0;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-align: center;
    line-height: 56px;
    border-radius: 2px;
    overflow: hidden;
    transition: background-size .35s ease, transform .2s ease;
    font-family: "Noto Serif JP", YuMincho, serif;
    font-size: 18px;
}
.view-more:hover{ background-size: 100% 100%; transform: translateY(-1px); }
.view-more::after{
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

@media (max-width: 1024px){
  #member .member-card__badge{ width: 78%; }
}
@media (max-width: 768px){
  #member .member-card{ padding: 0 10px; }
  #member .member-card__badge{ width: 86%; margin-left: 12px; }
  #member .member-card__name{ font-size: 20px; }
}
@media (max-width: 960px){
  #member .member-card.is-offset{ transform: none; }
}

/* ---------- News slider ---------- */
#news{ 
    padding: 80px 0; 
    background: #fff;
}
#news .news-inner{
    position: relative;
    display: flex;
}
#news .news-title{ 
    position: relative;
    margin-bottom: 24px; 
    width: 30%;
}
#news .news-arrows{ 
    display: flex; 
    gap: 24px; 
    margin-top: 56px;
 }
#news .news-arrow{ 
    width: 44px; 
    aspect-ratio: 1/1;
    padding: 0;
    font-size: 1rem;
    border-radius: 50%; 
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
}
#news .news-arrow--prev{ transform: rotate(180deg); }

#news .news-slider{ 
    width: 70%;
    margin-top: 24px; 
    margin-right: calc(50% - 50vw);
    flex:1;
}
#news .news-card{ 
    padding: 0 24px; 
}
#news .news-card__img{ 
    display: block; 
    border-radius: 12px; 
    overflow: hidden; 
}
#news .news-card__img img{
    width: auto;
    aspect-ratio: 1/1;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}
#news .news-card__desc{ 
    color: var(--main-txt, #444);
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.sp-only{
    display: none;
}
#news .news-arrows.sp-only{
  display: none;
}
@media (max-width: 1400px){
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
}
@media (max-width: 768px){
  #news .news-arrows.sp-only{
    display: flex;
  }
  #news .news-arrows{ position: static; margin: 12px 0 0; }
  #news .news-card{ padding: 0 12px; }
  ._inner{
    width: 90%;
  }
  ._flex{
    flex-direction: column;
  }
  ._flex._reverse{
    flex-direction: column;
  }
  .recruit-nav-layout{
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .recruit-nav-item{
    box-sizing: border-box;
    width: 100%;
  }
  #news .news-title .news-arrows{
    display: none;
  }
  #member .member-card__desc{
    font-size: 14px;
    line-height: 150%;
  }
  #news .news-inner{
    flex-direction: column;
  }
  #news .news-title{
    width: 100%;
  }
  #news .news-slider{
    width: 100%;
    margin-right: 0;
  }

  .value-layout {
    gap: 16px;
    align-items: center;
  }
  .value-text{
    width: 98%;
    padding: 16px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .value-img{
    width: 90%;
  }

  .type-inner{
    margin: 0 auto;
  }
  .type-inner::after{
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
  }
  .type-list{
    width: 98%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 32px 24px;
  }
  .type-item::before{
    width: 32px;
  }
  .type-inner::before{
    display: none;
  }
}

/* Benefit responsive columns */
@media (max-width: 1200px){
  #benefit ._inner{
    width: 90%;
  }
  #benefit .benefit-list._4column{ 
    grid-template-columns: repeat(4, 1fr); 
    gap: 12px;
  }
  #benefit .benefit-list._5column{ 
    grid-template-columns: repeat(5, 1fr); 
    gap: 12px;
  }
}
@media (max-width: 900px){
  #benefit .benefit-list._4column{ grid-template-columns: repeat(2, 1fr); gap: 16px; }
  #benefit .benefit-list._5column{ grid-template-columns: repeat(2, 1fr); gap: 16px; }
  #benefit .benefit-list li{ 
    align-items: center;
    justify-content: center;
  }
  #benefit .benefit-list li img{ margin: 12% auto 12px; width: 20%; height: auto; }
}
@media (max-width: 560px){
  #benefit .benefit-inner{ width: 92%; margin: 0 auto; }
  #benefit .benefit-list._4column{
    margin-bottom: 16px;
  }
  #benefit .benefit-list._4column,
  #benefit .benefit-list._5column{ display: flex; flex-wrap: wrap; gap: 12px; }
  #benefit .benefit-list li { 
    align-items: center;
    justify-content: start;
    width: 48% ; 
    height: auto;
    margin: 0 auto; 
    background: #fff;
    padding: 4px;
    border-radius: 12px; }
  #benefit .benefit-list li img{ margin: 12% auto 12px;width: auto; height: 25%; }
  .benefit-list li h3{ font-size: 14px; }
  #benefit .benefit-list li p{ font-size: 14px; }
}

/* ---------- New Graduate ---------- */
.point-text{
    background: linear-gradient(235deg, #CA2B26 0%, #911C1E 100%);
    color: #fff;
    padding: 4px 8px;
    margin: 0 4px;
}

.text-indent {
    text-indent: -.5em;
    display: inline-block;
}

#newgraduate {
    background:#F3F3F3;
}

#newgraduate #member .member-card__img img {
  aspect-ratio: initial;
}

#newgraduate .l-container {
  padding-top: 0;
}

#newgraduate .mv__title {
    font-family: "Noto Serif JP", YuMincho, serif;
    font-size: clamp(1.8rem, 6.08vw + -0.426rem, 6rem);
    padding: 120px 0;
    line-height: 1.2;
}

#newgraduate .mv {
    position: relative;
    background:#F3F3F3;
}

#newgraduate .mv-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#newgraduate .mv__title span{
    display: inline-block;
    font-size: clamp(1.25rem, 1.55vw + 0.636rem, 2.5rem);
    margin-bottom: 40px;
}

#newgraduate .mv {
    padding-top: 120px;
    padding-bottom: 160px;
}

#newgraduate .mv-inner{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#newgraduate .mv__text{
    font-size: clamp(1rem, 1.17vw + 0.727rem, 2.125rem);
    font-weight: bold;
    line-height: 2.2;
}

#newgraduate .mv__text:not(:last-child){
    margin-bottom: 64px;
}

#newgraduate .mv__text .sp-only{
    display: none;
}
@media (max-width: 767px) {
    #newgraduate .mv__title {
        padding: 0px 0 80px;
    }
    #newgraduate .mv-inner-layout{
        padding: 0 8px;
    }

    #newgraduate .mv__text:not(:last-child){
        margin-bottom: 20px;
    }
    #newgraduate .mv__text .sp-only{
        display: block;
    }
}

/* ---------- New Graduate member ---------- */
#newgraduate #member {
    background: linear-gradient(235deg, #CA2B26 0%, #911C1E 100%);
    margin: 0 24px;
}

#newgraduate #member .member-title._section-title h2 {
    color: #fff;
}

#newgraduate #member ._section-title h2 span {
    color: #fff;
    border-left: 1px solid #fff;
}

#newgraduate #member .member-card__desc {
    color: #fff;
}

#newgraduate #member .member-slider {
    position: relative;
    height: fit-content;
}

#newgraduate #member .member-card__badge {
    background: initial;
    box-shadow: none;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#newgraduate #member .member-card__name,#newgraduate #member .member-card__role {
    display: inline-block;
    color: #fff;
    background: #444;
    padding: 4px 16px;

    font-weight: bold;
    width: fit-content;
}

#newgraduate #member .member-card.is-offset{
    transform: none;
}

#newgraduate #member .member-card {
    padding: initial;
    margin-right: 24px;
}

@media (max-width: 768px) {
    #newgraduate #member {
        margin: 0 8px;
        padding: 40px 0;
    }

    #newgraduate #member .member-card__name,#newgraduate #member .member-card__role {
        font-size: .75rem;
    }
}

/* ---------- New Graduate member about ---------- */
#newgraduate #about .about-con {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

#newgraduate #about .about-con-left {
    flex: 0 0 30%;
    min-width: 0;
}

#newgraduate #about .about-con-left .about-con-text {
    position: relative;
    background: #fff;
    padding: 32px;
    font-size: clamp(1rem, 0.13vw + 0.969rem, 1.125rem);
}

#newgraduate #about .about-con-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

#newgraduate #about .about-con-text::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: #C55964;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #DCBFC2;
    z-index: 1;
}

@media (max-width: 768px) {
    #newgraduate #about .about-con {
        flex-direction: column;
    }
}

/* ---------- New Graduate strategy ---------- */

#newgraduate #business .business-con-text {
    font-size: clamp(1rem, 0.13vw + 0.969rem, 1.125rem);
}

/* ---------- New Graduate advantage ---------- */
#newgraduate #advantage {
    overflow-x: initial;
    padding-bottom: 144px;
}

#newgraduate #advantage .advantage-item-text {
    background: #fff;
    padding: 40px 144px;
}
#newgraduate #advantage .advantage-item-text h3 .sp-only{
  display: none;
}
@media (max-width: 1400px) {
  #newgraduate #advantage .advantage-item-text h3 .sp-only{
    display: block;
  }
}
#newgraduate #advantage .advantage-item-text h3 {
    font-size: clamp(1.25rem, 1.55vw + 0.636rem, 2.5rem);
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 2.2;
}

#newgraduate #advantage .advantage-item-text p {
    font-size: clamp(1rem, 0.13vw + 0.969rem, 1.125rem);
    line-height: 2.2;
}

#newgraduate #advantage .advantage-item-img01 img {
    max-width: calc(100% / 2);
    margin-left: calc(-144px / 3);
    margin-bottom: calc(-144px / 1.5);
}

#newgraduate #advantage .advantage-item-img02 img {
    margin-left: calc(-144px / 3);
    margin-bottom: calc(-144px / 1.5);
    margin-top: -24px;
}

#newgraduate #advantage .advantage-item-img03 img {
    max-width: calc(100% - 24px);
    margin-top: -24px;
}


@media (max-width: 768px) {
    #newgraduate #advantage {
        padding-top: 48px;
        padding-bottom: 80px;
    }
    
    #newgraduate #advantage .advantage-item-img01 img {
        max-width: calc(100% / 2);
        margin-left: initial;
        margin-bottom: calc(-144px / 5);
    }

    #newgraduate #advantage .advantage-item-img02 img {
        margin-left: initial;
        margin-bottom: calc(-144px / 5);
        margin-top: -8px;
    }

    #newgraduate #advantage .advantage-item-img03 img {
        max-width: 100%;
        margin-top: -8px;
    }
    
    #newgraduate #advantage .advantage-item-text {
        padding: 58px 16px;
    }
}

#recruit-news .l-wrapper {
    background-color: #F5F5F5;
}

.c-archive02__item.c-archive05__item {
    background-color: #FFF;
    border-radius: 8px;
}

.c-archive02-pic-area.c-archive05-pic-area {
    border-radius: 8px 8px 0 0;
}

.c-archive05__link {
    background-color: #ffffff;
    border-radius: 8px;
}

.c-archive05-content {
    padding: 0 16px 32px;
    /* border-radius: 0 0 8px 8px; */
}

.c-archive05-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.c-archive05__date {
    color: #444;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.c-archive05__cat.is-red {
    border-radius: 50px;
    padding: 0 16px;
    border: 1px solid#CA2B26;
    background:#FFF;
    font-weight: bold;
}

.c-archive05__txt {
    color: var(--main-txt, #444);
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 37.4px */
}

.recruit-news-cat-item a {
    text-decoration: none;
    white-space: nowrap;
}

.recruit-news-cat-item {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 500px;
    border: 1px solid #CA2B26;
    background: #FFF;
}

.recruit-news-cat-item.current {
    background: linear-gradient(235deg, #CA2B26 0%, #911C1E 100%);
    color: #fff;
}

.recruit-news-archive {
    display: flex;
    align-items: baseline;
    gap: 40px;
}

.recruit-news-cat-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    max-width: 610px;
}

#recruit-news .cat-title {
    padding: 4px 0px;
}

#recruit-news .archive-title {
    font-size: clamp(2.2rem, 2.59vw + 0.393rem, 3.5rem);
}

.recruit-news-archive-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width: 767px) {
    .recruit-news-archive-inner,.recruit-news-archive {
        flex-direction: column;
        gap: 16px;
    }
}

.c-archive05 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.c-archive05 .js-c-objectfit {
    max-height: 200px;
    height: 200px;
    border-radius: 8px 8px 0 0;
}

/* サイドバー用レイアウト */
.recruit-news-archive-wrapper {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.recruit-news-main-content {
    flex: 1;
    min-width: 0;
}

.recruit-news-sidebar {
    width: 320px;
    flex-shrink: 0;
}

.recruit-news-sidebar__inner {
    background-color: #FFF;
    border-radius: 8px;
    padding: 20px;
    position: sticky;
    top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.recruit-news-sidebar__title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4;
}

.recruit-news-popular-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recruit-news-popular-item {
    margin-bottom: 16px;
}

.recruit-news-popular-item:last-child {
    margin-bottom: 0;
}

.recruit-news-popular-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    color: #333;
    transition: opacity 0.3s;
    flex-direction: column;
}

.recruit-news-popular-link:hover {
    opacity: 0.7;
}

.recruit-news-popular-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recruit-news-popular-rank {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background-color: #8B7355;
    color: #FFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
}

.recruit-news-popular-img {
    min-width: 65px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.recruit-news-popular-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recruit-news-popular-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
    word-break: break-word;
    font-size: 16px;
    font-weight: bold;
}

.recruit-news-popular-empty {
    color: #888;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

.recruit-news {
    padding-bottom: 100px;
}

/* レスポンシブ対応 */
@media all and (max-width: 767px) {
    .recruit-news {
        padding-bottom: 64px;
    }
    .recruit-news-archive-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .recruit-news-sidebar {
        width: 100%;
    }

    .recruit-news-sidebar__inner {
        position: static;
    }

    .c-archive05 {
        grid-template-columns: 1fr;
    }
}

.recruit-news-single-inner {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

#recruit-news .c-single01 {
    background-color: #FFF;
    padding: 24px;
    border-radius: 8px;
}

#recruit-news .c-single01-heading-meta {
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
    padding: 0 0 8px 0;
    margin-bottom: 24px;
}

#recruit-news .c-single01-heading__date {
    font-size: 22px;
    font-weight: bold;
    color: #444;
}

#recruit-news .c-single01-heading {
    border-bottom: none;
    margin-bottom: 24px;
    padding-bottom: 0;
}

#recruit-news .c-single01-heading-cat__item {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 500px;
    border: 1px solid #CA2B26;
    background: linear-gradient(235deg, #CA2B26 0%, #911C1E 100%);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

#recruit-news .c-single01-heading__head {
    font-size: 22px;
}

#recruit-news .c-single01-thumbnail img{
    width: 100%;
    border-radius: 8px;
}

.recruit-news-related-title {
    font-size: 28px;
    font-weight: bold;
    color: #444;
    margin-bottom: 24px;
}

#recruit-news .l-contents {
    font-size: 1rem;
}

#recruit-news .c-pager01 li.current span {
  font-size: 1rem;
}