@import url("general.css");

body {
  font-size: 16px;
  /* color: #333; */
  color: #000;
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  background: #fff;
  font-family: "Yu Gothic Medium", "YuGothic", "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
}

/*------------------------------------------------------------
	fadeinup
------------------------------------------------------------*/
.fadeinup {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.fadeinup.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

a {
  /* color: #333; */
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0076FF;
  transition: 0.3s;
}

.link_blue {
  color: #0076FF;
  text-decoration: underline;
}

.link_blue:hover,
.link_blue:focus {
  text-decoration: underline;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
img,
a {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
  font-weight: normal;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.mb0 {
  margin-bottom: 0 !important;
}

#conts p {
  line-height: 2;
}

strong {
  font-weight: bold;
}

.toppageh1 {
  display: none;
}

header {
  background: #000;
}

header * {
  color: #fff;
}

.inner {
  max-width: 1240px;
  min-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

header .h1 {
  width: 101px;
  height: 18px;
  position: relative;
}

header .h1 img {
  width: 100%;
  position: absolute;
}

header .top .h2 {
  font-size: 18px;
}

header .line {
  border-top: 1px solid #5e6063;
}

.headerNavItem_dropDown {
  display: none;
}

header .line .navi ul {
  display: flex;
  align-items: center;
  margin-left: -25px;
}

header .line .navi ul.link li {
  padding: 0 25px;
}

header .line .navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}

header .line .lg li {
  margin-left: 3px;
}

header .line .lg li a {
  text-decoration: underline;
  padding: 10px 0;
  display: block;
}

header .link a {
  position: relative;
  color: #fff !important;
  display: block;
  line-height: 1;
  padding: 20px 0;
}

header .link a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0076FF;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: width 0.64s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header .link li>a:hover:before,
header .link li>a:focus:before,
header .link .on>a:before {
  width: 100%;
}

.headerNavItem_dropDown {
  position: absolute;
  top: 126px;
  left: 0;
  background: #000;
  z-index: 1000;
  width: 100%;
  border-top: 1px solid #5e6063;
  padding: 20px 0 25px;
}

.headerNavItem_dropDown a {
  display: inline-block !important;
  height: auto !important;
  padding: 10px 0 !important;
}

.headerNavItem_dropDown a span {
  transition: .3s;
}

.headerNavItem_dropDown a:hover span,
.headerNavItem_dropDown a:focus span {
  color: #0076FF !important;
}

.headerNavItem_dropDown a:before {
  display: none !important;
}

.headerNavItem_dropDown a p {
  transition: .3s;
}

.headerNavItem_dropDown a:hover p,
.headerNavItem_dropDown a:focus p {
  color: #0076FF !important;
}

.headerNavDropDown_toCategoryTop {
  font-size: 20px;
  padding-bottom: 7px;
}

.headerNavDropDown_list .headerNavDropDownItem_label,
.headerNavDropDown_toCategoryTop a {
  position: relative;
  padding-right: 20px !important;
  line-height: 1.5;
}

.headerNavDropDown_list .headerNavDropDownItem_label:before,
.headerNavDropDown_toCategoryTop span:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  transform: rotate(135deg);
}

.slide div {
  position: relative !important;
}

.slide div img {
  z-index: 1;
}

.slide {
  max-width: 1920px;
  margin: 0 auto;
}

.slide div .btn {
  position: absolute;
  z-index: 10;
}

.slide img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .slide .first a {
    left: 8.5%;
    top: 56.3%;
    height: 48px;
    line-height: 48px;
  }

  .slide .second a {
    left: 54.6%;
    top: 43.6%;
    height: 48px;
    line-height: 48px;
  }

  .slide .third a {
    left: 80.4%;
    top: 83.4%;
    height: 48px;
    line-height: 48px;
  }

  .slide .fourth a {
    right: 17.2%;
    top: 65.4%;
    height: 48px;
    line-height: 48px;
  }
}

#main {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}

.top_business {
  height: 756px;
  margin: 0 auto;
  position: relative;
}

.top_business img.tile {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}

.top_business .conts {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin-left: -565px;
  margin-top: -100px;
  width: 415px;
  z-index: 1;
}

.top_business .conts h2 {
  display: none;
}

.top_business .conts p {
  display: none;
}

.top_business .conts .btn {
  width: 169px !important;
  padding: 0;
  margin-left: auto;
  margin-right: initial;
}

