@charset 'UTF-8';



@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-075s {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.animated.delay-10s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-125s {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.animated.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-175s {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.animated.delay-20s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-225s {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.animated.delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@media only screen and (max-width:767px){

.animated.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-075s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-10s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-125s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-15s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-175s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-20s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-225s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-25s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}


}



/*------------------------------------------------------------
    Base Fix
------------------------------------------------------------*/

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,
input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body{
    font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
    font-size: 15px;
    line-height: 2;
    word-break: break-word;
    font-weight: 400;
    color: #000000;
}
.sh{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}
#page{
	background: none !important;
	min-width: 1240px;
}
.basic-page {
    /*font-feature-settings: "palt";*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.basic-page a{
    display: block;
    transition: all .5s;
    word-break: break-all;
    color: #000000;
}
.basic-page a:hover{
    opacity: 0.6;
    transition: all .5s;
    text-decoration: none;
}
.holdings-footer.page-in-menu {
    padding-bottom: 75px;
}
.holdings-header a, .holdings-titlenav a, .holdings-footer a, .holdings-cta a {
    word-break: break-word;
    white-space: normal;
}
img{
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
article#top-article {
    font-feature-settings: "palt";
}
article#top-article section{
	
}

article#main-article{
	background: #101920;
	padding-top: 128px;
}
article#main-article section{
	color: #fff;
	padding: 128px 0;
}


.pc{
	display: block !important;
}
.sp{
	display: none !important;
}



@media only screen and (max-width:767px){

	html{
	  height: -webkit-fill-available;
	}
	body{
	    font-size: 13px;
	    min-height: 100vh;
  		min-height: -webkit-fill-available;
  		line-height: 1.89;
	}
	html.touch-device body{
		min-height: 100vh;
  		min-height: -webkit-fill-available;
	}
	.sp{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
	article#top-article section{
		
	}
	html.touch-device #page {
	    min-width: 320px;
	    min-height: 0;
	}
	.basic-page a:hover{
		opacity: 1;
	}

    article#main-article {
        padding-top: 0;
    }
    article#main-article section {
        padding: 80px 0;
    }

}



/*------------------------------------------------------------
    common-parts
------------------------------------------------------------*/

.section-inner{
	max-width: 980px;
	margin: 0 auto;
}
.section-inner-lg{
	max-width: 1240px;
	margin: 0 auto;
}
.section-inner-sm{
    max-width: 800px;
    margin: 0 auto;
}


.section-head{
	text-align: center;
}
.section-title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}
.section-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 24px;
}

.section-body{
	margin-top: 64px;
}

.main-btn {
    margin-top: 48px;
}
.main-btn a {
    width: 400px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50px;
    background: #083FB2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.main-btn-text {
    color: #fff;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}
.main-btn-decorate {
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main-btn-decorate .material-symbols-outlined {
    position: relative;
    z-index: 1;
}
.main-btn-decorate:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #101920;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transition: all cubic-bezier(.34,1.56,.64,1) .4s;
    transform: scale(1);
}
.main-btn.black-btn a{
	background: #101920;
}
.main-btn.black-btn .main-btn-decorate:after{
	background: #083FB2;
}
.main-btn a:hover {
    background: #444444;
    opacity: 1 !important;
}
.main-btn a:hover .main-btn-decorate:after {
    transform: scale(1.3);
}
.main-btn.black-btn a:hover .main-btn-decorate:after{
	background: #101920;
}

@media only screen and (max-width:767px){

	.section-inner{
		padding: 0;
		width: 86%;
	}
	.section-inner-lg{
		padding: 0;
		width: 86%;
	}
    .section-inner-sm{
        padding: 0;
        width: 86%;
    }

    .section-title {
        font-size: 28px;
    }
    .section-description {
        font-size: 15px;
        margin-top: 24px;
    }

    .section-body{
        margin-top: 40px;
    }

    .main-btn{
        margin-top: 32px;
    }
    .main-btn a{
        height: 52px;
        width: 100%;
    }
    .main-btn-text{
        font-size: 15px;
        margin-right: 12px;
    }

}



/*------------------------------------------------------------
    main-visual｜TOP
------------------------------------------------------------*/

#main-visual {
    background: #101920;
    color: #fff;
    position: relative;
}

.main-visual-slider {
    text-align: center;
}
.main-visual-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-visual-content .section-inner{
	height: 100%;
	position: relative;
}

.main-visual-sitename {
    display: inline-block;
    line-height: 1;
    padding: 8px 8px 9px;
    border: 1px solid;
    font-weight: 500;
    position: absolute;
    top: 32px;
    left: 0;
    font-size: 16px;
    z-index: 3;
    background: rgba(0,0,0,0.35);
}
.main-visual-copy-wrap {
    position: absolute;
    left: 80px;
    bottom: -16px;
    z-index: 3;
}
.main-visual-copy{
	transform: rotate(-2deg);
}
.main-visual-copy div {
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    padding: 4px 8px 6px;
    font-size: 60px;
    /* letter-spacing: 11px; */
    /* font-feature-settings: "palt"; */
    /* word-spacing: 1px; */
    -ms-text-size-adjust: 100%;
    /* -webkit-text-size-adjust: 100%; */
    -moz-osx-font-smoothing: grayscale;
    /* -webkit-font-smoothing: antialiased; */
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    position: relative;
}
.main-visual-copy div:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #083FB2;
	position: absolute;
	top: 0;
	left: 0;
}
.main-visual-copy span{
	position: relative;
	z-index: 2;
}
.main-visual-copy div:not(:first-of-type){
	margin-top: 12px;
}
.main-visual-copy div:nth-of-type(2):after{
	width: calc(100% - 32px);
}

_::-webkit-full-page-media, _:future, :root .main-visual-copy div {
	padding: 4px 8px 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .main-visual-copy div {
		padding: 4px 8px 10px;
	}
}

@media only screen and (max-width:767px){

	.main-visual-content .section-inner {
        width: 100%;
    }
    .main-visual-copy-wrap {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .main-visual-copy {
        transform: rotate(0);
    }
    .main-visual-copy div {
        padding: 4px 8px 6px;
        font-size: 8.6vw;
    }
    .main-visual-copy div.sp {
        display: inline-block !important;
    }
    .main-visual-copy div:not(:first-of-type) {
        margin-top: 6px;
    }
    .main-visual-copy div.sp:after {
        width: calc(100% - 16px);
    }

    .main-visual-sitename {
        top: 20px;
        left: 16px;
        font-size: 13px;
    }



}


/*------------------------------------------------------------
    about｜TOP
------------------------------------------------------------*/

article#main-article section#about{
	background-image: url(/jp/robot/makaizo/images/about_bg.jpg);
	background-position: center;
	background-size: cover;
}
article#main-article section#about .section-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.about-box-head{
	font-size: 36px;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: 700;
}
.about-box-description{
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
}
.about-box-note {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-top: 40px;
}

