@charset "utf-8";
/* CSS Document */
.clientBox {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}
.clientBox h2 {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #e7e7e7;
}
.clientBox p {
    padding: 10px 20px;
    margin-bottom: 30px;
}
.btn {
    padding: 20px;
}
.btn .baseBtn a {
    padding: 15px 10px;
}
.aboutNav {
    padding: 20px 20px 40px 20px;
    max-width: 972px;
    margin: 0 auto;
}
.aboutNav.ftSep li:first-of-type {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 20px;
}
.aboutNav li:not(:last-of-type) {
    margin-bottom: 20px;
}
.aboutNav a {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #9c8e49;
    color: #fff;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: bold;
}
.flexBoxList01 {
    padding: 20px;
    margin-bottom: 20px;
}
.flexBoxList01 figure img {
    width: 100%;
    height: auto;
}
.flexBoxList01 div h2 {
    font-weight: bold;
    padding: 20px 0;
    font-size: 22px;
}
.flexBoxList01 div .baseBtn {
    margin-top: 20px;
}
.fullImg {
    height: 180px;
    width: 100%;
}
.fullImg img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.interviewBox {
    padding: 40px 20px;
    max-width: 972px;
    margin: 0 auto;
}
.interviewBox h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.fixed-bg {
    height: 50vh;
    position: relative;
}
.fixed-bg h1, .fixed-bg h2 {
    position: absolute;
    left: 0;
    top: calc(50% + 20px);
    transform: translateY(-50%);
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.fixed-bg h1 span {
    display: block;
    font-weight: normal;
    font-size: 16px;
}
.fixed-bg.historybg01 {
    background: url(../img/company/history_img01.jpg)center center no-repeat;
    background-size: cover;
}
.fixed-bg.historybg02 {
    background: url(../img/company/history_img02.jpg)center center no-repeat;
    background-size: cover;
    height: 40vh;
}
.fixed-bg.credobg01 {
    background: url(../img/company/credo_img01.jpg)center center no-repeat;
    background-size: cover;
}
.fixed-bg.credobg02 {
    background: url(../img/company/credo_img02.jpg)center center no-repeat;
    background-size: cover;
}
.scrollBg {
    padding: 40px 20px;
    background: #fff;
}
.companyTable {
    padding: 40px 20px;
}
.companyTable table {
    width: 100%;
    border-bottom: solid 1px #c6c1c1;
}
.companyTable table tr, .companyTable table th, .companyTable table td {
    display: block;
}
.companyTable table th {
    background: #f5f3f2;
    text-align: left;
    padding: 10px 20px;
    border-top: solid 1px #c6c1c1;
}
.companyTable table td {
    padding: 20px;
    border-top: solid 1px #c6c1c1;
}
.companyTable h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 40px 0 20px 0;
}
.companyTable h2.baseTit{
	font-size: 20px;
}
.companyTable table td img {
    display: block;
    margin: 20px auto;
}
.officeimg img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.companyTable .googleMap iframe {
    height: 400px;
}
.tripAdvisorBox {
    width: 240px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}
