@charset "utf-8";
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
  @import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
  
  html {
    overflow-y: scroll;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  body, div, dl, dt, dd, ul, ul li, ol, ol li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
    margin: 0;
    padding: 0;
  }
  address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption, th {
    text-align: left;
  }
  q:before, q:after {
    content: '';
  }
  object, embed {
    vertical-align: top;
  }
  hr, legend {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
  }
  img, abbr, acronym, fieldset {
    border: 0;
  }
  img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
  }

  /*---------------------------------------------
    Anchor
    ---------------------------------------------*/
  a {
    text-decoration: none;
    color: #06C;
  }
  a:visited {
    color: #000;
  }
  a:hover {
    text-decoration: underline;
    color: #063;
  }
  /*---------------------------------------------
    Font-size
    ---------------------------------------------*/
  strong, .bold {
    font-weight: bold
  }
  .center {
    text-align: center;
  }
  .right {
    text-align: right;
  }
  .left {
    text-align: left;
  }
  .sub-lead {
    font-size: clamp(15px, 1.6vw, 18px);
    margin-top:0px;
    line-height: 2em;
  }

  .sub-lead2 {
    font-size: 15px;
    margin-top:20px;
    line-height: 1.8em;
  }

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.8em;
  color: #000;
  background-color: #f3f2f1;
}
.gothic {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.lead1 {
  margin: 40px auto 40px;
  padding-bottom: 40px;
  width:80%;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 600;
  line-height: 2em;
  text-align: center;
  letter-spacing: .05rem;
  border-bottom:#999 solid 1px;
}

.split1,.split1-2 {
    position: absolute;
    width: 55%;
    height: 100svh;
}
.split1-2 {
 padding:40px 0 40px;
}

.split2 {
    position: absolute;
    width: 45%;
    height: 100svh;
    box-sizing: border-box;
}

.left-box,.left-box2 {
  position: fixed;
  height: 100svh;
  top:0;
  left: 0;
  padding: 0;
  display: none;
  box-sizing: border-box;
}

.left-inner {
  background-color: #f3f2f1;
  box-sizing: border-box;
}

.right-box {
  position: absolute;
  margin-top:50px;
  padding:0 40px 0 10px;
  padding-bottom:0;
  right:0;
  box-sizing: border-box;
}

.right-inner,.right-inner2 {
  opacity: 0;
}

#logo-base,#logo-base2 {
  position: absolute;
  width: 120px;
  height: 30px;
  padding: 20px 20px 20px;
  border-bottom-right-radius: 20px;
  top:-1px;
  left:-1px;
  z-index: 100;
  display: none;
}
.title-base {
  width: 200px;
  height: 60px;
  padding:30px 0 0 20px;
  top:-1px;
  left:-1px;
  z-index: 100;
  box-sizing: border-box;
}
#logo{
  display: none;
}
/*========= waveを描画するエリア設定 ===============*/
.wave{
	position: absolute;
  width:100%;
  height: 100%;
  background:#fff;
  box-sizing: border-box;
}

.wave:nth-child(1){
	background:#e1d9d5;
}

.wave:nth-child(2){
	background:#ccc;
}

.wave:nth-child(3){
	background:#e1d9d5;
}

.wave canvas{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    display: none;
}

/*=============== SVGアニメーション s=================*/
.svganimeblock{
	margin:240px auto;
	text-align: center;
  box-sizing: border-box;
}

/*=============== SVGアニメーション内の指定 =================*/

/*SVGの横幅*/
.svganimeblock{
	max-width:800px;
	width:364px;
}

/*SVGの可変*/
.svganimeblock svg{
	width:100%;
}

/*アニメーション前のパスの指定*/
.svganimeblock svg path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #333;/*線の色*/
	}

/*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
.svganimeblock svg.done path{
	  fill: #fff;/*塗りの色*/
	  fill-opacity: 1;/*透過1で見える状態*/
	  stroke: none;/*線の色なし*/
	}

  .cap {
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:400px;
    display: none;
  }

  .mcs,.mcs2 {
    position: absolute;
    left:40px;
    bottom: 60px;
    width:50%;
    opacity: 0;
  }

  .caption {
    font-size: 12px;
    line-height: 0;
  }

  .center {
    text-align: center;
  }
  
  .left {
    text-align: left;
  }
  
  .right {
    text-align: right;
  }