#about-movie {
    margin-top: 48px;
}

@media only screen and (max-width:767px){

    article#main-article section#about {
        background-position: center bottom;
        background-size: 200%;
        background-repeat: no-repeat;
    }
	.about-box-head {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .about-box-description {
        font-size: 15px;
    }
    .about-box-note {
        font-size: 13px;
        margin-top: 32px;
    }

    #about-movie{
        margin-top: 24px;
    }
    #about-movie iframe{
        height: 56vw;
    }

}



/*------------------------------------------------------------
    theme｜TOP
------------------------------------------------------------*/

article#main-article section#theme {
    background: #e4e4e4;
    background: #f2f2f2;
    color: #000;
}
.theme-box{
	position: relative;
	color: #fff;
}
.theme-box:after{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #101920;
	position: absolute;
	top: 0;
}
.theme-box-card{
	background: #101920;
	padding: 64px 0;
	position: relative;
	z-index: 2;
}

.theme-box-content{
	position: relative;
}
.theme-box-machine {
    position: absolute;
    top: -132px;
    right: -90px;
    z-index: 9;
}
.theme-box-machine-name {
    position: absolute;
    left: 90px;
    top: 130px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
.theme-box-machine-name-item {
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.theme-box-title {
    display: inline-block;
    line-height: 1;
    padding: 8px 10px 10px;
    font-size: 32px;
    background: #083FB2;
    font-weight: 600;
    margin-bottom: 24px;
}
.theme-box-name {
    font-size: 36px;
    line-height: 1.6;
    font-weight: 700;
    margin-left: -20px;
}
.theme-box-description{
	font-size: 17px;
	line-height: 1.89;
	font-weight: 500;
	margin-top: 16px;
}
.theme-box-scene {
    margin-top: 48px;
}

#theme01{

}
#theme01.theme-box:after{
	left: 0;
}
#theme02{
	margin-top: 64px;
}
#theme02.theme-box:after{
	right: 0;
}

.theme-box-scene .swiper {
    overflow: visible;
}
.theme-box-scene .swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-slide {
    transition: transform 0.6s;
}
.theme-box-scene .swiper .swiper-slide {
    height: 260px !important;
    width: auto !important;
}
.theme-box-scene .swiper .swiper-slide img {
    width: auto;
    height: 100%;
}

@media only screen and (max-width:767px){

    article#main-article section#theme{
        padding-bottom: 0;
    }
    #theme02 {
        margin-top: 40px;
    }
    .theme-box{
        background: #101920;
    }
	.theme-box-machine{
        position: relative;
        top: 0;
        right: 0;
    }
    .theme-box-card{
        padding: 48px 0;
    }
    .theme-box-card .section-inner{
        width: 100%;
    }

    .theme-box-title {
        padding: 8px 10px 10px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .theme-box-name {
        font-size: 24px;
        margin-left: -14px;
    }
    .theme-box-description {
        font-size: 15px;
        line-height: 1.89;
        font-weight: 500;
        margin-top: 14px;
    }
    .theme-box-machine-name {
        position: relative;
        left: 0;
        top: 0;
        font-size: 16px;
        text-align: center;
        background: #222;
        padding: 10px 0;
    }
    .theme-box-machine-name-item {
        font-size: 13px;
        line-height: 1.2
    }
    .theme-box-scene {
        margin-top: 32px;
    }
    .theme-box-scene .swiper .swiper-slide{
        height: 120px !important;
    }

}



/*------------------------------------------------------------
    topics｜TOP
------------------------------------------------------------*/

article#main-article section#topics{
	background: #fff;
	color: #000000;
}

ul.topics-list{
	display: flex;
	flex-wrap: wrap;
	margin: -32px -12px 0;
}
ul.topics-list li{
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 0 12px;
	margin-top: 32px;
}
.topics-list-thumb{
	position: relative;
}
.topics-list-thumb img{
    width: 100%;
	height: calc(310px / 1.618);
	transition: transform .5s ease;
    object-fit: cover;
    display: block;
}

.topics-list-cat {
    display: inline-block;
    line-height: 1;
    padding: 8px 8px 8px;
    font-size: 13px;
    background: #083FB2;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.topics-list-content {
    margin-top: 16px;
}
.topics-list-date {
    line-height: 1;
    font-size: 13px;
    margin-bottom: 8px;
}
.topics-list-title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

article#main-article section#topics .section-body{
	margin-top: 48px;
}

@media only screen and (max-width:767px){

	ul.topics-list {
        margin: -24px 0px 0;
    }
    ul.topics-list li {
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .topics-list-cat{
        padding: 8px;
        font-size: 12px;
    }
    article#main-article section#topics .section-body {
        margin-top: 40px;
    }
    .topics-list-date{
        font-size: 12px;
    }
    .topics-list-title {
        font-size: 15px;
        font-weight: 500;
    }

    .topics-list-thumb img{
        height: 50vw;
    }

}




/*------------------------------------------------------------
    topics｜TOP
------------------------------------------------------------*/

aside#banner-aside{
	padding-bottom: 128px;
    background: #fff;
}
aside#banner-aside .section-body{
	margin-top: 0;
}
ul.banner-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
ul.banner-list li{
	width: calc(100% / 2);
	box-sizing: border-box;
	padding: 0 10px;
}
ul.banner-list li a{
    color: #083FB2;
    text-decoration: underline;
}
ul.banner-list li a:hover{
    text-decoration: none;
}
figure.banner-list-img img{
    border-radius: 12px;
}
figcaption.banner-list-title {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}



@media only screen and (max-width:767px){

	aside#banner-aside{
        padding-bottom: 64px;
        /*padding-top: 0;*/
    }
    ul.banner-list{
        margin: 0;
    }
    ul.banner-list li{
        width: 100%;
        padding: 0;
    }
    ul.banner-list li:not(:first-of-type){
        margin-top: 32px;
    }
    figcaption.banner-list-title{
        font-size: 13px;
    }

}




/*------------------------------------------------------------
    下層ページ共通
------------------------------------------------------------*/

article#project-article{

}
article#project-article section{
	padding: 80px 0;
}
.project-section-title {
    font-size: 28px;
    padding-left: 32px;
    line-height: 1.45;
    position: relative;
    font-weight: 700;
}
.project-section-title:before {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    background: #083FB2;
    position: absolute;
    left: 0;
    top: 0;
}
.project-section-description {
    font-size: 16px;
    line-height: 1.89;
    font-weight: 500;
    margin-top: 16px;
}
.project-section-subtitle {
    font-size: 22px;
    padding-left: 30px;
    line-height: 1.45;
    position: relative;
    font-weight: 600;
    margin-bottom: 16px;
}
.project-section-subtitle:before{
	content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #083FB2;
    position: absolute;
    left: 0;
    top: 8px;
}
.project-section-body{
	margin-top: 32px;
}

