
.methods-select .item {
  width: calc((100% - (15px * 3)) / 4);
  margin-bottom: 15px;
}

.methods-select .item:not(:nth-child(4n)) {
  margin-right: 15px;
}

.methods-select .item h3 {
  color: #393;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
}

.methods-select .item h3:after {
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 0;
  transition: all 0.3s;
  background-color: #393;
}

.methods-select .item:hover h3:after {
  width: 100%;
}

.methods-select .item p {
  color: black;
  font-size: 15px;
}

.methods-section>article {
  padding: 60px 0;
}
@media (max-width: 991px) {
.methods-section>article {
  padding: 0;
	}
.methods-section>article .container .bottom{
  padding-bottom: 60px;
	}	
}

.methods-section>article:nth-of-type(even) {
  background-color: #f6f6f6;
}

.methods-section>article .top, #company article .top {
  margin-bottom: 30px;
  justify-content: space-between;
}


/*
.methods-section>article:nth-of-type(even) .top{
  flex-direction:row-reverse;
}
*/

.methods-section>article .top .detail, #company article .top .detail {
  width: calc(55% - 30px);
  order: 0;
}

.methods-section>article .top .photo, #company article .top .photo {
  width: 45%;
  order: 1;
}

.methods-section>article .top .detail p small {
  font-size: 85%;
}

.methods-section>article .top .detail p small.mt20 {
  margin-top: 20px;
  display: block;
}

.methods-section>article .bottom .d-flex {
  flex-wrap: wrap;
}

.methods-section>article .bottom .d-flex a, .methods-section>article .bottom .d-flex span, #company article .bottom .d-flex a {
  width: calc((100% - (20px * 3)) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  
}

#company article .bottom .d-flex a{
	min-width: 314px;
}
@media (max-width: 991px) {
#company article .bottom .d-flex a {
  min-width:inherit;
}
}

#company  .bottom{
margin-top: 30px;
}

.methods-section>article .bottom .d-flex>*:nth-child(4n), #company article .bottom .d-flex>*:nth-child(4n) {
  margin-right: 0;
}

#tekiyo11 table tr td {
  vertical-align: top;
}

#tekiyo11 table tr td:nth-child(1) {
  width: 200px;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  #tekiyo11 table tr td:nth-child(1) {
    width: 30%;
  }
  #tekiyo11 table tr td:nth-child(3) {
    width: 60%;
  }
}

#tekiyo11 table tr td:nth-child(2) {
  width: 60px;
}

@media (max-width: 767px) {
  #tekiyo11 table tr td:nth-child(2) {
    width: 10%;
  }
}

.hd3-title.color-black {
  color: black;
}

#history th {
  vertical-align: top;
}

@media (max-width: 767px) {
  #history th {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .mfp-content .pop-style .popup-box .hd3-title.sp-non {
    display: none;
  }
}

h5.mt0 {
  margin-top: 0
}

.mfp-content .pop-style {
  position: relative;
}

