
@charset "UTF-8";
/* CSS Document */

/* main
-----------------------------------------------*/
#main {
  background: #01305D;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 212px;
  padding: 8px 40px 0;
  color: #fff;
}
#main p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#main h1 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  #main {
    height: 114px;
    padding: 0 20px 20px;
  }
  #main p {
    font-size: 32px;
  }
  #main h1 {
    font-size: 14px;
    margin-top: 8px;
  }
}

/* lead
-----------------------------------------------*/
#lead p {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 160%;
}
@media only screen and (max-width:767px) {
  #lead + section .borderColBox .col:first-child{
    border-left: none;
  }
  #lead p {
    font-size: 18px;
  }
}

/* section
-----------------------------------------------*/
section {
  overflow: hidden;
  position: relative;
  padding: 80px 40px;
}
section::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#main + section::before,
#mainIndex + section::before {
  display: none;
}
section .inner {
  position: relative;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
}
section .ttl h2 {
  font-size: 36px;
}
section .ttl h2 span {
  display: block;
  color: #B01A2E;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}
section .lead {
  position: relative;
  padding: 80px 0;
  margin-bottom: 80px;
}
#main + section .lead,
#mainIndex + section .lead {
  padding-top: 0;
}
section .lead::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
section .lead h2 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 160%;
}
@media only screen and (max-width:767px) {
  section {
    padding: 48px 24px 48px;
  }
  section .lead {
    padding: 48px 0;
    margin-bottom: 48px;
  }
  section .lead h2 {
    font-size: 22px;
  }
section .ttl h2 {
  font-size: 26px;
}
}


/* mainIndex
-----------------------------------------------*/
#mainIndex {
  position: relative;
  background: #01305D;
  padding: 0 40px 0;
  color: #fff;
}
#mainIndex::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #F6F7FA;
}
#mainIndex .inner {
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 212px;
  padding-top: 8px;
}
#mainIndex p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#mainIndex h1 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#mainIndex .img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1352px;
  margin: 0 auto;
  border-radius: 20px;
  height: 442px;
}
#mainIndex .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  #mainIndex {
    padding: 0 24px;
  }
  #mainIndex::before {
    height: 34px;
  }
  #mainIndex .inner {
    height: 114px;
    padding: 0 0 20px;
  }
  #mainIndex p {
    font-size: 32px;
  }
  #mainIndex h1 {
    font-size: 14px;
    margin-top: 8px;
  }
  #mainIndex .img {
    height: 272px;
  }
}
/* slideArea
-----------------------------------------------*/
.slideArea .slide {
  margin-top: 48px;
  position: relative;
}
.slick-list {
  overflow: visible;
  max-width: 720px;
}
.slideArea .slide .slick-item {
  padding-right: 40px;
}
.slideArea .slide .slick-item .img {
  overflow: hidden;
  border-radius: 18px;
}
.slideArea .slide .slick-item .img img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.thumb-item-nav {
  display: flex;
  align-items: center;
  margin-top: 54px;
}
.thumb-item-nav > div {
  position: relative;
  padding: 0;
}
.thumb-item-nav .slick-slide {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0!important;
  height: 8px;
  width: 8px !important;
  padding: 3px 0;
  cursor: pointer;
}
.thumb-item-nav .slick-current {
  width: 40px !important;
}
.thumb-item-nav li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0  ;
  height: 8px;
  border-radius: 50px;
  z-index: 1;
  width: 100%;
  background-color: #01305D;
}
.thumb-item-nav .slick-track {
  transform: none!important;
}
.slick-next, 
.slick-prev {
  position: absolute;
  display: block;
  content: "";
  bottom: -82px;
  width: 48px;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  transition: opacity .2s;
  z-index: 2;
}
.slick-next:hover, 
.slick-prev:hover {
  opacity: .7;
}
.slick-prev {
  right: 64px;
  background: url("/img/overview/index/icon-arrow-01.svg")no-repeat;
  background-size: contain;
}
.slick-next {
  right: 0;
  background: url("/img/overview/index/icon-arrow-02.svg")no-repeat;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  .thumbLink,
  .col4 {
    grid-template-columns: 1fr 1fr;
  }
  .slideArea .slide .slick-item {
    padding-right: 20px;
  }
  .slick-next, 
  .slick-prev{
    bottom: -55px;
    width: 40px;
    height: 40px;
  }
  .thumb-item-nav {
    margin-top: 32px;
  }
  .slick-prev {
    right: 50px;
  }
}