.tripAdvisorBox p {
    padding-top: 20px;
    font-weight: bold;
}
.reservationStep {
    counter-reset: countNum;
    padding: 0 20px 20px 20px;
}
.reservationStep li {
    counter-increment: countNum;
}
.reservationStep li a {
    display: inline-block;
}
.reservationStep li:not(:last-of-type) {
    margin-bottom: 20px;
}
.reservationStep li h2 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 10px;
    padding: 10px;
}
.reservationStep li:not(:last-of-type) h2 {
    position: relative;
    padding: 10px 10px 10px 30px;
}
.reservationStep li:not(:last-of-type) h2:before {
    content: counter(countNum);
    position: absolute;
    left: 5px;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.plBg01 {
    background: #dff2fc;
}
.plBg02 {
    background: #fffbc7;
}
.plInner {
    padding: 40px 20px;
}
.plMainTit {
    font-size: 20px;
    color: #966718;
    font-weight: bold;
    margin-bottom: 40px;
}
.plList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.plList li {
    width: 46%;
    position: relative;
}
.plList li:before {
    content: "";
    position: absolute;
}
.plList li:nth-of-type(1):before {
    background: url("/common/img/about/planner-qa/fukidashi_01.webp")center center no-repeat;
    background-size: 100%;
    width: 64px;
    height: 52px;
    left: -5px;
    bottom: 80px;
}
.plList li:nth-of-type(2):before {
    background: url("../img/about/planner-qa/fukidashi_02.webp")center center no-repeat;
    background-size: 100%;
    width: 67px;
    height: 47px;
    right: -5px;
    top: -10px;
}
.plList li:nth-of-type(3):before {
    background: url("../img/about/planner-qa/fukidashi_03.webp")center center no-repeat;
    background-size: 100%;
    width: 70px;
    height: 50px;
    right: -15px;
    top: -10px;
}
.plList li:nth-of-type(4):before {
    background: url("../img/about/planner-qa/fukidashi_04.webp")center center no-repeat;
    background-size: 100%;
    width: 59px;
    height: 42px;
    left: -15px;
    bottom: 100px;
}
.plList li:nth-of-type(5):before {
    background: url("../img/about/planner-qa/fukidashi_05.webp")center center no-repeat;
    background-size: 100%;
    width: 66px;
    height: 55px;
    right: -25px;
    top: 30px;
}
.plList li img {
    width: 100%;
    height: auto;
    border-radius: 100px 100px 0 0;
}
.plList li:nth-of-type(2n) {
    margin-left: 8%;
}
.plList li:not(:last-of-type) {
    margin-bottom: 50px
}
.plList li p {
    text-align: center;
    font-weight: bold;
    color: #82620b;
    font-size: 18px;
}
.plNumTit {
    color: #966718;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 80px;
}
.plNumTit br {
    display: none;
}
.plNumTit span {
    display: flex;
    width: 40px;
    height: 40px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 2px #966718;
    margin: 0 auto 10px auto;
}
.plBox {
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0.85px rgba(0, 0, 0, 0.11);
    position: relative;
    padding: 120px 25px 25px 25px;
}
.plInner .plBox:not(:last-of-type) {
    margin-bottom: 80px;
}
.plBox figure {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
}
.plBox figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 5px #fff;
    margin: 0 auto;
    display: block;
}
.plBox figure figcaption {
    color: #82620b;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.plBox p {
    font-weight: bold;
}
.plFoot {
    padding: 20px;
}
.plFoot p {
    margin-bottom: 40px;
}
.plFoot p.btn {
    padding: 0;
    margin: 0;
}
.plFoot a {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #9c8e49;
    color: #fff;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: bold;
}
.historyTit {
    height: calc(100lvh - 92px);
    position: relative;
}

.historyTit:before {
    content: "SCROLL";
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 35px;
    font-size: 16px;
}
.historyTit:after {
    content: "";
    width: 1px;
    background: #fff;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.historyTit figure {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
}
.historyTit figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.historyTit h1 {
    position: absolute;
    left: 0;
    top: calc(50% + 20px);
    transform: translateY(-50%);
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.historyTit h1 span {
    display: block;
    font-weight: normal;
    font-size: 28px;
}
.historyTit .yearNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1%;
    position: absolute;
	width: 100%;
    bottom: -80px;
	z-index: 5;
}
.yearNav {
  transition: opacity 1s ease;
  opacity: 1;
}
.yearNav.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.yearNav.is-fixed {
	position: fixed;
	bottom: auto;
	top: 0;
	padding-top: 30px;
}

