@charset "UTF-8";
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
common
========================================================= */
.globalHeader {
  background: none;
}
.globalHeader h1 {
  display: none;
}
.globalHeader .headerNav a {
  color: #fff;
}
.globalHeader.is_animation {
  background: #fff;
}
.globalHeader.is_animation h1 {
  display: block;
}
.globalHeader.is_animation .headerNav a {
  color: #000;
}

.contents {
  margin-top: 0;
}

/* =========================================================
kv
========================================================= */
.kv {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #000;
  background-size: cover;
  height: 790px;
}
@media (max-width: 768px) {
  .kv {
    height: auto;
  }
}
.kv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 70%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000",GradientType=1 );
}
.kv .textArea {
  position: absolute;
  top: 120px;
  bottom: 180px;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  color: #fff;
}
@media (min-width: 1024px) {
  .kv .textArea {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .kv .textArea {
    top: 0;
    bottom: 0;
  }
}
.kv .textArea .logo {
  line-height: 1;
}
.kv .textArea .logo svg {
  fill: #fff;
  width: 225px;
  height: 82px;
}
@media (max-width: 768px) {
  .kv .textArea .logo svg {
    width: 140px;
    height: 51px;
  }
}
.kv .textArea h2 {
  margin-top: 50px;
  font-size: 3rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kv .textArea h2 {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .kv .textArea h2 {
    margin-top: 15px;
    font-size: 2rem;
  }
}
@media (max-width: 320px) {
  .kv .textArea h2 {
    margin-top: 15px;
    font-size: 1.7rem;
  }
}
.kvPhotoSlider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.kvPhotoSlider .slick-slide > img {
  width: 100%;
  min-height: 790px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .kvPhotoSlider .slick-slide > img {
    object-fit: cover;
    min-height: 0;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .kvPhotoSlider .slick-slide > img.pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .kvPhotoSlider .slick-slide > img.sp {
    display: none;
  }
}
.kvPhotoSlider .slick-slide.move > img {
  animation: 15s sliderimg ease-in-out;
}
.kvPhotoSlider .slick-dots {
  right: 0;
  bottom: 130px;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .kvPhotoSlider .slick-dots {
    bottom: 15px;
    padding: 0 25px;
  }
}
.kvPhotoSlider .slick-dots li {
  width: auto;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .kvPhotoSlider .slick-dots li {
    margin: 0 3px;
  }
}
.kvPhotoSlider .slick-dots li:first-child {
  margin-left: 0;
}
.kvPhotoSlider .slick-dots li button {
  width: 40px;
  height: 5px;
}
@media (max-width: 768px) {
  .kvPhotoSlider .slick-dots li button {
    width: 30px;
    height: 3px;
  }
}

@keyframes sliderimg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.fade {
  opacity: 0;
}

.fadeOn {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: liner;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =========================================================
topics
========================================================= */
.topics {
  position: relative;
  background: #000;
}
.topics .important {
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 10;
  bottom: 100%;
  display: flex;
  align-items: center;
  width: 720px;
  min-height: 100px;
  padding: 20px 100px 20px 0;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 768px) {
  .topics .important {
    position: relative;
    top: 0;
    width: 100%;
    padding: 25px 20px 20px;
  }
}
.topics .important .importantTitle {
  width: 186px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .topics .important .importantTitle {
    width: 100px;
  }
  .topics .important .importantTitle > span {
    display: inline-block;
    text-align: left;
  }
}
.topics .important .importantLink {
  width: calc(100% - 186px);
  padding: 5px 20px 5px 35px;
  border-left: 1px solid #efefef;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .topics .important .importantLink {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.topics .important .importantLink a {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .topics .important .importantLink a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .topics .important .importantLink a:hover {
    color: #70c7a9;
    opacity: 1;
  }
}
.topics .important .importantLink a[target=_blank] .title::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: 0 0 2px 8px;
  background: url(../img/common/svg/icon_external.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.topics .important .importantLink a[href$=".pdf"] .title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/common/svg/icon_pdf.svg) no-repeat;
  background-size: 100%;
  margin: 0 0 2px 8px;
  vertical-align: middle;
}
.topics .scroll {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  z-index: 50;
}
@media (max-width: 768px) {
  .topics .scroll {
    top: -40px;
    width: 60px;
    font-size: 0.8em;
  }
}
.topics .scroll a {
  display: block;
  height: 100px;
  padding-top: 18px;
  background: #70c7a9;
  color: #fff;
}
@media (min-width: 1024px) {
  .topics .scroll a:hover {
    background: #8dd2ba;
  }
}
@media (max-width: 768px) {
  .topics .scroll a {
    height: 60px;
    padding-top: 10px;
  }
}
.topics .scroll .bar {
  position: relative;
  display: block;
  width: 6px;
  height: 48px;
  margin: 0 auto 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .topics .scroll .bar {
    height: 30px;
  }
}
.topics .scroll .bar::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px solid #fff;
}
.topics .scroll .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: borderAnim 2.5s cubic-bezier(0.25, 1, 0.28, 1) infinite;
  animation: borderAnim 2.5s cubic-bezier(0.25, 1, 0.28, 1) infinite;
}
.topics .wrapper {
  position: relative;
  z-index: 10;
  width: auto;
  margin-top: -90px;
  margin-left: calc((100% - 1000px) / 2);
  padding: 40px 0 40px 40px;
  background: #fff;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .topics .wrapper {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .topics .wrapper {
    margin-top: 0;
    margin-left: 0;
    padding: 20px 0 40px 20px;
  }
}
.topics .topicsContent {
  position: relative;
  width: 100%;
  max-width: 1158px;
  overflow: hidden;
}
.topics .topicsTitle {
  margin-bottom: 25px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .topics .topicsTitle {
    margin-bottom: 15px;
  }
}
.topics .topicsSlide {
  position: relative;
  z-index: 1;
  clear: both;
  width: 780px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .topics .topicsSlide {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .topics .topicsSlide {
    width: 90%;
  }
}
.topics .topicsSlide .slick-slide {
  margin-right: 40px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .topics .topicsSlide .slick-slide {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .topics .topicsSlide .slick-slide {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .topics .topicsSlide .slick-slide a:hover .title::before {
    width: 100%;
  }
  .topics .topicsSlide .slick-slide a:hover .arrow .icon_arrow {
    transform: translateX(3px);
  }
}
.topics .topicsSlide .slick-slide a[target=_blank] .title::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: 0 0 2px 12px;
  background: url(../img/common/svg/icon_external.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.topics .topicsSlide .slick-slide a[href$=".pdf"] .title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/common/svg/icon_pdf.svg) no-repeat;
  background-size: 100%;
  margin: 0 0 2px 12px;
  vertical-align: middle;
}
.topics .topicsSlide .slick-slide .title {
  position: relative;
  padding: 18px 50px 16px 0;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 768px) {
  .topics .topicsSlide .slick-slide .title {
    padding-top: 16px;
    padding-bottom: 14px;
  }
}
.topics .topicsSlide .slick-slide .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-bottom: 1px solid #000;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.28, 1);
}
.topics .topicsSlide .slick-slide .arrow {
  position: absolute;
  right: 0;
  bottom: -1px;
  display: block;
  width: 50px;
  height: 100%;
  border-bottom: 1px solid #000;
  text-align: center;
}
.topics .topicsSlide .slick-slide .arrow .icon_arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #000;
  vertical-align: middle;
  transition: all 0.3s;
}
.topics .slick-list {
  overflow: visible;
}
.topics .slick-append-arrows {
  position: absolute;
  right: 20px;
  top: -10px;
  z-index: 1;
  line-height: 1;
  text-align: right;
}
@media (max-width: 768px) {
  .topics .slick-append-arrows {
    right: 12px;
  }
}
.topics .slick-append-arrows .prev,
.topics .slick-append-arrows .next {
  display: inline-block;
  width: 40px;
  padding: 10px 8px;
  cursor: pointer;
  text-align: center;
}
.topics .slick-append-arrows .prev {
  position: absolute;
  left: -40px;
  top: 0;
}
.topics .slick-counter {
  display: inline-block;
  color: #b1b1b1;
  font-size: 12px;
  line-height: 1;
}

