@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
header#page-head .page-ttl {
  width: 125px;
}
#main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_main.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  z-index: 2;
}
#main .txt-box {
  position: relative;
  text-align: center;
}
#main .txt-box .txt-en {
  width: 138px;
  line-height: 1;
  margin: 0 auto 30px;
}
#main .txt-box h1 {
  width: 624px;
  line-height: 1;
  margin: 0 auto 31px;
}
#main .txt-box .txt-en img {
  width: 100%;
  height: auto;
}
#main .txt-box p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.3;
}
#main .icon-arrow {
  position: absolute;
  width: 20px;
  left: 50%;
  bottom: 40px;
  margin-left: -10px;
}

header#page-head.is-black .page-ttl {
  width: 125px;
  height: 17px;
  background: url(../../common/img/nav_masterpiece.png) no-repeat;
  background-size: contain;
}

#local-nav a::after {
  background-color: #000;
}

/* ---------------------------------------------------------
.sec
----------------------------------------------------------*/
.sec {
  width: 1200px;
  margin: 0 auto;
}

.sec .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 125px 0 50px;
}
#sec_02 .wrapper,
#sec_04 .wrapper,
#sec_06 .wrapper,
#sec_08 .wrapper,
#sec_10 .wrapper {
  flex-direction: row-reverse;
  padding: 0 15px 0 125px;
}
.sec .pic-box {
  position: relative;
  width: 652px;
}
.sec .txt-box {
  width: 336px;
}
.sec .wrapper h2 {
  position: absolute;
  right: 0;
  width: 124px;
}


.sec .wrapper h2.fadeAnime {
	animation-duration: 1800ms;
}


#sec_02 .wrapper h2,
#sec_04 .wrapper h2,
#sec_06 .wrapper h2,
#sec_08 .wrapper h2,
#sec_10 .wrapper h2 {
  right: inherit;
  left: 0;
}
#sec_02 .wrapper h2 { width: 163px;}
#sec_03 .wrapper h2 { width: 155px;}
#sec_04 .wrapper h2 { width: 114px;}
#sec_05 .wrapper h2 { width: 128px;}
#sec_06 .wrapper h2 { width: 203px;}
#sec_07 .wrapper h2 { width: 201px;}
#sec_08 .wrapper h2 { width: 140px;}
#sec_09 .wrapper h2 { width: 212px; margin-right: -11px;}
#sec_10 .wrapper h2 { width: 176px;}
#sec_01 {
  padding-top: 100px;
}
.sec .txt-box h3 {
  display: inline;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}
.sec .txt-box p {
  font-size: 1.4rem;
  line-height: 2.2;
  padding: 25px 0 30px;
}
.sec .pic_02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 230px;
  margin-left: auto;
}
.sec .pic_02 > img {
  width: 205px;
  height: 128px;
}
.sec .pic_02 figcaption {
  width: 14px;
}
.sec .other-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 950px;
  margin: 80px auto 0;
}
.sec .other-box h3 {
  width: 100%;
  line-height: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
}
.sec .other-box h3 img {
  width: 66px;
  height: 13px;
  vertical-align: top;
  font-size: 1rem;
}
#sec01 .other-box h3 img {
  width: 55px;
}
#sec_02 .other-box h3 img {
  width: 136px;
  vertical-align: top;
  font-size: 1rem;
}
.sec .other-box figure {
  position: relative;
  width: 280px;
}
.sec .other-box figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 239px;
  margin-left: 20px;
}
#sec_02 .other-box figure img {
  margin-top: -37px;
}
#sec_02 .other-box figure:first-of-type img {
  width: 100%;
  margin: 0;
}
#sec_02 .other-box figure:nth-of-type(2) img {
  width: 209px;
  margin-left: 27px;
}
#sec_02 .other-box figure:nth-of-type(3) img {
  width: 189px;
  margin: -25px 0 0 44px;
}
#sec_03 .other-box figure:first-of-type img,
#sec_03 .other-box figure:nth-of-type(2) img,
#sec_05 .other-box figure img,
#sec_06 .other-box figure img,
#sec_07 .other-box figure img,
#sec_08 .other-box figure img,
#sec_09 .other-box figure img,
#sec_10 .other-box figure img {
  width: 100%;
  margin: 0;
}
#sec_03 .other-box figure:nth-of-type(3) img {
  width: 227px;
  margin: 0 0 0 15px;
}
#sec_04 .other-box figure img {
  width: 284px;
  margin: 0;
}
#sec_06 .other-box figure:nth-of-type(3) img {
  margin-top: -30px;
}
.sec .other-box figcaption {
  font-size: 1.2rem;
  line-height: 1.7;
  padding-top: 240px;
}
#sec_02 .other-box figcaption {
  padding-top: 219px;
  margin-left: 0;
}
#sec_03 .other-box figcaption {
  padding-top: 225px;
}
#sec_04 .other-box figcaption,
#sec_05 .other-box figcaption,
#sec_06 .other-box figcaption,
#sec_07 .other-box figcaption,
#sec_08 .other-box figcaption,
#sec_09 .other-box figcaption,
#sec_10 .other-box figcaption {
  padding-top: 219px;
}
.sec .pic-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row-reverse;
  width: 950px;
  padding-top: 80px;
  margin: 0 auto;
}
.sec .pic-bottom img {
  width: 422px;
}
.sec .pic-bottom figcaption {
  width: 322px;
  font-size: 1.2rem;
  text-align: right;
  margin-right: 20px;
}

#sec_02 .pic-bottom {
  flex-direction: row;
}
#sec_02 .pic-bottom img {
  width: 540px;
}
#sec_02 .pic-bottom figcaption {
  text-align: left;
  margin-left: 23px;
  margin-right: 0;
}

#sec_06 .pic-bottom img,
#sec_07 .pic-bottom img,
#sec_09 .pic-bottom img {
  width: 727px;
}
#sec_06 .pic-bottom figcaption,
#sec_07 .pic-bottom figcaption,
#sec_09 .pic-bottom figcaption {
  width: 224px;
}
#sec_08 .pic-bottom figcaption {
  width: 325px;
}


@media screen and (max-width:1200px) {
  .sec .pic_02 > img {
    height: 113px;
  }
}

#sec_02,
#sec_03,
#sec_04,
#sec_05,
#sec_06,
#sec_07,
#sec_08,
#sec_09,
#sec_10 {
  padding-top: 200px;
}
/* ---------------------------------------------------------
.next-box
----------------------------------------------------------*/
.next-box {
  position: relative;
  background-color: #fff;
  padding: 120px 0 100px 15%;
}
.next-box .txt-next {
  width: 73px;
  margin-bottom: 40px;
}
.next-box a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 34.5% 0 0 106px;
  box-sizing: border-box;
  overflow: hidden;
}
.next-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_next.jpg) no-repeat center;
  background-size: cover;
  transform: scale(1);
  transition: transform .3s;
}
.next-box a:hover .bg {
  transform: scale(1.05);
}
.next-box .link-box {
  position: absolute;
  top: 50%;
  margin-top: -41px;
}
.next-box .link-box .txt-en {
  width: 138px;
  line-height: 1;
  margin-bottom: 30px;
}
.next-box .link-box .txt-ja {
  width: 643px;
  line-height: 1;
}