@media only screen and (max-width:767px){

article#project-article section{
    padding: 64px 0;
}
.project-section-title {
    font-size: 20px;
    padding-left: 24px;
}
.project-section-description {
    font-size: 15px;
}
.project-section-subtitle {
    font-size: 18px;
    padding-left: 24px;
    margin-bottom: 20px;
}
.project-section-subtitle:before {
    width: 15px;
    height: 15px;
    left: 0;
    top: 5px;
}


}



/*------------------------------------------------------------
    プロジェクトページ専用
------------------------------------------------------------*/


/* project-visual */
#project-visual{
	background: #101920;
	color: #fff;
}
.project-visual-title {
    text-align: center;
    padding-top: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.project-visual-title-day {
    display: inline-block;
    line-height: 1;
    padding: 8px 10px 10px;
    font-size: 32px;
    background: #083FB2;
    font-weight: 600;
    margin-right: 12px;
}
.project-visual-title-theme{
	font-size: 32px;
    line-height: 1.6;
    font-weight: 700;
}
.project-visual-scene {
    margin-top: 32px;
}
.project-visual-scene .swiper {
    overflow: visible;
}
.project-visual-scene .swiper-wrapper {
    transition-timing-function: linear;
}
.project-visual-scene .swiper .swiper-slide {
    height: 320px !important;
    width: auto !important;
}
.project-visual-scene .swiper .swiper-slide img {
    width: auto;
    height: 100%;
}

#project-visual .section-inner{
	position: relative;
}
.project-visual-copy {
    position: absolute;
    left: 0;
    bottom: -42px;
    z-index: 3;
}
.project-visual-copy div {
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    padding: 4px 8px 6px;
    font-size: 45px;
    /* letter-spacing: 11px; */
    /* font-feature-settings: "palt"; */
    /* word-spacing: 1px; */
    -ms-text-size-adjust: 100%;
    /* -webkit-text-size-adjust: 100%; */
    -moz-osx-font-smoothing: grayscale;
    /* -webkit-font-smoothing: antialiased; */
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    position: relative;
}
.project-visual-copy div:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #083FB2;
	position: absolute;
	top: 0;
	left: 0;
}
.project-visual-copy span{
	position: relative;
	z-index: 2;
}
.project-visual-copy div:not(:first-of-type){
	margin-top: 8px;
}
.project-visual-copy div:nth-of-type(1):after {
    width: calc(100% - 24px);
}
.project-visual-copy div:nth-of-type(2):after {
    width: calc(100% - 24px);
}

_::-webkit-full-page-media, _:future, :root .project-visual-copy div {
	padding: 4px 8px 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .project-visual-copy div {
		padding: 4px 8px 10px;
	}
}

@media only screen and (max-width:767px){

#project-visual .section-inner{
    width: 100%;
}
.project-visual-title {
    text-align: left;
    padding-top: 40px;
    display: block;
    width: 86%;
    margin: 0 auto;
}
.project-visual-title-day{
    margin-right: 0;
    padding: 8px 10px 10px;
    font-size: 18px;
    margin-bottom: 20px;
}
.project-visual-title-theme {
    font-size: 24px;
    margin-left: -14px;
}
.project-visual-scene .swiper .swiper-slide{
    height: 160px !important;
}
.project-visual-copy {
    position: relative;
    left: 0;
    bottom: 16px;
    z-index: 3;
}
.project-visual-copy div{
    font-size: 8vw;
    padding: 4px 8px 6px;
}
.project-visual-copy div.sp{
    display: inline-block !important;
}
.project-visual-copy div:nth-of-type(1):after{
    width: calc(100% - 16px);
}
.project-visual-copy div:nth-of-type(2):after{
    width: calc(100% - 16px);
}

.project-visual-scene{
    margin-top: 24px;
}
	

}



/* overview */
article#project-article section#overview{
	padding: 128px 0 80px;
	background: #101920;
	color: #fff;
}
#rule-box{
	display: flex;
	flex-wrap: wrap;
}
.rule-box-img{
	width: 420px;
}
.rule-box-content{
	width: calc(100% - 420px);
	box-sizing: border-box;
	padding-left: 24px;
}

ul.rule-list{

}
ul.rule-list li {
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}
ul.rule-list li:not(:first-of-type){
	margin-top: 10px;
}
ul.rule-list li:before{
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 800;
}
.rule-note{
	font-size: 14px;
	margin-top: 16px;
}

@media only screen and (max-width:767px){

article#project-article section#overview {
    padding: 48px 0 64px;
}
.rule-box-img{
    width: 100%;
}
.rule-box-content{
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
}
ul.rule-list li{
    font-size: 14px;
    padding-left: 18px;
}
.rule-note {
    font-size: 13px;
    margin-top: 16px;
}

}


/* machine */
article#project-article section#machine{
	background: #fff;
}
#machine-introduction{
	background: #083FB2;
	color: #fff;
	padding: 64px 0;
}
.machine-introduction-content {
    position: relative;
}
.machine-introduction-img {
    position: absolute;
    top: -132px;
    right: -90px;
    z-index: 9;
}
.machine-introduction-sticker {
    position: absolute;
    top: 0;
    left: 100px;
}

.machine-introduction-name-main {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}
.machine-introduction-name-sub{
	line-height: 1;
	margin-top: 16px;
	font-size: 16px;
	font-weight: 600;
}
.machine-introduction-origin {
    margin-top: 40px;
}
.machine-introduction-origin-caption {
    display: inline-block;
    line-height: 1;
    padding: 8px 10px 10px;
    font-size: 24px;
    background: #fff;
    font-weight: 600;
    color: #083FB2;
    margin-bottom: 16px;
}
ul.machine-introduction-origin-list{

}
ul.machine-introduction-origin-list li{
	font-size: 20px;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
	line-height: 1.6;
}
ul.machine-introduction-origin-list li:before{
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
ul.machine-introduction-origin-list li:not(:first-of-type){
	margin-top: 8px;
}


#machine-feature {
    margin-top: 48px;
}


@media only screen and (max-width:767px){

.machine-introduction-img{
    position: relative;
    top: 0;
    right: 0;
}
#machine-introduction {
    padding: 36px 0;
}
.machine-introduction-name-main {
    font-size: 28px;
}
.machine-introduction-name-sub {
    margin-top: 12px;
    font-size: 14px;
}
.machine-introduction-origin {
    margin-top: 16px;
}
.machine-introduction-origin-caption {
    padding: 8px 10px 10px;
    font-size: 17px;
    margin-bottom: 16px;
}
ul.machine-introduction-origin-list li {
    font-size: 18px;
}
ul.machine-introduction-origin-list li:not(:first-of-type) {
    margin-top: 6px;
}
.machine-introduction-sticker {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100px;
}

}