/*=========ハンバーガーメニュ====================*/
.openbtn,.openbtn2{
	position: fixed;/*ボタン内側の基点となるためrelativeを指定*/
  top: 10px;
  right: 0;
	background:none;
	cursor: pointer;
  width: 50px;
  height:50px;
	border-radius: 5px;
  z-index: 1200;
  display: none;
}

/*ボタン内側*/
.openbtn span,.openbtn2 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 1.5px;
    border-radius: 2px;
	  background: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1),.openbtn2 span:nth-of-type(1) {
	top:14px;	
}

.openbtn span:nth-of-type(2),.openbtn2 span:nth-of-type(2) {
	top:20px;
}

.openbtn span:nth-of-type(3),.openbtn2 span:nth-of-type(3) {
	top:26px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1),.openbtn2.active span:nth-of-type(1) {
    top: 12px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2),.openbtn2.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3),.openbtn2.active span:nth-of-type(3){
    top: 24px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 1100;
  /*ナビのスタート位置と形状*/
  top:0;
  right: -120%;
  width: 320px;
  height: 100vh;/*ナビの高さ*/
  background:#e1d9d5;
  /*動き*/
  transition: all 0.6s;
  font-size: 14px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding:20px 0;
}

#g-nav-list{
  margin-left: 20px;
}
#g-nav ul li a {
	color: #000;
	padding:18px;
}
.smp-index {
	margin-bottom:20px; 
	padding-bottom:5px;
	border-bottom:1px solid #999;
}

#g-nav ul li a:hover {
	color: #fff;
}

/*リストのレイアウト設定*/

/*smpナビゲーション*/
nav{
	padding:0;
}

nav ul{
  display: block;
	list-style: none;
  margin-top:15px;
}

nav ul li{
	position: relative;
  font-size: 15px;
  line-height: 1em;
}

/*2層目のないlist */
nav ul li.no-list a{
	margin-bottom: 1px;
  margin-left: 0;
	background-color: #efefef;

}
nav ul li.no-list a:hover{
  background-color: #aaa;
  text-decoration: none;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	display: block;
	text-decoration: none;
	transition:all .3s;
}

/* 動き */
  .add-rightmov {
    animation: right-mov 0.8s ease-in-out 0s normal both;
  }
