/*
 Theme Name: BusinessPress Child
 Template:businesspress
 Description: BusinessPress Child Theme
 Theme URI: https://businesspress.jp/theme/
 Author: BusinessPress
 Author URI: https://businesspress.jp/
 Version: 1.0.0
*/

body {
    color: #000;
}
/* カラム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.column2Wrap .columnBox {
  flex-basis: 100%;
  margin-top: 0;
}
.column2Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 20px;
}
.column2Wrap.sp140 .columnBox {
  flex-basis: 100%;
  max-width: 100%;
}
.column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
  margin-top: 20px;
}
.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.column3Wrap .columnBox {
  flex-basis: 100%;
  max-width: 100%;
}
.column3Wrap .columnBox img {
  width: 100%;
  max-width: 100%;
}
.column3Wrap .columnBox p:last-child {
  margin-bottom: 0;
}
.column3Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 20px;
}
.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.column4Wrap .columnBox {
  flex-basis: 100%;
}
.column4Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 20px;
}
.column4Wrap .columnBox img {
  width: 100%;
}
.column6Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column6Wrap .columnBox {
  flex-basis: calc(50% - 5px);
  max-width: calc(50% - 5px);
}
.column6Wrap .columnBox:nth-of-type(n + 3) {
  margin-top: 20px;
}
.column2_3_3 .columnBox {
  flex-basis: calc((100% - (40px * (2 - 1))) / 2);
  max-width: calc((100% - (40px * (2 - 1))) / 2);
}
.column2_3_3 .columnBox:nth-of-type(2) {
  margin-top: 0;
}
.column2_3_3 .columnBox:nth-of-type(n + 3) {
  margin-top: 20px;
}
.column2_4_4 .columnBox {
  flex-basis: calc((100% - (40px * (2 - 1))) / 2);
  max-width: calc((100% - (40px * (2 - 1))) / 2);
}
.column2_4_4 .columnBox:nth-of-type(-n+2) {
  margin-top: 0;
}
.columnBox {
  overflow: hidden;
}
.columnBox img {
  align-self: baseline;
  max-width: 100%;
}
.columnBox p:last-of-type {
  margin: 0;
}
.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible;
}
.borderBox .columnBox + .borderNone {
  border: none;
}

.yellow_line {
    background: linear-gradient(transparent 67%, #FFFF88 0%);
    font-weight: bold;
}

.hutoaka {
    font-weight: bold;
    color: #d94053 !important;
}
@media print, screen and (min-width: 410px) {
  .column2Wrap .columnBox {
    flex-basis: calc((100% - (40px * (2 - 1))) / 2);
    max-width: calc((100% - (40px * (2 - 1))) / 2);
  }
  .column2Wrap .columnBox p:last-of-type {
    margin-bottom: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 270px);
    max-width: calc(100% - 270px);
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc((100% - (40px * (2 - 1))) / 2);
    max-width: calc((100% - (40px * (2 - 1))) / 2);
  }
  .column3Wrap .columnBox {
    flex-basis: calc((100% - (40px * (2 - 1))) / 2);
    max-width: calc((100% - (40px * (2 - 1))) / 2);
  }
  .column3Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column3Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column4Wrap {
    position: relative;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - (17px * (2 - 1))) / 2);
    max-width: calc((100% - (17px * (2 - 1))) / 2);
  }
  .column4Wrap .columnBox p:last-child {
    margin-bottom: 0;
  }
  .column4Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column6Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .column6Wrap .columnBox {
    flex-basis: calc((100% - 50px) / 6);
    max-width: calc((100% - 50px) / 6);
    margin-right: 10px;
  }
  .column6Wrap .columnBox:last-of-type {
    margin-right: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column1_1_2 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column1_2_3 .columnBox {
    flex-basis: calc((100% - (30px * (2 - 1))) / 2);
    max-width: calc((100% - (30px * (2 - 1))) / 2);
  }
  .column1_3_3:after {
    content: "";
    display: block;
    width: calc((100% - (30px * (4 - 1))) / 4);
  }
  .column1_3_3 .columnBox {
    flex-basis: calc((100% - (30px * (3 - 1))) / 3);
    max-width: calc((100% - (30px * (3 - 1))) / 3);
  }
  .column1_3_3 .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column1_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column2_3_3:after {
    content: "";
    display: block;
    width: calc((100% - (30px * (3 - 1))) / 3);
  }
  .column2_3_3 .columnBox {
    flex-basis: calc((100% - (30px * (3 - 1))) / 3);
    max-width: calc((100% - (30px * (3 - 1))) / 3);
  }
  .column2_3_3 .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column2_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column2_4_4:after {
    width: calc((100% - (30px * (4 - 1))) / 4);
    content: "";
    display: block;
  }
  .column2_4_4:before {
    width: calc((100% - (30px * (4 - 1))) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column2_4_4 .columnBox {
    flex-basis: calc((100% - (30px * (4 - 1))) / 4);
    max-width: calc((100% - (30px * (4 - 1))) / 4);
  }
  .column2_4_4 .columnBox:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc((100% - (30px * (3 - 1))) / 3);
  }
  .column3Wrap .columnBox {
    flex-basis: calc((100% - (30px * (3 - 1))) / 3);
    max-width: calc((100% - (30px * (3 - 1))) / 3);
  }
  .column3Wrap .columnBox:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column4Wrap {
    position: relative;
  }
  .column4Wrap:after {
    width: calc((100% - (30px * (4 - 1))) / 4);
    content: "";
    display: block;
  }
  .column4Wrap:before {
    width: calc((100% - (30px * (4 - 1))) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - (30px * (4 - 1))) / 4);
    max-width: calc((100% - (30px * (4 - 1))) / 4);
  }
  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: inherit;
  }
  .column4Wrap .columnBox:nth-of-type(n + 5) {
    margin-top: 20px;
  }
  .column1_1_2 .columnBox {
    flex-basis: calc((100% - (30px * (2 - 1))) / 2);
    max-width: calc((100% - (30px * (2 - 1))) / 2);
  }
  .column1_1_2 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .column1_2_3 .columnBox {
    flex-basis: calc((100% - (30px * (3 - 1))) / 3);
    max-width: calc((100% - (30px * (3 - 1))) / 3);
  }
}
/* ヘッダー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main-navigation ul.menu a {
	font-weight: bold;
	color: #111;
}
.main-navigation a:hover {
	opacity: 0.7;
}
a.btn--yellow {
  color: #fff;
  background-color: #0aaf05;
  border-bottom: 3px solid #048700;
border-radius: 6px;
}

a.btn--yellow:hover {
  opacity: 0.7;
  color: #fff;
}

.site-branding {
  width: 217px;
}
.main-header-content {
  max-width: 100%;
  flex-wrap: nowrap;
}
.main-header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.header_contact_wrap {
  display: flex;
}
.main-header-clone .header_contact_wrap {
  display: none;
}
.header_tel {
  height: auto;
  margin-right: 15px;
	margin-top: 7px;
}
.header_contact_wrap a:link {
  text-decoration: none;
}
.header_material a {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 20px;
	font-weight: bold;
}

.header_model a {
  display: inline-block;
  background-color: #F25757;
  font-size: 0.75em;
  vertical-align: middle;
  padding: 10px 20px;
  color: #fff;
}
.header_model a, .header_model a:hover, .header_model a:visited {
  color: #fff;
}
.header_contact_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  padding-top: 10px;
}

.home-header-overlay {
    background-color: unset;
}
.home-header {
    background-color: unset;
	background-size: unset;
}

.home-header-content {
        height: 645px;
	padding: 0;
    }


.home-header {
    background-position: center;
    background-size: inherit;
}
.site-header {
    border-bottom: none;
	margin-bottom: 0 !important;
}
.main-header {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.home-header-content .tbl,.home-header-content .sp {
	display: none;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}


.form-btn input {
	color: #fff;
    background-color: #0aaf05;
    border-bottom: 3px solid #048700;
    border-radius: 6px;
	display: inline-block;
    vertical-align: middle;
    padding: 1em;
    font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	width: 26%;
}
.form-btn input:hover {
    opacity: 0.7;
	background-color: #0aaf05;
}
@media screen and (max-width: 1230px) {
.home-header-content .tbl {
	display: block;
}
.home-header-content {
    height: auto;
    max-width: 1230px;
}
}
@media screen and (max-width: 1060px) {
  .main-navigation a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 980px) {
  .header_contact_wrap {
    padding-top: 0;
  }
	.header_material a {
    padding: 13px;
}
}
@media screen and (max-width: 800px) {
  .header_model, .header_material, .header_tel {
    display: none;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: zoom 10s linear 0s 1 normal both;
}
.swiper-slide {
  position: relative;
}
.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-img img {
  object-fit: cover;
  height: 95vh;
  width: 100vw;
}
.slide-text img {
  image-rendering: pixelated;
}
@media screen and (max-width: 800px) {
  .slide-img img {
    height: 65vh;
  }
  .slide-text {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
  }
  .slide-text img {
    height: auto;
    max-width: 130%;
  }
}

@media screen and (max-width: 620px) {
.home-header-content .tbl {
	display: none;
}
.home-header-content .sp {
	display: block;
	        width: 100%;
}
	.home-header {
		background-image:none !important;
		background-color: #f9f9f9;
	}
.site-branding {
    width: 150px;
}
.main-header {
    padding-bottom: 6px;
    padding-top: 6px;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}

.design01.w896 {
	width: 896px;
	text-align: center;
}
/* フッター
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#ftnavi_contentArea {
  text-align: center;
  margin-bottom: 80px;
}
.site-footer .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#ftnavi_contentArea .columnBox a {
  width: 100%;
  padding-bottom: 76%;
  background: #ccc;
  display: block;
  position: relative;
  color: #fff;
}
#ftnavi_contentArea .columnBox a span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#ftnavi_contentArea .columnBox a.c1 {
  background: url(../businesspress/images/footer/img-footer-01.png) no-repeat;
  background-size: 100%;
}
#ftnavi_contentArea .columnBox a.c2 {
  background: url(../businesspress/images/footer/img-footer-02.png) no-repeat;
  background-size: 100%;
}
#ftnavi_contentArea .columnBox a.c3 {
  background: url(../businesspress/images/footer/img-footer-03.png) no-repeat;
  background-size: 100%;
}
#ftnavi_contentArea .columnBox a.c4 {
  background: url(../businesspress/images/footer/img-footer-04.png) no-repeat;
  background-size: 100%;
}
#ftnavi_contentArea .columnBox a.c5 {
  background: url(../businesspress/images/footer/img-footer-05.png) no-repeat;
  background-size: 100%;
}
#ftnavi_contentArea .columnBox a.c6 {
  background: url(../businesspress/images/footer/img-footer-06.png) no-repeat;
  background-size: 100%;
}
#ftnavi_contentArea .columnBox a.c7 {
  background: url(../businesspress/images/footer/img-footer-07.png) no-repeat;
  background-size: 100%;
}
#ftnavi_contentArea .columnBox a.c8 {
  background: url(../businesspress/images/footer/img-footer-08.png) no-repeat;
  background-size: 100%;
}
a.lazyloaded:hover {
  opacity: 0.7;
}
#ftmenu {
  background-color: #F2EEE8;
  font-size: 0.9em;
  padding: 3em 0 2em;
}
.rftcol {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-right: 100px;
}
.lftcol {
  margin-right: 100px
}
.stnavi {
  text-align: left;
  margin: 0 60px 0 0;
}
.stnavi li {
  list-style: none;
  color: #655C4F;
}
.stnavi li::before {
  content: "・";
  color: #655C4F;
}
.stnavi li a {
  text-decoration: none;
  color: #655C4F;
}
.ftmenuWrap {
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
  margin-bottom: 2em;
}
.ftLogo {
  margin-bottom: 25px;
}
.ftTel {
  margin-bottom: 10px;
}
.ftLogo, .ftTel {
  text-align: left;
}
.ftLogo img {
  width: 228px;
  height: auto;
  margin-bottom: 10px;
}
.ftTel img {
  width: 254px;
  height: auto;
}
.ftLogo p, .ftTel p {
  margin-bottom: 0;
  font-size: 0.85em;
}
.ftSns img {
  width: 40px;
  height: auto;
}
.cpy {
  font-size: 0.85em;
  margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	background-color: #323232;
	color: #fff;
	padding: 2em 0;
}
.bannerAreaWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 950px;
  margin: 70px auto 70px;
}
@media screen and (max-width: 1199px) {
  .site-footer .inner {
    width: 93%;
  }
  .rftcol {
    margin-right: 60px;
  }
  .stnavi {
    margin: 0px 20px 0 0;
  }
  .lftcol {
    margin-right: 40px;
  }
  .bannerAreaWrap {
    display: inherit;
    width: 100%;
    text-align: center;
  }
  .bannerAreaBox {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 945px) {
  .rftcol {
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  .ftmenuWrap, .rftcol {
    display: inherit;
  }
  .rftcol {
    margin-right: 0;
    margin-bottom: 2.5em;
  }
  .ftLogo, .ftTel, .cpy {
    text-align: center;
  }
  .stnavi li a {
    display: block;
    border-bottom: solid 1px;
    padding: 10px 0 10px 5px;
  }
  .stnavi li::before {
    content: unset;
  }
  .stnavi {
    margin: 0;
  }
  .lftcol {
    margin-right: 0;
  }
}
@media (min-width: 1240px) {
  .no-sidebar .alignwide {
    width: 1200px;
    margin-left: calc(50% - 1200px / 2);
  }
}
@media screen and (min-width: 980px) {
  body:lang(ja) {
    font-size: 16px;
  }
}
@media screen and (min-width: 782px) {
  body:lang(ja) {
    font-size: 16px;
  }
}
.main-navigation li {
  font-size: 15px;
}
/* トップページ
–––––––––––––––––––––––––––––––––––––––––––––––––– */


