@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
  padding: 180px 160px;
  height: 840px;
  position: relative;
  box-sizing: border-box;
  background: url("../img/index/main_img.jpg") no-repeat top / cover;
  margin-top: 100px;
}
.mainVisual p {
  margin: 0 auto;
  max-width: 1586px;
}
.mainVisual .title {
  margin-bottom: 20px;
  color: #271e1b;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.76;
  letter-spacing: 0.046em;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  line-height: 1.4;
}
.mainVisual .title::after {
  color: #EEF4F9 !important;
  font-size: 6rem !important;
}

.mainVisual .text {
  color: #181717;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.mainVisual .scrollBtn {
  position: absolute;
  bottom: 51px;
  right: 0;
}
.mainVisual .scrollBtn a {
  position: relative;
  display: block;
  color: #005bac;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.mainVisual .scrollBtn a::before {
  width: 1px;
  height: 70px;
  position: absolute;
  left: 50%;
  bottom: -81px;
  transform: translateX(-50%);
  background-image: url("../img/index/scrool_bg.png");
  content: "";
}
.mainVisual .scrollBtn a:hover {
  opacity: 0.7;
}
.mainVisual .bgBox {
  padding: 50px 0 80px 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  box-sizing: border-box;
}
.mainVisual .bgBox::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d4e3f0;
  content: "";
}
.mainVisual .bgBox .content {
  width: 1060px;
}
.mainVisual .bgBox .btnList {
  position: relative;
  z-index: 1;
}
.mainVisual .bgBox .btnList li {
  width: 32%;
}
.mainVisual .bgBox .btnList a {
  padding: 24px 38px 24px 20px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  background: #fff url("../img/common/icon01.png") no-repeat right 30px center;
}
.mainVisual .bgBox .btnList a:hover {
  opacity: 0.7;
}
#main p {
  text-align: justify;
  text-justify: inter-ideograph;
}
#main .topics {
  padding: 100px 15px 0;
}
#main .topics .content {
  width: 1020px;
}
#main .topics .subBox {
  position: relative;
}
#main .topics h2 {
  position: absolute;
  top: -4px;
  left: -30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
}
#main .topics h2 span {
  display: block;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
#main .topics .subBox dl {
  margin: 0 0 0 auto;
  width: 785px;
  min-height: 125px;
  font-size: 1.6rem;
}
#main .topics .subBox dl dt {
  float: left;
  color: #0d0d0e;
}
#main .topics .subBox dl dt span {
	padding: 0.6rem 1rem 0.4rem !important;
	color: #FFF;
	font-size: 75%;
	margin-left: 5px;
}
#main .topics .subBox dl dt span.topics {
	background: #005BAC;
}
#main .topics .subBox dl dt span.info {
	background: #28af1a;
}
#main .topics .subBox dl dt span.seminar {
	background: #e54915;
}
#main .topics .subBox dl dt span.ma-seminar {
	background: #1594e8;
}
#main .topics .subBox dl dd {
  margin-bottom: 26px;
  padding-left: 200px;
}
#main .topics .subBox dl dd a {
  /*display: block;*/
  text-decoration: underline;
}
#main .topics .subBox dl dd a:hover {
  opacity: 0.7;
}
#main .topics .subBox dl dd:last-child {
  margin-bottom: 0;
}
#main .topics .subBox .comLink {
  width: 150px;
  position: absolute;
  left: -40px;
  top: 100px;
}
#main .topics .subBox .comLink a {
  padding: 10px 10px 9px;
  font-size: 1.4rem;
}
#main .topics .subBox .comLink a::before {
  width: 10px;
}
#main .necessarily {
  padding: 100px 90px;
  position: relative;
}
#main .necessarily .imgBox {
  position: relative;
  flex-direction: row-reverse;
}
#main .necessarily .photoBox {
  width: 39.5%;
}
#main .necessarily .photoBox img {
  max-width: 514px;
}
#main .necessarily .textBox {
  width: 53%;
  box-sizing: border-box;
}
#main .necessarily .textBox .subBox {
  margin: 0 0 0 auto;
  max-width: 600px;
  box-sizing: border-box;
}
#main .necessarily .textBox h2 {
  margin-bottom: 29px;
  color: #6a6a6a;
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.62;
}
@media all and (-ms-high-contrast:none){
	#main .necessarily .textBox h2 {
		font-size: 3.5rem;
	}
}
#main .necessarily .textBox h2 span {
  font-size: 3rem;
}
#main .necessarily .textBox p {
  /*margin-bottom: 60px;*/
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.94;
}
#main .necessarily .linkList {
  margin-top: 40px;
}
#main .necessarily .linkList .comLink {
  margin: 0 20px 0 0;
  width: 240px;
}
#main .works {
  padding: 100px 15px 259px;
  background-color: #d4e3f0;
}
#main .works .headLine01 {
  margin-bottom: 49px;
}
#main .works .comtext {
  margin-bottom: 95px;
  line-height: 1.67;
}
#main .works .comtext span {
  margin-bottom: 30px;
  display: block;
}
#main .works .pho {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
#main .works .top-works__category {
  font-size: 16px;
}
#main .works .top-works__category-label {
  background: #005BAC;
  padding: 4px 10px 2px;
  color: #fff;
  margin-right: 10px;
}
#main .works .top-works__text {
  font-size: 16px;
  line-height: 1.4;
}
#main .works .phoList {
  margin: -20px 0 62px;
}
#main .works .phoList li {
  margin: 20px 40px 0 0;
  width: 340px;
}
#main .works .phoList li:nth-child(3n) {
  margin-right: 0;
}
#main .works .phoList .writeBg {
  padding: 20px;
  background-color: #fff;
}
#main .works .phoList .writeBg p {
  margin-bottom: 16px;
  line-height: 1.33;
}
#main .works .phoList .writeBg p:last-child {
  margin-bottom: 0;
}
#main .works .phoList .writeBg .text {
  font-size: 1.5rem;
  line-height: 1.6;
}
#main .works .comLink {
  width: 320px;
}
#main .works .comLink a {
  padding: 22px 10px 23px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
