@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  sub.css
 style info :  中ページ用cssの定義
=================================================================== */
/*---------------
  table
----------------*/
/* base */
/****************************************************************/
table {
  width: 100%; }

th, td {
  text-align: left;
  font-weight: normal;
  padding: 10px;
  line-height: 1.6;
  border-width: 1px;
  border-style: solid; }

@media only screen and (max-width: 690px) {
  th, td {
    padding: 8px; }
  .table_wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .table_wrap table {
    width: 640px; } }

/* table 01 */
/****************************************************************/
table.tab01 {
  table-layout: fixed; }

table.tab01 th {
  text-align: center;
  width: 20%; }

table.tab01 th.txt_left,
table.tab01 td.txt_left {
  text-align: left; }

/* table 02 */
/****************************************************************/
table.tab02 {
  table-layout: fixed; }

/* table 03 */
/****************************************************************/
table.tab03 {
  table-layout: fixed; }

table.tab03.txt_c td {
  text-align: center; }

/* table 04 */
/****************************************************************/
table.tab04 {
  table-layout: fixed; }

table.tab04 th,
table.tab04 td {
  text-align: center; }

/* table 05 */
/****************************************************************/
table.tab05 {
  table-layout: fixed; }

table.tab05 th {
  width: 20%; }

table.tab05.txt_c td {
  text-align: center; }

@media only screen and (max-width: 690px) {
  table.tab05 th,
  table.tab05 td {
    display: block;
    width: 100%;
    border-top: none; }
  table.tab05 th {
    border: none; } }

/* table 06 */
/****************************************************************/
table.tab06 {
  table-layout: fixed; }

table.tab06 th,
table.tab06 td {
  text-align: center; }

@media only screen and (max-width: 690px) {
  table.tab06 thead {
    display: none; }
  table.tab06 tbody td {
    display: block;
    padding: 0 0 10px 0; }
  table.tab06 tbody td::before {
    display: block;
    padding: 5px;
    margin-bottom: 10px; }
  table.tab06 tbody td:nth-of-type(1)::before {
    content: "表見出し1"; }
  table.tab06 tbody td:nth-of-type(2)::before {
    content: "表見出し2"; }
  table.tab06 tbody td:nth-of-type(3)::before {
    content: "表見出し3"; }
  table.tab06 tbody td:nth-of-type(4)::before {
    content: "表見出し4"; }
  table.tab06 tbody td:nth-of-type(5)::before {
    content: "表見出し5"; }
  table.tab06 tbody td:nth-of-type(6)::before {
    content: "表見出し6"; }
  table.tab06 tbody td:nth-of-type(7)::before {
    content: "表見出し7"; } }

/* table 07 */
/****************************************************************/
table.tab07 th,
table.tab07 td {
  border: none; }

table.tab07 thead {
  border-width: 0 0 2px 0;
  border-style: solid; }

table.tab07 thead th {
  text-align: center;
  font-weight: bold;
  padding: 8px 16px;
  font-size: 16px; }

table.tab07 tbody td {
  padding: 16px; }

table.tab07 thead tr th,
table.tab07 thead tr td,
table.tab07 tbody tr th,
table.tab07 tbody tr td {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #CCCCCC; }

table.tab07 thead th:last-child,
table.tab07 tbody td:last-child {
  border-right: none; }

table.tab07 tbody tr:last-child td,
table.tab07 tbody tr:last-child th {
  border-bottom: none; }

@media only screen and (max-width: 690px) {
  table.tab07 thead th {
    padding: 8px;
    font-size: 15px; } }

/* table 08 */
/****************************************************************/
table.tab08 th,
table.tab08 td {
  border: none;
  vertical-align: top; }

table.tab08 tbody tr:not(:last-child) th,
table.tab08 tbody tr:not(:last-child) td {
  border-width: 0 0 1px 0;
  border-style: solid; }

table.tab08 th {
  font-weight: bold;
  position: relative; }

table.tab08 th::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  top: 11px;
  right: 0; }

table.tab08 td {
  padding-left: 40px; }

@media only screen and (max-width: 690px) {
  table.tab08 th,
  table.tab08 td {
    width: 100%;
    display: block; }
  table.tab08 tbody th,
  table.tab08 tbody tr:not(:last-child) th {
    border-bottom: none;
    padding: 16px 0 0 0;
    font-size: 15px; }
  table.tab08 tbody tr:not(:last-child) td {
    border-width: 0 0 1px 0;
    border-style: solid; }
  table.tab08 tbody td {
    padding-bottom: 16px; }
  table.tab08 th {
    font-weight: bold;
    position: relative; }
  table.tab08 th::after {
    display: none; }
  table.tab08 td {
    padding-left: 0; } }

/* table 09 */
/****************************************************************/
table.tab09 th,
table.tab09 td {
  border: none;
  border-width: 0 0 1px 0;
  border-style: solid;
  vertical-align: middle; }

table.tab09 tr:nth-child(2n) {
  background-color: #f9f9f9; }

/* table 10 */
/****************************************************************/
table.tab10 th,
table.tab10 td {
  border: none;
  border-width: 0 0 1px 0;
  border-style: dashed;
  vertical-align: middle;
  vertical-align: top; }

table.tab10 th {
  position: relative;
  font-weight: bold;
  width: 120px; }

table.tab10 th::after {
  content: " :";
  position: absolute;
  right: 10%; }

table.tab10 td {
  width: calc(100% - 120px); }

@media only screen and (max-width: 690px) {
  table.tab10 th,
  table.tab10 td {
    width: 100%;
    display: block; }
  table.tab10 th {
    border-bottom: none;
    padding-bottom: 0; }
  table.tab10 th::after {
    display: none; }
  table.tab10 tr:first-child th {
    border-width: 1px 0 0 0;
    border-style: dashed; } }

/****************************************************************/
/* media */
/****************************************************************/
.media .media_in {
  float: left;
  padding: 0 8px; }
  .media .media_in .catelist {
    text-align: right; }
    .media .media_in .catelist a {
      font-size: 10px;
      padding: 3px 8px;
      display: inline-block; }
  .media .media_in::after {
    content: "";
    display: table;
    clear: both; }
  .media .media_in .media_img {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative; }
    .media .media_in .media_img img {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .media .media_in .media_txt {
    margin-top: -15px;
    position: relative;
    z-index: 10; }
    .media .media_in .media_txt time {
      margin-bottom: 5px; }
    .media .media_in .media_txt .title06 {
      line-height: 1.6; }

.media::after {
  content: "";
  display: table;
  clear: both; }

/*div[class*="col_bg"] > .inner .media_txt{
	padding: 5%;
}*/
.grid_media_section {
  width: 100%;
  overflow: hidden; }

.grid_media_title {
  float: left;
  width: 25%;
  display: table;
  font-size: 2.4rem; }

.grid_media_title_in {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.grid_media_con {
  float: right;
  width: 75%; }
  .grid_media_con .slick-list {
    width: 100%; }

.grid_media {
  border-width: 0 0 0 1px;
  border-style: solid;
  padding-bottom: 20px;
  width: 33.3333333%; }
  .grid_media .imgliq {
    height: 240px; }

.grid_media_txt {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding: 0 16px; }
  .grid_media_txt .catelist a {
    float: right;
    display: block;
    padding: 8px 16px;
    font-size: 1.2rem;
    line-height: 1; }
    .grid_media_txt .catelist a:hover {
      text-decoration: none; }
  .grid_media_txt time {
    clear: right; }

.grid_media_section .slick-dots {
  bottom: 0; }

.grid_media_section .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 30px; }

.grid_media_section .slick-dots li {
  height: 10px;
  margin: 0 4px;
  width: 10px; }
  .grid_media_section .slick-dots li button {
    height: 10px;
    width: 10px; }
    .grid_media_section .slick-dots li button::before {
      line-height: 10px;
      height: 10px; }

.grid_media_section .slick-prev,
.grid_media_section .slick-next {
  top: 95%;
  left: -60px; }
  [dir="rtl"] .grid_media_section .slick-prev, [dir="rtl"]
  .grid_media_section .slick-next {
    left: auto;
    right: -60px; }

.grid_media_section .slick-next {
  left: -30px; }
  [dir="rtl"] .grid_media_section .slick-next {
    left: -30px; }

@media only screen and (max-width: 690px) {
  .grid_media_title {
    float: none;
    width: 100%;
    display: block; }
  .grid_media_title_in {
    display: block;
    padding: 10px; }
  .grid_media_con {
    float: none;
    width: 100%; }
  .grid_media {
    border-left: none;
    padding-bottom: 20px;
    width: 100%; }
    .grid_media .imgliq {
      height: 180px; }
  .grid_media_section .slick-prev,
  .grid_media_section .slick-next {
    top: 95%;
    left: 10px; }
    [dir="rtl"] .grid_media_section .slick-prev, [dir="rtl"]
    .grid_media_section .slick-next {
      left: auto;
      right: 10px; }
  .grid_media_section .slick-next {
    left: 35px;
    right: 0; }
    [dir="rtl"] .grid_media_section .slick-next {
      left: 35px;
      right: 0; } }

/*-----------------------------------------------------------------*/
/*　flow 01 */
/*-----------------------------------------------------------------*/
.flow_ver01 {
  margin-bottom: 40px;
  display: table;
  width: 100%; }
  .flow_ver01 .flow_item {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    min-width: 200px;
    max-width: 400px;
    text-align: center;
    padding: 4% 2%;
    font-size: 12px;
    position: relative; }
    .flow_ver01 .flow_item .finum {
      margin-bottom: 30px;
      position: relative;
      letter-spacing: .1em;
      font-weight: bold; }
      .flow_ver01 .flow_item .finum::after {
        content: "";
        width: 16px;
        height: 2px;
        position: absolute;
        bottom: -15px;
        left: calc(50% - 8px); }
    .flow_ver01 .flow_item .finumtxt {
      font-size: 22px;
      font-weight: bold; }
    .flow_ver01 .flow_item::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 12px 0 12px;
      position: absolute;
      bottom: -30px;
      left: calc(50% - 12px); }
  .flow_ver01 .flow_txt {
    display: table-cell;
    vertical-align: middle;
    padding: 4% 3%; }

@media only screen and (max-width: 691px) {
  .flow_ver01 {
    position: relative; }
    .flow_ver01 .flow_item {
      display: block;
      width: 100%;
      max-width: 100%;
      text-align: left;
      padding: 2% 10px; }
      .flow_ver01 .flow_item .finum {
        margin-bottom: 0;
        margin-right: 5px;
        display: inline-block;
        font-size: 10px;
        padding: 2px 6px; }
        .flow_ver01 .flow_item .finum::after {
          display: none; }
      .flow_ver01 .flow_item .finumtxt {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle; }
      .flow_ver01 .flow_item::after {
        display: none; }
    .flow_ver01 .flow_txt {
      display: block;
      width: 100%;
      padding: 5% 15px; }
    .flow_ver01::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 12px 0 12px;
      position: absolute;
      bottom: -30px;
      left: calc(50% - 12px); } }