html {
	scroll-behavior: smooth;
}
.ali-c {
	text-align: center;
}
.sec1 h2,h2.tit,.sec4 h2,.sec5 h2,.sec6 h2 {
	font-size: 3.4rem;
    line-height: 1.7;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
	color: #0b3c78;
	margin-bottom: 40px;
}
.sec1 h2 span,.sec4 h2 span {
	font-size: 2.1rem;
	display: block;
	color: #000;
}
.fl {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li {
	list-style: none;
}
.nayami ul {
	width: 87%;
    margin: 0 auto;
	background-image: url(../businesspress/images/top/nayami-05.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
	margin-bottom: 30px;
}
.nayami .t1 {
    font-size: 2.6rem;
    line-height: 1.5;
    color: #0b3c78;
    margin-bottom: 40px;
	font-weight: bold;
}
.nayami .t2 {
	font-size: 1.6rem;
    font-weight: bold;
	margin-bottom: 60px !important;
}
span.und-y {
      text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.6);
  text-decoration-skip-ink: none;
}
.si img {
	width: 929px !important;
	height: auto;
	margin: 0 auto;
}
.bg-gr {
	background-color: #f9f9f9;
	padding-top: 7rem;
}
p {
	font-weight: bold;
    font-size: 1.3rem;
}
.sec2 ul li:nth-child(1),.sec2 ul li:nth-child(2) {
    margin-bottom: 1.5em;
}	
.sec2 ul li img {
  box-shadow: 0px 0px 10px 2px rgba(110, 110, 110, 0.45);
}	
.sec2 ul {
  margin: 3em 0 5em 0;
}	
.cta1 {
	background-color: #fff8eb;
	border-radius: 10px;
	padding: 3em 2em;
	width: 80%;
	margin: 0 auto 100px;
}
.cta1-txt-wp span {
text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(255, 228, 0, 0.6);
    text-decoration-skip-ink: none;
	display: block;
	font-size: 1.9rem;
}
.cta1 p {
	margin: 0 !important;
	font-size: 1.6rem;
}
.cta1-btn-wp a {
	display: inline-block;
    vertical-align: middle;
    font-weight: bold;
	color: #fff;
    background-color: #0aaf05;
    border-bottom: 3px solid #048700;
    border-radius: 10px;
	text-decoration: none;
	width: 350px;
    height: 75px;
    font-size: 1.7rem;
    line-height: 75px;
}
.cta1-btn-wp a:hover {
  opacity: 0.7;
  color: #fff;
}
.cta1-btn-wp a span {
	position: relative;
	padding-left: 20px;
}
.cta1-btn-wp a span::before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 29px;
    background:  url(../businesspress/images/top/ico-mail.png);
    background-size: contain;
    position: absolute;
    top: 0px;
    left: -30px;
}
.cta1-txt-wp {
	margin-left: 3rem;
}
.cta1-btn-wp {
	margin-right: 5rem;
}
.cta-area {
	background-image: url(../businesspress/images/top/cta-bg.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
	padding: 4rem 0 3rem 0;
}
.cta-tit {
	font-size: 2.2rem;
    line-height: 1.5;
    color: #0b3c78;
    margin-bottom: 20px;
    font-weight: bold;
}
img.cta-pnt {
	width: inherit !important;
	margin: 0 auto;
}
.cta-btn-wp a {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    background-color: #0aaf05;
    border-bottom: 3px solid #048700;
    border-radius: 10px;
    text-decoration: none;
    width: 410px;
    height: 90px;
    font-size: 2.4rem;
    line-height: 90px;
}
.cta-btn-wp a span::before {
    content: "";
    display: inline-block;
    width: 47px;
    height: 35px;
    background: url(../businesspress/images/top/ico-mail.png);
    background-size: contain;
    position: absolute;
    top: 3px;
    left: -15px;
}
.cta-btn-wp a span {
    position: relative;
    padding-left: 3rem;
}
.cta-btn-wp a:hover {
  background-color: #53c549;
	border-bottom: 3px solid #4fa946;
  color: #fff;
}
.cta-btn-wp {
	padding: 38px 0 0 140px;
}
.cta-tel-wp {
	padding-right: 8rem;
}
.bg-w {
	background-color: #fff;
	margin-bottom: 3em;
	padding: 2em;
	text-align: left;
}
.wp-t img {
	width: unset !important;
	margin:0 0 2em 0;
}
.wp-t p {
	font-size: 1.5rem;
}
.wp-t {
	width: 65%;
}
.wp-t p {
	margin-bottom: 0;
}
.bg-gr.hi {
	padding: 7em 0 1em;
}
.sec4.alignwide {
	padding: 0;
}
.flw .bxb {
	border: solid 5px #0b3c78;
	padding: 2em;
	text-align: left;
	margin-bottom: 6em;
	position: relative;
}
.flw h3 {
	margin: 0 0 0.6em 0;
	font-size: 2rem;
}
.flw h3 span {
	display: inline-block;
	color: #fff;
	background-color: #0b3c78;
	font-size: 1.5rem;
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
	margin-top: -10px;
}
.flw p {
	font-size: 1.5rem;
	margin-bottom: 0 !important;
}
.kansa-bx {
	background-color: #f0fbff;
	padding: 2em;
	position: relative;
}

.flw .yj::after {
    height: 2.5rem;
    left: calc(50% - 3rem);
    top: calc(100% + 3rem);
    width: 5rem;
    background: url(../businesspress/images/top/down.svg);
    content: "";
    display: block;
    position: absolute;
}
.kansa-bx p {
	font-size: 1.3rem;
}

.kansa-bx-wp {
	padding-top: 6em;
	background-image: url(../businesspress/images/top/flw03.png);
	background-position: top center;
	background-repeat: no-repeat;
		margin-top: 1em;
}
.kansa-bx ul {
	margin: 1em 0 0 0 !important;
}
.kansa-bx li {
	text-indent: -1em;
	padding-left: 1em;
}
.kansa-bx::after {
    content: "";
    display: inline-block;
    width: 126px;
    height: 159px;
    background: url(../businesspress/images/top/flw02.png);
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 10%;
}
.flw .bxb:last-child {
    margin-bottom: 0;
}
.flw {
	margin: 0 !important;
}
.wp-t img {
	margin:0 0 1em 0;
}
.sec6 {
	padding: 7em 0;
}
.bg-bl {
	background-color: #0b3c78;
	padding: 7em 0;
}

.bg-bl h2 {
    font-size: 3.4rem;
    line-height: 1.7;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    color: #fff;
    margin-bottom: 40px;
}
.company-detail {
	text-align:left;
	color: #fff;
	width: 80%;
	margin: 0 auto;
}
.company-detail dl {
    width: 100%;
    display: table;
    border-bottom: solid 1px #fff;
	font-size: 1.4rem;
}
.company-detail dl dt {
    width: 25%;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.company-detail dl dd {
    width: 75%;
    padding: 1em;
    display: table-cell;
}
.company-detail ul {
    margin: 0 !important;
}
.company-detail ul li {
    text-indent: -1em;
	padding-left: 1em;
}
.fol {
	width: 85%;
}
.for {
	width: 10%;
}
.fl.fo {
	width: 60%;
	margin: 0 auto;
	font-size: 1rem;
	padding: 2em 0;
}



.column-head {
    background-image: url(../businesspress/images/column/bg-clm_pc.png);

position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    height: 280px;
}

.fvEntry_title {
    text-shadow: 0 0 1rem rgba(0, 0, 0, .3);
    font-weight: bold;
    line-height: 1.4;
    font-size: 3rem;
	margin-bottom: 0.1em !important;
}
.column-wp {
	overflow: hidden;
    background-color: #eaeef4;
}
.column-top.alignwide {
	padding-top: 4em;
	padding-bottom: 4em;
}
.post-grid .entry-header {
	background-color: #fff;	
}
.post-grid .entry-title {
    padding: 1em;
        font-size: 1.3rem;
}
.post-thumbnail a {
	display: block;
	text-decoration: none;
	    transition: all .3s ease-in-out;
}
.post-thumbnail a:hover {
   box-shadow: 0 0 25px rgba(0,0,0,.20);
}
.dy {
	padding: 0 1em 1em 0;
    text-align: right;
    display: block;
    color: #bbb;
    font-size: 0.8em;
}

.hentry {
    margin-bottom: 4rem !important;
}

.single-wp {
    overflow: hidden;
    background-color: #eaeef4;
}
.single-top {
	background-color: #fff;
	margin: 3em 0;
}
.entry_inner {
	width: 70rem;
    margin: 0 auto;
	padding: 2em 0;
}
.entry_inner h1 {
	color: #0d2c61;
    line-height: 1.4;
    margin: 0.5em 0;
    font-size: 2.7rem;
}
.entry_inner time {
	text-align: right;
    display: block;
	margin-bottom: 0.5em;
}
.entry_inner p {
	font-weight: normal;
	font-size: 1.25rem;
}

.box-gr1 {
    background-color: #f8f6f6;
    padding: 1.5em 2em;
    margin-bottom: 2em;
}
.box-gr1 ul.li-1 {
    margin: 0 !important;
}
.box-gr1 ul.li-1 li {
    position: relative;
    padding-left: 15px;
    list-style: none;
    line-height: 2;
    font-weight: bold;
}
.box-gr1 ul.li-1 li::before {
    position: absolute;
    display: block;
    content: "";
    background: #0d2c61;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

#main-eyecatch {
    text-align: center;
    margin-bottom: 2em;
}
.single-wp .entry_inner h2 {
	background-color: #0d2c61;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    padding: 2rem 2.5rem;
    font-size: 2rem;
}
.single-wp .entry_inner h3 {
	color: #0d2c61;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 1rem;
    border-bottom: .3rem solid #0d2c61;
    font-size: 1.8rem;
}
.box_16 {
    border: 1px solid #0d2c61;
    margin: 2.5em auto;
}
.box_16_ttl {
    margin: 0;
    background: #0d2c61;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.1em;
}
.box_16_txt {
    margin: 0;
    padding: 1em;
}
.box_16 li {
    list-style: none;
    line-height: 2;
    background: url(../businesspress/images/column/ck-li.png) 0 5px no-repeat;
    background-size: 19px;
    padding-left: 1.9em;
}
.box_16_txt ul {
    margin: 0;
    padding: 0;
}
.single-wp .entry_inner h4 {
	border-left: solid 5px #0d2c61;
    font-size: 1.5rem;
    padding: 0.2em 0 0.2em 0.6em;
    margin-bottom: 0.7em;
    margin-top: 2em;
	color: #0d2c61;
}
.information {
    background-color: #f3f3f3;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 4em;
}
.information p {
    margin-bottom: 0;
}

.entry_inner a:visited,.entry_inner a:link {
	color: #4693f5;
}
.entry_inner a:hover {
	text-decoration: none;
}

.p-voice li.p-voice_box {
    margin-bottom: 0 !important;
}
.p-voice .p-voice_images {
    width: 13%;
}
.p-voice_images img:not(.size-st_header_slider), video, object {
    max-width: 100%;
    height: auto;
    border: none;
}
.p-voice .p-voice_text {
    width: 84%;
}
.sp {
    display: none;
}
.p-voice .p-voice_box {
    display: flex
;
    border-bottom: 1px solid #ccc;
    padding-top: 2em;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-voice li.p-voice_box {
    margin-bottom: 0 !important;
}

.clearfix {
    display: block;
}
.clearfix:before {
    content: "";
    display: block;
    clear: both;
}
.st-kaiwa-face {
    text-align: center;
    display: table-cell;
    width: 60px;
    vertical-align: top;
}
.st-kaiwa-face img {
    border-radius: 60px;
    border: 1px solid #ccc;
}
.st-kaiwa-face-name {
    color: #616161;
    font-size: 70%;
    line-height: 1.5;
    max-width: 60px;
}
.st-kaiwa-area {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.kaiwaicon3 .st-kaiwa-hukidashi, .kaiwaicon3 .st-kaiwa-hukidashi2 {
    background-color: #eaf7ff;
}
.kaiwaicon3 .st-kaiwa-hukidashi:after {
    border-color: transparent #eaf7ff transparent transparent;
}
.st-kaiwa-hukidashi:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f9f9f9 transparent transparent;
}

.st-kaiwa-hukidashi {
    display: inline-block;
    padding: 15px 20px;
    margin-left: 20px;
    border-radius: 7px;
    position: relative;
    background-color: #f9f9f9;
}
.single-wp .entry_inner caption {
    text-align: left;
    margin-bottom: 5px !important;
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-check-square:before {
    color: #0d2c61;
    font-size: 2rem;
    margin-right: 5px;
    float: left;
    margin-top: -5px;
}
.design01 th, .design02 th {
    padding: 10px;
    background: #0d2c61;
    border: solid 1px #dddddd;
    text-align: center;
    color: #fff;
}
caption em {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	font-style: normal;
}


html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}
#toc {
    margin: 60px auto;
    width: 75%;
    padding: 1.5em 3em 1.5em 1.5em;
    background-color: #eaeef4;
}
#toc .mokuji {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#toc ol {
    counter-reset: number;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 20px;
	font-size: 1.25rem;
}
#toc ol li {
    line-height: 1.9em;
}


