@charset "utf-8";
/*------------------------------------------------------------
  For SP
------------------------------------------------------------*/
.pc{display:none;}
.sp{display:block;}
.slick-slide{
    height: auto!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
/*- base -*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{scroll-behavior:smooth}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:'';content:none}q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}select{-moz-appearance:none;-webkit-appearance:none;appearance:none;text-indent:.01px;text-overflow:'';border-radius:0;border:0;margin:0;padding:0;background:none transparent;vertical-align:middle;color:inherit;box-sizing:content-box}select::-ms-expand{display:none}input,textarea{-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:0}input:focus,textarea:focus{box-shadow:none;outline:none}em{font-style:normal}main{display:block}html,body{height:auto;min-width:unset;width:100%;} /* Removed min-width, set height to auto */
html{font-size:62.5%}
body{
  background:#fff;
  font-size:1.4rem;
  font-weight:400;
  color:#111;
  line-height:1.6;
  -moz-text-size-adjust:none;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
*{box-sizing:border-box}
img{vertical-align:bottom}
#pagetop{width:100%}

/*- common -*/
.wrapper{width:100%; margin:0 auto; padding:0 20px;}
.title{
  font-size:2.8rem;
  font-weight:700;
  line-height:1.2;
  padding:10px 0;
  position:relative;
  display:block;
  text-align:center;
  margin:0 auto 30px;
}
.title::before{
  content:'';
  position:absolute;
  bottom:-10px;
  display:inline-block;
  width:40px;
  height:4px;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  background-color:#ed2939;
  border-radius:2px;
}
.title span{font-size:1.2rem;}
.hidden { display: none; }
.montserrat { font-family: "Montserrat", sans-serif; }

/*- header -*/
.header{
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  max-width:100%;
  margin:0 auto;
  text-align:center;
  height: auto;
}
.header h1{width:100%; height:100%;}
.header h1 img{width:100%; height:100%; object-fit: cover;}
.slick-initialized .slick-slide {
  margin: 0;
}

/*- nav -*/
.nav{
  position:sticky;
  top:0;
  width:100%;
  background:#002395;
  z-index:99;
  padding: 10px 0;
}
.nav ul{
  width:100%;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  padding: 0 10px;
  gap: 10px;
}
.nav ul li{
  border-right:none;
  border-left:none;
  flex-grow:0;
  flex-basis: auto;
}
.nav ul li:first-child{border-left:none;}
.nav ul li a{
  padding:8px 15px;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-size:1.4rem;
  font-weight:700;
  display:block;
  position:relative;
  white-space: nowrap;
}
.nav ul li a:hover{color:#EEE7DB;}

/*- outline -*/
.outline{
  width:100%;
  margin:0 auto;
  padding:40px 20px 30px;
}
.outline__text{
  width:100%;
  margin-bottom:30px;
  font-size:1.6rem;
  line-height:1.7;
  font-weight:500;
  text-align:left;
  text-justify:inter-ideograph;
  font-feature-settings:"palt"
}
.outline__text .quote{
  margin-top:20px;
  background:#f2f2f2;
  padding:20px 20px;
  width:100%;
  margin:20px auto;
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.outline__text .quote .quote__qr{text-align:center;}
.outline__text .quote .quote__qr img{height:auto; width: 50%;}
.double{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
  width:100%;
  margin:0 auto;
  padding-bottom:30px;
}
.column .title{width:100%;}

/*- workList -*/
.workList{
  padding-top:40px;
  margin-top:0;
}
.workList .wrapper{padding-bottom:0}
.workList__outer{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
  width:100%;
  margin:0 auto;
  padding: 0 20px;
}
.workList__inner{width:100%;}
.workList__inner__w{width:100%!important;}
.workList__inner:first-child{width:100%;}
.workList__inner .workList__item:first-child{margin-top:0}
.workList__item{margin:20px auto; padding: 20px; border:1px solid #ccc;}
.workList__item .list_credit{width:100%}
.workList__title{
  font-size:1.6rem;
  font-weight:bold;
  color:#000;
  line-height:1;
  padding-bottom:8px;
  border-bottom:#000 1px solid;
  text-align: center;
}
.workList__sub{margin-top:8px;}
.workList__title2{
  font-size:1.2rem;
  font-weight:400;
  color:#000;
  line-height:1;
}
.workList__title2::before{content:"ー";padding-right:3px;}
.workList .list{margin-top:8px;}
.workList .list li{
  line-height:1.4;
  font-size:1.4rem;
  font-weight:700;
  text-align: left;
  margin-bottom: 5px;
}
.workList .list li span{
  font-size:1.1rem;
  font-weight:400;
  
}
.workList .list .program{
  background:#fff;
  color:#002395;
  border:1px solid #002395;
  font-size:0.9rem!important;
  padding:2px 4px;
  margin-left:0;
  margin-right:4px;
  display: inline-block;
  margin-bottom: 3px;
}
.workList .list .program__bg{
  background:#002395;
  color:#fff;
  border:1px solid #002395;
}

/*- profile -*/
.profile{width:100%;padding-top:0;margin:0 auto 0}
.profile p{font-size:1.2rem;line-height:1.6}
.profile__name{font-size:1.8rem;font-weight:700;color:#000;line-height:1}
.profile__shoulder{margin-top:0;margin-bottom:8px;font-size:1.1rem;color:#000;line-height:1}
.profile__text{margin-top:15px;font-size:1.4rem;color:#000;text-align:left;text-justify:inter-ideograph;font-feature-settings:"palt"}
.profile__text a{color:#2c52b5}
.profile__text a:hover{text-decoration:none}
.profile__btn{margin-top:10px;font-size:1.4rem}
.profile__btn a{color:#000;text-decoration:none;font-weight:500}
.profile__btn a:hover{text-decoration:underline}

/*- tour -*/
.tour{width:100%;margin:0 auto 20px;padding:0}
.tour__table{
  width:90%;
  margin:20px auto 0;
  
  overflow-x: auto;
  white-space: nowrap;
}
.tour__table thead th{
  background:#f2f2f2;
  color: #000;
  font-size:1.4rem;
  padding:5px 10px;
  display: block;
  width: 100%;
}
.tour__table tbody td{
  font-size:1.6rem;
  padding:10px 5px;
  white-space: normal;
  display: block;
  width: 100%;
  text-align:center;
}
.tour__table tbody td:first-child{white-space:normal;padding:20px 5px 0;}
.tour__table tbody td:last-child{border-bottom:#ccc 1px solid;padding:0 5px 20px;}
.tour__table tbody td a{
  background:#000;
  border:#000 2px solid;
  color:#fff;
  border-radius:100px;
  display:block;
  text-decoration:none;
  text-align:center;
  font-size:1.1rem;
  padding:4px;
  width:120px;
  margin:0 auto;
  transition:background 0.2s ease;
  white-space:nowrap
}
.tour__table tbody td a:hover{background:#fff;color:#000}
.tour__table tbody td a.nolink{border-color:#ccc;background:#ccc;pointer-events:none}

/*- works -*/
.works{width:100%;margin:20px auto 0;padding:0 20px 30px}
.works .description{margin:20px 0 30px; text-align: left;}
.works__section:first-of-type .works__program{margin-top:0}
.works__program{
  font-size:2.4rem;
  font-weight:700;
  color:#002395;
  margin-top:40px;
  border-bottom:#002395 2px solid;
  line-height:1.5;
  margin-bottom:15px;
  padding:8px 5px;
  text-align: center;
}
.works__program__sub{font-size:1.4rem;font-weight:700;color:#111;margin-top:15px;background:#f2f2f2;padding:4px 8px}
.works .workinfo{
  display:flex;
  flex-direction: column;
  flex-wrap:nowrap;
  justify-content:space-between;
  align-items:stretch;
  margin-top:15px;
  padding-bottom:15px;
  border-bottom:#ccc 1px solid;
}
.works .workinfo__img{width:100%; margin: 0 auto 10px;}
.works .workinfo__img img{width:100%;height:auto}
.works .workinfo__img figcaption{font-size:0.9rem}
.works .workinfo__textArea{width:100%;}
.works .workinfo__textArea p{margin-top:8px;text-align:left;text-justify:inter-ideograph;font-feature-settings:"palt";line-height:1.5; font-size: 1.4rem;}
.works .workinfo__title{
  font-size:2rem;
  font-weight:700;
  color:#002395;
  line-height:1.1;
}
.works .workinfo__title span{vertical-align:middle}
.works .workinfo__title__eng{font-size:1.2rem;font-style:italic;margin-top:8px;margin-bottom:0;color:#666}
.works .workinfo__data{font-size:1.1rem;line-height:1.5;margin-bottom:10px}
.works .workinfo__profile{
  padding:20px;
  border:#ccc 1px solid;
  margin:30px 0;
}
.works .workinfo__profile__name{font-size:1.6rem;font-weight:700;color:#111}
.works .workinfo__profile__name span{font-size:1.1rem;padding-left:.5em}
.works .workinfo__profile p{font-size:1.2rem}
.works .workinfo__profile .quote{margin:15px 0;background:#f2f2f2;padding:20px;font-size:1.2rem}
.works .workinfo__profile .quote__name{margin-top:8px;text-align:right}
.works .workinfo .quote{margin-top:10px;background:#f2f2f2;padding:10px 15px;font-size:1.1rem} /* Adjusted margins, background, padding, and font size */
.works .workinfo .quote__name{margin-top:3px;text-align:right}
.works .workinfo__note{font-size:1.1rem;margin-top:0.8em} /* Adjusted font size and margin */
.column{width:100%;margin:0 auto 0;padding:40px 20px 30px} /* Full width, adjusted margins and padding */
.column__name{margin:8px 0 20px;font-size:1.8rem;font-weight:700;text-align:right;padding-right:10px} /* Adjusted margins and font size */
.column__text{line-height:1.8em} /* Adjusted line height */
.column__text p:not(:first-child){margin-top:1em}

/*- footer -*/
.footer{
  background:#002395;
  padding:30px 0 60px;
}
.footer__img{text-align:center;width:200px;margin:0 auto} /* Smaller width */
.footer .share{
  display:flex;
  flex-wrap:nowrap;
  justify-content:center;
  align-items:center;
  line-height:0;
  font-size:1.2rem;
  color:#fff;
  margin-bottom:20px;
}
.footer .share li{margin:0 5px} /* Smaller margin */
.footer .share li img{width:40px} /* Smaller image width */
.tour h2.move-mv{font-size:1.8rem;font-weight:700;margin:30px 0 0;font-feature-settings:'palt' 1} /* Adjusted font size and margin */
.profile__link{margin-top:15px;text-align:center}
.profile__link a{
  display:inline-block;
  width:280px; /* Smaller width */
  max-width:90%;
  height:50px; /* Smaller height */
  line-height:46px; /* Adjusted line height */
  color:#fff;
  font-size:1.4rem;
  text-align:center;
  border-radius:100px;
  text-decoration:none;
  border:2px solid
}
.profile__link a:hover{background:#fff!important}
.profile__link a.mdlc03{background:#000;border-color:#000}
.profile__link a.mdlc03:hover{color:#000}
.profile__textArea{margin:10px 0;font-size:1.2rem;line-height:1.75;padding:15px 0} /* Adjusted margins, font size and padding */
.profile .title{width:100%}
.works .workinfo__profile{
  border:#ccc 1px solid;
  margin:20px 0;
  padding:20px;
  background:#fff;
}
.montserrat{font-family:'Montserrat',sans-serif;font-size:1.2rem;color:#999;letter-spacing:.1em} /* Adjusted font size and letter-spacing */
.program{
  background:#fff; /* Changed background to match new PC.css */
  color:#002395; /* Changed color to white */
  border:1px solid #002395; /* Changed border to match new PC.css */
  font-size:0.9rem!important;
  padding:2px 4px; /* Smaller padding */
  margin-left:0; /* Removed margin-left */
  margin-right:4px; /* Smaller margin-right */
  display: inline-block; /* Keep inline-block */
  margin-bottom: 3px; /* Added margin for stacking */
}
.program__bg{
  background:#002395; /* Changed background to match new PC.css */
  color:#fff;
  border:1px solid #002395; /* Changed border to match new PC.css */
}
.flex{display:flex; flex-direction: column;} /* Stack elements vertically by default */
.workinfo__profile .flex{flex-direction: column;}
.workinfo__profile .flex img {width:100%;margin-bottom:10px;}
.works .workinfo__profile .flex p{width:100%;}
.workinfo__profile.top_intro{border:#ccc 1px solid;margin:0 auto 0;padding:15px 20px;} /* Adjusted padding and margin */
.workinfo__profile.top_intro .workinfo__profile__name{font-size:1.4rem;font-weight:700;color:#111}
.credit{background:#fff;color:#000;border:1px solid #000;font-size:0.9rem!important;line-height:1.4;padding:1px 3px;margin-right:4px; display: inline-block; /* Ensure inline-block for credit */ } /* Smaller font size and margin */
.list_credit{font-size:1.1rem!important;}
.footer .workList__item{
  color:#fff;
  width:100%;
  margin:0 auto 20px;
  padding: 0 20px;
  border:none;
}
.footer .workList__item .list_credit{width:100%!important; text-align: left;}
.footer .credit{background:transparent;color:#fff;border:1px solid #fff;font-size:0.9rem!important;line-height:1.4;padding:1px 3px;margin-right:4px; display: inline-block;} /* Smaller font size and margin */
.pagetop{position:relative;z-index:1}
.button-wrap{
  position:fixed; /* Changed to fixed for consistency */
  z-index:999;
  bottom:20px;
  right:20px;
  transform:none;
}
.circular-button{
  display:flex;
  justify-content:center;
  align-items:center;
  width:80px;
  height:80px;
  border-radius:50%;
  background-color:#000; /* Changed background color to match new PC.css */
  color:#fff;
  text-decoration:none;
  text-align:center;
  font-size:1.6rem;
  font-weight:700;
  box-shadow:0 2px 4px rgba(0,0,0,.2); /* Smaller shadow */
  transition:background-color 0.3s ease,transform 0.2s ease;
  overflow:hidden;
  padding:5px;
  box-sizing:border-box;
  line-height:1.4;
  flex-direction:column;
}
.circular-button span{display:block;white-space:nowrap}

.footer__sponsorship {
margin-bottom:20px;
}
.footer__sponsorship_logo {
text-align:center;
}
.footer__sponsorship_logo img {
width:77px;
margin:4px;
vertical-align:middle;
}
.footer__logo {
width:90%;
text-align:center;
margin:0 auto 30px;
}
.footer__logo img {
height:100px;
margin:0 4px 20px;
}