html{
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 !important;
  font-size: 14px;
  width: 100%;
  background-image: url('/terminal0/img/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
}
.body_inner{
  overflow: hidden;
}
main{
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main{
    padding-top: 94px;
  }
}
h1,h2,h3,h4,p{
  margin: 0;
}
.img100 img{
  width: 100%;
}
.font_ro{
  font-family: "Roboto";
}
h2{
  color: #1E3042;
  font-family: "Roboto";
}
h3{
  color: #1E3042;
  font-family: "Roboto";
}
h4{
  color: #1E3042;
  font-weight: 300;
}
li{
  list-style: none;
}
/* 簡易リセットCSS */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.link_blank::after{
  margin-left: 25px;
  content: url('/terminal0/img/blank.svg');
}
.contact_wrap .link_blank::after{
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  mask-image: url('/terminal0/img/blank.svg');
  background-color: #1E3042;
  background-repeat: no-repeat;
}
footer .link_blank::after{
  margin-left: 5px;
  content: url('/terminal0/img/blank.svg');
}
.pagetop{
  position: fixed;
  bottom: 30px; right: 30px;
  opacity: 0;
  transition: 1s;
  cursor : pointer;
  z-index: 10;
}
.pagetop img:hover{
  transform:scale(1.4,1.4);
  transition:0.75s all;
}
.kv_title {
  font-size: 110px;
  font-family: "Poppins";
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.section_title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  color: #1E3042;
}
@media screen and (min-width: 768px) {
  .wrap01_pc{
    max-width: 1100px;
    margin: 0 auto;
  }
  .wrap02_pc{
    max-width: 1040px;
    margin: 0 auto;
  }
  .wrap03_pc{
    margin: 0 120px;
  }
  .title {
    font-size: 100px;
    font-weight: 200;
    font-family: "poppins";
    letter-spacing: 0.1em;
    opacity: 0.5;
  }
  h2{
    font-size: 120px;
    margin-top: 80px;
  }
  h3{
    font-size: 40px;
  }
  .h3_under{
    padding-bottom: 10px;
    position: relative;
  }
  .h3_under::after{
    content: '';
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color: #D09966;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 25px)
  }
  h4{
    font-size: 36px;
  }
  .section{
    padding: 80px 0;
  }
  .font_10_pc{
    font-size: 10px !important;
  }
  .font_12_pc{
    font-size: 12px !important;
  }
  .font_14_pc{
    font-size: 14px !important;
  }
  .font_16_pc{
    font-size: 16px !important;
  }
  .font_18_pc{
    font-size: 18px !important;
  }
  .font_20_pc{
    font-size: 20px !important;
  }
  .font_24_pc{
    font-size: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  h2{
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .font_10_sp{
    font-size: 10px !important;
  }
  .font_12_sp{
    font-size: 12px !important;
  }
  .font_14_sp{
    font-size: 14px !important;
  }
  .font_16_sp{
    font-size: 16px !important;
  }
  .font_18_sp{
    font-size: 18px !important;
  }
  .font_20_sp{
    font-size: 20px !important;
  }
  .font_22_sp{
    font-size: 22px !important;
  }
  .title {
    font-size: 55px;
    font-weight: 275;
    font-family: "poppins";
    letter-spacing: 0.1em;
    opacity: 0.4;
  }
  .kv_title {
    font-size: 65px;
  }
  .section_title {
    font-size: 32px;
  }
  h2{
    font-size: 50px;
  }
  h3{
    font-size: 26px;
  }
  .h3_under{
    padding-bottom: 10px;
    position: relative;
  }
  .h3_under::after{
    content: '';
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color: #D09966;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 25px)
  }
  h4{
    font-size: 26px;
  }
  .wrap01_sp{
    padding: 15px;
  }
  .wrap02_sp{
    padding: 0 35px;
  }
  .wrap03_sp{
    padding: 0 0 0 35px;
  }
}

/* header */
.header {
  position: fixed;  /* 位置を固定する */
  top: 0;  /* 固定する位置を指定 */
  left: 0;  /* 固定する位置を指定 */
  width: 100%;  /* ヘッダーの幅 */
  background: #1E3042;  /* 背景色 */
  z-index: 3;
  height: 94px;
  justify-content: space-between;
  align-items: center;
}
.header_link{
  list-style: none;
}
.header .header_lang a {
  opacity: 0.5;
  transition: .5s;
}
.header .header_lang a:hover {
  opacity: 1;
}
.header .header_lang a.is-active {
  opacity: 1;
}
.header_btn a {
  transition: .5s;
}
.header_btn a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1244px) {
  .header_link {
    gap: 40px !important;
    margin-left: 60px !important;
  }
  .header_btn {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 1049px) {
  .header_btn a {
    width: 200px;
    height: 54px;
    background: #D7AB7C;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
  }
}
@media screen and (min-width: 768px) {
  header{
    padding-left: 60px;
    padding-right: 60px;
  }
  .header_inner{
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Poppins";
    gap: 10px;
  }
  .header_link-wrap {
    display: flex;
    align-items: center;
  }
  .header_link{
    display: flex;
    margin-left: 10px;
    gap: 20px;
  }
  .header_link a{ 
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .header_link a::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #D09966;
    position: absolute;
    bottom: -5px;
    left: 0%;
    transform: scale(0, 1);
    transition: .3s;
  }
  .header_link a:hover {
    color: #D09966;
  }
  
  .header_link a:hover::after {
    transform: scale(1, 1);
  }
  .header_btn-wrap {
    display: flex;
    align-items: center;
  }
  .header_btn span {
    color: #1E3042;
    font-size: 16px;
    font-weight: bold;
  }
  .header_lang ul {
    display: flex;
    align-items: center;
  }
  .header_lang li {
    padding: 0 14px;
    border-right: 1px solid #fff;
  }
  .header_lang li:last-child {
    border-right: none;
  }
  .header_lang ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 1048px) {
  .header_btn a {
    width: 150px;
    height: 54px;
    background: #D7AB7C;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  header{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_logo{
    width: 100px;
    height: auto;
  }
  .header_link a{ 
    font-size: 15px;
  }
}
@media screen and (min-width: 825px) {
  .header_link .pc_only {
    display: none;
  }
}

/* /header */

/*
  TOPページ
*/

/* kv_area */
.kv_area .kv_image_area img{
  width: 100%;
}
.kv_text01{
  color: #BADEF3;
}
.kv_text03{
  color: #1E3041;
}

.start {
	background: #1E3042;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start .startarea {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	/* width: 280px; */
  /* height: 100%; */
}
.start_logo{
  display: flex;
}

@media screen and (min-width: 768px) {
  .kv_area{
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .start_text01{
    color: #BADEF3;
    font-size: 24px;
    overflow: hidden;
  }
  .start_text01 span{
    display: block;
    margin-left: -100%;
    transition: 1s;
  }
  .start_text02{
    color: #D09967;
    font-size: 124px;
    font-weight: 400;
    margin-top: 70px;
    overflow: hidden;
  }
  .start_text02 span{
    display: block;
    margin-left: -100%;
    transition: 1s;
  }
  .start_text03{
    color: #BADEF3;
    font-size: 24px;
    font-weight: 400;
    margin-top: 70px;
    overflow: hidden;
  }
  .start_text03 span{
    display: block;
    margin-left: -100%;
    transition: 1s;
  }
  .start_text04{
    color: #D09967;
    font-size: 124px;
    font-weight: 400;
    margin-top: 70px;
    overflow: hidden;
  }
  .start_text04 span{
    display: block;
    margin-top: -200%;
    transition: 1s;
  }
  .active span {
    margin-left: 0;
  }
  .active02 span {
    margin-top: 0;
  }
  /* .kv_area_img02{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  } */
  .kv_text_area{
    position: relative;
    margin-left: 120px;
    margin-top: 67px;
  }
  .kv_text01{
    color: #1E3041;
    font-size: 40px;
  }
  .kv_text02{
    margin-top: 63px;
  }
  .kv_text03{
    color: #1E3041;
    line-height: 160%;
    margin-top: 63px;
    font-weight: 600;
  }
  .kv_text {
    max-width: 30%;
  }
  .kv_logo {
    max-width: 80%;
  }
  .kv_image_area {
    width: 50%;
  }
  .basic_btn {
    margin-top: 40px;
  }
  .basic_btn a {
    width: 500px;
    height: 83px;
    background: #D7AB7C;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    transition: .5s;
  }
  .basic_btn a:hover {
    opacity: 0.6;
  }
  .basic_btn a span {
    color: #1E3042;
    font-size: 16px;
    font-weight: 600;
  }
  .kv_bg {
    position: absolute;
    top: 121px;
    overflow-x: hidden;
    z-index: -100;
    width: 100%;
  }
  .scroll {
    position: absolute;
    left: 25px;
    bottom: 60px;
  }
  .scroll_text {
    white-space: nowrap;
    transform: rotate(270deg); 
    position: relative;
    bottom: 40px;
    right: 23px;
    letter-spacing: 3.7px;
  }
  .scroll-icon {
    animation: upDown 1.5s ease-in-out infinite;
  }
  @keyframes upDown {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(30px); }
    100% { transform: translateY(0); }
  }
  .scroll::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 50px;
    left: 15px;
    top: 25px;
    background-color: #1E3042;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .kv_text_area{
    right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .kv_area{
    position: relative;
    display: flex;
    margin-bottom: 300px;
  }
  .kv_image_area {
    width: 100%;
    height: 439px;
    background-image: url("/terminal0/img/kv-bg-sp.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    animation: fadeInBG .7s ease-out 1.5s 1 normal backwards;
  }
  .kv_text03 {
    font-weight: 700;
    margin-top: 54px;
  }
  .start_text01{
    color: #BADEF3;
    font-size: 24px;
    overflow: hidden;
  }
  .start_text01 span{
    display: block;
    margin-left: -100%;
    transition: 1s;
  }
  .start_text02{
    color: #D09967;
    font-size: 48px;
    font-weight: 400;
    margin-top: 30px;
    overflow: hidden;
  }
  .start_text02 span{
    display: block;
    margin-left: -100%;
    transition: 1s;
  }
  .start_text02 img{
    max-height: 40px;
  }
  .start_text04 img{
    max-height: 40px;
    
  }
  .start_text03{
    color: #BADEF3;
    font-size: 24px;
    font-weight: 400;
    margin-top: 40px;
    overflow: hidden;
  }
  .start_text03 span{
    display: block;
    margin-left: -100%;
    transition: 1s;
  }
  .start_text04{
    color: #D09967;
    font-size: 48px;
    font-weight: 400;
    margin-top: 30px;
    overflow: hidden;
  }
  .start_text04 span{
    display: block;
    margin-top: -200%;
    transition: 1s;
  }
  .active span {
    margin-left: 0;
  }
  .active02 span {
    margin-top: 0;
  }
  .kv_area{
    width: 100%;
  }
  .kv_text_area{
    position: absolute;
    right: auto;
    margin-left: 30px;
    top: 30%;
  }
  .kv_text02 img{
    height: 100%;
    width: auto;
    margin-top: 20px;
  }
  .basic_btn {
    margin-top: 40px;
  }
  .basic_btn a {
    width: 248px;
    height: 73px;
    background: #D7AB7C;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
  }
  .basic_btn a span {
    color: #1E3042;
    font-size: 16px;
    font-weight: 600;
  }
  .kv_bg {
    position: absolute;
    top: 421px;
    overflow-x: hidden;
    z-index: -100;
  }
  .scroll {
    position: absolute;
    right: 10px;
    bottom: 60px;
    width: 30px;
  }
  .scroll_text {
    white-space: nowrap;
    transform: rotate(270deg); 
    position: relative;
    bottom: 15px;
    right: 0;
    letter-spacing: 3.7px;
  }
  .scroll-icon {
    animation: upDown 1.5s ease-in-out infinite;
  }
  @keyframes upDown {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(30px); }
    100% { transform: translateY(0); }
  }
  .scroll::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 50px;
    left: 15px;
    top: 25px;
    background-color: #1E3042;
  }
}
/* /kv_area */


/* about */
#about{
  position: relative;
}
.about_bg{
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  .about_area{
    display: flex;
    justify-content: space-between; 
    margin-top: 180px;
    margin-bottom: 70px;
  }
  .about_text01 {
    color: #1E3042;
    font-weight: bold;
  }
  .about_text02 {
    color: #1E3042;
    line-height: 200%;
  }
  .about_text_img01{
    z-index: -1;
    width: 100%;
  }
  .about_text_img01 img{
    width: 100%;
  }
  .about_text_area01{
    max-width: 564px;
    margin: auto 80px auto 120px;
  }
  .about_h2 {
    margin: 0;
  }
  #about h2 {
    margin: 0;
  }
  .about_text_area01_inner {
    line-height: 28px;
  }
  .about_bg{
    position: absolute;
    right: -105px;
    top: 200px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  #about{
    padding-top: 70px;
  }
  .about_area {
    display: flex;
    flex-direction: column-reverse;
  }
  #about h2{
    text-align: center;
  }
  .about_text_img01 {
    margin-top: 80px;
  }
  .about_text01 {
    font-weight: 600;
  }
  .about_text02 {
    line-height: 200%;
  }
  .about_text_img01 img{
    width: 80%;
  }
  .about_bg{
    position: absolute;
    right: -75px;
    top: 470px;
    overflow-x: hidden;
  }
}
/* /about */

