@charset "utf-8";
/* Author: Hosaka */
/* ---------------------------------------------------
	top
------------------------------------------------------ */
/* ---------------------------------------------------
	mainvisual
------------------------------------------------------ */
#mainvisual .slick-slider {margin: 0;}
#mainvisual {
  position: relative;
  width: 100%;
}
#mainvisual .main-slide .slide img {
  width: 100%;
}
#mainvisual .main-tit {
  position: absolute;
  left: 0;
  bottom: 35%;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .56em;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
  text-align: center;
  z-index: 10;
}
#mainvisual .main-tit img {
  max-width: 60%;
}
#mainvisual .main-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
#mainvisual .main-txt img {
  display: block;
  max-width: 94%;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  #mainvisual .main-tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual .main-slide .slide img {
    width: 130%;
    max-width: 130%;
    margin: 0 -15%;
  }
  #mainvisual .main-tit {
    bottom: 26%;
    font-size: 5.5vw;
    letter-spacing: .3em;
	color: #fff;
    text-shadow: 0 0 5px #000, 0 0 10px #000;
  }
  #mainvisual .main-txt {
    bottom: 8px;
  }
}
/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 {
  padding: 165px 0;
}
#sec01 .sec-lead {
  padding: 0 17%;
  font-size: 24px;
  line-height: 2.3;
  letter-spacing: .25em;
  text-align: center;
}
#sec01 .pic {
  position: absolute;
  right: -30px;
  top: -22%;
  max-width: 17%;
}

@media screen and (max-width: 1200px) {
  #sec01 .pic {
    right: -10px;
  }
}
@media screen and (max-width: 1000px) {
  #sec01 {
    padding: 80px 0;
  }
  #sec01 .sec-lead {
    font-size: 20px;
    padding: 0 15%;
  }
  #sec01 .pic {
    max-width: 14%;
    top: -5%;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    padding: 40px 0 40px;
  }
  #sec01 .sec-lead {
    padding: 0;
    font-size: 18px;
  }
  #sec01 .pic {
    display: block;
    position: relative;
    width: 150px;
    max-width: 28%;
    top: 0;
    right: 0;
    margin: 0 auto 10px;
  }
}
/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 {
  padding: 100px 0 170px;
  background: #342A24;
  color: #fff;
}
#sec02 .sec-row {
  align-items: flex-start;
}
#sec02 .sec-row .row-txt {
  width: 47.5%;
  padding-left: 20px;
}
#sec02 .sec-row .row-txt .txt-box {
  position: relative;
  float: right;
  width: 100%;
  max-width: 520px;
  padding-bottom: 225px;
  line-height: 2.6;
}
#sec02 .sec-row .row-txt .txt-box .box-tit {
  margin-bottom: 25px;
  text-align: center;
}
#sec02 .sec-row .row-txt .txt-box .box-tit h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .2em;
  line-height: 1.6;
  text-align: left;
  white-space: nowrap;
}
#sec02 .sec-row .row-txt .txt-box p {
  line-height: 2.6;
}
#sec02 .sec-row .row-txt .txt-box .bold {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
}
#sec02 .sec-row .row-txt .border {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 195px);
  width: 0;
  height: 195px;
  margin: 0 auto;
  border-right: 1px solid #fff;
}
#sec02 .sec-row .row-txt .border:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
}
#sec02 .sec-row .row-txt .border:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #342A24;
  margin: 0 auto;
  transition: all 1s;
  transition-delay: 500;
}
#sec02 .sec-row .row-txt .border.is-visible:after {
  top: 100%;
}
#sec02 .sec-row .row-pic {
  position: relative;
  width: 47.5%;
  order: 10;
}
#sec02 .sec-row.row01 {
  position: relative;
  z-index: 10;
}
#sec02 .sec-row.row01 .row-pic {
  padding-bottom: 70px;
}
#sec02 .sec-row.row01 .row-pic .pic01 {
  width: 85%;
  min-width: 600px;
  margin-left: 15%;
}
#sec02 .sec-row.row01 .row-pic .pic02 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 36%;
}
#sec02 .sec-row.row02 {
  position: relative;
  z-index: 20;
}
#sec02 .sec-row.row02 .row-txt {
  padding-left: 0;
  padding-right: 20px;
}
#sec02 .sec-row.row02 .row-txt .txt-box {
  float: none;
}
#sec02 .sec-row.row02 .row-pic {
  order: 0;
}
#sec02 .sec-row.row02 .row-pic .pic01 {
  float: right;
  max-width: 90%;
}
#sec02 .sec-row.row02 .row-pic .pic02 {
  clear: right;
  float: right;
  max-width: 90%;
  margin-top: 18px;
  margin-right: 30%;
}
#sec02 .sec-row.row03 {
  position: relative;
  z-index: 30;
}
#sec02 .sec-row.row03 .pic-col {
  width: 96%;
  max-width: 885px;
}
#sec02 .sec-row.row03 .pic-col .pic {
  position: relative;
  width: 280px;
  max-width: 31.64%;
}
#sec02 .sec-row.row03 .pic-col .pic img.logo {
  position: absolute;
  left: 16px;
  top: 16px;
  max-width: 40%;
}
#sec02 .sec-row04 {
  position: relative;
  z-index: 40;
  text-align: center;
}
#sec02 .sec-row04 .row-box {
  position: relative;
  width: 700px;
  max-width: 94%;
  margin: -90px auto 0;
  padding: 50px 60px;
  color: #342A24;
  background: #fff;
  line-height: 2.6;
}
#sec02 .sec-row04 .row-box h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
}
#sec02 .sec-row04 .row-box .box-txt {
  line-height: 2.6;
}
#sec02 .sec-row04 .row-btn {
  margin-top: 20px;
}
#sec02 .sec-row04 .row-btn a {
  color: #fff;
  border-bottom-color: #fff;
}
#sec02 .sec-row04 .row-btn a:after {
  background: url(../img/common/icon-arrow-02.png) no-repeat;
  background-size: 100%;
}