/* index
-----------------------------------------------*/
#index #lead {
  text-align: center;
}
#index #lead h2{
  font-size: 22px;
  font-weight: normal;
}
#index #lead p{
  font-size: 16px;
  line-height: 2.3;
  margin-top: 24px;
}
#index #lead .video{
  margin: 80px calc(50% - 50vw);
  width: 100vw;
}
#index #lead .video video{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 460px;
}
#index #mainBusiness .box {
  margin-top: 80px;
}
#index #mainBusiness .col2{
  display: flex;
  gap: 40px;
  align-items: start;
}
#index #mainBusiness .col2 .txt,
#index #mainBusiness .col2 .img,
#index #mainBusiness .col2 .video{
  width: 50%;
}
#index #mainBusiness .col2 .img,
#index #mainBusiness .col2 .video{
  border-radius: 16px;
  overflow: hidden;
}
#index #mainBusiness .col2 .video {
  padding-top: 41.02%;
  position: relative;
}
#index #mainBusiness .col2 .video video{
  position: absolute;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
}
#index #mainBusiness .col2 .txt h3{
  font-size: 32px;
  margin-bottom: 18px;
}
#index #mainBusiness .col2 .txt ul + p,
#index #mainBusiness .col2 .txt h4{
  margin-top: 24px;
}
#index #mainBusiness .col2 .txt h4,
#index #mainBusiness .col2 .txt p,
#index #mainBusiness .col2 .txt li{
  font-size: 16px;
  line-height: 1.6;
}
#index #mainBusiness .col3{
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}
#index #mainBusiness .col3 li{
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  #index #lead .img{
    margin: 48px calc(50% - 50vw) 0;
  }
  #index #mainBusiness .col2{
    flex-wrap: wrap;
    gap: 20px;
  }
  #index #mainBusiness .box:nth-child(odd) .col2{
    flex-direction: column-reverse;
  }
  #index #mainBusiness .col2 .txt, 
  #index #mainBusiness .col2 .img, 
  #index #mainBusiness .col2 .video{
    width: 100%;
  }
  #index #mainBusiness .col2 .video {
    padding-top: 85.7%;
  }
  #index #mainBusiness .box {
    margin-top: 48px;
  }
  #index #mainBusiness .col2 .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #index #mainBusiness .col2 .txt h4, 
  #index #mainBusiness .col2 .txt p, 
  #index #mainBusiness .col2 .txt li {
    font-size: 14px;
  }
  #index #mainBusiness .col2 .txt ul + p,
  #index #mainBusiness .col2 .txt h4 {
    margin-top: 20px;
  }
  #index #mainBusiness .col3 {
    gap: 10px;
    margin-top: 10px;
  }
}

/* pim
-----------------------------------------------*/
#pim .box + .box{
  margin-top: 80px;
}
#pim .box:first-child h3{
  font-size: 36px;
}
#pim .box h3{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.2;
}
#pim .box h4{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.2;
}
#pim .box h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.6;
}
#pim .box .col{
  display: flex;
}
#pim .box .col .img{
  width: 41.99%;
}
#pim .box .col .img img{
  border-radius: 16px;
  overflow: hidden;
}
#pim .box .col .img img + img{
  margin-top: 16px;
}
#pim .lead + .box .col .img{
  width: 38.57%;
  overflow: hidden;
  border-radius: 16px;
}
#pim .box .col .txt{
  width: 58.01%;
  padding-right: 40px;
}
#pim .box .col .img + .txt{
  padding-left: 40px;
  padding-right: 0;
}
#pim .lead + .box .col .txt{
  width: 61.43%;
}
#pim .box .col .txt p{
  font-size: 16px;
  line-height: 2.3;
}
#pim .box .col .txt p + p{
  margin-top: 40px;
}
#pim #sec01 .bg{
  margin: 80px calc(50% - 50vw);
  width: 100vw;
}
#pim #sec02 .box .col .img{
  width: 37.11%;
}
#pim #sec02 .box .col .txt{
  width: 62.89%;
}
#pim #sec02 .box + .box .col .img{
  width: 31.84%;
}
#pim #sec02 .box + .box .col .txt{
  width: 68.16%;
}
#pim #sec02 .box .col .txt p{
  font-size: 16px;
  line-height: 1.6;
  color: #314557;
}
#pim #sec03 h2{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
#pim #sec03 h3{
  font-size: 24px;
  font-weight: bold;
  margin-top: 80px;
  padding-top: 40px;
  position: relative;
}
#pim #sec03 h3:has(+ .slideArea) {
  padding-top: 0;
}
#pim #sec03 h3:has(+ .slideArea)::before {
  display: none;
}
#pim #sec03 .box{
  display: flex;
  margin-top: 48px;
}
#pim #sec03 .box .img{
  overflow: hidden;
  border-radius: 16px;
  width: 31.25%;
}
#pim #sec03 .box .txt{
  width: 68.75%;
  padding-right: 60px;
  display: flex;
  align-items: flex-start;
}
#pim #sec03 .box .txt .col{
  display: block;
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#pim #sec03 .box .txt .col + .col{
  padding-left: 40px;
  padding-right: 0;
  border: none;
}
#pim #sec03 .box .txt .col h3{
  margin-bottom: 0;
  position: relative;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-top:0;
}
#pim #sec03 .box .txt .col h3::before{
  display: none;
}
#pim #sec03 .box .txt .col ul{
  margin-top: 16px;
}
#pim #sec03 .box .txt .col li{
  font-size: 16px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