@keyframes right-mov {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateY(0);
  }
}
  /* hタグ */
  h1.t1 {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(24px, 3.2vw, 24px);
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.8em;
    color: #000;
    margin-top: 10px;
    margin-bottom:40px;
    padding-bottom: 40px;
    border-bottom: #666 solid 1px;
  }
  h2 {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  h2.pad30 {
    padding-top:30px;
  }
  h2.t2 {
    font-size: clamp(20px, 2.5vw, 22px);
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  h2.career {
    font-size: clamp(15px, 1.6vw, 18px);
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  h3.en {
    font-size: clamp(32px, 5vw, 52px);
    font-family: "Funnel Display", serif;
    font-optical-sizing: auto;
    font-weight:700;
    font-style: normal;
    margin: 40px 0;
    color:#000;
  }

  h4 {
    font-weight:600;
    padding-bottom: 30px;
    border-bottom: #666 solid 1px;
  }

  /* button1 */
  .circle_btn01 {
    margin: 30px auto;
    padding-bottom: 3px;
    max-width: fit-content;
    font-weight:700;
    border-bottom:#aaa 1px solid;
  }
  
  .circle_btn01-arrow {
    color: initial; /* 文字色 */
    font-weight: normal; /* 文字の太さ */
    display: inline-flex;
    position: relative;
    padding-right: 35px;
    padding-left: 0;
    box-shadow: none;
    font-size: 15px;
  }
  
  .circle_btn01-arrow [data-btn-links] {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  
  .circle_btn01-arrow [data-btn-links]:before {
    speak: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(180%) skewY(10deg);
    content: attr(data-str);
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    will-change: transform;
  }
  
  .circle_btn01-arrow [data-btn-links] [data-btn-links-str] {
    display: inline-block;
    transition: all .3s cubic-bezier(.19,1,.22,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    will-change: transform;
  }
  
  .circle_btn01-arrow [data-btn-links]:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: right center;
    content: "";
    transition: all .6s cubic-bezier(1,0,0,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(1,0,0,1);
  }
  
  .circle_btn01-arrow .circle_btn01-arrow_circle {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    overflow: hidden;
    transform: translateY(-50%);
    border-radius: 5px;
  }
  
  .circle_btn01-arrow .circle_btn01-arrow_circle:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: #687fd8; /* 丸の色 */
    content: "";
    will-change: transform;
  }
  
  .circle_btn01-arrow .circle_btn01-arrow_circle svg {
    z-index: 3;
    position: relative;
  }
  
  .circle_btn01-arrow .circle_btn01-arrow_circle:after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    transform: translate(-25%,-100%);
    border-radius: 200px;
    background-color: #344a63; /* マウスオーバー時丸の色 */
    content: "";
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-timing-function: cubic-bezier(1,0,0,1);
    will-change: transform;
  }
  
  /* マウスオーバーした際のデザイン */
  .circle_btn01-arrow:hover {
    color: #212529; /* 文字色 */
    text-decoration: none;
  }
  
  .circle_btn01-arrow:active [data-btn-links]:before, .circle_btn01-arrow:focus [data-btn-links]:before, .circle_btn01-arrow:hover [data-btn-links]:before {
    transform: translateY(0);
  }
  
  .circle_btn01-arrow:active [data-btn-links] [data-btn-links-str], .circle_btn01-arrow:focus [data-btn-links] [data-btn-links-str], .circle_btn01-arrow:hover [data-btn-links] [data-btn-links-str] {
    transform: translateY(-180%) skewY(-10deg);
  }
  
  .circle_btn01-arrow:active [data-btn-links]:after, .circle_btn01-arrow:focus [data-btn-links]:after, .circle_btn01-arrow:hover [data-btn-links]:after {
    transform: scaleX(0);
  }
  
  .circle_btn01-arrow:active .circle_btn01-arrow_circle:after, .circle_btn01-arrow:focus .circle_btn01-arrow_circle:after, .circle_btn01-arrow:hover .circle_btn01-arrow_circle:after {
    -webkit-animation: btn-circle-in .4s cubic-bezier(.19,1,.22,1) 0s;
    transform: translate(-25%);
    border-radius: 50px;
    animation: btn-circle-in .4s cubic-bezier(.19,1,.22,1) 0s;
  }

   /* button2 */
   .circle_btn02 {
    margin: 30px auto;
    padding-bottom: 3px;
    max-width: fit-content;
    font-weight:700;
    border-bottom: #aaa solid 1px;
  }
  
  .circle_btn02-arrow {
    color: initial; /* 文字色 */
    font-weight: normal; /* 文字の太さ */
    display: inline-flex;
    position: relative;
    padding-right: 35px;
    padding-left: 0;
    box-shadow: none;
    font-size: 15px;
  }
  
  .circle_btn02-arrow [data-btn-links] {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  
  .circle_btn02-arrow [data-btn-links]:before {
    speak: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(180%) skewY(10deg);
    content: attr(data-str);
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    will-change: transform;
  }
  
  .circle_btn02-arrow [data-btn-links] [data-btn-links-str] {
    display: inline-block;
    transition: all .3s cubic-bezier(.19,1,.22,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    will-change: transform;
  }
  
  .circle_btn02-arrow [data-btn-links]:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: right center;
    content: "";
    transition: all .6s cubic-bezier(1,0,0,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(1,0,0,1);
  }
  
  .circle_btn02-arrow .circle_btn02-arrow_circle {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    overflow: hidden;
    transform: translateY(-50%);
    border-radius: 5px;
  }
  
  .circle_btn02-arrow .circle_btn02-arrow_circle:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: #bc64b5; /* 丸の色 */
    content: "";
    will-change: transform;
  }
  
  .circle_btn02-arrow .circle_btn02-arrow_circle svg {
    z-index: 3;
    position: relative;
  }
  
  .circle_btn02-arrow .circle_btn02-arrow_circle:after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    transform: translate(-25%,-100%);
    border-radius: 200px;
    background-color: #6f3b63; /* マウスオーバー時丸の色 */
    content: "";
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-timing-function: cubic-bezier(1,0,0,1);
    will-change: transform;
  }
  
  /* マウスオーバーした際のデザイン */
  .circle_btn02-arrow:hover {
    color: #212529; /* 文字色 */
    text-decoration: none;
  }
  
  .circle_btn02-arrow:active [data-btn-links]:before, .circle_btn02-arrow:focus [data-btn-links]:before, .circle_btn02-arrow:hover [data-btn-links]:before {
    transform: translateY(0);
  }
  
  .circle_btn02-arrow:active [data-btn-links] [data-btn-links-str], .circle_btn02-arrow:focus [data-btn-links] [data-btn-links-str], .circle_btn02-arrow:hover [data-btn-links] [data-btn-links-str] {
    transform: translateY(-180%) skewY(-10deg);
  }
  
  .circle_btn02-arrow:active [data-btn-links]:after, .circle_btn02-arrow:focus [data-btn-links]:after, .circle_btn02-arrow:hover [data-btn-links]:after {
    transform: scaleX(0);
  }
  
  .circle_btn02-arrow:active .circle_btn02-arrow_circle:after, .circle_btn02-arrow:focus .circle_btn02-arrow_circle:after, .circle_btn02-arrow:hover .circle_btn02-arrow_circle:after {
    -webkit-animation: btn-circle-in2 .4s cubic-bezier(.19,1,.22,1) 0s;
    transform: translate(-25%);
    border-radius: 50px;
    animation: btn-circle-in2 .4s cubic-bezier(.19,1,.22,1) 0s;
  }

  /* スクロール表示 */
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	right:50px;
  z-index: 1000;
    /*テキストの形状*/
  display: none;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:5px;
	bottom:45px;
    /*テキストの形状*/
	color: #000000;
	font-size: 12px;
  letter-spacing: 0.1em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:5px;
    /*丸の形状*/
	width:3px;
	height:20px;
	/*border-radius: 50%;*/
	background:#464646;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 3s ease-in-out infinite,
		cirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
    0%{bottom:80px;}
    100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:6px;
    /*線の形状*/
	width:1px;
	height: 100px;
	background:#605f5f;
}

.pagetopUp {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.pagetop-text {
  color: black;
  margin-top: -15px;
}
.pagetop {
  color: black;
  text-align: center;
}
.frame80{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.frame80 img {
  width: 100%;
}
.frame90{
  width: 90%;
  margin: 20px auto;
}
table.outline3, table.table-profile, table.history {
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show; 
  width: 100%;
  padding: 0;
  margin: 0;
}

table.outline3 td,table.table-profile th,table.table-profile td,table.hstory th, table.hstory td {
  text-decoration:none;
  font-weight:normal;
  padding-bottom:10px;
  vertical-align:top;
}
table.table-profile {
  margin-top: 10px;
}
table.table-profile th{
  border-bottom:1px solid #aaa;
  white-space: nowrap;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  padding:5px;
  line-height: 1.7em;
  box-sizing: border-box;
  width: 100%;
}
table.table-profile td{
  font-family: "Noto Sans JP", serif;
  line-height: 1.7em;
  padding:10px 5px 30px 5px;
  box-sizing: border-box;
}

table.history th, table.history td{
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7em;
  padding:20px 0;
  box-sizing: border-box;
  border-top:#aaa 1px solid;
  vertical-align: top;
}
table.history th {
  padding-right:20px;
  white-space: nowrap;
  text-align: right;
  line-height: 1.5em;
}

.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: #aaa 1px solid;
}
.indentback{
  text-indent: -1em;
  padding-left: 1em;
}

/*アイコンの＋と×*/
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #555;
}
.title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}
body {
  margin: 0;
  padding: 0;
}

#container {
  margin: 70px 20px;
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  margin: 10px 0;
  padding: 10px;
  font-size: 14px;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin:20px 0 0;
}
.footer-left {
  width:140px;
}
.footer-right {
  width:150px;
}
.footer-left a {
  color: #000;
  font-size: 16px;
}
.footer-home1 {
  font-size: 20px;
  color:#000;
  padding-bottom: 8px;
  border-bottom: #ddd solid 2px;
}
.footer-home1 a {
  color: #999;
}
.top-i{
  position: absolute;
  width:85%;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
}
.top-i img {
  width: 100%;
  border-bottom-right-radius: 20px;
}
.button-pagelink a, .button-pagelink2 a {
  display: inline-block;
  width: 320px;
  margin:0 auto;
  border-bottom: 1px solid #D7DADB;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAJZJREFUSEvtUkEOgCAMKz/Tl6kv05+pjZAQVDpMSCRhBy927VrqUHlcZX50AZnw7yLa/cnmw8xAT9wFZCnaimgGMElPF2A5P8TfRrVoBTAIkVdy7ikBYnIiG4Axd4BFgPvhcVMuuS8BnpEx0Uk8vJwOsmMVIEksks09ViwR4F5oymNjvrRIJSD/lzqQhMUtKGZMFtp3cABGThIZVT4EpAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 20px top 50%;
  color: black;
  box-sizing: border-box;
}
.button-pagelink2 a {
  border-top: 1px solid #D7DADB;
  background-color: #d9d9d9;
  margin-top: 20px;
  margin-bottom: 50px;
  border-radius: 10px;
}
.button-pagelink a:hover, .button-pagelink2 a:hover{
  color:#06C;
}
.button a span {
  margin-right: 20px;
}
.project-logo {
  margin: 30px auto;
  padding: 20px 50px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.project-logo img {
  width:100%;
}
.smp {
  display: none;
}
.career-logo {
  width:120px;
  padding: 40px 0 10px;
}
.career-logo img {
  width: 100%;
}
.smn-container {
	display: flex;
	flex-wrap: wrap;
  margin-top: 20px;
}

.button-smn {
  display: block;
  width: auto;
  padding: 10px 16px 10px 50px;
  position: relative;
  background-color: #fff;
  color:#000;
  border-bottom: #ddd solid 1px;
  overflow-wrap: break-word;
  font-size: 15px;
  &::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  &.insta::before {
    background-image: url("../smn-icon/instagram2.svg");
  }
  &.facebook::before {
    background-image: url("../smn-icon/facebook2.png");
  }
  &.note::before {
    background-image: url("../smn-icon/icon2-1.png");
  }
  &.x::before {
    background-image: url("../smn-icon/x.png");
  }
  &.youtube::before {
    background-image: url("../smn-icon/youtube2.png");
  }
  &.tictok::before {
    background-image: url("../smn-icon/tictok2.png");
  }
  a.button-smn  {
    color: #000;
  }
  a.button-smn:hover  {
    color: #104971;
    text-decoration: underline;
  }
  a.button-smn:visited  {
    color: #000;
  }
}
.addTrigger {
  opacity: 0;
}

.project-base {
  position:relative;
  padding: 0 0 40px 0;
  background-color: #e3ebee; 
  border-top-right-radius: 20px;
}

.history-base {
  position:relative;
  padding:40px 0; 
  background-color: #cfdef1; 
  border-bottom-right-radius: 20px; 
  border-top: #fff 1px solid;
}
.history-base2 {
  position:relative; 
  padding:0 0 40px 0; 
  background-color: #d6dde7; 
  border-top-right-radius: 20px; 
  border-bottom-right-radius: 20px;
}

.career-base {
  position:relative; 
  margin-top:50px; 
  padding:0 0 40px 0; 
  background-color: #ecded6; 
  border-top-right-radius: 20px; 
  border-bottom-right-radius: 20px;
}

.smn-base {
  position:relative; 
  margin-top:50px; 
  padding:0 0 40px 0; 
  background-color: #def1f7; 
  border-top-right-radius: 20px; 
  border-bottom-right-radius: 20px;
}
.foot-base {
  position:relative; 
  background-color: #fff;
  border-top:#ddd solid 1px; 
  padding: 40px 0; 
  border-top-right-radius: 20px;
}

.gaya-base {
  position:relative; 
  margin-top:50px; 
  padding:0 0 40px 0; 
  background-color: #e4e6de; 
  border-top-right-radius: 20px; 
  border-bottom-right-radius: 20px;
}
.kba-base {
  position:relative; 
  margin-top:50px; 
  padding:0 0 40px 0; 
  background-color: #e8e4db; 
  border-top-right-radius: 20px; 
  border-bottom-right-radius: 20px;
}
.macos-base {
  position:relative; 
  margin-top:50px; 
  padding:0 0 40px 0; 
  background-color: #ede5e1;  
  border-top-right-radius: 20px; 
  border-bottom-right-radius: 20px;
}
.working-base {
  position:relative; 
  padding:0 0 40px 0; 
  background-color: #fafafe; 
  border-top-right-radius: 20px;
}
.c-gaya-base {
  padding:0 0 40px 0; 
  background-color: #e4e6de;
}
.c-kba-base {
  padding:0 0 40px 0; 
  background-color: #e8e4db;
  border-top: #fff solid 1px;
}
.c-macos-base {
  padding:0 0 40px 0; 
  background-color: #ede5e1;
  border-top: #fff solid 1px; 
  border-bottom-right-radius: 20px;
}
.c-indeed-base {
  margin-top:40px;
  padding:0 0 40px 0; 
  background-color: #d4d4d4; 
  border-top-right-radius: 20px;  
  border-bottom-right-radius: 20px;
}
.s-macos-base {
  padding:0 0 40px 0; 
  background-color: #ede5e1;
  border-top-right-radius: 20px;
}
.s-gaya-base {
  position:relative; 
  padding:0 0 40px 0; 
  background-color: #e4e6de;
  border-top: #fff solid 1px;
}
.s-kba-base {
  padding:0 0 40px 0; 
  background-color: #e8e4db;
  border-top: #fff solid 1px; 
  border-bottom-right-radius: 20px;
}
img.w95 {
  width:95%;
}
img.w80 {
  width: 80%;
}
img.w70-mt10 {
  width: 70%; 
  margin-top:10px
}
.mt40 {
  margin-top: 40px;
}
.md20 {
  margin-bottom: 20px;
}
.pad0 {
  padding-bottom: 0;
}

.pd1em{
  padding-bottom: 1em;
}

.bg-project {
  background-color: #e3ebee;
}
.bg-history {
  background-color: #cfdef1;
}
.bg-career {
  background-color: #ecded6;
}
.bg-smn {
  background-color: #def1f7;
}

.border {
  border-top:#ccc solid 1px; 
  padding: 30px 0 1em;
}
.photo-r {
  border-radius: 15px; 
  border-top-left-radius: 0;
}
.career-frame {
  margin-bottom:40px; 
  padding-bottom: 40px;
  border-bottom: #aaa solid 1px;
}

@media screen and (max-width: 835px) {
 .split1, .split2,.split1-2 {
        position: relative;
        width: 100%;
        height: auto;
    }
  .split-box, .left-box, .right-box {
      position: relative;
      width: 100%;
      height: auto;
      box-sizing: border-box;
  }
  .left-box2.height65 {
    height: 80svh;
  }
  .top-i{
    top: 55%;
  }
  .right-box {
      padding: 10px 25px 0;
  }
  .left-box {
      height: 100svh;
      box-sizing: border-box;
  }

  .wave {
    height: 100svh;
  }
  .right-inner2{
    margin-top: -20px;
  }
  .mcs,.mcs2 {
    position: absolute;
    width:70%;
  }

.cap {
    top: 320px;
    width:400px;
  }
  h3.en {
    margin: 20px 0;
  }
  .openbtn,.openbtn2{
    top: 10px;
    right: 13px;
  }
  .pagetopUp {
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .svganimeblock{
    margin:220px auto 50px;
    width:280px;
    }
  .cap {
    position: absolute;
    top: 285px;
    width:280px;
  }
  #g-nav{
    width: 100%;
  }
  .smp {
    display: block;
  }
   .openbtn,.openbtn2{
    top: 10px;
    right: 13px;
  }
  .pagetopUp {
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .svganimeblock{
    margin:160px auto 50px;
    width:230px;
  }
  .cap {
    position: absolute;
    top: 215px;
    width:250px;
  }
  .footer-left a {
    font-size: 14px;
  }
}