@charset "utf-8";
/*  Reset  
////////////////////////////////////////////// */
html {
  scroll-behavior: smooth;
}
address,
table {
  font-style: normal;
}
a,
hr {
  border: 0;
  padding: 0;
}
a,
img,
input,
select {
  vertical-align: bottom;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
hr,
nav,
section {
  display: block;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead tr,
ul {
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0;
  margin: 0;
  padding: 0;
}
a img,
table {
  border: 0;
}
nav ul,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
a {
  font-size: 100%;
  background: 0;
  text-decoration: none;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
hr {
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}
a:hover img {
  opacity: 0.8;
}
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
.svg_img path {
  color: #fff;
  fill: currentColor;
}
/*  Common settings
////////////////////////////////////////////// */
.bold,
.bo {
  font-weight: bold;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.lh15 {
  line-height: 1.5;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  img {
    width: auto;
  }
}
.big {
  font-size: 150%;
}
table {
  margin: 0 auto 2rem;
  width: 96%;
}
table caption {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  /* background: #fff5f5; */
  padding: 0.5rem 0;
}
table th {
  background: #f7f7f7;
}
table th,
table td {
  padding: 0.5rem;
  border: #e0e0e0 solid 1px;
  /* border-bottom: #e0e0e0 solid 1px; */
  box-sizing: border-box;
}
dl.feature {
  border: #ccc solid 1px;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 0 1rem;
  border-radius: 8px;
}
dl.feature dt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}
dl.feature dt,
dl.feature dd {
  padding: 1rem 0.5rem;
}
ul,
ol {
  /* margin-bottom: 2rem; */
  margin: 0 1.1rem 2rem;
}
ul > li,
ol > li {
  margin-bottom: 1rem;
}
ul > li {
  list-style-type: disc;
}
ol > li {
  list-style-type: decimal;
}
dl {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: #ccc dotted 1px;
}
dt {
  font-weight: bold;
  margin-bottom: 1rem;
}
.dt_qa {
  font-size: 1.2rem;
  background: #fff5f5;
  padding: 1rem 0.5rem;
}
.dt_qa::before {
  content: "\f059";
  margin-right: 0.5rem;
  font-family: FontAwesome;
}
:root {
  --main-color: #db1014;
  --sub-color: #0c183c;
}
.red {
  color: var(--main-color);
}
.redbo {
  color: var(--main-color);
  font-weight: bold;
}
.small {
  font-size: 11px;
}
.bg_orange {
  background: #eb7f2e;
  color: #fff;
}
.bg_thin_red {
  background: #fff5f5;
}
.bg_thin_yellow {
  background: #fffed5;
}
.bg_thin_gray {
  background: #f9f9f9;
}
.navy_label {
  background: var(--sub-color);
  color: #fff;
  text-align: center;
}
.blue_label {
  background: #02428a;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  display: inline-block;
  margin-right: 0.5rem;
}
.bg_point {
  background: #f1f1f1;
  margin: 0 1rem 1rem;
  padding: 1rem;
}
.cv_btn {
  text-decoration: none;
  line-height: 1;
  display: block;
  color: #fff;
  /* text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.50); */
  text-align: center;
  /* font-weight: bold; */
  box-shadow: 0 8px #006d23;
  /* background: #00b238; */
  background: #299a0b;
  background: -moz-linear-gradient(top, #3ab717 0%, #299a0b 99%, #196604 100%);
  background: -webkit-linear-gradient(top, #3ab717 0%, #299a0b 99%, #196604 100%);
  background: linear-gradient(to bottom, #3ab717 0%, #299a0b 99%, #196604 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 8px;
  margin-top: 0px;
}
.cv_btn:hover {
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  border-bottom: none;
  box-shadow: none;
}
.scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2rem;
}
.scroll:before {
  content: "⇔ 左右に動かせます";
  font-size: 12px;
  line-height: 20px;
  color: #cc0000;
  display: block;
  text-align: center;
  position: absolute;
}
@media only screen and (min-width: 767px) {
  .scroll:before {
    content: "";
  }
}
.scroll table {
  margin-top: 25px;
}
.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #bcbcbc;
}
.ol_design {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.5em;
}
.ol_design > li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1em 0.5em 1em 30px;
  list-style-type: none;
  line-height: 2;
  border-bottom: #b9b9b9 solid 1px;
}
.ol_design > li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: var(--main-color);
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ol_design > li span {
  font-weight: bold;
  display: block;
  font-size: 110%;
}
.ol_design > li p {
  margin-bottom: 1rem;
}
/* lightbox
----------------------------------------*/
.lightbox {
  text-align: center;
  margin-bottom: 3rem;
}
.lightbox figure {
  margin: 0;
  display: none;
}
.lightbox figure:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.lightbox figure:target .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(14, 14, 14, 0.7);
  text-decoration: none;
  color: inherit;
}
.lightbox figure:target .overlay figcaption {
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px !important;
}
.lightbox figure:target img {
  animation: fadein 0.3s;
  opacity: 1;
  width: 80%;
}
@media only screen and (min-width: 640px) {
  .lightbox figure:target img {
    width: 500px;
  }
}
@keyframes fadein {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* marquee
----------------------------------------*/
.marqueeRightLeft {
  box-sizing: border-box;
  width: auto;
  padding: 0.5em 0;
  margin: 5px 10px 18px;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  color: var(--color-gray);
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #db1014;
}
.mainimg-bg .marqueeRightLeft {
  border: 2px solid #4fbfc0;
}
@media (min-width: 1080px) {
  .marqueeRightLeft {
    margin: 30px auto 30px;
  }
}
.marqueeRightLeft:before {
  content: "重要なお知らせ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.25em;
  padding: 0.7em 0.9em 1em;
  z-index: 5;
  color: #fff;
  background: #db1014;
  /*background: var(--color-red);*/
  border-radius: 6px 0 0 6px;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (min-width: 1080px) {
  .marqueeRightLeft:before {
    padding: 0.7em 1.25em 1em;
  }
}
@media (min-width: 1080px) {
  .marqueeRightLeft:before {
    font-weight: normal;
  }
}
.marqueeRightLeft p:after {
  content: "";
  white-space: nowrap;
}
.marqueeRightLeft p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marqueeRL 20s linear infinite;
  animation: marqueeRL 20s linear infinite;
}
@media (min-width: 1080px) {
  .marqueeRightLeft p {
    font-size: 15px;
  }
}
@-webkit-keyframes marqueeRL {
  from {
    -webkit-transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
  }
}
@keyframes marqueeRL {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
/**/
#new-eyecatch-bg {
  text-align: center;
  background-size: contain;
  -webkit-background-size: contain;
  margin: 0 auto 3rem;
}
#new-eyecatch-bg ul {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  #new-eyecatch-bg {
    width: 1000px;
  }
}
/* #new-eyecatch-bg .glide__arrow {
    background-color: rgba(255, 0, 0, 0.3);
}

#new-eyecatch-bg .glide__arrow--left {
    left: 1em;
}

#new-eyecatch-bg .glide__arrow--right {
    right: 1em;
}

@media screen and (min-width:1000px) {
    #new-eyecatch-bg .glide__arrow--left {
        left: -2em;
        padding: 20px;
    }

    #new-eyecatch-bg .glide__arrow--right {
        right: -2em;
        padding: 20px;
    }
} */
.list_table th {
  white-space: nowrap;
  display: list-item;
  list-style-type: none;
}
.list_table td {
  display: list-item;
  list-style-type: none;
}
@media screen and (min-width: 1000px) {
  .list_table th {
    white-space: nowrap;
    display: table-cell;
  }
  .list_table td {
    display: table-cell;
  }
}
.limit_bg {
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
  /* font-weight: bold; */
  font-size: 110%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #cacaca;
  background: linear-gradient(180.6217841366515deg, rgb(35 7 7) 0.0033783783783785104%, rgb(216 0 0) 0.0033783783783785104%, rgba(158, 2, 9, 1) 92.0304054054054%);
}
.info_bg {
  text-align: center;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #ffecec;
}
@media screen and (min-width: 1000px) {
  .limit_bg {
    width: 1000px;
    margin: 0 auto;
    font-size: 130%;
  }
  .info_bg {
    /* width: 1000px; */
    margin: 0 auto 1rem;
  }
}
/* CLS　*/
.cls {
  position: relative;
  height: 0;
  overflow: hidden;
}
.cls img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* top v6 alpha */
.cls_v6_alpha_img {
  padding-top: calc(381 / 684 * 100%);
}
@media screen and (min-width: 1000px) {
  .cls_v6_alpha_img {
    padding-top: 0;
    height: 381px;
  }
  .cls_v6_alpha_img img {
    width: 684px;
  }
}
/* top recommend topics */
.cls_topics_img {
  padding-top: calc(180 / 320 * 100%);
}
@media screen and (min-width: 1000px) {
  .cls_topics_img {
    padding-top: 0;
    height: 180px;
    width: 320px;
  }
  .cls_topics_img img {
    width: 320px;
  }
}
/*  By device
////////////////////////////////////////////// */
.general_flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexlay_half::not(:last-child) {
  margin-bottom: 2rem;
}
.fl {
  float: none;
  text-align: center;
}
.img_lay,
.img_lay2 {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.img_lay2 img {
  border: #ccc solid 1px;
  display: inline-block;
  padding: 1rem;
  width: auto;
}
#page_top {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-family: "verdana", "Helvetica Neue", "Helvetica", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  text-align: justify;
  color: #333;
  line-height: 1.8;
}
#header_wrapper {
  text-align: center;
  padding: 1rem 0;
}
#header_left .logo {
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  font-family: sans-serif;
  font-style: italic;
  /* margin-bottom: 1rem; */
}
#header_left .logo a {
  color: var(--main-color);
  /* color: #FD8300; */
}
#header_left .logo a span {
  color: #fabf04;
}
#header_center {
  display: none;
}
#header_right {
  display: none;
}
.sitename {
  line-height: 1.4;
  font-size: 10px;
}
@media (min-width: 1000px) {
  .sitename {
    font-size: 12px;
  }
}
#nav-bg {
  /* display: none; */
  /* background: #D80000; */
  background-color: var(--sub-color);
  /* margin-bottom: 1rem; */
}
#nav-bg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
#nav-bg ul li {
  width: 50%;
  height: 44px;
  text-align: center;
  border-bottom: #fff solid 1px;
  box-sizing: border-box;
  list-style-type: none;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  #nav-bg ul li {
    height: auto;
  }
}
#nav-bg ul li:nth-child(even) {
  border-left: #fff solid 1px;
}
#nav-bg ul li a {
  color: #fff;
  display: block;
  padding: 0.6rem 0;
  /* background: linear-gradient(to bottom, #ff9950 0%, #d66406 100%); */
}
#nav-bg ul li a i {
  margin-right: 4px;
}
/* review */
/* #nav-bg ul li:last-child a {
  background: #6bcc00;
} */
.no1 {
  display: block;
  margin: 0 auto 1rem;
  padding: 0;
}
/* @media screen and (min-width:1000px) {
    .no1 {
        height: 145px;
    }
} */
.no1_target {
  text-align: center;
  padding: 0 1rem;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 1rem;
  /* height: auto; */
}
@media screen and (min-width: 1000px) {
  .no1_target {
    height: 23px;
  }
}
.no1_target a {
  color: inherit;
  text-decoration: underline;
}
#contents {
  margin: 0 auto;
  width: 95%;
  padding-bottom: 5rem;
}
#main a:link {
  color: #03c;
  text-decoration: underline;
}
#main a:visited {
  color: #03c;
}
#main a:hover {
  color: #c00;
  text-decoration: none;
}
#main a.img-link::after {
  content: "";
}
a img {
  content: none !important;
}
#main h1 {
  background: var(--sub-color);
  color: #fff;
  clear: both;
  border-left: var(--main-color) solid 8px;
  font-size: 1.5rem;
  padding: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05rem;
}
#main h1 ~ p,
#main h2 ~ p,
#main h3 ~ p,
#main h2 ~ ul,
#main h2 ~ ol,
#main h2 ~ dl,
#main h3 ~ ul,
#main h3 ~ ol,
#main h3 ~ dl,
#main h2 ~ table,
#main h3 ~ table,
#main h4 ~ table {
  padding-left: 1rem;
  padding-right: 1rem;
}
#main > p:not(:last-child) {
  margin-bottom: 1rem;
}
#main section {
  margin: 0 0 3rem;
  clear: both;
}
#main section:last-child {
  margin-bottom: 0;
}
#main h2 {
  /* background: #FFF5F5; */
  font-size: 1.3rem;
  font-weight: bold;
  border-top: var(--main-color) solid 2px;
  border-bottom: var(--main-color) solid 2px;
  padding: 0.5rem 1rem;
  /* color: #0c183c ; */
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* position: sticky; */
  top: 0;
  z-index: 3;
}
#main h3 {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: bold;
  /* text-decoration: underline; */
  /* padding-left: 1rem; */
  padding-right: 1rem;
  margin: 2rem 0;
  clear: both;
  border-bottom: #9a9a9a solid 1px;
}
#main h3::before {
  content: "■";
  margin-right: 0.5rem;
  font-size: 28px;
  color: var(--main-color);
}
#main h4 {
  font-weight: bold;
  /* padding-left: 1rem; */
  padding-right: 1rem;
  margin: 2rem 1rem;
  display: table;
  border-bottom: #333 solid 1px;
  /* text-decoration: underline; */
}
#main h4::before {
  content: "□";
  margin-right: 0.5rem;
  font-size: 1.8rem;
  color: var(--main-color);
}
#main section > p:not(:last-child),
#main section > table:not(:last-child),
#main section > ul:not(:last-child),
#main section > ol:not(:last-child),
#main section > dl:not(:last-child) {
  margin-bottom: 1rem;
}
.index_topics_lay {
  margin-bottom: 2rem;
  overflow: hidden;
}
.index_topics_lay a {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
/* .index_topics_lay a img {
  width: 100%;
} */
.option_box {
  margin-bottom: 2rem;
  border: #ccc solid 1px;
  padding: 0.5rem;
}
.option_box > p {
  margin-bottom: 1rem;
}
#side {
  display: none;
}
/* footer_fix */
#footer_fix {
  background-color: var(--sub-color);
  position: fixed;
  width: 100%;
  z-index: 100;
  border-top: #343d56 solid 1px;
  bottom: -200px;
  transition: opacity, bottom 0.8s linear 0s;
}
#footer_fix_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
#footer_fix.is-active {
  bottom: 0;
  z-index: 10;
  transition: opacity, bottom 0.8s linear 0s;
}
#footer_fix_nav li {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.85em;
  color: #fff;
  list-style-type: none;
  margin-bottom: 0;
}
#footer_fix_nav li:not(:last-child) {
  border-right: 1px solid #343d56;
}
#footer_fix_nav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.75em 0;
}
#footer_fix_nav li i {
  font-size: 22px;
}
.footerFix_copyRight {
  font-size: 10px;
  background-color: #3e3e3e;
  color: #fff;
  text-align: center;
  padding: 0.75em;
  padding-bottom: calc(env(safe-area-inset-bottom) + 0.75em);
}
footer {
  background: #3e3e3e;
  margin-bottom: 7rem;
  clear: both;
}
.footer_inner {
  width: 95%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 2rem 0 1rem;
}
.footer_inner p:first-child {
  margin-bottom: 2rem;
}
.footer_inner a {
  color: #fff;
}
.footer-link {
  text-align: center;
  font-size: 0.85em;
  margin-bottom: 2rem;
}
.breadcrumb {
  width: 95%;
  font-size: 11px;
  text-align: left;
  margin-bottom: 1rem;
  overflow: hidden;
}
.breadcrumb .topicpath {
  margin: 0 !important;
}
.breadcrumb ul li {
  float: left;
  margin-bottom: 0;
  margin-left: 0.5rem;
  list-style-type: none;
}
.breadcrumb ul li:not(:last-child):after {
  content: " > ";
}
.breadcrumb .icon-home::before {
  color: #000;
  margin-right: 0.25em;
}
/* icon-font*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ktczox");
  src: url("../fonts/icomoon.eot?ktczox#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ktczox") format("truetype"), url("../fonts/icomoon.woff?ktczox") format("woff"), url("../fonts/icomoon.svg?ktczox#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-bottom:before {
  content: "\e930";
}
.icon-calendar:before {
  content: "\e92f";
}
.icon-building:before {
  content: "\e92a";
}
.icon-line:before {
  content: "\e928";
}
.icon-arrow-left:before {
  content: "\e929";
}
.icon-arrow-top:before {
  content: "\e92b";
}
.icon-cross:before {
  content: "\e92c";
}
.icon-phone-2:before {
  content: "\e924";
}
.icon-phone-3:before {
  content: "\e925";
}
.icon-phone-4:before {
  content: "\e926";
}
.icon-sound:before {
  content: "\e927";
}
.icon-plus:before {
  content: "\e922";
}
.icon-minus:before {
  content: "\e923";
}
.icon-arrow-right-1:before {
  content: "\e900";
}
.icon-arrow-right-2:before {
  content: "\e901";
}
.icon-arrow-right-3:before {
  content: "\e902";
}
.icon-arrow-right-4:before {
  content: "\e903";
}
.icon-arrow-right-5:before {
  content: "\e904";
}
.icon-card:before {
  content: "\e905";
}
.icon-caution:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e907";
}
.icon-denki:before {
  content: "\e908";
}
.icon-fee:before {
  content: "\e909";
}
.icon-flow:before {
  content: "\e90a";
}
.icon-fukidashi:before {
  content: "\e90b";
}
.icon-gift:before {
  content: "\e90c";
}
.icon-good:before {
  content: "\e90d";
}
.icon-hatena:before {
  content: "\e90e";
}
.icon-heart:before {
  content: "\e90f";
}
.icon-home:before {
  content: "\e910";
}
.icon-life:before {
  content: "\e911";
}
.icon-link:before {
  content: "\e912";
}
.icon-memo:before {
  content: "\e913";
}
.icon-mobile:before {
  content: "\e914";
}
.icon-money:before {
  content: "\e915";
}
.icon-pc:before {
  content: "\e916";
}
.icon-pen:before {
  content: "\e917";
}
.icon-phone:before {
  content: "\e918";
}
.icon-security:before {
  content: "\e919";
}
.icon-strage:before {
  content: "\e91a";
}
.icon-thunder:before {
  content: "\e91b";
}
.icon-tool:before {
  content: "\e91c";
}
.icon-trophy:before {
  content: "\e91d";
}
.icon-tv:before {
  content: "\e91e";
}
.icon-user:before {
  content: "\e91f";
}
.icon-users:before {
  content: "\e920";
}
.icon-wifi:before {
  content: "\e921";
}
.icon-earth:before {
  content: "\e9ca";
}
.acd-check {
  display: none;
}
.acd-label {
  background: #efefef;
  display: block;
  margin-bottom: 1px;
  padding: 1rem 6.5rem 1rem 1rem;
  position: relative;
  cursor: pointer;
  /* font-weight: bold */
}
.acd-label::after {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* font-family: "icomoon"; */
  content: "＋";
  font-weight: bold;
  font-size: 21px;
  display: block;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #828282;
  color: #fff;
  cursor: pointer;
}
.acd-label::before {
  font-family: "icomoon";
  content: "\e90e";
  margin-right: 8px;
}
.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  background: #fff;
  margin-bottom: 2rem;
  font-weight: normal;
  font-size: 14px;
}
.acd-check:checked + .acd-label:after {
  /* font-family: "icomoon"; */
  content: "－";
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 20px;
  visibility: visible;
}
.mokuji {
  margin: 2rem 0 3rem;
}
.mokuji ul li {
  position: relative;
  border-bottom: #ccc solid 1px;
  list-style-type: none;
  font-size: 14px;
}
.mokuji ul li a {
  /* width:45%; */
  display: block;
  margin: 0 0 1rem;
  color: #333 !important;
  text-decoration: none !important;
  text-align: center;
}
.mokuji ul li a::after {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  color: #d80000;
}
#contents_footer_btn {
  padding: 1.5rem 1rem;
  margin: 2rem auto 1rem;
  color: #fff !important;
  text-decoration: none !important;
  width: 70%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .mokuji ul {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .mokuji ul li {
    margin-bottom: 1rem;
  }
  .mokuji ul li:first-child {
    margin-left: 0;
  }
  .mokuji ul li:not(:first-child) {
    margin-left: 26px;
  }
  /* .mokuji ul li:nth-child(3n+1) {
        margin-left: 0;
    }
    .mokuji ul li:not(:nth-child(3n+1)) {
        margin-left: 26px;
    } */
  .mokuji ul li a {
    margin: 0;
    padding: 6px 0;
  }
  .mokuji ul li a::after {
    content: "▼";
    /* font-family: "icomoon"; */
    position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    color: #d80000;
  }
  .mokuji ul li a:hover {
    background-color: #fff5f5;
  }
  .mokuji ul li a:hover::after {
    color: #d80000;
  }
  .general_flex,
  #toc ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flexlay_half {
    width: 46%;
  }
  .flexlay_half:nth-child(even) {
    margin-left: 1rem !important;
  }
  .flexlay_3,
  #toc ul {
    width: 30%;
  }
  .flexlay_3:not(:first-child),
  #toc ul li:not(:first-child) {
    margin-left: 0.8rem !important;
  }
  .img_lay,
  .img_lay2 {
    float: left;
    margin-right: 1rem;
  }
  table th,
  table td {
    padding: 1rem;
  }
  .fl {
    float: left;
    text-align: left;
  }
  html {
    font-size: 16px;
  }
  #header_left .logo {
    font-size: 48px;
  }
  #nav-bg ul li {
    width: 33.3333%;
  }
  #nav-bg ul li:nth-child(even) {
    border-left: none;
  }
  #nav-bg ul li:not(:nth-child(3n + 1)) {
    border-left: #fff solid 1px;
  }
  #eyecatch img {
    display: none;
  }
  #eyecatch {
    background: url("/img/pc-eyecatch.jpg") no-repeat top center;
    background-size: contain;
    -webkit-background-size: contain;
    height: 0;
    padding-top: 55%;
  }
  .acd-label::after {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .breadcrumb {
    width: 1000px;
    margin: 0 auto 1rem;
    overflow: hidden;
  }
  #header_wrapper {
    overflow: hidden;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
  }
  #header_left {
    float: left;
  }
  #header_left .logo {
    margin-bottom: 5px;
  }
  #header_center {
    /* display: block;
    float: right; */
  }
  #header_center i::before {
    color: #d80000 !important;
    font-size: 24px;
  }
  #header_center div:not(:last-child) {
    margin-bottom: 5px;
  }
  .tel_number a {
    text-decoration: none;
    color: #333;
    font-size: 38px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: -1px;
    /* margin: 5px 0 0; */
  }
  #header_right {
    /* display: block;
    float: right;
    margin-left: 2rem; */
  }
  .tel_details {
    font-size: 12px;
  }
  #header_cv_btn {
    padding: 1rem 1.2rem;
    line-height: 1.4;
  }
  #nav-bg {
    display: block;
    overflow: hidden;
    clear: both;
    /* border-top: #85c5ff solid 3px;
        border-bottom: #85c5ff solid 3px; */
    /* margin-bottom: 2rem; */
    border-bottom: 1px solid #fff;
  }
  #nav-bg ul {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  #nav-bg ul li {
    border-bottom: none;
  }
  #nav-bg ul li a {
    padding: 0.75rem 0;
    color: #fff;
    margin: 8px 0;
    /* font-weight: bold; */
    text-decoration: none;
    display: block;
    text-align: center;
  }
  #nav-bg ul li a i {
    margin-bottom: 8px;
    display: block;
  }
  #nav-bg ul li:not(:first-child) a {
    border-left: #d5ebff solid 1px;
  }
  #nav-bg ul li a:hover {
    background-color: var(--main-color);
  }
  #nav-bg ul li:not(:nth-child(3n + 1)) {
    border-left: none;
  }
  #eyecatch {
    /* height: 550px; */
    padding-top: 0;
  }
  .marqueeRightLeft {
    width: 1000px;
    box-sizing: border-box;
  }
  #contents {
    width: 1000px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: auto;
    /* height: auto;
        overflow: hidden; */
  }
  #main {
    width: 750px;
    /* float: right;
        margin-bottom: 4rem; */
  }
  #side {
    display: block;
    width: 230px;
    /* float: left; */
  }
  #side section {
    background: var(--sub-color);
    border-radius: 8px;
    padding: 0.5rem;
    /* border: #85c5ff solid 3px; */
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  #side section h2 {
    color: #fff;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  #side section ul {
    border-radius: 8px;
    background: #fff;
    padding: 0.5rem 0;
    margin: 0;
  }
  #side section ul li {
    list-style-type: none;
    margin-bottom: 0;
  }
  #side section ul li a {
    display: block;
    padding: 10px 24px;
    color: #333;
    font-size: 14px;
    text-indent: -1rem;
  }
  #side section ul li a:hover {
    /* background: #f3f3f3; */
    /* font-weight: bold; */
    color: #d80000;
  }
  #side section ul li:not(:last-child) a {
    border-bottom: #ccc solid 1px;
  }
  #side section ul li a::before {
    content: "■";
    vertical-align: baseline;
    font-size: 20px;
    padding-right: 5px;
  }
  .white_bg {
    border-radius: 8px;
    background: #fff;
    padding: 1rem;
    text-align: left;
  }
  .white_bg:not(:first-child) {
    margin-bottom: 0.5rem;
  }
  #footer_fix {
    display: none;
  }
  footer {
    margin-bottom: 0;
  }
  .footer_inner {
    width: 1000px;
  }
  .acd-content {
    font-size: 16px;
  }
  #page_top {
    display: block;
    visibility: visible;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 100;
    /* background: #D80000; */
    background: #ffe000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
  }
  #page_top a::before {
    color: #333;
    content: "\e92b";
    font-family: "icomoon";
    font-size: 16px;
  }
}
.point-talent {
  float: right;
  margin: 0 0.5rem 1rem 1.5rem;
  width: 120px;
  height: auto;
}
@media (min-width: 1000px) {
  .point-talent {
    margin: 0 1.5rem 2rem 2rem;
    width: 140px;
    height: 160px;
  }
}
.talent-profile-img {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .talent-profile-img {
    margin-bottom: 50px;
  }
}
.talent-layout {
  margin: 0 15px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .talent-layout {
    margin: 0 20px 50px;
    flex-direction: row-reverse;
  }
}
.talent-layout div:nth-child(1) {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .talent-layout div:nth-child(1) {
    margin-bottom: 0;
    margin-left: 50px;
  }
}
.talent-layout div:nth-child(2) {
  flex: 0 0 auto;
  text-align: center;
  width: auto;
  height: auto;
}
@media (min-width: 1080px) {
  .talent-layout div:nth-child(2) {
    width: 300px;
    height: 460px;
  }
}
.talent-layout div:nth-child(2) img {
  width: 180px;
  height: auto;
}
@media (min-width: 1000px) {
  .talent-layout div:nth-child(2) img {
    width: 300px;
    height: 460px;
  }
}
.talent-layout p {
  text-align: justify;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .talent-layout p {
    text-align: justify;
    margin-bottom: 2rem;
  }
}
.staff {
  text-align: center;
  background: #f5f5f5;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 15px;
}
@media (min-width: 1000px) {
  .staff {
    font-size: 14px;
    margin: 0 20px;
  }
}
.flexible,
.flexible tbody,
.flexible tr,
.flexible th,
.flexible td {
  white-space: inherit;
}
.flexible caption {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .flexible,
  .flexible tbody,
  .flexible tr,
  .flexible th,
  .flexible td {
    display: block;
    word-break: break-all;
  }
  .flexible th {
    width: auto;
    height: auto;
  }
  .flexible td {
    width: auto;
    height: auto;
  }
}

.table-flexible,
.table-flexible tbody,
.table-flexible tr,
.table-flexible th,
.table-flexible td {
  display: block;
}
#main .table-flexible {
  padding: 0;
}
.table-flexible {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  background-color: #fff;
  font-size: 15px;
  box-shadow: 0 1px #fff;
}
.table-flexible th {
  height: auto;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 20px;
  background-color: #f7f7f7;
}
.table-flexible th p {
  font-weight: bold;
}
.table-flexible td {
  height: auto;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 20px;
}
@media (min-width: 1000px) {
  .table-flexible {
    display: table;
    font-size: 15px;
  }
  .table-flexible tbody {
    display: table-row-group;
  }
  .table-flexible tr {
    display: table-row;
  }
  .table-flexible th {
    width: 35%;
  }
  .table-flexible th,
  .table-flexible td {
    display: table-cell;
    padding: 30px;
  }
}
.table-flexible p {
  line-height: 2;
}
.table-flexible p:last-child {
  margin-bottom: 0;
}
.table-flexible th p i {
  display: block;
  font-size: 36px;
  margin-bottom: 6px;
  vertical-align: sub;
}