.flow_ver01.last .flow_item::after,
.flow_ver01.last::after {
  display: none; }

/*-----------------------------------------------------------------*/
/*　flow 02 */
/*-----------------------------------------------------------------*/
/***-----01-----***/
.flow_ver02 {
  width: 100%; }

.flow_ver02_in .title {
  font-size: 3.2rem;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center; }

.flow_txt_arr {
  float: left;
  width: calc(33.33333% - 20px); }
  .flow_txt_arr .txt {
    text-align: center;
    padding: 1.95rem 6%;
    line-height: 1.5;
    position: relative; }

.flow_txt_arr:not(:last-child) {
  margin-right: 30px; }
  .flow_txt_arr:not(:last-child) .txt::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 0 3rem 25px;
    position: absolute;
    top: calc(50% - 3rem);
    left: 100%; }

.flow_txt_arr .detail {
  padding: 16px 7% 24px; }

@media only screen and (max-width: 979px) {
  .flow_txt_arr {
    width: calc(33.33333% - 18px); }
  .flow_txt_arr:not(:last-child) {
    margin-right: 27px; }
    .flow_txt_arr:not(:last-child) .txt::after {
      border-width: 2.5rem 0 2.5rem 20px;
      top: calc(50% - 2.5rem); }
  .flow_txt_arr .txt {
    padding: 1.45rem 6%; } }

@media only screen and (max-width: 690px) {
  .flow_ver02 {
    padding: 30px 0 5px; }
  .flow_ver02_in .title {
    font-size: 2.8rem;
    margin-bottom: 20px; }
  .flow_txt_arr {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    position: relative; }
  .flow_txt_arr:not(:last-child) .txt::after {
    display: none; }
  .flow_txt_arr:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    top: calc(100% + 20px - 7px);
    left: calc(50% - 5px); } }

/***-----02-----***/
/*.flow_ver02_2_in{
	max-width: 1100px;
	width: calc(100% - 5%);
	margin-right: auto;
	margin-left: auto;
}*/
.flow_ver02_2_in .title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center; }

.flow_ver02_2 .flow_txt {
  float: left;
  width: calc(33.33333% - 40px);
  position: relative; }

.flow_ver02_2 .flow_txt:not(:last-child) {
  margin-right: 60px; }

.flow_ver02_2 .flow_txt:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(100% + 30px - 8px); }

.flow_ver02_2 .flow_txt .txt {
  text-align: center;
  padding: 15px 6%; }

.flow_ver02_2 .flow_txt .detail {
  padding: 16px 7% 24px; }

@media only screen and (max-width: 979px) {
  .flow_ver02_2 .flow_txt {
    width: calc(33.33333% - 24px); }
  .flow_ver02_2 .flow_txt:not(:last-child) {
    margin-right: 36px; }
  .flow_ver02_2 .flow_txt:not(:last-child)::after {
    left: calc(100% + 18px - 8px); } }

@media only screen and (max-width: 690px) {
  .flow_ver02_2 .flow_ver02_2_in .title {
    font-size: 28px;
    margin-bottom: 20px; }
  .flow_ver02_2 .flow_txt {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px; }
  .flow_ver02_2 .flow_txt:not(:last-child)::after {
    border-width: 14px 10px 0 10px;
    top: calc(100% + 20px - 7px);
    left: calc(50% - 5px); } }


.flowArea {
    display: flex;
    justify-content: space-between;
}
.flowArea .innBox {
    position: relative;
    /* display: flex; */
    border: 1px solid #999;
}
.flowArea .titl {
    width: 40px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    padding: 20px 0;
    line-height: 3;
}
.flowArea .innBox::after {
    content: "";
    border-style: solid;
    border-width: 12px 0 12px 16px;
    position: absolute;
    top: 50%;
    left: 100%;
    border-color: transparent transparent transparent #999;
    margin-top: -16px;
}
.flowArea .innBox:last-child::after{
  display: none;
}
@media only screen and (max-width: 690px) {
  .flowArea, .flowArea .innBox {
      display: block;
  }
  .flowArea .innBox{
    margin-bottom: 20px;
  }
  .flowArea .titl {
      width: auto;
      -ms-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      display: block;
      padding: 10px;
      line-height: 1.2;
  }
  .flowArea .innBox::after {
      content: "";
      border-width: 12px 16px 0 16px;
      top: auto;
      left: 50%;
      border-color: #999 transparent transparent transparent;
      margin-top: auto;
      bottom: -12px;
      margin-left: -8px;
  }

}




/*-----------------------------------------------------------------*/
/*　flow 03 */
/*-----------------------------------------------------------------*/
.flow_ver03 {
  margin-bottom: 40px;
  display: table;
  width: 100%; }
  .flow_ver03 .flow_item {
    display: table-cell;
    vertical-align: middle;
    width: 2em;
    min-width: 100px;
    max-width: 160px;
    text-align: center;
    padding: 4% 2%;
    font-size: 12px;
    position: relative; }
    .flow_ver03 .flow_item .finum {
      margin-bottom: 30px;
      position: relative;
      letter-spacing: .1em;
      font-weight: bold; }
      .flow_ver03 .flow_item .finum::after {
        content: "";
        width: 16px;
        height: 2px;
        position: absolute;
        bottom: -15px;
        left: calc(50% - 8px); }
    .flow_ver03 .flow_item::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 12px 0 12px;
      position: absolute;
      bottom: -30px;
      left: calc(50% - 12px); }
  .flow_ver03 .flow_txt {
    display: table-cell;
    vertical-align: middle;
    padding: 1.5em;
    border-width: 1px;
    border-style: solid; }
  .flow_ver03 .finumtxt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px; }

@media only screen and (max-width: 691px) {
  .flow_ver03 {
    position: relative; }
    .flow_ver03 .flow_item {
      display: block;
      width: 100%;
      max-width: 100%;
      text-align: left;
      padding: 1em 1.5em; }
      .flow_ver03 .flow_item .finum {
        margin-bottom: 0;
        margin-right: 5px;
        display: inline-block;
        font-size: 12px; }
        .flow_ver03 .flow_item .finum::after {
          display: none; }
      .flow_ver03 .flow_item::after {
        display: none; }
    .flow_ver03 .flow_txt {
      display: block;
      width: 100%;
      padding: 5% 15px; }
    .flow_ver03::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 12px 0 12px;
      position: absolute;
      bottom: -30px;
      left: calc(50% - 12px); }
    .flow_ver03 .finumtxt {
      font-size: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 8px; }
  .flow_ver03 .col_l {
    margin-top: 0; }
  .flow_ver03 .flow_txt {
    padding-bottom: 1em; } }

.flow_ver03.last .flow_item::after,
.flow_ver03.last::after {
  display: none; }

/*-----------------------------------------------------------------*/
/* 一日の流れ スケジュール */
/*-----------------------------------------------------------------*/
.schedule_main {
  position: relative; }

.schedule_main_img img {
  border-radius: 50%; }

.schedule_main_intro {
  position: absolute;
  top: 50px;
  right: 0;
  width: 35%;
  padding-right: 5%; }

.schedule_line {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 0; }

.schedule_line.top {
  padding-top: 80px; }

.schedule_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 4px);
  width: 8px;
  height: 100%;
  z-index: -1; }

