@charset "utf-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

*{
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding:0;
  font-size: 14px;
  font-family: "Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.2;
  background-color: #FFFFFF;
  color: #191919;
}

/* #header / #footer
----------------------------------------- */
#header {
    max-width: 100%;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: 51px;
}
@media screen and (min-width: 960px) {
#header {
    max-width: 100%;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: 57px;
}}

#header #logo {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
}
@media screen and (min-width: 960px) {
#header #logo {
    max-width: 1535px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
}
#footer {
    background-color: #fff;
}

/* footer */
#footer{
	clear:both;
	position:static;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer #greenbelt{
	background:url(../images/bg_greenbelt.png) 0 0 repeat;
}

#footer #greenbelt .inner{
	margin:0 auto;
	max-width:1100px;
	background:#009261;
	color:#fff;
	overflow:hidden;
}

#footer #greenbelt .inner .ftbox{
	float:none;
	max-width:800px;
}
@media screen and (min-width: 960px) {
#footer #greenbelt .inner .ftbox{
	float:left;
	max-width:800px;
    width: 800px;
}}
#footer #greenbelt .inner p.link{
    display: block;
    padding: 18px 15px 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}
@media screen and (min-width: 768px) {
    #footer #greenbelt .inner p.link{
        padding:18px 24px 0;
        font-size:1.36rem;
        line-height:1.0;
        text-align: left;
    }}
@media screen and (min-width: 960px) {
#footer #greenbelt .inner p.link{
	padding:18px 0 0 24px;
	font-size:1.36rem;
	line-height:1.0;
    text-align: left;
}}

#footer #greenbelt .inner p.link span{
	display: block;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    background: none;
    text-align: left;
}
@media screen and (min-width: 768px) {
    #footer #greenbelt .inner p.link span{
        margin:0 0 0 10px;
        padding:0 0 0 10px;
        background:url(../images/line_dot_separate.png) 0 0 no-repeat;
        display: inline;
    }}
@media screen and (min-width: 960px) {
#footer #greenbelt .inner p.link span{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background:url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
}}

#footer #greenbelt .inner p.copy{
	padding:15px 0 0 0;
	font-size:1.2rem;
	line-height:1.0;
    text-align: center;
}
@media screen and (min-width: 768px) {
    #footer #greenbelt .inner p.copy{
        padding:18px 0 0 24px;
        font-size:1.36rem;
        line-height:1.0;
        text-align: left;
    }}
@media screen and (min-width: 960px) {
#footer #greenbelt .inner p.copy{
	padding:18px 0 0 24px;
	font-size:1.36rem;
	line-height:1.0;
    text-align: left;
}}

#footer #greenbelt .inner a{
	color:#fff;
}

#footer #greenbelt .inner p.bn{
	background:url(../images/bg_ftbn.jpg) 0 0 no-repeat;
	float: none;
    margin: 9px auto 14px;
    width: 264px;
    height: 54px;
}
@media screen and (min-width: 768px) {
    #footer #greenbelt .inner p.bn{
        float:right;
        background:url(../images/bg_ftbn.jpg) 0 0 no-repeat;
        width:264px;
        height:54px;
        margin:9px 17px 14px 0;
    }}
@media screen and (min-width: 960px) {
#footer #greenbelt .inner p.bn{
	float:right;
	background:url(../images/bg_ftbn.jpg) 0 0 no-repeat;
	width:264px;
	height:54px;
	margin:9px 17px 14px 0;
}}

#footer #greenbelt .inner p.bn a{
	color:#666;
	text-decoration:none;
}

#footer #greenbelt .inner p.bn a span{
	display:block;
	width:120px;
	padding:16px 0 0 7px;
	font-size:1.0rem;
	line-height:1.4;
}

#footer #whitebelt{
	clear:both;
	margin:0 auto;
	max-width:1100px;
	background:#fff;
	text-align:center;
}
@media screen and (min-width: 768px) {
    #footer #whitebelt{
        clear:both;
        margin:0 auto;
        max-width:1100px;
        background:#fff;
        text-align:right;
    }}
@media screen and (min-width: 960px) {
#footer #whitebelt{
	clear:both;
	margin:0 auto;
	max-width:1100px;
	background:#fff;
	text-align:right;
}}