#main .reason {
  padding: 1px 15px 122px;
  background: url("../img/index/bg.png") no-repeat left bottom;
  background-size: cover;
}
#main .reason .writeBg {
  margin: -161px 0 113px;
  padding: 147px 0 109px;
  position: relative;
}
#main .reason .writeBg .inner {
  margin: 0 auto;
  max-width: 1720px;
  position: relative;
  z-index: 1;
}
#main .reason .writeBg::before {
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  content: "";
  left: 9%;
}
#main .reason .imgBox:not(:last-child) {
  margin-bottom: 70px;
}
#main .reason .imgBox:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
#main .reason .imgBox:nth-of-type(2n + 1) .sub {
  margin-left: auto;
}
#main .reason .imgBox:nth-of-type(2n) .sub {
  margin-right: auto;
}
#main .reason .imgBox .photoBox {
  width: 39.6%;
}
#main .reason .imgBox .textBox {
  width: 55.2%;
}
#main .reason .imgBox .textBox .sub {
  max-width: 640px;
}
#main .reason .imgBox .textBox .ttl {
  margin: 0 -15px 20px 0;
  padding-left: 123px;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.66;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
#main .reason .imgBox .textBox .ttl .txt {
  font-size: 2.7rem;
}
#main .reason .imgBox .textBox .ttl .num {
  margin-top: -45px;
  position: absolute;
  top: 44%;
  left: -15px;
  color: #005bac;
  font-size: 10rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