@keyframes -webkit-borderAnim {
  0% {
    top: -6px;
  }
  100% {
    top: calc(100% + 6px);
  }
}
@keyframes borderAnim {
  0% {
    top: -6px;
  }
  100% {
    top: calc(100% + 6px);
  }
}
/* =========================================================
message
========================================================= */
.message .wrapper {
  position: relative;
  padding: 125px 0 30px;
}
@media (max-width: 768px) {
  .message .wrapper {
    padding: 50vw 20px 0;
  }
}
@media (max-width: 768px) {
  .message .secTitle {
    margin-bottom: 20px;
  }
}
.message .secTitle .en::after {
  width: 200px;
}
@media (max-width: 768px) {
  .message .secTitle .en::after {
    width: 9%;
  }
}
.message .messageContentBtn {
  position: relative;
  width: calc(100% + 40px);
  margin: 0 -20px 0;
  padding: 15px 20px;
  background: #fff;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}
.message .messageContentBtn::before, .message .messageContentBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 0;
  border-top: 2px solid #70c7a9;
}
.message .messageContentBtn::after {
  transform: rotate(90deg);
}
.message .messageContentBtn.active::after {
  opacity: 0;
}
@media (min-width: 769px) {
  .message .messageContent {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .message .messageContent {
    display: none;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 30px 20px 50px;
    background: #f2f2f2;
    border-bottom: 1px solid #b1b1b1;
  }
}
.message .messageContent02 {
  margin-bottom: 70px;
  margin-top: 70px;
  padding-left: 45%;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  .message .messageContent02 {
    padding-left: 0;
    padding-top: 27%;
    margin-bottom: 20px;
  }
}
.message .messagePhoto {
  position: absolute;
  right: 0;
  top: -25px;
  top: 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .message .messagePhoto {
    right: 0;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .message .messagePhoto {
    right: 20px;
    width: 54%;
  }
}
.message .messagePhoto:before {
  content: "";
  right: 75%;
  top: 60%;
  position: absolute;
  display: block;
  width: 50%;
  height: 60%;
  background: #70c7a9;
}
@media (max-width: 768px) {
  .message .messagePhoto:before {
    top: 52%;
  }
}
.message .messagePhoto > img {
  position: relative;
  vertical-align: middle;
}
.message .messagePhoto02 {
  position: absolute;
  left: 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .message .messagePhoto02 {
    right: 0;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .message .messagePhoto02 {
    right: 20px;
    width: 45%;
    top: -60px;
  }
}
.message .messagePhoto02::before {
  content: "";
  left: 73%;
  top: 60%;
  position: absolute;
  display: block;
  width: 50%;
  height: 60%;
  background: #70c7a9;
}
@media (max-width: 768px) {
  .message .messagePhoto02::before {
    top: 52%;
  }
}
.message .messagePhoto02 > img {
  position: relative;
  vertical-align: middle;
}
.message .messageName {
  margin-top: 45px;
  text-align: right;
}
.message .messageName img {
  margin-left: 30px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.message .messageBox {
  margin-top: 60px;
  padding: 50px;
  border: 1px solid #c8c8c8;
}
@media (max-width: 768px) {
  .message .messageBox {
    margin-top: 30px;
    padding: 20px;
  }
}
.message .messageBox .boxName {
  margin-bottom: 10px;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .message .messageBox .boxName {
    margin-bottom: 15px;
  }
}
.message .messageBox .boxName .name {
  display: inline-block;
  margin-left: 20px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .message .messageBox .boxName .name {
    font-size: 2rem;
  }
}

/* =========================================================
business
========================================================= */
.business .titleArea {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .business .titleArea {
    padding-bottom: 20px;
  }
}
.business .titleArea .secTitle {
  margin-bottom: 0;
}
.business .titleArea .secTitle .en::after {
  width: 28px;
  margin-left: 17px;
}
.business .tabList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .business .tabList {
    left: auto;
    width: 360px;
  }
}
@media (max-width: 768px) {
  .business .tabList {
    position: relative;
    width: 100%;
  }
}
.business .tabList li {
  width: 250px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .business .tabList li {
    width: 50%;
  }
}
.business .tabList li a {
  position: relative;
  display: block;
  height: 125px;
  padding: 20px 10px 12px;
  background: #414141;
  color: #fff;
  z-index: 2;
}
@media (min-width: 1024px) {
  .business .tabList li a:hover {
    background: #414141;
    color: #fff;
    opacity: 1;
  }
  .business .tabList li a:hover svg {
    fill: #fff;
  }
}
.business .tabList li svg {
  display: block;
  margin: 0 auto 5px;
  fill: #fff;
}
.business .tabList li .title {
  display: block;
}
.business .tabList li.active a {
  background: #f2f2f2;
  color: #000;
}
.business .tabList li.active a svg {
  fill: #000;
}
.business .tabList li:nth-of-type(1) svg {
  width: 34px;
  height: 27px;
  margin-bottom: 30px;
}
.business .tabList li:nth-of-type(2) svg {
  width: 25px;
  height: 27px;
}
.business .tabWrap {
  position: relative;
  background: #f2f2f2;
}
.business .tabWrap .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .business .tabWrap .wrapper {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.business .businessTitle {
  margin-bottom: 30px;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .business .businessTitle {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 2;
  }
}
.business .businessCol .colContent {
  width: 48%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .business .businessCol .colContent {
    width: 100%;
  }
  .business .businessCol .colContent + .colContent {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .business .businessCol .colContent {
    width: 100%;
  }
  .business .businessCol .colContent + .colContent {
    margin-top: 30px;
  }
}
.business .businessCol .colContent:nth-of-type(1) .secTitle {
  border-bottom-color: #a28137;
}
.business .businessCol .colContent:nth-of-type(1) .secTitle .en {
  color: #a28137;
}
.business .businessCol .colContent:nth-of-type(1) .secTitle .en::before {
  border-top-color: #a28137;
}
.business .businessCol .colContent:nth-of-type(1) .secTitle .en::after {
  content: none;
}
.business .businessCol .secTitle {
  padding-bottom: 12px;
  border-bottom: 2px solid;
  font-size: 1.6rem;
}
.business .businessCol .secTitle .en {
  margin-bottom: 5px;
  padding-top: 10px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .business .businessList {
    justify-content: center;
  }
}
.business .businessList .listItem {
  width: 150px;
  max-width: 33%;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .business .businessList .listItem {
    margin: 0 1%;
  }
}
@media (max-width: 768px) {
  .business .businessList .listItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
}
.business .businessList .listItem .icon > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../img/top/business_bg.svg) no-repeat center/100% 100%;
}
@media (max-width: 768px) {
  .business .businessList .listItem .icon > div {
    width: 100px;
  }
}
.business .businessList .listItem .icon > div img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.business .businessList .listItem .text {
  width: calc(100% + 4px);
  margin: 15px -2px 0;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .business .businessList .listItem .text {
    width: calc(100% - 100px);
    margin: 0;
    padding-left: 15px;
  }
}
.business #tab01 .businessCol .colContent:nth-of-type(1) .secTitle {
  border-bottom-color: #a28137;
}
.business #tab01 .businessCol .colContent:nth-of-type(1) .secTitle .en {
  color: #a28137;
}
.business #tab01 .businessCol .colContent:nth-of-type(1) .secTitle .en::before {
  border-top-color: #a28137;
}
.business #tab01 .businessCol .colContent:nth-of-type(1) .secTitle .en::after {
  content: none;
}
.business #tab01 .businessCol .colContent:nth-of-type(1) .secTitle .main {
  display: inline-block;
  padding-left: 10px;
}
.business #tab01 .businessCol .colContent:nth-of-type(2) .secTitle {
  border-bottom-color: #051b60;
}
.business #tab01 .businessCol .colContent:nth-of-type(2) .secTitle .en {
  color: #051b60;
}
.business #tab01 .businessCol .colContent:nth-of-type(2) .secTitle .en::before {
  border-top-color: #051b60;
}
.business #tab01 .businessCol .colContent:nth-of-type(2) .secTitle .en::after {
  content: none;
}
.business #tab01 .businessCol .colContent:nth-of-type(2) .secTitle .main {
  display: inline-block;
  padding-left: 10px;
}
.business #tab02 .wrapper {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .business #tab02 .wrapper {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.business #tab02 .businessCol02 {
  width: 100%;
  align-items: center;
}
.business #tab02 .businessCol02:nth-of-type(1) img {
  width: 65px;
  height: 24px;
}
.business #tab02 .businessCol02 .icon {
  width: 150px;
}
@media (max-width: 768px) {
  .business #tab02 .businessCol02 .icon {
    width: 100px;
  }
}
.business #tab02 .businessCol02 .icon > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../img/top/business_bg.svg) no-repeat center/100% 100%;
}
.business #tab02 .businessCol02 .icon > div img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.business #tab02 .businessCol02 .text {
  width: calc(100% - 180px);
  color: #000;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .business #tab02 .businessCol02 .text {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}