/* member */
ul.member-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -4px 0;
}
ul.member-list li {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 4px;
    margin-top: 8px;
}
.member-card {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 34px 12px 12px;
    position: relative;
}
.member-card-img {
    width: 120px;
    text-align: center;
    position: relative;
}
.member-card-img img{
	height: 150px;
	width: auto;
	object-fit: contain;
}
.member-card-content {
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 12px;
    padding-top: 14px;
}
.member-card-career {
    font-size: 12px;
    line-height: 1;
    background: #083FB2;
    background: #101920;
    color: #fff;
    font-weight: 600;
    padding: 6px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.member-card-name{
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}
.member-card-text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 8px;
}
.member-card-tag {
    margin: 6px -4px -4px;
    display: flex;
    flex-wrap: wrap;
}
.member-card-tag .tag-item {
    font-size: 11px;
    color: #083FB2;
    padding: 3px 4px;
    font-weight: 500;
    line-height: 1;
}
.member-card-tag .tag-item:before{
	content: "#";
}

@media only screen and (max-width:767px){

ul.member-list{
    display: block;
    margin: 0;
}
ul.member-list li{
    width: 100%;
    padding: 0;
    margin-top: 0;
}
ul.member-list li:not(:first-of-type){
    margin-top: 8px;
}
.member-card-img{
    width: 90px;
}
.member-card-img img{
    height: 110px;
}
.member-card-content {
    width: calc(100% - 90px);
    padding-top: 10px;
}
.member-card-name{
    font-size: 15px;
}

}




/* insidestory */
section#insidestory{
	background: #fff;
}

.insidestory-card-content{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	background: rgba(26,80,193,0.9);
	color: #fff;
	box-sizing: border-box;
	padding: 16px;
}
.img-wrap {
    width: 100%;
    height: 0;
    position: relative;
}
.img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
.insidestory-card-thumb{

}
.insidestory-card-thumb .img-wrap{
	padding-top: 100%;
}
a.insidestory-card{
	position: relative;
}
a.insidestory-card:hover{
	opacity: 1;
}
a.insidestory-card:hover .insidestory-card-content{
	opacity: 1;
}
.insidestory-card-title {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
}
.insidestory-card-decorate {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.insidestory-card-decorate .material-symbols-outlined{
	font-size: 32px;
	display: block;
}

.insidestory-parts-half{
	display: flex;
	flex-wrap: wrap;
}
.insidestory-parts-half .insidestory-card-lg{
	width: 50%;
}
.insidestory-parts-half .insidestory-card-sm{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.insidestory-parts-half .insidestory-card-sm a.insidestory-card{
	width: 50%;
}
.insidestory-parts-half .insidestory-card-lg .insidestory-card-title {
    font-size: 38px;
}

.insidestory-parts-flex {
    display: flex;
    flex-wrap: wrap;
}
.insidestory-parts-flex a.insidestory-card{
    width: 25%;
}

@media only screen and (max-width:767px){

section#insidestory .project-section-body .section-inner {
    width: 100%;
}
.insidestory-card-title{
    display: none;
}
.insidestory-card-content{
    padding: 8px;
}
.insidestory-card-decorate{
    bottom: 8px;
    right: 8px;
}
.insidestory-card-decorate .material-symbols-outlined {
    font-size: 24px;
}

}


/* aside#project-aside */
aside#project-aside {
    padding: 80px 0;
    background: #f2f2f2;
}
aside#project-aside .section-body{
	margin-top: 48px;
}
aside#project-aside #theme02{
	margin-top: 0;
}
aside#project-aside .section-title{
	font-size: 30px;
}
aside#project-aside .theme-box:after{
	content: none;
}
aside#project-aside .theme-box-card {
    padding: 56px 0;
}
aside#project-aside .main-btn {
    margin-top: 40px;
}
.back-btn {
    margin-top: 16px;
    margin-top: 40px;
}
.back-btn a {
    color: #083FB2;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
}

@media only screen and (max-width:767px){

aside#project-aside{
    padding: 64px 0;
}
aside#project-aside .section-title {
    font-size: 20px;
}
aside#project-aside .section-body {
    margin-top: 32px;
}
aside#project-aside .theme-box-card {
    padding: 48px 0;
}
aside#project-aside .main-btn {
    margin-top: 32px;
}
.back-btn{
    margin-top: 32px;
}
aside#project-aside .back-btn a{
    padding-left: 2%;
}

}



/*------------------------------------------------------------
    マシーン解説ページ専用
------------------------------------------------------------*/

/* under-visual */
#under-visual {
    border-top: 1px solid #ccc;
    padding: 56px 0 0;
}
.under-visual-project {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.under-visual-project-day {
    display: inline-block;
    line-height: 1;
    padding: 8px 10px 8px;
    font-size: 15px;
    background: #083FB2;
    font-weight: 600;
    margin-right: 12px;
    color: #fff;
}
.under-visual-project-theme {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}
.under-visual-title {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    color: #083FB2;
    margin-top: 10px;
}
.under-visual-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.4;
}
.under-visual-contentsname {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #083FB2;
    line-height: 1;
    margin-left: -10px;
}
#technology-visual-box {
    margin-top: 32px;
}
.technology-visual-box-img.no-padding {
    padding: 0;
}
.technology-visual-box-description {
    margin-top: 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.89;
}

article#technology-article {
    padding: 56px 0 80px;
    max-width: 1120px;
    margin: 0 auto;
}
article#technology-article section{
	background: #fff;
	padding: 56px 0;
}
article#technology-article section:not(:first-of-type){
	margin-top: 28px;
}

.technology-section-title-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.technology-section-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #083FB2;
}
.technology-section-series {
    line-height: 1;
    font-size: 15px;
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 8px 10px 8px;
    margin-left: 24px;
}
.technology-section-copy {
    font-weight: 700;
    margin-top: 14px;
    font-size: 28px;
    line-height: 1.4;
    margin-left: -15px;
    position: relative;
    z-index: 2;
}
.technology-section-body {
    margin-top: 24px;
}
.technology-section-body p{
	font-weight: 500;
    line-height: 1.89;
    position: relative;
    margin-top: 12px;
}
.technology-section-body ul{

}
.technology-section-body ul li {
    font-weight: 500;
    line-height: 1.89;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}