#main .reason .imgBox .textBox .text {
  margin-bottom: 21px;
  line-height: 1.83;
}
#main .reason .imgBox .textBox .comLink {
  margin: 0 auto 0 0;
  width: 240px;
}
#main .reason .imgBox .textBox .comLink a {
  padding: 18px 10px 18px;
}
#main .reason .check .headLine02 {
  margin-bottom: 90px;
  line-height: 1.65;
  letter-spacing: 0.1em;
}
#main .reason .check .borderBox {
  margin: 0 auto 71px;
  padding: 1px 20px 57px;
  width: 940px;
  position: relative;
  border: 2px solid #005bac;
  border-top: none;
  box-sizing: border-box;
}
#main .reason .check .borderBox::before {
  width: 148px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #005bac;
  content: "";
}
#main .reason .check .borderBox::after {
  width: 148px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #005bac;
  content: "";
}
#main .reason .check .borderBox .ttl {
  margin: -26px 0 52px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  z-index: 10;
}
#main .reason .check .borderBox .ttl span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.075em;
}
#main .reason .check .borderBox .ttl span::before {
  width: 34px;
  height: 32px;
  position: absolute;
  left: -45px;
  top: 10px;
  background-image: url("../img/common/icon12.png");
  content: "";
}
#main .reason .check .borderBox .ttl span::after {
  width: 34px;
  height: 32px;
  position: absolute;
  right: -45px;
  top: 10px;
  background-image: url("../img/common/icon13.png");
  content: "";
}
#main .reason .check .borderBox .textList {
  margin: 0 20px 0 65px;
}
#main .reason .check .borderBox .textList li {
  margin-bottom: 21px;
  padding-left: 57px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  background: url("../img/common/icon04.png") no-repeat left top 3px;
}
#main .reason .check .borderBox .textList li:last-child {
  margin-bottom: 0;
}
#main .consultant {
  padding: 110px 15px 60px;
  background-color: #fff;
}
#main .consultant .headLine01 {
  margin-bottom: 40px;
}
#main .consultant .comtext {
  margin-bottom: 58px;
}
#main .consultant .imgList {
  margin: -20px 0 80px;
}
#main .consultant .imgList li {
  margin: 20px 38px 0 0;
  width: 246px;
}
#main .consultant .imgList li:nth-child(4n) {
  margin-right: 0;
}
#main .consultant .imgList li p {
  color: #0d0d0e;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.43;
}
#main .consultant .imgList li .pho {
  margin-bottom: 15px;
}
#main .consultant .imgList li .ttl {
  margin-bottom: 14px;
  font-weight: bold;
  display: block;
}
#main .consultant .imgList li .ttl span {
  margin-bottom: 7px;
  display: block;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
}
#main .publish {
  padding: 91px 15px 79px;
}
#main .publish h2 {
  margin-bottom: 39px;
  padding-bottom: 19px;
  color: #271e1b;
  font-size: 3.3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #0d0d0e;
}
#main .publish .imgBox .phoBox {
  width: 578px;
}
#main .publish .imgBox .phoBox img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#main .publish .imgBox .textBox {
  width: 468px;
}
#main .publish .imgBox .textBox p {
  margin-bottom: 15px;
  color: #271e1b;
  font-size: 1.6rem;
  line-height: 1.5;
}
#main .publish .imgBox .textBox p span {
  color: #029fea;
}
#main .publish .comLink {
  margin: 0;
}
#main .publish .comLink a {
  padding: 15px 10px 12px;
  font-size: 1.5rem;
}
#main .assessment {
  padding: 67px 15px 69px;
  background-color: #D4E3F0;
}
#main .assessment .content {
  align-items: center;
}
#main .assessment p {
  width: 620px;
  color: #005BAC;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-size: 3rem;
  font-weight: bold;
}
#main .assessment p span {
  display: block;
  font-weight: bold;
}
#main .assessment .txt_big {
  display: inline;
  font-size: 5rem;
}
#main .assessment .txt_wbig {
  display: block;
  font-size: 3rem;
  margin-bottom: 8px;
}
#main .assessment .txt_assessment {
  font-size: 1.6rem;
  font-weight: 100;
  color: #0d0d0e;
}
#main .assessment .link a {
  padding: 50px 10px 50px 150px;
  width: 450px;
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
  background: #005BAC url("../img/common/icon06.png") no-repeat right 32px center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#main .assessment .link a:hover {
  opacity: 0.7;
}
#main .assessment .link a::before {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/icon05.png");
  content: "";
}
#main .faq {
  padding: 100px 15px;
}
#main .faq .headLine01 {
  margin-bottom: 36px;
}
#main .faq .comtext {
  margin-bottom: 61px;
  line-height: 1.67;
}
#main .faq .qaList li {
  margin-bottom: 40px;
}
#main .faq .qaList li .ttl {
  padding: 32px 20px 31px 119px;
  position: relative;
  cursor: pointer;
  background: #F6F7F8 url("../img/common/icon08.png") no-repeat right 40px center;
}
#main .faq .qaList li .ttl.on {
  background-image: url("../img/common/icon08_on.png");
}
#main .faq .qaList li .txt {
  padding: 24px 42px 30px;
  line-height: 1.5;
  display: none;
  background-color: #ededed;
}
#main .faq .qaList li .ttl::before {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: -9px;
  background-image: url("../img/common/icon07.png");
  content: "";
}
#main .faq .qaList li:last-child {
  margin-bottom: 0;
}
#main .column {
  padding: 0 15px 100px;
  position: relative;
}
#main .column::before {
  width: calc(50% + 700px);
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  content: "";
}
#main .column .content {
  position: relative;
  z-index: 1;
}
#main .column h2 {
  margin-bottom: 43px;
}
#main .column .comtext {
  margin-bottom: 69px;
}
#main .column .phoList {
  margin: -20px 0 61px;
}
#main .column .phoList li {
  margin: 20px 38px 0 0;
  width: 246px;
}
#main .column .phoList li a {
  display: block;
}
#main .column .phoList li a:hover {
  opacity: 0.7;
}
#main .column .phoList li:nth-child(4n) {
  margin-right: 0;
}
#main .column .phoList li .pho {
  margin-bottom: 16px;
}
#main .column .phoList li .ttl {
  margin-bottom: 7px;
  color: #0d0d0e;
  font-size: 1.6rem;
}
#main .column .phoList li .txt {
  color: #0d0d0e;
  font-size: 1.5rem;
  line-height: 1.6;
}
#main .news {
  padding: 0 15px 87px;
}
#main .news .headLine01 {
  margin-bottom: 51px;
}
#main .news .newsList {
  margin-bottom: 43px;
}
#main .news .newsList li {
  margin-bottom: 20px;
  color: #0d0d0e;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
