@charset "utf-8";
/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  	line-height: 1.2;
  	font-family:-apple-system, BlinkMacSystemFont, Meiryo, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  	font-size: 15px;
	background-color: #fff;
  	overflow-x: hidden;
    color: #333333;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Meiryo, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, sans-serif;
}
p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol,
ul {
  list-style-type: none;
  margin: 0px;
  font-weight: 400;	
}
li,dt,dd {
  font-weight: 400;	
}

img {
  vertical-align: middle;
  border: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}
a.text-dark:hover {
  color: #29ABE2 !important;
}
a:hover {
  color: #29ABE2;
}
.mb10 {  margin-bottom: 10px !important;}
.mb20 {  margin-bottom: 20px !important;}
.mb30 {  margin-bottom: 30px !important;}
.mb40 {  margin-bottom: 40px !important;}
.mb50 {  margin-bottom: 50px !important;}
.mb60 {  margin-bottom: 60px !important;}
.mb70 {  margin-bottom: 70px !important;}
.mb80 {  margin-bottom: 80px !important;}
.mb90 {  margin-bottom: 90px !important;}
.mb100 {  margin-bottom: 100px !important;}
.mt40 {  margin-top: 40px !important;}

/*ヘッダーナビ*/
.navbar-brand {
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
.navigation {
  padding: 5px;
  transition: .3s ease;
}

.navigation.nav-bg {
  background-color:rgba(66,122,180,0.8);
}
.navbar-expand-lg {
	max-width: 1250px;
	margin: 0 auto;
}
.navbar {
	padding: 0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-nav {
	white-space: nowrap;
}

.navbar .nav-item .nav-link {
  text-transform: uppercase;
  padding: 15px;
}

.navbar .nav-item.active {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

header.navigation a {
	color: #fff;
}
header.navigation .nav-item a:hover {
	text-decoration: underline;
}

/* footer */
footer p {
	font-size: 12px;
}
/* /footer */

/*共通スタイル*/
.bold {
  font-weight: bold;
}
.bgGray {
  background: #f0f4f5;
}
.bgFooter{
	background-color:#b7d8e9;
}
.bS {
	box-shadow: 0 0 5px #999;
}
.fs {
	font-size: 13px;
}
.fz18 {
  font-size: 18px;
}
.fcBlue {
  color: #025496;
}
.fcGreen {
  color: #038396;
}
.fcWine {
  color: #7f2534;
}
.fcGreenY {
  color: #5b9640;
}
.ls01 {
  letter-spacing: 0.1em;
}
.ls02 {
  letter-spacing: 0.2em;
}
.taRspC {
  text-align: right;
}
section {
	width: 100%;
	margin: 0;
	padding: 50px 0;
}
.container {
  max-width: 1280px;
  padding: 0 15px;
}

/*メインビジュアル*/
section#secMainVisual {
  margin: 0;
  padding: 0;
  position: relative;
}
section#secMainVisual div.mainVisual {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
section#secMainVisual div.mainVisual h1 {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section#secMainVisual div.mainVisual h1 > img {
  position: absolute;
  right: 50px;
  top: 33vh;
}

/*イントロダクション*/
section#secIntro div.introwrap {  
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
section#secIntro div.introwrap div.introImg {
  text-align: center;
  padding: 0 50px 0 30px;
}
section#secIntro div.introwrap div.introTxt {
  width: calc( 100% - 300px);
}
section#secIntro div.introwrap div.introTxt h2 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
section#secIntro div.introwrap div.introTxt ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
section#secIntro div.introwrap div.introTxt ul li {
  width: 32%;
  padding: 30px 12px;
  background-color: #e0e0e0;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.5;
}
section#secIntro div.introwrap p.pIntro {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  letter-spacing: 0.1em;
}

/*インバスケット公開セミナーとは*/
section#secAbout {
  padding-top: 0;
}
section#secAbout h2#h2About {
  width: 100%;
  padding: 30px 0 80px;
  background: url("../images/aboutBg01.png") no-repeat top center;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
section#secAbout h2#h2About span {
  font-weight: normal;
  font-size: 28px;
}
section#secAbout h3#h3About {
  margin: 50px auto 20px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;  
  text-align: center;
  letter-spacing: 0.1em;
}
section#secAbout h3#h3About + p {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
section#secAbout div.aboutWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:30px 60px;
}
section#secAbout div.aboutWrap div.aboutBox {
  width: 40%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}