.technology-section-body ul li:not(:first-of-type){
    margin-top: 8px;
}
.technology-section-body ul li:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.technology-section-parts-column{
	display: flex;
	flex-wrap: wrap;
}
.technology-section-parts-column-content{
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding-right: 32px;
}
.technology-section-parts-column-content p:first-of-type{
	margin-top: 0;
}
.technology-section-parts-column-img{
	width: 300px;
}
.technology-section-parts-gif {
    border: 1px solid #ccc;
}
ul.technology-section-parts-photolist{
	display: flex;
	flex-wrap: wrap;
	margin: 24px -16px 0;
}
ul.technology-section-parts-photolist li{
	width: 50%;
	box-sizing: border-box;
	padding: 0 16px;
	display: flex;
	flex-wrap: wrap;
    margin-top: 0 !important;
}
.technology-section-body ul.technology-section-parts-photolist  li:before{
    content: none;
}
.technology-section-parts-photolist-thumb{
	width: 200px;
}
.technology-section-body p.technology-section-parts-photolist-content{
	margin-top: 0;
	width: calc(100% - 200px);
	box-sizing: border-box;
	padding-left: 16px;
	font-size: 13px;
	padding-top: 24px;
}
.technology-section-parts-img-caption {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.89;
    position: relative;
    display: block;
    margin-top: 8px;
    text-align: center;
}

#toilet-technology09 .technology-section-parts-img {
    margin: 16px 0;
}

article#technology-article .back-btn{
	margin-top: 40px;
}


/* P:air cylinder技術解説 */

section#toilet-technology06 .technology-section-parts-start-img {
    position: relative;
    bottom: 60px;
    margin-bottom: -50px;
}

/* HEY☆コウノスケーター技術解説 */

#kickskater-technology02 .technology-section-parts-column-img {
    position: relative;
    bottom: 40px;
    margin-bottom: -40px;
}
#kickskater-technology03 .technology-section-parts-column-img {
    position: relative;
    bottom: 120px;
    margin-bottom: -120px;
}
#kickskater-technology04 .technology-section-parts-column-img {
    width: 428px;
    position: relative;
    bottom: 100px;
    margin-bottom: -100px;
}
#kickskater-technology04 .technology-section-parts-column-content{
    width: calc(100% - 428px);
}
#kickskater-technology05 .technology-section-parts-column-img {
    width: 428px;
    position: relative;
    bottom: 65px;
    margin-bottom: -65px;
}
#kickskater-technology05 .technology-section-parts-column-content{
    width: calc(100% - 428px);
}
#kickskater-technology06 .technology-section-parts-column-img {
    width: 428px;
    position: relative;
}
#kickskater-technology06 .technology-section-parts-column-content{
    width: calc(100% - 428px);
}
#kickskater-technology06 .technology-section-parts-column-content .technology-section-parts-img{
    margin-top: 32px;
}
#kickskater-technology07 .technology-section-parts-column-img {
    position: relative;
    bottom: 100px;
    margin-bottom: -100px;
}
#kickskater-technology08 .technology-section-parts-column-img {
    width: 428px;
    position: relative;
    bottom: 110px;
    margin-bottom: -110px;
}
#kickskater-technology08 .technology-section-parts-column-content{
    width: calc(100% - 428px);
    padding-right: 20px;
}

.kickskater-technology09-box-card{
    display: flex;
    flex-wrap: wrap;
}
#kickskater-technology09-box1 .kickskater-technology09-box-content{
    width: calc(100% - 428px);
}
#kickskater-technology09-box1 .technology-section-parts-img{
    width: 428px;
}
#kickskater-technology09-box2 .kickskater-technology09-box-content{
    width: calc(100% - 320px);
}
#kickskater-technology09-box2 .technology-section-parts-img{
    width: 320px;
}
#kickskater-technology09-box1{
    margin-top: 32px;
}
#kickskater-technology09-box2{
    margin-top: 32px;
}
#kickskater-technology10 .technology-section-parts-column-img {
    width: 428px;
    position: relative;
}
#kickskater-technology10 .technology-section-parts-column-content{
    width: calc(100% - 428px);
}
#kickskater-technology10 .technology-section-parts-column-content .technology-section-parts-img{
    margin-top: 32px;
}

@media only screen and (max-width:767px){

#under-visual{
    padding-top: 40px;
}
.under-visual-project-day{
    font-size: 13px;
}
.under-visual-project-theme{
    font-size: 14px;
}
.under-visual-contentsname {
    margin-top: 24px;
    font-size: 14px;
    margin-left: -9px;
}
.under-visual-title{
    font-size: 24px;
}
.under-visual-subtitle{
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 12px;
}

#technology-visual-box{
    margin-top: 24px;
}
.technology-visual-box-description{
    font-size: 14px;
}
article#technology-article{
    padding: 56px 0 64px;
}
.technology-section-body {
    margin-top: 16px;
}
.technology-section-title{
    font-size: 17px;
}
.technology-section-copy {
    font-weight: 700;
    margin-top: 12px;
    font-size: 20px;
    margin-left: 0;
    line-height: 1.5;
}
.technology-section-parts-column{
    display: block;
}
.technology-section-parts-column-content{
    width: 100%;
    padding-right: 0;
}
.technology-section-parts-column-img{
    width: 100%;
    margin-top: 24px;
}
.technology-section-body ul li{
    font-size: 14px;
}
.technology-section-body ul li:not(:first-of-type) {
    margin-top: 6px;
}
#kickskater-technology02 .technology-section-parts-column-img {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}
#kickskater-technology03 .technology-section-parts-column-img {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}
.technology-section-parts-img-caption{
    font-size: 12px;
    margin-top: 10px;
}
#kickskater-technology04 .technology-section-parts-column-content {
    width: 100%;
}
#kickskater-technology04 .technology-section-parts-column-img{
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
}
#kickskater-technology05 .technology-section-parts-column-content {
    width: 100%;
}
#kickskater-technology05 .technology-section-parts-column-img {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}
#kickskater-technology06 .technology-section-parts-column-content {
    width: 100%;
}
#kickskater-technology06 .technology-section-parts-column-img {
    width: 100%;
    position: relative;
}
#kickskater-technology06 .technology-section-parts-column-content .technology-section-parts-img {
    margin-top: 24px;
}
#kickskater-technology07 .technology-section-parts-column-img {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}
#kickskater-technology08 .technology-section-parts-column-content {
    width: 100%;
    padding-right: 0;
}
#kickskater-technology08 .technology-section-parts-column-img {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}
#kickskater-technology09-box1 {
    margin-top: 24px;
}
.kickskater-technology09-box-card{
    display: block;
}
#kickskater-technology09-box1 .kickskater-technology09-box-content{
    width: 100%;
}
#kickskater-technology09-box1 .technology-section-parts-img{
    width: 100%;
    margin-top: 24px;
}
#kickskater-technology09-box2 .kickskater-technology09-box-content{
    width: 100%;
}
#kickskater-technology09-box2 .technology-section-parts-img{
    width: 100%;
    margin-top: 24px;
}

#kickskater-technology10 .technology-section-parts-column-content{
    width: 100%;
}
#kickskater-technology10 .technology-section-parts-column-img{
    width: 100%;
}