.mfp-content .pop-style .popup-box {
  height: 100%;
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.mfp-content .pop-style .popup-box h4{
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 50px;	
}
@media (max-width: 767px) {
.mfp-content .pop-style .popup-box h4{
font-size: 1.8rem;
margin-bottom: 30px;	
	}
}

.mfp-content .pop-style .popup-box h4::after{
content: "";
background: #393;
height: 5px;
display: block;
}
@media (max-width: 767px) {
.mfp-content .pop-style .popup-box h4::after{
height: 3px;
	}
}
.mfp-content .pop-style .popup-box .column-list.mb{
	margin-bottom: 50px;
}
@media (max-width: 767px) {
.mfp-content .pop-style .popup-box .column-list.mb{
	margin-bottom: 30px;
	}
}
.mfp-content .pop-style .popup-box .column-list li{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list li{
	display: block;
	}
}

.mfp-content .pop-style .popup-box .column-list li:not(:last-child){
	margin-bottom: 50px;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list li:not(:last-child){
	margin-bottom: 30px;
	}
}
.mfp-content .pop-style .popup-box .column-list li .txt-area{
	width: 55%;
	padding-right: 40px;
	box-sizing: border-box;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list li .txt-area{
	width: 100%;
	padding-right: 0;
	}
}
.mfp-content .pop-style .popup-box .column-list li .txt-area h5{
	font-size: 1.7rem;
	margin-bottom: 20px;
	margin-top: -.5em;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list li .txt-area h5{
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 1.5rem;
	line-height: 1.4;
	}
}
.mfp-content .pop-style .popup-box .column-list li .txt-area p{
	font-size: 18px;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph; 
	word-break: break-all;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list li .txt-area p{
	font-size: 14px;
	}
}
.mfp-content .pop-style .popup-box .column-list li .photo{
	width: 45%;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list li .photo{
	width: 100%;
	}
}
.mfp-content .pop-style .popup-box .column-list li .photo img{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
}
.mfp-content .pop-style .popup-box .column-list li.w100{
	width: 100%;
	flex-wrap: wrap;
}
.mfp-content .pop-style .popup-box .column-list li.w100 .txt-area{
	width: 100%;
	margin-bottom: 0;
}
.mfp-content .pop-style .popup-box .column-list li.w100 .photo{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.mfp-content .pop-style .popup-box .column-list li.w100 .photo img{
	width: 45%;
	height: auto;
	margin: 0;
}
.mfp-content .pop-style .popup-box .column-list.single li{
	display: block;
}
.mfp-content .pop-style .popup-box .column-list.single li.max60{
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list.single li.max60{
	max-width: 100%;
	}
}

.mfp-content .pop-style .popup-box .column-list.single li.max80{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list.single li.max80{
	max-width: 100%;
	}
}

.mfp-content .pop-style .popup-box .column-list.single .photo{
	max-width: 60%;
	width: 100%;
	margin: 0 auto 20px;	
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list.single .photo{
	max-width: 100%;
	}
}

.mfp-content .pop-style .popup-box .column-list.single .txt-area{
	max-width: 60%;
	margin: auto;
	width: 100%;
	padding-right: 0;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list.single .txt-area{
	max-width: 100%;
	}
}

.mfp-content .pop-style .popup-box .note{
	font-size: 14px;
	margin-top: 30px;
}
.mfp-content .pop-style .popup-box .column-list.single .no{
	font-size: 1.6rem;
}
@media (max-width: 767px) {
.mfp-content .pop-style .popup-box .column-list.single .no{
	margin-bottom: 15px;
	}
}

.mfp-content .pop-style .popup-box .column-list.single .ba-layout{
	display: flex;
	justify-content: space-between;
}
.mfp-content .pop-style .popup-box .column-list.single .ba-layout .num{
	width: 40%;
}
.mfp-content .pop-style .popup-box .column-list.single .ba-layout .num img{
	width: 100%;
	height: auto;
}
.mfp-content .pop-style .popup-box .column-list.single .ba-layout .num .txt{
	margin-top: 20px;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list.single .ba-layout .num .txt{
	font-size: 1.0rem;
	margin-top: -5px;
	}
}
.mfp-content .pop-style .popup-box .column-list.single .ba-layout .before{
	position: relative;
}
.mfp-content .pop-style .popup-box .column-list.single .ba-layout .before::after{
	content: "";
	background-image: url(../images/page_construction_method/methods/arrow.svg);
	background-size: 60px auto;
	width: 60px;
	height: 53px;
	position: absolute;
	right: -36%;
	top: 34%;
}
@media (max-width: 991px) {
.mfp-content .pop-style .popup-box .column-list.single .ba-layout .before::after{
	background-size: 8vw auto;
	background-repeat: no-repeat;
	width: 8vw;
	height: 7vw;
	right: -12vw;
	top: 25%;
	}
}

.mfp-content .pop-style .popup-box .column-list .txt-area p.center{
	text-align: center;
}
.mfp-content .pop-style .popup-box .row {
  margin-left: 0;
  margin-right: 0;
}

.pop-style .jisseki-table img[src$="arrow.svg"] {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .pop-style .jisseki-table img[src$="arrow.svg"] {
    width: 15px;
  }
}

@media (max-width: 767px) {
  .pop-style article.d-flex {
    flex-wrap: wrap;
  }
  .pop-style article.d-flex div {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .pop-style .d-flex.mb-1column {
    display: block !important;
  }
}

.pop-style article.d-flex.column2 {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 708px;
  margin: auto;
}

.pop-style article.d-flex.column2 div {
  max-width: 350px;
}

.pop-style article.d-flex.column2 div img {
  width: 100%;
  height: auto;
}

.mfp-content .pop-style .popup-box .table td small {
  margin-left: 5px;
}

.mfp-content .pop-style .mfp-close {
  position: absolute;
  top: -90px;
  right: -40px;
}

#office {
  overflow: hidden;
}

.popup-box {
  height: 100%;
  overflow: auto;
  /*
  background-color: #fff;
  padding: 30px;
  width: 90%;
  height: 70vh;
  overflow: scroll;
  max-width: 1316px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
*/
}

.popup-box img {
  width: 100%;
  max-width: 640px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.popup-box img.w100 {
  max-width: 95%;
}

.popup-box .jisseki-table img {
  width: 300px;
  height: auto;
}

.popup-box ol {
  margin-left: 30px;
}

.popup-box ol li {
  list-style: decimal;
}

.border-bottom-double {
  border-bottom: 3px double #000;
}

.tekiyo-table {
  max-width: 1000px;
  margin: auto;
}

.tekiyo-table td {
  width: 25%;
}

.tejun-table {
  width: 100%;
  max-width: 720px;
  margin: auto;
}

.tejun-table td {
  width: 50%;
  vertical-align: top;
}

.kikaku-table th, .kikaku-table td {
  border: 1px solid #000;
  text-align: center;
  padding: 5px 0;
}

.jisseki-table {
  width: 100%;
  max-width: 640px;
  margin: auto;
}

.jisseki-table td {
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 975px) {
  .jisseki-table td {
    width: 45%;
  }
  .popup-box .jisseki-table img {
    width: 100%;
  }
}

@media (max-width: 975px) {
  .jisseki-table {
    position: relative;
  }
  .jisseki-table tr td:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

#kikaku1 .txt {
  width: 65%;
}

#kikaku1 .photo {
  width: 35%;
}

#tekiyo6 img {
  margin: 0;
}

#tekiyo7 .d-flex img {
  width: 50%;
}