section#secAbout div.aboutWrap div.aboutBox h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
section#secAbout div.aboutWrap div.aboutBox h4 + p {
  text-align: left;
  line-height: 1.5;
  color: #606060;
}
section#secAbout dl.aboutInbasket {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  display: flex;
  align-items:center;
  color: #606060;  
}
section#secAbout dl.aboutInbasket dt {
  width: 240px;
  font-weight: bold;
  text-align: center;
  color: #606060; 
  display: flex;
  justify-content: center;
  align-items:center; 
}
section#secAbout dl.aboutInbasket dd {
  width: calc( 100% - 240px);
  border-left: 1px solid #606060;
  padding: 15px 20px;
  line-height: 1.5;
}

/*まずは相談してみる01*/
section#secContact01 {
  background: #dce7ed;
}
section#secContact01 p {
  font-size: 30px;
  color: #000;
  margin: 30px auto;
}
section#secContact01 div.btnContact a {
  color: #fff;
  background: #0071bc;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #0071bc;
  border-radius: 40px;
  display: block;
}
section#secContact01 div.btnContact a:hover {
  color: #0071bc;
  background: #fff;
  border: 2px solid #0071bc;
  display: block;
}
/*まずは相談してみる02*/
section#secContact02 {
  background: #dce7ed;
}
section#secContact02 p {
  font-weight: bold;
  color: #408bb5;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}
section#secContact02 div.btnContact a {
  color: #fff;
  background: #0071bc;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #0071bc;
  border-radius: 40px;
  display: block;
}
section#secContact02 div.btnContact a:hover {
  color: #0071bc;
  background: #fff;
  border: 2px solid #0071bc;
  display: block;
}
/*まずは相談してみる03*/
section#secContact03 {
  background: #dceced;
}
section#secContact03 p {
  font-weight: bold;
  color: #41b0b5;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}
section#secContact03 div.btnContact a {
  color: #fff;
  background: #41b0b5;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #41b0b5;
  border-radius: 40px;
  display: block;
}
section#secContact03 div.btnContact a:hover {
  color: #41b0b5;
  background: #fff;
  border: 2px solid #41b0b5;
  display: block;
}
/*まずは相談してみる04*/
section#secContact04 {
  background: #ede4e6;
}
section#secContact04 p {
  font-weight: bold;
  color: #7f2534;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}
section#secContact04 div.btnContact a {
  color: #fff;
  background: #7f2534;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #7f2534;
  border-radius: 40px;
  display: block;
}
section#secContact04 div.btnContact a:hover {
  color: #7f2534;
  background: #fff;
  border: 2px solid #7f2534;
  display: block;
}
/*まずは相談してみる05*/
section#secContact05 {
  background: #e9ede6;
}
section#secContact05 p {
  font-weight: bold;
  color: #4a7f2e;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}
section#secContact05 div.btnContact a {
  color: #fff;
  background: #4a7f2e;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #4a7f2e;
  border-radius: 40px;
  display: block;
}
section#secContact05 div.btnContact a:hover {
  color: #4a7f2e;
  background: #fff;
  border: 2px solid #4a7f2e;
  display: block;
}
/*まずは相談してみる06*/
section#secContact06 {
  background: #dce7ed;
}
section#secContact06 p {
  font-size: 18px;
  color: #000;
  margin: 30px auto;
}
section#secContact06 div.btnContact a {
  color: #fff;
  background: #0071bc;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #0071bc;
  border-radius: 40px;
  display: block;
}
section#secContact06 div.btnContact a:hover {
  color: #0071bc;
  background: #fff;
  border: 2px solid #0071bc;
  display: block;
}

/*法人のお客様に人気のセミナー*/
section#secSeminarBtn h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0071bc;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 5px;
  padding: 0;
}
section#secSeminarBtn div.seminarBtnWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:20px;
}
section#secSeminarBtn div.seminarBtnWrap div > a:hover {
  opacity: 0.7;
}

/*ベーシック研修*/
section#secBasic {
  background: #ebfafd;
}
section#secBasic h1 {  
  color: #408bb5;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