/* concept */
.concept_text02{
  line-height: 260%;
}
.concept_area01_iconarea{
  display: flex;
}
#how{
  background-color: #E3F1FA;
}
.concept_text01{
  /* font-weight: 600; */
}
.concept_area01 h4{
  font-family: sans-serif;
  font-weight: 500;
}
.concept_span{
  font-family: sans-serif;
}

.concept_area01_icon{
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #1E3042;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how_link a {
  font-size: 20px;
  color: #1E3041;
  text-decoration: none;
  position: relative;
}
.how_link a:hover {
  color: #D09966;
}
.how_link a::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #D09966;
  position: absolute;
  bottom: -5px;
  left: 0%;
  transform: scale(0, 1);
  transition: .3s;
}
.how_link a:hover::before {
  transform: scale(1, 1);
}
.how_link a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #1E3041;
  border-right: solid 1px #1E3041;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.how_link a:hover::after {
  border-bottom: solid 1px #D09966;
  border-right: solid 1px #D09966;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -20px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #concept{
    position: relative;
    margin-top: 35px;
  }
  #concept h2{
    color: #313D43;
    text-align: unset;
    margin-top: 0;
  }
  .concept_area01{
    display: flex;
    justify-content: end;
    margin-top: 210px;
    align-items: center;
    height: 1017px;
  }
  .concept_bg{
    background-image: url('/terminal0/img/concept-bg.png') !important;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    padding-bottom: 160px;
  }
  .concept_bg.fixed {
    background-attachment: fixed;
    background-size: auto;
  }
  .concept_text_area {
    margin-left: 120px;
  }
  .concept_text01{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
  }
  .concept_text_area_inner {
    color: #313D43;
  }


  .concept_area01_iconarea{
    display: flex;
  }
  .concept_area01_iconarea .concept_area01_icon:nth-child(n+2) {
    margin-left: 30px;
  }

  .development-features {
    width: 925px;
    border: 1px solid #1E3042;
    text-align: right;
    margin: 0 120px 0 auto;
    border-radius: 16px;
  }
  .development-features h4 {
    padding-top: 40px;
    font-size: 28px;
    font-weight: bold;
  }
  .development-features p {
    font-weight: 400;
    line-height: 180%;
  }
  .concept_area02{
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .concept_img04{
    min-width: 240px;
    margin-left: 70px;
    margin-top: 180px;
    margin-right: 120px;
  }
  .concept_img04 img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .concept_img04{
    min-width: 0;
    margin-left: 20px;
    width: 100%;
  }

  .concept_area01_icon{
    width: 110px;
    height: 110px;
  }
  .development-features {
    width: 625px;
    border: 1px solid #1E3042;
    text-align: right;
    margin: 0 120px 160px auto;
  }
}
@media screen and (max-width: 768px) {
  #concept {
    height: 2252px;
  }
  .concept_bg{
    background-image: url('/terminal0/img/concept-bg-sp.png?202508142000');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .concept_text_area {
    padding-top: 125px;
  }
  .concept_text01 {
    line-height: 30px;
    text-align: center;
    font-weight: 600;
  }
  .concept_text02 {
    text-align: center;
  }
  .concept_img04 {
    text-align: center;
  }
  .development-features {
    position: relative;
    bottom: 0;
    border: 1px solid #1E3042;
    border-radius: 30px;
    margin: 0 30px;
    border-radius: 16px;
  }
  .development-features h4 {
    padding-top: 60px;
  }
  .development-features p.txt_c {
    padding: 0 20px;
    line-height: 200%;
    color: #313D43;
  }
  .concept_area01_iconarea{
    flex-wrap: wrap; 
    justify-content: space-between;
  }
  .concept_area01_icon{
    margin: 30px 10px 0 10px;
  }
  .concept_area01_icon img{
    max-width: 135px;
  }
  .concept_area01_icon p{
    display: inline-block;
  }
  .concept_area02{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 60px;
  }
  .concept_area02 img {
    width: 90%;
  }
  .concept_area02 div{
    width: 50%;
    padding: 30px 10px 0 10px;
  }

  #how{
    padding: 60px 0;
  }
  #how p{
    display: inline-block;
  }
  #create{
    position: relative;
  }
}
/* /concept */

