/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 2.3.1
Tested up to: 5.9
Requires at least: 5.7
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

body {
  line-height: 2;
  letter-spacing: .05em;
  font-family: -apple-system,"游ゴシック体", YuGothic, "游ゴシック", "YuGothic", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}
#breadcrumb {
  display: none;
}
header > .l-header__body {
  width: 100%;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  max-width: inherit;
}
#menu-item-18 {
  margin-left: 2.5rem;
}
#menu-item-2948 a {
  background-color: #4285F4;
  color: white;
  font-weight: bold;
  padding: 1rem 1.5rem;
}
.__mainText {
  cursor: default;
}
.mv {
  width: 100%;
  height: 45vw;
  position: relative;
	max-height: calc(100vh - 72px);
	overflow: hidden;
}
.mv video {
	position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
    border: none;
}

.mv .mv-img {
  position: absolute;
  height: 100%;
  width: 70%;
  top: 0;
  right: 0;
  background-image: url(./assets/img/23015924_m.jpg);
  background-size: cover;
  background-position: right;
  z-index: 0;
}

.mv h2 {
  padding-left: 15%;
  padding-top: 15%;
  position: relative;
  color: #4285F4;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: bold;
  z-index: 1;
}
.mv h2 span {
  color: #000000;
  font-size: 1.5rem;
}



.dropdown1 ,.dropdown2 {
  display: inline-block;
  margin: 3em;
  }

#tg1 ,#tg2 {
  display: none;
  }

.menu1 ,.menu2 {
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -10px;
  list-style: none;
  }

.dropInput1:checked ~ .menu1 ,.dropInput2:checked ~ .menu2 {
  visibility: visible;
  opacity: 1;
  top: 0;
  }

.dropLabel1,.item1 ,.dropLabel2 ,.item2 {
  padding: 1em 1.5em;
  display: block;
  background-color: #fff;
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: none;
  }


.dropLabel1:hover, .dropInput1:checked + label ,.dropLabel2:hover, .dropInput2:checked + label{
  background: #008B8B;
  color: #fff;
  }

.animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  }

.top-button {
  margin-top: 80px;
  margin-bottom: 80px;
}
.top-button-wrap {
  display: flex;
  justify-content: space-around;
}
.menu {
  width: 40%;
  max-width: 480px;
  text-align: center;
  border-radius: 10px;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

.menu01 ,.menu02 {
  position: relative;
}
.menu-wrap {
  background-color: #4285F4;
  padding: 10px;
  border-radius: 10px;
}
.top-button-wrap label {
    display: block;
    padding : 16px 30px 0;
    line-height: 1;
    color :#fff;
    background : #4285F4;
    cursor :pointer;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.top-button-wrap label::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  border-bottom: solid 3px white;
  border-right: solid 3px white;
  transform: rotate(45deg);
  top: 10px;
}
.menu01 i ,.menu02 i {
  font-size: 30px;
  position: absolute;
  top: 20px;
  left: 30px;
  color: white;
  z-index: 1;
}

.top-button-wrap input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
    border-radius: 10px;
    margin-top: 15px;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
}

.top-works-conts {
	display: flex;
   position: relative;
	margin: 80px 0;
	justify-content: flex-end;
}

.works-img {
	width: 60%;
}
.top-works {
	max-width: 1200px;
	margin: auto;
}
.top-works-text {
	 position: absolute;
    left: 0;
    top: 20%;
    width: 55%;
    padding: 4% 5%;
    background: rgba(240,249,255,0.85);
}
.top-works-text h3 {
	font-weight: bold;
	color: #4285F4;
	font-size: 2rem;
}
.top-works-text a {
	 background-color: #4285F4;
    font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 10px 40px;
    position: relative;
    border-radius: 10px;
	display: inline-block;
}
.top-works-conts:nth-child(2) .top-works-text {
	right: 0;
	left: auto;
}
.top-works-conts:nth-child(2) {
	justify-content: flex-start;
}
.top-about {
	 max-width: 1200px;
    margin: auto;
    position: relative;
}
.company-text {
	width: 90%;
	margin: -80px auto 0;
	padding: 4% 5%;
   background: rgba(240,249,255,0.85);
}
.company-text h3 {
	font-size: 1.75rem;
	color: #4285F4;
	font-weight: bold;
}
.company-text a {
	 background-color: #4285F4;
    font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 10px 40px;
    position: relative;
    border-radius: 10px;
	display: inline-block;
}
.company-text p {
	font-size: 0.98rem;
}
.company-img {
	 width: 100%;
    position: relative;
    z-index: -1;
}