.leftside {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.rightside {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.schedule_line_time {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 32px;
  margin-left: 32px;
  width: 100px; }

.schedule_line_time .item {
  background-color: #282F3A;
  line-height: 80px;
  font-size: 20px;
  letter-spacing: -.01em;
  text-align: center; }

.schedule_line_txt {
  border-style: solid;
  border-width: 2px;
  width: calc(100% - 80px - 40%);
  position: relative;
  display: block; }

.schedule_line_txt_in {
  padding: 24px 24px 16px; }

.schedule_line_txt.leftside::after,
.schedule_line_txt.rightside::before {
  content: "";
  width: 4px;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px; }

.schedule_line_txt.leftside::after {
  right: -2px; }

.schedule_line_txt.rightside::before {
  left: -2px; }

.schedule_line_txt dl {
  margin-bottom: 16px; }

.schedule_line_txt dt {
  margin-bottom: 4px;
  font-size: 2rem;
  font-weight: 300; }

.schedule_line_img {
  width: calc(100% - 80px - 40%); }

@media only screen and (max-width: 979px) {
  #contents .schedule_line_img img {
    max-width: 280px; }
  .schedule_main_intro {
    width: 30%;
    padding-right: 0; } }

@media only screen and (max-width: 690px) {
  .schedule_main {
    position: static; }
  .schedule_main_img img {
    max-width: 200px; }
  .schedule_main_intro {
    position: static;
    width: 100%;
    padding: 16px;
    margin: 16px auto 0; }
  .schedule_line {
    display: block; }
  .schedule_line.top {
    padding-top: 40px; }
  .schedule_line::before {
    left: 26px;
    width: 8px; }
  .schedule_line_time {
    float: left;
    margin-right: 0;
    margin-left: 0;
    width: 60px; }
  .schedule_line_time .item {
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: 200; }
  .schedule_line_txt {
    width: calc(100% - 70px);
    margin-left: 70px; }
  .schedule_line_txt_in {
    padding: 8px 16px 0; }
  .schedule_line_txt.leftside::after {
    display: none; }
  .schedule_line_txt.leftside::before {
    content: "";
    width: 4px;
    height: calc(100% + 4px);
    position: absolute;
    top: -2px; }
  .schedule_line_txt.leftside::before {
    left: -2px; }
  .schedule_line_txt dl {
    margin-bottom: 8px; }
  .schedule_line_txt dt {
    font-size: 1.6rem;
    margin-bottom: 0; }
  .schedule_line_txt dd {
    font-size: 1.4rem; }
  .schedule_line_img {
    width: calc(100% - 70px);
    margin: 16px 0 20px 70px; }
  #contents .schedule_line_img img {
    max-width: 200px; } }

/*-----------------------------------------------------------------*/
/*　flow 03 歴史 年表　*/
/*-----------------------------------------------------------------*/
.flow_ver03_num {
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1; }
  .flow_ver03_num .flow_ver03_num_s {
    font-size: 60%;
    padding-left: 5px; }

.flow_ver03_tab {
  position: relative;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px; }
  .flow_ver03_tab::before {
    content: "";
    border-style: solid;
    border-width: 0 0 0 2px;
    position: absolute;
    left: 75px;
    top: 8px;
    height: 100%; }
  .flow_ver03_tab .flow_ver03_img {
    width: 40%;
    padding: 0 40px 0 160px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flow_ver03_tab .flow_ver03_con {
    width: 60%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.flow_ver03_title {
  font-size: 32px;
  line-height: 1.4; }

.flow_ver03.imgnon .flow_ver03_con {
  padding: 0 0 0 160px;
  width: 100%; }

@media only screen and (max-width: 979px) {
  .flow_ver03_num {
    font-size: 48px; }
  .flow_ver03_tab::before {
    left: 60px; }
  .flow_ver03_tab .flow_ver03_img {
    width: 40%;
    padding: 0 32px 0 100px; }
  .flow_ver03_tab .flow_ver03_con {
    width: 60%; }
  .flow_ver03_title {
    font-size: 28px; }
  .flow_ver03.imgnon .flow_ver03_con {
    padding: 0 0 0 100px; } }

@media only screen and (max-width: 690px) {
  .flow_ver03_num {
    font-size: 36px; }
  .flow_ver03_tab {
    padding-top: 16px;
    display: block; }
    .flow_ver03_tab::before {
      left: 20px; }
    .flow_ver03_tab .flow_ver03_img {
      width: 100%;
      padding: 0 0 0 45px;
      margin: 16px auto 0;
      max-width: 300px; }
    .flow_ver03_tab .flow_ver03_con {
      width: 100%;
      padding: 0 0 0 45px;
      font-size: 90%;
      line-height: 1.4; }
  .flow_ver03.imgnon .flow_ver03_con {
    padding: 0 0 0 45px; }
  .flow_ver03_title {
    font-size: 24px;
    line-height: 1.4; } }

/*-----------------------------------------------------------------*/
/*　flow 04 採用 流れ　*/
/*-----------------------------------------------------------------*/
.flow_ver04 {
  position: relative;
  padding-top: 24px; }

.flow_ver04.top {
  padding-top: 0; }

.flow_ver04::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: calc(24px + 24px);
  top: 0;
  z-index: -1; }

.flow_ver04.last::before {
  display: none; }

.flow_ver04_u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px; }

.flow_ver04_num {
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center; }

.flow_ver04_name {
  margin-left: 32px;
  font-size: 24px;
  font-weight: bold; }

.flow_ver04_time {
  margin-left: 24px;
  padding-left: 24px;
  position: relative;
  font-weight: bold; }

.flow_ver04_time::before {
  font-family: FontAwesome;
  content: "\f017";
  display: inline-block;
  font-size: 18px;
  margin-right: 4px; }

.flow_ver04_d {
  margin-left: calc(32px + 48px + 24px);
  margin-top: 16px;
  padding-bottom: 24px;
  border-width: 0 0 1px 0;
  border-style: dotted; }

.flow_ver04_info .info {
  display: inline-block; }

.flow_ver04_info .info + .info {
  border-width: 0 0 0 2px;
  border-style: solid;
  padding-left: 16px;
  margin-left: 16px;
  line-height: 1; }

.flow_ver04_info .time {
  margin-left: 10px; }

.flow_ver04_info .time::before {
  font-family: FontAwesome;
  content: "\f017";
  display: inline-block;
  font-size: 18px;
  margin-right: 4px; }

@media only screen and (max-width: 690px) {
  .flow_ver04 {
    padding-bottom: 16px;
    padding-top: 16px; }
  .flow_ver04::before {
    left: 24px; }
  .flow_ver04_u {
    padding-left: 0; }
  .flow_ver04_num {
    font-size: 18px; }
  .flow_ver04_name {
    margin-left: 20px;
    font-size: 20px; }
  .flow_ver04_d {
    padding-left: calc(20px + 48px);
    margin-top: 8px; } }

/*-----------------------------------------------------------------*/
/* 基本設定 */
/*-----------------------------------------------------------------*/
.rss_box dl {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-width: 0 0 1px 0;
  border-style: solid; }

.rss_box dl:after {
  content: "";
  display: table;
  clear: both; }

.rss_date {
  float: left;
  width: 12%; }

.rss_title {
  float: right;
  width: 88%;
  padding-left: 20px; }

.rss_title a {
  text-decoration: underline; }

.rss_contents {
  clear: both;
  padding: 5px 0 0 calc(12% + 20px);
  font-size: .9em; }

.rss_new {
  display: inline-block;
  padding: 3px 12px 2px;
  font-size: 10px;
  margin-right: 10px;
  vertical-align: middle; }

@media only screen and (max-width: 979px) {
  .rss_date {
    width: 14%; }
  .rss_title {
    width: 86%; }
  .rss_contents {
    padding-left: calc(14% + 15px); } }

@media only screen and (max-width: 690px) {
  .rss_date,
  .rss_title {
    width: 100%;
    float: none; }
  .rss_date {
    font-size: .85em; }
  .rss_title {
    padding: 3px 0; }
  .rss_contents {
    padding: 5px 0 0 0; } }

/* 2個目以降非表示 スライドで表示 ----------*/
.rss_tggle {
  position: relative; }

.rss_tggle .rss_contents {
  display: none; }

#close {
  display: none; }

#rss_open {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }

#rss_open::before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center; }

#rss_open.active::before {
  content: "\f00d"; }

.rss_tggle .rss_box {
  width: calc(100% - 40px - 20px);
  margin-right: 20px; }

/*-----------------------------------------------------------------

TOP_NEWS-A

-----------------------------------------------------------------*/
#top_rss_a .rss_date {
  width: 100px; }

#top_rss_a .rss_title {
  width: calc(100% - 100px); }

#top_rss_a .col_l {
  width: calc(18.5% * 3.8 + 1.875% * 2); }

#top_rss_a .col_r {
  width: calc(100% - (18.5% * 3.8 + 1.875% * 2) - 24px); }

#top_rss_a .btn {
  float: right; }

@media only screen and (max-width: 979px) {
  #top_rss_a .col_l {
    float: none;
    width: 100%; }
  #top_rss_a .col_r {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 50px; } }

@media only screen and (max-width: 690px) {
  .rss_date, .rss_title {
    width: 100%; }
  .rss_box dl {
    margin-bottom: 10px; }
  #top_rss_a .btn {
    float: none; } }

/*-----------------------------------------------------------------

TOP_NEWS-B

-----------------------------------------------------------------*/
#top_rss_b {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0; }
  #top_rss_b .col_bg {
    border-style: solid;
    border-width: 1px;
    padding: 40px 24px; }
  #top_rss_b .col {
    width: calc((100% - 40px) / 2); }

.top_rss_b_con dl {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 0 0 1px 0; }
  .top_rss_b_con dl .rss_date {
    display: block;
    width: 100%;
    float: none; }
  .top_rss_b_con dl .rss_title {
    display: block;
    width: 100%;
    padding-left: 0;
    float: none; }
  .top_rss_b_con dl .rss_contents {
    display: none; }

@media only screen and (max-width: 979px) {
  #top_rss_b .col {
    width: calc((100% - 24px) / 2); } }

@media only screen and (max-width: 690px) {
  #top_rss_b {
    padding: 40px 0; }
    #top_rss_b .col {
      width: 100%; }
    #top_rss_b .col_bg {
      padding: 32px 24px; } }

/*-----------------------------------------------------------------

TOP_NEWS-C

-----------------------------------------------------------------*/
#top_rss_c {
  padding: 48px 0 32px;
  /*bottom値、top-16px*/ }
  #top_rss_c .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