#pim #sec03 .imgBox{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 40px;
}
#pim #sec03 .imgBox.col2{
  display: flex;
  padding: 40px 60px 60px;
  gap: 24px;
}
@media only screen and (max-width:1100px) {
  #pim #sec03 .imgBox.col2 {
    padding: 40px;
    gap: 40px;
  }
  #pim #sec03 .imgBox.col2 .img{
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
#pim .box h4{
  font-size: 20px;
  margin-bottom: 20px;
}
  #pim .box h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
#pim .box:first-child h3{
    font-size: 26px;
}
  #pim .box .col,
  #pim #sec03 .box{
    flex-wrap: wrap;
  }
  #pim .box .col .txt,
  #pim .lead + .box .col .txt,
  #pim .lead + .box .col .img,
  #pim .box .col .img,
  #pim .box .col .txt,
  #pim #sec02 .box .col .txt,
  #pim #sec02 .box .col .img,
  #pim #sec02 .box + .box .col .img,
  #pim #sec02 .box + .box .col .txt{
    width: 100%;
  }
  #pim .box .col .txt{
    padding-right:0;
  }
  #pim .box .col .img{
    margin-top: 20px;
  }
  #pim .box .col .txt p + p{
    margin-top: 20px;
  }
  #pim .box + .box{
    margin-top: 48px;
  }
  #pim .box + .box .col,
  #pim #sec02 .box + .box .col{
    flex-direction: column-reverse;
  }
  #pim #sec01 .bg {
    margin: 48px calc(50% - 50vw);
  }
  #pim .box .col .img + .txt{
    padding-left: 0;
  }
  #pim #sec02 .box .col{
    flex-direction: column;
  }
  #pim .box h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #pim #sec03 .box{
    margin-top:20px;
    flex-direction: column-reverse;
  }
  #pim #sec03 .box .txt{
    width: 100%;
    padding-right:0;
    flex-wrap: wrap;
  }
  #pim #sec03 .box .txt .col{
    width: 100%;
    padding-right:0;
    border-right:none;
    border-bottom:1px solid transparent;
    border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
    padding-bottom: 30px;
  }
  #pim #sec03 .box .txt .col + .col{
    padding-top: 30px;
    padding-bottom: 0;
    padding-left:0;
  }
  #pim #sec03 .box .img{
    width: 100%;
    margin-bottom: 40px;
  }
  #pim #sec03 h3 {
    font-size: 24px;
    padding-top: 0;
  }
  #pim #sec03 .imgBox.col2{
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  #pim #sec03 .imgBox.col .img{
    padding: 10px;
  }
  #pim #sec03 .slideArea .slide .slick-item .img h4 {
    font-size: 14px!important;
    max-width: 170px!important;
  }
}