/* UNIT */
#unit{
  position: relative;
}
@media screen and (min-width: 768px) {
  .unit_area{
    padding: 160px 110px 80px 110px;
  }
  #unit h2 {
    margin-top: 0;
  }
  .unit_text01 {
    font-weight: 300;
    color: #1E3041;
    line-height: 160%;
    letter-spacing: 0.14em;
  }
  .unit_text02 {
    line-height: 240%;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
  #unit .basic_btn {
    text-align: center;
  }
  .unit_content{
    display: flex;
    justify-content: center;
  }
  .unit_item img{
    max-width: 136px;
  }
  .unit_content .unit_item:nth-child(n+2) {
    margin-left: 40px;
  }
  .bg-effect01{
    position: absolute;
    bottom: -250px;
    left: -100px;
    max-width: 500px;
    z-index: -3;
  }
  /* .bg-effect01{
    position: absolute;
    bottom: -250px;
    left: -150px;
    max-width: 500px;
    z-index: -3;
  } */
  #unit-slider .slick-list {
    padding: 0 10px;
    margin-left: 120px;
  }
  #unit-slider .slick-slide {
    margin: 0 -10px;
  }
  .unit_item_link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    width: 90%;
    transition: .5s;
  }
  .unit_item_link:hover {
    opacity: 0.6;
  }
  .unit_item_link .unit_item_img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .unit_item_link .unit_item_img::before {
    content: '';
    display: block;
    /* padding-top: 243px; */
    padding-top: 66.57774297%;
    width: 100%;
  }
  .unit_item_link .unit_item_img img {
    border-radius: 20px;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
  .unit_item {
    margin-top: 30px;
  }
  .unit_item-tag {
    margin-bottom: 5px;
  }
  .unit-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 5px 16px 6px 16px;
    color: #005DAB;
    text-align: left;
    font-size: 11px;
    line-height: 1;
    background-color: #fff;
    border-radius: 60px;
    border: 1px solid #B6C0C3;
  }
  .unit-tag {
    margin-left: 10px;
  }
  .unit_item_text {
    display: flex;
    flex-direction: column;
    color: #1E3042;
    text-align: left;
    margin-left: 10px;
  }
  .unit_item_text .project_name {
    color: #1E3042;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .unit_item_text .unit_name {
    color: #1E3042;
    margin-bottom: 20px;
  }
  .unit_item_text .project_explanation {
    color: #1E3042;
    margin-bottom: 20px;
  }
  .unit-detail {
    color: #005DAB;
    font-weight: 600;
  }
  .unit-detail::after, .news-list_item_text-detail::after {
    content: '';
    display: inline-block;
    width: 31px;
    height: 20px;
    background-image: url('/terminal0/img/arrow-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    top: 9px;
    position: relative;
  }
  .news-list_item_text-detail > img {
    position: relative;
    top: 3px;
    margin-left: 5px;
  }
  .business-development {
    margin-top: 160px;
  }
  .business-development_text01 {
    font-size: 32px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0.34em;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .unit_area{
    margin: 0 30px;
  }
  .unit_item img{
    max-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #unit{
    margin-top: 380px;
  }
  .unit_item img{
    max-width: 136px;
  }
  .unit_content{
    display: flex;
    flex-wrap: wrap;
  }
  .unit_content div{
    width: 50%;
    padding: 10px;
    display: block;
    text-align: center;
  }
  .unit_area p{
    text-align: center;
  }
  .unit_text01 {
    font-weight: lighter;
    letter-spacing: 0.14em;
  }
  .unit_text02 {
    letter-spacing: 0.07em;
    line-height: 240%;
  }
  #unit .basic_btn {
    text-align: center;
  }
  #unit .basic_btn a {
    width: 256px;
  }
  #unit-slider .slick-list {
    padding: 0 10px;
  }
  #unit-slider .slick-slide {
    margin: 0 -10px;
  }
  .unit_item_link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    width: 90%;
  }
  .unit_item_link .unit_item_img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .unit_item_link .unit_item_img::before {
    content: '';
    display: block;
    /* padding-top: 209px; */
    padding-top: 66.57559199%;
    width: 100%;
  }
  .unit_item_link .unit_item_img img {
    border-radius: 20px;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
  .unit_item {
    margin-top: 30px;
  }
  .unit_item-tag {
    margin-bottom: 5px;
  }
  .unit-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 5px 16px 6px 16px;
    color: #005DAB;
    text-align: left;
    font-size: 11px;
    line-height: 1;
    background-color: #fff;
    border-radius: 60px;
    border: 1px solid #B6C0C3;
  }
  .unit-tag {
    margin-left: 10px;
  }
  .unit_item_text {
    display: flex;
    flex-direction: column;
    color: #1E3042;
    text-align: left;
    margin-left: 10px;
  }
  .unit_item_text .project_name {
    color: #1E3042;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .unit_item_text .unit_name {
    color: #1E3042;
    margin-bottom: 20px;
  }
  .unit_item_text .project_explanation {
    color: #1E3042;
    margin-bottom: 20px;
  }
  .unit-detail {
    color: #005DAB;
    font-weight: 600;
  }
  .unit-detail::after, .news-list_item_text-detail::after {
    content: '';
    display: inline-block;
    width: 31px;
    height: 20px;
    background-image: url('/terminal0/img/arrow-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    top: 9px;
    position: relative;
  }
  .business-development {
    margin-top: 130px;
    padding: 0 30px;
  }
  .business-development_text01 {
    font-size: 22px;
    letter-spacing: 0.14em;
    margin-bottom: 40px;
  }
}
/* /UNIT */

/* news&event */
a.news-list_item_link {
  transition: .5s;
}
a.news-list_item_link:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1160px) {
  .news-list_item_text {
    width: 417px;
  }
}
@media (min-width: 768px) and (max-width: 1159px) {
  .news-list_item_text {
    max-width: 417px;
  }
}
@media screen and (min-width: 768px) {
  .kv_small-amp {
    font-size: 69px;
  }
  .small-amp {
    font-size: 59px;
  }
  .news_bg {
    background-image: url('/terminal0/img/news-bg.png') !important;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
  }
  .news_area01 {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    align-items: center;
    height: 1200px;
  }
  #news .title {
    margin-top: 0;
  }
  #news .title {
    text-align: unset;
  }
  #news .basic_btn a {
    width: 350px;
  }
  .news_link_area {
    margin-left: 100px;
  }
  .news-list_item {
    border-bottom: 1px solid #1E3042;
  }
  .news-list_item_link {
    display: flex;
    text-decoration: none;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .news-list_item_date {
    display: flex;
    flex-direction: column;
    color: #1E3041;
    font-size: 12px;
    text-align: center;
    font-family: "poppins";
    width: 47px;
  }
  .news-list_item_date .day-large {
    font-size: 43px;
  }
  .news-list_item_tag_text {
    margin-left: 40px;
    color: #005DAB;
    margin-top: auto;
    margin-bottom: auto;
  }
  .news-list_item_tag {
    margin-bottom: 8px;
  }
  .new-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 28px;
    padding: 4px 8px;
    color: #1E3042;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    background-color: #C8E3F5;
  }
  .news-list_item_tag--bottom .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 28px;
    padding: 4px 8px;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    border-radius: 60px;
    font-weight: 600;
    border: 1px solid #B6C0C3;
  }
  .news-list_item_text_area {
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .news_area01 {
    height: 1517px;
  }
}
@media screen and (max-width: 768px) {
  .kv_small-amp {
    font-size: 45px;
  }
  .small-amp {
    font-size: 32px;
  }
  .news_bg {
    background-image: url('/terminal0/img/news-bg-sp.png?202508142000');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 1519px;
  }
  #news .title {
    text-align: left;
  }
  #news .basic_btn {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #news .basic_btn.sp_only {
    position: relative;
    display: flex;
    justify-content: center;
    top: 40px;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #news .basic_btn a {
    width: 256px;
  }
  .concept_text02 {
    text-align: left;
  }
  .news_text_area {
    padding-top: 125px;
  }
  .news-list_item {
    border-bottom: 1px solid #1E3042;
  }
  .news-list_item_link {
    display: flex;
    text-decoration: none;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .news-list_item_date {
    display: flex;
    flex-direction: column;
    color: #1E3041;
    font-size: 12px;
    text-align: center;
    font-family: "poppins";
  }
  .news-list_item_date .day-large {
    font-size: 43px;
  }
  .news-list_item_tag_text {
    margin-left: 40px;
    color: #005DAB;
    margin-top: auto;
    margin-bottom: auto;
  }
  .news-list_item_tag {
    margin-bottom: 8px;
  }
  .new-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 28px;
    padding: 4px 8px;
    color: #1E3042;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    background-color: #C8E3F5;
    border-radius: 60px;
  }
  .news-list_item_tag--bottom .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 28px;
    padding: 4px 8px;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    border-radius: 60px;
    font-weight: 600;
    border: 1px solid #B6C0C3;
  }
  .news-list_item_text_area {
    display: block;
  }
  .news-list_item_text {
    max-width: 417px;
  }
  .news-list_item_text-detail {
    padding-top: 20px;
    text-align: right;
  }
}
/* /news&event */
/* facilities */
#facilities-slider img {
  border-radius: 16px;
  width: 100%;
  cursor : pointer;
}
#facilities h2 {
  padding-top: 80px;
  margin-top: 0;
}
.facilities_text01 {
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 0.07em;
}
.facilities_text02 {
  font-family: "Poppins";
  font-weight: 275;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.facilities_text03 {
  font-size: 30px;
  font-family: "Poppins";
  font-weight: 275;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.facilities-modal {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
.facilities-modal .img-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 60%;
    margin: auto;
    display: block;
}
#facilities-slider li.slick-slide::before {
  content: "";
  background-image: url('/terminal0/img/facilities-expansion.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 36px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.slick-facilities-img {
  transition: .5s;
}
#facilities-slider img:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1440px) {
  #facilities-slider .slick-list {
    padding: 0 30px;
    margin-left: 120px;
  }
  #facilities-slider .slick-slide {
    margin: 0 -5px;
  }
}
@media screen and (min-width: 768px) {
  .floormap_area {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .floormap {
    text-align: center;
    margin-top: 32px;
    margin-left: 120px;
    margin-right: 120px;
  }
  .floormap img {
    width: 100%;
  }
  #facilities-slider .slick-list {
    padding: 0 50px 0 0;
    margin-left: 120px;
  }
  #facilities-slider .slick-slide {
    margin: 0 15px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #facilities {
    margin-top: 130px;
  }
  .facilities_text01 {
    text-align: center;
    letter-spacing: 0.07em;
    line-height: 240%;
    padding: 0 31px;
  }
  .facilities_text02 {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-family: "poppins";
    font-weight: 200;
    text-align: center;
  }
  .floormap {
    margin: 20px 30px 60px 30px;
  }
  #facilities-slider .slick-list {
    padding: 0 50px 0 0;
  }
  #facilities-slider .slick-slide {
    margin: 0 15px;
    position: relative;
  }
}
/* /facilities */
/* access */
#access{
  position: relative;
}
.access_table{
  text-align: left;
}
.access_col{
  border-bottom: 1px solid #848484;
  padding-top: 15px;
  padding-bottom: 15px;
}
.access_h2{
  position: relative;
  pointer-events: none;
  z-index: 2;
}
#googlemap{
  position: relative;
  width: 700px;
  height: auto;
}
@media screen and (min-width: 1600px) {
  #googlemap{
    position: relative;
    width: 1000px;
    height: auto;
  }
}
#googlemap iframe {
  border-radius: 0 50px 50px 0 ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .access_bg {
    background-image: url('/terminal0/img/access-bg.png') !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 1794px;
  }
  .access_bg.fixed {
    background-attachment: fixed
  }
  #access .txt_l_c {
    padding-top: 290px;
    margin-left: 120px;
    margin-bottom: 90px;
  }
  .access_area{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    right: -120px;
    position: relative;
    border-radius: 60px;
  }
  .access_table{
    max-width: 556px;
    font-size: 14px;
  }
  .access_item{
    color: #1E3041;
    font-size: 18px;
    font-weight: bold;
  }
  .access_content{
    padding-top: 10px;
    font-size: 14px;
  }
  .access_inner{
    margin: 80px 100px 80px 90px;
    flex-grow: 1;
  }
  .access_text01 {
    font-weight: lighter;
    color: #1E3041;
  }
  .access_text02, .access_text03{
    font-weight: 200;
    color: #1E3041;
    font-family: "poppins";
    font-size: 30px;
  }
  .bg-effect02{
    position: absolute;
    top: -200px;
    right: -150px;
    max-width: 500px;
    z-index: -3;
  }
  .bg-effect03{
    position: absolute;
    left: -150px;
    top: 730px;
    max-width: 450px;
    z-index: -3;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .access_inner{
    margin-right: 7%;
  }
}
@media screen and (max-width: 768px) {
  #access .title{
    padding-top: 159px;
  }
  .access_bg {
    background-image: url('/terminal0/img/access-bg-sp.png') !important;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }
  .access_text_area {
    text-align: center;
    color: #1E3042;
  }
  .access_area{
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    margin: 0 31px;
  }
  .access_item{
    color: #1E3041;
    font-size: 18px;
    font-weight: bold;
  }
  .access_content {
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
  }
  .access_col:last-child {
    border-bottom: none;
  }
  .access_table {
    margin-bottom: 40px;
  }
  .access_left{
    width: 50%;
  }
  .access_right{
    width: 50%;
  }
  #googlemap iframe {
    border-radius: 0;
  }
  
  #googlemap{
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
  }
}
/* /access */