#top_rss_c .title {
  font-size: 32px;
  position: relative;
  line-height: 1;
  display: inline-block; }
  #top_rss_c .title::after {
    content: "";
    width: 60px;
    height: 1px;
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle; }

#top_rss_c .rss_box {
  padding-left: 4em; }

#top_rss_c dl {
  border-bottom: none;
  padding-bottom: 0; }

@media only screen and (max-width: 979px) {
  #top_rss_c .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #top_rss_c .title {
    font-size: 28px;
    margin-right: 100px;
    margin-bottom: 16px; }
    #top_rss_c .title::after {
      width: 40px;
      top: 14px;
      left: calc(100% + 14px); }
  #top_rss_c .rss_box {
    padding-left: 0; } }

/*-----------------------------------------------------------------

TOP_NEWS-D

-----------------------------------------------------------------*/
#top_rss_d {
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.rss_d_name {
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
  margin-bottom: 4px; }
  .rss_d_name .rss_date {
    width: 158px;
    padding: 8px 20px;
    font-size: 15px;
    position: relative; }
    .rss_d_name .rss_date::after {
      content: ":";
      display: inline-block;
      position: absolute;
      right: 0; }
  .rss_d_name .rss_title {
    width: calc(100% - 158px);
    padding: 8px 16px 8px 40px;
    font-size: 15px; }

.top_rss_d_con {
  padding: 0 16px; }
  .top_rss_d_con .rss_date {
    width: 158px;
    padding: 8px 20px;
    font-size: 15px;
    position: relative; }
    .top_rss_d_con .rss_date::after {
      content: ":";
      display: inline-block;
      position: absolute;
      right: 0; }
  .top_rss_d_con .rss_title {
    width: calc(100% - 158px);
    padding: 8px 16px 8px 40px;
    font-size: 15px; }
  .top_rss_d_con .rss_contents {
    display: none; }

.top_rss_d_con dl {
  padding: 10px 0;
  border-style: solid;
  border-width: 0 0 1px 0; }
  .top_rss_d_con dl::after {
    content: "";
    display: table;
    clear: both; }

@media only screen and (max-width: 690px) {
  #top_rss_d {
    padding: 50px 0; }
  .rss_d_name .rss_date {
    width: 100%;
    position: static;
    padding: 8px 0 0; }
    .rss_d_name .rss_date::after {
      padding-left: 16px;
      position: static; }
  .rss_d_name .rss_title {
    width: 100%;
    padding: 0 0 8px; }
  .top_rss_d_con .rss_date {
    width: 100%;
    position: static;
    padding: 8px 0 0; }
    .top_rss_d_con .rss_date::after {
      padding-left: 16px;
      position: static; }
  .top_rss_d_con .rss_title {
    width: 100%;
    padding: 0 0 8px; } }

/*-----------------------------------------------------------------

TOP_NEWS-E

-----------------------------------------------------------------*/
#top_rss_e {
  padding: 70px 0; }

#top_rss_e .rss_box {
  background-color: #ffffff;
  padding: 32px 32px 8px; }

#top_rss_e .rss_box dl {
  border: none;
  padding-bottom: none;
  margin-bottom: 16px; }

#top_rss_e .btn {
  float: right; }

@media only screen and (max-width: 690px) {
  #top_rss_e {
    padding: 60px 0; }
  #top_rss_e .btn {
    float: none; }
  #top_rss_e .rss_box {
    padding: 16px 16px 8px; }
  #top_rss_e .rss_box dl {
    margin-bottom: 0; } }

/*-----------------------------------------------------------------

NEWS-F

-----------------------------------------------------------------*/
.rss_f {
  border: 1px solid #dddddd; }

.rss_f_title {
  font-size: 20px;
  font-weight: bold;
  padding: 12px 24px;
  border-bottom: 1px solid #dddddd; }

.rss_f dl {
  border-bottom: none;
  padding-bottom: 0; }

.rss_f dl:last-child {
  margin-bottom: 0; }

.rss_f .rss_contents {
  display: none; }

.rss_f_wrap {
  height: 240px;
  padding: 20px 32px; }

.rss_f_in {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px; }

.rss_f .rss_box {
  padding-right: 40px; }

@media only screen and (max-width: 979px) {
  .rss_f_wrap {
    padding: 20px 16px; } }

/*-----------------------------------------------------------------*/
/* 特徴　強み　選ばれる理由 企業理念 など */
/*-----------------------------------------------------------------*/
.col_vm_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .col_vm_area .col_vm_block {
    width: 50%; }
    .col_vm_area .col_vm_block img {
      width: 100%;
      height: auto;
      display: block; }
  .col_vm_area .col_vm_txt {
    padding: 48px 4em; }

.col_vm_opp .col_vm_txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.col_vm_opp .col_vm_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (max-width: 979px) {
  .col_vm_area {
    background-color: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px; }
    .col_vm_area .col_vm_block {
      width: 100%; }
      .col_vm_area .col_vm_block img {
        width: 80%;
        margin: -24px auto 0; }
    .col_vm_area .col_vm_txt {
      padding: 24px 32px 48px; }
    .col_vm_area .col_vm_img {
      height: 240px;
      width: 80%;
      margin: -24px auto 0; }
  .col_vm_opp .col_vm_txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .col_vm_opp .col_vm_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

/* 企業理念 *****************/
.rinen {
  text-align: center;
  font-size: 32px; }
  .rinen > p {
    display: inline-block;
    position: relative; }
    .rinen > p::after {
      content: "";
      height: 1px;
      position: absolute;
      right: -50px;
      top: 50%;
      width: 30px; }
    .rinen > p::before {
      content: "";
      height: 1px;
      left: -50px;
      position: absolute;
      top: 50%;
      width: 30px; }

@media only screen and (max-width: 690px) {
  .rinen {
    font-size: 26px; } }

/*-----------------------------------------------------------------*/
/*　faq QA　よくある質問 */
/*-----------------------------------------------------------------*/
/* Default
--------------------------*/
.qa_q::after, .qa_a::after {
  content: "";
  display: table;
  clear: both; }

.qa_q {
  padding: 12px 16px; }

.qa_q .init, .qa_a .init,
.qa_click_q .init, .qa_click_a .init,
.qa_q .txt, .qa_a .txt,
.qa_click_q .txt, .qa_click_a .txt {
  display: table-cell;
  vertical-align: top;
  line-height: 1.6; }

.qa_q .txt, .qa_a .txt,
.qa_click_q .txt, .qa_click_a .txt {
  vertical-align: middle; }

.qa_a {
  padding: 24px 16px 0 16px; }

/* click
--------------------------*/
.qa_click_q {
  padding: 12px 40px 12px 16px;
  position: relative;
  cursor: pointer; }

.qa_click_q::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 12px;
  width: 24px;
  height: 24px; }

.qa_click_q::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.qa_click_q.active::after {
  top: 21px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: none;
  border-left: none; }

.qa_click_a {
  padding: 24px 16px 0 16px; }

/* Default and click common
--------------------------*/
.qa .init,
.qa_click .init {
  font-size: 24px;
  line-height: 1;
  padding-right: 10px; }

.qa_q .txt,
.qa_click_q .txt {
  font-size: 120%; }

/* simple
--------------------------*/
.qa_q_simple,
.qa_a_simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .qa_q_simple .init,
  .qa_a_simple .init {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    font-size: 2.8rem;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    line-height: 43px; }
  .qa_q_simple .txt,
  .qa_a_simple .txt {
    width: calc(100% - 50px - 20px); }

.qa_a_simple .init {
  border-width: 2px;
  border-style: solid;
  line-height: 48px; }

.qa_q_simple {
  margin-bottom: 10px; }

.qa_a_simple {
  padding-top: 10px; }

@media only screen and (max-width: 690px) {
  .qa_q {
    padding: 8px 10px; }
  .qa_a {
    padding: 16px 0 0; }
  .qa_click_a {
    padding: 20px 0 0 0; }
  .qa_click_q {
    padding: 10px 10px 25px 10px; }
  .qa_click_q::before {
    display: none; }
  .qa_click_q::after {
    right: 50%;
    margin-right: -4px;
    top: 75%; }
  .qa_click_q.active::after {
    top: 80%; }
  .qa_q_simple .init,
  .qa_a_simple .init {
    width: 30px;
    height: 30px;
    margin-right: 16px;
    font-size: 2rem;
    line-height: 22px; }
  .qa_q_simple .txt,
  .qa_a_simple .txt {
    width: calc(100% - 30px - 16px); }
  .qa_a_simple .init {
    line-height: 26px; }
  .qa_q .txt, .qa_click_q .txt {
    font-size: 100%; } }

/*-----------------------------------------------------------------*/
/*　サイトマップ */
/*-----------------------------------------------------------------*/
#sitemap {
  padding-bottom: 30px; }

#sitemap li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none; }

#sitemap ul {
  padding: 0 0 5px 25px; }

#sitemap ul li {
  margin: 5px 0;
  padding: 0; }

#sitemap li::before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  font-size: 14px;
  padding-right: 3px;
  position: relative;
  text-decoration: none; }

#sitemap > li::before {
    font-family: FontAwesome;
    content: "\025b6";
    display: inline-block;
    font-size: 12px;
    padding-right: 3px;
    position: relative;
    text-decoration: none;
}

/*-----------------------------------------------------------------*/
/* リスト */
/*-----------------------------------------------------------------*/
.list_col2 {
  font-size: 0; }

.list_col2 li {
  display: inline-block;
  width: 49%; }

.list_col2 li:not(:last-child) {
  margin-right: 2%; }

.list_col3 {
  font-size: 0; }

.list_col3 li {
  display: inline-block;
  width: 32%; }

.list_col3 li:not(:last-child) {
  margin-right: 2%; }

