@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
picture, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
layout.css
========================================================= */
html,
body {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: #1d1d1d;
  color: #fff;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05px;
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 1.5rem;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

.wrapper {
  padding-top: 100px;
  padding-bottom: 130px;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrapper {
    width: calc(100% - 40px);
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.text_en {
  font-weight: 900;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 321px) {
  .exsp {
    display: none;
  }
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 9px;
  top: -3px;
  transition: transform 0.3s;
  vertical-align: middle;
}
.arrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 4px;
  top: 50%;
  width: 21px;
  height: 0;
  border-bottom: 1px solid #fff;
}
.arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -1px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.black::before {
  border-bottom-color: #1d1d1d;
}
.arrow.black::after {
  border-top-color: #1d1d1d;
  border-right-color: #1d1d1d;
}

@media (min-width: 768px) {
  a:hover .arrow {
    transform: translateX(3px);
  }
}
a[target=_blank]::after {
  content: "";
  position: relative;
  top: auto;
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-left: 7px;
  background: url(../img/common/icon_external.svg) no-repeat;
  background-size: 100% 100%;
  border: none;
  line-height: 1.2;
  vertical-align: middle;
}
a[href$=".xls"]::after, a[href$=".xlsx"]::after {
  content: "EXCEL";
  position: relative;
  top: -2px;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 7px;
  padding: 1px 5px 2px;
  border: 1px solid;
  background: none;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: middle;
}
a[href$=".pdf"]::after {
  content: "PDF";
  position: relative;
  top: -2px;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 7px;
  padding: 1px 5px 2px;
  border: 1px solid;
  background: none;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: middle;
}

/* =========================================================
particles
========================================================= */
#particles-js {
  position: fixed; /*描画固定*/
  z-index: -1; /*描画を一番下に*/
  width: 100%;
  height: 100%;
}

#wrapper {
  position: relative; /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1; /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  background-color: #1f1f1f;
  color: #fff;
  transition: background-color 0.4s;
  z-index: 100;
}
@media (max-width: 767px) {
  .globalHeader {
    min-width: 0;
    height: 54px;
    z-index: 200;
  }
}
.globalHeader.scroll {
  background-color: #ececec;
  color: #000;
}
.globalHeader.scroll .headerMain .headerLogo svg {
  fill: #1d1d1d;
}
.globalHeader .wrapper {
  width: 96%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .globalHeader .wrapper {
    width: calc(100% - 30px);
  }
}
.globalHeader a {
  color: inherit;
}
.globalHeader .headerTop {
  background: #000;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .globalHeader .headerTop {
    display: none;
  }
}
.globalHeader .headerTop .wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}
.globalHeader .headerTop .headerText {
  margin-right: auto;
  font-size: 1.4rem;
}
@media (max-width: 1100px) {
  .globalHeader .headerTop .headerText {
    font-size: 1.2rem;
  }
}
.globalHeader .headerTop .headerNav {
  font-size: 1.4rem;
}
@media (max-width: 1100px) {
  .globalHeader .headerTop .headerNav {
    font-size: 1.2rem;
  }
}
.globalHeader .headerTop .headerNav li + li {
  margin-left: 1.5rem;
}
.globalHeader .headerTop .headerNav li a {
  display: inline-block;
  text-decoration: none;
}
.globalHeader .headerTop .headerNav li a .arrow {
  margin-left: 3px;
}
.globalHeader .headerMain .wrapper {
  align-items: center;
}
.globalHeader .headerMain .headerLogo {
  margin-right: auto;
  line-height: 1;
}
@media (max-width: 767px) {
  .globalHeader .headerMain .headerLogo {
    padding-top: 12px;
  }
}
.globalHeader .headerMain .headerLogo svg {
  width: auto;
  height: 70px;
/* 	  width: 239px;
  height: 37.5px; */
  fill: #fff;
}
@media (max-width: 767px) {
  .globalHeader .headerMain .headerLogo svg {
/*     width: 193px;
    height: 31px; */
	      width: 240px;
    height: 40px;
  }
}
.globalHeader .globalNav {
  max-width: calc(100% - 260px);
  margin-right: -18px;
  margin-left: auto;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .globalHeader .globalNav {
    display: none;
  }
}
.globalHeader .globalNav a {
  display: block;
  font-weight: bold;
}
.globalHeader .globalNav .gnavList {
  font-size: 1.8rem;
}
.globalHeader .globalNav .gnavList li {
  position: relative;
}
.globalHeader .globalNav .gnavList li a,
.globalHeader .globalNav .gnavList li .nolink {
  display: block;
  height: 77px;
  padding: 26px 1em 24px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}