/* ouratelier */
.ouratelier_icon{
  position: relative;
}
.ouratelier_search{
  position: absolute;
}
.ouratelier_icon_01{
  background-image: url('/terminal0/img/ouratelier-img01.png');
  transition: 0.7s ;
}
.ouratelier_icon_01:hover{
  background-image: url('/terminal0/img/ouratelier-img01-hover.png');
}
.ouratelier_icon_02{
  background-image: url('/terminal0/img/ouratelier-img02.png');
  transition: 0.7s ;
}
.ouratelier_icon_02:hover{
  background-image: url('/terminal0/img/ouratelier-img02-hover.png');
}
.ouratelier_icon_03{
  background-image: url('/terminal0/img/ouratelier-img03.png');
  transition: 0.7s ;
}
.ouratelier_icon_03:hover{
  background-image: url('/terminal0/img/ouratelier-img03-hover.png');
}
.ouratelier_icon{
  width: 136px;
  height: 136px;
}
.ouratelier_area button{
  width: 136px;
  height: 136px;
}
@media screen and (min-width: 768px) {
  .ouratelier_area{
    display: flex;
    justify-content: center;
  }
  .ouratelier_area .ouratelier_item:nth-child(n+2) {
    margin-left: 40px;
  }
  .ouratelier_search{
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #our{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ouratelier_area{
    display: grid;
    grid-template-columns: repeat(auto-fit, 136px);
    grid-gap: 20px;
    justify-content: center;
  }
  .ouratelier_item{
    /* width: 50%; */
    width: 136px;
  }
  .ouratelier_search{
    top: 0;
    right: 0px;
  }
}
/* /ouratelier */

/* floor */
#floor{
  position: relative;
}
@media screen and (min-width: 768px) {
  #tab01,#tab02{
    text-align: center;
  }
  .bg-effect04  {
    position: absolute;
    right: -40px;
    bottom: -150px;
    max-width: 370px;
    z-index: -3;
  }
  .floor_img05 img,.floor_img06 img{
    max-width: 250px;
    margin-left: 60px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  #tab01,#tab02{
    margin: 0 30px;
  }
  .floor_img01,.floor_img02,.floor_img03,.floor_img04{
    width: 100%;
  }
  .floor_img05 img,.floor_img06 img{
    max-width: 250px;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #tab01,#tab02{
    text-align: center;
  }
  .floor_img01,.floor_img02,.floor_img03,.floor_img04{
    width: 100%;
  }
  .floor_img05 img,.floor_img06 img{
    max-width: 110px;
  }
}
/* /floor */


/* service */
.service_area{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .service_area{
    padding: 0 10px;
    max-width: 1200px;
  }
  .service_item{
    margin: 0 10px;
    margin-top: 40px;
  }
  .service-icon_list {
    display: flex;
    justify-content: center;
  }
  .service_item_img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #1E3042;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .service_item_img{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #1E3042;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service_item_img img{
    transform: scale(0.9);
  }
  .service_area {
    gap: 30px 25px;
  }
  .service_item p{
    max-width: 85px;
    font-size: 12px;
  }
}
/* /service */


/* news */
#news{
  position: relative;
  margin-top: 130px;
}

.news_h2_wrap {
  position: relative;
  z-index: 1;
}
.news_inner{
  position: relative;
  max-width: 800px;
  width: 100%;
}
.news_content{
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #848484;
}
.news_content a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color:inherit;
}
.news_content a:hover{
  text-decoration: underline;
}
.news_time{
  display: flex;
  align-items: center;
}
.news_category{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D09966;
}
.news_content:last-child  {
  border-bottom: 1px solid #848484;
}
.news_btns {
  text-align: center;
  margin-top: 40px;
}
.news_area .news_btns {
  max-width: 800px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  min-height: 65px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #1E3042;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
.btn:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .3s;
}
.btn:hover {
  background-color: #D09966;
  color: #1E3042;
}
.btn:hover:after {
  border-color: transparent transparent transparent #1E3042;
}
@media screen and (min-width: 768px) {
  #news{
    opacity: 0.999999;
  }
  .news_area{
    max-width: 1100px;
    margin-top: -120px;
    padding: 130px 0 80px 100px;
    border-radius: 50px;
    background-color: #F2F2F2;
    position: relative;
    right: -200px;
  }
  .news_time{
    min-width: 120px;
  }
  .news_category{
    width: 70px !important;
    height: 20px;
  }
  .news_text{
    max-width: 575px;
  }
  .news_text::after{
    content: url('/terminal0/img/pdf-icon.png');
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.9);
  }
  .bg-effect05{
    position: absolute;
    right: -50px;
    top: -150px;
    max-width: 210px;
    z-index: -3;
  }
  .bg-effect06{
    position: absolute;
    left: 0;
    bottom: 80px;
    max-width: 310px;
    z-index: -3;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  #news{
    padding-left: 30px;
  }
  .news_area{
    width: 100%;
    margin: 0 30px;
    position: static;
  }
  .news_inner{
    padding-left: 60px;
  }
  .news_content{
    /* width: 680px; */
  }
}
@media screen and (max-width: 768px) {
  .news_area{
    border-radius: 50px 0 0 50px;
    background-color: #F2F2F2;
    height: auto;
    padding: 70px 35px;
  }
  .news_content{
    display: block;
  }
  .news_content_sp{
    display: flex;
  }
  .news_category{
    width: 70px;
    height: 20px;
  }
  .news_text::after{
    /* margin-left: 50px; */
    content: url('/terminal0/img/pdf-icon.png');
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.9);
  }
  .news_position{
    margin-top: -65px;
  }
}
/* /news */

