@charset "UTF-8";
html, body {
  height: 100%;
  font-family: "メイリオ", sans-serif;
}

.missarea {
  line-height: 1.4em;
  color: #e32525;
}

.mainHeader {
  background: url(../img/common/main_bg1.jpg);
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  border-top: 5px solid #000;
  align-items: center;
  box-sizing: border-box;
}
.mainHeader img {
  width: 88%;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}

.sectionType1 .innerCont header {
  text-align: center;
  padding-top: 60px;
}
.sectionType1 .innerCont header h2 {
  width: 94%;
  font-size: 2.3em;
  font-weight: normal;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
}

.titleType1:after {
  content: "";
  display: block;
  width: 260px;
  padding-bottom: 30px;
  line-height: 1.4em;
  border-bottom: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
}

.boxAreaGroupe {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
.boxAreaGroupe .boxArea {
  width: 49%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.boxAreaGroupe .boxArea .boxAreaContents {
  border: 1px solid #000;
  padding-bottom: 30px;
}
.boxAreaGroupe .boxArea .fig1 {
  text-align: center;
}
.boxAreaGroupe .boxArea .fig1 img {
  width: 94%;
  max-width: 379px;
  height: auto;
}
.boxAreaGroupe .boxArea .fig2 {
  text-align: center;
}
.boxAreaGroupe .boxArea .fig2 img {
  width: 94%;
  max-width: 420px;
  height: auto;
}
.boxAreaGroupe .boxArea h3 {
  background: #000;
  text-align: center;
  font-size: 1.2em;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  line-height: 1.4em;
  font-weight: normal;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  min-height: 92px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
}
.boxAreaGroupe .boxArea .textArea {
  font-size: 1em;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
}
.boxAreaGroupe .boxArea .bottomTextBox {
  width: 90%;
  top: 95%;
  border: 1px solid #000;
  padding: 40px;
  box-sizing: border-box;
  left: 50%;
  background: #fff;
  line-height: 1.7em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
.boxAreaGroupe .boxArea .sourceText {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
  padding-bottom: 20px;
  word-break: break-all;
  line-height: 1.4em;
}
.boxAreaGroupe .boxArea .sourceText a {
  color: #000;
  text-decoration: none;
}

.pdt15px {
  padding-top: 15px;
}

.sectionType2 {
  text-align: center;
  background: url(../img/common/text1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 80px;
  margin-bottom: 40px;
}
.sectionType2 .innerCont .mapArea {
  background: #f5f5f5;
}
.sectionType2 .innerCont .mapArea img {
  width: 100%;
  max-width: 1322px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.sectionType2 .innerCont header h2 {
  font-size: 2em;
  font-weight: normal;
  background: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  position: relative;
}
.sectionType2 .innerCont header .subTitle1 {
  width: 80%;
  line-height: 1.4em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: #363636;
  color: #fff;
  border-radius: 40px;
  padding: 13px;
  position: relative;
  top: -21px;
  box-sizing: border-box;
  line-height: 1.4em;
}
.sectionType2 .innerCont .bottomDataArea {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10%;
  position: relative;
  z-index: 9996;
}
.sectionType2 .innerCont .bottomDataArea .figBox {
  float: left;
  width: 45%;
}
.sectionType2 .innerCont .bottomDataArea .figBox img {
  width: 100%;
  height: auto;
}
.sectionType2 .innerCont .bottomDataArea .textBox {
  float: right;
  width: 60%;
  border: 1px solid #000;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
  line-height: 1.6em;
  margin-top: -60px;
}

.sectionType3 {
  text-align: center;
  background: #f5f5f5;
  padding-bottom: 80px;
}
.sectionType3 header {
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
.sectionType3 header:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 27px;
}
.sectionType3 header h2 {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.4em;
}
.sectionType3 header .sunTitle {
  border: 1px solid #000;
  width: 80%;
  max-width: 500px;
  border-radius: 30px;
  padding: 15px;
  margin-top: 20px;
  background: #f5f5f5;
  position: relative;
  z-index: 9996;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
}
.sectionType3 div img {
  max-width: 1029px;
  width: 94%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sectionType4 header {
  /*&:after{
  	content: "";
  	display:block;
  	border-bottom:1px solid #000;
  	width:100%;
  	margin-top:-23px;
  }*/
}
.sectionType4 header h2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.4em;
}
.sectionType4 header .subTitle1 {
  background: #000;
  width: 94%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-radius: 50px;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
  position: relative;
  z-index: 9996;
  box-sizing: border-box;
}

.boxListArea1 {
  background: url(../img/common/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -25px;
  padding-top: 100px;
  padding-bottom: 30px;
}
.boxListArea1 .boxListArea1Inner {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  padding-bottom: 30px;
  margin-right: auto;
}
.boxListArea1 .boxListArea1Inner:nth-child(2) ul li dl dt {
  background: #2b2b2b;
}
.boxListArea1 .boxListArea1Inner:nth-child(3) ul li dl dt {
  background: #404040;
}
.boxListArea1 .boxListArea1Inner h3 {
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  padding-bottom: 30px;
  line-height: 1.4em;
}
.boxListArea1 .boxListArea1Inner ul {
  display: flex;
  flex-wrap: wrap;
}
.boxListArea1 .boxListArea1Inner ul li {
  width: 32%;
  background: #fff;
  margin-right: 1.5%;
  margin-bottom: 20px;
}
.boxListArea1 .boxListArea1Inner ul li:nth-child(3n) {
  margin-right: 0px;
}
.boxListArea1 .boxListArea1Inner ul li dl dt {
  background: #000;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.boxListArea1 .boxListArea1Inner ul li dl dd figure img {
  width: 100%;
  height: auto;
}
.boxListArea1 .boxListArea1Inner ul li dl dd ul {
  padding: 20px;
  display: block;
}
.boxListArea1 .boxListArea1Inner ul li dl dd ul li {
  width: 100%;
  margin-bottom: 0px;
  line-height: 1.5em;
  padding-bottom: 10px;
  font-size: 0.9em;
}
.boxListArea1 .boxListArea1Inner ul li dl dd ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.boxListArea1 .boxListArea1Inner ul li dl dd ul li:last-child {
  padding-bottom: 0px;
}

.sectionType5 {
  padding-bottom: 40px;
}
.sectionType5 .innerCont header:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-top: -25px;
}
.sectionType5 .innerCont header h2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.4em;
}
.sectionType5 .innerCont header .subTitle1 {
  background: #000;
  width: 94%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-radius: 40px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9996;
  box-sizing: border-box;
}
.sectionType5 .innerCont .logoList1:first-child h3 {
  padding-top: 80px;
  margin-top: 0px;
}
.sectionType5 .innerCont .logoList1 {
  margin-left: auto;
  margin-right: auto;
}
.sectionType5 .innerCont .logoList1 h3 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  line-height: 1.4em;
}
.sectionType5 .innerCont .logoList1 .subTitle2 {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.4em;
}
.sectionType5 .innerCont .logoList1 .logoList1Inner {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.sectionType5 .innerCont .logoList1 .logoList1Inner ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.sectionType5 .innerCont .logoList1 .logoList1Inner ul li {
  text-align: center;
  margin-bottom: 40px;
  width: 300px;
  font-size: 0.8em;
}
.sectionType5 .innerCont .logoList1 .logoList1Inner ul li figure {
  width: 216px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  position: relative;
}
.sectionType5 .innerCont .logoList1 .logoList1Inner ul li figure span {
  overflow: auto;
  border: 1px solid #000;
  position: relative;
  top: -3px;
  right: -3px;
  display: block;
  background: #fff;
}
.sectionType5 .innerCont .logoList1 .logoList1Inner ul li figure span img {
  width: 100%;
}
.sectionType5 .innerCont .logoList1 .logoList1Inner ul li p {
  line-height: 1.6em;
  padding-top: 20px;
}

.sectionType6 {
  background: #f5f5f5;
}
.sectionType6 header {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.4em;
}
.sectionType6 .profileList1:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}
.sectionType6 .profileList1 .profileList1Inner {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.sectionType6 .profileList1:first-child .profileList1Inner {
  background: url(../img/common/text2.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.sectionType6 .profileList1:nth-child(2) .profileList1Inner {
  background: url(../img/common/text3.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.sectionType6 .profileList1:nth-child(3) .profileList1Inner {
  background: url(../img/common/text4.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.sectionType6 .profileList1 h3 {
  background: #000;
  width: 94%;
  line-height: 1.4em;
  max-width: 500px;
  border-radius: 35px;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -24px;
}
.sectionType6 .profileList1 figure {
  position: relative;
}
.sectionType6 .profileList1 figure.modal-trigger {
  cursor: pointer;
}
.sectionType6 .profileList1 figure img {
  width: 100%;
  height: auto;
}
.sectionType6 .profileList1 figure span {
  display: block;
  background: #e32525;
  color: #fff;
  position: absolute;
  width: 100px;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  top: -20px;
  left: -20px;
  z-index: 9998;
}
.sectionType6 .profileList1 figure span:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #e32525;
  transform: rotate(-45deg);
  position: absolute;
  right: 50px;
  display: block;
}
.sectionType6 .profileList1 .profileList1Inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sectionType6 .profileList1 .profileList1Inner ul {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  display: flex;
  justify-content: space-around;
}
.sectionType6 .profileList1 .profileList1Inner ul li {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.sectionType6 .profileList1 .profileList1Inner ul li dl {
  line-height: 1.4em;
}
.sectionType6 .profileList1 .profileList1Inner ul li dl dt {
  font-size: 1.6em;
  padding-top: 20px;
  padding-bottom: 15px;
}
.sectionType6 .profileList1 .profileArea {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 30px;
  line-height: 1.6em;
  margin-top: 40px;
  position: relative;
}

.sectionType7 .innerCont header {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 2em;
  padding-top: 80px;
  padding-bottom: 80px;
  line-height: 1.4em;
}
.sectionType7 .innerCont .innerContMain {
  background: url(../img/common/bg_work_img.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .headArea {
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .headArea h3 {
  font-size: 2.4em;
  padding-bottom: 20px;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .headArea p {
  font-size: 1.4em;
  line-height: 1.6em;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent {
  display: flex;
  text-align: center;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .leftBox {
  width: calc(50% - 50px);
  background: #fff;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .leftBox h4 {
  background: #000;
  color: #fff;
  padding: 30px;
  line-height: 1.4em;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .leftBox p {
  padding: 35px;
  line-height: 1.6em;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .centerBox {
  width: 100px;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .rightBox {
  width: calc(50% - 50px);
  background: #fff;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .rightBox h4 {
  background: #000;
  color: #fff;
  padding: 30px;
  line-height: 1.4em;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .rightBox p {
  padding: 35px;
  line-height: 1.6em;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .centerBox p {
  display: block;
  padding: 15px;
  background: #fff;
  position: relative;
  z-index: 9996;
  width: 120px;
  margin-left: -10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 10px;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .centerBox .arrowArea {
  position: relative;
  z-index: 9996;
  width: 120px;
  margin-left: -10px;
  margin-top: 20px;
}
.sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .centerBox .arrowArea img {
  width: 100%;
}

.sectionType7_2 {
  background: url(../img/common/img17.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 8%;
}
.sectionType7_2 .innerCont header {
  text-align: center;
  padding-top: 5%;
}
.sectionType7_2 .innerCont header h2 {
  font-size: 2.2vw;
}
.sectionType7_2 .innerCont header h2:after {
  content: "";
  display: block;
  width: 10%;
  border-bottom: 3px solid #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}
.sectionType7_2 .innerCont header p {
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.4em;
  padding-bottom: 4%;
}
.sectionType7_2 .innerCont .doubleBoxArea {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-content: center;
  position: relative;
}
.sectionType7_2 .innerCont .doubleBoxArea .boxbase {
  background: #fff;
  box-shadow: 5px 4px 22px 9px #b0b0b0;
  width: 48%;
  padding: 8%;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
}
.sectionType7_2 .innerCont .doubleBoxArea .boxbase .tag {
  background: #000;
  padding: 10px;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  font-size: 1vw;
  margin-bottom: 4%;
}
.sectionType7_2 .innerCont .doubleBoxArea .boxbase .title {
  font-size: 1.4vw;
  line-height: 1.4em;
  margin-bottom: 4%;
}
.sectionType7_2 .innerCont .doubleBoxArea .boxbase p {
  line-height: 1.4em;
  font-size: 1.4vw;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6%;
}
.sectionType7_2 .innerCont .middleConnect {
  width: 14%;
  padding-top: 14%;
  border: 1px solid #000;
  border-radius: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7%;
  margin-top: -7%;
}
.sectionType7_2 .innerCont .middleConnect:before {
  content: "▼";
  display: block;
  position: absolute;
  top: 46%;
  margin-left: -4%;
  font-size: 0.8vw;
}
.sectionType7_2 .innerCont .middleConnect:after {
  content: "▲";
  display: block;
  position: absolute;
  top: 46%;
  right: 0px;
  margin-right: -4%;
  font-size: 0.8vw;
}
.sectionType7_2 .innerCont .middleConnect div {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 42%;
  font-weight: 600;
  font-size: 1.4vw;
}

.bkback {
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9998;
  display: none;
}

.profileArea {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -260px;
  line-height: 1.8em;
  z-index: 9999;
  background: #fff;
  height: 528px;
  width: 94%;
  max-width: 900px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  display: none;
}
.profileArea .innerArea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 448px;
  display: flex;
}
.profileArea .innerArea .contArea .subName {
  font-size: 0.8em;
}
.profileArea .innerArea .contArea h2 {
  font-size: 1.4em;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.profileArea .innerArea figure {
  margin-right: 30px;
}
.profileArea .innerArea figure img {
  width: 285px;
  height: auto;
}
.profileArea .closeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  position: absolute;
  background: #fff;
  font-size: 3em;
  border-radius: 50px;
  top: -30px;
  right: 20px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9998;
  cursor: pointer;
}
.sectionType8 {
  text-align: center;
}
.sectionType8 h2 {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 2em;
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.sectionType8 figure {
  background: #f5f5f5;
}
.sectionType8 figure img {
  width: 100%;
  max-width: 1324px;
  margin-left: auto;
  margin-right: auto;
}

.sectionType9 .innerCont header {
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 1.4em;
}
.sectionType9 .innerCont header h2 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  font-size: 2em;
  line-height: 1.4em;
  padding-bottom: 15px;
}
.sectionType9 .innerCont header p {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
}
.sectionType9 .innerCont .formArea {
  background: #eeeeee;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sectionType9 .innerCont .formArea dl {
  width: 94%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  font-size: 1.1em;
  padding-bottom: 40px;
}
.sectionType9 .innerCont .formArea dl dt {
  width: 200px;
  padding-right: 20px;
  padding-top: 10px;
}
.sectionType9 .innerCont .formArea dl dt span {
  color: #ff0000;
}
.sectionType9 .innerCont .formArea dl dd {
  width: 100%;
}
.sectionType9 .innerCont .formArea dl dd input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 1.1em;
  border-radius: 20px;
  box-sizing: border-box;
}
.sectionType9 .innerCont .formArea dl dd textarea {
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 1.1em;
  border-radius: 5px;
  box-sizing: border-box;
}
.sectionType9 .innerCont .formArea .sendBtnArea {
  text-align: center;
  position: relative;
}
.sectionType9 .innerCont .formArea .sendBtnArea .btnStyle1,
.sectionType9 .innerCont .formArea .sendBtnArea .wpcf7-submit {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  padding: 15px;
  background: #000;
  border-radius: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.sectionType9 .innerCont .formArea .sendBtnArea .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background-color: #929292;
}
.sectionType9 .wpcf7-not-valid-tip {
  display: block;
  line-height: 1.35;
  margin-top: 0.25em;
}
.sectionType9 .wpcf7 form .wpcf7-response-output {
  box-sizing: border-box;
  width: 93%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.mainFooter .mainFooter1st {
  background: #fff;
}
.mainFooter .mainFooter1st .mainFooter1stInner {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.mainFooter .mainFooter1st .mainFooter1stInner ul {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mainFooter .mainFooter1st .mainFooter1stInner ul li {
  display: inline-block;
  line-heigth: 1.4em;
  margin-right: 15px;
  font-size: 0.8em;
}
.mainFooter .mainFooter1st .mainFooter1stInner ul li:last-child {
  margin-right: 0px;
}
.mainFooter .mainFooter1st .mainFooter1stInner ul li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.mainFooter .mainFooter1st .mainFooter1stInner ul:first-child {
  float: left;
}
.mainFooter .mainFooter1st .mainFooter1stInner ul:nth-child(2) {
  float: right;
  text-align: right;
}
.mainFooter .mainFooter2nd {
  background: #000;
  line-height: 1.4em;
}
.mainFooter .mainFooter2nd .mainFooter2ndInner {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
  padding-top: 60px;
  padding-bottom: 60px;
}
.mainFooter .mainFooter2nd .mainFooter2ndInner div {
  color: #fff;
}
.mainFooter .mainFooter2nd .mainFooter2ndInner div a {
  color: #fff;
  text-decoration: none;
}
.mainFooter .mainFooter2nd .mainFooter2ndInner div.copySide {
  font-weight: bold;
}
.mainFooter .mainFooter2nd .mainFooter2ndInner div:first-child {
  float: left;
}
.mainFooter .mainFooter2nd .mainFooter2ndInner div:nth-child(2) {
  float: right;
  text-align: right;
}
.mainFooter .mainFooter2nd .mainFooter2ndInner div .privacyArea {
  padding-bottom: 15px;
}

.spShow {
  display: none;
}

.blogHeadArea {
  border-top: 3px solid #000;
}
.blogHeadArea .innerCont {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
}
.blogHeadArea .innerCont a {
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
}
.blogHeadArea .innerCont a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-right: 10px;
}

.mainVisual {
  background: url(../img/common/mainvis.jpg);
  background-size: cover;
}
.mainVisual .innerCont {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
}
.mainVisual .innerCont h1 {
  font-size: 1.6em;
  line-height: 1.4em;
}
.mainVisual .innerCont h1:after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
}
.mainVisual .innerCont p {
  font-weight: bold;
  font-size: 0.9em;
}

.mainCont {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.mainCont .blogCont {
  border-right: 1px solid #eeeeee;
  max-width: 756px;
  padding-right: 40px;
  box-sizing: border-box;
  width: calc(100% - 268px);
}
.mainCont .blogCont p, .mainCont .blogCont > div {
  padding-bottom: 30px;
  line-height: 1.8em;
}
.mainCont .blogCont p img, .mainCont .blogCont > div img {
  width: 100%;
  height: auto;
}

.mainCont .blogCont article ul {
  list-style-type: disc;
  margin-left: 1em;
}
.mainCont .blogCont article ul.wp-block-list {
  padding-bottom: 30px;
}

.mainCont .blogCont article table {
  width: 100%;
}
.mainCont .blogCont article th,
.mainCont .blogCont article td {
  border: 1px solid;
  vertical-align: top;
  padding: 0.5em;
  word-break: break-word;
}

.mainCont .blogCont article th {
  text-align: left;
}

.mainCont .blogCont article td p:last-child {
  padding-bottom: 0;
}

body.single .mainCont .blogCont table a {
  color: #000;
}

.mainCont .sideBar {
  width: 268px;
  padding-left: 40px;
  box-sizing: border-box;
}
.mainCont .sideBar nav {
  padding-bottom: 60px;
}
.mainCont .sideBar nav:last-child {
  padding-bottom: 0px;
}
.mainCont .sideBar nav ul li a {
  color: #b5b5b5;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1.6em;
}
.mainCont .sideBar nav ul li a.over {
  color: #000;
}

.cvArea {
  background: url(../img/common/foot_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.cvArea h2 {
  font-size: 2em;
  font-weight: 100;
  line-height: 1.6em;
  padding-bottom: 20px;
}
.cvArea h2 span {
  font-weight: 900;
}
.cvArea p {
  line-height: 1.6em;
  font-size: 0.9em;
}
.cvArea .btnArea1 {
  border: 2px solid #fff;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  width: 90%;
  max-width: 300px;
  margin-top: 30px;
}

@media screen and (max-width: 865px) {
  .profileArea {
    width: 94%;
    left: 3%;
    margin-left: 0px;
    box-sizing: border-box;
    height: auto;
    padding: 20px;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .profileArea .innerArea {
    display: block;
    height: 70vh;
  }
  .profileArea .innerArea figure {
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .profileArea .innerArea figure img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .profileArea .innerArea figure:has(.image_thumb) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .sectionType2 .innerCont .bottomDataArea {
    margin-top: 0px;
  }
  .sectionType2 .innerCont .bottomDataArea .figBox {
    width: 100%;
    margin-top: 15px;
  }
  .sectionType2 .innerCont .bottomDataArea .textBox {
    margin-top: 0px;
    width: 100%;
    margin-top: 15px;
  }
  .sectionType6 .profileList1 figure span {
    top: -10px;
  }
  .boxListArea1 .boxListArea1Inner ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .boxListArea1 .boxListArea1Inner ul li li {
    margin-bottom: 0px;
  }
  .boxListArea1 .boxListArea1Inner ul li:last-child {
    margin-bottom: 0px;
  }
  .sectionType1 .innerCont header {
    padding-top: 30px;
  }
  .sectionType1 .innerCont header h2 {
    font-size: 1.5em;
  }
  .titleType1:after {
    padding-bottom: 15px;
  }
  .boxAreaGroupe {
    padding-top: 30px;
  }
  .boxAreaGroupe .boxArea h3 {
    padding: 10px;
  }
  .boxAreaGroupe .boxArea .textArea {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .boxAreaGroupe .boxArea .sourceText {
    padding-bottom: 10px;
  }
  .boxAreaGroupe .boxArea .bottomTextBox {
    padding: 20px;
  }
  .boxAreaGroupe .boxArea .fig2.pdt15px {
    padding-top: 0px;
  }
  .sectionType2 .innerCont header h2 {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 1.5em;
  }
  .sectionType2 .innerCont .bottomDataArea .textBox {
    padding: 20px;
  }
  .sectionType2 {
    margin-bottom: 20px;
  }
  .sectionType3 header {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .sectionType3 {
    padding-bottom: 40px;
  }
  .sectionType4 header h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 1.5em;
  }
  .boxListArea1 {
    padding-top: 50px;
  }
  .boxListArea1 .boxListArea1Inner h3 {
    padding-bottom: 15px;
    font-size: 1.2em;
  }
  .boxListArea1 .boxListArea1Inner ul li dl dt {
    padding: 15px;
  }
  .boxListArea1 .boxListArea1Inner ul li dl dd ul {
    padding: 15px;
  }
  .boxListArea1 .boxListArea1Inner ul li dl dd ul li {
    padding-bottom: 5px;
  }
  .sectionType5 .innerCont header h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 1.5em;
  }
  .sectionType5 .innerCont header .subTitle1 {
    padding: 10px;
  }
  .sectionType5 .innerCont .logoList1:first-child h3 {
    padding-top: 40px;
  }
  .sectionType5 .innerCont .logoList1 .subTitle2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .sectionType5 .innerCont .logoList1 .logoList1Inner ul li p {
    padding-top: 10px;
  }
  .sectionType5 .innerCont .logoList1 .logoList1Inner ul li {
    margin-bottom: 20px;
  }
  .sectionType5 .innerCont .logoList1 h3 {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 1.5em;
  }
  .sectionType5 .innerCont .logoList1 .logoList1Inner ul li:last-child {
    margin-bottom: 0px;
  }
  .sectionType6 header {
    padding-top: 30px !important;
    padding-bottom: 40px;
    font-size: 1.4em;
  }
  .sectionType6 .profileList1 h3 {
    padding: 10px;
  }
  .sectionType6 .profileList1 .profileList1Inner ul {
    display: block;
  }
  .sectionType6 .profileList1 .profileList1Inner ul li {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .sectionType6 .profileList1 figure span {
    left: 0px;
  }
  .sectionType6 .profileList1 .profileList1Inner ul li {
    margin-bottom: 20px;
  }
  .sectionType6 .profileList1 .profileList1Inner ul li:last-child {
    margin-bottom: 0px;
  }
  .sectionType6 .profileList1 .profileList1Inner {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }
  .sectionType6 .profileList1 .profileList1Inner ul {
    width: 80%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .sectionType7 .innerCont header {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.5em;
  }
  .sectionType7 .innerCont .innerContMain {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .headArea {
    padding-bottom: 30px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .headArea p {
    font-size: 1em;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .headArea p br {
    display: none;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .headArea h3 {
    font-size: 1.8em;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .leftBox h4 {
    padding: 15px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .leftBox p {
    text-align: left;
    padding: 15px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .rightBox h4 {
    padding: 15px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .rightBox p {
    text-align: left;
    padding: 15px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .centerBox .arrowArea img {
    width: 60px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .centerBox p {
    width: 65px;
    padding: 8px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .leftBox {
    width: calc(50% - 22.5px);
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .centerBox {
    width: 45px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .rightBox {
    width: calc(50% - 22.5px);
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .centerBox .arrowArea {
    width: 65px;
  }
  .sectionType8 h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.4em;
    font-size: 1.5em;
  }
  .sectionType9 .innerCont header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sectionType9 .innerCont header h2 {
    padding-bottom: 5px;
    font-size: 1.5em;
  }
  .sectionType9 .innerCont .formArea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sectionType9 .innerCont .formArea dl {
    padding-bottom: 25px;
    display: block;
  }
  .sectionType9 .innerCont .formArea dl dt {
    padding-bottom: 10px;
  }
  .mainFooter .mainFooter1st .mainFooter1stInner ul {
    width: 100%;
  }
  .mainFooter .mainFooter1st .mainFooter1stInner ul:first-child {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .mainFooter .mainFooter1st .mainFooter1stInner ul:nth-child(2) {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .mainFooter .mainFooter2nd .mainFooter2ndInner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .rightBox p {
    font-size: 0.8em;
    padding: 10px;
    text-align: center;
  }
  .sectionType7 .innerCont .innerContMain .innerContMainInner .bizContent .leftBox p {
    font-size: 0.8em;
    padding: 10px;
    text-align: center;
  }
  .mainCont {
    display: block;
  }
  .mainCont .blogCont {
    border-right: none;
    padding-right: 0px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }
  .mainCont .sideBar {
    padding-top: 30px;
    padding-left: 0px;
    width: 100%;
  }
  .mainVisual .innerCont {
    padding-top: 40px;
    font-size: 0.8em;
    padding-bottom: 40px;
  }
  .mainCont {
    padding-top: 40px;
  }
  .mainCont .sideBar nav {
    padding-bottom: 30px;
  }
  .blogHeadArea .innerCont {
    display: block;
  }
  .topLogo {
    padding-bottom: 15px;
  }
  .blogHeadArea .innerCont {
    text-align: center;
  }
  .cvArea .innerCont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .cvArea .innerCont h2 {
    line-height: 1.4em;
  }
}
.pcVer {
  display: block !important;
}

.spVer {
  display: none !important;
}

.followBtn {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 20px 15px 20px 15px;
  background: #17ad14;
  text-decoration: none;
  z-index: 9999;
  color: #fff;
  display: none;
  font-weight: bold;
}
.followBtn:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-right: 10px;
  margin-top: -10px;
}

@media screen and (max-width: 700px) {
  .sectionType7_2 .innerCont .doubleBoxArea {
    width: 94%;
  }
  .sectionType7_2 .innerCont .doubleBoxArea .boxbase {
    padding: 4%;
  }
  .sectionType7_2 .innerCont .doubleBoxArea .boxbase .tag {
    padding: 5%;
  }
  .sectionType7_2 .innerCont header p {
    padding-bottom: 6%;
    font-size: 2.4vw;
  }
  .sectionType7_2 .innerCont header h2 {
    font-size: 4.4vw;
  }
  .sectionType7_2 .innerCont .doubleBoxArea .boxbase .tag {
    padding: 5% 10% 5% 10%;
    font-size: 2.3vw;
  }
  .sectionType7_2 .innerCont .doubleBoxArea .boxbase .title {
    font-size: 3vw;
  }
  .sectionType7_2 .innerCont .doubleBoxArea .boxbase p {
    font-size: 2.4vw;
  }
  .sectionType7_2 .innerCont .middleConnect div {
    font-size: 2.4vw;
  }
  .sectionType7_2 .innerCont .middleConnect:before {
    font-size: 2vw;
    margin-left: -9%;
    top: 43%;
  }
  .sectionType7_2 .innerCont .middleConnect:after {
    font-size: 2vw;
    margin-right: -9%;
    top: 43%;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 0.9em;
  }
  .boxAreaGroupe {
    display: block;
  }
  .boxAreaGroupe .boxArea {
    width: 100%;
  }
  .boxAreaGroupe .boxArea:first-child {
    margin-bottom: 20px;
  }
  .pcVer {
    display: none !important;
  }
  .spVer {
    display: block !important;
  }
  .profileArea .innerArea .contArea .txtArea {
    font-size: 0.8em;
  }
  .profileArea .innerArea figure {
    padding-top: 100%;
  }
  .spShow {
    display: inline;
  }
  .followBtn {
    display: block;
  }
  .mainFooter2nd {
    padding-bottom: 84px;
  }
}