@charset "UTF-8";

@media (max-width:599px){
	:root{
		font-size: 14px;
	}
}
@media (min-width:600px)and(max-width:949px){
	:root{
		font-size: 14px;
	}
}
@media (min-width:950px){
	:root{
		font-size: 16px;
	}
}

@media (min-width:768px){
div.main-container{
	display: flex;
	flex-flow: column;
	justify-content: center;/*両端揃えで表示*/
	padding: 0 7%;
}

.small-con .fadeDownTrigger{
	display: flex;
	align-items: center;
  justify-content: center;
	font-weight: bold;
	text-align: center;
}

.mini-headA.index{
	display: none;
}
.headC {
	display: none;/*大きい画面では非表示*/
}
.title .text {
	display: block;
	text-align: center;
}
.con1 .box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.newslist .main-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
footer .main-container{
	display: block!important;
}
.footer-widget {
	gap: 20px;
}
.footA{
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.footA-2 {
	width: fit-content;
}
.footA-2 .banner .widget {
	width: 300px;
}
nav.footB{
	width: 100%;
}
footer .sub-container{
	display: flex;
	justify-content: space-between;
}
.footB div{
	flex: 1;/*1:1の比率で等分割*/
}
.footB a,.footB p{
	font-size: 16px;
}
.footB{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.footB ul {
  padding-top: 10px;
  display: flex;
  gap: 20px 40px;
	justify-content: center;
}
.footB ul li a,.footB ul li p {
	display: block;
	/*text-align: left;*/
	text-align: center;
	/*width: 200px;*/
	width: 180px;
	height: 30px;
	font-size: 16px;
	line-height: 1.5;
}
.footB ul li ul li a {/*layer-2▷*/
	border-bottom: none;
}
.copywright{
	font-size: 12px;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
}
.business-contents img {
	padding: 0 30px 0 0;
	flex: 1;
	width: 50%;
}
.about-office img {
	width: 50%;
	flex:1;
	padding: 0 0 0 30px;
}

}

@media (min-width:1600px)/*(大画面)*/{
.headB nav ul li a {
	padding: 10px 25px;
	font-size: 1.2rem;
}
.headB nav li.menu-item-has-children ul {
	background: var(--text-white-color);
}

.footA-2 .banner .widget {
	width: 430px;
}
#Independence .bc {
	width: 60%;
}
.concept {
	padding: 0;
  margin: 50px 0;
}
.simpleSEC {
	padding: 100px 0;
}
}
@media (min-width:1280px) and (max-width:1599px)/*(小PC)*/{
.headB nav li.menu-item-has-children ul li{
	background: var(--text-white-color);
}
.scroll-infinity__item {
	width: calc(100vw / 5);
}
main.page .entry-content section {
	padding: 40px 0;
}
.con1 .text {
	padding: 2rem;
}
.Service li .photo p {
	padding: 5px 13px;
}
.heading-1 {
	font-size: 2rem;
}
}
@media (min-width:768px) and (max-width:1279px) and (orientation: landscape)
/*デバイスが横長の状態の場合*//*(小PC)*/
{
#logo-img {
	width: 80px;
	height: 80px;
}
.headA .text {
	height: 80px;
}
.headB nav li.menu-item-has-children ul {
	background: var(--text-white-color);
}
.footer-widget {
	margin: 40px 0 30px;
}
.footA-2 .banner .widget {
	width: 300px;
}
.footA-2 .banner {
	flex-flow: column;
}
.footB ul li a, .footB ul li p {
  width: 160px;
}
.mainimages .wrapper {
	height: calc(85dvh - 80px);
	margin-top: 80px;
}
.top-banner {
	height: 15dvh;
}
.mainimages .text h2 {
	font-size: 1.5rem;
}
.scroll-infinity__item {
	width: calc(100vw / 4);
}
.small-mainimages .wrapper {
  height: 20dvh;
}
main.page .entry-content section {
	padding: 40px 0;
}
.title h2 {
	font-size: 1.5rem;
}
.con1 .text {
	padding: 2rem;
}
.welcome {
	margin: 80px 0 50px;
}
.heading-1 {
	font-size: 1.5rem;
}
.Service ul {
	gap: 15%;
}
.Service li {
	width: 30%;
}

#Independence .bc {
	width: 80%;
}
}
@media (min-width:768px) and (max-width:1279px) and (orientation: portrait)/*(タブレット)*/{
.btn,
a.btn,
button.btn {
font-size: 1.2rem;
}
.main-container{
	display: flex;
	/*align-items: center;中身を中央揃えで表示*/
	justify-content: center;/*両端揃えで表示*/
	padding: 4%;
	margin-left: auto;
	margin-right: auto;
}
.small-con .box h1 {
	font-size: 2rem;
}
header{
	position: fixed;
	top: 0;
	height: 100px;
	width: 100vw;
}
.headA{
	display: flex;
  flex-flow: column;
	z-index: 9999;
}
.site-title{
	display: none;
}
#logo-img {
	width: 75px;
}
.headA a {
	width: 100%;
}
.headA .text {
	display: flex;
	align-items: flex-end;
}
.headA .text h3{
	margin-left: 5px;
}
.headD {
	margin: auto;
}
.headC {
	display: block;
  margin-right: 10px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 28px;
  opacity: 0.8;
  z-index: 9999;
  cursor: pointer;
}
.headC:hover{
	opacity: 0.3;
}
.background {
	width: 60px;
	height: 60px;
}
.menu-toggle {
	width: 50px;
	height: 50px;
}
.headC.active .menu-toggle{
	color: #f3eff2;
}
.menu-toggle span {
	height: 0.25rem;
}
.headB{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top:0%;
	right: -120%;
	width:100%;
	height: 100dvh;/*ナビの高さ*/
	/*動き*/
	transition: right 0.6s;
	background: linear-gradient(-225deg, var(--text-white-color) 0%, var(--base-light) 56%, var(--accent-color) 100%);
	background: linear-gradient(165deg, var(--text-white-color) 0%, #e8fdff 56%, #dbffe0 100%);
}
.headB nav {
	position: relative;
	padding-top: 0px;
}
.headB nav::after {
  content: "";
  position: absolute;
  opacity: .8;
  z-index: 0;
  bottom: -20%;
  right: 0%;
  width: 100%;
  height: 100%;
	background-image: linear-gradient(to bottom, transparent 0%, #e8fdffbf 50%, #e8fdff 70%, transparent 100%), url(../../assets/images/smallmainimage_background.png);
  background-position: right 0vw bottom 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1, -1);
}
.headB ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top:0%;
	left:150%;
	transform: translate(-50%,0%);
	transition: all .6s;
	flex-flow: column;
	align-items: center;
	background: none;
}
.headB::after {
  position: relative;
  z-index: 999;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 100dvh;
  transition: right 0.6s;
  background-color: var(--base-light);
}
/*アクティブクラスがついたら位置を0に*/
.headB.panelactive{
	right: 0;
}
.headC.active .menu-toggle{
	color: #f3eff2;
}
/*ナビゲーションの縦スクロール*/
.headB.panelactive ul{
/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100dvh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	left:50%;
	transition: left 0.6s;
}
/*ナビゲーション*/
.headB li{
	list-style: none;
}
.headB li a{
	text-decoration: none;
	padding:10px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.headB .nav li p{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	transition: 0.6s;
}
.headB nav li.menu-item-has-children ul{
	display: flex;
  flex-flow: column;
  /* text-align: left; */
  gap: 10px;
  position: static;
  transform: translate(0px, 0px);
  margin-right: auto;
  /* top: 20px; */
  /* left: 50%; */
  font-size: 1rem;
  align-items: flex-start;
}
.headB nav li.menu-item-has-children ul li{
	width: auto;
	text-align: left;
}
.headB nav ul li a {
	text-align: left;
}
.headB  nav ul li li a{
	padding: 0;
	padding-left: 15px;
	min-width: fit-content;
	margin-left: 20px;
}
.headB nav>ul>li>a {
  padding: 0 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--dark-main-color);
	-webkit-text-stroke: 0.5px;
	width: 100%;
}
.headB nav>ul>li {
  flex-flow: column;
  margin: 20px;
  height: auto;
	width: 50%;
  align-items: flex-start;
}
.headB nav li.menu-item-has-children>a>span::before {
	content: none;
}
.headB nav ul li li a span::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 40%;
	width: 10px;
	height: 10px;
	border-top: 1.5px solid var(--dark-main-color);
	border-right: 1.5px solid var(--dark-main-color);
	transform: rotate(180deg) translateY(5px);
	transition: .3s;
	transform-origin: center;
}
.mainimages .wrapper {
	height: 80dvh;
}
.mainimages .wrapper {
	height: calc(80dvh - 100px);
	margin-top: 100px;
}
.mainimages .wrapper::before {
  background-position: right -80vw bottom 0;
}
.small-mainimages .wrapper {
	height: 20dvh;
}
.small-mainimages .main-container:before {
	content: "";
	background-color: #ffffff94;
	display: block;
	height: calc(100% + 20px);
	width: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: -1;
	filter: blur(5px);
}
.mainimages .text h1 {
	margin-top: 20px;
}
.top-banner {
	height: 20dvh;
}
.top-banner .flex {
	flex-flow: column;
	gap: 0;
}
.top-banner .child {
	width: 100%;
	height: calc(50% - 10px);
	padding: 0;
}
.top-banner img {
	max-width: 99vw;
	padding: 5px 0;
}
.scroll-infinity__list--left {
	animation: infinity-scroll-left 60s infinite linear 0.5s both;
	gap: 20px;
	padding-right: 20px;
}
.scroll-infinity__item {
	width: calc(100vw / 2.5);
}
.box {
	padding: 40px 30px;
}