/*-----------------------------------------------------------------*/
/* page contact */
/*-----------------------------------------------------------------*/
.colcontact {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  text-align: center;
  padding: 30px 15px; }
  .colcontact .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  .colcontact .telnum {
    margin-top: 15px;
    font-size: 32px;
    font-weight: bold; }
    .colcontact .telnum::before {
      font-family: FontAwesome;
      content: "\f095";
      display: inline-block;
      padding-right: 5px;
      vertical-align: middle;
      font-size: 22px;
      margin-right: 5px;
      font-size: 30px; }
  .colcontact .teltime {
    font-size: 12px; }

@media only screen and (max-width: 690px) {
  .colcontact {
    width: 100%; }
    .colcontact .title {
      font-size: 18px; }
    .colcontact .telnum {
      font-size: 26px; } }

/*-----------------------------------------------------------------*/
/* side contact */
/*-----------------------------------------------------------------*/
.sidecontact {
  margin-bottom: 30px;
  text-align: center; }
  .sidecontact .sidecontact_in {
    padding: 15px; }
    .sidecontact .sidecontact_in .title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
    .sidecontact .sidecontact_in .telnum {
      margin-top: 15px;
      font-size: 26px;
      font-weight: bold; }
    .sidecontact .sidecontact_in .teltime {
      font-size: 12px; }

/*-----------------------------------------------------------------*/
/* form contact */
/*-----------------------------------------------------------------*/
.formflow li:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: -25px; }

.formflow li:after {
  border-width: 2px 2px 0 0;
  border-style: solid; }

.formflow.last li.prev {
  padding: 10px; }

/*-----------------------------------------------------------------*/
/* sub search */
/*-----------------------------------------------------------------*/
.sub_search {
  width: 80%;
  max-width: 640px;
  margin: 60px auto 0; }

.sub_search input {
  border: medium none;
  border-radius: 0;
  display: block;
  height: 48px;
  padding: 0 1em; }
  .sub_search input.search_txt {
    width: calc(100% - 50px);
    font-size: 16px;
    float: left; }
  .sub_search input.submit_btn {
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
    border: medium none;
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
    width: 50px;
    float: right; }

.sub_search input.search_txt {
  background-color: #f5f5f5;
  color: #777777; }

.sub_search input.submit_btn {
  background-color: #555555;
  background-image: url("../image/common/icon_search.png"); }

@media only screen and (max-width: 690px) {
  .sub_search {
    width: 100%; } }

/*-----------------------------------------------------------------*/
/* submain area A */
/*-----------------------------------------------------------------*/
.col2_vm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /*.flt_vm{display: flex;}*/ }
  .col2_vm .flt_vm, .col2_vm .flr_vm {
    width: 50%;
    /*align-items: center;*/ }

.col2_vm .area_k_box {
  padding: 0.5em 1.5em; }

.sm_a_area .sm_a_block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .sm_a_area .sm_a_block .sm_a_block_in {
    padding: 3em; }

.sm_a_area.reverse .col2_vm .flt_vm {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.sm_a_area.reverse .col2_vm .flr_vm {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.sm_a_area.imgdan .flr_vm {
  width: 33.333%; }

.sm_a_area.imgdan .flt_vm {
  width: 66.666%; }

@media only screen and (max-width: 979px) {
  .col2_vm .area_k_box {
    padding: 0 0 24px; }
  .col2_vm {
    display: block;
    /*.flr_vm{
			height: 240px;
		}*/ }
    .col2_vm .flt_vm, .col2_vm .flr_vm {
      width: 100%;
      display: block; }
  /*.sm_a_area.reverse .sm_a_block,
	.sm_a_area .sm_a_block{padding: 5% 8%;}*/
  .sm_a_area.imgdan .flr_vm {
    width: 100%; }
  .sm_a_area.imgdan .flt_vm {
    width: 100%; } }

@media only screen and (max-width: 690px) {
  .col2_vm .area_k_box {
    padding: 0 0 16px; }
  .sm_a_area.reverse .sm_a_block .sm_a_block_in,
  .sm_a_area .sm_a_block .sm_a_block_in {
    padding: 24px 1em; } }

/*-----------------------------------------------------------------*/
/* submain area B */
/*-----------------------------------------------------------------*/
.sm_b_area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 56px 0; }

.sm_b_block {
  padding: 4%; }

/*-----------------------------------------------------------------*/
/* submain area C */
/*-----------------------------------------------------------------*/
.sm_c_area_txt {
  position: relative;
  z-index: 2;
  margin: -60px auto 0;
  padding: 2em 3em;
  width: 88%; }

@media only screen and (max-width: 979px) {
  .sm_c_area_txt {
    margin: -60px auto 0;
    padding: 2em 3em;
    width: 90%; } }

@media only screen and (max-width: 690px) {
  .sm_c_area_txt {
    margin: -40px auto 0;
    padding: 1.5em; } }

/*-----------------------------------------------------------------*/
/* submain area D */
/*-----------------------------------------------------------------*/
.col2_vm_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .col2_vm_v2 .flt_vm, .col2_vm_v2 .flr_vm {
    width: 50%;
    position: relative; }
  .col2_vm_v2 .flt_vm {
    padding: 24px;
    left: 8%;
    z-index: 2; }

@media only screen and (max-width: 979px) {
  .col2_vm_v2 {
    display: block; }
    .col2_vm_v2 .flt_vm, .col2_vm_v2 .flr_vm {
      width: 100%; }
    .col2_vm_v2 .flt_vm {
      left: 5%;
      top: 24px;
      width: 90%;
      padding: 32px 24px; }
    .col2_vm_v2 .flr_vm {
      margin-top: -80px; } }

@media only screen and (max-width: 979px) {
  .col2_vm_v2 .flr_vm {
    margin-top: -40px; } }

/*-----------------------------------------------------------------*/
/* submain area E */
/*-----------------------------------------------------------------*/
.sm_e_title {
  padding-top: 40px;
  padding-bottom: 20em; }

.slick-slide.single_slide_in {
  padding: 16px; }

.sm_e_area .single_slide {
  margin-top: -20em; }

.slider-nav-s .slick-track {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  text-align: center; }

.slider-nav-s .slick-slide {
  float: none !important;
  display: inline-block !important;
  border-radius: 50%;
  margin: 0 8px;
  width: 32px !important;
  height: 32px;
  line-height: 32px; }

/*-----------------------------------------------------------------*/
/* sub area C TOPari*/
/*-----------------------------------------------------------------*/
.sub_c_block,
.sub_c_image {
  overflow: hidden;
  position: relative; }

.sub_c_image::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.sub_c_image_txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%; }

.sub_c_caption {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  width: 100%; }

.sub_c_block:hover .sub_c_caption {
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3; }

.sub_c_title {
  font-size: 24px; }

.sub_c_area .flt, .sub_c_area .flr {
  border-width: 0 0.5px 0 0.5px;
  border-style: solid; }