article#technology-article .back-btn {
    margin-top: 32px;
}
article#technology-article .back-btn a {
    padding-left: 2%;
}

ul.technology-section-parts-photolist{
    display: block;
    margin: 24px 0 0;
}
ul.technology-section-parts-photolist li{
    width: 100%;
    padding: 0;
}
.technology-section-body ul li:not(:first-of-type){
    margin-top: 16px !important;
}

.technology-section-parts-photolist-thumb {
    width: 120px;
}
.technology-section-body p.technology-section-parts-photolist-content {
    margin-top: 0;
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 12px;
    padding-top: 0;
}
.technology-section-body p{
    font-size: 14px;
}
.technology-section-series {
    line-height: 1;
    font-size: 12px;
    padding: 5px 10px 5px;
    margin-left: 16px;
    margin-top: 2px;
}
section#toilet-technology06 .technology-section-parts-start-img {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}
.technology-section-parts-end-img {
    margin-top: 24px;
}

}




/*------------------------------------------------------------
    開発の裏側子ページ専用
------------------------------------------------------------*/

#under-visual.insidestory-under-visual{
	background: #fff;
}

#insidestory-content{
	padding-top: 20px;
	padding-bottom: 80px;
	background: #fff;
}
.insidestory-content-main-description {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.89;
}
.insidestory-content-main-description.mb0 {
    margin-bottom: 4px;
}
.insidestory-content-main-img {
    text-align: center;
}
.insidestory-content-main-img-caption {
    line-height: 1.6;
    font-weight: 500;
    margin-top: 16px;
}
.insidestory-content-main-img-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.insidestory-content-main-img-flex .insidestory-content-main-img {
    width: 50%;
    box-sizing: border-box;
    padding: 0 16px;
}
#insidestory-content-sub {
    margin-top: 24px;
}
ul.insidestory-content-main-list{
    margin-bottom: 32px;
}
ul.insidestory-content-main-list li {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.89;
    position: relative;
    padding-left: 24px;
}
ul.insidestory-content-main-list li:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
ul.insidestory-content-main-list li:not(:first-of-type) {
    margin-top: 6px;
}

aside#insidestory-aside{
	padding: 80px 0;
}
aside#insidestory-aside .section-title {
    font-size: 30px;
}
aside#insidestory-aside .section-body {
    margin-top: 48px;
}
aside#insidestory-aside .back-btn {
    margin-top: 40px;
}

@media only screen and (max-width:767px){

#insidestory-content {
    padding-top: 24px;
    padding-bottom: 64px;
}
.insidestory-content-main-description {
    margin-bottom: 24px;
    font-size: 14px;
}
aside#insidestory-aside{
    padding: 64px 0;
}
aside#insidestory-aside .section-title{
    font-size: 20px;
}
aside#insidestory-aside .section-body{
    margin-top: 32px;
}
aside#insidestory-aside .section-body .section-inner{
    width: 100%;
}
aside#insidestory-aside .back-btn{
    margin-top: 32px;
}
aside#insidestory-aside .back-btn a{
    padding-left: 2%;
}
ul.insidestory-content-main-list{
    margin-bottom: 24px;
}
ul.insidestory-content-main-list li{
    font-size: 14px;
}
.insidestory-content-main-img-flex{
    margin: 0 -6px;
}
.insidestory-content-main-img-flex .insidestory-content-main-img{
    padding: 0 6px;
}
	

}




/*------------------------------------------------------------
    サポートメンバーページ専用
------------------------------------------------------------*/

article#project-article section#support-member{
    padding-top: 56px;
}
article#project-article section#support-member .project-section-body {
    margin-top: 0;
}

ul.member-list li.no-photo .member-card-content {
    width: 100%;
    padding-bottom: 14px;
    min-height: 112px;
}

@media only screen and (max-width:767px){

    ul.member-list li.no-photo .member-card-content {
        min-height: auto;
    }

}



/*------------------------------------------------------------
    TOPICS子ページ専用
------------------------------------------------------------*/