.concept {
	padding: 30px 0;
}
.newslist .title h2 {
	font-size: 1.5rem;
}
.newslist .box {
	padding: 3rem 0;
	position: relative;
}
.imagelist .main-container {
	border-radius: 0 50px;
}
footer{
	width: fit-content;
}
footer .main-container {
	width: 100vw;
	display: block;
}
footer .br {
	display: none;
}
footer nav {
	width: 100%;
}
footer .sub-container{
  display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-widget {
	margin: 40px 0 20px;
}
.footA-2 .banner .widget {
  width: 250px;
}
.footA-2 .banner {
	flex-flow: column;
}
.footB div{
	flex: 1;/*1:1の比率で等分割*/
}
.footB a,.footB p{
	font-size: 16px;
}
.footB{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.footB ul {
	padding-top: 10px;
	justify-content: space-between;
}
.footB ul li a,.footB ul li p {
	width: 160px;
}
.footB ul:not(.sub-menu) >li{
	display: inline-block;
}
.footB ul >li:not(:first-child){
	margin: 0px!important;
}
.footB ul li ul li a {/*layer-2▷*/
	border-bottom: none;
}
.copywright{
	font-size: 12px;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
}
html #wpadminbar {
	height: 46px;
	min-width: 240px;
	display: none;
}
/*---------   about   ----------*/
.con1,.aboutlist,.access {
	padding: 3rem 0;
}
.con1 .svg-anm_2,.con1 .svg-anm_1 {
	width: 50%;
	height: 30%;
}
.con1 .photo .frame1 {
	top: -10%;
	width: 215px;
}
.con1 .photo .frame2 {
	bottom: -10%;
	width: 120px;
}
.bg_image::after,
.bg_image::before {
	background-position: 100% -50px;
}
.bg_image .title {
	padding: 0;
}
.aboutlist .text {
	margin: -2rem 0 0 0;
}
.aboutlist .main-container {
	padding-top: 20%;
}
.aboutlist .title h2 {
	font-size: 1.5rem;
}
.aboutlist .box {
	padding: 50px 0 20%;
	position: relative;
}
.aboutlist .box .svg-anm_2 {
	width: 40%;
}
.aboutlist li{
	text-align: left;
}
.aboutlist .br{
	display: contents;
}
.access .flex-box {
	display: block;
}
.access .map {
	margin: 0;
}
table th,
table td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.welcome li {
	width: 80%;
	margin: auto;
}
.welcome li:not(:first-child) {
	margin: 30px auto;
}
/*------  Service  -------*/
.Service li {
  width: 45%;
}
.Service li .photo p {
	position: absolute;
	padding: 10px 30px;
	min-width: 50%;
}
.list .photo{
	flex: 5;
	height: 200px;
}
#Independence .bc {
	width: 100%;
}
/*------  privacy-policy  -------*/
.privacy-policy>li {
	width: 100%;
}
}