/* =========================================================
news
========================================================= */
.news {
  background: #f3f3f2;
}
.news .wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .news .wrapper {
    padding-block: 60px;
  }
}
.news .secTitle {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .news .secTitle {
    margin-bottom: 0;
  }
}
.news .newsList {
  border-top: 1px solid #c8c8c8;
  width: 70%;
}
@media (max-width: 768px) {
  .news .newsList {
    border-top: none;
    width: 100%;
  }
}
.news .newsList a {
  position: relative;
  display: flex;
  width: 100%;
  padding: 18px 50px 18px 0;
  border-bottom: 1px solid #c8c8c8;
}
@media (min-width: 1024px) {
  .news .newsList a:hover {
    opacity: 1;
  }
  .news .newsList a:hover::before {
    width: 100%;
  }
  .news .newsList a:hover .arrow .icon_arrow {
    transform: translateX(3px);
  }
}
@media (max-width: 768px) {
  .news .newsList a {
    display: block;
    padding: 15px 50px 15px 0;
  }
}
.news .newsList a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-bottom: 1px solid #70c7a9;
  transition: width 0.8s cubic-bezier(0.25, 1, 0.28, 1);
}
.news .newsList a[target=_blank] .title::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: 0 0 2px 12px;
  background: url(../img/common/svg/icon_external.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.news .newsList a[href$=".pdf"] .title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/common/svg/icon_pdf.svg) no-repeat;
  background-size: 100%;
  margin: 0 0 2px 12px;
  vertical-align: middle;
}
.news .newsList .date {
  display: block;
  width: 80px;
  color: #b1b1b1;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .news .newsList .date {
    width: 100%;
    margin-bottom: 3px;
  }
}
.news .newsList .title {
  display: block;
  width: calc(100% - 80px);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 768px) {
  .news .newsList .title {
    width: 100%;
    -webkit-line-clamp: 2;
  }
}
.news .newsList .arrow {
  position: absolute;
  right: 0;
  bottom: -1px;
  display: block;
  width: 50px;
  height: 100%;
  border-bottom: 1px solid #70c7a9;
  text-align: center;
}
.news .newsList .arrow .icon_arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #70c7a9;
  vertical-align: middle;
  transition: all 0.3s;
}
.news .btn {
  margin-top: 30px;
}
.news .btn a {
  min-width: 200px;
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .news .btn a {
    min-width: 140px;
  }
}
.news .btn .icon_news {
  display: inline-block;
  width: 18px;
  height: 15px;
  margin: 0 15px 2px 0;
  fill: currentColor;
  vertical-align: middle;
  transition: all 0.5s;
}