/* consortium */
#consortium{
  /* background-color: #F2F2F2; */
  position: relative;
}
.consortium_inner {
  color: #1E3041;
}
.consortium_text01 {
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.14em;
}
.consortium_text02 {
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  #consortium{
    padding-top: 190px;
    margin-bottom: 160px;
  }
  #consortium .slick-slide {
    width: 300px;
  }
  .consortium_inner{
    padding-top: 105px;
    padding-bottom: 80px;
  }
  #consortium h2{
    /* position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 0; */
    margin-top: -70px;
    margin-bottom: -70px;
    background-color: none;
  }
  .consortium_area{
    margin: 0 auto;
    list-style: none;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 24px;
  }
  .consortium_area.slick-initialized {
    display: flex;
  }
  .consortium_area li{
    /* margin: 0 24px; */
  }
  #consortium-slider img {
    max-width: 216px;
    border-radius: 10px;
    border: 1px solid #D4D4D4;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #consortium .title{
    font-size: 46px;
    text-align: center;
  }
  #consortium{
    margin-top: 90px;
    padding-top: 50px;
    margin-bottom: 160px;
  }
  .consortium_inner {
    text-align: center;
  }
  #consortium .slick-slide {
    width: 200px;
  }
  .consortium_area{
    margin: 0 auto;
    list-style: none;
    display: none;
    flex-wrap: wrap;
    /* justify-content:space-between; */
    gap: 16px;
  }
  .consortium_area.slick-initialized {
    display: flex;
  }
  .consortium_area img{
    max-width: 158px;
    height: auto;
    border-radius: 7px;
    border: 1px solid #D4D4D4;
  }
}
/* /consortium */

/* contact */
#contact{
  background-color: #ECECEC;
  color: #1E3042;
  border-radius: 60px 60px 0 0;
  position: relative;
  top: 100px;
}
#contact h2{
  z-index: 2;
  color: #1E3042 !important;
}
#contact .send-btn{
  font-size: 16px;
  color: #1E3042;
  max-width: 500px;
  width: 100%;
  height: 65px;
  background-color: #D7AB7C;
  border: none;
  border-radius: 60px;
  position: relative;
  display: inline-block;
  cursor : pointer;
  transition:0.2s all;
  font-weight: 600;
}
.send-btn:hover{
  transition:0.75s all;
  background-color: #fff;
}
#spId1,#spId2,#spId3,#spId4,#spId5,#spId6,#spId7,#spId8,#spId9,#spId10{
  color: red;
}
.submit_btn{
  position: relative !important;
}
#contact .send-btn:hover{
  background-color: #fff;
}
#contact  .contact_txt{
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  font-family: 'Noto Sans JP', sans-serif;
}
#contact .contact_txtarea textarea{
  resize:vertical;
  height: auto;
}
#contact .contact_message{
  padding-left: 20px;
  padding-top: 25px;
  border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
}
#contact_type{
  color: gray;
}
.contact_type_txt{
  color: black;
}
.contact_br{
  display: none;
}
.contact_policy{
  display: flex;
  justify-content: center;
}
.contact_policy a {
  color: #1E3042;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  #contact .inner{
    width: 800px;
    margin: 0 auto;
  }
  #contact .contact_txtarea{
  }
  #contact .contact_wrap{
    padding: 20px 0;
  }
  
  #contact .contact_wrap:last-child{
    border-bottom: 1px solid #848484;
  }
  #contact .contact_txt{
    width: 100%;
    height: 40px;
    padding-left: 20px;
  }
  #contact .form-label{
    display: flex;
    position: relative;
    padding-bottom: 16px;
    font-weight: 600;
    gap: 10px;
  }
  #contact .red{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 27px;
    padding: 4px 8px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    background-color: #CE0000;
    font-weight: normal;
  }
  #contact .gray{
    background-color: #4C4C4C !important;
    font-weight: 600;
  }
  #contact .contact_no{
    padding-top: 8px;
  }
  #submit{
    position: relative;
  }
  #contact .contact-result{
    padding-bottom: 210px;
    font-size: 24px;
  }
  #contact .contact_txtarea .contact_message{
    width: 100%;
    height: 208px;
    border: 1px solid #D4D4D4;
  }
}
@media (min-width: 768px) and (max-width: 960px) {

  #contact .inner{
    width: 720px;
    margin: 0 auto;
  }
  .contact_br{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_bg{
    background-image: url('/terminal0/img/contact-bg-sp.png') !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  #contact .contact_bg{
    padding-top: 80px;
  }
  #contact .title {
    padding-top: 130px;
  }
  
  #contact .inner{
    width: 100%;
    padding: 0 35px;
    margin: 0 auto;
  }
  #contact .contact_txtarea{
    display: block;
    align-items: center;
  }
  #contact .contact_wrap{
    padding: 20px 0;
  }
  
  #contact .contact_wrap:last-child{
    border-bottom: 1px solid #848484;
  }
  #contact  .contact_txt{
    width: 100%;
    height: 66px;
    padding-left: 10px;
  }
  #contact  .contact_txt::placeholder{
    font-size: 12px;
  }
  #contact .form-label{
    display: flex;
    position: relative;
    padding-bottom: 16px;
    font-weight: 600;
    gap: 10px;
  }
  #contact .contact_txtarea textarea {
    height: 208px;
    border: none;
  }
  #contact .red{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 27px;
    padding: 4px 8px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    background-color: #CE0000;
    font-weight: normal;
  }
  #contact .gray{
    background-color: #4C4C4C !important;
    font-size: 12px;
  }
  #contact .contact_no{
    margin-top: 10px;
  }
  #contact .send-btn {
    width: 256px;
  }
  #spId1,#spId2,#spId3,#spId4,#spId5,#spId6,#spId7,#spId8,#spId9,#spId10{
    margin-top: 10px;
  }
  .submit_btn{
    position: relative !important;
    display: inline-block;
    margin-bottom: 130px;
    width: 100%;
  }
  #contact .contact-result{
    padding-bottom: 110px;
    font-size: 24px;

  }
  #contact .contact_message{
    width: 100%;
    padding-left: 10px;
  }
  #contact .contact_message::placeholder{
    font-size: 12px;
  }
}
#contact .send-btn-non{
  background-color: gray;
  pointer-events: none;
}
#contact .send-btn-yes{
  background-color: #D09966;
}
/* /contact */



/* /company */

/* links */
@media screen and (min-width: 768px) {
  .links_area{
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #links{
    padding: 60px 0 80px 0;
  }
  .links_area{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .links_area div{
    width: 50% - 25px;
  }
  .links_area img{
    width: 100%;
  }
}
/* /links */


/* footer */
footer{
  background-color: #0B1C2E;
  color: #fff;
}
footer a{
  color: #fff;
}
footer a:hover{
  text-decoration:underline;
  opacity: 0.7;
}
.company_area a{
  color: #fff;
  padding-bottom: 8px;
}
.company_area a:hover{
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer{
    padding: 80px 0;
  }
  .company_area{
    display: flex;
    justify-content: space-between;
  }
  .company_content{
    padding: 15px 0;
    display: grid;
  }
  footer .txt_l_c {
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  .sns_content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sns_content ul {
    display: flex;
    justify-content: end;
    gap: 15px;
  }
  .footer_link{
    display: flex;
    justify-content: end;
    gap: 22px;
    margin: 0 120px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  footer{
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer{
    padding: 80px 30px;
  }
  footer .logo {
    text-align: left;
  }
  footer .logo-img {
    width: 240px;
  }
  .company_area{
    flex-direction: column;
  }
  .company_content{
    padding: 15px 0;
    display: grid;
    line-height: 180%;
  }
  footer .txt_l_c {
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  .sns_content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sns_content ul {
    display: flex;
    justify-content: end;
    gap: 15px;
  }
  .footer_link .comapany_name {
    margin-bottom: 32px;
  }
  .footer_link{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
}
/* /footer */











/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  background-color: #1E3042;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tab li a{
    width: 250px;
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tab li a{
    width: 150px;
    text-align: center;
    font-size: 18px;
  }
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:60px;
  background-color: #1E3042;
  border-radius: 50px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .area {
    padding:30px 20px;
    border-radius: 20px;
  }
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}













/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 30px;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .modal__content {
    width: 640px;
  }
}
@media (max-width: 768px) {
  .modal__content {
    padding: 16px;
  }
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 30px;
  top: -40px;
  cursor: pointer;
  z-index: 10;
}
.modal__close-btn::before {
  background: url('/terminal0/img/modal-close-btn.png');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  content: "" !important;
  width: 35px;
  height: 35px;
  position: absolute;
}
@media (max-width: 768px) {
} 

#modal .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 32px;
  width: 33px;
  right: -10.5%;
}

#modal .slick-prev {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 32px;
  width: 33px;
  left: -17%;
}

#modal .slick-next::before {
  background: url('/terminal0/img/modal-slick-next.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  content: "" !important;
  width: 40px;
  height: 40px;
  position: absolute;
}

#modal .slick-prev::before {
  background: url('/terminal0/img/modal-slick-prev.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  content: "" !important;
  width: 40px;
  height: 40px;
  position: absolute;
}

#modal .slick-dots {
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 20px 0 0 0;
}

#modal.project-gallery_modal .slick-dots {
  margin: 8px 0 0 0;
}