#under-visual.topics-under-visual{
    background: #fff;
}
#single-topics-head {
    background: #fff;
    padding-bottom: 72px;
    padding-top: 32px;
}
#single-topics-head.single-topics-head-symposium{
    padding-bottom: 0;
}
.under-visual-topics{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}
.under-visual-topics-cat{
    display: inline-block;
    line-height: 1;
    padding: 8px 10px 8px;
    font-size: 15px;
    background: #083FB2;
    font-weight: 600;
    margin-right: 24px;
    color: #fff;
}
.under-visual-topics-date {
    font-size: 14px;
    line-height: 1;
}
.topics-under-visual .under-visual-title{
    font-size: 32px;
    line-height: 1.45;
}
.under-visual-title.under-visual-title-sm {
    font-size: 30px;
}
#single-topics-thumb{
    margin-bottom: 24px;
}
#single-topics-thumb img{
    border-radius: 16px;
}
#single-topics-prologue{

}
#single-topics-prologue p{
    font-size: 16px;
}
#single-topics-prologue p:not(:first-of-type){
    margin-top: 16px;
}
#single-topics-index {
    margin-top: 40px;
    background: #F8F8F8;
    border-radius: 16px;
    padding: 36px 32px 32px;
}
.single-topics-index-caption{
    font-size: 22px;
    font-weight: 700;
    color: #083FB2;
    line-height: 1;
    position: relative;
    margin-bottom: 24px;
}
.single-topics-index-caption-text {
    display: inline-block;
    position: relative;
    background: #f8f8f8;
    z-index: 2;
    padding-right: 32px;
    bottom: 1px;
}
.single-topics-index-caption:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #083FB2;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
ul.single-topics-index-list{

}
ul.single-topics-index-list li{
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
}
ul.single-topics-index-list li:not(:first-of-type){
    margin-top: 16px;
}
ul.single-topics-index-list li a{
    display: inline-block;
}
ul.single-topics-index-list li a:hover{
    text-decoration: underline;
}
article#topics-article{

}
article#topics-article.topics-article-symposium{

}
article#topics-article section{
    padding-top: 72px;
}
article#topics-article.topics-article-symposium section{

}
.topics-section-head{
    margin-bottom: 32px;
}
.topics-section-title {
    font-size: 24px;
    padding-left: 28px;
    line-height: 1.45;
    position: relative;
    font-weight: 700;
}
.topics-section-title:before {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    background: #083FB2;
    position: absolute;
    left: 0;
    top: 0;
}
ul.awardees-list{

}
ul.awardees-list li{
    background: #fff;
    padding: 20px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.awardees-list li:not(:first-of-type){
    margin-top: 2px;
}
.awardees-list-item{
    width: 40%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
}
.awardees-list-content{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.awardees-list-name{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}
.awardees-list-name a{
    color: #083FB2;
}
.awardees-list-department{
    font-size: 13px;
    line-height: 1.4;
    margin-left: 16px;
    padding-top: 2px;
    font-weight: 500;
}

.topics-award-title{
    text-align: center;
    position: relative;
    background: rgba(26,80,193,1);
    background: linear-gradient(90deg, rgba(0,19,40,1) 0%, rgba(26,80,193,1) 100%);
}
.topics-award-title-decorate {
    background: rgb(207, 169, 92);
    background: linear-gradient(90deg, rgba(207, 169, 92, 1) 0%, rgba(237, 203, 156, 1) 100%);
    width: 80px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.topics-award-title-text{
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    padding: 12px;
}
.topics-award-question{
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 1.56;
    text-align: center;
}
.topics-award-question:before{
    content: "Q.";
    margin-right: 12px;
}

.topics-award-body{
    margin-top: 48px;
}

.topics-award-body .topics-award-box{
    margin-top: 48px;
}

.topics-award-box-department{

}
.topics-award-box-department {
    font-size: 22px;
    font-weight: 700;
    color: #083FB2;
    line-height: 1;
    position: relative;
    margin-bottom: 32px;
    text-align: center;
}
.topics-award-box-department-text {
    display: inline-block;
    position: relative;
    background: #F2F2F2;
    z-index: 2;
    padding: 0 24px;
    bottom: 2px;
}
.topics-award-box-department:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #083FB2;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.topics-award-card{
    display: flex;
    flex-wrap: wrap;
}
.topics-award-card-left{
    width: 300px;
    text-align: center;
}
.topics-award-card-right{
    width: calc(100% - 300px);
}
.topics-award-card-person{
    text-align: center;
}
.topics-award-card-person-photo{
    text-align: center;
    margin-bottom: 14px;
}
.topics-award-card-person-photo img{
    height: 265px;
    object-fit: contain;
    border-radius: 16px;
}
.topics-award-card-person-intro{
    line-height: 1.4;
    font-weight: 500;
    font-size: 14px;
}
.topics-award-card-person-name{
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-top: 8px;
}
.topics-award-card-voice{
    background: #fff;
}
.topics-award-card-voice-caption{
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    background: #1A1A1A;
    color: #fff;
    display: inline-block;
}
ul.topics-award-card-voice-list{
    padding: 18px 20px 24px;
}
ul.topics-award-card-voice-list li{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
ul.topics-award-card-voice-list li:not(:first-of-type){
    margin-top: 12px;
}
ul.topics-award-card-voice-list li:before{
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}
.topics-award-card-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    padding: 0 64px;
    margin-bottom: 32px;
}

.topics-section-white{
    background: #fff;
    padding-bottom: 72px;
}
article#topics-article.topics-article-symposium section.topics-section-white{
    padding-bottom: 2px;
}
article#topics-article.topics-article-symposium section.topics-section-white:last-of-type{
    padding-bottom: 72px;
}

article#topics-article section#epilogue{
    margin-top: 72px;
}
#single-topics-epilogue{
    margin-bottom: 72px;
    font-size: 16px;
    font-weight: 500;
}
ul.link-list li{

}
ul.link-list li:before{
    content: "・";
}
ul.link-list li:not(:first-of-type){
    margin-top: 8px;
}
ul.link-list li a{
    color: #083FB2;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.56;
    display: inline-block;
    font-weight: 500;
}

ul.photo-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 64px -12px 0;
}
ul.photo-list li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 12px;
}
.photo-list-box{

}
.photo-list-box img{
    width: 100%;
    height: 210px;
    object-fit: cover;
}
ul.theme-sm-list{
    display: flex;
    flex-wrap: wrap;
    margin: 32px -12px 0;
}
ul.theme-sm-list li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 12px;
}
.theme-sm-card{
    background: #101920;
    color: #fff;
    border-radius: 16px;
    padding: 28px 32px;
}
.theme-sm-card .theme-box-title{
    font-size: 18px;
    margin-bottom: 8px;
}
.theme-sm-card .theme-box-name{
    font-size: 24px;
    margin-left: -12px;
}
.theme-sm-card .main-btn{
    margin-top: 0;
}
.theme-sm-card .main-btn a{
    width: 100%;
}
.theme-sm-card .main-btn-text{
    font-size: 17px;
}

aside#other-aside {
    padding: 80px 0;
}
aside#other-aside .section-title {
    font-size: 30px;
}
aside#other-aside .section-body {
    margin-top: 48px;
}


.single-topics-head-parts-title {
    font-size: 22px;
    padding-left: 32px;
    line-height: 1.45;
    position: relative;
    font-weight: 700;
    margin-bottom: 24px;
}
.single-topics-head-parts-title:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #083FB2;
    position: absolute;
    top: 7px;
    left: 0;
}
.single-topics-head-parts{
    margin-top: 40px;
}

ul.single-topics-member-list{
    border-bottom: 1px solid #ccc;
}
ul.single-topics-member-list li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
}
ul.single-topics-member-list li:not(:first-of-type){
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.single-topics-member-photo{
    width: 120px;
}
.single-topics-member-photo img{
    border-radius: 16px;
}
.single-topics-member-info{
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 24px;
}
.single-topics-member-name {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
}
.single-topics-member-intro {
    font-size: 14px;
}

#single-topics-back p {
    font-weight: 400;
}
.single-topics-back-highlight{
    font-size: 22px;
    font-weight: 700;
    color: #083FB2;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 16px;
    display: block;
}


/* 座談会専用 */
#single-topics-back .theme-box-content{
    background: #f5f5f5;
    padding: 36px 32px 36px;
    border-radius: 16px;
}
#single-topics-back .theme-box-title{
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
}
#single-topics-back .theme-box-name{
    font-size: 24px;
    margin-left: -10px;
}
#single-topics-back .theme-box-machine{
    top: -40px;
}
#single-topics-back .theme-box-machine-name{
    left: 45px;
    top: 88px;
}
#single-topics-back .theme-box-machine-img{
    width: 420px;
}
#single-topics-back p.theme-box-description{
    font-size: 16px;
    margin-top: 12px;
}

.topics-section-head.topics-section-symposium-head {
    border-left: 8px solid #083FB2;
    padding-left: 24px;
}
.topics-section-symposium-title{
    font-size: 18px;
    line-height: 1.4;
    color: #083FB2;
    font-weight: 600;
}
.topics-section-symposium-title-en {
    margin-right: 12px;
}
.topics-section-symposium-copy {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.56;
    font-weight: 700;
}