/* animation */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 30px);
}

.delay {
  transition-delay: 300ms;
}

.delay2 {
  transition-delay: 600ms;
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 1366px) {
  #sec02 .sec-row .row-txt {
    width: 43%;
  }
  #sec02 .sec-row .row-txt .txt-box {
    line-height: 2.2;
  }
  #sec02 .sec-row .row-txt .txt-box .bold {
    margin: 10px 0;
  }
  #sec02 .sec-row .row-pic {
    width: 54%;
  }
}
@media screen and (max-width: 767px) {
  #sec02 {
    padding: 40px 0 50px;
  }
  #sec02 .sec-row .row-txt {
    width: 100%;
    padding-left: 0;
  }
  #sec02 .sec-row .row-txt .txt-box {
    float: none;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    line-height: 2;
  }
  #sec02 .sec-row .row-txt .txt-box .box-tit {
    margin-bottom: 5px;
  }
  #sec02 .sec-row .row-txt .txt-box .box-tit h2 {
    font-size: 24px;
  }
  #sec02 .sec-row .row-txt .txt-box .bold {
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
  }
  #sec02 .sec-row .row-txt .border {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 80px);
    width: 0;
    height: 80px;
  }
  #sec02 .sec-row .row-pic {
    width: 100%;
    order: 0;
    margin-bottom: 30px;
  }
  #sec02 .sec-row.row01 .row-pic {
    padding-bottom: 30px;
    padding-left: 5%;
  }
  #sec02 .sec-row.row01 .row-pic .pic01 {
    width: 85%;
    min-width: 0;
    margin-left: 15%;
  }
  #sec02 .sec-row.row01 .row-pic .pic02 {
    position: absolute;
    left: 5%;
    max-width: 26%;
  }
  #sec02 .sec-row.row02 .row-txt {
    padding-right: 0;
  }
  #sec02 .sec-row.row02 .row-txt .txt-box {
    float: none;
  }
  #sec02 .sec-row.row02 .row-pic {
    order: 0;
  }
  #sec02 .sec-row.row02 .row-pic .pic01 {
    max-width: 90%;
  }
  #sec02 .sec-row.row02 .row-pic .pic02 {
    max-width: 90%;
    margin-top: 10px;
    margin-right: 10%;
  }
  #sec02 .sec-row.row03 .pic-col {
    width: 100%;
    margin: 0 auto;
  }
  #sec02 .sec-row.row03 .pic-col .pic {
    width: 31.64%;
    max-width: 31.64%;
  }
  #sec02 .sec-row.row03 .pic-col .pic img.logo {
    position: absolute;
    left: 16px;
    top: 16px;
    max-width: 40%;
  }
  #sec02 .sec-row04 .row-pic {
    overflow: hidden;
  }
  #sec02 .sec-row04 .row-pic img {
    width: 140%;
    max-width: 140%;
    margin: 0 -20%;
  }
  #sec02 .sec-row04 .row-box {
    max-width: 90%;
    margin: -25px auto 0;
    padding: 20px 20px;
    line-height: 2;
    text-align: left;
  }
  #sec02 .sec-row04 .row-box h2 {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
  }
  #sec02 .sec-row04 .row-btn {
    margin-top: 20px;
  }
  #sec02 .sec-row04 .row-btn a {
    color: #fff;
    border-bottom-color: #fff;
  }
  #sec02 .sec-row04 .row-btn a:after {
    background: url(../img/common/icon-arrow-02.png) no-repeat;
    background-size: 100%;
  }
}
/* ---------------------------------------------------
	sec03
------------------------------------------------------ */
#sec03 {
  padding: 50px 0 100px;
}
#sec03 .sec-lead {
  margin-bottom: 70px;
}
#sec03 .sec-lead h2 {
  width: 36%;
  margin: 0;
  padding: 0;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