#toc a:visited,#toc a:link {
	color: #444;
	text-decoration: none;
	border-bottom: .1rem dotted #b7c0cf;
	display: block;
}
#toc a:hover {
	text-decoration: underline;
}

.ctabx-01 {
    background-image: url(../businesspress/images/column/cta-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 1.6rem 1.6rem;
}
.ctabx-01 img {
	width: auto !important;
}

.ctabx-body {
	background-color: #fff;
	text-align: center;
	padding-top: 2em;
}
.ctabx-head {
	padding-top: 0.5em;
}

.ctabx-body .ct {
	margin: 0 auto;
}
.ctabx-head img {
	margin: 0 auto;
}

.ctabx-01 .cta-btn-wp {
    padding: 0;
	margin: 2em 0 2em 2em;
}
.ctabx-01 .cta-tel-wp {
    padding: 0;
	width: 45%;
	margin: 2.5em 2em 0 0;
}


.ctabx-01 .cta-btn-wp a {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    background-color: #0aaf05;
    border-bottom: 3px solid #048700;
    border-radius: 10px;
    text-decoration: none;
    width: 380px;
    height: 82px;
    font-size: 2rem;
    line-height: 82px;
}

.ctabx-01 .cta-btn-wp a span::before {
    content: "";
    display: inline-block;
        width: 38px;
    height: 28px;
    background: url(../businesspress/images/top/ico-mail.png);
    background-size: contain;
    position: absolute;
    top: 4px;
    left: -9px;
}

.ctabx-01 .cta-btn-wp a:hover {
    opacity: 0.7;
}

.pum-theme-213 .pum-container, .pum-theme-default-theme .pum-container {
	padding: 0 !important;
	background-color: unset !important;
	box-shadow: none !important;
}

#sp-fixed-menu{
		display:none;
}