section#secBasic h1.titleBd {
  display: flex;
  align-items: center;
}
section#secBasic h1.titleBd::after{
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #408bb5;
  margin-left: 10px;
}
section#secBasic h2 {  
  line-height: 1;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 0;
}
section#secBasic h2 span {
  color: #fff;
  background: #025496;
  font-weight: normal;
  font-size: 30px;  
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 15px 10px;
}
section#secBasic h2 sup {
  vertical-align: super;
  font-size: 14px; 
}
section#secBasic div.reco {
  background: #fff;
  border-bottom: 1px solid #408bb5;
  margin: 20px 0 50px 0;
  padding: 20px 0 20px 10px ;
  position: relative;
}
section#secBasic div.reco h3 {
  color: #408bb5;
  margin-top: -30px;
  padding-bottom: 20px;
}
section#secBasic div.reco h3.h3titleBd {
  display: flex;
  align-items: center;  
}
section#secBasic div.reco h3.h3titleBd::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #408bb5;
  margin-left: 10px;  
}
section#secBasic div.reco ul {
  color: #025496;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#secBasic div.reco ul li {
  display: flex;
  align-items: center;
  width: 30%;
  line-height: 1.5;
}
section#secBasic div.reco ul li::before {
  content: url("../images/iconBasic.png");
  margin-right: 10px;  
}
section#secBasic div.task {
  margin: 30px 0;
}
section#secBasic div.task h3 {
  color: #408bb5;
  font-weight: bold;
  margin-left: 10px;
}
section#secBasic div.task p {
  padding: 15px;
  border: 1px solid #408bb5;
  border-radius: 6px;
}
section#secBasic h4.h4title {
  position: relative;
  color: #fff;
  background: #408bb5;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
  letter-spacing: 0.2em;
}
section#secBasic h4.h4title::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13px 0px 13px 14px;
  content: '';
  right: -14px;
  border-color: transparent #408bb5;
}

.voiceBox {
  background: #fff;
  box-shadow: 2px 2px 5px #ccc;
  padding: 15px;
  height: 100%;
}

/*グループ・ディスカッション研修*/
section#secGib {
  background: #eaf9f6;
}
section#secGib h1 {  
  color: #038396;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
section#secGib h1.titleBd {
  display: flex;
  align-items: center;
}
section#secGib h1.titleBd::after{
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #038396;
  margin-left: 10px;
}
section#secGib h2 {  
  line-height: 1;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 0;
}
section#secGib h2 span {
  color: #fff;
  background: #038396;
  font-weight: normal;
  font-size: 30px;  
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 15px 10px;
}
section#secGib div.reco {
  background: #fff;
  border-bottom: 1px solid #41b0b5;
  margin: 20px 0 50px 0;
  padding: 20px 0 20px 10px ;
  position: relative;
}
section#secGib div.reco h3 {
  color: #41b0b5;
  margin-top: -30px;
  padding-bottom: 20px;
}
section#secGib div.reco h3.h3titleBd {
  display: flex;
  align-items: center;  
}
section#secGib div.reco h3.h3titleBd::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #41b0b5;
  margin-left: 10px;  
}
section#secGib div.reco ul {
  color: #038396;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#secGib div.reco ul li {
  display: flex;
  align-items: center;
  width: 30%;
  line-height: 1.5;
}
section#secGib div.reco ul li::before {
  content: url("../images/iconGib.png");
  margin-right: 10px;  
}
section#secGib div.taskWrap {
  margin: 30px 0;
}
section#secGib div.taskWrap h3 {
  color: #41b0b5;
  font-weight: bold;
  margin-left: 10px;
}
section#secGib div.task {
  padding: 15px;
  border: 1px solid #41b0b5;
  border-radius: 6px;
}
section#secGib div.task p.pTask {
  margin: 10px 0 5px;
  padding-top: 10px;
  color: #41b0b5;
  font-size: 14px;
  border-top: 1px dashed #41b0b5;
}
section#secGib div.task ul {
  list-style: disc;
  margin: 0 0 0 20px;
  padding: 0;
  display:flex;
  flex-wrap: wrap;
}
section#secGib div.task ul li {
  margin-right: 50px;
}
section#secGib h4.h4title {
  position: relative;
  color: #fff;
  background: #41b0b5;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
  letter-spacing: 0.2em;
}
section#secGib h4.h4title::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13px 0px 13px 14px;
  content: '';
  right: -14px;
  border-color: transparent #41b0b5;
}

/*新任管理者研修*/
section#secNewmane {
  background: #f4efef;
}
section#secNewmane h1 {  
  color: #b57683;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