#sec03 .sec-lead .lead-txt {
  width: 64%;
  line-height: 2.2;
}
#sec03 .sec-list {
  width: calc(100% + 40px);
  margin: 0 -20px;
  justify-content: center;
}
#sec03 .sec-list-wrap {
  width: 94%;
  max-width: 1680px;
  margin: 0 auto;
}
#sec03 .sec-list .list-item {
  position: relative;
  width: 390px;
  max-width: calc(25% - 40px);
  padding-top: 70px;
  margin: 0 20px 55px;
}
#sec03 .sec-list .list-item .item-txt {
  position: absolute;
  right: 20px;
  top: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  max-height: 300px;
  padding: 20px 20px;
  background: #fff;
	min-width: 115px;
}
.is_tablet #sec03 .sec-list .list-item .item-txt {
	min-width: 115px;
}
#sec03 .sec-list .list-item .item-txt .en {
  font-size: 52px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .05em;
  line-height: 1;
  opacity: .15;
  white-space: nowrap;
}
#sec03 .sec-list .list-item .item-txt h3 {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
#sec03 .sec-list .list-item .item-txt h3 img {
  width: 22px;
}
#sec03 .sec-bnr {
  display: flex;
  align-items: center;
  /*padding: 10px;*/
  /*border: 1px solid #342A24;*/
  text-decoration: none;
}

#sec03 .sec-bnr.sec-bnr01 {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}
#sec03 .sec-bnr.sec-bnr02 {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
  margin-left: 20px;
  align-items: flex-end;
}
#sec03 .sec-bnr.sec-bnr02 .pic {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: space-between;
}
#sec03 .sec-bnr.sec-bnr02 .pic  img{
    max-height: 128px;
    max-width: 100%;
}
#sec03 .sec-bnr.sec-bnr02 .sp{
}
#sec03 .sec-bnr.sec-bnr02 .sp img{
    width: 460px;
    max-width: 100%;
    display: none;
}
#sec03 .sec-bnr:hover {
  background: #EBEAE9;
}
#sec03 .sec-bnr:hover img {
  opacity: 1;
}
#sec03 sec-bnr01 .bnr-pic {
  width: 430px;
  max-width: 44%;
}
#sec03 sec-bnr02 .bnr-pic {
  width: 430px;
  max-width: 44%;
}
#sec03 .sec-bnr .bnr-pic .pic {
  width: 140px;
  max-width: calc((100% - 10px) / 2);
}
#sec03 .sec-bnr02 .bnr-pic .pic {
  width: 140px;
  max-width: 100%;
}
#sec03 .sec-bnr .bnr-txt {
  width: 56%;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