.modal__text {
  font-weight: 400;
  line-height: 200%;
}

@media (max-width: 768px) {
  #modal .slick-next {
    right: 3%;
    top: 105%;
  }
  #modal .slick-prev {
    left: auto;
    top: 105%;
    right: 20%;
  }
  #modal .slick-dots {
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    display: none;
  }
}

/* 前への矢印 */
.swiper-button-prev {
  left: -60px;
}
.swiper-button-next {
  right: -60px;
}

/* 左からのフェードイン */
.fadein-left {
  animation: fadeInLeft .7s ease-out .5s 1 normal backwards;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 左からのフェードイン（時間が短い） */
.fadein-left-short {
  animation: fadeInLeftShort .7s ease-out 2s 1 normal backwards;
}
@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 左からのフェードイン（時間が長い） */
.fadein-left-long {
  animation: fadeInLeftLong .7s ease-out 3s 1 normal backwards;
}
@keyframes fadeInLeftLong {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右からのフェードイン */
.fadein-right {
  animation: fadeInRight .7s ease-out 1s 1 normal backwards;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右からのフェードイン(kv) */
@keyframes fadeInBG {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 下からのフェードイン */
.fadein-bottom {
  animation: fadeInBottom .3s ease-out 0.5s 1 normal backwards;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*めくりテキスト全共通*/

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*はみ出た色要素を隠す*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
.bgLRextend02::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1E3042;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}








/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:100%;
  margin:0 auto;
  padding-bottom: 5px;
}

.slider img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
   margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
#unit .slick-prev, 
#unit .slick-next {
   position: absolute;/*絶対配置にする*/
   top: 91%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   height: 40px;
   width: 40px;
}

#facilities .slick-prev, 
#facilities .slick-next {
   position: absolute;/*絶対配置にする*/
   top: 80%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   height: 40px;
   width: 40px;
}

#unit .slick-arrow::before,  #facilities .slick-arrow::before {
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
}

.slick-prev {/*戻る矢印の位置と形状*/
   right: 200px;
}

.slick-next {/*次へ矢印の位置と形状*/
   right: 150px;
}

#unit .slick-next:before, #facilities .slick-next:before{
  background: url('/terminal0/img/slick-next.png')!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}

#unit .slick-prev:before, #facilities .slick-prev:before{
  background: url('/terminal0/img/slick-prev.png')!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}

@media  screen and (max-width: 768px) {
  #unit .slick-prev, 
  #unit .slick-next {
    top: 90%;
  }
  .slick-prev {/*戻る矢印の位置と形状*/
    right: 80px;
  }
  .slick-next {/*次へ矢印の位置と形状*/
    right: 30px;
  }
  #facilities .slick-prev, 
  #facilities .slick-next {
    top: 76%;
  }
}

/*ドットナビゲーションの設定*/

#facilities .slick-dots, #unit .slick-dots {
  text-align:right;
  margin:50px 246px 60px 0;
}

.slick-dots li {
   display:inline-block;
 margin:0 5px;
}

.slick-dots button {
   color: transparent;
   outline: none;
   width:8px;/*ドットボタンのサイズ*/
   height:8px;/*ドットボタンのサイズ*/
   display:block;
   border-radius:50%;
   background:#ccc;/*ドットボタンの色*/
}
@media  screen and (max-width: 768px) {
  #facilities .slick-dots, #unit .slick-dots {
    text-align:left;
    margin:60px 130px 60px 0;
  } 
  .slick-dots li {
    margin: 0 3px;
  }
}

@media screen and (min-width: 768px) {
  #modal01 .slick-dots,#modal02 .slick-dots,#modal03 .slick-dots {
    position: absolute;
    top: 327px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #modal01 .slick-prev, #modal01 .slick-next,#modal02 .slick-prev, #modal02 .slick-next,#modal03 .slick-prev, #modal03 .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 32px;
    width: 33px;
  }
  #modal01 .slick-prev, #modal02 .slick-prev, #modal03 .slick-prev {
    left: -13.5%;
    transform: rotate(-135deg);
  }
  #modal01 .slick-next,#modal02 .slick-next,#modal03 .slick-next {
    right: -13.5%;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  #modal01 .slick-dots,#modal02 .slick-dots,#modal03 .slick-dots {
    position: absolute;
    top: 137px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #modal01 .slick-prev, #modal01 .slick-next,#modal02 .slick-prev, #modal02 .slick-next,#modal03 .slick-prev, #modal03 .slick-next {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    /* height: 32px;
    width: 33px; */
  }
  #modal01 .slick-prev, #modal02 .slick-prev, #modal03 .slick-prev {
    left: -17.5%;
  }
  #modal01 .slick-next,#modal02 .slick-next,#modal03 .slick-next {
    right: -17.5%;
  }

}
.swiper-img{
  display: flex; justify-content: center;
}
@media screen and (min-width: 768px) {
  .swiper-img img{
    border-radius: 16px;
    width: auto;
    height: 320px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal{
    top: 327px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-img img{
    border-radius: 16px;
    height: 178px;
    max-width: 283px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal{
    top: 152px;
  }
}

.slick-dots .slick-active button{
   background:#1E3042;/*ドットボタンの現在地表示の色*/
}

:root {
  --swiper-theme-color: #1E3042;
}

.slider img{
  /* border-radius: 10px; */
}

.swiper-button-next:after, .swiper-button-prev:after{
  color: #fff;
}




/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:0;
  right: -100%;
width:30%;
  height: 100vh;/*ナビの高さ*/

background-image: url('/terminal0/img/header-bg-sp.png');
background-repeat: no-repeat;
background-color: #1E3042;
background-position: right;
  /*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 30%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  margin-left: 30px;
  font-family: "poppins";
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
  #g-nav,
  #g-nav #g-nav-list{
      width:100%;
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: relative;
}

#g-nav img {
  margin-top: 60px;
  margin-left: 30px;
  margin-bottom: 30px;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
  border-right: 1px solid #fff;
}

#g-nav li:last-child {
  border-right: none;
}

#g-nav li a{
color: #fff;
text-decoration: none;
padding: 10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 200;
  transition: all .5s;
  text-align: left;
font-size: 24px;
}

#g-nav li a:hover{
  color:#ccc;
}

#g-nav ul.nav-lang {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#g-nav ul.nav-lang li a {
  padding: 0 10px 0 10px;
}

#g-nav .basic_btn {
  margin-top: 20px;
}

#g-nav .basic_btn a {
  width: 200px;
  height: 54px;
}

#g-nav .basic_btn a span {
  
}
/*==================================================
5-2-1 3本線が×に
===================================*/
.openbtn{
	position:fixed;
    z-index: 8999;/*ボタンを最前面に*/
	top:0px;
	right: 0px;
	cursor: pointer;
    width: 77px;
    height:70px;
    background-color: #D7AB7C;
    border-radius: 0 0 0 100%;
}
	
/*×に変化*/	
.openbtn span:nth-of-type(1){
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 20px;
    height: 2.5px;
    border-radius: 2px;
    background-color: #1E3042;
  	width: 15%;
  }
.openbtn span:nth-of-type(2){
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 20px;
    height: 2.5px;
    border-radius: 2px;
    background-color: #1E3042;
  	width: 30%;
  }
.openbtn span:nth-of-type(3){
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 20px;
    height: 2.5px;
    border-radius: 2px;
    background-color: #1E3042;
  	width: 20%;
  }
  .openbtn.active span{
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 2.5px;
      border-radius: 2px;
      background-color: #1E3042;
      width: 45%;
    }
  


.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 30px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/**************************************
/terminal0/news_event/
***************************************/
.news_page {
  margin-bottom: 130px;
}
.page_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="485.866" height="635.717" viewBox="0 0 485.866 635.717"><path d="M243.849,633.985q-79.243,0-133.916-40.058-54.7-40.05-82.246-111.523Q.11,410.914.125,315.321q0-93.02,27.992-164.062t82.669-111.1Q165.471.132,242.988.125T374.758,40.16q54.25,40.05,81.808,111.1t27.561,164.062q0,95.615-27.123,167.084Q429.874,553.9,375.619,593.928,321.358,633.978,243.849,633.985Zm0-83.546c46.614,1.626,82.684-20.515,108.523-61.568s38.743-98.893,38.743-173.551q0-108.5-39.174-170.083C325.805,104.2,289.178,82.475,242.988,83.663c-47.059,1.218-83.828,20.537-110.231,61.575s-39.62,97.749-39.62,170.083q0,111.118,39.62,173.113C159.16,529.761,196.218,548.777,243.849,550.44Z" transform="translate(0.803 0.803)" fill="none" stroke="%234E5C6A" stroke-miterlimit="10" stroke-width="2"/></svg>');
  background-color: #1E3042;
  background-repeat: no-repeat;
  background-position: 50% -30px;
}
.page_title h1 {
  color: #D09966;
  text-align: center;
  font-family: "Roboto";
  font-size: 60px;
}
.news_year_title {
  color: #1E3042;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: bold;
  border-bottom: solid 2px #D09966;
  padding-bottom: 10px;
  margin-top: 80px;
}
.news_year_title_unit {
  font-size: 20px;
}
.news_year_title + .news_content {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .news_page {
    margin-bottom: 110px;
  }
  .page_title {
    background-position: 50% 0;
    background-size: 400px auto;
  }
  .page_title h1 {
    font-size: 35px;
  }
  .news_year_title {
    font-size: 26px;
  }
  .news_year_title_unit {
    font-size: 16px;
  }
  .news_section + .news_section > .news_year_title {
    margin-top: 40px;
  }
}

/* annual-report */
.annual-report_area {
  position: relative;
}
#concept .annual-report_area {
  top: 160px;
}
.annual-report_area_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.annual-report_info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
.annual-report_text_area {
  color: #fff;
  text-align: left;
  margin-left: 120px;
}
.annual-report_text_area h4 {
  color: #fff;
  font-size: 54px;
  font-family: "poppins";
  font-weight: 200;
}
.annual-report_text {
  margin-top: 20px;
}
.annual-report_btn_area {
  margin-right: 120px;
  display: flex;
  align-items: center;
}
.annual-report_btn_area a {
  width: 360px;
  height: 83px;
  background: #1E3042;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  color: #fff;
  border: 1px solid #fff;
}
.annual-report_area a {
  transition: .5s;
}
.annual-report_area a:hover {
  opacity: 0.6;
}
.annual-report_area img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .annual-report_btn_area a {
    width: 250px;
  }
  .annual-report_text_area h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .annual-report_area_inner {
    justify-content: center;
    flex-direction: column;
  }
  .annual-report_info {
    flex-direction: column;
  }
  .annual-report_text_area {
    margin: 0 30px;
    text-align: center;
  }
  .annual-report_text_area h4 {
    font-size: 32px;
  }
  .annual-report_btn_area {
    margin-right: 0;
    margin-top: 40px;
    justify-content: center;
  }
  .annual-report_btn_area a {
    width: 256px;
    height: 73px;
    background: #1E3042;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    color: #fff;
    border: 1px solid #fff;
  }
  .annual-report_banner_bg {
    background-image: url('/terminal0/img/annual-report-sp.png');
    height: 400px;
  }
  .annual-report_area {
    margin-bottom: 0;
    margin-top: -30px;
  }
  .annual-report_area img {
    max-width: 100%;
  }
}
/* /annual-report */