@media (max-width:767px)/*(スマホ)*/{
html {
	scroll-padding-top: 100px;
}
div.main-container {
	padding: 20px 4% 0;
	margin-left: auto;
	margin-right: auto;
}
.home .entry-content .main-container {
	padding: 0px 4% 0;
}
p {
	font-size: 1.1rem;
}
.btn,
a.btn,
button.btn {
	font-size: 1.2rem;
	padding: .5rem 2rem;
}
.btn::before {
	font-size: 1.2rem;
	width: 1.2rem;
}
::-webkit-scrollbar {
	width: 0px;
}
.headC {
	margin-right: 10px;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	font-size: 28px;
	opacity: 0.8;
	z-index: 9999;
	cursor: pointer;/*リンクにカーソルを重ねたとき、形を手の形状に変更*/
}
.headC:hover{
	opacity: 0.3;
}
header{
	position: fixed;
	top: 0;
	height: auto;
	width: 100vw;
}
#header .container-small {
	background-color: #00000000;
	position: absolute;
}
.headA{
	display: flex;
	justify-content: space-between;
	padding-left: 5px;
	text-decoration: none;
	letter-spacing: 2px;
	z-index: 9999;
}
.site-title{
	display: none;
}
header .headD #top{
  flex: 1;
}
.headA a.custom-logo-link {
	width: 100%;
}
.headA .text {
	margin: 0;
	height: 60px;
}
#logo-img {
	width: 60px;
	height: 60px;
}
#logo-img .custom-logo-link {
	margin: 0;
}
#top img {
	padding: 8px 0 8px;
	height: 60px;
	width: auto;
}
.headB{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top:0%;
	right: -120%;
  width:100%;
	height: 100dvh;/*ナビの高さ*/
	/*動き*/
  transition: right 0.6s;
	background: linear-gradient(-225deg, var(--text-white-color) 0%, var(--base-light) 56%, var(--accent-color) 100%);
	background: linear-gradient(165deg, var(--text-white-color) 0%, #e8fdff 56%, #dbffe0 100%);
}
.headB nav {
	position: relative;
	padding-top: 0px;
}
	.headB nav::after {
  content: "";
  position: absolute;
  opacity: .8;
  z-index: 0;
  bottom: -20%;
  right: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, #e8fdffbf 50%, #e8fdff 70%, transparent 100%), url(../../assets/images/smallmainimage_background.png);
  background-position: right 0vw bottom 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1, -1);
}
.headB ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top:0%;
	left:150%;
	transform: translate(-50%,0%);
	transition: all .6s;
	flex-flow: column;
	align-items: center;
	background: none;
}
.headB::after {
  position: relative;
  z-index: 999;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 100dvh;
  transition: right 0.6s;
  background-color: var(--base-light);
}
/*アクティブクラスがついたら位置を0に*/
.headB.panelactive{
	right: 0;
}
.headC.active .menu-toggle{
	color: #f3eff2;
}
/*ナビゲーションの縦スクロール*/
.headB.panelactive ul{
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100dvh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	left:50%;
	transition: left 0.6s;
}
/*ナビゲーション*/
.headB li{
list-style: none;
}
.headB li a{
	text-decoration: none;
	padding:10px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.headB .nav li p{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	transition: 0.6s;
}
.headB nav li.menu-item-has-children ul{
	display: flex;
  flex-flow: column;
  /* text-align: left; */
  gap: 10px;
  position: static;
  transform: translate(0px, 0px);
  margin-right: auto;
  /* top: 20px; */
  /* left: 50%; */
  font-size: 1rem;
  align-items: flex-start;
}
.headB nav li.menu-item-has-children ul li{
	width: auto;
	text-align: left;
}
.headB nav ul li a {
	text-align: left;
}
.headB  nav ul li li a{
  padding: 0;
  padding-left: 15px;
  min-width: fit-content;
  margin-left: 20px;
}
.headB nav>ul>li>a {
  padding: 0 20px;
	margin: 10px;
  margin-bottom: 20px;
	width: calc(100% - 20px);
  border-bottom: 2px solid var(--dark-main-color);
	-webkit-text-stroke: 0.5px;
}
.headB nav>ul>li {
	flex-flow: column;
  margin: 20px;
	height: auto;
	width: 100%;
	align-items: flex-start;
}
.headB nav li.menu-item-has-children>a>span::before {
	content: none;
}
.headB nav ul li li a span::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 40%;
	width: 10px;
	height: 10px;
	border-top: 1.5px solid var(--dark-main-color);
	border-right: 1.5px solid var(--dark-main-color);
	transform: rotate(180deg) translateY(5px);
	transition: .3s;
	transform-origin: center;
}
.maincontent.page{
	display: none;
}
main.page .entry-content section {
	padding: 0px 0 50px;
}
.mainimages {
	width: 100%;
	position: static;
}
.wrapper-cover {
	left: 0;
	top: 0;
	width: 100%;
	background-color: #00000000;
}
.small-con .box {
	background-color: #ffffffa9;
	top: 50%;
}
.small-mainimages .main-container:before {
 	content: "";
  background-color: #ffffff94;
  display: block;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
  filter: blur(5px);
}
.mainimages .wrapper {
	height: calc(80dvh - 60px);
	margin-top: 60px;
}
.mainimages .wrapper::before {
  background-position: right -100vw bottom 0;
}