.topics-section-body.topics-section-symposium-body p {
    font-size: 16px;
    margin: 16px 0;
}
.topics-section-body.topics-section-symposium-body p strong{
    font-weight: 700;
}
.topics-section-body.topics-section-symposium-body figure {
    margin: 32px 0 32px;
    text-align: center;
}
.topics-section-body.topics-section-symposium-body figure img{
    border-radius: 16px;
}
.topics-section-body.topics-section-symposium-body figure figcaption {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 8px;
    text-align: left;
}
.topics-section-body.topics-section-symposium-body figure figcaption a{
    color: #666;
    text-decoration: underline;
    display: inline-block;
}
.topics-section-body.topics-section-symposium-body figure figcaption a:hover{
    text-decoration: none;
    opacity: 0.6;
}

.topics-section-body.topics-section-symposium-body .img-column2{
    display: flex;
    flex-wrap: wrap;
    margin: 32px -12px;
}
.topics-section-body.topics-section-symposium-body .img-column2 figure{
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 0 12px;
}



@media only screen and (max-width:767px){

.under-visual-topics-cat{
    margin-right: 16px;
    font-size: 13px;
}
.under-visual-topics-date{
    font-size: 13px;
}
.topics-under-visual .under-visual-title{
    font-size: 22px;
}
#single-topics-prologue p{
    font-size: 15px;
}
#single-topics-index {
    margin-top: 32px;
    padding: 32px 20px 32px;
}
.single-topics-index-caption{
    font-size: 16px;
}
.single-topics-index-caption-text{
    padding-right: 20px;
}
ul.single-topics-index-list li{
    font-size: 14px;
}
ul.single-topics-index-list li:not(:first-of-type){
    margin-top: 16px;
}
#single-topics-head{
    padding-bottom: 64px;
}
article#topics-article section{
    padding-top: 64px;
}

.topics-section-title{
    font-size: 18px;
    padding-left: 24px;
}
ul.awardees-list li {
    display: block;
    padding: 16px 20px 18px;
}
.awardees-list-item{
    width: 100%;
    font-size: 14px;
}
.awardees-list-content{
    width: 100%;
    display: block;
    margin-top: 8px;
}
.awardees-list-name{
    font-size: 17px;
}
.awardees-list-department{
    margin-left: 0;
    padding-top: 4px;
}

.topics-award-title-decorate{
    width: 44px;
}
.topics-award-title-decorate img {
    width: 25px;
}
.topics-award-title-text{
    font-size: 17px;
    padding-left: 56px;
}
.topics-award-question {
    font-size: 15px;
    margin-top: 20px;
    text-align: left;
}
.topics-award-body{
    margin-top: 40px;
}
.topics-award-body .topics-award-box{
    margin-top: 40px;
}
.topics-award-box-department{
    font-size: 16px;
    margin-bottom: 16px;
}
.topics-award-box-department-text{
    padding: 0 10px;
    line-height: 1.56;
}
.topics-award-card{
    display: block;
}
.topics-award-card-left{
    width: 100%;
    margin-bottom: 32px;
}
.topics-award-card-right{
    width: 100%;
}
.topics-award-card-person-photo img {
    height: 160px;
}
.topics-award-card-person-intro{
    font-size: 13px;
}
.topics-award-card-person-name{
    font-size: 20px;
}
.topics-award-card-voice-caption{
    padding: 8px 16px;
}
ul.topics-award-card-voice-list{
    padding: 16px 16px 24px;
}
ul.topics-award-card-voice-list li {
    padding-left: 18px;
}

.topics-award-card-top .topics-award-card-person:not(:first-of-type){
    margin-top: 24px;
}
#single-topics-epilogue{
    margin-bottom: 48px;
    font-size: 14px;
}
ul.link-list li{
    position: relative;
}
ul.link-list li:before{
    position: absolute;
    top: 0;
    left: 0;
}
ul.link-list li a{
    font-size: 14px;
    padding-left: 20px;
}
ul.photo-list{
    margin: 40px 0 0;
}
ul.photo-list li{
    width: 100%;
    padding: 0;
}

ul.theme-sm-list{
    display: block;
    margin: 24px 0 0;
}
ul.theme-sm-list li{
    width: 100%;
    padding: 0;
}
ul.theme-sm-list li:not(:first-of-type){
    margin-top: 24px;
}
.theme-sm-card{
    padding: 24px 24px;
}
.theme-sm-card .theme-box-title{
    font-size: 16px;
}
.theme-sm-card .theme-box-name{
    font-size: 20px;
}
.theme-box-machine-img{
    text-align: center;
}
.theme-box-machine-img img{
    height: 200px;
    object-fit: contain;
}
.theme-sm-card .main-btn-text{
    font-size: 15px;
}
ul.link-list li:not(:first-of-type){
    margin-top: 12px;
}

aside#other-aside {
    padding: 64px 0;
}
aside#other-aside .section-title {
    font-size: 20px;
}
aside#other-aside .section-body {
    margin-top: 32px;
}

.single-topics-head-parts-title {
    font-size: 17px;
    padding-left: 28px;
    margin-bottom: 24px;
}
.single-topics-head-parts-title:before {
    width: 16px;
    height: 16px;
    top: 5px;
    left: 0;
}
#single-topics-back .theme-box-content{
    padding: 24px 20px 24px;
}
#single-topics-back .theme-box-title{
    font-size: 14px;
    margin-bottom: 12px;
    padding: 8px;
}
#single-topics-back .theme-box-name{
    font-size: 20px;
}
#single-topics-back p.theme-box-description {
    font-size: 14px;
    margin-top: 8px;
}
#single-topics-back .theme-box-machine{
    top: 0;
}
#single-topics-back .theme-box-machine-img{
    width: 100%;
}
#single-topics-back .theme-box-machine-name{
    left: 0;
    top: 0;
    color: #fff;
}

.single-topics-member-photo{
    width: 100px;
}
.single-topics-member-info{
    width: calc(100% - 100px);
    padding-left: 16px;
}
.single-topics-member-name{
    font-size: 15px;
    margin-bottom: 10px;
}
.single-topics-member-intro {
    font-size: 13px;
}

.topics-section-head.topics-section-symposium-head {
    border-left: 6px solid #083FB2;
    padding-left: 20px;
}
.topics-section-symposium-title{
    font-size: 15px;
}
.topics-section-symposium-copy{
    font-size: 18px;
}
.topics-section-body.topics-section-symposium-body p{
    font-size: 15px;
}
.topics-section-body.topics-section-symposium-body figure{
    margin: 24px 0;
}
.topics-section-body.topics-section-symposium-body .img-column2{
    display: block;
    margin: 24px 0;
}
.topics-section-body.topics-section-symposium-body .img-column2 figure{
    width: 100%;
    padding: 0;
}
.topics-section-body.topics-section-symposium-body .img-column2 figure:not(:first-of-type){
    margin-top: 16px;
}
.topics-section-body.topics-section-symposium-body figure figcaption{
    font-size: 12px;
}

article#topics-article.topics-article-symposium section.topics-section-white:last-of-type{
    padding-bottom: 64px;
}



}


