/* history
-----------------------------------------------*/
#history h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
#history .col2{
  display: flex;
  margin-top: 40px;
  gap:80px;
}
#history .col2 + .col2{
  margin-top: 0;
}
#history .col{
  width: 45.31%;
  margin-top: 0!important;
}
#history .col .img{
  border-radius: 16px;
  overflow: hidden;
  margin-top: 24px;
}
#history .col .img img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#history .list{
  width: 46.88%;
  border-left: solid 1px #DEDEDE;
}
#history .list li{
  padding-bottom: 24px;
  padding-left: 25px;
  padding-right: 40px;
  position: relative;
}
#history .list li::after{
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  left: -4px;
  width: 7px;
  height: 7px;
  background: #01305D;
  border-radius: 50%;
}
#history h3{
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
#history .list p{
  text-indent: -1em;
  padding-left: 1em;
}
#history .col h3,
#history p{
  font-size: 16px;
  line-height: 1.6;
  color: #01305D;
  display: block;
}
#history a{
  display: inline-block;
  padding-left: 10px;
}
#history a img{
  width: 15px;
}
#history .historySlide li{
  padding-bottom: 0!important;
  padding-left: 0!important;
}
#history .historySlide li img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#history .historySlide li::before,
#history .historySlide li::after{
  display: none;
}
@media only screen and (max-width:767px) {
#history h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
  #history .col2{
    flex-wrap: wrap;
    margin-top: 48px;
    gap:24px;
  }
  #history .col2 + .col2{
    margin-top: 48px;
  }
  #history .col,
  #history .list{
    width: 100%;
  }
  #history .modal .modalBox .historySlide + .modalClose{
    top: 0;
  }
  #history .list li{
    padding-right: 0;
  }
}

/* contact
-----------------------------------------------*/
#contact .info {
  margin-top: 48px;
  display: flex;
}
#contact .info .col {
  display: block;
  position: relative;
  padding: 0 3.91%;
  width: 33.33%;
  box-sizing: content-box;
}
#contact .info .col:first-child {
  padding-left: 0;
  border-right: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#contact .info .col:last-child {
  padding-right: 0;
  border-left: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#contact .info h3 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
}
#contact .info p {
  margin-top: 16px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
}
#contact .info a {
  color: #01305D;
}
#contact .map {
  margin-top: 20px;
  width: 100%;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
}
#contact .map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  #contact .info {
    display: block;
  }
  #contact .info .col {
    width: 100%;
    padding: 24px 0 0 0;
    margin-top: 24px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1!important;
  }
  #contact .info .col:first-child {
    border-right: none;
  }
  #contact .info .col:last-child {
    border-left: none;
  }
  #contact .info h3 {
    margin-top: 8px;
  }
  #contact .info p {
    margin-top: 8px;
  }
}

/* tylon
-----------------------------------------------*/
#tylon section .col{
  display: flex;
  margin-top: 40px;
}
#tylon #sec01 .col + .img{
  margin: 80px calc(50% - 50vw) 0;
  width: 100vw;
}
#tylon #sec01 .col + .img img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 460px;
}
#tylon #sec02::before{
  display: none;
}
#tylon #sec02 .col{
  margin-top: 0;
  align-items: flex-start;
}
#tylon #sec02 .col + .col{
  margin-top: 80px;
}
#tylon section .col .img{
  width: 38.57%;
  overflow: hidden;
  border-radius: 16px;
}
#tylon section .col .img img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#tylon #sec02 .col .img{
  width: 48.05%;
}
#tylon section .col .txt{
  width: 61.43%;
  padding-right: 40px;
}
#tylon #sec02 .col .txt{
  width: 51.95%;
}
#tylon section .col .img + .txt{
  padding-left: 40px;
  padding-right: 0;
}
#tylon section .col .txt h2{
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 18px;
}
#tylon section .col .txt p{
  font-size: 16px;
  line-height: 2.3;
}
#tylon #sec02 .col .txt p{
  line-height: 1.6;
}
#tylon section .col .txt p + p{
  margin-top: 40px;
}
#tylon section .col3 {
  display: grid;
  gap: 160px 26px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}
