.main-contents *,
.main-contents :after,
.main-contents :before {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}
/*** common ***/
.alC{
  text-align: center;
}
.f_bold{
  font-weight: bold;
}
.c-subTtl .strong{
  font-size: calc(55 / 42 * 100%);
  color: #ff0000;
}
.base-text{
  font-size: 16px;
  line-height: 1.8;
}
.comment-text{
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .base-text{
    font-size: calc(24 / 750 * 100vw);
  }
  .comment-text{
    font-size: calc(21 / 750 * 100vw);
  }
}

.mt-0{
  margin-top: 0;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top: 40px;
}
.mt-50{
  margin-top: 50px;
}
.mt-60{
  margin-top: 60px;
}
.mt-70{
  margin-top: 70px;
}
.mt-80{
  margin-top: 80px;
}
.mt-90{
  margin-top: 90px;
}
.mt-100{
  margin-top: 100px;
}


/*** header ***/
.tlpt-header{
  padding: 0 50px;
}
.tlpt-header-inner{
  display: flex;
  align-items: center;
  height: 80px;
}
.tlpt-header-inner-logo{
  width: 200px;
}
.tlpt-header-inner-logo img{
  width: 100%;
}
.tlpt-container{
  padding: 0;
}

@media screen and (max-width: 767px) {
  .tlpt-header{
    padding: 0 calc((40/750)*100vw);
  }
  .tlpt-header-inner{
    height: calc((120/750)*100vw);
  }
  .tlpt-header-inner-logo{
    width: calc((300/750)*100vw);
  }
}


/*** mv ***/
#mv{
  background: url(../img/mv-bg.png) center center no-repeat;
  background-size: cover;
}
.mv-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 0 50px 0;
}
.mv-title{
  line-height: 1.2;
}
.mv-title01{
  display: inline-block;
  font-size: 30px;
  margin-bottom: 15px;
}
.mv-title01 .small{
  font-size: calc(24 / 30 * 100%);
}
.mv-title02{
  display: inline-block;
  font-size: 44px;
  margin-bottom: 40px;
}
.mv-title02 .small{
  font-size:calc(36 / 45 * 100%);
}
.f-marker{
	display: inline;
	background: linear-gradient(to bottom, rgba(255, 239, 0, 0) 0%, rgba(255, 239, 0, 0) 85%, rgba(222, 203, 0, 1) 86%, rgba(222, 203, 0, 1) 100%);
}
.mv-title03{
  display: inline-block;
  font-size: 110px;
  color: #113458;
  margin-bottom: 40px;
}
.mv-title03 .parenthesis01{
  display: inline-block;
  font-weight: normal;
  text-indent: -0.6em;
}
.mv-title03 .parenthesis02{
  display: inline-block;
  font-weight: normal;
  letter-spacing: -0.5em;
}
.mv-title04{
  font-size: 24px;
}
.mv-img{
  margin-bottom: 30px;
}
.mv-img img{
  width: 585px;
}
.mv-text{
  font-size: 14px;
}
.asterisk{
  margin-left: 1em;
  position: relative;
}
span.asterisk{
  display: inline-block;
}
.asterisk-mark{
  position: absolute;
  left: -1em;
}

@media screen and (max-width: 767px) {
  .mv-inner{
    flex-direction: column;
    gap: 20px;
    padding: calc((55 / 750) * 100vw) calc((40 / 750) * 100vw) calc((100 / 750) * 100vw);
  }
  .mv-title01{
    font-size: calc(28 / 750 * 100vw);
  }
  .mv-title02{
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: 20px;
  }
  .mv-title03{
    font-size: calc(90 / 750 * 100vw);
    margin-bottom: 20px;
  }
  .mv-title04{
    font-size: calc(24 / 750 * 100vw);
  }
  .mv-img{
    margin-bottom: 20px;
  }
  .mv-text{
    font-size: calc(21 / 750 * 100vw);
  }
}