@media only screen and (max-width: 979px) {
  .sub_c_image_txt {
    display: none; }
  .sub_c_caption {
    position: static;
    opacity: 1;
    padding: 10px 8px 0; }
  .sub_c_block:hover .sub_c_caption {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media only screen and (max-width: 690px) {
  .sub_c_area .flt {
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-bottom: 24px; } }

/*-----------------------------------------------------------------*/
/* sub_d_area */
/*-----------------------------------------------------------------*/
.sub_d_area .bigglink {
  position: relative;
  z-index: 0; }
  .sub_d_area .bigglink figcaption {
    padding: 5%; }
  .sub_d_area .bigglink .img100 {
    overflow: hidden; }
    .sub_d_area .bigglink .img100 img {
      -webkit-transition: all 0.3s 0s ease;
      -o-transition: all 0.3s 0s ease;
      transition: all 0.3s 0s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .sub_d_area .bigglink::before {
    content: "";
    display: block;
    height: 100%;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    border: 2px solid rgba(255, 255, 255, 0); }
  .sub_d_area .bigglink.bl-hover::before {
    border-width: 2px;
    border-style: solid; }

.sub_d_area figcaption .txt_link a {
  font-weight: bold; }

.sub_d_area_spyoko .bigglink {
  position: relative;
  z-index: 0; }
  .sub_d_area_spyoko .bigglink figcaption {
    padding: 5%; }
  .sub_d_area_spyoko .bigglink .img100 {
    overflow: hidden; }
    .sub_d_area_spyoko .bigglink .img100 img {
      -webkit-transition: all 0.3s 0s ease;
      -o-transition: all 0.3s 0s ease;
      transition: all 0.3s 0s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .sub_d_area_spyoko .bigglink::before {
    content: "";
    display: block;
    height: 100%;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    border-width: 2px;
    border-style: solid; }
  .sub_d_area_spyoko .bigglink.bl-hover::before {
    border-width: 2px;
    border-style: solid; }

.sub_d_area_spyoko figcaption .txt_link a {
  font-weight: bold; }

@media only screen and (max-width: 690px) {
  .sub_d_area_spyoko .col {
    margin-bottom: 0; }
    .sub_d_area_spyoko .col::before, .sub_d_area_spyoko .col.bl-hover::before {
      display: none; }
  .sub_d_area_spyoko figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sub_d_area_spyoko .img100 {
    width: 35%; }
  .sub_d_area_spyoko figcaption {
    width: 65%;
    padding: 8px .5em; } }

/*-----------------------------------------------------------------*/
/* interview */
/*-----------------------------------------------------------------*/
.interview_txt {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-width: 0 0 2px 0;
  border-style: solid;
  margin: -120px auto 0;
  width: calc(100% - 40px); }

.interview_section .interview_txt {
  -webkit-transition: all .1s ease 0s;
  -o-transition: all .1s ease 0s;
  transition: all .1s ease 0s; }

.interview_section > div.bl-hover .interview_txt a {
  text-decoration: none; }

.interview_section > div.bl-hover .img {
  position: relative; }
  .interview_section > div.bl-hover .img::before {
    opacity: .3;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

@media only screen and (max-width: 979px) {
  .interview_txt {
    padding: 15px;
    margin: -80px auto 0;
    width: calc(100% - 20px); }
  .interview_section > div.bl-hover .img::before {
    display: none; }
  .col4.interview_section .col {
    width: 50%; } }

@media only screen and (max-width: 690px) {
  .interview_section > div {
    margin-bottom: 20px; }
  .interview_txt {
    margin: -100px auto 0;
    width: calc(100% - 40px); } }

/*-----------------------------------------------------------------*/
/* tab switch sub_i_area */
/*-----------------------------------------------------------------*/
.tabswitch_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
  z-index: 2; }
  .tabswitch_list li {
    margin-right: 4px; }
    .tabswitch_list li a {
      display: block;
      padding: 8px 16px;
      border-width: 1px;
      border-style: solid;
      border-bottom: none; }
      .tabswitch_list li a:hover {
        text-decoration: none; }

.tabswitch_con {
  padding: 4%;
  border-width: 1px;
  border-style: solid;
  margin-top: -1px;
  position: relative;
  z-index: 1; }

@media only screen and (max-width: 979px) {
  .tabswitch_con {
    padding: 4% 2%; } }

@media only screen and (max-width: 690px) {
  .tabswitch_con {
    padding: 7%; } }

/*-----------------------------------------------------------------

sub area J

-----------------------------------------------------------------*/
.loopSlide_con {
  position: relative; }

.loopSlide_clip {
  position: relative;
  overflow: hidden; }

.loopSlide_list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.loopSlide_list li {
  float: left;
  /* Horizontal scroll only */
  padding: 0;
  margin: 0;
  width: 320px;
  height: auto;
  list-style: none; }

.loopSlide_list li img {
  display: block; }

/*-----------------------------------------------------------------

sub area K

-----------------------------------------------------------------*/
.sub_k_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px; }

.sub_k_list li {
  width: calc((100% - 8px * 4) / 5);
  margin-left: 8px;
  margin-bottom: 8px;
  list-style: none; }
  .sub_k_list li:nth-child(5n+1) {
    margin-left: 0; }
  .sub_k_list li a {
    display: block;
    position: relative;
    z-index: 0; }

.sub_k_list li a:hover {
  opacity: 0.8; }
  .sub_k_list li a:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-width: 2px;
    border-style: solid;
    z-index: 1; }

@media only screen and (max-width: 690px) {
  .sub_k_list li {
    width: calc((100% - 8px * 2) / 3); }
    .sub_k_list li:nth-child(5n+1) {
      margin-left: 8px; }
    .sub_k_list li:nth-child(3n+1) {
      margin-left: 0; } }

/*-----------------------------------------------------------------

sub area L

-----------------------------------------------------------------*/
.sub_l_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px; }

.sub_l_list li {
  width: calc((100% - 8px * 4) / 5);
  margin-left: 8px;
  margin-bottom: 8px;
  list-style: none; }
  .sub_l_list li:nth-child(5n+1) {
    margin-left: 0; }
  .sub_l_list li a {
    display: block;
    position: relative;
    z-index: 0; }

.sub_l_list li a:hover {
  opacity: 0.8; }
  .sub_l_list li a:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-width: 2px;
    border-style: solid;
    z-index: 1; }

@media only screen and (max-width: 690px) {
  .sub_l_list li {
    width: calc((100% - 8px * 2) / 3); }
    .sub_l_list li:nth-child(5n+1) {
      margin-left: 8px; }
    .sub_l_list li:nth-child(3n+1) {
      margin-left: 0; } }

/*-----------------------------------------------------------------

sub area O

-----------------------------------------------------------------*/
.sub_o_area .col {
  border-width: 1px;
  border-style: solid;
  padding: 2em 0;
  position: relative;
  z-index: 0; }
  .sub_o_area .col::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-width: 1px;
    border-style: solid;
    z-index: -1; }

.sub_o_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sub_o_dl dt {
    width: 30%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    border-width: 0 1px 0 0;
    border-style: dashed; }
    .sub_o_dl dt .txt {
      display: block;
      font-size: 18px;
      margin-bottom: 16px; }
  .sub_o_dl dd {
    width: 76%;
    padding-left: 2em;
    padding-right: 1em; }

@media only screen and (max-width: 979px) {
  .sub_o_dl dd {
    padding-left: 1em; } }

@media only screen and (max-width: 690px) {
  .sub_o_area .col {
    padding: 1.5em 0; }
  .sub_o_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .sub_o_dl dt {
      width: 100%;
      font-size: 32px;
      border-right: none;
      margin-bottom: .5em; }
      .sub_o_dl dt .txt {
        font-size: 16px;
        margin-bottom: 8px; }
    .sub_o_dl dd {
      width: 100%;
      padding: 0 1.5em; } }

/*-----------------------------------------------------------------

sub area P

-----------------------------------------------------------------*/
.sub_p_area_y > .col2_m > .col,
.sub_p_area_t > .col2_m > .col {
  padding: 2em;
  border-width: 1px;
  border-style: solid;
  position: relative;
  z-index: 0; }
  .sub_p_area_y > .col2_m > .col::before,
  .sub_p_area_t > .col2_m > .col::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-width: 1px;
    border-style: solid;
    z-index: -1; }

@media only screen and (max-width: 979px) {
  .sub_p_area_y > .col2_m > .col,
  .sub_p_area_t > .col2_m > .col {
    padding: 1.5em; }
  .sub_p_area_y > .col2_m .col2_m .col,
  .sub_p_area_t > .col2_m .col2_m .col:last-child {
    margin-bottom: 0; } }

@media only screen and (max-width: 690px) {
  .sub_p_area_y > .col2_m .col2_m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .sub_p_area_y > .col2_m .col2_m .col {
      margin-left: 24px;
      width: calc((100% - 24px * 1) / 2); }
      .sub_p_area_y > .col2_m .col2_m .col:first-child {
        margin-left: 0; } }

/*-----------------------------------------------------------------

sub area R

-----------------------------------------------------------------*/
.sub_r_area {
  position: relative;
  padding-bottom: 32px; }
  .sub_r_area::after {
    position: absolute;
    width: 90%;
    top: 0;
    bottom: 0;
    left: 5%;
    right: 5%;
    z-index: -1;
    content: '';
    border-radius: 100% / 50%; }

@media only screen and (max-width: 690px) {
  .sub_r_area::after {
    width: 100%;
    left: 0;
    right: 0; } }

.sub_r_area_2 {
  position: relative;
  padding-bottom: 32px; }
  .sub_r_area_2::after, .sub_r_area_2::before {
    position: absolute;
    bottom: 5px;
    z-index: -1;
    content: '';
    width: 50%;
    height: 0; }
  .sub_r_area_2::after {
    left: 30px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  .sub_r_area_2::before {
    right: 30px;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg); }

@media only screen and (max-width: 690px) {
  .sub_r_area_2::after, .sub_r_area_2::before {
    height: 0; }
  .sub_r_area_2::after {
    left: 10px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  .sub_r_area_2::before {
    right: 10px;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg); } }

/*-----------------------------------------------------------------

sub area S

-----------------------------------------------------------------*/
.sub_s_area .col {
  padding: 24px 3em;
  position: relative; }

@media only screen and (max-width: 979px) {
  .sub_s_area .col {
    padding: 24px 1.5em; } }

@media only screen and (max-width: 690px) {
  .sub_s_area .col {
    padding: 24px 1.5em; }
  .sub_s_num {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 16px;
    line-height: 1;
    font-size: 140%;
    font-weight: bold; }
    .sub_s_num .txt {
      font-size: 50%; } }

/*-----------------------------------------------------------------*/
/* point */
/*-----------------------------------------------------------------*/
/*---*** 01 ***---*/
.point01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.point01 .point_name {
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.2;
  padding: 4px;
  text-align: center;
  width: 90px;
  font-weight: bold; }

.point01 .point_name .txt {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-right: 4px; }

.point01 .point_txt {
  font-size: 20px;
  font-weight: bold;
  padding-left: .5em;
  line-height: 1.3;
  width: calc(100% - 100px); }

@media only screen and (max-width: 690px) {
  .point01 {
    display: block; }
  .point01 .point_name {
    font-size: 14px; }
  .point01 .point_name .txt {
    font-size: 12px; }
  .point01 .point_txt {
    font-size: 20px;
    width: 100%;
    padding-left: 0;
    margin-top: 10px; } }

/*-----------------------------------------------------------------*/
/* guideline06 */
/*-----------------------------------------------------------------*/
.rg_profile {
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px 2em 16px 45%;
  height: 320px;
  display: table;
  width: 100%; }

.rg_profile_in {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100%; }

.gl6_info1, .gl6_info2 {
  position: absolute;
  bottom: 0;
  right: 0; }

.gl6_info1 {
  bottom: 2em;
  font-size: 12px; }

.gl6_info2 {
  font-size: 15px; }

@media only screen and (max-width: 690px) {
  .rg_profile {
    background-repeat: no-repeat;
    background-position: 10% top;
    background-size: auto 240px;
    padding: 240px 16px 0 16px;
    height: auto;
    display: block; }
  .rg_profile_in {
    display: block;
    position: static;
    height: 100%; }
  .gl6_info1, .gl6_info2 {
    position: static;
    bottom: 0;
    right: 0; }
  .gl6_info1 {
    bottom: 2em;
    font-size: 12px; }
  .gl6_info2 {
    font-size: 15px; } }