.globalHeader .globalNav .gnavList li a:hover,
.globalHeader .globalNav .gnavList li .nolink:hover {
  color: #de2c2b;
}
@media (max-width: 1024px) {
  .globalHeader .globalNav .gnavList li a,
  .globalHeader .globalNav .gnavList li .nolink {
    color: #1d1d1d;
  }
}
.globalHeader .globalNav .gnavList li.parent:hover {
  color: #de2c2b;
}
@media (max-width: 1024px) {
  .globalHeader .globalNav .gnavList li.parent {
    color: #1d1d1d;
  }
}
.globalHeader .globalNav .nestList {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  min-width: 370px;
  padding: 0 10px;
  background: #4d4d4d;
  font-size: 1.6rem;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
.globalHeader .globalNav .nestList::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -13px;
  border-style: solid;
  border-width: 0 13px 12px 13px;
  border-color: transparent transparent #4d4d4d transparent;
}
.globalHeader .globalNav .nestList li {
  display: block;
  width: 100%;
}
.globalHeader .globalNav .nestList li + li {
  border-top: 1px solid #666;
}
.globalHeader .globalNav .nestList li a {
  height: auto;
  padding: 15px 0;
  color: #fff;
  font-weight: 500;
}

.gnavBtn {
  position: fixed;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  padding-top: 20px;
  background: #000;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
  text-align: center;
  z-index: 200;
}
.gnavBtn.on .text:before {
  content: "CLOSE";
}
.gnavBtn.on .menuLine {
  background: none;
}
.gnavBtn.on .menuLine:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.gnavBtn.on .menuLine:after {
  transform: rotate(-45deg) translate(3px, -3px);
}
.gnavBtn .text {
  display: block;
  margin-top: 5px;
  font-size: 9px;
}
.gnavBtn .text:before {
  content: "MENU";
}
.gnavBtn .menuLine {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 1px;
  margin-left: -6px;
  margin: 0 auto;
  background: #fff;
  transition: all 0.5s;
}
.gnavBtn .menuLine:before, .gnavBtn .menuLine:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
}
.gnavBtn .menuLine:before {
  top: -3px;
}
.gnavBtn .menuLine:after {
  top: 3px;
}