/* =========================================================
hotellist
========================================================= */
.hotellist .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .hotellist .wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .hotellist .secTitle {
    padding: 0 20px;
  }
}
.hotellist #hotellistTab {
  width: 100%;
}
.hotellist #hotellistTab::after {
  content: "";
  display: block;
  clear: both;
}
.hotellist #hotellistTab > .tabList {
  float: left;
  width: 25%;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .hotellist #hotellistTab > .tabList {
    float: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hotellist #hotellistTab > .tabList li {
    width: 50%;
  }
}
.hotellist #hotellistTab > .tabList li a {
  position: relative;
  display: block;
  padding: 25px 0;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hotellist #hotellistTab > .tabList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding: 10px;
    text-align: center;
  }
}
.hotellist #hotellistTab > .tabList li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10000px;
  height: 100%;
  background: #414141;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .hotellist #hotellistTab > .tabList li a::before {
    width: 100%;
  }
}
.hotellist #hotellistTab > .tabList li a > span {
  position: relative;
  font-weight: bold;
}
.hotellist #hotellistTab > .tabList li a:hover {
  opacity: 1;
}
.hotellist #hotellistTab > .tabList li a:hover::before {
  background: #000;
}
.hotellist #hotellistTab > .tabList li.active a::before {
  background: #000;
}
.hotellist #hotellistTab > .tabContentsWrap {
  float: right;
  width: 70%;
  margin-top: -80px;
}
@media (max-width: 768px) {
  .hotellist #hotellistTab > .tabContentsWrap {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 30px 20px 0;
  }
}
.hotellist .tabContentsWrap {
  width: 100%;
  min-height: 400px;
}
@media (max-width: 768px) {
  .hotellist .tabContentsWrap {
    min-height: 0;
  }
}
.hotellist .tabContentsWrap .tabList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  border-bottom: 1px solid #c8c8c8;
  text-align: center;
}
@media (max-width: 768px) {
  .hotellist .tabContentsWrap .tabList {
    margin-bottom: 10px;
  }
}
.hotellist .tabContentsWrap .tabList li {
  width: 200px;
  background: #f3f3f2;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: -1px;
}
@media (max-width: 768px) {
  .hotellist .tabContentsWrap .tabList li {
    width: 50%;
  }
}
.hotellist .tabContentsWrap .tabList li a {
  display: block;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .hotellist .tabContentsWrap .tabList li a {
    padding: 15px 0;
  }
}
.hotellist .tabContentsWrap .tabList li.active {
  background: #fff;
  border: 1px solid #c8c8c8;
  border-bottom-color: #fff;
}
.hotellist .hotellistTitle {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .hotellist .hotellistTitle {
    margin-bottom: 30px;
    padding: 0;
  }
}
.hotellist .hotellistTitle .titleLogo {
  padding-right: 35px;
  line-height: 1;
}
@media (max-width: 768px) {
  .hotellist .hotellistTitle .titleLogo {
    width: 86px;
    padding-right: 12px;
  }
}
.hotellist .hotellistTitle .titleText {
  padding: 10px 0 5px 35px;
  border-left: 1px solid #c8c8c8;
  color: #000;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .hotellist .hotellistTitle .titleText {
    width: calc(100% - 86px);
    padding: 0 0 0 20px;
    line-height: 1.8;
  }
}
.hotellist .hotellistTitle .titleText .en {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hotellist .hotellistTitle .titleText .en {
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}
.hotellist .hotellistTitle .titleText .bar {
  display: inline-block;
  width: 50px;
  height: 0;
  margin: 0 15px 2px 20px;
  border-top: 2px solid #70c7a9;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .hotellist .hotellistTitle .titleText .bar {
    margin-left: 0;
  }
}
.hotellist .hotellistTitle .titleText .area {
  display: inline-block;
  color: #70c7a9;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hotellist .hotellistTitle .titleText .area {
    font-size: 1.2rem;
  }
}
.hotellist .hotellistTitle .titleText .text {
  display: block;
  margin-top: 5px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .hotellist .hotellistTitle .titleText .text {
    margin-top: 0;
    font-size: 2rem;
  }
}
.hotellist .hotellistList {
  justify-content: flex-start;
}
.hotellist .hotellistList .listItem {
  width: 220px;
  max-width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .hotellist .hotellistList .listItem {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.hotellist .hotellistList .listItem:nth-of-type(3n) {
  margin-right: 0;
}
.hotellist .hotellistList .listItem a {
  display: block;
}
@media (min-width: 1024px) {
  .hotellist .hotellistList .listItem a:hover {
    opacity: 1;
  }
  .hotellist .hotellistList .listItem a:hover .title::before {
    width: 100%;
  }
  .hotellist .hotellistList .listItem a:hover .arrow .icon_arrow {
    transform: translateX(3px);
  }
}
@media (max-width: 768px) {
  .hotellist .hotellistList .listItem .photo img {
    width: 100%;
  }
}
.hotellist .hotellistList .listItem .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 5px 50px 5px 0;
  border-bottom: 1px solid #efefef;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7;
}
.hotellist .hotellistList .listItem .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-bottom: 1px solid #000;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.28, 1);
}
.hotellist .hotellistList .listItem .title .arrow {
  position: absolute;
  right: 0;
  bottom: -1px;
  display: block;
  width: 50px;
  height: 100%;
  border-bottom: 1px solid #000;
  text-align: center;
}
.hotellist .hotellistList .listItem .title .arrow .icon_arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #000;
  vertical-align: middle;
  transition: all 0.3s;
}
.hotellist .btn {
  float: left;
  width: 25%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .hotellist .btn {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }
}
.hotellist #hotellist01,
.hotellist #hotellist02 {
  margin-top: -75px;
}
@media (max-width: 768px) {
  .hotellist #hotellist01,
  .hotellist #hotellist02 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .hotellist #hotellist01 .hotellistTitle,
  .hotellist #hotellist02 .hotellistTitle {
    padding-top: 20px;
  }
}
.hotellist #hotellist04 .hotellistTitle .titleLogo img {
  width: 59px;
}

