@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Jost:400,500,600&display=swap&subset=japanese");
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.contentWrap {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 769px) {
  .contentWrap {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .contentWrap {
    font-size: 12px;
  }
}

/* -------------------------------------
common
----------------------------------------*/
.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ib {
  display: inline-block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: 600;
}

.mode_pc,
.mode_pc_ib {
  display: none;
}

.mode_sp {
  display: block;
}

.mode_sp_ib {
  display: inline-block;
}

.tel a, .mail a {
  pointer-events: auto;
  cursor: pointer;
}

.bgImage {
  width: 100%;
  max-width: auto;
  max-width: inherit;
}

.mover {
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
  zoom: 1;
}
.mover:hover {
  opacity: 0.7;
}

.inner,
.inner02,
.spInner {
  padding: 0 6.8%;
}
.inner .inner02,
.inner02 .inner02,
.spInner .inner02 {
  padding: 0;
}

.blankLink {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.blankLink:before {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  content: "";
  background-image: url(../img/blank.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
}
.blankLink.type02:before {
  background-image: url(../img/blank.svg);
}

.arrowLink {
  position: relative;
  padding-left: 20px;
}
.arrowLink:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  content: "";
  width: 7px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 7px solid #2E59A7;
  transition: all 0.3s ease;
}
.arrowLink:hover:before {
  left: 5px;
}

.contentWrap .textBase {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.anchor {
  margin-top: -50px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .tel a, .mail a {
    pointer-events: none;
  }
  .spInner {
    padding: 0;
  }
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .mode_pc {
    display: block;
  }
  .mode_pc_ib {
    display: inline-block;
  }
  .mode_sp,
  .mode_sp_ib {
    display: none;
  }
  .pcInner02 {
    width: 90%;
    max-width: 1028px;
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .inner {
    width: 90%;
    max-width: 1240px;
    margin: auto;
    padding: 0;
  }
  .inner02 {
    width: 100%;
    max-width: 1028px;
    margin: auto;
    padding: 0;
  }
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.btnWrap {
  text-align: center;
}

/*
.btn
---------------------------*/
.btn {
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1.4;
  width: 100%;
  padding: 0;
  zoom: 1;
  transition: 0.2s ease-in-out;
}
.btn.pdf:before {
  width: 40px;
  height: 40px;
  right: 10px;
}
.btn.pdf:after {
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../img/pdf-icon.svg);
}
.btn.pdf:hover {
  top: 0;
}
.btn.pdf:hover:after {
  background-image: url(../img/pdf-icon-w.svg);
}
.btn.pdf a, .btn.pdf span, .btn.pdf button, .btn.pdf input {
  font-size: 16px;
  box-shadow: none;
}
.btn:before, .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.btn:before {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
  right: 10px;
  z-index: 2;
  border: 1px solid #d82e34;
  transition: all 0.3s ease-out;
}
.btn:after {
  right: 22px;
  width: 16px;
  height: 18px;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  z-index: 3;
}
.btn a, .btn span, .btn button, .btn input {
  display: block;
  width: 100%;
  background-color: #d82e34;
  border: 1px solid #d82e34;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  border-radius: 50px;
  text-decoration: none;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  box-shadow: 0 6px #C02D0D;
}
.btn:hover {
  top: 6px;
}
.btn:hover a, .btn:hover span, .btn:hover button, .btn:hover input {
  background-color: #fff;
  color: #d82e34;
  box-shadow: 0 0 #C02D0D;
}
.btn:hover:before {
  background-color: #d82e34;
}
.btn:hover:after {
  background-image: url(../img/arrow-w.svg);
}
@media (min-width: 1200px) {
  .btn {
    width: 400px;
    min-width: inherit;
  }
  .btn.pdf {
    width: 340px;
  }
  .btn.pdf a, .btn.pdf span, .btn.pdf button, .btn.pdf input {
    font-size: 18px;
    padding: 15px;
  }
  .btn a, .btn span, .btn button, .btn input {
    font-size: 24px;
    padding: 14px;
  }
  /*.btn:before {
    width: 50px;
    height: 50px;
    right: 15px;
  }
  .btn:after {
    right: 28px;
    width: 22px;
    height: 24px;
  }*/
}
@media (max-width: 330px) {
  .btn a, .btn span, .btn button, .btn input {
    font-size: 14px;
    padding: 12px;
  }
}

.contentBox {
  padding: 40px 0;
  border-top: 1px solid #d82e34;
}
.contentBox .readText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.contentBox .readText span {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .contentBox {
    padding: 100px 0;
  }
  .contentBox .readText {
    font-size: 18px;
    line-height: 1.8;
  }
}

.contentTitle {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  padding-bottom: 20px;
}
.contentTitle > * {
  font-weight: 600;
}
.contentTitle .en {
  color: #d82e34;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
.contentTitle + .read {
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .contentTitle {
    font-size: 38px;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
  }
  .contentTitle .en {
    font-size: 18px;
  }
  .contentTitle + .read {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
@media (max-width: 350px) {
  .contentTitle {
    font-size: 22px;
  }
}

.bgContent {
  background-color: #f9f9f9;
}

.circleText {
  position: relative;
  line-height: 1.4;
  padding-left: 15px;
}
.circleText.center:after {
  top: 0;
  bottom: 0;
}
.circleText:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #F8B616;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
}
@media (min-width: 1200px) {
  .circleText {
    padding-left: 20px;
  }
  .circleText:after {
    width: 12px;
    height: 12px;
    top: 6px;
  }
}
.linkContent {
  text-align: center;
  background-color: #fff;
  border: 1px solid #2E59A7;
  padding: 20px 6.8%;
  margin-top: 30px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
.linkContent .info {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .linkContent {
    padding: 40px;
  }
  .linkContent .info {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 350px) {
  .linkContent .info {
    font-size: 14px;
  }
}



#record .definitionBox {
  margin-bottom: 15px;
}
#record .definitionBox .title,
#record .definitionBox .detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#record .definitionBox .title {
  background-color: #d82e34;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#record .definitionBox .title h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
#record .definitionBox .title h4 > * {
  font-weight: 600;
}
#record .definitionBox .detail {
  text-align: center;
  background-color: #fff;
  border: 2px solid #d82e34;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 15px 3.4vw;
}
#record .definitionBox .companyList {
  display: flex;
  flex-wrap: wrap;
}
#record .definitionBox .companyList li {
  width: calc((100% - 10px) / 2);
  aspect-ratio: 2/1;
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding: 10px;
}
#record .definitionBox .companyList li:nth-of-type(odd) {
  margin-right: 10px;
}
#record .definitionBox .companyList li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  #record .definitionBoxFlex {
    margin-bottom: 30px;
    display: flex;
    align-items: stretch;
  }
  #record .definitionBoxFlex .definitionBox {
    height: 100%;
    width: calc((100% - 32px) / 2);
  }
  #record .definitionBoxFlex .definitionBox + .definitionBox {
    margin-left: 32px;
  }
  #record .definitionBox {
    margin-bottom: 0;
  }
  #record .definitionBox .title {
    min-height: 75px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #record .definitionBox .title h4 {
    font-size: 20px;
  }
  #record .definitionBox .detail {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #record .definitionBox .companyList {
    display: flex;
    flex-wrap: wrap;
  }
  #record .definitionBox .companyList li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  #record .definitionBox .companyList li:nth-of-type(odd) {
    margin-right: 10px;
  }
  #record .definitionBox .companyList li:nth-of-type(4n) {
    margin-right: 0;
  }
}