@media (max-width: 767px) {
  #tekiyo7 .d-flex img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-content-area table td, .main-content-area table th, .comment-body .comment-text table td, .comment-body .comment-text table th {
    width: 100%;
    display: inline-block;
  }
  .main-content-area table td, .comment-body .comment-text table td {
    border-top: 0;
  }
  .methods-select .item {
    width: 100%;
  }
  .methods-select .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .methods-section>article .top.d-flex, #company article .top.d-flex {
    flex-wrap: wrap;
  }
  .methods-section>article .top .detail, .methods-section>article .top .photo, #company article .top .detail, #company article .top .photo {
    width: 100%;
    padding: 0 0 20px;
  }
  .methods-section>article .bottom .d-flex a, .methods-section>article .bottom .d-flex span, #company article .bottom .d-flex a {
    width: calc((100% - 20px) / 2);
  }
  .methods-section>article .bottom .d-flex>*:nth-child(2n), #company article .bottom .d-flex>*:nth-child(2n) {
    margin-right: 0;
  }
  #kikaku1 .d-flex, #jisseki4 .d-flex, #jisseki7 .d-flex {
    flex-wrap: wrap;
  }
  #kikaku1 .txt, #kikaku1 .photo {
    width: 100%;
  }
  #jisseki4 .d-flex div, #jisseki7 .d-flex div {
    width: 50%;
  }
}

.methods-select .item a {
  display: block;
}

.methods-select .item a h3 {
  color: white;
  background: #393;
  padding: 6px 5px;
  font-size: 1rem;
  line-height: 1;
  display: block;
}

#site-header {
  background: #fff;
  box-shadow: 0 4px 8px -3px rgba(17, 17, 17, 0.06);
  /*   height: 56px; */
  position: fixed;
  top: 0;
  /*   transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); */
  transition: 0.5s;
  width: 100%;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#site-header .gnav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#site-header .logo-default {
  width: 285px;
}

#site-header .nav-area {
  display: flex;
  align-items: center;
}

#site-header .nav-area .gnav {
  display: flex;
  align-items: center;
}

#site-header .nav-area .gnav li {
  margin-right: 20px;
}

@media (max-width: 1200px) {
  #site-header .nav-area .gnav li {
    margin-right: 10px;
  }
}

#site-header .nav-area .gnav li a {
  color: #222;
  font-size: 18px;
}

@media (max-width: 1400px) {
  #site-header .nav-area .gnav li a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  #site-header .nav-area .gnav li a {
    font-size: 14px;
  }
}

#site-header .nav-area .gnav li.contact a {
  color: #393;
}

#site-header .nav-area .gnav li.contact a i {
  color: #367cda;
}