.top_business .conts .btn {
  display: block;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(#fff 0%, #eee 100%);
  border: 1px solid #707070;
  text-align: center;
  line-height: 48px;
  color: #333;
  margin-top: 157px;
}

.top_business .conts .btn span:before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.top_business .conts .btn:hover {
  background: linear-gradient(#444 0%, #000 100%);
  border: none;
  color: #fff;
}

.top_business .conts .btn:hover span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slide_wrap {
  position: relative;
  min-width: 1200px;
  margin-bottom: 70px;
}

.slide_wrap .control a {
  position: absolute;
  width: 29px;
  height: 29px;
  display: block;
  border: 1px solid #ccc;
  bottom: -45px;
  left: 55%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.slide_wrap .control a:before {
  content: "";
  display: block;
  width: 3px;
  height: 11px;
  border-right: 3px solid #000;
  border-left: 3px solid #000;
  position: absolute;
  top: 9px;
  left: 10px;
}

.slide_wrap .control a.on:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
}

.top_rec {
  width: 100%;
  height: 42.8vw;
  position: relative;
  min-height: 520px;
}

.top_rec img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top_rec a {
  position: absolute;
  top: 15.3vw;
  left: 72vw;
  width: 213px;
  padding: 0;
  line-height: 48px;
  height: 48px;
  background: linear-gradient(#444 0%, #000 100%);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  color: #fff;
}

@media screen and (max-width: 1210px) {
  .top_rec a {
    top: 188px;
    left: 50%;
    margin-left: 275px;
  }
}

@media screen and (min-width: 1920px) {
  .top_rec a {
    top: 300px;
    left: 50%;
    margin-left: 440px;
  }
}

.top_rec a:hover {
  border: 1px solid #707070;
  background: linear-gradient(#fff 0%, #eee 100%);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  color: #000;
}

.top_rec span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.top_rec a:hover span:before {
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
}

.information {
  padding: 53px 0 110px;
}

.information h2 {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.information_lists a:hover {
  text-decoration: underline;
}

.information_lists dl {
  display: flex;
}

.information_lists dt {
  display: inline-block;
  vertical-align: top;
}

.information_lists .cate {
  /* width: 180px; */
  box-sizing: border-box;
  padding-left: 18px;
  padding-bottom: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  text-wrap: nowrap;
  padding-right: 20px;
}

.information_lists .read {
  padding-bottom: 18px;
  max-width: 870px;
  display: inline-block;
  vertical-align: top;
}

.information_lists a.allow span:before {
  top: 10px;
  transform: translateY(0%) rotate(45deg);
}

.information_btn {
  text-align: right;
}

.information_btn .btn {
  margin: 0 auto;
  width: auto;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(#fff 0%, #eee 100%);
  border: 1px solid #707070;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
  color: #333;
  line-height: 48px;
  display: inline-block;
  padding: 0 27px;
  font-size: 16px;
  text-align: center;
}

.information_btn .btn span:before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.information_btn .btn:hover {
  background: linear-gradient(#444 0%, #000 100%);
  border: 1px solid #333;
  color: #fff;
}

.information_btn .btn:hover span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

footer {
  background: #000;
  padding: 55px 0 40px;
  position: relative;
  font-size: 14px;
}

footer .pagetop a {
  position: absolute;
  right: 20px;
  bottom: 70px;
  width: 40px;
  height: 40px;
}

footer .pagetop a img {
  width: 100%;
}

footer * {
  color: #B1B1B1;
  transition: 0.3s;
}

footer .tit {
  font-size: 16px;
  margin-bottom: 19px;
}

footer .sec {
  width: 286px;
}

footer .sec li {
  width: 100%;
  margin-bottom: 8px;
}

footer .sec li a {
  font-size: 14px;
  display: block;
}

footer .top {
  display: flex;
  margin-bottom: 53px;
}

footer .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

footer .btm .sub ul {
  display: flex;
}

footer .btm .sub ul li {
  margin-right: 40px;
}

footer a:hover,
footer a:focus {
  color: #fff;
}

.topic_path * {
  font-size: 14px;
}

.topic_path a {
  text-decoration: underline;
}

.topic_path ul {
  display: flex;
  height: 30px;
  line-height: 30px;
}

.topic_path ul span {
  padding: 0 7px;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #conts p,
  #conts td,
  #conts th,
  #conts li,
  #conts dt,
  #conts dd {
    line-height: 2;
  }

  footer .copy {
    font-size: 10px;
  }

  footer .btm .sub ul li a {
    font-size: 12px;
  }


  header .line {
    height: calc(100vh - 76px);
    overflow-y: scroll;
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #000;
  }

  .headerNavItem_dropDown {
    display: none;
    position: initial;
    padding: 0;
  }

  header .line .navi {
    height: auto;
  }

  header .line .navi ul {
    display: block;
    margin-left: 0;
    width: 100%;
    order: 2;
  }

  header .line .navi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .headerNavDropDown_list,
  .headerNavDropDown_toCategoryTop {
    background: #333;
  }

  header .line .navi ul.link li {
    padding: 0;
    border-bottom: 1px solid #5e6063;
  }

  .headerNavItem_dropDown a span {
    transition: 0s;
  }

  .headerNavDropDown_list li:last-child {
    border-bottom: none !important;
  }

  .headerNavDropDown_toCategoryTop {
    padding: 0 20px;
    border-bottom: 1px solid #5e6063;
  }

  header .lg {
    border-bottom: 1px solid #5e6063;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  header .lg ul {
    display: flex !important;
    justify-content: end;
    height: 50px;
    font-size: 18px;
  }

  header .link a {
    padding: 0 20px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 18px;
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    color: #fff !important;
  }

  .headerNavDropDown_toCategoryTop {
    padding-bottom: 0;
  }

  .headerNavItem_dropDown a {
    line-height: 50px;
    height: 50px;
    display: block;
  }

  .headerNavItem_dropDown a p {
    line-height: 50px !important;
    height: 50px;
    display: block;
    padding: 0 0 0 20px;
    transition: 0s;
  }

  .headerNavDropDown_list .headerNavDropDownItem_label:before,
  .headerNavDropDown_toCategoryTop span:before {
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(135deg);
  }

  body {
    font-size: 14px;
    min-width: initial;
  }

  img {
    width: 100%;
  }

  a:hover,
  a:focus {
    transition: 0s !important;
  }

  .topic_path {
    display: none;
  }

  #conts p {
    line-height: 1.8;
  }

  .inner {
    min-width: 1px;
    padding: 0;
  }

  .slide_wrap {
    min-width: 1px;
    margin-bottom: 50px;
  }

  #main {
    min-width: 1px;
  }

  header .line {
    display: none;
  }

  header .top {
    display: block;
    height: 76px;
    position: relative;
  }

  header .h1 {
    width: 77px;
    height: 14px;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    padding-top: 13px;
  }

  header .top .h2 {
    font-size: 2.95vw;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #707070;
    width: 100%;
    line-height: 35px;
    text-align: center;
  }

  header .sp.navi {
    width: 25px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 12px;
    box-sizing: border-box;
    z-index: 100;
  }

  header .sp.navi div:nth-child(1) {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #999;
    top: 0;
    position: absolute;
    left: 0;
    transition: 0s;
  }

  header .sp.navi div:nth-child(2) {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #999;
    top: 8px;
    position: absolute;
    left: 0;
    transition: 0s;
  }

  header .sp.navi div:nth-child(3) {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #999;
    bottom: 0;
    position: absolute;
    left: 0;
    transition: 0s;
  }

  header .sp.navi.on div:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
    left: 0px;
  }

  header .sp.navi.on div:nth-child(2) {
    display: none;
  }

  header .sp.navi.on div:nth-child(3) {
    transform: rotate(-45deg);
    right: 0;
    top: 7px;
  }

  .btn {
    display: block;
    width: 151px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    padding: 0 20px !important;
  }

  .btn:focus {
    border: 1px solid #0076FF;
  }

  .btn span {
    padding-left: 17px;
  }

  .btn span:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #000000;
    border-right: 1.5px solid #000000;
    transform: rotate(45deg);
  }

  .slide .first a {
    left: 8%;
    top: 82%;
    height: 32px;
    line-height: 32px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: 0s;
  }
  .slide .second a,
  .slide .third a {
    left: 8%;
    top: 75%;
    height: 32px;
    line-height: 32px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: 0s;
  }
  .slide .fourth a {
    right: 5.7%;
    top: 62%;
    height: 32px;
    line-height: 32px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: 0s;
  }

  .slide_wrap .control a {
    width: 27px;
    height: 27px;
    bottom: -35px;
    left: 68%;
  }

  .slide_wrap .control a:before {
    content: "";
    display: block;
    width: 3px;
    height: 11px;
    border-right: 3px solid #000;
    border-left: 3px solid #000;
    position: absolute;
    top: 9px;
    left: 10px;
  }

  .slide_wrap .control a.on:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #000;
  }

  .slick-dots {
    bottom: -30px;
    display: inline-block !important;
    right: 35%;
    transform: translateX(0%);
    width: auto;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }

  .top_business {
    height: 193vw;
    position: relative;
  }

  .top_business .conts {
    position: absolute;
    top: 18.1%;
    left: 0%;
    color: #fff;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 6vw 5vw;
  }

  .top_business .conts h2 {
    padding-bottom: 2vw;
    margin-bottom: 4.5vw;
    line-height: 1.3;
    font-size: 4vw;
    width: 65%;
  }

  .top_business .conts p {
    font-size: 5.5vw;
    line-height: 1.4;
    margin-bottom: 4.5vw;
  }

  .top_business .conts .btn {
    width: 124px !important;
    height: 32px;
    line-height: 32px;
    padding: 0 !important;
    margin-top: 35vw;
  }

  .top_rec {
    width: 100%;
    height: 121vw;
    min-height: 1px;
    position: relative;
  }

  .top_rec a {
    position: absolute;
    top: 29%;
    left: 5%;
    margin: 0;
    width: 150px;
    height: 36px;
    padding: 0 10px !important;
    border: none;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    background: linear-gradient(#fff 0%, #eee 100%);
  }

  .top_rec span:before {
    border-top: 1.5px solid #000 !important;
    border-right: 1.5px solid #000 !important;
  }

  .information {
    padding: 25px 20px 45px;
  }

  .information h2 {
    font-size: 16px;
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
    margin-bottom: 20px;
  }

  .information table tr,
  .information_lists dl {
    display: flex;
    flex-wrap: wrap;
  }

  .information table td,
  .information table th,
  .information_lists dt {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.5;
  }

  .information th,
  .information_lists dt {
    font-weight: normal;
    padding-right: 0;
    margin-right: 20px !important;
    padding-bottom: 8px !important;
  }

  .information_btn .btn {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 20px !important;
  }

  footer * {
    transition: 0s;
  }

  footer {
    padding: 35px 20px 40px;
    position: relative;
  }

  footer .pagetop a {
    position: absolute;
    right: 20px;
    bottom: 75px;
    width: 40px;
    height: 40px;
  }

  footer .pagetop a img {
    width: 100%;
  }

  footer .top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 13px;
    margin-bottom: 0;
  }

  footer .top a {
    font-size: 14px;
  }

  footer .sec {
    width: 50%;
  }

  footer .tit {
    margin-bottom: 25px;
  }

  footer .sec ul {
    display: none;
  }

  footer .btm {
    padding-top: 20px;
    display: block;
    font-size: 14px;
    border-top: 1px solid #666666;
  }

  footer .btm .sub ul {
    display: block;
    margin-bottom: 20px;
  }

  footer .btm .sub ul li {
    margin-right: 0px;
    margin-bottom: 4px;
  }




  .line .spicon:before {
    left: auto;
    content: "";
    display: block;
    width: 8px !important;
    height: 8px;
    background: none;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(135deg);
  }

  .line .pull>a {
    position: relative;
  }

  .line .pull>a:before {
    content: "";
    display: block;
    width: 15px !important;
    height: 1px;
    background: #999999;
    position: absolute;
    right: 15px;
    top: 25px;
    left: auto;
  }

  .line .pull>a:after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #999999;
    position: absolute;
    right: 22px;
    top: 18px;
    left: auto;
  }

  .line .pull>a.on:after {
    display: none;
  }

  header .link li>a:hover:before,
  header .link .on>a:before {
    width: initial;
  }

  .headerNavItem_dropDown a:hover span,
  .headerNavItem_dropDown a:hover p {
    color: #fff !important;
  }

  .top_business .conts .btn span:before {
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
    width: 8px;
    height: 8px;
  }
}

.m-text--nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .m-text--nowrap {
    white-space: unset;
  }

}

.information_lists dt.info__date {
  display: flex;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 97px;
}

.contBox-information__list__in__line dt.info__date {
  display: flex;
  text-align: left;
  align-items: flex-start;
  max-width: 125px;
  padding-right: 0px;
  margin-left: 35px;
}

@media screen and (max-width: 640px) {
  .contBox-information__list__in__line dt.info__date {
    margin-left: 0px;
  }

}

.info__date__y::after {
  content: '.';
}

.info__date__m::after {
  content: '.';
}

/* .info__date__m {
  min-width: 27px;
}

.info__date__d {
  min-width: 22px;
} */

@media screen and (max-width: 640px) {
  .contBox-information__list__in__line dt.info__date {
    justify-content: flex-start;
  }

}