.top-works .container > .row .col-md-6:first-child {
  padding-right: 10%;
}
.top-works .container > .row .col-md-6:last-child {
  padding-left: 5%;
}

.top-works {
  position: relative;
  margin-bottom: 80px;
}
.works-text h2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8;
}
.works-text h2 span {
  font-size: 3rem;
  color: #4285F4;
}

.works-text::before {
  content: "";
  width: 50vw;
  height: calc(100% + 80px);
  position: absolute;
  left: 0;
  top: -40px;
  background-color: #F0F9FF;
  z-index: -1;
}
.works-service .row {
  padding: 20px 0;
}
/* .works-service .row:last-child {
  border-top: 1px solid #707070;
} */
.works-service i {
  font-size: 80px;
  vertical-align: baseline;
  color: #4285F4;
}
.works-service h3 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #4285F4;
}
.works-service p {
	font-size: 0.8rem;
}
.top-about {
  margin-top: 200px;
  position: relative;
}
.about-text {
  padding-right: 10%;
}
.about-img {
  padding-left: 10%;
}
.about-text h2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8;
}
.about-text h2 span {
  font-size: 3rem;
  color: #4285F4;
}
.about-text h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
.about-img {
  background-image: url(./assets/img/top_03.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about-img::before {
  content: "";
  width: 25vw;
  height: calc(100% + 80px);
  position: absolute;
  right: 0;
  top: -40px;
  background-color: #F0F9FF;
  z-index: -1;
}

.about-text a {
  background-color: #4285F4;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 20px 80px 20px 40px;
  position: relative;
  border-radius: 10px;
}
.about-text a i {
  position: absolute;
  font-size: 20px;
  color: white;
  right: 20px;
  top: 20px;
}
.top-news {
  margin-top: 160px;
  padding: 80px 0;
  background-color: #FCFCFC;
}
.top-news li {
  margin: 24px 0;
}
.top-news h2 {
  font-size: 1.25rem;
  font-weight: bold;
}
.top-news h2 span {
  font-size: 2.5rem;
  color: #4285F4;
  padding-right: 20px;
}
.top-news ul {
  padding-left: 0;
}
.news-date {
  font-weight: bold;
  color: #8D8D8D;
}
.news-date span {
  color: #4285F4;
  padding-right: 20px;
}
.top-news h3 {
  font-size: 18px;
  padding-top: 5px;
}
.circle-arrow {
  font-size: 2rem;
  position: relative;
}
.circle-arrow i {
  position: absolute;
  top: 0;
  right: 0;
  color: #4285F4;
}

@media (max-width: 768px){
  .top-news .row {
    justify-content: space-between;
  }
}

.gnavi__list {
  position: relative;
}
.dropdown__lists {
  position: absolute;
  top: 64px;
  left: -52px;
  padding-left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.gnavi__list:hover .dropdown__lists {
  display: block;
}
.dropdown__list {
  background-color: white;
  height: 60px;
  width: 240px;
  transition: all .3s;
  position: relative;
  padding: 0 20px;
}
.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.gnavi__list:hover .dropdown__lists {
  visibility: visible;
  opacity: 1;
}

.p-drawer {
  background: white;
  color: #000;
}
.c-drawerNav {
  margin-bottom: 0;
  padding-left: 0;
}

.c-drawerNav a {
  border-bottom: 1px solid #E0E0E0;
}

[data-drawer-move=fade][data-drawer=opened] .l-header__drawerBtn {
  color: #000;
}
.c-drawerNav label {
  width: 100%;
  display: block;
  cursor :pointer;
  position: relative;
}
.c-drawerNav label::after {
  content: "";
  height: 16px;
  width: 16px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 20px;

}
.drawer01-menu ,.drawer02-menu{
  padding-left: 0;
}
.drawer01-menu li ,.drawer02-menu li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.c-drawerNav input {
  display: none;
}
#drawer01:checked ~ .drawer01-menu li,
#drawer02:checked ~ .drawer02-menu li {
    height: 60px;
    opacity: 1;
}
.c-drawerNav .header-contact {
  text-align: center;
}
.c-drawerNav .header-contact a {
  border: none;
  display: inline-block;
  padding: 15px 50px;
  color: white;
  background-color: #4285F4;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 20px;
  line-height: 1;
}
#top_title_area {
  display: none;
}
h1.page-heading {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 10%;
  color: white;
  background-color: #4285F4;
  font-size: 2rem;
  line-height: 1.1;
}
.page-heading span {
  font-size: 1.2rem;
  line-height: 1;
}
.l-content__body {
  margin: 0;
  padding: 0;
}

.recruit-mv {
  width: 100%;
  padding-right: 8%;
  height: 45vw;
  position: relative;
  margin-top: 0;
}
.recruit-img {
  height: 100%;
/*   width: 70%; */
	width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./assets/img/img07.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.recruit-mv h2 {
  font-size: 2.25rem;
  z-index: 1;
  padding-top: 15%;
	margin-top: 0;
}
.recruit-mv h2 span {
  font-size: 1.5rem;
}
.simple-table table {
  border-right: none;
}
.simple-table tr td {
  border-left: none;
  border-right: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.simple-table tr td:first-child {
  width: 20%;
}

.recruit-interview {
  background-color: #4285F4;
  padding-top: 80px;
  padding-bottom: 80px;
}
.recruit-interview h2 {
  font-size: 3rem;
  color: white;
}
.recruit-interview h2 span {
  font-size: 2rem;
}

.recruit-interview .wp-block-column {
  background-color: #F0F9FF;
  border-radius: 10px;
}
.interview-text {
  padding: 16px;
}
.recruit-interview .wp-block-image img {
  border-radius: 10px 10px 0 0;
}
.recruit-interview .interview-text span {
  color: #4285F4;
}

.page-h2 {
  color: #4285F4;
}
.page-h2 span {
  font-size: 1.5rem;
  color: #000;
}
.num-container {
  margin-left: 5%;
  background-color: #F0F9FF;
  padding: 60px 0;
  padding-left: 20px;
}
.num-group {
  padding-left: 100px;
  position: relative;
  padding-top: 30px;
  margin-top: 20px;
}
.num-group::before {
  content: "01";
  font-size: 5rem;
  color: #0F5474;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: bold;
}

.num01::before {
  content: "01";
}
.num02::before {
  content: "02";
}
.num03::before {
  content: "03";
}
.num04::before {
  content: "04";
}
.num05::before {
  content: "05";
}

.num-group h3 {
  color: #4285F4;
  font-size: 2.5rem;
	padding-left: 2%;
}
.business-heading {
  background-color: #F0F9FF;
  color: #4285F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-img {
  height: 34vw;
  margin: 0 !important;
  background-size: cover;
  background-position: center;
}
.business-img1 {
  background-image: url(./assets/img/img25.jpg);
}
.business-img2 {
  background-image: url(./assets/img/img18.jpg);
}
.business-img3 {
  background-image: url(./assets/img/img01.jpg);
}

.job-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-around;
  max-width: 1200px;
}
.job-list li {
  list-style: none;
  margin-top: 20px;
  padding: 20px;
  width: 200px;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.occupations-group {
  padding: 80px 0;
  background-color: #F0F9FF;
}
.flow-group {
  background-color: #F0F9FF;
  padding: 80px 0;
}
.flow-group h3 {
  font-size: 2rem;
}
.case-media {
  max-width: 1200px !important;
}

.case-media figure {
  padding: 10%;
}
.case-container {
  margin-right: 5%;
  padding: 40px 0;
  background-color: #F0F9FF;
}
.form {
  background-color: #F0F9FF;
  padding: 80px 0;
}
.form li {
  border-bottom: 1px solid #D1D1D1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.form .col-md-3 p {
  display: inline-block;
  font-weight: bold;
}
.form .required {
  color: white;
  padding: 6px 14px;
  background-color: #4285F4;
  border-radius: 5px;
  font-size: 0.75rem;
  margin-left: 30px;
}
.form .form-text {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.mwform-radio-field {
  padding-right: 2%;
  line-height: 1.8;
  margin: 5px 0 !important;
}
.contact-button {
  text-align: center;
  margin-top: 2rem;
}
.contact-button input {
  padding: 20px 70px;
  border: none;
  border-radius: 10px;
  background-color: #4285F4;
  color: white;
  font-weight: bold;
}

.lp-mv h2 {
  padding-left: 0;
  font-size: 2.5rem;
}

.lp-mv .lp-img1 {
  background-image: url(./assets/img/img21.jpg);
  z-index: -1;
}
.lp-mv .lp-img2 {
  background-image: url(./assets/img/img17.jpg);
  z-index: -1;
}
.lp-button {
  padding: 20px 70px;
  border: none;
  border-radius: 10px;
  background-color: #4285F4;
  color: white;
  font-weight: bold;
}
.lp-mv-text {
  padding-left: 15%;
}
a.lp-button:hover {
  color: white;
  cursor: pointer;
}
.lp-col2 .wp-block-column {
  padding: 4%;
}
.bg-heading {
  position: relative;
}
.bg-heading::before {
  position: absolute;
  bottom: 0;
  left: 3%;
  font-size: 7rem;
  color: #D3EDFD;
  z-index: -1;
  font-weight: bold;
  line-height: 1;
}

.strength::before {
  content: "STRENGTH";
}
.voice::before {
  content: "VOICE";
}
.service::before {
  content: "SERVICE";
}
.step::before {
  content: "STEP";
}
.entry::before {
  content: "ENTRY";
}
.lp-company {
  width: 90%;
  margin: auto;
  margin-top: 80px;
  max-width: 1100px;
  background-color: white;
  border-radius: 10px;
  padding: 40px 0;
}
.lp-bg {
  position: relative;
}
.lp-bg::before {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 80px;
  background-color: #F0F9FF;
}
.lp-bg .wp-block-column {
  background-color: white;
  border-radius: 10px;
}
.lp-bg .wp-block-column img {
  border-radius: 10px 10px 0 0;
}
.lp-comment {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
/* .lp-comment .wp-block-column {
  background-image: url(./assets/img/comment.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 10% 4% 3%;
} */

.service-block .wp-block-columns {
  margin-top: 40px;
}
.service-block .wp-block-column {
  padding: 3%;
  padding-top: 40px;
  border: solid 10px #F0F9FF;
  border-radius: 10px;
  position: relative;
}
.service-block .wp-block-column::before {
  position: absolute;
  top: -40px;
  left: 3%;
  font-size: 3rem;
  color: #4285F4;
  font-weight: bold;
  line-height: 1;
}
.step-cont .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  border: solid 10px #F0F9FF;
  border-radius: 10px;
  position: relative;
}
.step-cont h5 {
  padding-left: 20px;
}
.step-num {
  color: #4285F4;
  font-size: 12px;
  font-weight: bold;
}
.step-num span {
  font-size: 2rem;
}

.l-footer__inner {
  background-color: #4285F4;
  color: white;
  padding-top: 40px;
}
.footer-cont1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.footer-cont1 a {
  color: #f0f0f0;
  font-size: 14px;
}

.footer-btn {
  /* height: 350px; */
}
.footer-btn .row {
	max-width: 100vw;
  margin: 0;
}
.footer-btn .footer-btn-l {
  padding: 0;
  text-align: center;
  padding: 10% 0;
  background-color: #fcfcfc;
}
.footer-btn-l i {
  font-size: 4rem;
  color: #4285F4;
}
.footer-btn-l h3 {
  font-size: 2rem;
  color: #4285F4;
  font-weight: bold;
}
.footer-btn-l i {
  font-size: 4rem;
  color: #4285F4;
}
.footer-btn .footer-btn-r {
  padding: 0;
  text-align: center;
}
.footer-btn-r .row {
  height: 100%;
}
.footer-btn-r .row a {
  line-height: 100%;
  position: relative;
  padding-top: 14%;
  background-color: #2388C2;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.footer-btn-r .row a:first-child {
  background-color: #22689E;
}
.footer-btn-r .row a i {
  padding-left: 20px;
}
.l-footer {
	margin-top: 40px;
}
.l-content {
	min-height: 400px;
}
.p-entry__head {
	padding-top: 40px;
}
.l-main__body .p-postList {
	padding-top: 40px;
}
.footer-cont2 li a {
	color: white;
}
.footer-cont1 li {
	font-size: 18px;
}
.footer-info p {
	font-size: 0.98rem;
}

#links01 i ,#links02 i {
	position: relative;
	color: #4285F4;
	top: 6px;
}
.recruit-interview {
	display: none;
}
.top-news a:hover {
	color: #000;
}
.form .col-md-3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mwform-checkbox-field {
	margin-left: 10px;
}
.mwform-checkbox-field label {
	margin-top: 10px;
}
.sp-br {
	display: none;
}
.pc-br {
	display: block;
}
.tb-br {
	display: none;
}
.video-sp {
		display: none;
}
@media (max-width: 1200px) {
	.tb-br {
		display: block;
	}
}
@media (max-width: 992px) {
	.company-text {
		width: 100%;
     margin-top: 0;
     padding-top: 7%;
	}
/*   .mv {
    height: auto;
  } */
  .mv .mv-img {
    position: relative;
    height: 50vw;
    width: 100%;
  }
/* 	.recruit-mv {
		height: auto;
		padding: 0;
	}
	.recruit-img {
		position: relative;
		width: 100%;
		height: 60vw;
	} */
	.recruit-mv {
		padding-right: 5%;
	}
	.recruit-mv h2 {
		margin-top: 0;
		padding-top: 10%;
		font-size: 1.4rem;
	}
	.recruit-mv h2 span {
		font-size: 1rem;
	}
  .mv h2 {
    padding-top: 5%;
    font-size: 2.5rem;
  }
	.top-works-conts {
		flex-wrap: wrap;
	}
	.works-img {
		width: 100%;
	}
	.top-works-text {
		width: 100%;
		position: static;
	}
	.top-works-text h3 {
		margin-top: 10px;
	}
  .top-button-wrap {
    flex-wrap: wrap;
  }
  .top-button-wrap .menu {
    width: 80%;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .top-button-wrap label {
    font-size: 14px;
  }
  .works-service i {
    font-size: 55px;
  }
	.works-service .col-3 {
		text-align: center;
	}
  .top-works .container > .row .col-md-6.works-service {
    padding: 0% 3%;
  }
  body .wp-block-columns .wp-block-column {
    margin-top: 32px !important;
  }
  body .mt-0.wp-block-columns .wp-block-column {
    margin-top: 0 !important;
  }
  .lp-mv-text {
    padding: 0 4%;
  }
  .lp-mv h2 {
    font-size: 1.75rem;
  }
  .c-postContent h3 {
    font-size: 1.2rem;
  }
  .bg-heading::before {
    font-size: 4rem;
    bottom: 10px;
  }
  .bg-heading h2 {
    font-size: 2rem !important;
  }
}
@media (max-width: 768px) {
	.sp-br {
		display: block;
	}
	.pc-br {
		display: none;
	}
  .works-text::before {
    width: 100%;
  }
  .about-img {
    position: relative;
    width: 100%;
    margin: auto;
    height: 50vw;
    padding: 0%;
    margin-top: 60px;
  }
  .about-img::before {
    width: 50vw;
    right: -25vw;
  }
  .top-about {
    margin-top: 100px;
  }
  .top-news {
    margin-top: 60px;
  }
  .circle-arrow i {
    right: 15px;
    bottom: 0;
    top: auto;
  }
  .business-heading {
    padding: 20% 0;
  }
  .business-img {
    height: 68vw;
  }
  .job-list li {
    width: 48%;
  }
  .num-group {
    padding-left: 70px;
  }
  .num-group::before {
    font-size: 3rem;

    top: 20px;
  }
  .flow-group h3 {
    font-size: 1.5rem;
  }
  .simple-table tr td {
    display: block;
    width: 100%;
  }
  .simple-table tr td:first-child {
    border: none;
    width: 100%;
  }
  .footer-cont1 ul {
    width: 50%;
    padding: 0;
  }
  .footer-btn-r .row a {
    font-size: 1rem;
    padding-top: 10%;
    padding-bottom: 8%;
  }
	.num-container {
		margin-left: 0;
	}
	h4.sp-text {
		font-size: 1.1rem;
	}
	h2.sp-text1 {
		font-size: 1.5rem !important;
	}
	h2.sp-text1.sp-text2 {
		font-size:1.3rem;
	}
}

@media (max-width: 600px) {
/* 	.video-pc {
		display: none;
	} */
	.video-sp {
		display: block;
	}
}
.p-postList {
  max-width: 1200px;
  width: 95%;
  margin: auto !important;
}
@media screen and (min-width: 1440px) {
	.mv video {
	 	top: -25%;
    	left: -25%;
    	width: 150%;
    	height: 150%;
	}
}