/* 001 */
.button001 {
    padding: 3em 0 1em;
}
.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131 !important;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none !important;
}
.button001 a:hover {
    background: #313131;
    color: #FFF !important;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

.ctabx-body-tp {
	border-bottom: dotted 2px #ccc;
    padding-bottom: 2em;
    width: 92%;
    margin: 0 auto;
}



.con-head {
    background-image: url(../businesspress/images/contact/bg-con_pc.png);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    height: 280px;
}

.con-innner {
	width: 1000px;
	margin: 0 auto;
	padding: 4em 0;
}

.con-innner .lead {
	text-align: left;
}

.con-innner .lead p {
    font-weight: normal;
    font-size: 1.25rem;
}
.tith {
	background-color: #0d2c61;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    margin: 4rem 0 2rem;
    padding: 1.5rem 2rem;
    font-size: 2.2rem;
    text-align: left;
}

.con_table {
	text-align: left;
	font-weight: normal;
    font-size: 1.25rem;
}

.con_table .item {
    border-bottom: 1px solid #ccc;
}
table.con_table th, table.con_table td {
    border:none !important;
    padding: 1em 1.2em;
}
table.con_table th {
	width: 200px;
}
.con_table th {
    background-color: unset !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: solid 1px #e6e6e6;
    color: #777;
    margin-top: 0 !important;
    padding: 0.6em;
}
table.con_table .require {
    padding: 3px 4px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
    line-height: 12px;
    font-style: normal;
    border-radius: 2px;
    zoom: normal;
    background: #e53e3e;
}

.entry_ft {
	border: 2px solid #DCDCDC;
    padding: 1em;
	background-color: #fff;
	margin: 4em 0 0 0;
}
.entry_ft p {
	text-align: left;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 1.1rem;
}


.entry_ft a:hover {
	text-decoration: none;
}
.add-num {
	margin-bottom: 0.5em;
}
.entry_form.thks {
	padding: 5em 0;
}
.entry_form.thks p {
	font-weight: normal;
    font-size: 1.25rem;
}



.con-img img {
	width: auto !important;
    margin: 0 auto;
}

.con-img.zu img {
	width: revert-layer !important;
    margin: 0 auto;
}
















































@media (max-width: 1240px) {
.nayami ul {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.nayami ul li {
    width: 23%;
}
.sec2 ul li {
  width: 49%;
}		
.sec2 ul li:nth-child(1),.sec2 ul li:nth-child(2) {
    margin-bottom: 1em;
}	
.cta1 {
    background-color: #fff8eb;
    border-radius: 10px;
    padding: 3em 2em;
    width: unset;
    margin: 0 auto 50px;
}
	.cta-btn-wp {
		padding: 38px 0 0 0;
		width: 40%;
	}	
.cta-tel-wp {
    padding: 0;
    width: 60%;
}
	.cta-btn-wp a {
    width: 100%;
}
	img.cta-tel {
    width: 100%;
	}
.cta-btn-wp a span::before {
width: 39px;
    height: 29px;
}
.wp-t {
	width: 58%;
}
.wp-i {
	width: 35%;
}
	

	
	
}	
	
@media (max-width: 1160px) {
.cta1-txt-wp,.cta1-btn-wp {
	margin: 0;
}
	.pc2 {
		display: none;
	}
	.kansa-bx::after {
    width: 85px;
    height: 107px;
    right: 5%;
}
	.entry_inner {
    width: 100%;
}	
	.entry_inner_con {
		padding: 0 2em;
	}
	.ctabx-01 .cta-btn-wp a {
    width: 100%;
    height: 75px;
    font-size: 1.8rem;
    line-height: 75px;
}
.ctabx-01 .cta-btn-wp a span::before {
    width: 31px;
    height: 23px;
    top: 4px;
    left: -4px;
}
.ctabx-01 .cta-btn-wp {
    margin: 1em 0 1em 2em;
}
.ctabx-01 .cta-tel-wp {
    margin: 2em 2em 0 0;
}
.ctabx-body {
    padding-top: 1em;
}
.ctabx-body-tp {
    padding-bottom: 1em;
}
	
	
}
@media (max-width: 1050px) {
.cta1-txt-wp span {
    font-size: 1.6rem;
}
.cta1 p {
    font-size: 1.4rem;
}
	.con-innner {
    width: 100%;
}
	table.con_table th {
    width: 30%;
}

}
@media (max-width: 965px) {
.cta-tel-wp {
        padding: 0.5em 0 0 0
	}
}

@media (max-width: 900px) {
.cta-btn-wp a {
    font-size: 1.8rem;
	    height: 70px;
	line-height: 70px;
}
}

@media (max-width: 845px) {
.cta1-btn-wp a {
    width: 270px;
    height: 60px;
    font-size: 1.7rem;
    line-height: 60px;
}
.cta-tel-wp {
        padding: 1em 0 0 0
	}
	
	.kansa-bx ul li:nth-child(3) {
	width: 72%;
}
}



@media (max-width: 780px) {
.cta-area {
    padding: 4rem 0 0rem 0;
}
	.sec6 {
		padding: 5em 20px 5em !important;
	}
	.bg-bl {
		padding: 5em 0;
	}
		.entry_inner_con {
		padding: 0;
	}
	.entry_inner h1 {
    font-size: 2.5rem;
}
	#toc {
    padding: 1.5em 2em 1.5em 0.5em;
		width: 85%;
}
	html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
}


@media (max-width: 730px) {
.cta-btn-wp a {
        width: 100%;
    }
    .cta-btn-wp a span::before {
        width: 30px;
        height: 22px;
		top: 3px;
    left: 0px;
    }
	.cta-tel-wp {
        padding: 1.5em 0 0 0;
    }
	.cta-tit {
    font-size: 1.8rem;
    line-height: 1.5;
}
	
	    table.con_table td,table.con_table th {
        width: 100%;
        display: block;
    }
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    width: 100%;
}
	table.con_table td {
    padding: 0.5em 0 1em;
}
	
	table.con_table th {
    padding: 1em 0 0;
}
	
	
	
}