section#secNewmane h1.titleBd {
  display: flex;
  align-items: center;
}
section#secNewmane h1.titleBd::after{
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #b57683;
  margin-left: 10px;
}
section#secNewmane h2 {  
  line-height: 1;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 0;
}
section#secNewmane h2 span {
  color: #fff;
  background: #7f2534;
  font-weight: normal;
  font-size: 30px;  
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 15px 10px;
}
section#secNewmane div.reco {
  background: #fff;
  border-bottom: 1px solid #b57683;
  margin: 20px 0 50px 0;
  padding: 20px 0 20px 10px ;
  position: relative;
}
section#secNewmane div.reco h3 {
  color: #b57683;
  margin-top: -30px;
  padding-bottom: 20px;
}
section#secNewmane div.reco h3.h3titleBd {
  display: flex;
  align-items: center;  
}
section#secNewmane div.reco h3.h3titleBd::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #b57683;
  margin-left: 10px;  
}
section#secNewmane div.reco ul {
  color: #963541;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#secNewmane div.reco ul li {
  display: flex;
  align-items: center;
  width: 30%;
  line-height: 1.5;
}
section#secNewmane div.reco ul li::before {
  content: url("../images/iconNewmane.png");
  margin-right: 10px;  
}
section#secNewmane div.taskWrap {
  margin:30px 0;
}
section#secNewmane div.taskWrap h3 {
  color: #963541;
  font-weight: bold;
  margin-left: 10px;
}
section#secNewmane div.task {
  padding: 15px;
  border: 1px solid #963541;
  border-radius: 6px;
}
section#secNewmane div.task p.pTask {
  margin: 10px 0 5px;
  padding-top: 10px;
  color: #b57683;
  font-size: 14px;
  border-top: 1px dashed #b57683;
}
section#secNewmane div.task ul {
  list-style: disc;
  margin: 0 0 0 20px;
  padding: 0;
  display:flex;
  flex-wrap: wrap;
}
section#secNewmane div.task ul li {
  margin-right: 50px;
  line-height: 1.5;
}
section#secNewmane h4.h4title {
  position: relative;
  color: #fff;
  background: #963541;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
  letter-spacing: 0.2em;
}
section#secNewmane h4.h4title::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13px 0px 13px 14px;
  content: '';
  right: -14px;
  border-color: transparent #963541;
}

/*部下育成研修*/
section#secSub {
  background: #f6f9f2;
}
section#secSub h1 {  
  color: #86aa6f;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
section#secSub h1.titleBd {
  display: flex;
  align-items: center;
}
section#secSub h1.titleBd::after{
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #86aa6f;
  margin-left: 10px;
}
section#secSub h2 {  
  line-height: 1;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 0;
}
section#secSub h2 span {
  color: #fff;
  background: #4a7f2e;
  font-weight: normal;
  font-size: 30px;  
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 15px 10px;
}
section#secSub div.reco {
  background: #fff;
  border-bottom: 1px solid #4a7f2e;
  margin: 20px 0 50px 0;
  padding: 20px 0 20px 10px ;
  position: relative;
}
section#secSub div.reco h3 {
  color: #4a7f2e;
  margin-top: -30px;
  padding-bottom: 20px;
}
section#secSub div.reco h3.h3titleBd {
  display: flex;
  align-items: center;  
}
section#secSub div.reco h3.h3titleBd::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #95b582;
  margin-left: 10px;  
}
section#secSub div.reco ul {
  color: #5b9640;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#secSub div.reco ul li {
  display: flex;
  align-items: center;
  width: 30%;
  line-height: 1.5;
}
section#secSub div.reco ul li::before {
  content: url("../images/iconSub.png");
  margin-right: 10px;  
}
section#secSub div.taskWrap {
  margin:30px 0;
}
section#secSub div.taskWrap h3 {
  color: #4a7f2e;
  font-weight: bold;
  margin-left: 10px;
}
section#secSub div.task {
  padding: 15px;
  border: 1px solid #95b582;
  border-radius: 6px;
}
section#secSub div.task p.pTask {
  margin: 10px 0 5px;
  padding-top: 10px;
  color: #86aa6f;
  font-size: 14px;
  border-top: 1px dashed #86aa6f;
}
section#secSub div.task ul {
  list-style: disc;
  margin: 0 0 0 20px;
  padding: 0;
  display:flex;
  flex-wrap: wrap;
}
section#secSub div.task ul li {
  margin-right: 50px;
  line-height: 1.5;
}
section#secSub h4.h4title {
  position: relative;
  color: #fff;
  background: #4a7f2e;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
  letter-spacing: 0.2em;
}
section#secSub h4.h4title::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13px 0px 13px 14px;
  content: '';
  right: -14px;
  border-color: transparent #4a7f2e;
}