#footer #whitebelt p{
	padding:12px 0 13px;
	line-height:0;
}

.pagetop {
    clear: both;
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto 20px;
    text-align: right;
}
@media screen and (min-width: 960px) {
.pagetop {
  clear: both;
  font-size: 1.2rem;
  margin: 0 auto 9px;
  text-align: right;
	max-width: 1100px;
  width: 100%;
}}

.pagetop a {
    background: url(../images/icon_pagetop.png) left center no-repeat;
    padding: 0 15px;
    line-height: 40px;
    display: inline-block;
}
@media screen and (min-width: 960px) {
.pagetop a {
    background: url(../images/icon_pagetop.png) left center no-repeat;
    padding: 2px 0 2px 16px;
}}

.sp-block{
	display: block;
}
.tb-block{
	display: none;
}
.pc-block{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.sp-block{
		display: none;
	}
	.tb-block{
		display: block;
	}
	.pc-block{
		display: none;
	}
}
@media screen and (min-width: 960px) {
	.sp-block{
		display: none;
	}
	.tb-block{
		display: none;
	}
	.pc-block{
		display: block;
	}
}
.tb-none{
  display: block;
}
@media screen and  (min-width: 541px) and (max-width: 960px)  {
.tb-none{
  display: none;
}}


.p-main__wrap{
  margin-bottom: 55px;
  height: auto;
  background: none;
  overflow: hidden;
  display: block;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
.p-main__wrap{
  margin-bottom: 90px;
  background-image: url("../images/bg_main_pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  max-height: 739px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 27px 0;
}}
.p-main__title{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.p-main__img-wrap{
}
.p-main__img{
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
.p-main__img{
  display: block;
  margin: 0 auto;
  max-width: min(1463px, 90%);
  height: auto;
}}
.p-main__lead-wrap{
  display: flex;
  flex-direction: column;
  gap: 335px;
  margin-top: 34px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 960px) {
.p-main__lead-wrap{
  display: flex;
  flex-direction: column;
  gap: 116px;
  margin-top: 35px;
}}
.p-main__title{
  color: #00935F;
  font-weight: bold;
  line-height: 1.3;
  font-size: 4.0rem;
  margin-left: 31px;
}
@media screen and (min-width: 960px) {
.p-main__title{
  color: #00935F;
  font-weight: bold;
  line-height: 1.3;
  font-size: 8.0rem;
  margin-left: 0;
}}
.p-main__lead{
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
.p-main__lead{
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2.0;
  margin: 0;
}}
.p-main__lead p:not(:last-child){
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
.p-main__lead p:not(:last-child){
  margin-bottom: 30px;
}}
.p-overview__title{
  color: #00935F;
  font-weight: bold;
  line-height: 1.5;
  font-size: 2.4rem;
  margin-bottom: 23.75px;
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 521px) {
.p-overview__title{
  color: #00935F;
  font-weight: bold;
  line-height: 1.5;
  font-size: 4.8rem;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48.7px;
}}
@media screen and (min-width: 960px) {
.p-overview__title{
  color: #00935F;
  font-weight: bold;
  line-height: 1.5;
  font-size: 4.8rem;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48.7px;
}}
.p-overview__title::before,
.p-overview__title::after{
  content: '';
  display: block;
  width: 64px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 521px) {
.p-overview__title::before,
.p-overview__title::after{
  content: '';
  display: block;
  width: 139.2px;
  height: 87px;
  background-repeat: no-repeat;
  position: static;
}}
@media screen and (min-width: 960px) {
.p-overview__title::before,
.p-overview__title::after{
  content: '';
  display: block;
  width: 139.2px;
  height: 87px;
  background-repeat: no-repeat;
  position: static;
}}
.p-overview__title::before{
  background-image:url(../images/img_arr01.png);
  left: 4px;
  top: -49px;
}
@media screen and (min-width: 521px) {
.p-overview__title::before{
  background-image:url(../images/img_arr01.png);
}}
@media screen and (min-width: 960px) {
.p-overview__title::before{
  background-image:url(../images/img_arr01.png);
}}
.p-overview__title::after{
  background-image:url(../images/img_arr02.png);
  right: 4px;
  top: -49px;
}
@media screen and (min-width: 521px) {
.p-overview__title::after{
  background-image:url(../images/img_arr02.png);
}}
@media screen and (min-width: 960px) {
.p-overview__title::after{
  background-image:url(../images/img_arr02.png);
}}
.p-overview__wrap{
  margin-bottom: 87px;
}
@media screen and (min-width: 521px) {
.p-overview__wrap{
  max-width: min(1343px, 90%);
  margin: 0 auto 214px;
}}
@media screen and (min-width: 960px) {
.p-overview__wrap{
  max-width: min(1343px, 90%);
  margin: 0 auto 214px;
}}
.p-overview__flex{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 521px) {
.p-overview__flex{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3.1%;
  flex-direction: row;
  width: 100%;
}}
@media screen and (min-width: 960px) {
.p-overview__flex{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3.1%;
  flex-direction: row;
  width: 100%;
}}
.p-overview__grid{
  width: 100%;
  border-top: 2px solid #D9D9D9;
  border-bottom: none;
}
@media screen and (min-width: 521px) {
.p-overview__grid{
  max-width: 894px;
  width: 100%;
  border-top: 1.8px solid #D9D9D9;
  border-bottom: 1.8px solid #D9D9D9;
}}
@media screen and (min-width: 960px) {
.p-overview__grid{
  max-width: 894px;
  width: 100%;
  border-top: 1.8px solid #D9D9D9;
  border-bottom: 1.8px solid #D9D9D9;
}}
.p-overview__grid-row{
  display: grid;
  grid-template-columns: 19.5% 75.8%;
  padding: 8.25px 0 7.75px;
  border-bottom: 2px solid #D9D9D9;
  gap: 26.28px;
}
@media screen and (min-width: 521px) {
.p-overview__grid-row{
  display: grid;
  grid-template-columns: 19.5% 75.8%;
  padding: 5.55% 0;
  border-bottom: 1.8px solid #D9D9D9;
  gap: 6%;
}}
@media screen and (min-width: 960px) {
.p-overview__grid-row{
  display: grid;
  grid-template-columns: 19.5% 75.8%;
  padding: 5.55% 0;
  border-bottom: 1.8px solid #D9D9D9;
  gap: 6%;
}}
.p-overview__grid > .p-overview__grid-row:last-child{
  border-bottom: none;
}
.p-overview__grid-text01{
  color: #282828;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 9.68px;
}
@media screen and (min-width: 521px) {
.p-overview__grid-text01{
  color: #282828;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 33px;
}}
@media screen and (min-width: 960px) {
.p-overview__grid-text01{
  color: #282828;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 33px;
}}
.p-overview__grid-text02{
  color: #282828;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (min-width: 521px) {
.p-overview__grid-text02{
  color: #282828;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
}}
@media screen and (min-width: 960px) {
.p-overview__grid-text02{
  color: #282828;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
}}
.p-overview__grid-text03{
  color: #282828;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 521px) {
.p-overview__grid-text03{
  color: #282828;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}}
@media screen and (min-width: 960px) {
.p-overview__grid-text03{
  color: #282828;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}}
.p-overview__map{
  width: 100%;
  max-width: 446.4px;
  max-height: 145px;
  aspect-ratio: 446.4 / 145;
  margin: 0;
}
@media screen and (min-width: 521px) {
.p-overview__map{
  width: 100%;
  max-width: 446.4px;
  max-height: 471.3px;
  aspect-ratio: 446.4 / 471.3;
  margin: 0;
}}
@media screen and (min-width: 960px) {
.p-overview__map{
  width: 100%;
  max-width: 446.4px;
  max-height: 471.3px;
  aspect-ratio: 446.4 / 471.3;
  margin: 0;
}}
.p-overview__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.p-movie__wrap{
  background-color: rgba(0, 147, 95, 0.1);
  position: relative;
  padding: 36px 0 115px;
  width: 100%;
}
@media screen and (min-width: 521px) {
.p-movie__wrap{
  background-color: rgba(0, 147, 95, 0.1);
  position: relative;
  padding: 80px 0 115px;
  width: 100%;
}}
@media screen and (min-width: 960px) {
.p-movie__wrap{
  background-color: rgba(0, 147, 95, 0.1);
  position: relative;
  padding: 80px 0 115px;
  width: 100%;
}}
.p-movie__title{
  color: #00935F;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size:6.4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;

  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 521px) {
.p-movie__title{
  color: #00935F;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12.0rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;

  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}}
@media screen and (min-width: 960px) {
.p-movie__title{
  color: #00935F;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12.0rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;

  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}}
.p-movie__explanation{
  color: #00935F;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 44px;
}
@media screen and (min-width: 521px) {
.p-movie__explanation{
  color: #00935F;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 80px;
}}
@media screen and (min-width: 960px) {
.p-movie__explanation{
  color: #00935F;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 80px;
}}
.p-movie__lead{
  color: #282828;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 521px) {
.p-movie__lead{
  color: #282828;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: min(925px, 90%);
  margin: 0 auto 20px;
}}
@media screen and (min-width: 960px) {
.p-movie__lead{
  color: #282828;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  max-width: 100%;
  margin-bottom: 20px;
}}
.p-movie__flex01{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 521px) {
.p-movie__flex01{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0;
  max-width: min(1536px, 90%);
  margin: 0 auto;
}}
@media screen and (min-width: 960px) {
.p-movie__flex01{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0;
  max-width: min(1536px, 90%);
  margin: 0 auto;
}}
.p-movie__flex01-left{
  width: 100%;
}
@media screen and (min-width: 521px) {
.p-movie__flex01-left{
  width: 100%;
  max-width: 960px;
}}
@media screen and (min-width: 960px) {
.p-movie__flex01-left{
  width: 100%;
  max-width: 960px;
}}
.p-movie__flex01-right{
  width: 94.6%;
}
@media screen and (min-width: 521px) {
.p-movie__flex01-right{
  width: 100%;
  max-width: 768px;
}}
@media screen and (min-width: 960px) {
.p-movie__flex01-right{
  width: 100%;
  max-width: 768px;
}}
.p-movie__robot{
  max-width: 960px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 521px) {
.p-movie__robot{
  max-width: 530px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}}
@media screen and (min-width: 960px) {
.p-movie__robot{
  max-width: 960px;
  width: 100%;
  height: 100%;
}}
.p-movie__flex01-square{
  text-align: center;
  background-color: #fff;
  padding: 29px 26px;
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 89.5% 0, 100% 10.5%, 100% 100%, 10.5% 100%, 0 89.5%);
}
@media screen and (min-width: 521px) {
.p-movie__flex01-square{
  text-align: center;
  background-color: #fff;
  padding: 6%;
  width: 100%;
  max-width: 768px;
  position: relative;
  z-index: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 89.5% 0, 100% 10.5%, 100% 100%, 10.5% 100%, 0 89.5%);
}}
@media screen and (min-width: 960px) {
.p-movie__flex01-square{
  text-align: center;
  background-color: #fff;
  padding: 6%;
  width: 100%;
  max-width: 768px;
  position: relative;
  z-index: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 89.5% 0, 100% 10.5%, 100% 100%, 10.5% 100%, 0 89.5%);
}}
.p-movie__text01{
  color: #00935F;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
.p-movie__text01{
  color: #00935F;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}}
.p-movie__text02{
  color: #282828;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  margin-bottom: 24.2px;
}
@media screen and (min-width: 960px) {
.p-movie__text02{
  color: #282828;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}}
.p-movie__text02::after{
  content: "";
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  bottom: 2px;
  height: 8px;
  width: 105%;
  background: #F5E108;
  z-index: -1;
}
@media screen and (min-width: 960px) {
.p-movie__text02::after{
  content: "";
  position: absolute;
  left: 0;
  transform: none;
  bottom: 4px;
  height: 8px;
  width: 100%;
  background: #F5E108;
  z-index: -1;
}}
.p-movie__flex02{
  display: flex;
  gap: 37.2px;
  justify-content: center;
  margin: 0 auto;
  width: 74.6%;
}
@media screen and (min-width: 960px) {
.p-movie__flex02{
  display: flex;
  gap: 12%;
  justify-content: center;
  width: 71.8%;
  margin: 0 auto;
}}
.p-movie__movie{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17.82px;
}
@media screen and (min-width: 960px) {
.p-movie__movie{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}}
.p-movie__movie p{
  color: #282828;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-movie__movie img{
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
.p-movie__movie img{
  display: block;
  width: 100%;
  height: auto;
}}
.p-about__wrap{
  background: url("../images/bg_about_sp@2x.png");
  position: relative;
  padding: 41px 0 32px;
  background-size: 100% auto;
}
@media screen and (min-width: 521px) {
.p-about__wrap{
  background: url("../images/bg_about_pc.png");
  position: relative;
  padding: 93px 0 76.2px;
  background-size: auto;
}}
@media screen and (min-width: 960px) and (max-width: 1536px) {
.p-about__wrap{
  background: url("../images/bg_about_pc.png");
  position: relative;
  padding: 6.05vw 0 4.96vw;
  background-size: auto;
}}
@media screen and (min-width: 1537px) {
.p-about__wrap{
  background: url("../images/bg_about_pc.png");
  position: relative;
  padding: 93px 0 76.2px;
  background-size: auto;
}}
.p-about__title{
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #00935F;
  font-family: 'Roboto', sans-serif;
  font-size: 6.4rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  paint-order: stroke fill;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -48px;
}
@media screen and (min-width: 521px) {
.p-about__title{
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #00935F;
  font-family: 'Roboto', sans-serif;
  font-size: 12.0rem;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  paint-order: stroke fill;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -92px;
}}
@media screen and (min-width: 960px) {
.p-about__title{
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #00935F;
  font-family: 'Roboto', sans-serif;
  font-size: 12.0rem;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  paint-order: stroke fill;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -92px;
}}
.p-about__explanation{
  color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 64px;
}
@media screen and (min-width: 960px) {
.p-about__explanation{
  color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 45px;
}}
.p-about__robot-wrap{
  display: flex;
  justify-content: center;
  gap: 2.5%;
  padding: 0 8px 40px;
  width: 89.8%;
  margin: 0 auto 33px;
  background-color: #fff;
  flex-direction: column-reverse;
}
@media screen and (min-width: 521px) {
.p-about__robot-wrap{
  display: flex;
  justify-content: center;
  gap: 2.5%;
  padding: 0 33px 32px;
  width: 89.8%;
  margin: 0 auto 33px;
  background-color: #fff;
  flex-direction: column-reverse;
}}
@media screen and (min-width: 960px) {
.p-about__robot-wrap{
  display: flex;
  justify-content: center;
  gap: 2.5%;
  padding: 2.7% 3.6%;
  width: 80%;
  max-width: 1536px;
  margin: 0 auto 68px;
  background-color: #fff;
  flex-direction: row;
}}
.p-about__robot-card-wrap{
  width: 100%;
  padding: 0 8px;
}
@media screen and (min-width: 960px) {
.p-about__robot-card-wrap{
  width: 55.9%;
  padding: 0;
}}
.p-about__robot-card{
  margin-bottom: 21px;
}
@media screen and (min-width: 960px) {
.p-about__robot-card{
  margin-bottom: 40px;
}}
.p-about__robot-card dt{
  color: #00935F;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;

  display: flex;
  gap: 11px ;
  align-items: center;
}
@media screen and (min-width: 521px) {
.p-about__robot-card dt{
  color: #00935F;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;

  display: flex;
  gap: 20px ;
  align-items: center;
}}
@media screen and (min-width: 960px) {
.p-about__robot-card dt{
  color: #00935F;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;

  display: flex;
  gap: 20px ;
  align-items: center;
}}
.p-about__robot-card dt::after{
  content: "";
  border-bottom: 1px solid #DADADA;
  flex: 1;
}
@media screen and (min-width: 521px) {
.p-about__robot-card dt::after{
  content: "";
  border-bottom: 3px solid #DADADA;
  flex: 1;
}}
@media screen and (min-width: 960px) {
.p-about__robot-card dt::after{
  content: "";
  border-bottom: 1px solid #DADADA;
  flex: 1;
}}
.p-about__robot-card dd{
  color: #282828;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 4px 0 25px;
}
@media screen and (min-width: 960px) {
.p-about__robot-card dd{
  color: #282828;
  font-size: 2.0rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0 24px;
}}
.p-about__robot-card dd:last-child{
  padding: 10px 0 0;
}
.p-about__robot-img-wrap{
  flex: 0 0 auto;
  position: relative;
  min-height: 573px;
  aspect-ratio: 339 / 573;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
.p-about__robot-img-wrap{
  flex: 0 0 auto;
  position: relative;
  min-height: 573px;
  aspect-ratio: auto;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}}
@media screen and (min-width: 960px) {
.p-about__robot-img-wrap{
  flex: 1;
  position: relative;
  height: auto;
  width: 100%;
  left: 0;
  transform: none;
}}
.p-about__robot-img{
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 339px;
}
@media screen and (min-width: 521px) {
.p-about__robot-img{
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 339px;
}}
@media screen and (min-width: 960px) {
.p-about__robot-img{
  position: absolute;
  bottom:0;
  top: auto;
  max-width: 100%;
}}
.p-about__lead-title{
  color: #00935F;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
.p-about__lead-title{
  color: #00935F;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}}
.p-about__lead{
  color: #282828;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: -0.14px;
}
@media screen and (min-width: 960px) {
.p-about__lead{
  color: #282828;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0;
}}
.p-about__lead:last-child{
  margin-bottom: 0;
}
.p-about__lead span{
  text-indent: -1em;
  padding-left: 1rem;
}
@media screen and (min-width: 960px) {
.p-about__lead span{
  text-indent: -0.5em;
  padding-left: 0.5rem;
}}
.p-about__detail-wrap{
  position: relative;
  max-width: 100%;
  width: 89.8%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
.p-about__detail-wrap{
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}}
.p-about__detail-title{
  color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 960px) {
.p-about__detail-title{
  display: none;
}}
.p-about__detail-explanation{
  color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 21px;
}
@media screen and (min-width: 960px) {
.p-about__detail-explanation{
  display: none;
}}
.p-about__detail-flex{
  display: flex;
  gap: 4.4%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
.p-about__detail-flex{
  display: none;
}}
.p-about__detail-img{
  width: 44.8%;
}
@media screen and (min-width: 960px) {
.p-about__detail-img{
  width: 100%;
}}
.p-about__detail-img img{
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media screen and (min-width: 521px) {
.p-about__detail-img img{
  margin: 0 auto;
  display: block;
  width: 76%;
}}
.p-about__detail-flex-right{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 51.3%;
}
@media screen and (min-width: 521px) {
.p-about__detail-flex-right{
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 51.3%;
}}
@media screen and (min-width: 960px) {
.p-about__detail-flex-right{
  display: none;
}}
.p-modal__button{
  background-color: #fff;
  padding: 2.8% 9.2%;
  position: relative;
  color: #282828;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.p-modal__button::after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #282828;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
}
.p-about__detail-head,
.p-about__detail-rightarm,
.p-about__detail-supportrobot,
.p-about__detail-database,
.p-about__detail-leftarm,
.p-about__detail-hands,
.p-about__detail-legs{
  padding: 1.1% 0.8% 1.6%;
  width: 27.9%;
  position: static;
  max-width: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.80);
  display: none;
  justify-content: center;
  z-index: 99;
}
@media screen and (min-width: 960px) {
.p-about__detail-head,
.p-about__detail-rightarm,
.p-about__detail-supportrobot,
.p-about__detail-database,
.p-about__detail-leftarm,
.p-about__detail-hands,
.p-about__detail-legs{
  padding: 1.1% 0.8% 1.6%;
  width: 27.9%;
  position: absolute;
  max-width: 536px;
  background: none;
  display: block;
  height: auto;
  left: auto;
  background: none;
}}
.p-about__detail-head{
  top: 0;
  left: 0;
  align-items: flex-end;
  height: 100vh;
}
@media screen and (min-width: 960px) {
.p-about__detail-head{
  top: 2%;
  left: 10.17%;
}
}
.p-about__detail-rightarm{
  top: 0;
  left: 0;
  align-items: center;
}
@media screen and (min-width: 960px) {
.p-about__detail-rightarm{
  top: 38.6%;
  left: 10.17%;
}}
.p-about__detail-supportrobot{
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
.p-about__detail-supportrobot{
  top: 59.7%;
  left: 10.17%;
  align-items: flex-end;
}}
.p-about__detail-database{
  top: 0;
  right: 0;
  align-items: center;
}
@media screen and (min-width: 960px) {
.p-about__detail-database{
  top: 2%;
  right: 10.17%;
}}
.p-about__detail-leftarm{
  top: 0;
  right: 0;
  align-items: center;
}
@media screen and (min-width: 960px) {
.p-about__detail-leftarm{
  top: 21.1%;
  right: 10.17%;
}}
.p-about__detail-hands{
  top: 0;
  right: 0;
  align-items: center;
}
@media screen and (min-width: 960px) {
.p-about__detail-hands{
  top: 40.2%;
  right: 10.17%;
}}
.p-about__detail-legs{
  top: 0;
  right: 0;
  align-items: center;
}
@media screen and (min-width: 960px) {
.p-about__detail-legs{
  top: 59.6%;
  right: 10.17%;
}}
.p-about__detail-part{
  color: #282828;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.0rem, 6vw, 3.2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.4%;
}
@media screen and (min-width: 960px) {
.p-about__detail-part{
  color: #282828;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.44rem, 1.5vw, 3.2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2%;
}}
.p-about__detail-lead{
color: #282828;
font-size: clamp(0.99rem, 2.6vw, 1.8rem);
font-style: normal;
font-weight: 400;
line-height: 1.5;
}
@media screen and (min-width: 960px) {
.p-about__detail-lead{
color: #282828;
font-size: clamp(0.97rem,1.02vw, 2.0rem);
font-style: normal;
font-weight: 400;
line-height: 1.5;
}}
.p-about__head-wrapper{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 13px;
  width: 100%;
}
@media screen and (min-width: 960px) {
.p-about__head-wrapper{
  display: block;
  width: 100%;
}}
.p-about__head-img,
.p-about__supportrobot-img{
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 960px) {
.p-about__head-img,
.p-about__supportrobot-img{
  float: right;
  max-width: 218px;
  width: 40.6%;
  height: auto;
  margin-left: 20px;
  margin-bottom: 10px;
}}
.p-about__supportrobot-wrapper{
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
@media screen and (min-width: 960px) {
.p-about__supportrobot-wrapper{
  display: block;
}}
.p-footer__wrap{
  padding: 12px 0 32px;
}
@media screen and (min-width: 960px) {
.p-footer__wrap{
  padding: 24px 0 103px;
}}
.p-footer__logo{
  display: block;
  margin-bottom: 36px;
}
@media screen and (min-width: 960px) {
.p-footer__logo{
  display: block;
  margin-bottom: 56px;
}}
.p-footer__logo-img{
  width: 100%;
}
.p-footer__title{
  color: #00935F;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
.p-footer__title{
  color: #00935F;
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 115px;
}}
.p-footer__title::before,
.p-footer__title::after{
  content: '';
  display: block;
  width: 64px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 960px) {
.p-footer__title::before,
.p-footer__title::after{
  content: '';
  display: block;
  width: 139.2px;
  height: 87px;
  background-repeat: no-repeat;
  position: static;
}}
.p-footer__title::before{
  background-image:url(../images/img_arr01.png);
  left: 4px;
  top: -31px;
}
.p-footer__title::after{
  background-image:url(../images/img_arr02.png);
  right: 4px;
  top: -31px;
}
.p-footer__link-wrap{
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-direction: column;
}
@media screen and (min-width: 521px) {
.p-footer__link-wrap{
  margin: 0 auto;
  max-width: min(1100px,90%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
}}
@media screen and (min-width: 960px) {
.p-footer__link-wrap{
  margin: 0 auto;
  max-width: min(1100px,90%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-direction: row;
}}
.p-footer__link-ensen-wrap,
.p-footer__link-address-wrap,
.p-footer__link-shop-wrap{
  background: #00935F;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -2px;
  width: 74.6%;
  position: relative;
}
@media screen and (min-width: 960px) {
.p-footer__link-ensen-wrap,
.p-footer__link-address-wrap,
.p-footer__link-shop-wrap{
  background: #00935F;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -2px;
  width: 340px;
  position: relative;
}}
.p-footer__link-ensen,
.p-footer__link-address,
.p-footer__link-shop{
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  padding: 26px 0 25px;
}
@media screen and (min-width: 521px) {
.p-footer__link-ensen,
.p-footer__link-address,
.p-footer__link-shop{
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  padding: 27px 10px 27px 32px;
}}
@media screen and (min-width: 960px) {
.p-footer__link-ensen,
.p-footer__link-address,
.p-footer__link-shop{
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  padding: 27px 10px 27px 32px;
}}
.p-footer__link-ensen::before{
  content: "";
  display: inline-block;
  width: 36px;
  height: 32px;
  background: url("../images/ico_train@2x.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
}
@media screen and (min-width: 960px) {
.p-footer__link-ensen::before{
  content: "";
  display: inline-block;
  width: 36px;
  height: 32px;
  background: url("../images/ico_train@2x.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.6%;
}}
.p-footer__link-address::before{
  content: "";
  display: inline-block;
  width: 16.8px;
  height: 32px;
  background: url("../images/ico_address@2x.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
}
@media screen and (min-width: 960px) {
.p-footer__link-address::before{
  content: "";
  display: inline-block;
  width: 16.8px;
  height: 32px;
  background: url("../images/ico_address@2x.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9.6%;
}}
.p-footer__link-shop::before{
  content: "";
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url("../images/ico_shop@2x.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
}
@media screen and (min-width: 960px) {
.p-footer__link-shop::before{
  content: "";
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url("../images/ico_shop@2x.png") no-repeat;
  background-size: cover;
  left: 9.6%;
}}
.p-footer__link-ensen::after,
.p-footer__link-address::after,
.p-footer__link-shop::after{
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 6%;
}
@media screen and (min-width: 960px) {
.p-footer__link-ensen::after,
.p-footer__link-address::after,
.p-footer__link-shop::after{
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 32px;
}}
body.p-modal__open {
  overflow: hidden;
  height: 100%;
}
.p-modal__contents01{
  position: absolute;
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 960px) {
.p-modal__contents01{
  position: relative;
  height: auto;
  display: flex;
  align-items: flex-end;
}}
.p-modal__contents02{
  position: relative;
}
.p-modal__head-img,
.p-modal__supportrobot-img{
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 70%;
  height: auto;
}
@media screen and (min-width: 768px) {
.p-modal__head-img,
.p-modal__supportrobot-img{
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 50%;
  height: auto;
}}
@media screen and (min-width: 960px) {
.p-modal__head-img,
.p-modal__supportrobot-img{
  display: none;
}
}
.p-modal__database-img,
.p-modal__rightarm-img,
.p-modal__leftarm-img,
.p-modal__hands-img,
.p-modal__legs-img{
  position: relative;
  margin: 0 auto;
  display: block;
  width: 82.6%;
  height: auto;
}
@media screen and (min-width: 960px) {
.p-modal__database-img,
.p-modal__rightarm-img,
.p-modal__leftarm-img,
.p-modal__hands-img,
.p-modal__legs-img{
  display: none;
}
}
.p-modal__head-text{
  position: absolute;
  top: 8.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
}
.p-modal__supportrobot-text{
  position: absolute;
  top: 9.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
}
@media screen and (min-width: 376px) {
.p-modal__head-text,
.p-modal__supportrobot-text{
  position: absolute;
  top: 10.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
}}
@media screen and (min-width: 768px) {
.p-modal__head-text,
.p-modal__supportrobot-text{
  position: absolute;
  top: 4.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
}}
@media screen and (min-width: 960px) {
.p-modal__head-text,
.p-modal__supportrobot-text{
  position: static;
  transform: none;
  width: 100%;
}
}
.p-modal__database-text,
.p-modal__rightarm-text,
.p-modal__leftarm-text,
.p-modal__hands-text,
.p-modal__legs-text{
  position: absolute;
  top: 3.6%;
  right: 14%;
  width: 37%;
}
@media screen and (min-width: 960px) {
.p-modal__database-text,
.p-modal__rightarm-text,
.p-modal__leftarm-text,
.p-modal__hands-text,
.p-modal__legs-text{
  position: static;
  transform: none;
  width: 100%;
}
}
.p-close__button-wrapper{
  position: absolute;
  right: 6%;
  top: 4%;
}
@media screen and (min-width: 960px) {
.p-close__button-wrapper{
  display: none;
}}
.p-close__button{
  position: relative;
  width: 17.19px;
  height: 17.19px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.p-close__button::before,
.p-close__button::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  background: #fff;
  transform-origin: center;
}
.p-close__button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-close__button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
