@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100&display=swap');/* padding */
.pb65{
  padding-bottom: 65px;
}
.pb120{
  padding-bottom: 120px;
}

/* paddingここまで */

main{

  background-color: #F7F6F2;
  padding-bottom: 120px;
}
.container{

  margin: 0 auto;
  background-color: #F7F6F2;
}
.container_2{
  padding:80px 10%;
  margin: 0 auto;
  background-color: #F1f1f1;
}
.container_inner{
  max-width: 1440px;
  width: 80.5vw;
  margin-left:auto;
  margin-right: auto;
  position: relative;
  z-index:10;
}
.main_wrapper{
 
display: flex;
justify-content:flex-end;
align-items: center;

}
#slider{
  width:100%;
  height: 100vh;
  transition:opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: opacity;
 position:relative;
 text-align: right;
 
}
.title_bk{
  height: 100vh; display: flex;
  justify-content: center;
  align-items: center;

}
/* 見出し */
.heading {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	
	text-align: center;
}
.heading3 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	
	text-align: center;
}
.heading3::before {
	content: attr(data-en);
	position: absolute;
	top: 5px;

	color: rgba(217, 210, 196, 0.3);
	font-size: 15rem;
	font-style: italic;
  font-family: serif;
}
@media screen and (max-width: 1000px){
  .heading3::before {
    content: attr(data-en);
    position: absolute;
    top: 5px;

    color: rgba(217, 210, 196, 0.3);
    font-size: 8rem;
    font-style: italic;
    font-family: serif;
  }
}
.heading span {
	position: relative;
	z-index: 2;
}

.heading::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
  left: 15%;
	transform: translateX(-50%);
	color: rgba(217, 210, 196, 0.3);
	font-size: 20rem;
	font-style: italic;
  font-family: serif;
}
.heading2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	
	text-align: center;
}

.heading2 span {
	position: relative;
	z-index: 2;
}
.heading2::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;

	transform: translateX(-50%);
	color: rgba(217, 210, 196, 0.3);
	font-size: 20rem;
	font-style: italic;
  font-family: serif;
}


.head_entitle{
  font-family: 'Outfit', sans-serif;
  font-size:500%;
  font-weight: 100;
}
.hedding-big{
  padding-top: 5%;
  padding-bottom: 20px;
  font-size: 6rem;

  font-family: 'Outfit', sans-serif;
  z-index: 999;
  text-align: left;
  font-weight: 100 !important;;
  line-height: 1.1;
  white-space: nowrap;    transform: translateY(20px);
    opacity: 0;
    transition: all 1s cubic-bezier(.165,.84,.44,1);
    transition-property: opacity,transform;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    will-change: transition;
}
/* 見出し */
/* 文字 */
.hedding-text{
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  padding: 20px;
  margin-top: 18%;


  font-size:1.8rem;
  text-align: left;
}
/* 文字 */
/* ボタン */
a.button_1{
  width: 300px;
  margin:30px auto;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  border: solid 0.5px #535D60;
  color: #535D60;
  margin-top: auto;

}
a.button_1:hover{
  background-color: #535D60;
  color:#fff;
}
/* ボタン */

.abso{
  position:absolute;
  top:0;
  left: 0;
}
.rele{
  position: relative;
}

.animate__animated.animate__fadeIn {
  --animate-duration: 8s;
}

.heading-text{
  padding: 40px;
}

.top_header{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  position: relative;
  align-items: center;
}
.top_header_2nd{
  display: flex;
    flex-direction: column-reverse;
    line-height: 1.1;
}
.top_header_jp{
  font-family: 'Noto Sans JP', sans-serif;
  color: #969696;
  padding-left: 20px;
  font-weight: 100;
  text-align: left;
}
.top_header_en{
  font-family: 'Outfit', sans-serif;
  font-size:500%;
  font-weight: 100;

}
.title_button_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  overflow: hidden;
}
.title_button_line:before{
  position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background-color: #727171;
    content: "";
}
.title_button_line:after{
  left:-100%;
}
.title_button{
  position: relative;
  padding: 20px 0 20px 200px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 20px;
}
h3.top_header_jp,h3.top_header_en{
  margin-block-start:0em;
  margin-block-end:0em;

}
.abso2{
  position:absolute;
  top:10%;
 left:0;
}
.abso3{
  position:absolute;
  top:10%;
  left:20;
}
.abso_title {
  position: absolute;
  top: 30%;
  left: 0;
}
a.button_link{
vertical-align: middle;
}

.title_news{
  padding-top: 30px;
  padding-bottom: 30px;
  border-top:0.5px solid #727171;
}
.date{
  color: #727171;
  font-weight: 100;
  font-size: 0.817em;
  padding-right: 30px;
}
span.effect{
  text-align: left !important;
}
.catch{
  text-align: center;
  font-size:1.8em;
  width: 100%;
  display: flex;
justify-content: center;
align-items: center;
flex-direction:column;
}
.catch h3{
  font-size: 1em;
  font-weight: 100;
  font-family:serif;
}
ul.main-wrapper{
  
  margin: 20px 0 0.5em 3em;
}
.textbox p{
  font-size:1em;
text-align: center;
}

.kakomi{
  border: 0.5px solid #fff;
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.sw_box{
  text-align: center;
  background-color: #fff;
  width: 80%;
}
ul.swh3 li{
  font-size: 2.4em;
  font-family: serif;
  
  letter-spacing: 1.2;

}
ul.swh3{
  margin: 0;
}
.swp{
  font-size: 1.2em;
  line-height: 4rem !important;
  text-align: center;
  padding-top: 50px;
}
.pointbox{
  margin: 50px;
}


.section_kakomi {
  position: relative;
  width: 100%;
  max-width: 80%;
  border: 2px solid #8E9597;
  border-top: none;
  text-align: center;
  margin: 60px auto;
}
 
.section_kakomi h1 {
  position: relative;
  margin-top:-4rem;
  display: inline-block;
  letter-spacing: 4px;
  font-size:3rem !important;
  font-weight: 700 !important;
}
 
.top-border{
  position: absolute;
  height: 2px;
  width: 24%;
  background-color: #8E9597;
}
 
.right {
  right: 0;
}
 
.left {
  left: 0;
}
 
@media (max-width: 685px) {
.top-border {	
  width: 18%;
	}
}
 
.section_kakomi p {
  width: 61%;
  margin: 20px auto 40px auto;
  line-height: 30px;
}
 
.section_kakomi a {
  outline: 0;
  display: inline-block;
  padding: 20px;
  margin-bottom: 40px;
  width: 440px;
  max-width: 80%;
  background-color: #8E9597;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
 
.section_kakomi a:hover {
  background-color: #8E9597;
}
 
.section_kakomi a:link, .section_kakomi a:visited, .section_kakomi a:link:hover, .section_kakomi a:visited:hover {
  text-decoration: none;
  color: #fff;
}

.view_btn{
  padding: 5px 4rem;
  border:0.5px solid #8E9597;
  text-align: center;
}
span.bk_back{
  font-size: 0.8em !important;
  font-family: serif;
  padding: 5px 8rem;
  text-align: center;
  color: #fff;
  background-color: #535D60;
}
h1.sw_title{
  font-family: serif;
  font-size: 5rem !important;
  line-height: 6rem;
}