/*さまざまな研修プログラム*/
section#secOtherprg p.pPrg {
  margin: 0 0 50px;
  padding: 0;
  font-size: 24px;
  color: #0071bc;
  text-align: center;  
}
section#secOtherprg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
section#secOtherprg ul li {
  width: 30%;
  min-height: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  border-bottom: 1px solid #0071bc;
  display: flex;
  align-items: center;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
}
section#secOtherprg ul li a {
  color: #293259;
}
section#secOtherprg ul li a:hover {
  color: #0071bc;
}


@media (max-width: 1500px) {
  section#secMainVisual div.mainVisual h1 > img {
    top: 25vh;
    width: 60%;
  }
}


@media (max-width: 1200px) {
	.container {
		max-width: 1140px;
	}
  /*ヘッダーナビ*/
  .navbar-brand {
    font-size: 15px;
  }
  .navbar .nav-item .nav-link {
    font-size: 13px;
    padding: 15px 10px;
  }
  section#secMainVisual div.mainVisual h1 > img {
    top: 20vh;
    width: 60%;
  }
  /*各研修見出し*/
  section#secBasic h2,
  section#secGib h2,
  section#secNewmane h2,
  section#secSub h2 {  
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  header {
		z-index: 9999;
		transform: translate3d(0px, 0px, 300px);
	}
    .navigation {
    padding: 5px;
    background-color:rgba(66,122,180,1);
  }
	.navbar-toggler {
		padding: 0;
  		width: 35px;
  		height: 35px;
  		box-sizing: border-box;
  		position: relative;
		color: #fff;
	}
	.navbar-toggler .navbar-toggler-icon {
		background-image:none; /* 背景画像を無効化 */
		background-color: #fff;
		width: 28px;
		height: 2.5px;
		display: block;
		position: absolute;
		transition: ease .3s;
	}
	/* 3本のバーそれぞれの座標を設定 */
	.navbar-toggler-icon:nth-of-type(1) {top:6px;}
	.navbar-toggler-icon:nth-of-type(2) {top:15px;}
	.navbar-toggler-icon:nth-of-type(3) {top:24px;}
	/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
	top:13px;
	transform: rotate(45deg);
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
	opacity: 0;
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
	top:13px;
	transform: rotate(-45deg);
	}
	
	.navbar-nav{
		border-top: 1px solid #fff;
	}
  .navbar-brand {
    margin-left: 10px;
    font-size: 15px;
    vertical-align: middle;
  }
  .navbar-brand > img {
    vertical-align: middle;
  }
  section#secMainVisual div.mainVisual h1 > img {
    width: 60%;
  }	
}
@media (max-width: 768px) {
	section {
		padding: 30px 0;
	}
  section#secMainVisual div.mainVisual h1 > img {
    top: 15vh;
  }
  section#secIntro div.introwrap div.introImg {
    padding: 0 20px;
    width: 230px;
  }
  section#secIntro div.introwrap div.introTxt {
    width: calc( 100% - 230px);
  }
  section#secIntro div.introwrap div.introTxt h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  section#secIntro div.introwrap div.introTxt ul {
    display: block;
  }
  section#secIntro div.introwrap div.introTxt ul li {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 12px;
  }
  section#secIntro div.introwrap p.pIntro {
    text-align: left;
    letter-spacing: 0.05em;
  }
  section#secAbout div.aboutWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px 30px;
  }
  section#secAbout dl.aboutInbasket dt {
    width: 200px;
  }
  section#secAbout dl.aboutInbasket dd {
    width: calc( 100% - 200px);
  }
  section#secSeminarBtn div.seminarBtnWrap {
    justify-content: flex-start;
  }
  /*まずは相談してみる01,06*/
  section#secContact01 p {
    font-size: 24px;
  }
  section#secContact06 p {
    font-size: 18px;
  }
  section#secContact01 div.btnContact a,
  section#secContact06 div.btnContact a {
    font-size: 20px;
    width: 300px;
  }
  /*まずは相談してみる02,03,04.05*/
  section#secContact02 div.btnContact a,
  section#secContact03 div.btnContact a,
  section#secContact04 div.btnContact a,
  section#secContact05 div.btnContact a {
    font-size: 20px;
    width: 300px;
  }
  /*各研修見出しh2 span*/
  section#secBasic h2 span,
  section#secGib h2 span,
  section#secNewmane h2 span,
  section#secSub h2 span {
    font-size: 25px;  
  }
  /*さまざまな研修プログラム*/
  section#secOtherprg ul {
    justify-content: space-around;
  }
  section#secOtherprg ul li {
    font-size: 16px;
    width: 40%;
  }
	
}

