@charset "UTF-8";
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
body{
    font-family: Bricolage Grotesque, Bricolage Grotesque, roboto, Arial, Helvetica, "Yu Gothic", sans-serif;
    font-weight: 200;
    color: #333;
    line-height: 0;
    min-height: 100vh;
    font-size: 1.8rem;
}
b{
    font-weight: 500;
}
h3,.main_txt,.sub_txt{
    line-height: 1.4;
}
p,li,th,td,dd{
    line-height: 1.5;
    font-weight: 200;
}
dt{
    line-height: 1.5;
    font-weight: 500;
}


.italic{
    font-style: italic;
}
.shadow{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

/* drag color */
::selection
{
    background: #ffff5e;
    color: #333;
}

/* drag color for Firefox */
::-moz-selection
{
    background: #000000;
    color: #ffffff;
}

/* ban　holding btn */
img {
    pointer-events: none;
}


/*     header    */
.header {
    font-family: Bricolage Grotesque, montserrat;
    position: fixed;
    background-color: #ffff5e;
    border-bottom: 1px solid #000;
    z-index: 999;
    width: 100%;
    top: 0;
}
.header .logo img{
    width: 108px;
    padding:0 28px;
}
.header__NavPC{
    margin: 16px auto 14px auto;
    max-width:1016px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header__NavSP{
    display: none;
}
.header__NavPC ul{
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
}
.header__NavPC ul ul{
    display: block;
}
.header__NavPC li{
    margin-top: 0;
    position: relative;
}
.header__NavPC li a{
    display: block;
    text-decoration: none;
    padding: 16px 28px;
    transition: all .3s;
    color: #000;
    letter-spacing: .1rem;
    max-height: 24px;
    font-weight: 400;
}

.header__NavPC li li a{
    padding:15px 30px;
}
.header__NavPC ul li:hover{
    opacity: 40%;
}


/*     main    */

.main{
    margin: 0 auto 80px auto;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    max-width:960px;
}
/*   back to top   */
.back-to{
    margin: 152px auto 0 auto;
    padding: 12px 0 ;
    font-family: Bricolage Grotesque, montserrat;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    text-decoration: none;
    color: #000;
    text-decoration: none;
}
.back-to:hover{
    opacity:0.4;
}
.back-to img{
    margin-right:8px
}


/*     heading      */

.heading01,.heading02,.heading03,.heading01_catetop,.heading01_local,.heading01_local_sub,.heading02_local,.heading03_local{
    font-family: Bricolage Grotesque, montserrat, sans-serif;
    line-height: 1.2;
}
.heading01,.heading02,.heading03,.heading01_catetop,.heading01_local,.heading01_local_sub,.heading02_local{
    letter-spacing: .1rem;
    color: #333;
    font-weight:400;
}
.heading01{
    font-size: 32px;
}
.heading01_local_sub{
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 10px;
}
.heading01_local{
    font-size: 3.2rem;
}
.heading03{
    font-size: 2.4rem;
    font-family: Bricolage Grotesque, montserrat;
    margin-bottom: 16px;
}


/*     heading for top and cate top  */

.introduction{
    margin-bottom: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.introduction img{
    margin-top: 24px;
}
.introduction p{
    max-width: 626px;
    font-family: Bricolage Grotesque, montserrat;
    font-size: 1.8rem;
}

.heading02{
    font-size: 3.2rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    text-align: center;
}

/*     heading    */

.heading01{
    font-size: 4rem;
    display: flex;
    flex-direction: column;
    margin: 180px 0 16px 0;
    text-align: center;
}

.title{
    max-width: 68%;
    padding: 32px;
    background-color: #FFF;
    z-index: 2;
    position: relative;
    border-radius: 4px;
}


/*     text,li, caption    */
p,dl,td{
    margin-top: 16px;
}
p:first-child,dl:first-child {
    margin-top: 0;
}
p + p{
    margin-top: 8px;
}
dt{
    font-weight: 400;
}
dd{
    margin-top: 4px;
}
li{
    margin-top: 5px;
    list-style: none;
}
.main ul li::before {
    position: relative;
    top: -4px;
    margin-right: 8px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    background: #000;
}
.main ol{
    counter-reset: list-count;
}
.main ol li::before {
    content: counter(list-count) ":";
    counter-increment: list-count;
    position: relative;
    margin-right: 8px;
    display: inline-block;
    font-weight: 400;
}
  
.main li:first-child{
    margin-top: 16px;
}
.note{
    margin-top: 10px;
    font-size: 14px;
}

/*     text-link    */

.text-link_white {
    color: #fff;
}
.text-link_black {
    color: #333;
}
.icon_blank_white{
    margin: 0 5px;
    vertical-align: middle;
    width: 1em;
    color: #fff;
}
.icon_blank_black{
    margin: 0 5px;
    vertical-align: middle;
    width: 1em;
    color: #333;
}
.text-link_white:hover, .text-link_black:hover{
    text-decoration: none;
}
/*    mv    */

.mv{
    width: 100%;
    position: relative;
    top: -30px;
}
.mv_local{
    margin: 144px auto 0 auto;
    max-width: 960px;
}
.mv_local .info{
    color: #fff;
    background-color: #000;
    padding: 32px;
    max-width: 42.7%;
    position: relative;
    top: -64px;
    margin: 0 0 0 auto;
    border-radius: 4px;
}
.mv_local .info .main_txt{
    font-size: 18px;
    font-family: Bricolage Grotesque, montserrat;
    font-weight: 400;
    line-height: 1.4;
}
.mv_local .info .sub_txt{
    margin: 16px 0 0 0;
}
.mv_local .info .sub_txt dl{
    font-size: 1.5rem;
    line-height: 1.2;
}
.mv_local .info .sub_txt .flex{
    gap: 8px;
}
.mv_local .info .sub_txt dd{
    margin-top: 0;
}

.mv img{
    max-width:100%;
}


/*     figma prototype    */

.prototype{
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 720px;
}





/** tab **/

.adjust-index{
    height: 128px;
}
.tabbed {
	overflow-x: hidden; /* so we could easily hide the radio inputs */
	margin: 24px 0;
	padding-bottom: 16px;
}

.tabbed [type="radio"]{
    display: none;/* hiding the inputs */
}

.tabs{
    display: flex;
    align-items: baseline;
    justify-content: center;
    letter-spacing: 0rem;
    margin-bottom: 40px;
}

.tab{
    margin: 0 8px;
    width: 120px;
}

.main ul .tab::before {
    display: none;
}
.main .tab:first-child{
    margin-top:0;
}

.tab > label {
    display: block;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #fff;
    color:#999;
    font-family: Bricolage Grotesque, montserrat;
    font-weight:300;
    letter-spacing: .1rem;
    cursor: pointer;
    text-align: center;
    max-width: 200px;
}

.tab:hover label {
    color:#000;
}

.tab-content {
    display: none;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	border: 1px solid #000;
	background: #fff;
	color: #000;
    font-weight: 400;
    border-radius: 30px;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}



/* contents */
.contents{
    display: flex;
    gap: 9%;
}
/* side-menu */
.side-menu{
    max-width: 20%;
    font-family: Bricolage Grotesque, montserrat;
    letter-spacing: .1rem;
    font-size: 1.5rem;
}
.side-menu ol{
    position: sticky;
    top: 112px;
}
.side-menu li{
    padding: 16px 16px;
    border-bottom: #000 solid 1px;
    margin-top: 0px;
    font-weight: 400;
}
.side-menu li:first-child{
    margin-top: 0px;
}
.side-menu li:hover{
    opacity: 0.4;
}

.side-menu li a{
    text-decoration: none;
    color: #333;
}
#side-menu_01{
    top:112px;
}

/* main-contents */
.main-contents{
    width:74.8%;
}

/* The progress container (background) */
.progress-container {
    width: 100%;
    height: 4px;
}
  
/* The progress bar (scroll indicator) */
.progress-bar {
    height: 4px;
    background: #000;
    width: 0%;
}

/* content-index */
.content-index{
    font-family: Bricolage Grotesque, montserrat;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    border-bottom: 1px solid #000;
    padding: 0 4px 8px 4px;
    margin-bottom: 16px;
    width: fit-content;
    line-height: 1.2;
}

/* content-heading */
.content-heading01{
    font-family: Bricolage Grotesque, montserrat;
    font-weight:600;
    font-size: 20px;
    margin-top: 40px;
    line-height: 1.4;
    letter-spacing: .1rem;
}
.content-index + .content-heading01{
    margin-top: 0;
}

.content-block{
    margin-top: 64px;
}
.content-block:first-child{
    margin-top: -128px;
}
/* content-method-tab */
.content-method-tab{
    color: #808080;
    font-family: Bricolage Grotesque, montserrat;
    font-size: 1.8rem;
    margin-top: 24px;
    letter-spacing: .1rem;
    font-weight: 600;
    line-height: 1.2;
}
.content-method-tab + p{
    margin-top: 8px;
}

/* btn_cta */
.cta_btns{
    margin-top: 32px;
}
.btn_cta{
    position: relative;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
    padding: 16px;
    outline: none;
    font-weight: 400;
    font-family: Bricolage Grotesque, montserrat;
    text-align: center;
    max-width: 260px;
    transition: all .2s linear;
    text-decoration: none;
    color: #333;
    display: block;
    border-radius: 40px;
}
.btn_cta:hover{
    color: #fff;
    background-color: #000;
}
.btn_cta:hover > .icon_blank_black{
    color: #fff;
}








/* btn_01 */
.btn_01 {
    position: relative;
    margin: 60px auto;
    border: 1px solid #000;
    padding: 20px 40px;
    outline: none;
    font-weight: 400;
    font-family: Bricolage Grotesque, montserrat;
    text-align: center;
    max-width: 210px;
    transition: all .2s linear; 
    text-decoration: none;
    color: #333;
    display: block;
    border-radius: 40px;
}
.btn_01::after{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.btn_01:hover{
    background: #000;
    color: #fff;
}
.btn_01::before{
    content:"";
    position: absolute;
    top:50%;
    right: 0;
    width:30px;
    height:1px;
    background:#000;
    transition: all .2s linear;
}
.btn_01:hover::before{
    right:-30px;
}

/* btn_02 */
.btn_02 {
    position: relative;
    margin: 16px 0;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-size: 14px;
    outline: none;
    font-family: Bricolage Grotesque, montserrat;
    max-width: 100px;
    transition: all .2s linear;
}
.btn_02 a{
    text-decoration: none;
    color: #333;
    display: block;
}
.btn_02:hover{
    color: #000;
    opacity: .4;
}
.btn_02::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 82px;
    height: 1px;
    background: #000;
    transition: all .2s linear;
}
.btn_02:hover::before{
    left:20px;
}
/* linkpanel */
.linkpanel{
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
}
.linkpanel img{
  transition-duration: .3s;
}
.linkpanel:hover img{
    transition-duration: .3s;
    transform: scale(1.1);
    opacity: .6;
}

/* linkpanel_2col */
.linkpanel_2col{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 4.17%;
}
.linkpanel_2col .linkpanel{
    position: relative;
    width: 47.91%;
}
.linkpanel_2col img{
    width: 100%;
}
.linkpanel_2col .img{
    display: block;
    overflow: hidden;
}
.linkpanel_2col .info_box{
    color: #fff;
    background-color: #000;
    padding: 20px 30px;
    height: 100%;
}
.linkpanel_2col .info_box .main_txt{
    font-size: 15px;
    font-family: Bricolage Grotesque, montserrat;
    font-weight: bold;
    line-height: 1.4;
    width: 95%;
}
.linkpanel_2col .info_box .sub_txt{
    font-size: 15px;
    margin: 10px 0 0 0;
    line-height: 1.4;
    font-weight: 300;
    width: 95%;
}
.linkpanel_2col .info_box:after{
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 20px;
    right: 21px;
}

/* linkpanel_3col */
.linkpanel_3col{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 4.17%;
}
.linkpanel_3col .linkpanel{
    position: relative;
    width: 30.5%;
}
.linkpanel_3col img{
    width: 100%;
}
.linkpanel_3col .img{
    display: block;
    overflow: hidden;
}
.linkpanel_3col .info_box{
    color: #fff;
    background-color: #000;
    padding: 20px 30px;
    height: 100%;
}
.linkpanel_3col .info_box .main_txt{
    font-size: 18px;
    font-family: Bricolage Grotesque, montserrat;
    line-height: 1.4;
    width: 95%;
    font-weight: 400;
}
.linkpanel_3col .info_box .sub_txt{
    font-size: 1.4rem;
    margin: 10px 0 0 0;
    line-height: 1.4;
    font-weight: 300;
    width: 95%;
    font-family: Bricolage Grotesque, montserrat;
}
.linkpanel_3col .info_box:after{
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 24px;
    right: 24px;
}


/* linkpanel_4col */
.linkpanel_4col{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 4.17%;
    margin: 60px 0;
}
.linkpanel_4col .linkpanel{
    position: relative;
    width: 21.87%;
}
.linkpanel_4col img{
    width: 100%;
}
.linkpanel_4col .img{
    display: block;
    overflow: hidden;
}
.linkpanel_4col .info_box{
    color: #fff;
    background-color: #000;
    padding: 20px;
    height: 100%;
}
.linkpanel_4col .info_box .main_txt{
    font-size: 1.8rem;
    font-family: Bricolage Grotesque, montserrat;
    font-weight: 400;
    line-height: 1.4;
    width: 90%;
}
.linkpanel_4col .info_box .sub_txt{
    font-size: 1.4rem;
    margin: 10px 0 0 0;
    font-weight: 300;
    line-height: 1.4;
    width: 95%;
}
.linkpanel_4col .info_box:after{
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 16px;
    right: 20px;
}

/*     col    */
.col{
    display: flex;
    gap: 20px;
    margin: 0 auto 40px auto;
}
.col2_contents img, .col2_contents p{
    max-width: 470px;
}
.col4_contents img, .col4_contents p{
    max-width: 225px;
}

/* pager  */
.pager{
    margin: 40px auto;
}
.pager .pagination {
    text-align: center;
    font-family: Bricolage Grotesque, montserrat;
    font-weight: 700;
    color: #000;
}
.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative; 
}
.pager .pagination li:first-child {
      margin-top: 0;
}
.pager .pagination li::before {
    content: none;
}
.pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    text-decoration: none;
}
.pager .pagination li a:link{
    color: #333;
}
.pager .pagination li a:visited{
    color: #333;
}
.pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
}
.pager .pagination li a:hover{
    color: #fff;
    background: #000;
    border-radius: 50px;
}