#main .news .newsList li .ttl {
  padding: 19px 36px 16px 139px;
  /*cursor: pointer;*/
  position: relative;
  /*background: #fff url("../img/common/icon09.png") no-repeat right 30px center;*/
}
/*#main .news .newsList li .ttl.on {
  background-image: url("../img/common/icon09_on.png");
}*/
#main .news .newsList li .ttl span {
  position: absolute;
  left: 28px;
  top: 19px;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
#main .news .newsList li .txt {
  display: none;
  padding: 24px 42px 30px;
  line-height: 1.5;
  background-color: #ededed;
}
#main .news .newsList li:last-child {
  margin-bottom: 0;
}
#main .contact {
  padding: 102px 20px 100px;
  position: relative;
  background-color: #f5f5f5;
}
#main .contact::before {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #005bac;
  content: "";
  z-index: 2;
}
#main .contact .content {
  position: relative;
  z-index: 4;
}
#main .contact h2 {
  margin-bottom: 33px;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
#main .contact .text {
  margin-bottom: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.87;
}
#main .contact .subBox {
  margin: 0 50px;
}
#main .contact .subBox .tel a {
  padding: 0 10px 0 90px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  background: url("../img/common/icon10.png") no-repeat left 18px bottom 4px;
}
#main .contact .subBox .tel a span {
  margin-top: 9px;
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.075em;
}
#main .contact .subBox .link a {
  width: 450px;
  padding: 27px 50px 26px 20px;
  display: block;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
}
#main .contact .subBox .link a:hover {
  opacity: 0.7;
}
#main .contact .subBox .link a span {
  padding-left: 60px;
  display: inline-block;
  background: url("../img/common/icon11.png") no-repeat left center;
}
#main .top__banner {
  width: 1032px;
  margin: 0 auto;
  display: block;
  margin-bottom: 100px;
}
@media all and (max-width: 896px) {
	#main .top__banner {
		width: 96%;
		margin: 0 auto;
		display: block;
		margin-bottom: 100px;
	}
}
#main .contact .subBox .link01 a {
  padding: 18px 50px 5px 20px;
}
.contact__textarea {
  padding-left: 60px;
  display: inline-block;
  background: url("../img/common/icon10.png") no-repeat left center;
}
.contact__text {
  font-size: 11px;
  line-height: 1;
}
.contact__num {
  line-height: 1.4;
  font-size: 24px;
}