@media (max-width: 1024px) {
  #site-header .nav-area {
    display: none;
  }
}

#site-header .nav-area .info-text {
  display: flex;
  align-items: center;
}

#site-header .nav-area .info-text i {
  display: inline-block;
  margin-right: 5px;
  color: #367cda;
  font-size: 18px;
}

@media (max-width: 1024px) {
  #site-header .nav-area .info-text i {
    font-size: 16px;
  }
}

#site-header .nav-area .info-text a {
  color: #393;
  font-size: 18px;
}

@media (max-width: 1024px) {
  #site-header .nav-area .info-text a {
    font-size: 16px;
  }
}

.sp-phone,
.sp-mail {
  display: none;
}

@media (max-width: 1024px) {
  .sp-phone,
  .sp-mail {
    display: block;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -13px;
    font-size: 24px;
    color: black;
    line-height: 1;
  }

  .sp-mail {
    right: 93px;
  }
}

.h-menu {
  display: none;
  cursor: pointer;
  height: 26px;
  width: 20px;
  position: relative;
  margin-right: 15px;
  padding-top: 8px;
  z-index: 91;
}

@media (max-width: 1024px) {
  .h-menu {
    display: block;
  }
}

.h-menu span {
  background-color: #000;
  height: 3px;
  transition: all 0.6s;
  width: 100%;
  display: block;
  position: relative;
}

.h-menu span.l-t {
  top: -5px;
}

.h-menu span.l-b {
  bottom: -5px;
}

.p-menu-area {
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100%;
  transition: all 0.6s;
  display: flex;
  justify-content: flex-end;
  z-index: 100;
  transition: 0.5s;
  opacity: 0;
  background: #333;
}

.p-menu-area .wrap {
  display: none;
}

.p-menu-area ul li a {
  font-size: 19px;
  padding: 15px 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #444;
}

.menu-overlay {
  background-color: white;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  top: 53px;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  visibility: hidden;
  z-index: 90;
}

body.nav-open {
  position: fixed;
  height: 100%;
}

body.nav-open #wrapper {
  left: -70%;
}

body.nav-open #site-header {
  left: -70%;
}

body.nav-open .h-menu span.l-t {
  transform: rotate(45deg);
  top: 3px;
}

body.nav-open .h-menu span.l-c {
  width: 0;
}

body.nav-open .h-menu span.l-b {
  transform: rotate(-45deg);
  bottom: 3px;
}

body.nav-open .p-menu-area {
  right: 0;
  top: 0;
  opacity: 1;
}

body.nav-open .p-menu-area .wrap {
  width: 100%;
  height: 95%;
  overflow: auto;
  box-sizing: border-box;
  display: block;
  position: relative;
}

body.nav-open .p-menu-area .wrap ul {
  position: fixed;
  width: 100%;
}

body.nav-open .menu-overlay {
  opacity: 0.95;
  visibility: visible;
}

#home {
  margin-bottom: 50px;
  margin-top: 93px;
  /*
  max-height: 600px;
  overflow: hidden;
*/
}

@media (max-width: 1200px) {
  #home {
    margin-top: 73px;
  }
}

#news,#company, #methods, #office, #methods_1, #methods_2, #methods_3, #methods_4, #methods_5, #methods_6, #methods_7, #methods_8, #methods_9, #methods_10, #methods_11, #methods_12, #methods_13,#methods1, #methods2, #methods3, #methods4, #methods5, #methods6, #methods7, #methods8, #methods9, #methods10, #methods11, #methods13, #methods12,#construction {
  margin-top: -90px;
  padding-top: 90px;
  margin-bottom: 90px;
}

#news,#methods,#methods_9,#construction{
	margin-bottom: 0;
}

@media (max-width: 767px) {
#company article{
margin-bottom: -50px;	
}
}

@media (max-width: 1200px) {
  #news, #company, #methods, #office, #methods_1, #methods_2, #methods_3, #methods_4, #methods_5, #methods_6, #methods_7, #methods_8, #methods_9, #methods_10, #methods_11, #methods_12, #methods_13{
    margin-top: -105px;
    padding-top: 105px;
    margin-bottom: 105px;
  }
}
@media (max-width: 1200px) {
#methods,#methods_9{
	margin-bottom: 0;
}
}	