@media (max-width: 710px) {
	.cta1.fl {
		display: inherit;
}
.cta1 {
    padding: 2em;
}
.cta1-txt-wp {
	margin-bottom: 1em;
}
    .cta1-btn-wp a {
        width: 90%;
    }	
	.cta1-btn-wp a span::before {
    top: -2px;
}
	
.fol {
    width: 80%;
}
	.for {
    width: 15%;
}
.fl.fo {
    width: 90%;
	margin: 0 auto;
}
	.cpy {
    padding: 1em 0;
}
	.ctabx-body .ct {
	width: 90% !important;
}
	
	.single-top {
    margin: 0;
}
}

@media (max-width: 640px) {
	#sp-fixed-menu{
		display: block;
   position: fixed;
   width: 100%;
   bottom: 0px;
   z-index: 10000;
}
		#sp-fixed-menu img {
		width: 100%;
			height: auto;
			vertical-align: bottom;
}
	.pum-theme-213 .pum-container, .pum-theme-default-theme .pum-container {
		display: none;
	}
}	
	
@media (max-width: 620px) {
.nayami ul li {
    width: 47%;
}
.nayami ul li:nth-child(1),.nayami ul li:nth-child(2) {
    margin-bottom: 1.5em;
}	
.sec1 h2,.sec4 h2,.sec5 h2,.sec6 h2 {
    font-size: 2.4rem;
    line-height: 1.3;
	margin-bottom: 30px;
}
h2.tit {
    font-size: 2.4rem;
    line-height: 1.3;
	margin-bottom: 15px;
}
.sec1 h2 span,.sec4 h2 span {
    font-size: 1.7rem;
	margin-bottom: 0.3em;
}
.sec2 ul {
    margin: 2em 0 4em;
}
.bg-gr {
    padding-top: 3rem;
}
.nayami .t1 {
    font-size: 2rem;
	margin-bottom: 20px;
}
.nayami .t2 {
    font-size: 1.5rem;
    margin-bottom: 40px !important;
}	
	.si img {
		width: 90% !important;
	}	
.sec2 ul li {
        width: 100%;
    }
.sec2 ul li:nth-child(1),.sec2 ul li:nth-child(2),.sec2 ul li:nth-child(3) {
    margin-bottom: 1.2em;
}	
img.cta-pnt {
    width: 80% !important;
    margin: 0 auto;
}
.cta-tit {
        font-size: 1.6rem;
        line-height: 1.5;
    }
	.cta-area .fl {
		display: inherit;
	}
.cta-btn-wp {
        padding: 27px 0 0 0;
        width: 100%;
	margin-bottom: 1.5rem;
    }
.cta-btn-wp a span::before {
        width: 40px;
        height: 30px;
        top: -3px;
        left: -15px;
    }
.cta-tel-wp {
        padding: 0;
	width: 100%;
	text-align: center;
    }
.cta-tel-wp a {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    background-color: #ed203d;
    border-bottom: 3px solid #a6152a;
    border-radius: 10px;
    text-decoration: none;
	width: 100%;
	text-align: center;
}
	.cta-tel-wp .sp img {
		width: 60%;
		margin: 0 auto;
	}	

.cta-btn-wp a {
    width: 100%;
    height: auto;
    line-height: inherit;
}
	.cta1-btn img {
		width: 70% !important;
		margin: 0 auto;
	}
	
.wp-t {
	width: 100%;
}
.wp-i {
	width: 100%;
}
	
	
.bg-gr.hi {
    padding: 5em 0 1em;
}
	.wp-t img.sp {
		    margin: 0 auto 2em;
	}	
	
.flw h3 span {
    display: block;
    color: #fff;
    background-color: #0b3c78;
    font-size: 1.5rem;
    padding: 0.1em 0.3em;
    width: 40%;
    text-align: center;
	margin: 0 auto 10px;
}
.flw h3 {
    text-align: center;
}
.flw .bxb {
    padding: 1.5em;
}

.kansa-bx::after {
        width: 61px;
        height: 77px;
        right: 3%;
    }
.kansa-bx {
    padding: 1.5em;
}
	
.column-head,.con-head {
            height: 120px;
        padding-top: 1em;
}
.fvEntry_title {
    font-size: 2.2rem;
}
	
    .ctabx-01 .cta-btn-wp {
        margin: 1.5em auto 1em;
        width: 85%;
    }
	.ctabx-01 .cta-tel-wp {
        margin: 0 auto 1.5em;
        width: 85%;
    }
	.cta-tel-wp .sp img {
        width: 70% !important;
        margin: 0 auto;
    }
	
	.ctabx-01 .cta-btn-wp a {
    height: auto;
}
	
.tith {
    font-size: 1.8rem;
}
	
.entry_form.thks {
    padding: 4em 0;
    text-align: left;
}
	
	
	
	
	
	
	
}




















