@charset "UTF-8"; /*--- common --*/
h2.ttl {
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 44px;
  font-weight: normal;
  line-height: 1;
}

h2.ttl span {
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  margin: 20px 0 0;
}

h2.ttl.colon {
  text-align: left;
  position: relative;
  padding: 46px 0 0;
}

h2.ttl.colon:before {
  /* content: "";

  width: 27px;

  height: 21px;

  background: url(../img/top/quotation01.png) center center no-repeat;

  background-size: cover;

  position: absolute;

  left: 0;

  top: 0; */
}

a.readmore {
  display: inline-block;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 32px;
  background: url(../img/top/readmore.png) right center no-repeat;
  background-size: 49px;
  padding-right: 67px;
  padding-bottom: 9px;
}

a.readmore:hover {
  transform: translateX(20px);
}

/*--- mv ---*/
div.mv div.inner {
  max-width: 100%;
  position: relative;
  padding-left: 18.5499%;
}

div.mv div.inner:before {
  content: "";
  width: 100%;
  height: 595px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

div.mv div.inner div.slider {
  width: 100%;
  height: 725px;
  margin: 0 0 0 auto;
  position: relative;
}

div.mv div.inner div.slider video {
  width: 100%;
  object-fit: cover;
  height: 725px;
}

div.mv div.inner div.slider img {
  width: 100%;
  object-fit: cover;
  height: 725px;
}

div.mv div.inner div.slider div.slider01 {
  display: block;
  width: 100%;
  height: 725px;
  background: url(../img/top/mv.jpg) center center no-repeat;
}

div.mv div.inner div.ttlbox {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(18.5499% - 148px);
}

div.mv div.inner div.ttlbox p {
  font-size: 100px;
  font-family: "Amiri", serif;
  line-height: 1;
  position: relative;
  color: #fff;
}

div.mv div.inner div.ttlbox p span {
  display: block;
  position: relative;
}

div.mv div.inner div.ttlbox p:before {
  content: attr(data-inverted);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 16.2%;
  color: #000;
}

div.mv div.inner div.ttlbox p span:before {
  content: attr(data-inverted);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 16.2%;
  color: #000;
}

div.mv div.inner div.progress {
  width: 55px;
  height: 2px;
  background: #c8cedc;
  position: absolute;
  bottom: 65px;
  left: calc(18.549% - (55px + 26px));
  transform-origin: left center;
  transform: scaleX(0);
}

.progress.active {
  -webkit-animation: 4s linear 1s slidein;
  -moz-animation: 4s linear 1s slidein;
  animation: 4s linear 1s slidein;
}

@-webkit-keyframes slidein {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@-moz-keyframes slidein {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes slidein {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

/*--- sec01 ---*/
section.sec01 {
  padding: 275px 0 259px;
  position: relative;
  background: url(../img/top/sec01_bg01.png) left top 88px no-repeat;
}

#top section.sec01 {
  background: unset;
  padding: 150px 0 100px;
}

section.sec01:before {
  content: "";
  width: 483px;
  height: 908px;
  background: url(../img/top/sec01_bg02.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 109px;
}

#top section.sec01:before {
  background: unset;
}

section.sec01 div.inner {
  max-width: 100%;
  display: flex;
}

section.sec01 div.inner div.box1 {
  width: 50%;
}

section.sec01 div.inner div.box1 img {
  margin: 0 0 0 auto;
  display: block;
}

section.sec01 div.inner div.box2 {
  width: 549.5px;
  padding: 164px 126px 0 72px;
}

section.sec01 div.inner div.box2 h2.ttl.colon {
  margin: 0 0 90px;
}

section.sec01 div.inner div.box2 p.t1 {
  line-height: 2;
  margin: 0 0 36px;
}

section.sec01 div.inner div.box3 {
  display: flex;
  align-items: flex-end;
  width: calc(50% - 549.5px);
}

section.sec01 div.inner div.box3 div.itembox {
  width: 402px;
}

/*--- sec02 ---*/
section.sec02 {
  padding: 0 0 90px;
  position: relative;
  background: url(../img/top/sec02_bg02.png) right bottom 100px no-repeat;
  background: none;
}

section.sec02:before {
  content: "";
  width: 185px;
  height: 566px;
  background: url(../img/top/sec02_bg01.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

#top section.sec02:before {
  background: unset;
}

section.sec02 div.inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

section.sec02 div.inner div.lbox {
  width: 660px;
  padding-left: 8.45%;
  padding-left: 139px;
}

section.sec02 div.inner div.lbox h2.ttl.colon {
  margin: 0 0 85px;
}

section.sec02 div.inner div.lbox p.t1 {
  line-height: 2;
  margin: 0 0 36px;
  padding-right: 5%;
}

section.sec02 div.inner div.rbox {
  width: calc(100% - 660px);
  display: flex;
  justify-content: space-around;
}

section.sec02 div.inner div.bt_box {
  width: 84%;
  margin: 98px 0 0;
}

section.sec02 div.inner div.bt_box ul {
  display: flex;
  flex-wrap: wrap;
}

section.sec02 div.inner div.bt_box ul li {
  margin: 0 0 42px;
  width: 50%;
}

section.sec02 div.inner div.bt_box ul li a {
  display: block;
  padding: 47px 0 0;
  position: relative;
}

section.sec02 div.inner div.bt_box ul li a:before {
  content: "";
  content: "01";
  position: absolute;
  left: -6px;
  top: -12px;
  font-family: "Amiri", serif;
  font-size: 120px;
  line-height: 1;
  z-index: -1;
  color: #f4f4f4;
  letter-spacing: -0.1em;
}

section.sec02 div.inner div.bt_box ul li:nth-child(2) a:before {
  content: "02";
}

section.sec02 div.inner div.bt_box ul li:nth-child(3) a:before {
  content: "03";
}

section.sec02 div.inner div.bt_box ul li:nth-child(4) a:before {
  content: "04";
}

section.sec02 div.inner div.bt_box ul li a h4.ttl {
  line-height: 1;
  font-weight: normal;
  font-family: "Amiri", serif;
  font-size: 22px;
  margin: 0 0 16px;
  background: url(../img/top/sec02_h4.png) left bottom 7px no-repeat;
  padding: 19px 0 0px 53px;
}

section.sec02 div.inner div.bt_box ul li a h4.ttl span {
  font-size: 28px;
}

section.sec02 div.inner div.bt_box ul li a p.t1 {
  font-size: 18px;
  line-height: 1;
  color: #888888;
  margin: 0 0 30px;
}

/*--- sec03 ---*/
section.sec03 {
  padding: 90px 0 105px;
  position: relative;
  background: url(../img/top/sec03_bg01.png) left top no-repeat;
  z-index: 0;
  background: none;
}

section.sec03:after {
  content: "";
  width: 530px;
  height: 835px;
  /* background: #f6f6f6; */
  background: #fff;
  position: absolute;
  top: calc(50% - 300px);
  right: 0;
  z-index: -1;
}

section.sec03 div.inner {
  max-width: 1320px;
}

section.sec03 div.inner div.item {
  display: flex;
  justify-content: space-between;
}

section.sec03 div.inner div.item div.box_1 h2.ttl.colon {
  margin: 0 0 65px;
}

section.sec03 div.inner div.item div.box_1 p.t1 {
  margin: 0 0 52px;
}

section.sec03 div.inner div.item div.box_1 a.readmore {
  float: right;
}

section.sec03 div.inner div.item div.box2 {
  display: flex;
  margin: 74px 0 0;
  position: relative;
  width: auto;
  /* padding-right: 106px; */
  justify-content: flex-start;
  /* width: 64%; */
  width: calc(100% - 414px);
}

section.sec03 div.inner div.item div.none_type:after {
  content: "";
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 75px;
  width: 411px;
  right: -305px;
  content: none;
}

section.sec03 div.inner div.item.item02 div.none_type:after {
  content: "";
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 75px;
  width: 411px;
  right: -305px;
}

section.sec03 div.inner div.item div.box2 div.item {
  display: block;
  width: 50%;
  order: 2;
  margin-right: 28px;
  max-width: 398px;
  margin-left: 0;
}

section.sec03 div.inner div.item div.box2 div.item:nth-child(2) {
  margin-right: 0;
}

section.sec03 div.inner div.item div.box2 div.item p.t1 {
  line-height: 1;
  margin: 20px 0 0;
}

section.sec03 div.inner div.item div.box2 p.t2 {
  position: absolute;
  bottom: 75px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  padding: 0 0 18px 0;
  border-bottom: 1px solid;
  width: 411px;
}

section.sec03 div.inner div.item.item01 {
  margin: 0 0 210px;
  margin: 0 0 0;
}

section.sec03 div.inner div.item.item01 div.box_1 {
  order: 2;
  width: 399px;
  background: #f3fbff;
  padding-left: 10px;
  padding-right: 10px;
}

section.sec03 div.inner div.item.item01 div.box_1 p.t1 {
  line-height: 2;
  font-size: 14px;
}

section.sec03 div.inner div.item.item01 div.box_1 a.readmore {
  margin-right: 14px;
}

section.sec03 div.inner div.item.item01 div.box2 {
  order: 1;
  left: -27px;
}

section.sec03 div.inner div.item.item01 div.box2 div.item a {
  display: block;
}

section.sec03 div.inner div.item.item01 div.box2 p.t2 {
  right: -267px;
  text-align: right;
}

section.sec03 div.inner div.item.item02 div.box_1 {
  width: 322px;
}

section.sec03 div.inner div.item.item02 div.box_1 a.readmore {
  margin-right: 16px;
}

section.sec03 div.inner div.item.item02 div.box2 {
  width: calc(100% - 337px);
  padding-right: 65px;
  justify-content: flex-end;
}

section.sec03 div.inner div.item.item02 div.box2 div.item a {
  display: block;
}

section.sec03 div.inner div.item.item02 div.box2 p.t2 {
  left: -255px;
}

/*--- sec04 ---*/
section.sec04 {
  padding: 153px 0 169px;
  background: url(../img/top/sec04_bg01.png) right top no-repeat;
  background: none;
  padding: 103px 0 84px;
}

section.sec04 div.inner {
  padding: 0 0 172px;
  position: relative;
}

section.sec04 div.inner div.lbox {
  background: #f6f6f6;
  width: 50%;
  padding: 78px 76px 93px;
}

section.sec04 div.inner div.lbox h2.ttl.colon {
  margin: 0 0 63px;
}

section.sec04 div.inner div.lbox p.t1 {
  line-height: 2;
  margin: 0 0 55px;
  width: 85%;
}

section.sec04 div.inner div.rbox {
  width: 60%;
  height: 660px;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*--- sec05 ---*/
section.sec05 {
  background: #f6f6f6;
  padding: 0 0 76px;
  margin: 150px 0 0;
}

section.sec05 div.inner:before {
  content: "";
  width: 458px;
  height: 204px;
  background: url(../img/top/sec05_bg01.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(50% + 92px);
  top: -85px;
  z-index: -1;
}

section.sec05 div.inner h2.ttl {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  top: -16px;
  margin: 0 0 53px;
}

section.sec05 div.inner h2.ttl:before {
  content: "";
  width: 102px;
  height: 102px;
  background: url(../img/top/sec05_img01.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(50% - 51px);
  top: -134px;
}

section.sec05 div.inner p.t1 {
  text-align: center;
  color: #444444;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 60px;
}

section.sec05 div.inner a.sec05_btn {
  display: block;
  width: 332px;
  border: 1px solid #d9d9d9;
  line-height: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  background: url(../img/common/arrow_b.png) right 18px center no-repeat;
  background-size: 8px;
}

/*--- sec06 ---*/
section.sec06 {
  padding: 161px 0 0;
}

section.sec06 div.inner a.sec06_btn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1320px;
  height: 316px;
  background: #eceef7 url(../img/top/sec06_bg01.jpg) right center no-repeat;
  background-size: cover;
}

section.sec06 div.inner a.sec06_btn h2.ttl {
  text-align: left;
  padding-left: 130px;
}

section.sec06 div.inner a.sec06_btn h2.ttl span {
  font-size: 20px;
  margin: 8px 0 0;
}

/*--- sec07 ---*/
section.sec07 {
  padding: 136px 0 208px;
  padding: 68px 0 104px;
}

section.sec07 div.inner {
  max-width: 1680px;
}

section.sec07 div.inner h2.ttl {
  margin: 0 0 50px;
}

section.sec07 div.inner ul {
  margin: 0 0 62px;
}

section.sec07 div.inner ul li {
  margin: 0 0 32px;
}

section.sec07 div.inner ul li:last-child {
  margin: 0 0 0;
}

section.sec07 div.inner ul li a {
  display: block;
}

section.sec07 div.inner ul li a p.date {
  text-align: center;
  color: #979797;
  margin: 0 0 14px;
}

section.sec07 div.inner ul li a p.ttl {
  text-align: center;
}

section.sec07 div.inner a.sec07_btn {
  display: block;
  width: 332px;
  border: 1px solid #d9d9d9;
  line-height: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  background: url(../img/common/arrow_blue.png) right 18px center no-repeat;
  background-size: 8px;
}

/*--- sec08 ---*/
section.sec08 {
  background: #f6f6f6;
  margin: 12px 0 0;
}

section.sec08 div.inner {
  max-width: 1650px;
}

section.sec08 div.inner h2.ttl {
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 44px;
  font-weight: normal;
  position: relative;
  top: -14px;
  line-height: 1;
  margin: 0 0 40px;
}

section.sec08 div.inner h2.ttl span {
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  margin: 20px 0 0;
}

section.sec08 div.inner div.box {
  background: #fff;
  padding: 100px 164px 0;
}

section.sec08 div.inner div.box ul {
  display: flex;
  justify-content: space-between;
}

section.sec08 div.inner div.box ul li {
  width: 24%;
  margin: 0 8px;
}

section.sec08 div.inner div.box ul li a {
  display: block;
}

section.sec08 div.inner div.box ul li a img {
  width: 100%;
}

section.sec08 div.inner div.box ul li a p.name {
  font-family: "Noto Sans JP", sans-serif;
  margin: 19px 0 42px;
}

section.sec08 div.inner div.box ul li a p.name span {
  display: block;
  margin-bottom: 14px;
}

section.sec08 div.inner div.box ul li a p.date {
  font-family: "Noto Sans JP", sans-serif;
  color: #979797;
}

/*--- sec09 ---*/
section.sec09 {
  padding: 188px 0 74px;
  padding: 94px 0 74px;
}

section.sec09 div.inner {
  max-width: 100%;
}

section.sec09 div.inner div.box {
  display: flex;
  justify-content: center;
}

section.sec09 div.inner div.box a.sec09link {
  height: 374px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sec09 div.inner div.box a.sec09link p.ttl {
  font-size: 39px;
  color: #fff;
  font-family: "Amiri", serif;
  text-align: center;
  line-height: 1.4;
}

section.sec09 div.inner div.box a.sec09link p.ttl span {
  display: block;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
}

section.sec09 div.inner div.box div.lbox {
  width: 50%;
  /* border: 1px solid #d9d9d9; */
}

section.sec09 div.inner div.box div.lbox a.sec09link {
  background: url(../img/top/sec09_img01.jpg);
  background-size: cover;
}

section.sec09 div.inner div.box div.rbox {
  width: 50%;
  margin: 59px 0 0;
  /* border: 1px solid #d9d9d9; */
}

section.sec09 div.inner div.box div.rbox a.sec09link {
  background: url(../img/top/sec09_img02.jpg);
  background-size: cover;
}

@media screen and (max-width: 1440px) {
  /*--- sec01 ---*/ section.sec01 div.inner div.box1 {
    width: 40%;
  }

  section.sec01 div.inner div.box3 {
    width: calc(60% - 549.5px);
  }

  /*--- sec08 ---*/
  section.sec08 div.inner {
    max-width: 1320px;
  }

  section.sec08 div.inner div.box {
    background: #fff;
    padding: 100px 100px 0;
  }
}

@media screen and (max-width: 1366px) {
  /*--- mv ---*/ div.mv div.inner div.slider img {
    height: 500px;
    object-position: top;
  }

  div.mv div.inner:before {
    height: 450px;
    background: #F3FBFF;
  }

  div.mv div.inner div.slider {
    height: 450px;
  }

  div.mv div.inner div.ttlbox {
  }
}

@media screen and (max-width: 1280px) {
  /*--- mv ---*/ div.mv div.inner:before {
    height: 450px;
  }

  div.mv div.inner div.slider {
    height: 450px;
  }

  div.mv div.inner div.slider div.slider01 {
    height: 450px;
  }

  /*--- sec03 ---*/
  section.sec03 div.inner {
    max-width: 1200px;
  }

  section.sec03 div.inner div.item.item02 div.box_1 {
    margin-left: 3%;
  }

  section.sec03 div.inner div.item.item01 div.box2 p.t2 {
    right: -367px;
  }

  section.sec03 div.inner div.item.item02 div.box2 p.t2 {
    left: -305px;
  }

  /*--- sec06 ---*/
  section.sec06 div.inner a.sec06_btn {
    max-width: 1200px;
  }

  /*--- sec08 ---*/
  section.sec08 div.inner {
    max-width: 1200px;
  }

  section.sec08 div.inner div.box {
    background: #fff;
    padding: 100px 60px 0;
  }
}

@media screen and (max-width: 1120px) {
  /*--- sec05 ---*/ section.sec05 div.inner:before {
    content: "";
    width: 458px;
    height: 204px;
    background: url(../img/top/sec05_bg01.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: calc(50% + 42px);
    top: -85px;
    z-index: -1;
  }
}

@media screen and (max-width: 1180px) {
  div.mv div.inner div.progress {
    width: 39px;
    left: calc(18.549% - (38px + 15px));
  }

  section.sec01 div.inner div.box2 {
    width: 380.5px;
    padding: 40px 45px 0 33px;
  }

  section.sec01 div.inner div.box3 {
    width: calc(60% - 380.5px);
  }

  section.sec02 {
    padding: 0 0 100px;
  }

  section.sec02 div.inner div.lbox {
    width: 390px;
    padding-left: 8.45%;
    padding-left: 40px;
  }

  section.sec02 div.inner div.rbox {
    width: calc(100% - 390px);
  }

  section.sec03 {
    padding: 59px 0 105px;
  }

  section.sec03 div.inner {
    max-width: 960px;
  }

  section.sec03 div.inner div.item.item01 {
    margin: 0 0 110px;
  }

  section.sec04 {
    padding: 53px 0 0;
  }

  section.sec05 div.inner:before {
    left: calc(50% + 0px);
  }
}