#tylon section .col3 .col  {
  display: block;
  margin-top:0;
}
#tylon section .col3 .col .img {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
}
#tylon section .col3 .col .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#tylon section .col3 .col .txt {
  margin-top: 12px;
  width: 100%;
  padding-left:0;
}
#tylon section .col3 .col .txt h3 {
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
  letter-spacing: 0.8px;
}
#tylon section .col3 .col .txt p {
  font-size: 14px;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  margin-top: 4px;
  color: #314557;
}
#tylon section .col3 .col .txt ul {
  display: flex;
  flex-wrap: wrap;
  gap:4px;
}
#tylon section .col3 .col .txt li {
  padding: 0 10px;
  color: #fff;
  background: #90A5B9;
  line-height: 22px;
  font-size: 12px;
  border-radius: 40px;
}
#tylon #sec04{
  padding-bottom: 240px;
}
#contactForm{
  padding-bottom: 180px;
}
#tylon #sec01 .video{
  margin: 80px calc(50% - 50vw);
  width: 100vw;
}
#tylon #sec01 .video video{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 460px;
}
@media only screen and (max-width:767px) {
  #tylon section .col{
    flex-wrap: wrap;
    margin-top:20px;
    flex-direction: column-reverse;
  }
  #tylon #sec02 .col:nth-child(even){
    flex-direction: column;
  }
  #tylon #sec02 .col .img{
    margin-top: 20px;
    margin-bottom: 0;
  }
  #tylon #sec02 .col .txt,
  #tylon #sec02 .col .img,
  #tylon section .col .img,
  #tylon section .col .txt{
    width: 100%;
  }
  #tylon section .col .txt{
    padding-right:0;
  }
  #tylon section .col .img{
    margin-bottom: 20px;
  }
  #tylon section .col .txt h2{
    font-size: 20px;
  }
  #tylon #sec02 .col + .col{
    margin-top: 48px;
  }
  #tylon section .col .img + .txt{
    padding-left: 0;
  }
  #tylon section .col3 .col .img {
    margin-top: 0!important;
  }
  #tylon #sec01 .col + .img {
    margin: 48px calc(50% - 50vw) 0;
  }
  #tylon #sec04,
  #contactForm{
    padding-bottom: 80px;
  }
}
@media only screen and (max-width:500px) {
  #tylon section .col3 {
    gap: 24px 0;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}



/* modal */
#historyModal .modal{
	display:none;
	overflow-y: scroll;
	position:fixed;
	z-index:101;
  width:100%;
  height:100%;
  top:0;
  left:0;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
  z-index: 999999;
}
#historyModal .modal .bg{
	position:fixed;
  top:0;
  left:0;
  z-index:1;
  background:#000;
  width:100%;
  height:100%;
	opacity:0.5;
}
#historyModal .modal .modalInner{
	position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index:11;
	max-width: 640px;
  max-height: 500px;
  height: auto;
  width: 100%;
	box-sizing:padding-box;
	margin:0 auto;
}
#historyModal .modal .modalBox{
	position:relative;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
  padding: 0 20px;
}
#historyModal .modal .modalBox .over{
	position:relative;
	max-width: 640px;
}
#historyModal .modal .modalBox img{
	height: 100%;
	width: 100%;
  object-fit: contain;
  margin: 0 auto;
  max-height: 500px;
}
#historyModal .modal .modalBox .modalClose{
	position:absolute;
	right:0;
	top:-65px;
	display:block;
	width:56px;
	height:56px;
	font-size:0;
	ppacity:1 !important;
  z-index: 999;
}
#historyModal .modal .modalBox .modalClose img{
  width: 100%;
}
#historyModal .modal.min{
	overflow-y:scroll;
}
#historyModal .modal .modalInner{
	box-sizing: border-box;
}
#historyModal .modal .modalBox .img{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
#historyModal .modal .modalBox img{
  max-height: 350px;
}
  #historyModal .modal .modalBox .historyModalSlide + .modalClose{
    top: 0;
  }
}