/*-----------------------------------------------------------------*/
/* guideline08 */
/*-----------------------------------------------------------------*/
.gl08_img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gl08_img_l.imgLiquid_sp {
  height: 500px;
  width: calc(66% - 20px);
  margin-right: 20px; }

.gl08_img_r {
  width: 34%; }

.gl08_img_r .imgLiquid_sp {
  height: 240px; }

.gl08_img_r .imgLiquid_sp + .imgLiquid_sp {
  margin-top: 20px; }

@media only screen and (max-width: 979px) {
  .gl08_img_l.imgLiquid_sp {
    height: 380px; }
  .gl08_img_r .imgLiquid_sp {
    height: 180px; } }

@media only screen and (max-width: 690px) {
  .gl08_img_area {
    display: block; }
  .gl08_img_l.imgLiquid_sp {
    height: auto;
    width: 100%;
    margin-right: 0; }
  .gl08_img_r {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gl08_img_r .imgLiquid_sp {
    height: auto;
    margin-top: 10px;
    margin-right: 5px; }
  .gl08_img_r .imgLiquid_sp + .imgLiquid_sp {
    margin-left: 5px;
    margin-right: 0;
    margin-top: 10px; } }

/*-----------------------------------------------------------------*/
/* top area B */
/*-----------------------------------------------------------------*/
#area_b_tabsp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0; }
  #area_b_tabsp .col {
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    padding-top: 40px; }
    #area_b_tabsp .col .img100 img {
      max-width: 120px;
      height: auto; }
    #area_b_tabsp .col .txtarea {
      padding: 30px 2em 35px;
      text-align: center; }
      #area_b_tabsp .col .txtarea .title {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: bold; }
        #area_b_tabsp .col .txtarea .title a:hover {
          text-decoration: none; }

@media only screen and (max-width: 979px) {
  #area_b_tabsp {
    padding: 30px 0; }
    #area_b_tabsp .col {
      width: 88%;
      margin-left: auto;
      margin-right: auto; } }

@media only screen and (max-width: 690px) {
  #area_b_tabsp {
    padding: 30px 0; }
    #area_b_tabsp .col {
      width: 108%;
      padding: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #area_b_tabsp .col .img100 {
        width: 30%; }
      #area_b_tabsp .col .img100 img {
        max-width: 100%; }
      #area_b_tabsp .col .txtarea {
        padding: 0 0 0 1em;
        width: 70%; }
  #area_b_tabsp .col .txtarea .title {
    line-height: 1.4; } }

/*-----------------------------------------------------------------*/
/* support info */
/*-----------------------------------------------------------------*/
.si_tel, .si_mail {
  font-size: 32px; }

.si_tel::before {
  font-family: FontAwesome;
  content: "\f095";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 22px;
  font-size: 24px; }

.si_mail::before {
  font-family: FontAwesome;
  content: "\f0e0";
  display: inline-block;
  padding-right: 8px;
  /*vertical-align: middle;*/
  font-size: 20px; }

@media only screen and (max-width: 979px) {
  .si_tel, .si_mail {
    font-size: 24px; }
  .si_tel::before {
    font-size: 20px; }
  .si_mail::before {
    font-size: 16px; } }

@media only screen and (max-width: 690px) {
  .si_tel, .si_mail {
    font-size: 22px; }
  .si_tel::before {
    font-size: 16px; }
  .si_mail::before {
    font-size: 14px; } }


/*-----------------------------------------------------------------*/
/* From Top area_q_y */
/*-----------------------------------------------------------------*/
  .arealink .col {
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;}
    .arealink .col .img100 {
        padding: 15px 3px 3px;
    }
      .arealink .col .img100 img {
        border-radius: 6px; 
        height: 40px;
      }
    .arealink .col .area_r_txt {
      padding: 8px 40px 8px 16px;
      position: relative; }
      .arealink .col .area_r_txt::after {
        font-family: FontAwesome;
        content: "\f105";
        padding-right: 4px;
        font-size: 14px;
        text-decoration: none;
        position: relative;
        display: inline-block;
        font-size: 32px;
        padding-right: 0;
        position: absolute;
        right: 8px;
        top: calc(50% - 16px);
        line-height: 1; }
  .arealink .bl-hover {
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    border-width: 1px;
    border-style: solid; }


/*-----------------------------------------------------------------*/
/* LP */
/*-----------------------------------------------------------------*/
body.page_lp #subnav,
body.page_lp #locator_t_under,
body.page_lp > header.header01 > .h_lead_area {
  display: none;
}

body.page_clean_booth #subnav,
body.page_clean_booth #locator_t_under,
body.page_clean_booth > header.header01 > .h_lead_area {
  display: none;
}

.lpInner {
  width: 100%;
  padding: 0 96px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(1160px + 192px);
}

.lp_sp_only {
  display: none;
}

.lpInner img {
  max-width: 100%;
}

.lpContent {
  padding: 64px 0;
}

.lpContent_top {
  padding: 64px 0 0;
}


.lpContent_2 {
  padding: 50px 0;
}

.lpTitle {
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 32px;
  font-weight: bold;
  color: #12559D;
}

.lpTitle span {
  margin-left: 8px;
  font-size: 20px;
}

.lpTitle_2 {
  margin: 48px 0 28px;
  padding: 6px;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #12559D;
}

.lpTitle_3 {
  position: relative;
  margin: 36px 0 24px;
  padding: 4px;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.lpTitle_3 span {
  position: relative;
  display: inline-block;
  width: 340px;
  padding: 10px;
  background-color: #008CC9;
  border-radius: 100px;
}

.lpTitle_3 span::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-top: 14px solid #008CC9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.lpTxt {
  margin-top: -20px;
  text-align: center;
  font-size: 17px;
}

.lpTxt_2 {
  text-align: center;
  font-size: 15px;
}

.lpBgGray {
  background-color: #F5F5F5;
}

.lpBgBlue {
  background-color: #158CC9;
}

.lpBtn {
  max-width: 400px;
  margin: 48px auto 0;
}

.lpBtn a {
  display: block;
  padding: 16px 8px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #F2C72D;
  border-radius: 4px;
}

.lpBtn a:hover {
  opacity: .85;
  text-decoration: none;
}

.lpTable th,
.lpTable td {
  font-size: 16px;
}

.lpTable th {
  color: #fff;
  background-color: #12559D;
}

@media only screen and (max-width: 1200px) {
  .lpInner {
    padding: 0 48px;
    max-width: calc(1280px + 96px);
  }
}

@media only screen and (max-width: 979px) {
  .lp_sp_only {
    display: inline-block;
  }

  .lpContent {
    padding: 48px 0;
  }

  .lpContent_top {
    padding: 48px 0 0;
  }

  .lpContent_2 {
    padding: 30px 0;
  }

  .lpTitle {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .lpTitle span {
    font-size: 17px;
  }
  

  .lpTitle_2 {
    margin: 36px 0 20px;
    font-size: 20px;
  }
  
  .lpTitle_3 {
    position: relative;
    margin: 24px 0 16px;
    font-size: 16px;
  }  

  .lpTxt {
    margin-top: -10px;
    font-size: 15px;
  }

  .lpTxt_2 {
    font-size: 14px;
  }

  .lpInner {
    padding: 0 12px;
  }

  .lpBtn {
  margin-top: 30px;
}

.lpBtn a {
  font-size: 20px;
}

.lpTable th,
.lpTable td {
  font-size: 14px;
}

.lpTable th {
  width: 90px;
}
}

/* 追従バナー */
.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: calc(50% - 150px);
  right: 0;
  line-height: 1.8;
  padding: 24px 16px;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #F2C70F;
  border-radius: 4px 0 0 4px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.floating-banner:hover {
  background-color: #F4CC24;
}

.floating-banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
}

@media screen and (max-width: 1200px) {
  .floating-banner {
    bottom: calc(50% - 125px);
    padding: 20px 14px;
    font-size: 19px;
  }
}

@media screen and (max-width: 979px) {
  .floating-banner {
      display: none;
  }
}

/* MV */
.lpMv {
  display: table;
  width: 100%;
  height: 480px;
  background: url(../../dcms_media/image/lp_mv:bg.png) no-repeat center center;
}

.lpMv_in {
  display: table-cell;
  vertical-align: middle;
}

.lpMvInner {
  width: 100%;
  padding: 0 96px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(1280px + 192px);
}

.lpMvInner img {
  max-width: 100%;
}

.lpMvBox {
  display: flex;
}

.lpMv .left {
  width: 43.9%;
}

.lpMv .right {
  width: 51.4%;
  margin-left: 4.7%;
}

.lpMv h1 {
  margin-top: -10px;
}

.lpMv h2 {
  margin-top: -15px;
}

.lpMvTxt {
  margin-top: 0;
  padding: 2px 5px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #12559D;
  background-color: #fff;
}

.lpMvBtn {
  margin-top: 16px;
  background-color: #FFD200;
}

.lpMvBtn a {
  display: block;
  padding: 12px 5px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #12559D;
}

.lpMvBtn a:hover {
  opacity: .8;
  text-decoration: none;
}

@media only screen and (max-width: 1400px) {
  .lpMv {
    height: 430px;
  }

  .lpMvTxt {
    font-size: 15px;
  }

  .lpMvBtn a {
    font-size: 20px;
  }

}

@media only screen and (max-width: 1200px) {
  .lpMv {
    height: 390px;
  }

  .lpMvInner {
    padding: 0 72px;
    max-width: calc(1280px + 96px);
  }

  .lpMvTxt {
    font-size: 13px;
  }

  .lpMvBtn a {
    font-size: 19px;
  }
}