/*** problem ***/
#problem{
  position: relative;
}
.problem-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 60px 70px;
}
.problem-box-head{
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.problem-box-title{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.problem-box-img{
  margin-bottom: 10px;
}
.problem-box-text{
  font-size: 16px;
  line-height: 1.8;
}
.problem-arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 555px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 50%, 0);
  z-index: 1;
}
.problem-arrow:before{
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width:0;
  height:0;
  border-style:solid;
  border-width: 90px 277.5px 0 277.5px;
  border-color: #113458 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.problem-arrow-inner{
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .problem-list{
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .problem-box-head{
    height: auto;
    padding-bottom: 20px;
  }
  .problem-box-title{
    font-size: calc(40 / 750 * 100vw);
  }
  .problem-box-img{
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .problem-box-text{
    font-size: calc(28 / 750 * 100vw);
  }
  .problem-arrow{
    width: calc(555 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
  }
  .problem-arrow:before{
    border-width: calc(90 / 750 * 100vw) calc(277.5 / 750 * 100vw) 0 calc(277.5 / 750 * 100vw);
  }
  .problem-arrow-inner{
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

/*** solving ***/
#solving{
  background-color: #e9eef1;
}
.solving-img{
  margin-top: 60px;
}
.solving-img img{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .solving-img{
    margin-top: 40px;
  }
}

/*** feature ***/
#feature{

}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: calc((50/750)*100vw);
}

.feature-box {
  background-color: #e1ebf5;
  border-radius: calc((20/750)*100vw);
  position: relative;
  display: flex;
  flex-direction: column;
}
.feature-text-wrap{
  position: relative;
  padding: calc((40/750)*100vw);
}

.feature-label {
  position: absolute;
  left: calc((40/750)*100vw);
  top: calc((-5/750)*100vw);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((70/750)*100vw);
  height: calc((75/750)*100vw);
  background-color: #113a63;
  border-top: calc((5/750)*100vw) solid #cf5b5b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.feature-label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: calc((35/750)*100vw) solid #113a63;
  border-right: calc((35/750)*100vw) solid #113a63;
  border-bottom: calc((10/750)*100vw) solid transparent;
}

.feature-label_text {
  padding-top: calc((5/750)*100vw);
  font-size: calc((20/750)*100vw);
}

.feature-label_num {
  font-family: Arial, Helvetica, sans-serif;
  font-size: calc((40/750)*100vw);
}

.feature-title {
  font-size: calc((36/750)*100vw);
  font-weight: bold;
  line-height: 1.5;
  color: #113a63;
  padding-left: calc((90/750)*100vw);
  margin-bottom: calc((30/750)*100vw);
}

.feature-text {
  font-size: calc((24/750)*100vw);
  line-height: 1.8;
}
.feature-thumb-wrap{
  padding: 0 calc((40/750)*100vw) calc((40/750)*100vw) calc((40/750)*100vw);
}

@media screen and (min-width: 768px),
print {
  .feature-list {
    gap: 100px;
  }

  .feature-box {
    border-radius: 20px;
    flex-direction: row;
  }
  .feature-text-wrap{
    padding: 40px 30px;
    margin-right: 450px;
    height: 240px;
    box-sizing: border-box;
  }

  .feature-label {
    left: 40px;
    top: -5px;
    width: 70px;
    height: 75px;
    border-top-width: 5px;
  }

  .feature-label:after {
    border-left-width: 35px;
    border-right-width: 35px;
    border-bottom-width: 10px;
  }

  .feature-label_text {
    padding-top: 5px;
    font-size: 20px;
  }

  .feature-label_num {
    font-size: 40px;
  }

  .feature-title {
    font-size: 27px;
    padding-left: 90px;
    margin-bottom: 30px;
  }

  .feature-text {
    font-size: 16px;
  }
  .feature-thumb-wrap{
    width: 450px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
  }

  .feature-box:nth-child(even) .feature-text-wrap{
    margin-right: 0;
    margin-left: 450px;
  }

  .feature-box:nth-child(even) .feature-thumb-wrap{
    right: auto;
    left: 0;
  }

}

/*** cta ***/
.sec-cta{
  background-color: #0e3a63;
  text-align: center;
}
.cta-ttl{
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.cta-btn-wrap .request a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 550px;
  height: 100px;
  position: relative;
  background: #BE2121;
  box-sizing: border-box;
  border: 3px solid #ffffff;
  border-radius: 16px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.cta-btn-wrap .request a:before{
  content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 12px;
    height: 12px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
}
.cta-btn-wrap .request a .small-txt{
  display: block;
  font-size: calc(20 / 30 * 100%);
}

@media screen and (max-width: 767px) {
  .cta-ttl{
    font-size: calc((36/750)*100vw);
  }
  .cta-btn-wrap .request a{
    font-size: calc((45/750)*100vw);
    height: calc((150/750)*100vw);
    border: calc((4 / 750) * 100vw) solid #fff;
  }
  .cta-btn-wrap .request a:before{
    width: calc((18 / 750) * 100vw);
    height: calc((18 / 750) * 100vw);
    right: calc((32 / 750) * 100vw);
  }
}


/*** flow ***/
#flow{
  background-color: #e9eef1;
}
.flow-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 60px;
  position: relative;
}
.flow-list:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 5px;
  background-color: #cccccc;
  transform: translate3d(0, -50%, 0);
}
.flow-box{
  padding-top: 50px;
  position: relative;
}
.flow-box:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #113a63;
  border: 5px solid #cf5b5b;
}
.flow-box-inner{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flow-box-body{
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
  height: 300px;
}
.flow-box-body:before{
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate3d(-50%, 0%, 0);
  width:0;
  height:0;
  border-style: solid;
  border-width: 0 15px 30px 15px;
  border-color: transparent transparent #FFFFFF transparent;
}
.flow-box-title{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #113a63;
  text-align: center;
  margin-bottom: 15px;
}
.flow-box-title .flow-box-num{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: calc(40/26*100%);
  font-weight: 700;
  line-height: 1;
  color: #cf5b5b;
}
.flow-box-list{
  font-size: 16px;
  line-height: 1.8;
  list-style: none;
  padding: 0;
}
.flow-box-list li{
  position: relative;
  padding: 0 0 0 0.8em;
}
.flow-box-list li:before{
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-color: #cf5b5b;
}
.flow-box-img{
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.flow-box-img img{
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.flow-box-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #113a63;
  padding: 15px;
  border-radius: 15px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.flow-note-text{
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px),print {
  .flow-list{
    grid-template-columns: 1fr;
    border-top: none;
    margin-top: 30px;
    gap: calc((60/750)*100vw);
  }
  .flow-list:before{
    top: 0;
    left:0;
    width: 4px;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
  }
  
  .flow-box{
    padding-top: 0;
    padding-left: calc((70/750)*100vw);
  }
  .flow-box:before{
    width: calc((32/750)*100vw);
    height: calc((32/750)*100vw);
    border-width: calc((5/750)*100vw);
    top: calc((200/750)*100vw);
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .flow-box-inner{
    gap: calc((30/750)*100vw);
  }
  .flow-box-body{
    padding: calc((40/750)*100vw);
    height: auto;
    border-radius: calc((15/750)*100vw);
  }
  .flow-box-body:before{
    width:0;
    height:0;
    border-style:solid;
    border-width: calc((15/750)*100vw) calc((30/750)*100vw) calc((15/750)*100vw) 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: calc((200/750)*100vw);
    left: auto;
    right: 100%;
    transform: translate3d(0,0, 0);
  }
  .flow-box-title{
    font-size: calc((39/750)*100vw);
  }
  .flow-box-list{
    font-size: calc(24 / 750 * 100vw);
  }
  .flow-box-bottom{
    font-size: calc((36/750)*100vw);
    padding: calc((20/750)*100vw);
    border-radius: calc((15/750)*100vw);
  }
  .flow-note-text{
    font-size: calc((21/750)*100vw);
    text-align: left;
  }
}

/*** standard ***/
.standard-box{
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 60px;
  border: 1px solid #dfdfdf;
}
.standard-box-img{
  width: 270px;
}
.standard-box-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.standard-box-text-wrap{
  flex: 1;
}
.standard-box-title{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.standard-box a{
  text-decoration: underline;
  color: #1e3df0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .standard-box{
    flex-direction: column;
    gap: calc((60/750)*100vw);
    padding: calc((40/750)*100vw);
  }
  .standard-box-title{
    font-size: calc((39/750)*100vw);
  }
}

/*** form ***/
.formArea{
  width: 408px;
  max-width: 100%;
  box-sizing:border-box;
}
.formArea .inputArea {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
  box-sizing: border-box;
  padding: 16px 20px 48px;
  margin: 0 auto;
}
.formArea .inputArea-ttl {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin: 18px 0 6px 0;
}
.formArea .inputArea-ttl:after {
  content: '必須';
  display: inline-block;
  color: #ffffff;
  background-color: #d01207;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 6px 3px;
  margin: -3px 0 0 12px;
  box-sizing: border-box;
}
.formArea .inputArea-box {
  font-size: 14px;
  background-color: #fff;
  line-height: 1;
  width: 100%;
  height: 35px;
  border: solid 1px #C5C5C5;
  border-radius: 5px;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.formArea .inputArea-list {
  margin: 0;
}
.formArea .inputArea-list li {
  line-height: 1.5;
}
.formArea .position .inputArea-ttl{
  margin-top: 0;
}
.formArea .inputArea-nameArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.formArea .inputArea-name {
  /* width: 177px; */
}
.formArea .inputArea-select {
  position: relative;
  display: block;
}
.formArea .inputArea-select {
  color: #828282;
}
.formArea .inputArea-select  .inputArea-box{
  appearance: none;
  -webkit-appearance: none;
  color: #828282;
}
.formArea .inputArea-select:after {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #1c8e8d;
  border-right: solid 1px #1c8e8d;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}
.formArea .inputArea-select select {
  padding-left: 8px;
  margin: 0;
}
.formArea .inputArea-select  select.pd-department {
  color: #828282;
}
.formArea .inputArea-checkboxArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 16px;
}
.formArea .inputArea-checkbox {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  border: 1px solid #1c8e8d;
}
.formArea .inputArea-checkbox-input {
  display: none;
}
.formArea .inputArea-checkbox-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(40deg);
  top: -6px;
  left: 3px;
  width: 10px;
  height: 18px;
  border-bottom: 3px solid #707070;
  border-right: 3px solid #707070;
}
.formArea .inputArea-txt {
  margin: 0;
  line-height: 1.4;
}
.formArea .inputArea-txt a, .formArea .inputArea-txt span {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
.formArea .inputArea-txt a {
  font-weight: 700;
  color: #1c8e8d;
  margin-right: 6px;
  cursor: pointer;
}
.formArea .inputArea-txt a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/service/assess_consulting/microsoft365/ico-target_gray.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  margin-left: 6px;
}
.formArea .inputArea-boxArea {
  position: relative;
}
.formArea .inputArea-box::placeholder{
  color: #828282;
}
.formArea .inputArea-error {
  position: absolute;
  line-height: 1;
  text-align: left;
  color: #fff;
  background-color: #d01207;
  margin: 0;
  z-index: 10;
  box-sizing: border-box;
  width: 150px;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 0 8px 8px;
  border-radius: 8px;
  bottom: -30px;
}
.formArea .inputArea-error:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #d01207 transparent;
  position: absolute;
  border-width: 0 5px 9px 5px;
  top: -8px;
  left: 6px;
}
.formArea .inputArea-radio{
  position:relative;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  padding-left: 20px;
  overflow:hidden;
}
.formArea .inputArea-radio:before{
  display:inline-block;
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  content:'';
  border-radius:200px;
  width:14px;
  height:14px;
  border:solid #CECECE 1px
}
.formArea .inputArea-radio .name{
  letter-spacing:0
}
.formArea .inputArea-radio .small{
  letter-spacing:0;
  top:55%;
  width:auto;
  left:0px;
  font-size:10px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
_::-webkit-full-page-media, _:future, :root .formArea .inputArea-radio .small{
  letter-spacing: -0.1em;
}
.formArea .inputArea-radio .small_basic{
  letter-spacing:-0.02em;
  top:55%;
  left:calc((-8/1200)*100vw);
  width:auto;
  left:0px;
  font-size:10px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%)
}
_::-webkit-full-page-media, _:future, :root .formArea .inputArea-radio .small_basic{
  letter-spacing: -0.15em;
}
.formArea .inputArea-radio-input{
display:none
}
.formArea .inputArea-radio-input:checked+label:after{
width:10px;
height:10px;
display:inline-block;
position:absolute;
top:50%;
left:3px;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
content:'';
border-radius:200px;
background-color:#0F3A64;
}
.formArea .main-btnArea{
  width: 100%;
  margin: 0 auto;
}
.formArea .btnbox{
  width: 360px;
  max-width: 100%;
  position: relative;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  padding: 15px 0 14px;
  background-color: #0F3A64;
  box-sizing: border-box;
  margin: 0 auto;
}
.formArea .btnbox span{
  font-weight: 400;
  font-size: calc((16/20*100%));
}
.formArea .btnbox:after{
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
}
.formArea .btnbox:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .formArea .inputArea-ttl{
    font-size: calc((24/750)*100vw);
  }
  .formArea .inputArea-ttl:after{
    font-size: calc((18/750)*100vw);
  }
  .formArea .inputArea-box{
    font-size: calc((27/750)*100vw);
  }
  .formArea .btnbox{
    font-size: calc((30/750)*100vw);
  }
}


/*** cvArea ***/
.cvArea-btnArea .small{
  display: block;
  font-size: calc((18/22)*100%);
}

/*** service ***/

.bg-tlpt{
  background-color: #404f70;
}
.bg-purple{
  background-color: #6f509b;
}
.bg-penetration{
  background-color: #a54949;
}

#service .c-subTtl{
  margin-bottom: 20px;
}
.service-select-ttl{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #113458;
  padding: 15px;
  margin-top: 60px;
  margin-bottom: 30px;
  background-color: #e1ebf5;
}
.service-select-list{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}
.service-select-item{
  flex: 1;
}
.service-select-item-head{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 0;
}
.service-select-item-content{
  border: 1px solid #dedede;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}
.service-select-or{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #cccccc;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #service .c-subTtl{
    margin-bottom: 20px;
  }
  .service-select-ttl{
    font-size: calc((24/750)*100vw * 1.5);
  }
  .service-select-list{
    gap: 10px;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .service-select-item{
    width: 100%;
  }
  .service-select-item-head{
    font-size: calc((24/750)*100vw * 1.5);
  }
  .service-select-item-content{
    font-size: calc((18/750)*100vw * 1.5);
  }
  .service-select-or{
    font-size: calc((24/750)*100vw * 1.5);
  }
}

.service-select-table{
  width: 100%;
  margin-bottom: 20px;
}
.service-select-table th{
  border: 1px solid #dedede;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.service-select-table td{
  border: 1px solid #dedede;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.service-select-table .empty{
  border: none;
}
.service-select-table thead tr.head-1 th{
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
}
.service-select-table thead tr.head-2 th{
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.service-select-table tbody th{
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: 600;
}
.service-select-table tbody td{
  font-size: 16px;
}
.service-select-table tbody tr.body-content td{
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .table-wrap{
    overflow-x: auto;
  }
  .table-wrap .service-select-table{
    width: 850px;
  }
  .service-select-table th,
  .service-select-table td{
    padding: 7px 5px;
  }
  .service-select-table thead tr.head-1 th{
    font-size: calc((20/750)*100vw * 1.5);
  }
  .service-select-table thead tr.head-2 th{
    font-size: calc((15/750)*100vw * 1.5);
  }
  .service-select-table tbody th{
    font-size: calc((15/750)*100vw * 1.5);
  }
  .service-select-table tbody td{
    font-size: calc((15/750)*100vw * 1.5);
  }
}

/*** consult ***/
.consult-block{
  background-color: #e1ebf5;
  padding: 50px;
  border-radius: 15px;
}
.consult-subtitle{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #0e3a63;
  padding: 10px;
  margin-bottom: 30px;
}
.consult-box{
  display: flex;
  align-items: center;
  gap: 40px;
}
.consult-box .thumb-wrap{
  width: 450px;
}
.consult-box .thumb-wrap .thumb{
  width: 100%;
}
.consult-box .thumb-wrap .thumb img{
  width: 100%;
}
.consult-box .text-wrap{
  flex: 1;
}
.consult-box .text-wrap .consult-title{
  font-size: 30px;
  font-weight: 700;
  color: #113a63;
  margin-bottom: 10px;
}
.consult-btn-wrap{
  margin-top: 20px;
}
.consult-btn-wrap .btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 360px;
  height: 74px;
  background-color: #be2121;
  border-radius: 15px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.consult-btn-wrap .btn:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .consult-block{
    padding: 20px;
    border-radius: 15px;
  }
  .consult-subtitle{
    font-size: calc((24/750)*100vw * 1.5);
  }
  .consult-box{
    flex-direction: column;
    align-items: normal;
    gap: 20px;
  }
  .consult-box .thumb-wrap{
    width: 100%;
  }
  .consult-box .text-wrap{
    flex: auto;
  }
  .consult-box .text-wrap .consult-title{
    font-size: calc((30/750)*100vw * 1.5);
    margin-bottom: 10px;
  }
  .consult-btn-wrap{
    margin-top: 20px;
  }
  .consult-btn-wrap .btn{
    width: 100%;
    height: 60px;
    border-radius: 15px;
    font-size: calc((22/750)*100vw * 1.5);
  }
}

/*** modal ***/
body .modalArea {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  display: none;
}
body .modalArea.active {
  display: block;
  z-index: 9998;
}
body .modalArea-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
body .modalArea-bg.active {
  opacity: 0.6;
}
body .modalArea-individual {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  width: 1200px;
  background-color: #fff;
  padding: 50px;
  margin: auto;
  box-sizing: border-box;
}
body .modalArea-individual.active {
  display: block;
}
body .modalArea-individual p {
  font-size: 17px;
  line-height: 1.4em;
}
body .modalArea-individual p span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
body .modalArea-individual a{
  text-decoration: none;
  color: #333333;
}
body .modalArea-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin: 0;
}