.gnavCloseBtn {
  position: fixed;
  top: 3.3vw;
  right: 3.3vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  cursor: pointer;
  z-index: 101;
}
@media (max-width: 767px) {
  .gnavCloseBtn {
    top: 0;
    right: 0;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.gnavCloseBtn .menuLine,
.gnavCloseBtn .menuLine:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6666666667vw;
  height: 3px;
  margin: auto;
  background: #de2c2b;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .gnavCloseBtn .menuLine,
  .gnavCloseBtn .menuLine:before {
    width: 7.2vw;
  }
}
.gnavCloseBtn .menuLine {
  transform: rotate(45deg) translateX(10%) translateY(-250%);
}
.gnavCloseBtn .menuLine:before {
  transform: rotate(-90deg) translateX(7%) translateY(31%);
}
.gnavCloseBtn .text {
  display: block;
  text-indent: -9999px;
}

/* =========================================================
modalNav
========================================================= */
.modalNav {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(29, 29, 29, 0.9);
  color: #fff;
  transition: right 0.6s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
.modalNav.is_show {
  right: 0;
}
.modalNav a[target=_blank]::after {
  content: none;
}
.modalNav .wrapper {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}
.modalNav .navList {
  font-size: 1.8rem;
  line-height: 1.75;
}
.modalNav .navList > li {
  border-top: 1px solid #a3a3a3;
}
.modalNav .navList > li:nth-of-type(1) {
  border-top: none;
}
.modalNav .navList > li:last-of-type {
  border-bottom: 1px solid #a3a3a3;
}
.modalNav .navList > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-weight: 500;
}
.modalNav .navList > li > a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
.modalNav .navList .parent {
  position: relative;
  display: block;
  padding: 17px 20px;
  font-size: 1.8rem;
  font-weight: 500;
}
.modalNav .navList .parent::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.modalNav .navList .parent.open:after {
  margin-top: -4px;
  transform: rotate(225deg);
}
.modalNav .navList .nestList {
  display: none;
  padding: 10px 20px 20px;
  border-top: 1px solid #333;
  font-size: 1.6rem;
}
.modalNav .navList .nestList li {
  position: relative;
  padding-left: 1.125em;
}
.modalNav .navList .nestList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  display: inline-block;
  width: 0.75em;
  height: 0;
  border-top: 1px solid;
  vertical-align: middle;
}
.modalNav .navList .nestList li + li {
  margin-top: 3px;
}
.modalNav .navList .nestList li a {
  font-weight: 400;
}
.modalNav .navList02 {
  padding: 20px 20px;
  line-height: 1.75;
}
.modalNav .navList02 li {
  position: relative;
  padding-left: 1.125em;
}
.modalNav .navList02 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  display: inline-block;
  width: 0.75em;
  height: 0;
  border-top: 1px solid;
  vertical-align: middle;
}
.modalNav .navList02 li + li {
  margin-top: 3px;
}
.modalNav .navGroup {
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .modalNav .navGroup a:hover {
    text-decoration: underline;
  }
}
.modalNav .navGroup .groupTitle {
  margin: 0 0 15px;
  padding: 12px 5px;
  border: 1px solid;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.modalNav .navGroup .navList02 {
  padding: 0;
}

/* =========================================================
sideFix
========================================================= */
.sideFix {
  position: fixed;
  right: -231px;
  top: 50%;
  transition: right 0.4s;
  transform: translateY(-50%);
  z-index: 100;
}
.sideFix:hover {
  right: 0;
}
.sideFix a {
  display: block;
  width: 294px;
  padding-left: 22px;
  border-radius: 6px 0 0 6px;
  background: rgb(222, 44, 43);
  background: -moz-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: -webkit-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: linear-gradient(to right, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#de2c2b", endColorstr="#a82881",GradientType=1 );
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 66px;
}
.sideFix a .icon {
  margin-bottom: 3px;
  margin-right: 20px;
  vertical-align: middle;
}

/* =========================================================
btmFix
========================================================= */
.btmFix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  z-index: 300;
}
@media (max-width: 767px) {
  .btmFix {
    display: flex;
  }
}
.btmFix a {
  display: block;
  width: 50%;
  height: 48px;
  padding-top: 16px;
  font-weight: 500;
}
.btmFix a.btnContact {
  background: rgb(222, 44, 43);
  background: -moz-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(222, 44, 43) 50%, rgb(168, 40, 129) 100%);
  background: -webkit-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(222, 44, 43) 50%, rgb(168, 40, 129) 100%);
  background: linear-gradient(to right, rgb(222, 44, 43) 0%, rgb(222, 44, 43) 50%, rgb(168, 40, 129) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#de2c2b", endColorstr="#a82881",GradientType=1 );
}
.btmFix a.btnEvent {
  background: rgb(222, 44, 43);
  background: -moz-linear-gradient(left, #0ab598 0%, #0ab598 50%, #12abaa 100%);
  background: -webkit-linear-gradient(left, #0ab598 0%, #0ab598 50%, #12abaa 100%);
  background: linear-gradient(to right, #0ab598 0%, #0ab598 50%, #12abaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0ab598", endColorstr="#12abaa",GradientType=1 );
}

/* =========================================================
contents
========================================================= */
.contents {
  position: relative;
  display: block;
  padding-top: 114px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contents {
    padding-top: 50px;
  }
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter .wrapper {
  padding-top: 172px;
  padding-bottom: 162px;
}
@media (max-width: 767px) {
  .globalFooter .wrapper {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.globalFooter .wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.globalFooter a[target=_blank]::after {
  content: none;
}
.globalFooter .footerInfo {
  float: left;
  width: 390px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .globalFooter .footerInfo {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }
}
.globalFooter .footerInfo .footerLogo {
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .globalFooter .footerInfo .footerLogo img {
    width: 303px;
    height: 49px;
  }
}
.globalFooter .footerInfo .footerAddress {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.globalFooter .footerInfo .footerAddress a {
  color: #299bd2;
  text-decoration: underline;
}
.globalFooter .footerInfo .footerAddress a:hover {
  text-decoration: none;
}
.globalFooter .footerInfo .snsLink {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .globalFooter .footerInfo .snsLink {
    margin-top: 30px;
  }
}
.globalFooter .footerInfo .snsLink a {
  display: inline-block;
  margin-right: 20px;
}
.globalFooter .footerNav {
  float: right;
  width: calc(100% - 430px);
  max-width: 754px;
}
@media (max-width: 767px) {
  .globalFooter .footerNav {
    display: block;
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .globalFooter .footerNav a:hover {
    text-decoration: underline;
  }
}
.globalFooter .footerNav .navBtns {
  text-align: center;
}
@media (max-width: 767px) {
  .globalFooter .footerNav .navBtns {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
.globalFooter .footerNav .navBtns a {
  position: relative;
  display: block;
  padding: 10px 50px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.globalFooter .footerNav .navBtns a + a {
  margin-top: 15px;
}
.globalFooter .footerNav .navBtns .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}
.globalFooter .footerNav .navCol {
  width: 30%;
}
@media (max-width: 767px) {
  .globalFooter .footerNav .navCol {
    width: 100vw;
    margin: 0 -20px -1px;
    border-bottom: 1px solid #a3a3a3;
    font-size: 1.6rem;
  }
  .globalFooter .footerNav .navCol:last-of-type {
    border-bottom: none;
  }
}
.globalFooter .footerNav .navTitle {
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #a3a3a3;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .globalFooter .footerNav .navTitle {
    margin-bottom: 0;
    padding: 15px 20px;
    border-top: 1px solid #a3a3a3;
    border-bottom: none;
  }
  .globalFooter .footerNav .navTitle.spParent::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .globalFooter .footerNav .navTitle.spParent.open:after {
    margin-top: -4px;
    transform: rotate(225deg);
  }
}
.globalFooter .footerNav .navTitle a {
  pointer-events: none;
}
@media (max-width: 767px) {
  .globalFooter .footerNav .navTitle a {
    display: block;
    width: 100vw;
    margin: -15px -20px;
    padding: 15px 20px;
    pointer-events: auto;
  }
}
.globalFooter .footerNav .navTitle a .arrow {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .globalFooter .footerNav .navTitle a .arrow {
    display: inline-block;
  }
}
.globalFooter .footerNav .navList {
  line-height: 1.75;
}
@media (min-width: 768px) {
  .globalFooter .footerNav .navList {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .globalFooter .footerNav .navList {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #333;
  }
  .globalFooter .footerNav .navList.spVisible {
    display: block;
  }
}
.globalFooter .footerNav .navList li {
  position: relative;
  padding-left: 1.125em;
}
.globalFooter .footerNav .navList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  display: inline-block;
  width: 0.75em;
  height: 0;
  border-top: 1px solid;
  vertical-align: middle;
}
.globalFooter .footerNav .navList li + li {
  margin-top: 3px;
}
.globalFooter .footerNav .navList + .navTitle {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .globalFooter .footerNav .navList + .navTitle {
    margin-top: 0;
  }
}
.globalFooter .footerGroup {
  clear: left;
  width: 390px;
}
@media (max-width: 1024px) {
  .globalFooter .footerGroup {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .globalFooter .footerGroup a:hover {
    text-decoration: underline;
  }
}
.globalFooter .footerGroup .groupTitle {
  margin: 0 0 15px;
  padding: 12px 5px;
  border: 1px solid;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.globalFooter .footerGroup .groupList {
  line-height: 1.75;
}
.globalFooter .footerGroup .groupList li {
  position: relative;
  padding-left: 1em;
}
.globalFooter .footerGroup .groupList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  display: inline-block;
  width: 0.75em;
  height: 0;
  border-top: 1px solid;
  vertical-align: middle;
}
.globalFooter .footerGroup .groupList li + li {
  margin-top: 3px;
}
.globalFooter .copyright {
  margin: 0;
  padding: 20px 5px 70px;
  background: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  opacity: 0.5;
  text-align: center;
}

.pagetop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100;
  padding-top: 1.2vw;
  background: #20a1d1;
  border: 2px solid #20a1d1;
  border-radius: 1em;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.pagetop.is_show {
  opacity: 1;
  visibility: visible;
}

/* =========================================================
heading
========================================================= */
.secTitle {
  margin: 0 0 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .secTitle {
    font-size: 2.8rem;
  }
}
.secTitle::after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  margin: 28px auto 0;
  background: #de2c2b;
}

.secTitle02 {
  margin: 0 0 32px;
  padding-left: 15px;
  font-size: 2.4rem;
  border-left: 6px solid #de2c2b;
  font-weight: bold;
  line-height: 1.4;
}

.lead {
  text-align: center;
}

.red {
  color: #de2c2b;
}

/* =========================================================
animation
========================================================= */
.inview {
  transform: translateY(20px);
  transition-duration: 1s;
  transition-property: transform opacity;
  transition-delay: 300ms;
  opacity: 0;
}
.inview.show {
  transform: translateY(0);
  opacity: 1;
}

/* テキストアニメーション */
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ccc; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/* =========================================================
pageTitleArea
========================================================= */
.titleArea {
  position: relative;
  /* 背景なし */
}
.titleArea .kvBg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .titleArea .kvBg.sp {
    display: block;
  }
}
.titleArea .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .titleArea .wrapper {
    padding-top: 50px;
  }
}
.titleArea .pageTitle {
  margin: 0 0 50px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .titleArea .pageTitle {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.titleArea .pageTitle .text_en {
  display: block;
  margin-bottom: 5px;
  font-size: 9.1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .titleArea .pageTitle .text_en {
    font-size: 4.55rem;
  }
}
.titleArea .pageTitle .text_jp {
  display: block;
  font-weight: bold;
}
.titleArea .titleLead {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.54;
}
@media (max-width: 767px) {
  .titleArea .titleLead {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
}
.titleArea .inview {
  transition-delay: 600ms;
}
.titleArea.no_bg {
  background: none;
}
.titleArea.no_bg .wrapper {
  position: static;
  padding-top: 85px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .titleArea.no_bg .wrapper {
    padding-top: 50px;
  }
}
.titleArea.no_bg .pageTitle {
  margin-bottom: 0;
}
.titleArea.no_bg .breadcrumbs {
  color: #4d4d4d;
}
.titleArea.no_bg .breadcrumbs li.home a {
  background: url(../img/common/icon_home_g.svg) no-repeat;
  background-size: 100%;
}

.breadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 12px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  z-index: 1.5;
}
@media (max-width: 767px) {
  .breadcrumbs {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumbs a {
  color: #4d4d4d;
  font-weight: 500;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs ul:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs li {
  float: left;
}
@media (max-width: 767px) {
  .breadcrumbs li {
    float: none;
    display: inline-block;
  }
}
.breadcrumbs li:after {
  content: "＞";
  display: inline-block;
  margin: 0 0.5em 2px;
  color: inherit;
  font-size: 1rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .breadcrumbs li:after {
    margin-right: 0.1em;
    border-top-color: #de2c2b;
    border-right-color: #de2c2b;
  }
}
@media (max-width: 767px) {
  .breadcrumbs li.home {
    display: inline-block;
  }
}
.breadcrumbs li.home a {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 3px;
  background: url(../img/common/icon_home.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  vertical-align: middle;
  overflow: hidden;
}
.breadcrumbs li.home a:hover {
  opacity: 0.7;
}
.breadcrumbs li:last-of-type::after {
  content: none;
}

@media (max-width: 767px) {
  .contents > .breadcrumbs {
    top: 54px;
  }
}
/* =========================================================
btn
========================================================= */
.btn {
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}
.btn a,
.btn .btnLink {
  position: relative;
  display: inline-block;
  width: 284px;
  max-width: 100%;
  padding: 15px 40px;
  background: rgb(222, 44, 43);
  background: -moz-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: -webkit-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: linear-gradient(to right, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#de2c2b", endColorstr="#a82881",GradientType=1 );
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .btn a:hover,
  .btn .btnLink:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 767px) {
  .btn a,
  .btn .btnLink {
    width: 100%;
    padding: 16px 40px;
  }
}
.btn a .arrow,
.btn .btnLink .arrow {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn a .arrow.left,
.btn .btnLink .arrow.left {
  right: auto;
  left: 18px;
  transform: scale(-1, 1);
}
.btn a[target=_blank]::after,
.btn .btnLink[target=_blank]::after {
  content: none;
}
.btn.border a, .btn.border .btnLink {
  background: none;
  border: 1px solid;
  box-shadow: none;
  color: inherit;
}
.btn.moreBtn .btnLink .arrow {
  top: 0;
  bottom: 7px;
  transform: rotate(90deg);
}

/* =========================================================
bg
========================================================= */
.bgGray {
  background: url(../img/common/bg_dots.png) center top;
  color: #1d1d1d;
}
.bgGray a {
  color: inherit;
}
.bgGray a[target=_blank]::after {
  background: url(../img/common/icon_external_b.svg) no-repeat;
  background-size: 100% 100%;
}
.bgGray a[href$=".xls"]::after, .bgGray a[href$=".xlsx"]::after {
  background: none;
  color: #4d4d4d;
}
.bgGray a[href$=".pdf"]::after {
  background: none;
  color: #4d4d4d;
}
.bgGray .bgLRextend::before {
  background: #1d1d1d;
}
.bgGray .btn:not(.border) a,
.bgGray .btn:not(.border) .btnLink {
  color: #fff;
}
.bgGray .btn:not(.border) .arrow::before {
  border-bottom-color: #fff;
}
.bgGray .btn:not(.border) .arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.bgGray .btn.border .arrow::before {
  border-bottom-color: #1d1d1d;
}
.bgGray .btn.border .arrow::after {
  border-top-color: #1d1d1d;
  border-right-color: #1d1d1d;
}

/* =========================================================
table
========================================================= */
.table {
  width: 100%;
  table-layout: fixed;
}
.table th,
.table td {
  padding: 20px 32px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table th,
  .table td {
    padding: 15px 20px;
  }
}
.table th {
  width: 203px;
  background: #e6e6e6;
  font-weight: 500;
}

/* =========================================================
nav
========================================================= */
.pageNav {
  position: relative;
  margin-top: -120px;
  margin-bottom: -20px;
  padding-top: 0;
  padding-bottom: 0;
  color: #de2c2b;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .pageNav {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .pageNav {
    margin-top: -30px;
    margin-bottom: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .pageNav .navSelectBtn {
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #de2c2b;
    border-radius: 50px;
    font-weight: 500;
    overflow: hidden;
  }
  .pageNav .navSelectBtn:after {
    content: "";
    position: absolute;
    right: 8%;
    top: 14px;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto 0;
    border-bottom: 1px solid #de2c2b;
    border-right: 1px solid #de2c2b;
    transform: rotate(45deg);
  }
  .pageNav .navSelectBtn.open:after {
    transform: rotate(225deg) translate(-6px, -6px);
  }
}
@media (max-width: 767px) {
  .pageNav ul {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    background: #fff;
    border: 1px solid #de2c2b;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .pageNav ul.open {
    visibility: visible;
    opacity: 1;
  }
}
.pageNav ul li {
  width: 48%;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pageNav ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .pageNav ul li + li {
    border-top: 1px solid #de2c2b;
  }
}
.pageNav ul a {
  position: relative;
  display: block;
  padding: 18px;
  height: 100%;
  background: #fff;
  border: 1px solid #de2c2b;
  color: #de2c2b;
  font-weight: 500;
}
@media (min-width: 768px) {
  .pageNav ul a:hover {
    border-color: #fff;
    color: #fff;
  }
  .pageNav ul a:hover:before {
    opacity: 1;
  }
  .pageNav ul a:hover:after {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
@media (max-width: 767px) {
  .pageNav ul a {
    padding: 10px;
    border: none;
  }
}
.pageNav ul a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(222, 44, 43);
  background: -moz-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: -webkit-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: linear-gradient(to right, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#de2c2b", endColorstr="#a82881",GradientType=1 );
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pageNav ul a:before {
    content: none;
  }
}
.pageNav ul a:after {
  content: "";
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 8px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto 0;
  border-bottom: 1px solid #de2c2b;
  border-right: 1px solid #de2c2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pageNav ul a:after {
    content: none;
  }
}
.pageNav ul a span {
  position: relative;
  font-weight: 500;
}

/* =========================================================
汎用リスト
========================================================= */
.iconList {
  justify-content: flex-start;
}
.iconList li {
  margin-right: 20px;
}
.iconList li a {
  position: relative;
  padding-left: 27px;
  color: #29abe2;
  text-decoration: underline;
}
.iconList li a:hover {
  text-decoration: none;
}
.iconList li a .icon {
  position: absolute;
  left: 0;
  top: 0.25em;
}

/* =========================================================
tab
========================================================= */
.tabBtn {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tabBtn {
    max-width: 280px;
    margin: 0 auto;
  }
}
.tabBtn li {
  margin-right: 8px;
  padding: 3px 12px 6px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tabBtn li {
    margin: 0 4px 8px;
    padding: 5px 8px 7px;
    flex-grow: 1;
  }
}
.tabBtn li.active {
  background: rgb(222, 44, 43);
  background: -moz-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: -webkit-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: linear-gradient(to right, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#de2c2b", endColorstr="#a82881",GradientType=1 );
  color: #fff;
}

/* =========================================================
汎用リスト
========================================================= */
.colList {
  margin-top: 50px;
  margin-bottom: -40px;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .colList {
    margin-top: 30px;
    margin-bottom: -30px;
    justify-content: space-between;
  }
}
.colList .listItem {
  width: 30.6%;
  max-width: 367px;
  margin: 0 4.1% 40px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .colList .listItem {
    width: 48%;
    max-width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .colList .listItem {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.colList .listItem:nth-of-type(3n) {
  margin-right: 0;
}
.colList .listItem .photo {
  position: relative;
  margin-bottom: 20px;
  height: 0;
  padding-top: 61.853%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .colList .listItem .photo {
    margin-bottom: 15px;
  }
}
.colList .listItem .photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.colList .listItem .title {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .colList .listItem .title {
    font-size: 2.2rem;
  }
}

/* =========================================================
slick
========================================================= */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-top: -24px;
  background: #fff;
  border: 2px solid #de2c2b;
  border-radius: 50%;
  box-shadow: 2px 2px 0 #de2c2b;
  background: url(../img/common/icon_slide.svg) no-repeat center, #fff;
  background-size: 22px;
  cursor: pointer;
  line-height: 1;
  text-align: left;
  text-indent: -9999px;
  z-index: 10;
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: url(../img/common/icon_slide.svg) no-repeat center, #fff;
    background-size: 15px;
  }
}

.slick-prev {
  left: 2%;
  background: url(../img/common/icon_slide_r.svg) no-repeat center, #fff;
  background-size: 22px;
}
@media (max-width: 767px) {
  .slick-prev {
    background: url(../img/common/icon_slide_r.svg) no-repeat center, #fff;
    background-size: 15px;
  }
}

.slick-next {
  left: auto;
  right: 2%;
}