@media all and (max-width: 896px) {
  .mainVisual {
    padding: 40px 15px 20px;
    height: auto;
    margin-top: 57px;
  }
  .mainVisual .title {
    margin-bottom: 10px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .mainVisual .text {
    font-size: 1.0rem;
	display: none;
  }
  .mainVisual .scrollBtn {
    bottom: 21px;
    right: 9px;
  }
  .mainVisual .bgBox::before {
    display: none;
  }
  .mainVisual .bgBox {
    padding: 20px 0;
    position: static;
  }
  .mainVisual .bgBox .btnList {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
  .mainVisual .bgBox .btnList li:not(:last-child) {
    margin-bottom: 10px;
  }
  .mainVisual .bgBox .btnList li {
    width: auto;
  }
  .mainVisual .bgBox .btnList a {
    padding: 10px 25px 10px 10px;
    font-size: 1.25rem;
    background-position: right 5px center;
    background-size: 20px auto;
  }
  #main .topics {
    padding: 50px 0;
  }
  #main .topics h2 {
    margin-bottom: 20px;
    position: static;
    font-size: 1.4rem;
  }
  #main .topics h2 span {
    font-size: 1.8rem;
  }
  #main .topics .subBox {
    display: block;
  }
  #main .topics .lBox {
    margin-bottom: 20px;
  }
  #main .topics .subBox {
    width: auto;
    position: static;
  }
  #main .topics .subBox dl {
    margin: 0 0 20px;
    width: auto;
    font-size: 1.4rem;
  }
  #main .topics .subBox dl dt {
    margin-bottom: 10px;
    float: none;
  }
  #main .topics .subBox dl dd {
    margin-bottom: 15px;
    padding-left: 0;
  }
  #main .topics .subBox .comLink {
    position: static;
  }
  #main .necessarily {
    padding: 50px 15px;
  }
  #main .necessarily::before {
    width: 100%;
  }
  #main .necessarily .imgBox {
    margin: 0 auto 30px;
    max-width: inherit;
    display: block;
  }
  #main .necessarily .photoBox img {
    max-width: 100%;
  }
  #main .necessarily .photoBox {
    margin: 0 0 20px;
    width: auto;
    text-align: center;
  }
  #main .necessarily .textBox {
    width: auto;
  }
  #main .necessarily .textBox .subBox {
    margin: 0 auto;
    max-width: inherit;
  }
  #main .necessarily .textBox h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #main .necessarily .textBox h2 span {
    font-size: 1.8rem;
  }
  #main .necessarily .textBox p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #main .necessarily .linkList {
    display: block;
  }
  #main .necessarily .linkList .comLink {
    margin: 0 auto 20px;
    width: 240px;
  }
  #main .necessarily .linkList .comLink:last-child {
    margin-bottom: 0;
  }
  #main .works {
    padding: 50px 0;
  }
  #main .works .headLine01 {
    margin-bottom: 30px;
  }
  #main .works .comtext {
    margin-bottom: 40px;
  }
  #main .works .comtext span {
    margin-bottom: 15px;
  }
  #main .works .phoList {
    margin: 0 0 30px;
    display: block;
  }
  #main .works .phoList li {
    margin: 0 0 30px;
    width: auto;
  }
  #main .works .phoList li .pho {
    text-align: center;
  }
  #main .works .phoList li:last-child {
    margin-bottom: 0;
  }
  #main .works .phoList .writeBg {
    padding: 20px;
  }
  #main .works .phoList .writeBg p {
    margin-bottom: 10px;
  }
  #main .works .phoList .writeBg .text {
    font-size: 1.4rem;
  }
  #main .works .comLink {
    width: 280px;
  }
  #main .works .comLink a {
    font-size: 1.4rem;
  }
  #main .reason {
    padding: 50px 0;
  }
  #main .reason .writeBg {
    margin: 0 0 50px;
    padding: 30px 15px;
  }
  #main .reason .writeBg::before {
    width: 100%;
  }
  #main .reason .writeBg .inner {
    width: inherit;
  }
  #main .reason .imgBox {
    display: block;
  }
  #main .reason .imgBox:not(:last-child) {
    margin-bottom: 30px;
  }
  #main .reason .imgBox:nth-of-type(2n + 1) .sub {
    margin: 0 auto;
  }
  #main .reason .imgBox:nth-of-type(2n) .sub {
    margin: 0 auto;
  }
  #main .reason .imgBox .photoBox {
    margin-bottom: 20px;
    width: auto;
    text-align: center;
  }
  #main .reason .imgBox .textBox {
    width: auto;
  }
  #main .reason .imgBox .textBox .sub {
    max-width: inherit;
  }
  #main .reason .imgBox .textBox .ttl {
    margin: 0 0 20px;
    padding-left: 0;
    font-size: 1.6rem;
  }
  #main .reason .imgBox .textBox .ttl .txt {
    font-size: 1.8rem;
  }
  #main .reason .imgBox .textBox .ttl .num {
    margin-top: 0;
    position: static;
    display: block;
    font-size: 6rem;
    line-height: 1;
    transform: translateY(0);
  }
  #main .reason .imgBox .textBox .comLink {
    margin: 0 auto;
  }
  #main .reason .imgBox .textBox .comLink a {
    padding: 14px 10px;
    width: 240px;
  }
  #main .reason .check .headLine02 {
    margin-bottom: 40px;
  }
  #main .reason .check .borderBox {
    margin-bottom: 30px;
    padding: 1px 20px 20px;
    width: auto;
  }
  #main .reason .check .borderBox::before {
    width: 60px;
  }
  #main .reason .check .borderBox::after {
    width: 60px;
  }
  #main .reason .check .borderBox .ttl {
    margin: -21px 0 20px;
    font-size: 1.6rem;
  }
  #main .reason .check .borderBox .ttl span::before,
  #main .reason .check .borderBox .ttl span::after {
    display: none;
  }
  #main .reason .check .borderBox .textList {
    margin: 0;
  }
  #main .reason .check .borderBox .textList li {
    padding: 0 17px 10px 28px;
    margin-bottom: 0;
    font-size: 1.6rem;
    background-size: 20px auto;
  }
  #main .consultant {
    padding: 50px 0;
  }
  #main .consultant .headLine01 {
    margin-bottom: 20px;
  }
  #main .consultant .comtext {
    margin-bottom: 30px;
  }
  #main .consultant .imgList {
    margin: 0 0 62px;
	justify-content: space-between;
  }
  #main .consultant .imgList li {
    margin: 0 0 20px;
    width: 48%;
  }
  #main .consultant .imgList li:last-child {
    margin-bottom: 0;
  }
  #main .consultant .imgList li .pho {
    text-align: center;
  }
  #main .consultant .imgList li p {
    font-size: 1.3rem;
  }
  #main .consultant .imgList li .ttl span {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  #main .publish {
    padding: 50px 0;
  }
  #main .publish h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.9rem;
  }
  #main .publish .imgBox {
    display: block;
  }
  #main .publish .imgBox .phoBox {
    margin-bottom: 20px;
    width: auto;
    text-align: center;
  }
  #main .publish .imgBox .textBox {
    width: auto;
  }
  #main .publish .imgBox .textBox p {
    font-size: 1.4rem;
  }
  #main .publish .comLink {
    margin: 0 auto;
  }
  #main .publish .comLink a {
    margin: 0 auto;
    padding: 16px 10px 12px;
    font-size: 1.4rem;
  }
  #main .assessment {
    padding: 0 0 30px 0;
  }
  #main .assessment .content {
    display: block;
    padding: 20px 15px;
  }
  #main .assessment p {
    margin-bottom: 20px;
    width: auto;
    font-size: 19px;
  }
  #main .assessment p .txt01 {
    font-size: 1.8rem;
  }
  #main .assessment p .txt02 {
    font-size: 1.8rem;
  }
  #main .assessment .link a {
    width: auto;
    background-position: right 10px center;
    font-size: 18px;
    padding: 30px 10px 30px 105px;
  }
  #main .assessment .link a::before {
    left: 10px;
  }
  #main .assessment .txt_assessment {
    line-height: 1.6;
    font-size: 14px;
  }

  #main .faq {
    padding: 50px 0;
  }
  #main .faq .headLine01 {
    margin-bottom: 20px;
  }
  #main .faq .comtext {
    margin-bottom: 30px;
  }
  #main .faq .qaList li {
    margin-bottom: 20px;
  }
  #main .faq .qaList li .ttl {
    padding: 15px 38px 15px 66px;
    background-position: right 10px center;
  }
  #main .faq .qaList li .ttl::before {
    top: -5px;
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
  }
  #main .faq .qaList li .txt {
    padding: 15px;
  }
  #main .column {
    padding: 40px 0;
    background-color: #fff;
  }
  #main .column::before {
    width: 100%;
  }
  #main .column h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  #main .column .comtext {
    margin-bottom: 30px;
  }
  #main .column .phoList {
    margin: -20px 0 30px;
    justify-content: space-between;
  }
  #main .column .phoList li {
    margin: 20px 0 0;
    width: 48%;
  }
  #main .column .phoList li .pho {
    text-align: center;
  }
  #main .column .phoList li .ttl {
    font-size: 1.4rem;
  }
  #main .column .phoList li .txt {
    color: #0d0d0e;
    font-size: 1.4rem;
  }
  #main .news {
    padding: 40px 0;
  }
  #main .news .headLine01 {
    margin-bottom: 51px;
  }
  #main .news .newsList {
    margin-bottom: 40px;
  }
  #main .news .newsList li {
    font-size: 1.4rem;
  }
  #main .news .newsList li .ttl {
    padding: 15px;
    background-position: right 10px center;
  }
  #main .news .newsList li .ttl span {
    font-size: 1.3rem;
    display: block;
    position: static;
  }
  #main .news .newsList li .txt {
    padding: 20px;
  }
  #main .contact {
    margin-bottom: 0;
  }
  #main .contact {
    padding: 50px 0;
  }
  #main .contact::before {
    width: 100%;
  }
  #main .contact h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #main .contact .text {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #main .contact .subBox {
    margin: 0;
    display: block;
  }
  #main .contact .subBox .tel {
    margin-bottom: 20px;
    text-align: center;
  }
  #main .contact .subBox .tel a {
    padding: 8px 10px 0 50px;
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
    background-size: 40px auto;
    background-position: left center;
  }
  #main .contact .subBox .tel a span {
    font-size: 3rem;
  }
  #main .contact .subBox .link a {
    padding: 16px 20px;
    width: auto;
  }
  #main .contact .subBox .link01 {
    margin-bottom: 20px;
  }
  #main .contact .subBox .link01 a {
    padding: 10px 20px 0;
  }
  #main .contact .subBox .link a span {
    font-size: 1.8rem;
  }
  .indexMv.mainVisual {
  	background-position-x: 45%;
  }
  .indexMv.mainVisual .title {
  	margin-left: 0;
	width: 59%;
  }
  .indexMv.mainVisual .title br {
  	display: none;
  }
  .indexMv.mainVisual .bgBox .content {
  	padding: 0;
  }
  .indexMv.mainVisual .bgBox {
  	padding: 0;
  }
  .indexMv.mainVisual .bgBox .btnList {
  	display: flex;
	max-width: inherit;
  }
  .indexMv.mainVisual .bgBox .btnList li {
  	width: 32%;
  }
  .indexMv li span {
  	display: none;
  }

	.mainVisual .title::after {
		font-size: 4rem !important;
	}

}
@media all and (-ms-high-contrast: none) {
  #main .topics .subBox .comLink a {
    padding: 13px 10px 6px;
  }
  #main .reason .imgBox .textBox .comLink a {
    padding: 21px 10px 15px;
  }
  #main .reason .check .borderBox .textList li {
    background-position: left top;
  }
  #main .contact .subBox .link a {
    padding: 30px 50px 23px 20px;
  }
}

.index_cateBox {
	margin-bottom: 10px;
}
.index_cateBox .index_cate {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
.index_cateBox .category-label {
    margin-right: 5px;
    padding: 0 10px;
    background-color: #005BAC;
    color: #fff;
	display: inline-block;
	white-space: nowrap;
	width: 20%;
	text-align: center;
}

.index_mv_name {
    position: absolute;
    padding: 20px 60px;
    box-sizing: border-box;
    background: rgba(0,91,172,0.6);
	color: #FFF;
	font-size: 2.6rem;
	bottom: 25%;
	right: 2%;
	line-height: 1.4;
}
.index_mv_name span {
	display: block;
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	.index_mv_name {
		display: none;
	}
}


.form-backbtn button {
	font-weight: normal;
	text-decoration: underline;
	padding: 0;
	border: none;
}
.form-backbtn button:hover {
	text-decoration: none;
}
@media all and (max-width: 896px) {
	.form-backbtn button {
		margin-top: 10px;
	}
}


/*220307*/

#main .works .phoList li a {
	display: block;
}
#main .works .phoList li a:hover {
	opacity: 0.7;
}

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

@media(max-width: 896px){
    .mg_top{
        margin-top:60px;
    }
}