.small-mainimages .wrapper {
	height: 20dvh;
}
/*.mainimages .wrapper::after {
  content: "";
  position: absolute;
  background-color: var(--base-light-clear);
  right: 0;
 	bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}*/
.mainimages .text h2 {
  font-size: 1.5rem;
	padding: 0 15px;
}
.images{
	display: block;
}
.images2,.slick-list,.slick-track{
	height: 50dvh;
}
.images img, .images2 img {
	transform: translateY(0);
}
.images2 img {
	width: auto;
	height: 100%!important;
}
.images2 .photo {
	height: 100%!important;
}
.mainimages .text {
	align-items: center;
	padding: 0;
}
.mainimages .text h1 {
	font-size: 8vw;
	margin-top: 20px;
}
.mainimages h3 {
	font-size: 1.2rem;
}
.mainimages h3 {
	font-size: 1.2rem;
}
.top-banner {
	height: 20dvh;
}
.top-banner .flex {
	flex-flow: column;
	gap: 0;
}
.top-banner .child {
	width: 100%;
	height: calc(50% - 10px);
	padding: 0;
}
.top-banner img{
  max-width: 99vw;
	padding: 2.5px 0;
}
.con1 .text, .newslist ul,.main-widget .widget ul {
	padding: 3rem 1.5rem;
	margin: auto;
}
.bg_image::after,
.bg_image::before {
	background-position: 50px 0px;
}
.bg_image .title {
	padding: 0;
}
.title h2 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
.imagelist .main-container,main.page .entry-content section:nth-child(odd)::before{
	border-radius: 0 50px;
}
main.page .entry-content section:last-child::before{
	border-radius: 0 50px 0 0%;
}
main.page .entry-content section:first-child::before{
	border-radius: 0 0 0 50px;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
  gap: 20px;
  padding-right: 20px;
}
.scroll-infinity__item {
	width: calc(100vw / 2);
}
.box {
	padding: 20px 10px;
}
.concept {
	padding: 30px 0;
}
.imagelist .widget ul {
	flex-wrap: wrap;
}
.imagelist .widget ul li {
	flex: auto;
	width: 40%;
}
footer{
	width: fit-content;
}
footer .main-container {
	width: 100vw;
}
.footer-widget {
	margin: 0;
}
footer .br {
	display: contents;
}
footer .sub-container{
	display: block;
}
.footA {
	margin: 30px auto 10px 0;
  width: fit-content;
}
.footA-2 {
	margin: 30px auto 10px 0;
	width: fit-content;
}
.footA-2 .widget .widget-title {
	margin-left: -25px;
	font-size: 1.375rem;
}
.footA-2 img {
	width: 100%;
}
.footA-2 .banner{
	flex-flow: column;
}
.footB{
	display: block;
	height: 100%;
}
.footB ul {
	gap: 10px 20px;
	flex-flow: column;
}
.footB .nav{
	display: block;
	width: 100%;
	height: 100%;
}
.footB .nav li a,.footB .nav li p {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 2.8;
	text-align: center;
	cursor: pointer;
}
.footB .content{
	margin-top: 20px;
}
.footB .nav>li:not(:first-child){
	margin-left: 0px;
}
.footB .nav li ul li a {/*layer-2▷*/
	border-bottom: none;
	width: 100%;
	font-weight: lighter;
}
.footB ul li a, .footB ul li p {
	display: block;
	text-align: center;
	line-height: 1.5;
	width: 50%;
  margin: auto;
}
.iconmenu #nav {
	display: flex;
	justify-content: center;
}
html #wpadminbar {
	height: 0px;
	min-width: 240px;
	display: none;
}
.heading-1 {
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-size: 1.5rem;
	margin: auto;
}
.welcome {
	margin: 60px 0 50px;
}
.access .flex-box {
	flex-flow: column;
}
.list ul li a {
	flex-flow: column;
}
.list .photo{
	flex: auto;
	height: 200px;
}
.list li {
	width: 100%;
}
.list li:before {
	flex: 12px;
}
.list li h3,
.list li p {
	flex: calc(100% - 12px);
}
.Service li {
	width: 70%;
}
.Service li .photo p span{
	padding-right: 30px;
	min-width: 50%;
	padding-left: 30px;
}
.heading-2 {
	text-align: left;
	font-size: 1.1rem;
	margin: 10px 0 20px;
}
#Independence .bc {
	width: 100%;
}
#Independence .list .flex {
  flex-direction: column;
	gap: 30px;
}
#Independence .flex.iconflex {
	flex-direction: column;
	gap: 20px;
}
#Independence .iconimage {
	width: 100px;
}

.single-page .hentry {
	flex-flow: column;
}
.text#planetext {
	padding: 10px 20px 50px;
}
}