.linkText {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  display: inline-block;
  color: #d82e34;
  padding-left: 30px;
}
.linkText:before, .linkText:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.linkText:before {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: #d82e34;
  left: 0;
}
.linkText:after {
  left: 7px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  z-index: 1;
}
.linkText > span {
  position: relative;
  font-weight: 600;
}
.linkText > span:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #d82e34;
  left: 0;
  margin: auto;
  bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
}
@media (min-width: 1200px) {
  .linkText {
    font-size: 18px;
  }
}



/* トップ用CSS引用 */

.area-service {
  margin: 40px 0 0;
  padding-bottom: 40px;
  background: #f9f9f9 repeating-linear-gradient( -15deg, #f9f9f9 0px, #f9f9f9 200px, #fff 200px, #fff 600px, #f9f9f9 600px, #f9f9f9 800px );
}
.area-service .service-box {
  margin: 60px auto;
  padding: 0;
  width: 90%;
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.area-service .service-box .pic {
  width: 50%;
}
.area-service .service-box .pic img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.area-service .service-box .info {
  padding: 0 4%;
  width: 50%;
}
.area-service .service-box .info h3 {
  margin: 0 0 .5em;
  padding: 0;
  color: #222;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.area-service .service-box .info p {
  margin: 1.0em 0;
  padding: 0;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.area-service .service-box .info .read {
  font-size: 18px;
  font-weight: 600;
  margin:  0 0 .5em;
}
.area-service .service-box .info .detail-btn {
  margin: 1.5em auto 0 0;
}
@media (max-width: 767px) {
  .area-service .service-box {
    flex-direction: column;
    gap: 2.0rem 0;
    margin: 40px auto;
  }
  .area-service .service-box .pic {
    order: 1;
    width: 100%;
  }
  .area-service .service-box .info {
    order: 2;
    width: 100%;
  }
  .area-service .service-box .info h3 {
    font-size: 22px;
  }
}

#main2 {
  background-image: url(../img/engagementcard-series-bg-sp.jpg);
  background-size: cover;
  height: auto;
  padding: 30px 0;
  .main2Inner {
    width: 94%;
    padding: 20px 20px 26px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .readTitle {
    font-size: 15px;
    padding: 0;
  }
  h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding: .5em 0;
    background-color: transparent;
  }
  @media (min-width: 768px) {
    background-image: url(../img/engagementcard-series-bg.jpg);
    padding: 50px 0 56px;
    .main2Inner {
      width: auto;
      padding: 30px 30px 36px;
    }
    .readTitle {
      font-size: 20px;
    }
    h2 {
      font-size: 34px;
    }
    
  }
  @media (max-width: 350px) {
    .main2Inner {
      padding: 15px;
    }
    .readTitle {
      font-size: 13px;
    }
    h2 {
      font-size: 20px;
    }
  }
}
/*
#about
---------------------------*/
#about {
  text-align: center;
}
#about .contentBox {
  padding-bottom: 0;
}
#about .aboutTitle {
  padding-bottom: 20px;
}
#about .aboutInner .textBox {
  text-align: left;
}
#about .aboutInner .textBox p {
  font-size: 16px;
  line-height: 1.8;
}
#about .aboutInner .textBox p + p {
  padding-top: 1em;
}
#about .aboutInner .textBox .em {
  line-height: 1.8;
  font-weight: 700;
}
#about .aboutInner .textBox .color {
  color: #d82e34;
}
#about .aboutInner .textBox .emColor {
  font-weight: 700;
  color: #d82e34;
  font-size: 20px;
}
#about .aboutInner .aboutInnerTitle {
  line-height: 1.6;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
#about .cardImage {
  width: 80%;
  margin: auto;
  background-color: #fff;
  padding: 20px;
}
#about .aboutTop .textBox {
  margin-top: 30px;
}
#about .aboutBottom {
  padding: 40px 0;
}
#about .contentBox {
  padding: 0;
}
@media (min-width: 768px) {
  #about .aboutInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #about .aboutInner > div {
    width: calc((100% - 32px) / 2);
  }
  #about .aboutBottomImage {
    display: none;
  }
  #about .aboutTop .textBox {
    margin-top: 0;
  }
  #about .aboutBottom {
    background-image: url(../img/about-bottom-bg.png);
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  #about .aboutTitle {
    padding-bottom: 30px;
  }
  #about .aboutInner .textBox p {
    font-size: 18px;
    line-height: 2;
  }
  #about .aboutInner .textBox .emColor {
    font-size: 24px;
  }
  #about .aboutInner .aboutInnerTitle {
    line-height: 1.8;
    font-size: 30px;
    padding-bottom: 30px;
  }
  #about .cardImage {
    width: auto;
    margin: inherit;
    padding: 40px;
  }
}