.slick-slider{
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
	z-index: 1;
}
.slick-list{
	overflow: hidden;
	position:relative;
	display:block;
	margin:0;
	height: 100%;
}
.slick-list.dragging{
	cursor:pointer;
	cursor:hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slick-track{
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	width: 100%;
}
.slick-track:before,
.slick-track:after{
	display:table;
	content:'';
}
.slick-track:after{
	clear:both;
}
.slick-loading .slick-track{
  visibility:hidden;
}
.slick-slide{
	float:left;
	height:500px;
	min-height:1px;
  width: 100%;
  max-width: 600px;
	position: relative;
}
.slick-slide:focus{
	outline:none;
}
[dir='rtl'] .slick-slide{
	float:right;
}
.slick-initialized .slick-slide{
	display:block;
}
.slick-loading .slick-slide{
	visibility:hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
}
.slick-next,
.slick-prev{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 0;
	z-index: 1001;
	background: #01305D;
	padding: 0;
	border: none;
	cursor: pointer;
}
.slick-next{
	right: -30px;
}
.slick-prev{
	left: -30px;
}
.slick-arrow::before{
	position: relative;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: left .2s  cubic-bezier(.210, .60, .350, 1);
}
.slick-next::before{
	left: -8%;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev::before{
	left: 8%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-next:hover::before{
	left: -2%;
}
.slick-prev:hover::before{
	left: 2%;
}
.slick-dots{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	font-size: 0;
	background-color: rgba(255,255,255,0.6);
	border: none;
	border-radius: 10px;
	padding: 0;
	cursor: pointer;
	transition: background .4s  cubic-bezier(.210, .60, .350, 1);
}
.slick-dots li.slick-active button,
.slick-dots li button:hover{
	background-color: rgba(255,255,255,1);
}

@media screen and (max-width: 767px) {
.slick-next{
	right: -20px;
}
.slick-prev{
	left: -20px;
}
}


/* slideArea
-----------------------------------------------*/
#pim #sec03 .slideArea .slide {
  margin-top: 48px;
  position: relative;
}
#pim #sec03 .slick-list {
  overflow: visible;
  max-width: 720px;
}
#pim #sec03 .slick-slide {
  height: auto!important;
  max-width:100%;
}
#pim #sec03 .slideArea .slide .slick-item {
  padding-right: 40px;
}
#pim #sec03 .slideArea .slide .slick-item .img {
  overflow: hidden;
  border-radius: 18px;
  position: relative;
}
#pim #sec03 .slideArea .slide .slick-item .img h4 {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 10px;
  font-size: 24px;
  max-width: 273px;
  width: 100%;
}
#pim #sec03 .slideArea .slide .slick-item .img h4 span {
  width: 100%;
  display: block;
  text-align: center;
  outline: #DEDEDE solid 1px;
  outline-offset: -1px;
  position: relative;
  background: #fff;
  font-weight: normal;
}
#pim #sec03 .slideArea .slide .slick-item .img h4 span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  --x-gradient: linear-gradient(90deg, #1B1464 0 8px, transparent 0 calc(100% - 8px), #1B1464 calc(100% - 8px));
  --y-gradient: linear-gradient(#1B1464 0 8px, transparent 0 calc(100% - 8px), #1B1464 calc(100% - 8px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
  z-index: 1;
}
#pim #sec03 .slideArea .slide .slick-item .img img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#pim #sec03 .thumb-item-nav {
  display: flex;
  align-items: center;
  margin-top: 54px;
}
#pim #sec03 .thumb-item-nav > div {
  position: relative;
  padding: 0;
}
#pim #sec03 .thumb-item-nav .slick-slide {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0!important;
  height: 8px;
  width: 8px !important;
  padding: 3px 0;
  cursor: pointer;
}
#pim #sec03 .thumb-item-nav .slick-current {
  width: 40px !important;
}
#pim #sec03 .thumb-item-nav li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0  ;
  height: 8px;
  border-radius: 50px;
  z-index: 1;
  width: 100%;
  background-color: #01305D;
}
#pim #sec03 .thumb-item-nav .slick-track {
  transform: none!important;
}
#pim #sec03 .slick-arrow::before{
  display: none;
}
#pim #sec03 .slick-next, 
#pim #sec03 .slick-prev {
  position: absolute;
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  transition: opacity .2s;
  z-index: 2;
  top: auto;
  left: auto;
  bottom: -82px;
  transform:none;
}
#pim #sec03 .slick-next:hover, 
#pim #sec03 .slick-prev:hover {
  opacity: .7;
}
#pim #sec03 .slick-prev {
  right: 64px;
  background: url("/img/overview/index/icon-arrow-01.svg")no-repeat;
  background-size: contain;
}
#pim #sec03 .slick-next {
  right: 0;
  background: url("/img/overview/index/icon-arrow-02.svg")no-repeat;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  #pim #sec03 .thumbLink,
  #pim #sec03 #pim #sec03 .col4 {
    grid-template-columns: 1fr 1fr;
  }
  #pim #sec03 .slideArea .slide .slick-item {
    padding-right: 20px;
  }
  #pim #sec03 .slick-next, 
  #pim #sec03 .slick-prev{
    bottom: -55px;
    width: 40px;
    height: 40px;
  }
  #pim #sec03 .thumb-item-nav {
    margin-top: 32px;
  }
  #pim #sec03 .slick-prev {
    right: 50px;
  }
}