#sec03 .sec-bnr01 .bnr-txt {
  width: 56%;
}
#sec03 .sec-bnr02 .bnr-txt {
  width: 64%;
  padding: 0 0 4px 15px;
  line-height: 28.8px;
}
#sec03 .sec-bnr02 .bnr-txt .txt-small {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
#sec03 .sec-bnr02 .bnr-txt div{
  font-size: min(1.5vw, 24px);
}
#sec03 .sec-bnr .bnr-txt .icon {
  display: block;
  top: 0;
  margin: 0 auto 8px;
}
#sec03 .sec-bnr .bnr-txt .icon02 {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
#sec03 .sec-bnr02 .bnr-txt .icon02 {
    display: block;
    margin: 10px auto 0;
}

@media screen and (max-width: 1280px) {
  #sec03 .sec-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  #sec03 .sec-list .list-item {
    max-width: calc(25% - 20px);
    margin: 0 10px 40px;
  }
  #sec03 .sec-list .list-item .item-txt {
    max-height: 100%;
    padding: 15px 15px;
  }
  #sec03 .sec-list .list-item .item-txt .en {
    font-size: 40px;
  }
  #sec03 .sec-list .list-item .item-txt h3 img {
    width: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #sec03 .sec-list .list-item .item-txt .en {
    font-size: 34px;
  }
  #sec03 .sec-bnr .bnr-txt {
    font-size: 21px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  #sec03 .sec-bnr .bnr-txt .icon02 {
    margin: 5px 0 2px 20px;
  }
    #sec03 .sec-bnr02 .bnr-txt .icon02 {
    margin: 3px 0 2px 20px;
  }
    #sec03 .sec-bnr.sec-bnr02 .sp img{
        display: block;
    }
}
@media screen and (max-width: 767px) {
#sec03 .sec-bnr.sec-bnr02 .pic{
        width: 100%;
    }
#sec03 .sec-bnr.sec-bnr02 .sp{
        width: 66.3%;
    }
  #sec03 {
    padding: 0 0 50px;
  }
  #sec03 .sec-lead {
    margin-bottom: 30px;
  }
  #sec03 .sec-lead h2 {
    width: 100%;
    margin-bottom: 25px;
    font-size: 28px;
  }
  #sec03 .sec-lead h2 img {
    width: 152px;
  }
  #sec03 .sec-lead .lead-txt {
    width: 100%;
  }
  #sec03 .sec-list {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  #sec03 .sec-list-wrap {
    width: 90%;
    margin: 0 auto;
  }
  #sec03 .sec-list .list-item {
    width: 48%;
    max-width: 48%;
    padding-top: 40px;
    margin: 0 0 10px;
  }
  #sec03 .sec-list .list-item .item-txt {
    right: 6%;
    min-width: 72px;
    padding: 15px 10px;
  }
  #sec03 .sec-list .list-item .item-txt .en {
    font-size: 28px;
  }
  #sec03 .sec-list .list-item .item-txt h3 {
    margin-right: 2px;
  }
  #sec03 .sec-list .list-item .item-txt h3 img {
    width: 20px;
  }
  #sec03 .sec-bnr {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 25px auto 0;
  }
  #sec03 .sec-bnr:hover {
    background: #EBEAE9;
  }
  #sec03 .sec-bnr:hover img {
    opacity: 1;
  }
  #sec03 .sec-bnr .bnr-pic {
    width: 100%;
    max-width: 100%;
  }
  #sec03 .sec-bnr .bnr-pic .pic {
    width: 32.6%;
    max-width: 32.6%;
  }
  #sec03 .sec-bnr .bnr-pic .pic img {
    width: 100%;
  }
  #sec03 .sec-bnr.sec-bnr02 .pic img {
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 3 / 1;
  }
  #sec03 .sec-bnr .bnr-txt {
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
  }
  #sec03 .sec-bnr .bnr-txt .icon {
    right: 3px;
  }
  #sec03 .sec-bnr .bnr-txt .icon02 {
    display: block;
    margin: 5px auto 0;
  }
}
/* ---------------------------------------------------
	sec04
------------------------------------------------------ */
#sec04 {
  padding: 100px 0;
  background: #EBEAE9;
}
#sec04 .sec-list .list-item {
  width: 373px;
  max-width: 31.1%;
}
#sec04 .sec-list .list-item h2 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .2em;
  text-align: center;
}
#sec04 .sec-list .list-item .item-pic {
  margin-bottom: 20px;
}
#sec04 .sec-list .list-item .item-btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sec04 {
    padding: 40px 0;
  }
  #sec04 .sec-list .list-item {
    width: 100%;
    max-width: 100%;
  }
  #sec04 .sec-list .list-item + .list-item {
    margin-top: 50px;
  }
  #sec04 .sec-list .list-item .item-pic {
    margin-bottom: 12px;
  }
  #sec04 .sec-list .list-item .item-pic img {
    width: 100%;
  }
}
/* ---------------------------------------------------
	sec05
------------------------------------------------------ */
#sec05 {
  padding: 140px 0 100px;
}