@media (max-width: 576px) {
  header {
		z-index: 9999 !important;
		transform: translate3d(0px, 0px, 300px) !important;
	}
	.navigation {
	  	background-color:rgba(66,122,180,1.0);
	}
	.navbar .nav-item .nav-link {
		padding: 10px;
	}
	.collapse.show {
		transition: 0.3s;
	}
	footer p img {
		width: 24%;
		height: auto;
	}
	footer .py-5{
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
  
  
  .taRspC {
    text-align: center;
  }
  .img-sp4 {
    width: 40%;
    height: auto;
  }
  section {
		padding: 30px 0;
	}
  section#secMainVisual {
    margin-top: 45px;
  } 
  section#secMainVisual div.mainVisual h1 > img {
    width: 80%;
    right: 15px;
    top: 6vh;
  }
	
  /*イントロダクション*/
  section#secIntro div.introwrap div.introImg {
    width: 120px;
    margin-top: 70px;
    padding: 0 5px;
  }
  section#secIntro div.introwrap div.introTxt {
    width: calc( 100% - 120px);
  }
  section#secIntro div.introwrap div.introTxt h2 {
    font-size: 22px;
    width: 100vw;
    margin-left: calc(38% - 50vw);
  }
  section#secIntro div.introwrap div.introTxt ul {
    display: block;
  }
  section#secIntro div.introwrap div.introTxt ul li {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
  /*インバスケット公開セミナーとは*/
  section#secAbout h2#h2About {
    width: 100%;
    padding: 10px 0 50px;
    background: url("../images/aboutBg01.png") no-repeat top center;
    background-size: 220%;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  section#secAbout h2#h2About span {
    font-weight: normal;
    font-size: 20px;
  }
  section#secAbout h3#h3About {
    margin: 20px auto;
  }
  section#secAbout h3#h3About + p {
    margin-bottom: 15px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  section#secAbout div.aboutWrap {
    padding: 0 30px;
    display: block;
  }
  section#secAbout div.aboutWrap div.aboutBox {
    width: 100%;
    margin-bottom: 15px;
  }
  section#secAbout dl.aboutInbasket {
    width: 100%;
    margin: 50px auto;
    display: block;
  }
  section#secAbout dl.aboutInbasket dt {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  section#secAbout dl.aboutInbasket dd {
    width: 100%;
    border-left: none;
  }
  /*まずは相談してみる01,06*/
    section#secContact01 p {
      font-size: 20px;
    }
    section#secContact06 p {
      font-size: 16px;
    }
  /*法人のお客様に人気のセミナー*/
  section#secSeminarBtn h2 {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  section#secSeminarBtn div.seminarBtnWrap img {
    height: 43px;
    width: auto;
  }
  /*各研修見出しh2 span*/
    section#secBasic h2 span,
    section#secGib h2 span,
    section#secNewmane h2 span,
    section#secSub h2 span {
    font-size: 22px;  
  }
  section#secBasic div.reco ul,
  section#secGib div.reco ul,
  section#secNewmane div.reco ul,
  section#secSub div.reco ul {
    display: block;
  }
  section#secBasic div.reco ul li,
  section#secGib div.reco ul li,
  section#secNewmane div.reco ul li,
  section#secSub div.reco ul li{
    width: 95%;
    margin-bottom: 15px
  }
  /*さまざまな研修プログラム*/
  section#secOtherprg p.pPrg {
    margin: 0 0 20px;
    font-size: 20px;
  }
  section#secOtherprg ul {
  }
  section#secOtherprg ul li {
    width: 45%;
    font-size: 15px;
    padding-right: 30px;
  }
	
}
@media(min-width: 567px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

	
	
	
	
	