/*
  /TOPページ
*/


/*
  PROJECTページ
*/

/* kv */
.project_kv_area {
  position: relative;
}
.project_kv_area img {
  width: 100%;
  border-radius: 0 0 100px 100px;
}
.project_kv_text_area {
  position: absolute;
  top: 0;
  margin-left: 7%;
  margin-top: 5.5%;
}
.project_kv_text_area p {
  color: #fff;
  line-height: 200%;
  opacity: 0.9;
}
@media (min-width: 767px) and (max-width: 1080px) {
  .project_kv_text_area .kv_title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .project_kv_text_area {
    padding-top: 100px;
    margin: 0 30px;
  }
  .project_kv_area {
    width: 100%;
    height: 1000px;
    max-height: 480px;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 60px 60px; 
  }
  .project_kv_area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: auto;
    height: 100%;
  }
}

/* / kv */

/* development */
#development {
  margin-top: 160px;
}
#development .development_text02 {
  margin-top: 32px;
  line-height: 200%;
  letter-spacing: 0.07em;
}
.development_area {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.development_item_img {
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  #development {
    margin: 0 30px;
  }
  .development_area {
    flex-wrap: wrap;
    gap: 0 31px;
    justify-content: space-between;
  }
  .development_item_img {
    width: 140px;
    height: 140px;
  }
  .development_item p {
    margin-top: 10px;
  }
}
/* / development */

/* project-introduction */
.project-introduction_area {
  margin-top: 180px;
}
.project-introduction_text02 {
  margin-top: 32px;
  line-height: 240%;
  letter-spacing: 0.07em;
}
.project-filter_inner {
  margin: 60px 120px;
}
.project-filter_list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.project-filter_list_item label {
  background-color: rgba(236, 236, 236, 0.4);
  border-radius: 16px;
  height: 62px;
  padding: 20px 20px;
  position: relative;
  display: inline-block;
  width: 220px;
  cursor: pointer;
}
.checkbox_icon {
  position: relative;
  width: 20px;
  height: 20px;
  appearance: none;
  background: #fff;
  border: solid 2px #808080;
  border-radius: 4px;
}
.checkbox_icon::before {
  position: absolute;
  display: block;
  content: "";
  border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 10px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 3px;
	top: 3px;

}
.checkbox_icon:checked {
  background: #1E3042;
  border-color: #1E3042;
}
.project-filter_list_item.checkbox_item span {
  margin-left: 30px;
  position: relative;
  bottom: 25px;
  display: block;
  width: 139px;
}
.project-filter_list_item button {
  text-align: left;
  width: 314px;
  padding: 20px 27px;
  background-color: rgba(236, 236, 236, 0.4);
  border-radius: 16px;
  height: 62px;
  position: relative;
  display: inline-block;
}
/* .project-filter_list_item.pull-down {
  width: 314px;
  padding: 20px 27px;
} */
.dropdown__menu-layer {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.dropdown__menu-layer--show {
  display: block;
}
.dropdown__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0 0 16px 16px;
  width: 100%;
  position: absolute;
  top: -10px;
  z-index: 1;
  background-color: #F7F7F7;
}
.project-filter_list_item.pull-down:nth-of-type(2) .dropdown__menu .dropdown__item {
  padding-left: 90px;
}
.project-filter_list_item.pull-down:nth-of-type(3) .dropdown__menu .dropdown__item {
  padding-left: 132px;
}
.project-filter_list_item.pull-down:nth-of-type(4) .dropdown__menu .dropdown__item {
  padding-left: 118px;
}
.dropdown__item {
  cursor: pointer;
  background-color: #F7F7F7;
  position: relative;
  padding: 10px 30px 10px 0;
}
.dropdown__item:last-child {
  border-radius: 0 0 16px 16px;
}
.dropdown__item.checked {
  background-color: #fff
}
.dropdown__item.checked::after {
  position: absolute;
  display: block;
  content: "";
  border-left: 2px solid #D7AB7C;
  border-bottom: 2px solid #D7AB7C;
  width: 10px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 18px;
  top: 15px;
}
.dropdown__item span {
  color: #1E3042;
}
.dropdown__item.checked span {
  font-weight: 700;
}
.dropdown__item:hover {
  background-color: #1E3042;
  transition: .3s ease-out;
}
.dropdown__item.checked:hover {
  background-color: #fff;
  transition: .3s ease-out;
}
.dropdown__item:hover span {
  color: #fff;
  transition: .3s ease-out;
}
.dropdown__item.checked:hover span {
  color: #1E3042;
  transition: .3s ease-out;
}
.project-filter_list_item.pull-down button::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #1E3042;
  border-right: solid 2px #1E3042;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.project-filter_list_item.pull-down.active button::after {
  transform: rotate(225deg);
  transition: .3s ease-out;
}
.filter_item {
  margin-right: 32px;
}
.project-filter_list_item .filter_item {
  position: relative;
  display: inline-block;
}
.project-filter_list_item .filter_item::after {
	position: absolute;
	top: 6px;
  margin: 0 16px;
	content: "";
	width: 0.5px;
	height: 10px;
	background-color: rgba(30, 48, 66, 0.7);
}
.project-introduction-card-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit,366px);
  gap: 130px 50px;
  margin-bottom: 156px;
  margin: 0 120px;
}
#project-introduction .unit_item_link {
  width: 100%;
}
#project-introduction .unit_item_link .unit_item_img {
  border-radius: 16px;
}
#project-introduction .unit_item_link .unit_item_img img {
  border-radius: 16px;
}
.products-list__none-txt {
  display: none;
}
.products-list__none-txt.active {
  display: block;
  line-height: 240%;
  letter-spacing: 0.07em;
}
.basic_btn button {
  width: 500px;
  height: 83px;
  background: #D7AB7C;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  transition: .5s;
}
.basic_btn button span {
  color: #1E3042;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1190px) {
  .project-filter_list {
    gap: 10px;
  }
  .project-filter_inner {
    margin: 60px 120px;
  }
  .project-filter_list {
    flex-wrap: wrap;
  }
  .project-filter_list_item {
    height: 86px;
    width: 47%!important;
  }
  .project-filter_list_item label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 86px;
    width: 100%;
    padding: 24px 16px;
  }
  .project-filter_list_item.checkbox_item span {
    bottom: 0;
    margin-left: 16px;
    width: auto;
  }
  .project-filter_list_item.pull-down button {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    height: 86px;
    padding: 16px 10px;
  }
  .project-filter_list_item .filter_item {
    border-bottom: 1px solid rgba(30, 48, 66, 0.3);
    margin-right: 0;
    padding-bottom: 5px;
  }
  .project-filter_list_item .filter_item::after {
    display: none;
  }
  .filter-label {
    padding-top: 10.5px;
  }
  .project-filter_list_item.pull-down button::after {
    bottom: 25px;
    top: auto;
  }
  .dropdown__menu {
    padding: 0!important;
  }
  .dropdown__item {
    padding: 16px 10px 16px 25px;
  }
  .dropdown__item.checked::after {
    right: 18px;
    top: 19px;
  }
  .project-filter_list_item.pull-down:nth-of-type(2) .dropdown__menu .dropdown__item,
  .project-filter_list_item.pull-down:nth-of-type(3) .dropdown__menu .dropdown__item,
  .project-filter_list_item.pull-down:nth-of-type(4) .dropdown__menu .dropdown__item {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #project-introduction {
    margin: 0 30px;
  }
  .project-introduction_area {
    margin-top: 130px;
  }
  .project-introduction_text02 {
    line-height: 200%;
  }
  .project-filter_inner {
    margin: 0;
  }
  .project-introduction-card-list {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    margin-top: 40px;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }
  .products-list__none-txt.active {
    line-height: 200%;
  }
  .basic_btn button {
    width: 256px;
    height: 73px;
  }
}
/* / project-introduction */