@media screen and (max-width: 767px) {
  #sec05 {
    padding: 50px 0 50px;
  }
}
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  /* animation */
  .fade-in {
    opacity: 1;
  }
}
/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
#sec03 .bnr-wrap {
  display: flex;
  align-items: stretch;
  margin: 25px auto 0;
  justify-content: space-between;
  gap: 20px; 
  width: 94%;
  max-width: 1200px;
}

#sec03 .bnr-corp .bnr-pic {
  width: 280px;
  max-width: 44%;
}
#sec03 .bnr-corp .bnr-pic .pic {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
    #sec03 .bnr-corp .bnr-pic {
    width: 100%;
    max-width: 100%;
  }
  #sec03 .bnr-corp .bnr-pic .pic {
    width: 100%;
    max-width: 100%;
  }
  #sec03 .bnr-corp .bnr-pic .pic img {
    width: 100%;
  }
  #sec03 .bnr-corp .bnr-txt {
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
  }
  #sec03 .bnr-corp .bnr-txt .icon {
    right: 3px;
  }
  #sec03 .bnr-corp .bnr-txt .icon02 {
    display: block;
    margin: 5px auto 0;
  }
}
}

#sec03 .bnr-corp .bnr-txt {
  width: 76%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
    margin: auto;
}
#sec03 .bnr-corp .bnr-txt .icon {
  display: block;
  top: 0;
  margin: 0 auto 8px;
}
#sec03 .bnr-corp .bnr-txt .icon02 {
  display: inline-block;
  margin: 0 0 2px 20px;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
    #sec03 .bnr-wrap {
      /*display: block;*/
      flex-wrap: wrap;
    }
    #sec03 .sec-bnr.sec-bnr01 {
      max-width: 94%;
      margin: 0 auto;
    }
    #sec03 .sec-bnr02.sec-bnr02 {
      margin: 20px auto 0;
      width: 1000px;
      max-width: 94%;
      justify-content: center;
    }
    #sec03 .sec-bnr02 .bnr-txt div {
      font-size: 21px;
      width: 100%;
    }
    #sec03 .sec-bnr02 .bnr-txt {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
    #sec03 .sec-bnr02 .pc{
      display: none;
    }
    #sec03 .sec-bnr02 .bnr-txt .icon02 {
      margin-left: 15px;
      margin-right: 0
    }
    #sec03 .sec-list .list-item .item-txt .en {
      font-size: 34px;
    }
    #sec03 .bnr-corp .bnr-txt {
      font-size: 21px;
    }
    #sec03 .bnr-corp .bnr-txt .icon02 {
      margin-left: 15px;
    }

}