@media (max-width: 767px) {
  #news, #company, #methods, #office, #methods_1, #methods_2, #methods_3, #methods_4, #methods_5, #methods_6, #methods_7, #methods_8, #methods_9, #methods_10, #methods_11, #methods_12, #methods_13, #methods1, #methods2, #methods3, #methods4, #methods5, #methods6, #methods7, #methods8, #methods9, #methods10, #methods11, #methods12, #methods13, #construction{
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
#methods,#methods_9,#construction{
	margin-bottom: 0;
}
}	
/*
#rev_slider_1_1_wrapper .zeus.tparrows {
  top: 40% !important;
}
*/

#rev_slider_1_1_wrapper .top-label {
  margin-top: 14% !important;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
}

#rev_slider_1_1_wrapper .top-label.label3 {
  margin-top: 11% !important;
}

.base-bg {
  padding: 60px 0;
  background: #f6f6f6;
}

.pop-style .u-line {
  border-bottom: 1px solid #393;
  padding-bottom: 20px;
}

.pop-style .tbl-base-construct {
  margin-bottom: 0;
}

#office .sp-s {
  display: none;
}

@media (max-width: 767px) {
  #office .pc-s {
    display: none;
  }
  #office.sp-s {
    display: block;
  }
}

.menuzord-brand.site-brand {
  display: flex;
  align-items: flex-end;
  margin: 20px 20px 20px 0;
}

@media (max-width: 1200px) {
  .menuzord-brand.site-brand {
    display: block;
    margin: 20px 20px 20px 0;
  }
}

.menuzord-brand.site-brand .logo-g {
  width: 150px;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .menuzord-brand.site-brand .logo-g {
    width: 120px;
  }
}

.menuzord-brand.site-brand .logo-m {
  width: 300px;
}

@media (max-width: 1200px) {
  .menuzord-brand.site-brand .logo-m {
    width: 225px;
  }
}

#news .news-block {
  height: 300px;
  overflow: auto;
}

@media (max-width: 767px) {
  #news .news-block {
    height: 250px;
  }
  .main-content-area #news table th {
    padding: 10px 10px 0;
  }
  .main-content-area #news table td {
    padding: 5px 10px 10px;
  }
}

#tekiyo6 .d-flex.max640 {
  max-width: 640px;
}

@media (max-width: 767px) {
  #tekiyo6 .d-flex.max640 {
    max-width: inherit;
  }
}

#tekiyo6 .max300 {
  max-width: 300px;
}

@media (max-width: 767px) {
  #tekiyo6 .max300 {
    max-width: inherit;
  }
}

.backbtn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #393;
  border-right: 2px solid #393;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.footer-widget-area h3 {
  color: white;
  margin: 0 0 40px;
}

.scrollToTop {
  background: #393;
}

.scrollToTop:hover {
  box-shadow: none;
}
   @-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.main-swiper-container{
	overflow: hidden;
	width: 100%;
}

.main-swiper-container .swiper-wrapper{
	padding: 0 !important;
}

.main-swiper-container .swiper-slide{
position: relative;	
flex-shrink: 0;
overflow: hidden;
}
.main-swiper-container .swiper-slide img{
	width: 100%;
	flex-shrink: 1;
}
.main-swiper-container .swiper-slide h2{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  color: white;
}
@media (max-width: 1280px) {
.main-swiper-container .swiper-slide h2{
margin-top: -0.1em;
	}	
}

.main-swiper-container .swiper-slide h2 span{
opacity: 0;	
display: block;	
 text-shadow: 4px 4px 5px rgb(0 0 0 / 40%);	
 text-align: center;
 -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  font-size: 55px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
.main-swiper-container .swiper-slide h2 span{
  font-size: 40px;
	}
}
@media (max-width: 991px) {
.main-swiper-container .swiper-slide h2 span{
  font-size: 35px;
	}
}
@media (max-width: 767px) {
.main-swiper-container .swiper-slide h2 span{
  font-size: 23px;
	}
}

.main-swiper-container .swiper-slide.swiper-slide-active h2 > span {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  opacity: 1;
}
.swiper-button-next:after, .swiper-button-prev:after{
	color: #fff;
	font-size: 60px !important;
}
@media (max-width:991px) {
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 30px !important;
	}
}

@media (max-width: 767px) {
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 18px !important;
	}
}

.main-swiper-container .swiper-button-next{
	right: 40px;
}
@media (max-width: 767px) {
.main-swiper-container .swiper-button-next{
	right: 10px;
	}
}