/* =========================================================
company
========================================================= */
.company {
  background: url(../img/top/company_bg.jpg) center/cover;
  color: #fff;
}
@media (max-width: 768px) {
  .company {
    background: url(../img/top/company_bg_sp.jpg) center/cover;
  }
}
.company .wrapper {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .company .wrapper {
    padding: 50px 20px 60px;
  }
}
.company .wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.company .companyContent {
  float: left;
  width: 61%;
}
@media (max-width: 768px) {
  .company .companyContent {
    float: none;
    width: 100%;
  }
}
.company .companyContent .secTitle {
  margin-bottom: 50px;
  color: #fff;
}
@media (max-width: 768px) {
  .company .companyContent .secTitle {
    margin-bottom: 20px;
  }
}
.company .companyContent .companyTable {
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .company .companyContent .companyTable {
    border-top: 1px solid #70c7a9;
  }
}
.company .companyContent .companyTable tr:first-child th,
.company .companyContent .companyTable tr:first-child td {
  border-top: 1px solid;
}
@media (max-width: 768px) {
  .company .companyContent .companyTable tr:first-child th,
  .company .companyContent .companyTable tr:first-child td {
    border-top: none;
  }
}
.company .companyContent .companyTable tr:first-child th {
  border-top-color: #70c7a9;
}
@media (max-width: 768px) {
  .company .companyContent .companyTable tr:last-child td {
    border-bottom-color: #fff;
  }
}
.company .companyContent .companyTable th,
.company .companyContent .companyTable td {
  padding: 22px 20px 22px 30px;
  border-bottom: 1px solid;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .company .companyContent .companyTable th,
  .company .companyContent .companyTable td {
    display: block;
    padding: 22px 0;
    margin-bottom: -1px;
    border-bottom-color: #70c7a9;
  }
}
.company .companyContent .companyTable th {
  width: 22%;
  padding-left: 0;
  border-bottom-color: #70c7a9;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 1024px) {
  .company .companyContent .companyTable th {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .company .companyContent .companyTable th {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .company .companyContent .companyTable td {
    padding-top: 0;
  }
}
.company .companyContent .companyTable ul li {
  padding-left: 0.75em;
  text-indent: -0.75em;
}
.company .companyContent .companyTable ul li a {
  color: inherit;
  text-decoration: underline;
}
.company .contactContent {
  float: right;
  width: 30%;
}
@media (max-width: 768px) {
  .company .contactContent {
    float: none;
    width: 100%;
    margin-top: 60px;
  }
}
.company .contactContent .secTitle {
  color: #fff;
}
.company .contactContent .contactTel {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .company .contactContent .contactTel {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .company .contactContent .contactTel {
    font-size: 3rem;
  }
}
.company .contactContent .contactTel a {
  color: #fff;
}
.company .contactContent .contactBtn {
  margin-top: 0;
}
.company .contactContent .contactBtn a {
  display: block;
  padding: 30px 10px;
  background: #70c7a9;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1024px) {
  .company .contactContent .contactBtn a {
    opacity: 1;
  }
}
.company .contactContent .contactBtn a::before {
  background: #8dd2ba;
}
.company .contactContent .contactBtn a svg {
  margin-right: 15px;
  width: 31px;
  height: 22px;
  fill: #fff;
  vertical-align: middle;
}
.company .contactContent .contactLink a {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 30px 40px 30px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media (min-width: 1024px) {
  .company .contactContent .contactLink a:hover {
    opacity: 1;
  }
  .company .contactContent .contactLink a:hover .icon_arrow {
    transform: translateX(3px);
  }
}
.company .contactContent .contactLink a .icon_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  fill: #fff;
  transition: all 0.3s;
}
/*# sourceMappingURL=map/top.css.map */