@media only screen and (max-width: 767px){
    .pager .pagination li{
    display: none;
    }
    .pager .pagination li.pre,
    .pager .pagination li.next{
      display: inline-block;
      width: 40%;
      height: 50px;
      text-align: center;
    }
    .pager .pagination li.pre a,
    .pager .pagination li.next a{
      width: 100%;
      text-align: center;
    }
    .pager .pagination li.pre span::after{
      content: " Prev 10";
    }
    .pager .pagination li.next span::before{
      content: "Next 10 ";
    }
}
  

/*     card-list    */
.list-number{
    width: 40px;
    font-family: Bricolage Grotesque, montserrat;
}
.card-list span{
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.card-list dl{
    margin-top: 10px;
}
.card-list_4col img{
    max-width: 100%;
}
.card-list_4col{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.08%;
    margin: 32px auto 0 auto;
}
.card-list_4col .card-list{
    position: relative;
    width: 23.43%;
}
.card-list_3col img{
    max-width: 100%;
}
.card-list_3col{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.08%;
    margin: 32px auto 0 auto;
}
.card-list_3col .card-list{
    position: relative;
    width: 31.94%;
}
.card-list_2col img{
    max-width: 100%;
}
.card-list_2col{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.08%;
    margin: 32px auto 0 auto;
}
.card-list_2col .card-list{
    position: relative;
    width: 48.60%;
}

/*     table    */
table{
    width: 100%;
    border-collapse: collapse;
    margin: 32px auto 0 auto;
}
.scroll-step > table{
    margin: 0 auto;
}
table th, td{
    font-family: Bricolage Grotesque, roboto, Arial, Helvetica, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
    text-align: center;
    padding: 8px 12px;
    font-size: 1.4rem;
    vertical-align: middle;
}
table th{
    background: #000;
    color: #fff;
    border:solid 1px white;
    font-weight: 400;
    border-radius: 4px;
}
table td {
    background: #fff;
    color: #333;
    border:solid 1px #000;
    font-family: Bricolage Grotesque, roboto, Arial, Helvetica, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}
table td:nth-child(1){
    border:none;
}

/*     step     */
.scroll_note{
    display: none;
}
.step_container{
    margin: 32px 0 0 0 ;
}

.step_container .thinking ul, .step_container .thinking li{
    display: flex;
    font-size: 1.4rem;
    border-radius: 4px;
}
.step_container .design ul, .step_container .design li{
    display: flex;
    font-size: 1.4rem;
    border-radius: 4px;
}
.thinking{
    display: flex;
    justify-content: center;
}
.thinking ul:first-child li{
    margin-top: 0;
}
.thinking .step{
    width: 93.75%;
}
.thinking li{
    position: relative;
    padding: 18px 20px;
    width: 300px;
    color: #333;
    background: #FFF;
    border: solid 1px #000;
    box-sizing: border-box;
    list-style: none;
    margin-top: -1px;
    z-index: 1;
}
.thinking ul:not(:first-child) li:first-child {
    margin-top: -1px;
}
.step ul li::before, .step ul li::after, .design ul li::before, .design ul li::after{
    content: "";
	border: solid transparent;
	position: absolute;
	top: -0.6%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.step ul:first-child li::before, .step ul:first-child li::after{
    content: none;
}
.step ul:not(:first-child) li::before, .design ul li::before {
    border-width: 12px;
	border-top-color: #000;
    background: transparent;
    width: 0;
}
.step ul:not(:first-child) li::after, .design ul li::after {
    border-width: 11px;
	border-top-color: #fff;
}
.design{
    display: flex;
    justify-content: center;
}
.design ul{
    width: 93.75%;
}
.design li{
    background: #000;
    color: #fff;
    overflow: hidden;
    width: 300px;
    padding: 18px 20px;
    list-style: none;
    box-sizing: border-box;
    margin-top: 0px;
}
.design ul li:first-child {
    margin-top: 0px;
}
.sideway {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    text-orientation: sideways;
    -webkit-text-orientation: sideways;
    padding: 20px 3.43% 0 0;
    font-family: Bricolage Grotesque, montserrat;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: .1rem;
    line-height: 1.2;
}
.arrow {
    background-image: url(/common/images/arrow_step.svg);
    background-repeat: no-repeat;
    background-position: left 20% top 172px;
}

/*     footer_PC     */
.s_footer {
    font-family: Bricolage Grotesque, montserrat;
    position: relative;
    margin-top: 104px;
    border-top: 1px solid #000;
    letter-spacing: .1rem;
    text-align: center;
    background-color: #ffff5e;
}
.footer__toTop{
    position: fixed;
    right: 35px;
    bottom: 70px;
    opacity: 0;
    transform: translateY(100px);
    z-index: 2;
}
.footer__toTop a:hover{
    opacity: 0.4;
}
.footer__toTopLink {
    color: transparent;
    background: url("/common/images/to-top.svg") no-repeat center;
    padding: 25px 10px;
}
.footer__toTop.UpMove{
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}
.footer__toTop.DownMove{
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}
.footer__inner{
    font-weight: 400;
    max-width:1016px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 80px auto 64px auto;
    align-items: center;
    flex-direction: column;
}
.footer__inner .nav{
    margin-right: 28px;
}
.footer__inner .logo a img{
    width: 168px;
}
.footer__inner ul{
    position: relative;
    display: flex;
    text-decoration: none;
}
.footer__inner ul li{
    list-style: none;
    margin-left: 40px;
    color: #333;
}
.footer__inner ul li a{
    list-style: none;
    text-decoration: none;
    color: #333;
}

.footer__inner ul li ul{
    display: inline;
}
.footer__inner ul li ul li{ 
    margin-left: 0;
}
.footer__inner ul li ul li a{ 
    font-family: Bricolage Grotesque, montserrat;
    font-weight: 300;
}
.footer__copyright {
    font-weight: 100;
    background-color: #000;
    padding: 8px 24px;
    color:#ffffff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*     layout      */
.content-method-tab + video{
    margin-top:16px;
}
.lyt_1col{
    margin: 24px auto 0 auto;
}
.lyt_1col_img img, .lyt_1col_img video, .lyt_1col_txt, .lyt_1col_img p{
    max-width: 100%;
    display: flex;
    justify-content:center;
    text-align: center;
}
.lyt_2col{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2.08%;
    margin: 24px auto 0px auto;
}
.lyt_2col_img img, .lyt_2col_img video{
    width: 100%;
}
.lyt_2col_img, .lyt_2col_txt{
    width: 48.96%;
}

.lyt_3col{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.08%;
    margin: 40px auto 0px auto;
}

.lyt_3col_img, .lyt_3col_txt, .lyt_3col_img p{
    width: 31.94%;
}
.lyt_3col_img img, .lyt_3col_txt, .lyt_3col_img p{
    width: 100%;
}
.lyt_3col_img h4{
    margin-top: 0;
}
.lyt_3col h4+img{
    margin-top: 8px;
}

.lyt_4col{
    display: flex;
    flex-wrap: wrap;
    gap: 16px 2.08%;
    margin: 24px auto 0px auto;
}
.lyt_4col_img, .lyt_4col_txt{
    width: 23.43%;
}
.lyt_4col_img img{
    width: 100%;
}
.lyt_1col_img p,.lyt_2col_img p, .lyt_3col_img p, .lyt_4col_img p{
    margin-top: 8px;
    font-size: 1.5rem;
}

/*     adjust     */
.italic{
    font-style: italic;
}
.LRcenter{
     text-align: center;
     margin:0 auto;
}
.minus_60px_top{
    margin-top:-60px
}
.flex{
    display: flex;
}

/* about page */
.about{
    margin-top:56px;
    display:flex;
    justify-content: center;
    gap:30px;
}
.about_name{
    font-family: Bricolage Grotesque, montserrat, sans-serif;
    font-weight: 100;
    font-size: 3rem;
    letter-spacing: .1rem;
    line-height: 1.2;
}
.about_img{
    width: 31.25%;
}
.about_img img{
    width: 100%;
}
.about_txt{
    width: 68.75%;
}
.sns_link{
    margin-top: 20px;
}
.sns_link img{
    width:24px;
}
.sns_link li:hover{
    opacity: 0.4;
}
.sns_link ul{
    display: flex;
    gap: 12px;
}
.footer__inner .sns_link ul {
    display: flex;
}
.sns_link ul li::before {
    display: none;
}
.sns_link li:first-child, .sns_link li{
    margin-top: 0;
}
.other-work{
    margin-top:56px;
    justify-content: center;
    gap:30px;

}
.heading03 + .linkpanel_4col{
    margin-top: 40px;
}


.factorization{
    margin-top: 80px;
    border-radius: 10px; 
    background: #F9FCFF;
    position: flex;
    padding: 0 72px 72px 72px;
}

.factorization .logo{
    padding: 30%;
    max-width: 40%;
}

.factorization .logo-heading{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 36px;
}
.factorization .lyt_1col img{
    width: 70%;
}

.factorization + .lyt_1col, .factorization + .lyt_2col{
    margin-top: 48px;
}

 .factorization .heading03{
    text-align: center;
 }

.logo-background{
    width: 64px;
    background-color: #f9fcff;
    border-radius: 50%;
    position: absolute;
    top: -30%;
}




/************************************************　SP　*********************************************/

@media screen and (max-width: 768px){
    .header__NavPC{
        display: none;
    }
    .header__NavSP{
        display: flex;
        max-width: 100%;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        z-index: 4;
    }

    /*     hamburger menu    */
    #g-nav{
        position:fixed;
        z-index: 3;
        top:0;
        right: -120%;
        width:100%;
        min-height: -webkit-fill-available;
        height: 100vh;
        background:#000;
        transition: all 0.6s;
    }
    #g-nav a{
        display: inline-block;
    }

    #g-nav.panelactive{
        right: 0;
    }
    
    #g-nav.panelactive #g-nav-list{
        position: fixed;
        z-index: 3; 
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    
    #g-nav ul {
        position: relative;
        z-index: 4;
    }
    #g-nav li{
        list-style: none;
        text-align: left;
        margin:28px;
    } 
    #g-nav li a{
        color: #fff;
        text-decoration: none;
        display: block;
        letter-spacing: .1rem;
        font-weight: 400;
    }
    #g-nav li li a{
        font-weight: 100;
    }
    #g-nav li li{
        margin: 15px 10px;
        font-family: Bricolage Grotesque, montserrat;
        font-weight: 100;
        font-size: 14px;
    } 
    #g-nav ul ul{
        position: relative;
    }
    #g-nav .sns_link ul{
        gap: 0px;
    }
    /* header　menu　btn　*/
    .header__MenuBtn{
        position: sticky;
        z-index: 4;
        cursor: pointer;
        width: 50px;
        height:50px;
        margin: 0 20px;
    }
      
    .header__MenuBtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 9px;
        height: 1px;
        border: solid 1px #000;
        background-color: #fff;
        width: 30px;
    }
    
    .header__MenuBtn span:nth-of-type(1) {
        top:15px; 
    }
    
    .header__MenuBtn span:nth-of-type(2) {
        top:23px;
    }
    
    .header__MenuBtn span:nth-of-type(3) {
        top:31px;
    }
    
    .header__MenuBtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 24px;
        border: solid 1px #fff;
        background-color: #000;
    }
    
    .header__MenuBtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    
    .header__MenuBtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 24px;
        border: solid 1px #fff;
        background-color: #000;
    }
    .header .logo img{
        width: 96px;
        padding: 20px 28px;
    }
    .header-container{
        margin: 0px;
        max-width:335px;
    }
    .main{
        margin: 0 auto;
        max-width: 335px;
    }

    
    /*     heading      */
    .back-to{
        padding: 12px 20px;
    }

    /*   main-contents   */
    .main-contents{
        width: 100%;
    }
    /*     heading      */
    /*     heading for top    */

    .heading01{
        font-size: 3.2rem;
        margin: 120px 0 16px 0;
    }
    .heading02{
        font-size: 3.2rem;
        text-align: center;
    }

    /*     index tab     */
    .contents{
        display: block;
    }
    .side-menu {
        max-width: 100%;
    }


    /*     heading for local page    */

    .mv_local{
        margin: 120px auto 0 auto;
        max-width: 100vw;
    }

    .mv_local .title{
        max-width:70%;
        padding: 20px;
    }
    .heading02_local{
        font-size: 2.4rem;
        margin: 0 auto 32px auto;
        letter-spacing: .1rem;
    }
    .heading03_local{
        font-size: 1.8rem;
        margin: 40px auto 30px auto;
    }
    .heading02_local + .heading03_local{
        margin-top: 0;
    }
    

    /*     adjust-index     */
    .adjust-index {
        height: 184px;
    }



    /*     text,li    */
    li{
        margin-top: 5px;
        list-style: none;
    }

    /*    mv    */
    .mv_and_info{
        position: relative;
        margin: auto auto 160px auto;
    }
    .mv_local .info{
        top: -30px;
    }

    .mv_local .info{
        max-width: 100%;
    }
    .mv_local .info .main_txt{
        font-size: 18px;
    }
    .mv_local .info .sub_txt{
        font-size: 15px;
        margin: 15px 0 0 0;
    }

    /* btn_01 */
    .btn_01{
    margin: 40px auto;
    }
    .btn_01 p{
        display: inline-block;
    }
    .btn_01::before{
        right: -15px;
        transition: none;
    }

    /* linkpanel_2col */
    .linkpanel_2col{
        margin: 30px 0;
        display: grid;
        gap: 30px;
    }
    .linkpanel_2col .linkpanel{
        width: 100%;
    }
    .linkpanel_2col img{
        width: 100%;
    }
    .linkpanel_2col .info_box{
        padding: 16px 20px;
    }
    .linkpanel_2col .info_box .main_txt{
        width: 100%;
    }
    .linkpanel_2col .info_box .sub_txt{
        width: 95%;
    }
    .linkpanel_2col .info_box:after{
        width: 10px;
        height: 10px;
        right: 19px;
    }

    /* linkpanel_3col */
    .linkpanel_3col{
        gap: 24px;
        display: grid;
    }
    .linkpanel_3col .linkpanel{
        width: 100%;
    }
    .linkpanel_3col .linkpanel:after{
        width: 10px;
        height: 10px;
        bottom: 20px;
        right: 19px;
    }

    /* linkpanel_4col */
    .linkpanel_4col{
        margin: 40px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .linkpanel_4col .linkpanel{
        width: 100%;
    }
    .linkpanel_4col .info_box{
        padding: 12px 16px;
    }
    .linkpanel_4col .info_box .main_txt{
        width: 100%;
        font-size: 1.6rem;
    }
    .linkpanel_4col .info_box .sub_txt{
        width: 95%;
    }
    .linkpanel_4col .info_box:after{
        right: 15px;
    }

    /*     card-list    */
    .card-list img{
        max-width: 100%;
    }
    .card-list_4col{
        margin: 40px 0;
    }
    .card-list_4col .card-list{
        width: 100%;
    }
    .card-list_3col{
        margin: 40px 0;
    }
    .card-list_3col .card-list{
        width: 100%;
    }
    .card-list_2col .card-list{
        width: 100%;
    }

    /*     table    */
    .scroll-table{
        overflow: auto;
        white-space: nowrap;
    }

    /*     step     */
    .scroll_note{
        display: block;
        margin-bottom: 8px;
    }
    .scroll_note p{
        font-weight: 600;
        font-family: Bricolage Grotesque, montserrat;
        font-size: 1.4rem;
        text-align: right;
    }
    .scroll-step {
        overflow: auto;
    }
    .sideway {
        padding: 32px 8px 0 0;
    }
    .arrow {
        background-position: left 36% top 190px;
    }
    .thinking .step {
        width: 300%;
    }
    .thinking, .design{
        justify-content: flex-start;
    }
    .thinking ul:first-child li {
        margin-top: 0;
    }
    .thinking ul:not(:first-child) li:first-child {
        margin-top: -1px;
    }
    .thinking li, .design li {
        width: 250px;
    }
    .design ul {
        width: 300%;
    }

    /*     layout      */
   
    .lyt_1col_img img, .lyt_1col_txt, .lyt_1col_img p{
        max-width: 100%;
    }
    .lyt_4col{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .lyt_2col_img img,.lyt_2col_img video, .lyt_2col_txt, .lyt_2col_img p{
        width: 100%;
    }
    .lyt_4col_img, .lyt_4col_img img, .lyt_4col_txt, .lyt_4col_img p{
        width: 100%;
    }
    .lyt_2col_img, .lyt_2col_txt{
        width: 100%;
    }
    .lyt_2col{
        gap: 20px;
    }
    .lyt_3col_img, .lyt_3col_txt, .lyt_3col_img p{
        width: 100%;
    }

    /* about page */

    .about_name{
        font-size: 2.4rem;
    }
    .about_txt{
        max-width: 100%;
    }
    .about{
        flex-direction: column;
        align-items: center;
        gap:30px;
    }
    .about_img{
        width: 100%;
    }
    .about_txt {
        width: 100%;
    }

    .factorization {
        padding: 0 24px 24px 24px;
    }

    .factorization .lyt_1col img {
        width: 100%;
    }

    .factorization + .lyt_1col, .factorization + .lyt_2col {
        margin-top: 24px;
    }
    
    /*
    .logo-background{
        width: 32px;
    }*/

    /*     footer_SP     */
    .footer__inner{
        max-width: 335px;
        padding: 0 28px;
    }
    .footer__toTopLink {
        top: -80px;
        right: 20px;
    }

    .footer__copyright {
        color:#ffffff;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 80px 0 0;
    }
}