@media only screen and (max-width: 979px) {
  .lpMv {
  height: auto;
  padding: 30px 0;
  text-align: center;
  background-size: cover;
}

  .lpMvInner {
    padding: 0 12px;
  }

.lpMvBox {
  display: block;
}

.lpMv .left {
  width: 100%;
}

.lpMv .right {
  display: none;
  width: 100%;
  margin-left: 0;
}
}

/* areaA */
.areaA {
  display: flex;
  max-width: 720px;
  margin: auto;
  text-align: center;
  font-weight: bold;
}

.areaA .col {
  width: 30%;
  margin-left: 5%;
}

.areaA .col:first-child {
  margin-left: 0;
}

.areaA img {
  display: block;
  max-width: 180px;
  margin: auto;
}

.areaA .num {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  color: #12559D;
}

.areaA h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #12559D;
}

.areaA .txt {
  font-size: 17px;
}

.areaA .txt span {
  color: #D62424;
  background:linear-gradient(transparent 60%, #ff6 60%);
}

@media only screen and (max-width: 640px) {
  .areaA {
  display: block;
  max-width: 100%;
}

.areaA .col {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

.areaA h3 {
  font-size: 28px;
}

.areaA .txt {
  font-size: 18px;
}
}

/* areaB */
.areaB table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.areaB table th,
.areaB table td {
  width: 20%;
  padding: 14px 3px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: solid 1px #12559D;
}

.areaB table th {
  color: #fff;
  background-color: #12559D;
}

.areaB table td {
  color: #12559D;
}

@media only screen and (max-width: 979px) {
.areaB table {
  border-spacing: 2px;
}

.areaB table th,
.areaB table td {
  font-size: 12px;
}
}

/* areaC */
.areaCbox {
  margin-top: 48px;
  padding: 30px 60px;
  background-color: #fff;
}

.areaCbox h3 {
  position: relative;
  display: inline-grid;
  line-height: 75px;
  padding-left: 95px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #12559D;
}

.lpCr {
  position: absolute;
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 1.15;
  padding-top: 9px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border: solid 1px #12559D;
  border-radius: 100px;
}

.lpCn {
  display: block;
  font-size: 35px;
}

.lpC_image {
  max-width: 820px;
  margin: 0 auto;
}


.areaCsubTitle {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.areaC2box {
  display: flex;
  max-width: 1180px;
  margin: 30px auto 0;
}

.areaC2box .col_1,
.areaC2box .col_2 {
  width: 48%;
}

.areaC2box .col_1 {
  margin-right: 4%;
  border: solid 1px #12329D;
}

.areaC2box .col_2 {
  border: solid 1px #12629D;  
}

.areaC2box .col_1 h4,
.areaC2box .col_2 h4 {
  padding: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.areaC2box .col_1 h4 {
  background-color: #12329D;
}

.areaC2box .col_2 h4 {
  background-color: #12629D;
}

.areaC2box .in {
  padding: 20px;
  text-align: center;
}

.areaC2box .in a {
  text-decoration: underline;
}

.areaC2box .txt {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

.areaC2box .txt span {
  font-size: 32px;
  color: #D62424;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.lpVTitle {
  margin-bottom: 16px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.lpVTitle span {
  position: relative;
}

.lpVTitle span:before {
  position: absolute;
  left: -20px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
     
.lpVTitle span:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}

@media only screen and (max-width: 979px) {
  .areaCbox {
    margin-top: 24px;
    padding: 20px;
  }
  
  .areaCbox h3 {
    font-size: 22px;
  }
  

  .areaCsubTitle {
    font-size: 14px;
  }

  .areaC2box {
    display: block;
  }
  
  .areaC2box .col_1,
  .areaC2box .col_2 {
    width: 100%;
  }
  
  .areaC2box .col_1 {
    margin-right: 0;
  }
    
  .areaC2box .col_1 h4,
  .areaC2box .col_2 h4 {
    font-size: 22px;
  }
  .areaC2box .txt {
    font-size: 18px;
  }
  
  .areaC2box .txt span {
    font-size: 24px;
  }

  .lpVTitle {
    font-size: 18px;
  }
  
}

@media only screen and (max-width: 690px) {
  .areaCbox h3 {
    line-height: 1.3;
    padding-left: 0;
  }
  
  .lpCr {
    display: none;
  }
}

/* youtube */
.lpYoutube {
  max-width: 690px;
  margin: auto;
  text-align: center;
}


@media only screen and (max-width: 690px) {
  .lpYoutube_in {
    position:relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  
  .lpYoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
}

/* areaD */
.areaDbox {
  margin-top: 48px;
  font-size: 16px;
}

.areaDbox .col {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.areaDbox h5 {
  margin: 16px 0 8px;
  font-size: 18px;
  font-weight: bold;
  color: #12329D;
}

.areaDbox .txt {
  flex-shrink: 0;
  margin-bottom: 20px;
}

.lpLink {
  margin-top: auto;
}

.lpLink a {
  max-width: 100%;
  display: block;
  padding: 6px;
  text-align: center;
  color: #12559D;
  background-color: #fff;
  border: solid 1px #12559D;
  border-radius: 4px;
}

.lpLink a:hover {
  color: #fff;
  background-color: #12559D;
  text-decoration: none;
}

.areaDbox .check {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
}

.areaDbox .check::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #12329D;
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 690px) {
  .areaDbox {
    margin-top: 32px;
    font-size: 15px;
  }
  
  .areaDbox h5 {
    font-size: 16px;
  }

  .areaDbox .check {
    font-size: 14px;
  }  
}

/* areaE */
.areaEbox {
  display: flex;
  margin-top: 48px;
}

.areaEbox .col_txt {
  width: 47.0%;
  margin-right: 4.5%;
}

.areaEbox .col_image {
  width: 48.5%;
}

.areaEbox.row {
  flex-flow: row-reverse;
}

.areaEbox.row .col_txt {
  margin-right: 0;
  margin-left: 4.5%;
}

.areaEbox .col_txt h4 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #12559D;
}

.areaEbox .col_txt h4 span {
  margin-right: 8px;
  letter-spacing: 0;
  font-size: 36px;
}

.areaEbox .col_txt table th,
.areaEbox .col_txt table td {
  padding: 10px 12px;
  font-size: 16px;
}

.areaEbox .col_txt table th {
  width: 120px;
  text-align: center;
  background-color: #eee;
  border-bottom: solid 1px #fff;
}

.areaEbox .col_txt table td {
}

.areaEbox .col_image p {
  width: 49%;
  margin-left: auto;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .areaEbox {
    display: block;
    margin-top: 32px;
  }
  
  .areaEbox .col_txt {
    width: 100%;
    margin-right: 0;
  }
  
  .areaEbox .col_image {
    width: 100%;
    margin-top: 20px;
  }
    
  .areaEbox.row .col_txt {
    margin-left: 0;
  }

  .areaEbox .col_txt h4 {
    font-size: 20px;
  }
  
  .areaEbox .col_txt h4 span {
    font-size: 28px;
  }
  
  .areaEbox .col_txt table th,
  .areaEbox .col_txt table td {
    padding: 8px 10px;
    font-size: 14px;
  }
  
  .areaEbox .col_txt table th {
    width: 90px;
  }
}

/* areaF */
.areaF table {
  width: 100%;
}

.areaF table th,
.areaF table td {
  font-size: 16px;
}

.areaF table th {
  color: #fff;
  background-color: #12559D;
}

@media only screen and (max-width: 979px) {
  .areaF table th,
  .areaF table td {
    font-size: 12px;
  }
  
}


/* areaG */
.areaGbox .col {
  margin-bottom: 0;
  padding: 20px;
  border: solid 1px #12559D !important;
}

.areaGbox .col h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #12559D;
}

.areaGbox .col p {
  font-size: 15px;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 979px) {
  .areaGbox .col {
    padding: 15px;
  }
  
  .areaGbox .col h3 {
    font-size: 20px;
  }
  
  .areaGbox .col p {
    font-size: 14px;
  }  
}

/* areaH */
.areaHbox {
  display: flex;
  justify-content: flex-start;
  margin-top: 48px;
}

.areaHbox .col {
  position: relative;
  /*width: 14.285%;*/
  width: 15%;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.areaHbox .col:last-child {
  width: 10%;
}

.areaHbox .col::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #12559D;
  position: absolute;
  top: calc(50% - 25px);
  right: calc(50% - 48px);
}

.areaHbox .col:last-child:before {
  display: none;
}

.areaHbox .col .txt {
  padding: 50px 20px;
  text-align: center;
  letter-spacing: .2em;
  font-size: 20px;
  font-weight: bold;
  color: #12559D;
  border: solid 1px #12559D;
}

@media only screen and (max-width: 1200px) {
  .areaHbox .col::before {
    border-width: 25px 0 25px 20px;
    right: calc(50% - 50px);
  }
  
  .areaHbox .col .txt {
    padding: 40px 15px;
  }
  
}

@media only screen and (max-width: 979px) {
  .areaHbox {
    margin-top: 32px;
  }

  .areaHbox .col::before {
    border-width: 15px 0 15px 12px;
    top: calc(50% - 15px);
    right: calc(50% - 38px);
  }

  .areaHbox .col .txt {
    padding: 35px 15px;
    font-size: 18px;
  } 
}

@media only screen and (max-width: 690px) {
  .areaHbox .col::before {
    border-width: 10px 0 10px 7px;
    top: calc(50% - 10px);
    right: calc(50% - 22px);
  }

  .areaHbox .col .txt {
    padding: 30px 5px;
    font-size: 14px;
  } 

}