.main-swiper-container .swiper-button-prev{
	left: 40px;
}
@media (max-width: 767px) {
.main-swiper-container .swiper-button-prev{
	left: 10px;
	}
}
.main-swiper-container .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	background: white;
}
@media (max-width: 767px) {
.main-swiper-container .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	}
}

.main-swiper-container .swiper-pagination-bullet-active{
	background: #393;
}


.mfp-content iframe {
  max-width: 800px;
  max-height: 450px;
  width: 100%;
  height:100%;
}

@media (max-width: 767px) {
  .mfp-content iframe {
    width: 100%;
    height: 100%;
  }
}

.den-title{
  margin-top: 50px;
}

@media (max-width: 767px) {
  .youtube {
    height: 300px;
  }
}

.text-link-black {
  color: #000;
  font-weight: 400;
}

.text-link-black:hover {
  color: #393;
}

#news a {
  text-decoration: underline;
}

span.kaisho {
  font-family: "新正楷書CBSK1","	Shinsei Kaisho CBSK1";
  font-size: 20px;
}

@media (max-width:767px) {
  .pc {
    display: none!important;
  }
}

@media (min-width:768px){
  .sp {
    display: none!important;
  }
}

.table th, .table td {
  text-align: left!important;
}

.table td {
  padding-left: 15px;
}

#catalog1,
#catalog2,
#catalog3,
#catalog4,
#catalog5,
#catalog6,
#catalog7,
#catalog8,
#catalog9,
#catalog10,
#catalog11,
#catalog12{
  max-width: 700px;
  margin: 0 auto;
}

.mfp-content .pop-style

.mfp-content #catalog1.pop-style,
.mfp-content #catalog2.pop-style,
.mfp-content #catalog3.pop-style,
.mfp-content #catalog4.pop-style,
.mfp-content #catalog5.pop-style,
.mfp-content #catalog6.pop-style,
.mfp-content #catalog7.pop-style,
.mfp-content #catalog8.pop-style,
.mfp-content #catalog9.pop-style,
.mfp-content #catalog10.pop-style,
.mfp-content #catalog11.pop-style,
.mfp-content #catalog12.pop-style {
  position: static;
}

#catalog1.pop-style .mfp-close,
#catalog2.pop-style .mfp-close,
#catalog3.pop-style .mfp-close,
#catalog4.pop-style .mfp-close,
#catalog5.pop-style .mfp-close,
#catalog6.pop-style .mfp-close,
#catalog7.pop-style .mfp-close,
#catalog8.pop-style .mfp-close,
#catalog9.pop-style .mfp-close,
#catalog10.pop-style .mfp-close,
#catalog11.pop-style .mfp-close,
#catalog12.pop-style .mfp-close {
  top: -50px!important;
  right: -6px!important;
}

#methods .methods-title{
font-size: 45px;
margin-bottom: 100px;
padding-top: 50px;	
letter-spacing: 2px;
}
@media (max-width: 991px) {
#methods .methods-title{
font-size: 2.0rem;
margin-bottom: 50px;
padding-top: 0;	
letter-spacing: 1px;
line-height: 1.6;
	}
}


.link-txt{
	font-size: 18px;
	text-decoration: underline;
}
@media (max-width: 991px) {
.link-txt{
	font-size: 14px;
	display: inline-block;
	margin-bottom: 30px;
	}
}
.link-txt .arrow{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #393;
	border-right: 2px solid #393;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
@media (max-width: 991px) {
.link-txt .arrow{
	width: 6px;
	height: 6px;
	border-top: 1px solid #393;
	border-right: 1px solid #393;
	top: -1px;
	}
}
#methods .methods-block h3{
font-size: 2.2rem;
margin-top: -.2em;
margin-bottom: 1.5rem;	
}
@media (max-width: 991px) {
#methods .methods-block h3{
font-size: 1.8rem;
margin-top: 0;
margin-bottom: 1.5rem;	
line-height: 1.4;
	}
}
#methods .methods-block h3 small{
font-size: 75%;
font-weight: bold;
}
#methods .methods-block sup{
	font-size: 40%;
	margin-top: -.5em;
}
#methods .methods-block small{
	font-size: 75%;
}
.pc-s{
	display: block;
}
@media (max-width: 991px) {
.pc-s{
	display: none;
	}
}

.sp-s{
	display: none;
}
@media (max-width: 991px) {
.sp-s{
	display: block;
	}
}
a.noaction{
	pointer-events: none !important;
}