@media (max-width: 590px) {
  .evt-info dl {
    display: flow;
  }
  .evt-info .ev-img,.evt-info .deta {
    width: 100%;
  }
  .evt-info .deta {
    display: table-cell;
  }
	.entry_inner h1 {
        font-size: 2.2rem;
    }
	
	.single-wp .entry_inner h2 {
    padding: 1.5rem 2rem;
    font-size: 2rem;
}
	.single-wp .entry_inner h3 {
    font-size: 1.6rem;
}
	
	
	
	
	
}
.sec1, .sec2, .sec4, .sec5 {
  margin-bottom: 100px;
}
.sec-p {
  margin-top: 21px;
}
.p-home-free-design {
  display: grid;
  gap: 2px;
}
.c-contents-list, .p-flow-cv-list, .p-home-free-design, .p-home-intro-award__list, .p-home-movie-section__body {
  grid-template-columns: repeat(3, 1fr);
}
.wow.to-up.animated {
  transform: translateY(0);
}
.wow.delay1 {
  transition-delay: .1s;
}
.wow.animated {
  opacity: 1;
}
.wow {
  transition: all 3s cubic-bezier(.19, 1, .22, 1);
}
.p-home-free-design__link {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.p-home-free-design__text {
  padding: 80px 60px;
}
.p-home-free-design__text {
  position: absolute;
  margin: auto;
  inset: 0;
  padding: 25% 0px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .25));
  z-index: 2;
  text-align: center;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-en {
  font-family: "Roboto Condensed", sans-serif;
}
.p-home-free-design__en {
  font-size: 5rem;
}
.p-home-free-design__en {
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
}
.p-home-free-design__ja {
  font-size: 2rem;
}
.p-home-free-design__ja {
  margin-top: .5em;
  font-size: 2.6rem;
  letter-spacing: .2em;
}
.c-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: .15em;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
}
.p-home-free-design__lead {
  font-size: 1.4rem;
}
.p-home-free-design__nav {
  margin-top: 30px;
}
.p-home-free-design__btn {
  color: inherit;
  box-shadow: 0 0 0 1px #fff;
  font-size: 1.6rem;
}
.c-btn__icon--whtie {
  background-color: #fff;
}
.alignwide-f {
  width: 100%;
}
a.p-home-free-design__link:hover {
  color: #fff;
}
.c-sub {
  font-size: 1.6rem;
  letter-spacing: .2em;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media (max-width: 920px) {
  .p-home-free-design__text {
    padding: 10% 0px;
  }
}
@media (max-width: 820px) {
  .p-home-free-design {
    display: inherit;
  }
  .sec-p {
    margin-top: 10px;
  }
  .alignwide-f article {
    height: 400px;
    border-bottom: 2px solid #fff;
  }
}
@media (max-width: 781px) {
  .alignwide {
    padding: 0 20px;
    width: inherit !important;
  }
}

@media (max-width: 450px) {
  .p-home-free-design__text {
    padding: 20% 0px;
  }
	    .cta-tel-wp .sp img {
        width: 80%;
        margin: 0 auto;
    }
		.cta1-btn img {
		width: 80% !important;
		margin: 0 auto;
	}
}
.img_wrap {
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
.img_wrap img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.c-txt {
  font-size: 1.4rem;
}
.c-btn.w {
  color: inherit;
  box-shadow: 0 0 0 1px #fff;
}
.jirei-wrap {
  background-image: url(../businesspress/images/top/top05.png);
  background-position: left top;
  background-size: 44% 100%;
  background-repeat: no-repeat;
  min-height: 600px;
  height: 100%;
  text-align: center;
}
.jirei {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.jirei-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jirei li {
  list-style: none;
  width: 323px;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.jirei li a {
  color: #444;
  text-decoration: none;
}
.jirei li span {
  background-color: #AD9870;
  color: #fff;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  padding: 0 10px;
}
.jirei-t {
  font-weight: bold;
  line-height: 1.5;
}
.jirei li img {
  margin-bottom: 10px;
}
.rt-box {
  width: 55%;
}
.ji-b {
  text-align: center;
  padding: 2em 0;
}
.tit-box2 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.tit-box2 .sec-tit {
  margin-right: 220px;
}
@media (max-width: 1240px) {
  .jirei-inner {
    width: 95%;
  }
  .jirei li {
    width: 48%;
  }
  .jirei-wrap {
    background-size: 44% auto;
  }
  .ji-b {
    padding: 1em 0;
  }
}
@media (max-width: 820px) {
  .jirei-inner {
    display: inherit;
  }
  .rt-box {
    width: 100%;
  }
  .jirei li {
    width: 49%;
  }
  .jirei-wrap {
    background-image: none;
    min-height: inherit;
  }
  .tit-box2 .sec-tit {
    margin-right: 0;
  }
  .tit-box2 {
    display: inherit;
  }
}
@media (max-width: 781px) {
  .jirei-inner {
    width: 93%;
  }
  .sec1, .sec2, .sec3, .sec4, .sec5 {
    margin-bottom: 50px;
  }
}
.voice-wrap {
  background-color: #F2EEE8;
}
.voice-fl {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice-fl dl {
  width: 30%;
  background-color: #fff;
  text-align: center;
}
.voice-fl dd {
  margin: 0;
}
.voice-fl dl a {
  color: #444;
  text-decoration: none;
}
.voice-fl .voice-txt {
  margin: 20px;
  text-align: left;
}
.voice-wrap {
  padding: 70px 0;
}
.voice-com {
  margin-bottom: 15px;
  text-align: left;
}
.voice-name {
  text-align: right;
  margin-bottom: 15px !important;
}
.voice-nv {
  text-align: center;
  color: #8A704B;
}
.voice-nv span {
  position: relative;
}
.voice-nv span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  background: url(../businesspress/images/top/aric.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: -17px;
}
@media (max-width: 781px) {
  .voice-fl {
    display: inherit;
  }
  .voice-wrap {
    padding: 20px 0;
  }
  .voice-fl dl {
    width: 100%;
  }
  .voice-txt {
    padding-bottom: 20px;
  }
}
.topics-info ul {
  margin: 0 !important;
}
.topics-info li {
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.topics-img {
  width: 264px;
  height: auto;
  margin-right: 20px;
}
.topics-info li a {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  color: #444;
  text-decoration: none;
}
.topics-con {
  width: 75%;
}
.topics-info li:first-child {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.topics-tit {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.topics-cat {
  padding: 3px 15px;
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.topics-dt {
  color: #929292;
  margin-bottom: 0 !important;
}
@media (max-width: 1240px) {
  .topics-img {
    width: 25%;
    height: auto;
  }
  .topics-con {
    width: 68%;
  }
}
.alignwide.alc {
  text-align: center;
  margin-top: 40px;
}
.alignwide.alc .c-btn {
  background-color: #fff;
}
@media (max-width: 781px) {
  .alignwide.alc {
    text-align: center;
    margin-top: 30px;
  }
  .topics-cat {
    padding: 2px 7px;
  }
}
@media (max-width: 450px) {
  .jirei li {
    width: 100%;
  }
}





/* よくある質問
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordion-container {
	margin: 0 auto;
	width: 80%;
	text-align: left;
}
.accordion-container p {
	margin: 0 !important;
}
.accordion-list:not(:first-child) {
	margin-top: 10px;
}

.accordion-title {
	background: #f5f5f5;
	cursor: pointer;
	padding: 2rem 4.5rem 2rem 4.5rem;
	position: relative;
	font-weight: bold;
    font-size: 1.4rem;
}

.accordion-title:after {
	position: absolute;
	display: block;
	content: '';
	top: 42%;
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #0b3c78;
	border-right: 2px solid #0b3c78;
	transform: rotate(135deg);
	transition: all .3s ease-in-out;
}

.accordion-title.open:after {
	transform: rotate(-45deg);
	top: 45%;
}

.accordion-text {
	display: none;
	padding: 20px 40px 20px 90px;
	position: relative;
}
.area-sub_tit {
    text-align: center;
    padding: 40px 0 60px;
    position: relative;
}
.accordion-list {
	margin-bottom: 20px;
}
.accordion-title::before {
    content: "Q.";
    position: absolute;
    top: 14px;
    left: 16px;
    color: #0b3c78;
    font-size: 2.2rem;
}
.accordion-text::before {
    content: "A.";
    position: absolute;
    top: 9px;
    left: 53px;
    color: #A8BFC8;
    font-size: 2.2rem;
	font-weight: bold;
}
.faq dd {
	margin: 0 0 0 1.5em;
}
.faq dd p {
	margin: 0;
}
.faq .sec1,.event .sec1 {
	margin-bottom: 0 !important;
}
@media (max-width: 700px) {
	.accordion-text::before {
		top: 10px;
    left: 10px;
}
.accordion-text {
    padding: 20px 40px 20px 40px;
}
	.header-typ1 {
    padding: 4rem 0 3rem;
}
}

.main-header-content {
    max-width: 1200px;
    flex-wrap: nowrap;
}