.historyTit .yearNav li a {
    background: #fff;
    border-radius: 50px;
    padding: 0 8px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    border: solid 1px #fff;
    display: block;
    color: #000;
}
.historyTit .yearNav li a.active {
    background: #000;
    color: #fff;
}
.historyBox figure {
    width: 100%;
}
.historyBox figure img {
    width: 100%;
    height: auto;
}
.historyBox h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.historyBox h2 span {
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 24px;
}
.historyBox h2 br{
	display: none;
}
.historyBox div {
    padding: 20px;
}
.historyBox .trip{
	border: solid 1px #d1caaa;
	padding: 20px;
	margin-top: 20px;
}
.historyBox .trip img{
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.historyBox .trip li:first-of-type{
	margin-bottom: 20px;
}
.relatedLink{
	padding:80px 20px;
}
.relatedLink h2{
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px #000;
}
.relatedLink ul li{
	border-bottom: solid 1px #cac9c9;
}
.relatedLink ul li a{
	display: block;
	color: #000;
	padding: 10px 0;
	position: relative;
	font-size: 18px;
}
.relatedLink ul li a:after{
	content: "";
	position: absolute;
	background: #9c8e49;
  width:8px;
  height: 12px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 50% 50%, 0 0);
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.credoBox,.engHistory{
	padding: 40px 20px;
}
.credoBox + .relatedLink,.engHistory + .relatedLink{
	padding-top: 0;
}
.credoBox h2,.engHistory h2{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
}
.credoBox h2 span{
	font-size: 18px;
}
.credoBox #credo h3,.credoBox #value h3{
	font-weight: bold;
	font-size: 22px;
}
.credoBox #credo h3 span{
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
}
.credoBox #credo h3 + p{
	margin-bottom: 40px;
}
.credoBox #value h2 + h3{
	margin-bottom: 40px;
}
.credoBox #value h3 + p{
	margin-bottom: 30px;
}
.contentList li {
    background: #f8f9fc;
}
.contentList > li.mix {
    display: none;
}
.contentList li figure {
    height: 185px;
    width: 100%;
}
.contentList li figure img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}
.contentList li h3 {
    text-align: center;
    padding: 30px 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 24px;
}
.contentList li p {
    padding: 0 20px;
}
.contentList li ul {
    display: flex;
    padding: 40px 20px 20px 20px;
    align-items: center;
}
.contentList li ul.single {
    justify-content: center;
}
.contentList > li:not(:last-of-type) {
    margin-bottom: 40px;
}
.contentList li ul li a.textLink {
    text-decoration: underline;
    color: #262629;
}
.contentList li ul li a.blackBtn {
    padding: 5px 40px;
}
.contentList li ul li a.grayBtn{
	padding: 5px 20px;
}
.contentList li ul li:nth-of-type(2) {
    margin-left: auto;
}
.baseInner{
	padding: 40px 20px;
}
.baseInner .faqList + .faqTit{
	margin-top: 40px;
}
.baseInner .faqTit{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.baseInner .faqTit:before{
	content: "";
	width: 5px;
	height: 80%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #907314;
}
.baseInner .faqList{
	counter-reset: faqNum;
}
.baseInner .faqList li{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
	padding: 20px;
	position: relative;
	counter-increment: faqNum;
}
.baseInner .faqList li:not(:last-of-type){
	margin-bottom: 20px;
}
.baseInner .faqList li h3{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
.baseInner .faqList li p{
	margin-top: 20px;
	padding: 0 40px;
	position: relative;
	display: none;
}
.baseInner .faqList li p:before{
	content: "A";
	width: 30px;
	height: 30px;
	background: #344756;
	border-radius: 50%;
	position: absolute;
	left: 0;
	color: #fff;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-optical-sizing: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.baseInner .faqList li h3:after{
	content: "";
	width: 17px;
	height: 4px;
	background: #907314;
	position: absolute;
	right: 0;
	top:14px;
}
.baseInner .faqList li h3:before{
	content: "";
	width: 4px;
	height: 17px;
	background: #907314;
	position: absolute;
	right: 6.5px;
	top:7.5px;
	transition: all 0.2s;
}
.baseInner .faqList li h3.active:before{
	opacity: 0;
}
.baseInner .faqList li:before{
	content: "Q" counter(faqNum);
	width: 30px;
	height: 30px;
	background: #907314;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	color: #fff;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-optical-sizing: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

@media screen and (min-width: 600px) {
    .aboutNav {
        padding: 0 40px 40px 40px;
    }
    .aboutNav {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutNav.ftSep li:first-of-type {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .aboutNav li {
        width: 32%;
    }
    .aboutNav.half li {
        width: 49%;
    }
    .aboutNav li:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 2%;
    }
    .flexBoxList01 {
        padding: 0;
        display: flex;
        align-items: center;
        margin-bottom: 60px;
    }
    .flexBoxList01 figure {
        width: 50%;
        height: 495px;
    }
    .flexBoxList01 figure img {
        width: 100%;
        height: 495px;
        object-fit: cover;
        object-position: right bottom;
    }
    .flexBoxList01.middleImg figure, .flexBoxList01.middleImg figure img {
        height: 530px;
    }
    .flexBoxList01.highImg figure, .flexBoxList01.highImg figure img {
        height: 800px;
        object-position: left bottom;
    }
    .flexBoxList01.op-lb figure img {
        object-position: left bottom;
    }
    .flexBoxList01.phL.highImg figure img {
        object-position: right center;
    }
    .flexBoxList01.phR.middleImg figure img {
        object-position: left center;
    }
    .flexBoxList01 div {
        width: 50%;
        padding: 40px;
    }
    .flexBoxList01 div h2 {
        font-size: 26px;
    }
    .flexBoxList01:nth-of-type(even) figure {
        order: 2;
    }
    .flexBoxList01.phL div {
        order: 2 !important;
    }
    .flexBoxList01.phR figure {
        order: 1 !important;
    }
    .companyTable {
        padding: 70px 20px;
        max-width: 1142px;
        margin: 0 auto;
    }
    .companyTable table tr {
        display: flex;
        width: 100%;
    }
    .companyTable table th {
        width: 30%;
        padding: 20px 20px 20px 80px;
        display: flex;
        align-items: center;
    }
    .companyTable table td {
        width: 70%;
        padding: 20px;
        border-top: solid 1px #c6c1c1;
        overflow: hidden;
    }
    .companyTable table td img {
        margin: 0 0 0 20px;
        ;
        float: right;
    }
    .companyTable h2 {
        font-size: 20px;
        margin: 60px 0 20px 40px;
    }
	.companyTable h2.baseTit{
		font-size: 38px;
		margin: 60px 0 40px 0;
	}
	.companyTable h2.baseTit + p{
		padding: 0 100px;
		font-size: 18px;
	}
    .companyTable .googleMap iframe {
        height: 600px;
    }
    .reservationStep {
        max-width: 1000px;
        margin: 0 auto;
    }
    .reservationStep li h2 {
        font-size: 24px;
    }
    .reservationStep li:not(:last-of-type) h2 {
        padding-left: 40px;
    }
    .reservationStep li:not(:last-of-type) h2:before {
        font-size: 28px;
    }
.relatedLink{
	padding:80px 20px;
	max-width: 1140px;
	margin: 0 auto;
}
.relatedLink h2{
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
	.relatedLink ul{
		display: flex;
		flex-wrap: wrap;
	}
.relatedLink ul li{
	width: 48%;
}
	.relatedLink ul li:nth-of-type(odd){
		margin-right: 4%;
	}
.relatedLink ul li a{
	font-size: 20px;
}
	.relatedLink ul li a:hover{
		color: #9C8E49
	}
.credoBox,.engHistory{
	max-width: 1140px;
	margin: 0 auto;
	padding: 80px 20px;
}
.credoBox h2,.engHistory h2{
	font-size: 50px;
	font-weight: bold;
	margin-bottom:20px;
}
.credoBox h2 span{
	font-size: 20px;
}
.credoBox #credo h3,.credoBox #value h3{
	padding: 0 100px;
	font-size: 36px;
	margin-bottom: 20px;
}
.credoBox #credo h3 span{
	font-size: 18px;
}
.credoBox #credo h3 + p,.credoBox #value h3 + p,.engHistory p{
	margin-bottom: 40px;
	padding: 0 100px;
	font-size: 18px;
}
    .contentList {
        display: flex;
        flex-wrap: wrap;
    }
	.contentList.airport > li{
		width: 48%;
	}
    .contentList > li {
        width: 31.33333%;
        margin: 0 1%;
        padding-bottom: 100px;
        position: relative;
        margin-bottom: 2% !important;
        overflow: hidden;
    }
    .contentList > li figure img {
        transition: all 0.2s;
    }
    .contentList > li:hover figure img {
        transform: scale(1.07);
    }
    .contentList > li figure {
        overflow: hidden;
    }
    .contentList li figure {
        height: 280px;
        display: block;
    }
    .contentList li figure img {
        height: 280px;
    }
    .contentList li h3 {
        font-size: 24px;
    }
    .contentList li p {
        padding: 0 40px;
        font-size: 18px;
    }
    .contentList li ul {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 40px;
        height:100px;
    }
    .contentList li ul.single li {
        text-align: center;
    }
    .contentList li ul li {
        font-size: 18px;
    }
    .contentList li ul li a.blackBtn {
        min-width: 140px;
    }
    .contentList li ul li a.textLink:hover {
        text-decoration: none;
    }
.baseInner{
	padding: 80px 60px;
	max-width: 1700px;
	margin: 0 auto;
}
.baseInner .faqList + .faqTit{
	margin-top: 80px;
}
.baseInner .faqTit{
	font-size: 30px;
	margin-bottom: 30px;
	padding-left: 25px;
}
.baseInner .faqTit:before{
	width: 8px;
}
.baseInner .faqList li{
	padding: 25px;
	position: relative;
}
.baseInner .faqList li h3{
	position: relative;
	padding-left: 115px;
	padding-right: 130px;
	font-size: 24px;
}
.baseInner .faqList li p{
	font-size: 20px;
	padding: 0 80px 0 115px;
	position: relative;
	margin-top: 30px;
}
.baseInner .faqList li p:before{
	width: 46px;
	height: 46px;
	left:40px;
	font-size: 28px;
}
.baseInner .faqList li h3:after{
	width: 25px;
	height: 7px;
	top:18px;
	right: 25px;
}
.baseInner .faqList li h3:before{
	width: 7px;
	height:25px;
	right: 34px;
	top:9px;
}
.baseInner .faqList li:before{
	width: 46px;
	height: 46px;
	font-size: 28px;
	left:65px;
}

}
@media screen and (min-width: 1023px) {
    .clientBox h2 {
        padding: 10px 30px;
        font-size: 26px;
    }
    .clientBox p {
        padding: 10px 30px;
        font-size: 18px;
    }
    .btn {
        padding: 30px 30px 60px 30px;
    }
    .btn .baseBtn a {
        padding: 20px;
    }
    .aboutNav {
        padding: 20px 0 80px 0;
    }
    .aboutNav li a:hover {
        background: #75682a;
    }
    .aboutNav.ftSep li:first-of-type {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .flexBoxList01 div {
        max-width: 586px;
        padding: 40px;
        margin-right: auto;
    }
    .flexBoxList01.phL div {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
    .flexBoxList01 div .baseBtn {
        margin-top: 40px;
    }
    .flexBoxList01:nth-of-type(even) div, .flexBoxList01.phR div {
        margin-left: auto;
        margin-right: 0;
    }
    .fullImg {
        height: auto;
    }
    .fullImg img {
        height: auto;
        width: 100%;
    }
    .interviewBox {
        padding: 70px 0;
    }
    .interviewBox h2 {
        font-size: 50px;
    }
    .fixed-bg {
        height: 60vh;
    }
    .fixed-bg h1, .fixed-bg h2 {
        font-size: 40px;
        line-height: 1.6;
    }
    .fixed-bg h1 span {
        font-size: 22px;
    }
    .fixed-bg {
        background-attachment: fixed !important;
    }
    .fixed-bg.historybg02 {
        height: 40vh;
    }
    .scrollBg {
        padding: 70px 0;
    }
    .scrollBg p {
        max-width: 740px;
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
    }
    .plInner {
        max-width: 1212px;
        margin: 0 auto;
        padding: 70px 0;
    }
    .plMainTit {
        font-size: 28px;
        text-align: center;
        margin-bottom: 60px;
    }
    .plList {
        padding: 0 40px;
    }
    .plList li {
        width: 17.6%;
        margin-right: 3%;
    }
    .plList li:nth-of-type(2n) {
        margin-left: 0;
    }
    .plList li:last-of-type {
        margin-right: 0;
    }
    .plList li:not(:last-of-type) {
        margin-bottom: 0;
    }
    .plList li:before {
        content: "";
        position: absolute;
    }
    .plList li:nth-of-type(1):before {
        width: 108px;
        height: 89px;
        left: -65px;
        bottom: 100px;
    }
    .plList li:nth-of-type(2):before {
        width: 84px;
        height: 59px;
        right: -25px;
        top: 90px;
    }
    .plList li:nth-of-type(3):before {
        width: 84px;
        height: 59px;
        right: -30px;
        top: 10px;
    }
    .plList li:nth-of-type(4):before {
        width: 84px;
        height: 59px;
        left: -35px;
    }
    .plList li:nth-of-type(5):before {
        width: 94px;
        height: 78px;
        right: -40px;
        top: 40px;
    }
    .plList li p {
        font-size: 20px;
    }
    .plNumTit {
        font-size: 28px;
        margin-bottom: 120px;
        text-align: center;
    }
    .plNumTit br {
        display: block;
    }
    .plBoxWrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .plBox {
        width: calc(33.33% - 30px);
        margin: 0;
        margin: 0 15px;
    }
    .plInner .plBox:not(:last-of-type) {
        margin-bottom: 120px;
    }
    .plInner .plBox:nth-of-type(4), .plInner .plBox:last-of-type {
        margin-bottom: 0 !important;
    }
    .plBox p {
        font-size: 18px;
        font-weight: normal;
    }
    .plFoot {
        padding: 80px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .plFoot p {
        margin-bottom: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
    }
    .plFoot p.btn {
        max-width: 600px;
        margin: 0 auto;
    }
    .plFoot a:hover {
        background: #75682a;
    }
	#wrapper.snapScroll{
		overflow-y:auto;
		scroll-snap-type: y mandatory;
		height: 100vh;
	}
	.snapScroll .scrollBox{
		scroll-snap-align: start;
	}
.historyTit {
    height: calc(100lvh - 202px);
    position: relative;
}
    .historyTit:before {
        bottom: 50px;
        font-size: 24px;
    }
    .historyTit:after {
        height: 45px;
    }
    .historyTit h1 {
        font-size: 30px;
        line-height: 1.6;
    }
    .historyTit h1 span {
        font-size: 60px;
    }
    .historyTit .yearNav {
        display: block;
		position: fixed !important;
        left: auto;
        bottom: 50%;
        right: 60px;
        transform: translateY(50%);
        padding: 10px 0;
		z-index: 5;
		width: auto !important;
    }
    .historyTit .yearNav:before {
        content: "";
        width: 2px;
        height:100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .historyTit .yearNav li:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .historyTit .yearNav li a {
        padding: 0 15px;
    }
    .historyBox {
        height: 100vh;
        position: relative;
    }
    .historyBox figure {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: -1;
    }
    .historyBox figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	.historyBox#history01 div,.historyBox#history03 div,.historyBox#history05 div,.historyBox#history07 div,.historyBox#history09 div,.historyBox#history11 div,.historyBox#history13 div,.historyBox#history14 div{		
		left: 10%;
	}
	.historyBox#history02 div,.historyBox#history04 div,.historyBox#history06 div,.historyBox#history08 div,.historyBox#history10 div,.historyBox#history12 div{		
		right: 10%;
	}
    .historyBox div {
		width: 40%;
        padding: 0 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .historyBox h2 {
        font-size: 26px;
        color: #fff;
    }
    .historyBox h2 span {
        font-size: 32px;
    }
    .historyBox h2 + p {
        color: #fff;
		max-width: 400px;
		line-height: 2.0;
    }
	.historyBox h2 br{
		display: block;
	}
.historyBox .trip{
	margin-top: 30px;
	padding: 12px;
	border-color: #9c8e49;
	display: flex;
	align-items: center;
}
.historyBox .trip img{
	max-width: 115px;
	margin: 0;
}
	.historyBox .trip li{
		width: calc(100% - 130px);
		color: #fff;
		font-size: 13px;
		line-height: 1.5;
	}
.historyBox .trip li:first-of-type{
	margin-bottom:0;
	width: 130px;
}
}