/*  contact-sub */
#contact-sub {
  margin-top: 160px;
}
.contact-sub_area {
  position: relative;
  top: 100px;
}
.contact-sub_area img {
  width: 100%;
}
.contact-sub_text_area {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 160px;
}
.contact-sub_text01 {
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 0.14em;
  line-height: 160%;
}
.contact-sub_text02 {
  margin-top: 32px;
  line-height: 240%;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .contact-sub_text_area {
    padding-top: 0!important;
  }
}
@media (max-width: 767px) {
  #contact-sub {
    margin-top: 110px;
  }
  .contact-sub_text01 {
    font-size: 28px;
  }
  .contact-sub_text02 {
    margin-top: 20px;
  }
  #contact-sub .basic_btn a {
    width: 256px;
  }
  .contact-sub_area {
    top: 50px;
  }
}
/*  / contact-sub */

/*
  / PROJECTページ
*/

/*
   NEWS&EVENTページ
*/

/* kv */
.news-event_kv_area {
  position: relative;
}
.news-event_kv_area img {
  width: 100%;
  border-radius: 0 0 100px 100px;
}
.news-event_kv_text_area {
  position: absolute;
  top: 0;
  margin-left: 7%;
  padding-top: 9%;
}
.news-event_kv_text_area p {
  color: #fff;
  line-height: 200%;
  opacity: 0.9;
}
.news-list__none-txt {
  display: none;
}
.news-list__none-txt.active {
  display: block;
  line-height: 240%;
  letter-spacing: 0.07em;
}
@media (min-width: 767px) and (max-width: 1080px) {
  .news-event_kv_area .kv_title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .news-event_kv_text_area {
    padding-top: 176px;
    margin: 0 30px;
  }
  .news-event_kv_area {
    width: 100%;
    height: 1000px;
    max-height: 480px;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 60px 60px; 
  }
  .news-event_kv_area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: auto;
    height: 100%;
  }
  .news-list__none-txt.active {
    line-height: 200%;
  }
}
/* /kv */

/* news-event */
#news-event {
  position: relative;
}
.tab {
  position: relative;
  margin: 120px 120px 80px 120px;
}
.tab_btns {
  display: flex;
  justify-content: center;
}
.tab_btns_item {
  position: relative;
  width: 100%;
}
.tab_btn {
  color: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 3px solid #D4D4D4;
  width: 100%;
  transition: .3s ease-out;
  position: relative;
  line-height: 15px;
}
.tab_btns_item.active .tab_btn {
  color: #1E3042;
  font-weight: 700;
}
.tab_btns_item.active .tab_btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #1E3042;
  pointer-events: none;
}
.news-event-area01 {
  display: flex;
  flex-direction: column;
  gap: 180px;
  margin-bottom: 160px;
}
.news-event_text01 {
  font-size: 80px;
  font-family: "Poppins";
  color: #1E3042;
  font-weight: 200;
  letter-spacing: 0.05em;
  opacity: 0.4;
}
.news-event_link_area {
  margin: 0 120px;
}
#news-event .tag_text_area {
  display: flex;
  flex-direction: column;
  width: 84%;
}
#news-event .news-list_item_text {
  width: 100%;
}
#news-event .news-list_item_tag_text {
  flex: 1;
}
#news-event .news-list_item_text_area {
  justify-content: space-between;
}
#news-event .new-tag {
  border-radius: 0%;
}
.news-list_item_tag--bottom {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .news-event-area01 {
    gap: 160px;
  }
  .tab {
    margin: 0 30px 100px 30px;
  }
  .news-event_text01 {
    font-size: 60px;
    text-align: left;
  }
  .news-event_link_area {
    margin: 0 30px;
  }
}
/* / news-event */

/*
  / NEWS&EVENTページ
*/

/*
   project_yyyymmddページ
*/
/* kv */
.project-detail_kv_area {
  position: relative;
}
.project-detail_kv_area img {
  width: 100%;
  border-radius: 0 0 100px 100px;
}
.gradient-overlay {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 376px;
  background: linear-gradient(180deg, rgba(30, 48, 66, 0) 0%, rgba(30, 48, 66, 0.7) 100%);
  border-radius: 0 0 100px 100px;
}
.project-detail_kv_text_area {
  position: absolute;
  bottom: 0;
  padding: 0 120px 100px 120px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.project-detail_text {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 160%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-shadow: 3px 0px 8px #545d65;
}
.project-detail_text02 {
  color: #fff;
  line-height: 160%;
  opacity: 0.9;
  text-shadow: 2px 2px 2px #000;
}
.project-detail_text02 p {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 160%;
}
.project-detail_text02 .participating-companies, .project-detail_text02 .update-date {
  margin-top: 20px;
}
@media (max-width: 950px) {
  .project-detail_kv_text_area {
    padding: 0 60px 60px 60px;
  }
}
@media (min-width: 768px) {
  .project-detail_text01 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .project-detail_kv_area {
    width: 100%;
    height: 1000px;
    max-height: 741px;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 60px 60px;
  }
  .project-detail_kv_area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .gradient-overlay {
    bottom: 0;
    top: 70%;
    left: 50%;
    height: 481px;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(30, 48, 66, 0) 0%, rgba(30, 48, 66, 0.7) 100%);
    border-radius: 0 0 60px 60px;
  }
  .project-detail_kv_text_area {
    padding: 0 30px 80px 30px;
    display: block;
  }
  .project-detail_text {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .project-detail_kv_text_area .unit_item-tag {
    margin-bottom: 32px;
  }
}
/* / kv */

/* project-detail */
#project-detail {
  margin-top: 120px;
}
.project-detail_area {
  margin: 0 120px;
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.project-detail_title {
  font-size: 32px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.34em;
  color: #1E3042;
  width: 50%;
}
.project-detail_info {
  width: 100%;
}
.project-detail_list_item {
  display: flex;
  border-bottom: 1px solid rgba(30, 48, 66, 0.3);
}
.contains-images {
  flex-direction: column;
}
.project-detail_list_text {
  display: flex;
}
.project-detail_list_item .item {
  font-weight: 600;
  line-height: 150%;
  width: 30%;
}
.project-detail_list_item:not(:nth-of-type(1)) .item {
  padding-top: 40px;
}
.project-detail_list_item .content {
  line-height: 150%;
  width: 100%;
  padding: 0 0 40px 50px;
}
.project-detail_info img {
  padding-left: 100px;
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .project-detail_list_item:not(:nth-of-type(1)) .content {
    padding: 40px 0 40px 50px;
  }
}
@media (max-width: 767px) {
  #project-detail {
    margin-top: 100px;
  }
  .project-detail_area {
    display: block;
    margin: 0 30px;
  }
  .project-detail_title {
    font-size: 28px;
    letter-spacing: 0.14em;
    width: 100%;
    margin-bottom: 80px;
  }
  .project-detail_list_item {
    flex-direction: column;
  }
  .project-detail_list_item .item {
    width: 100%;
  }
  .project-detail_list_item .content {
    padding: 10px 0 40px 0;
  }
  .project-detail_list_text {
    flex-direction: column;
  }
  .project-detail_info img {
    padding-left: 0;
  }
}
/* / project-detail */

/* project-gallery */
#project-gallery {
  margin-top: 180px;
}
.project-gallery_text02 {
  margin-top: 32px;
  line-height: 240%;
  letter-spacing: 0.07em;
}
.project-gallery-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 330px);
  gap: 80px 80px;
  margin: 60px 0 80px 0;
}
.project-gallery-img {
  position: relative;
  cursor: pointer;
  width: 100%;
  transition: .3s;
}
.project-gallery-img:hover {
  opacity: 0.6;
}
.project-gallery-img img {
  border-radius: 16px;
  width: 100%;
}
.project-gallery-img::before {
  content: "";
  background-image: url('/terminal0/img/facilities-expansion.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 36px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 0;
}
@media (max-width: 767px) {
  #project-gallery {
    margin-top: 130px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .project-gallery_text02 {
    margin-top: 30px;
  }
  .project-gallery-list {
    margin: 0;
    grid-template-columns: repeat(auto-fit, 140px);
    gap: 40px 35px;
  }
  #project-gallery .basic_btn a {
    width: 256px;
  }
}
/* / project-gallery */
/*
   / project_yyyymmddページ
*/
