@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&family=Inria+Sans&family=Montserrat:wght@700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@700&display=swap");

.inria {
  font-family: "Inria Sans", sans-serif;
  font-weight: bold;
}

.itaric {
  font-style: italic;
}

.spBr {
  display: none;
}

@media (max-width: 768px) {
  .spBr {
    display: inline;
  }
}

@media (max-width: 768px) {
  .pcBr {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1330px;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

body.fixed {
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  padding: 0 18px;
  width: 1128px;
}

@media (max-width: 768px) {
  .wrap {
    width: auto;
  }
}

p,
li,
dt,
dd,
span {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {

  p,
  li,
  dt,
  dd,
  span {
    font-size: 14px;
  }
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
}

@media (max-width: 768px) {
  img {
    width: 100%;
  }
}

.mv {
  background: url(../img/mv.png);
  background-size: cover;
  display: block;
  margin-top: 67px;
  padding: 59px 0 74px;
}

@media (max-width: 768px) {
  .mv {
    background: url(../img/mv_sp.png);
    background-size: cover;
    margin-top: 52px;
    padding: 30px 0;
  }
}

.mv .mv_txt {
  color: #FFF;
}

@media (max-width: 768px) {
  .mv .mv_txt {
    width: 100%;
  }
}

.mv .txt01 {
  background-color: #49BEFC;
  border-radius: 5px;
  display: flex;
  font-size: 19px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.8;
  padding: 5px 0;
  text-align: center;
  width: 329px;
}

@media (max-width: 768px) {
  .mv .txt01 {
    font-size: 17px;
    width: 100%;
  }
}

.mv .txt02 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  padding-top: 23px;
}

@media (max-width: 768px) {
  .mv .txt02 {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
  }
}

.mv .txt03 {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .mv .txt03 {
    font-size: 24px;
    text-align: center;
  }
}

.mv .txt03 em {
  font-weight: 300;
}

.mv .btn {
  align-items: center;
  background-color: #012B9F;
  border: 1px solid #012B9F;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 3px;
  height: 100px;
  justify-content: center;
  margin-top: 75px;
  position: relative;
  transition: 0.3s;
  width: 465px;
}

@media (max-width: 768px) {
  .mv .btn {
    height: 70px;
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }
}

.mv .btn .btn_top {
  align-items: center;
  display: flex;
  font-size: 21px;
  justify-content: center;
}

@media (max-width: 768px) {
  .mv .btn .btn_top {
    font-size: 16px;
  }
}

.mv .btn .btn_top:before,
.mv .btn .btn_top:after {
  background-color: #FFF;
  content: "";
  font-size: 21px;
  height: 30px;
  margin: 5px 13px 0;
  transform: rotate(-35deg);
  width: 2px;
}

@media (max-width: 768px) {

  .mv .btn .btn_top:before,
  .mv .btn .btn_top:after {
    font-size: 16px;
    height: 18px;
  }
}

.mv .btn .btn_top:after {
  transform: rotate(35deg);
}

.mv .btn .btn_btm {
  display: flex;
  font-size: 21px;
  justify-content: center;
}

@media (max-width: 768px) {
  .mv .btn .btn_btm {
    font-size: 16px;
  }
}

.mv .btn .btn_btm:before {
  content: "";
  -webkit-mask: url(../img/ico_download.svg) no-repeat center top/contain;
  background: #FFF;
  display: block;
  height: 18px;
  margin-right: 10px;
  margin-top: 7px;
  mask: url(../img/ico_download.svg) no-repeat center top/contain;
  width: 20px;
}

@media (max-width: 768px) {
  .mv .btn .btn_btm:before {
    height: 13px;
    margin-top: 3px;
    width: 15px;
  }
}

.mv .btn:hover {
  background-color: #FFF;
  color: #012B9F;
  opacity: 1;
}

.mv .btn:hover:after {
  transform: scale(1.05);
}

.mv .btn:hover .btn_top:before,
.mv .btn:hover .btn_top:after {
  background-color: #012B9F;
}

.mv .btn:hover .btn_btm:before {
  background: #012B9F;
  content: "";
  -webkit-mask: url(../img/ico_download.svg);
  mask: url(../img/ico_download.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mv_btm {
  background: rgba(240, 147, 68, 0.1);
  padding: 50px 0;
}

@media (max-width: 768px) {
  .mv_btm {
    padding: 25px 0;
  }
}

.mv_btm .txt01 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  -webkit-text-decoration: underline 2px #F09344;
  letter-spacing: 2px;
  line-height: 1.8;
  text-decoration: underline 2px #F09344;
  text-underline-offset: 0.3em;
}

@media (max-width: 768px) {
  .mv_btm .txt01 {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.mv_btm .txt01 .orange {
  color: #F09344;
  font-size: 45px;
}

@media (max-width: 768px) {
  .mv_btm .txt01 .orange {
    font-size: 18px;
  }
}

.ttl_wrap {
  font-weight: 700;
  letter-spacing: 2px;
}

.ttl_wrap .txt01 {
  color: #F09344;
  font-size: 59px;
  letter-spacing: 5px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .ttl_wrap .txt01 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

.ttl_wrap .ttl02 {
  color: #F09344;
  font-size: 18px;
}

@media (max-width: 768px) {
  .ttl_wrap .ttl02 {
    font-size: 16px;
  }
}

.ttl_wrap .txt02 {
  font-size: 28px;
  margin-top: 26px;
}

@media (max-width: 768px) {
  .ttl_wrap .txt02 {
    font-size: 16px;
    margin-top: 13px;
  }
}

.reason {
  padding-top: 80px;
}
p.reason {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .reason {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .reason .ttl_wrap {
    text-align: center;
  }
}

.reason .wrap {
  position: relative;
}

@media (max-width: 768px) {
  .reason .wrap {
    position: static;
  }
}

.reason .wrap .img01 {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .reason .wrap .img01 {
    height: auto;
    margin-top: 20px;
    position: static;
  }
}

.reason .list01 {
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
}

@media (max-width: 768px) {
  .reason .list01 {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}

.reason .list01 .item {
  border: 3px solid #F09344;
  border-radius: 10px;
  padding: 30px 0 40px;
  text-align: center;
  width: 270px;
}
sup {
  vertical-align:text-top;
  font-size:small;
}
.kome{
  font-size: 0.8em;
  text-align: left;
  padding: 50px 0 0;
  margin-bottom: -10px;
}

@media (max-width: 768px) {
  .reason .list01 .item {
    padding: 15px 0 20px;
    width: 100%;
  }
}

.reason .list01 .item .txt01 {
  align-content: center;
  background: #F09344;
  border-radius: 50%;
  color: #FFF;
  display: grid;
  font-size: 20px;
  font-weight: 700;
  height: 56px;
  margin: auto;
  width: 56px;
}

@media (max-width: 768px) {
  .reason .list01 .item .txt01 {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .reason .list01 .item .txt01 {
    font-size: 16px;
  }
}

.reason .list01 .item .txt02 {
  color: #F09344;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .reason .list01 .item .txt02 {
    font-size: 16px;
    margin-top: 10px;
  }
}

.reason .arrow {
  display: block;
  margin: 40px auto;
}

@media (max-width: 768px) {
  .reason .arrow {
    margin: 20px auto;
    transform: scale(0.8);
  }
}

.reason .btm {
  background: rgba(240, 147, 68, 0.1);
  padding: 100px 0;
}

@media (max-width: 768px) {
  .reason .btm {
    padding: 50px 0;
  }
}

.reason .btm .wrap {
  width: 1280px;
}

@media (max-width: 768px) {
  .reason .btm .wrap {
    width: auto;
  }
}

.reason .btm .txt01 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 768px) {
  .reason .btm .txt01 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.reason .btm .list02 {
  display: grid;
  gap: 160px;
  margin-top: 140px;
}

@media (max-width: 768px) {
  .reason .btm .list02 {
    gap: 40px;
    margin-top: 30px;
  }
}

.reason .btm .list02 .item02 {
  display: flex;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 {
    flex-direction: column-reverse !important;
    gap: 10px;
  }
}

.reason .btm .list02 .item02 .box {
  background: #FFF;
  border: 3px solid #F09344;
  border-radius: 10px;
  padding: 60px 76px;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .box {
    padding: 30px 10px;
    width: auto !important;
  }
}

.reason .btm .list02 .item02 .box .ttl_wrap {
  align-items: center;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  width: 529px;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .box .ttl_wrap {
    gap: 20px;
    margin-bottom: 20px;
    width: auto;
  }
}

.reason .btm .list02 .item02 .box .ttl_wrap .txt01 {
  align-content: center;
  background: #F09344;
  border-radius: 50%;
  color: #FFF;
  display: grid;
  font-size: 41px;
  height: 117px;
  width: 117px;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .box .ttl_wrap .txt01 {
    font-size: 20px;
    height: 50px;
    width: 50px;
  }
}

.reason .btm .list02 .item02 .box .ttl_wrap .ttl03 {
  color: #F09344;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .box .ttl_wrap .ttl03 {
    font-size: 18px;
  }
}

.reason .btm .list02 .item02 .box .txt02 {
  line-height: 2.1;
  width: 529px;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .box .txt02 {
    line-height: 1.6;
    width: auto;
  }
}

.reason .btm .list02 .item02 .box .txt03 {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 14px;
  margin: 56px 0 30px;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .box .txt03 {
    font-size: 18px;
    gap: 7px;
    margin: 28px 0 15px;
  }
}

.reason .btm .list02 .item02 .box .txt03:before {
  background: #F09344;
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
}

.reason .btm .list02 .item02 .box .list03 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .box .list03 {
    gap: 10px;
  }
}

.reason .btm .list02 .item02 .box .list03 .item03 {
  background: #FEF5DE;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 500;
  padding: 11px 30px;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .box .list03 .item03 {
    border-radius: 10px;
    font-size: 14px;
    padding: 5px 15px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.reason .btm .list02 .item02 .box .list03:last-of-type:after {
  content: "他";
  font-size: 20px;
  font-weight: 500;
  margin-top: auto;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .box .list03:last-of-type:after {
    font-size: 14px;
  }
}

.reason .btm .list02 .item02 .img {
  border-radius: 10px;
  margin-top: -82px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02 .img {
    height: auto;
    margin: 0 !important;
  }
}

.reason .btm .list02 .item02:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02:nth-of-type(even) {
    flex-direction: column;
  }
}

.reason .btm .list02 .item02:nth-of-type(even) .ttl_wrap {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: auto;
}

@media (max-width: 768px) {
  .reason .btm .list02 .item02:nth-of-type(even) .ttl_wrap {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0;
  }
}

.reason .btm .list02 .item02:nth-of-type(even) .txt02 {
  margin-left: auto;
}

.reason .btm .list02 .item02:nth-of-type(1) .box {
  width: 1027px;
}

.reason .btm .list02 .item02:nth-of-type(1) .img {
  margin-left: -339px;
}

.reason .btm .list02 .item02:nth-of-type(2) .box {
  width: 1085px;
}

.reason .btm .list02 .item02:nth-of-type(2) .img {
  margin-right: -397px;
}

.reason .btm .list02 .item02:nth-of-type(3) .box {
  width: 953px;
}

.reason .btm .list02 .item02:nth-of-type(3) .img {
  margin-left: -265px;
}

.reason .btm .list02 .item02:nth-of-type(4) .box {
  width: 1085px;
}

.reason .btm .list02 .item02:nth-of-type(4) .img {
  margin-right: -397px;
}

.function {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .function {
    padding: 50px 0;
  }
}

.function .ttl_wrap {
  text-align: center;
}

.function .list {
  display: grid;
  gap: 60px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .function .list {
    gap: 30px;
    margin-top: 30px;
  }
}

.function .list .item .ttl_wrap {
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .function .list .item .ttl_wrap {
    margin-bottom: 20px;
  }
}

.function .list .item .ttl_wrap .txt01 {
  align-items: center;
  background: #F09344;
  border-radius: 10px;
  color: #FFF;
  display: flex;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  height: 53px;
  justify-content: center;
  letter-spacing: 0.5px;
  margin-top: -15px;
  position: relative;
  width: 133px;
  z-index: 1;
}

@media (max-width: 768px) {
  .function .list .item .ttl_wrap .txt01 {
    font-size: 12px;
    height: 40px;
    width: 100px;
  }
}

.function .list .item .ttl_wrap .txt01 .large {
  font-size: 32px;
  letter-spacing: 2px;
  margin-left: 3px;
}

@media (max-width: 768px) {
  .function .list .item .ttl_wrap .txt01 .large {
    font-size: 20px;
  }
}

.function .list .item .ttl_wrap .ttl03 {
  align-items: center;
  border: 2px solid #F09344;
  border-radius: 10px;
  display: flex;
  font-size: 24px;
  margin-left: -97px;
  padding: 4px 0;
  padding-left: 121px;
  width: 100%;
}

@media (max-width: 768px) {
  .function .list .item .ttl_wrap .ttl03 {
    font-size: 18px;
    margin-left: -100px;
    margin-top: 0px;
    padding: 10px;
    padding-top: 30px;
  }
}

.function .list .item .cont {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .function .list .item .cont {
    flex-direction: column-reverse !important;
  }
}

.function .list .item .cont .txt02 {
  line-height: 2.2;
  width: 614px;
}

@media (max-width: 768px) {
  .function .list .item .cont .txt02 {
    line-height: 1.6;
    margin-top: 20px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .function .list .item .cont .img {
    height: auto;
  }
}

.function .list .item:nth-of-type(even) .cont {
  flex-direction: row-reverse;
}

.support {
  background: rgba(240, 147, 68, 0.1);
  padding: 100px 0;
}

@media (max-width: 768px) {
  .support {
    padding: 50px 0;
  }
}

.support .ttl_wrap {
  text-align: center;
}

.support .txt03 {
  line-height: 2.2;
  margin: 40px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .support .txt03 {
    line-height: 1.6;
    margin: 20px 0;
  }
}

.support .img {
  height: auto;
}

.case {
  background: url(../img/case.png) no-repeat center top/cover;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .case {
    padding: 50px 0;
  }
}

.case:after {
  background: #FFF;
  bottom: 0;
  content: "";
  height: 200px;
  position: absolute;
  width: 100%;
}

@media (max-width: 768px) {
  .case:after {
    display: none;
  }
}

.case .ttl_wrap {
  text-align: center;
}

.case .ttl_wrap * {
  color: #FFF;
}

.case .txt03 {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .case .txt03 {
    font-size: 18px;
    margin: 30px 0 10px;
  }
}

.case .list {
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .case .list {
    flex-direction: column;
    gap: 12px;
  }
}

.case .list .item {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
  padding: 32px 32px 44px;
  width: 100%;
}

@media (max-width: 768px) {
  .case .list .item {
    border-radius: 0;
    padding: 16px 16px 22px;
    width: auto;
  }
}

.case .list .item .ttl03 {
  color: #F09344;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
  text-align: center;
}

@media (max-width: 768px) {
  .case .list .item .ttl03 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

.case .list .item .txt01 {
  line-height: 2.1;
}

@media (max-width: 768px) {
  .case .list .item .txt01 {
    line-height: 1.6;
  }
}

.etc {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .etc {
    margin: 50px 0;
  }
}

.etc .lp_box .txt01 {
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .etc .lp_box .txt01 {
    font-size: 20px;
  }
}

.etc .lp_box .list {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 100px;
}

@media (max-width: 768px) {
  .etc .lp_box .list {
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0 50px;
  }
}

.etc .lp_box .list li a {
  align-items: center;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  display: flex;
  height: 240px;
  justify-content: center;
  width: 549px;
}

@media (max-width: 768px) {
  .etc .lp_box .list li a {
    height: auto;
    padding: 50px 0;
    width: calc(100% - 2px);
  }
}

.etc .lp_box .list li a img {
  display: block;
  height: auto;
  width: 50%;
}

.etc .btn_list {
  display: flex;
  gap: 24px;
  justify-content: center;
}

@media (max-width: 768px) {
  .etc .btn_list {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}

.etc .btn_list li {
  width: 357px;
}

.etc .btn_list li a {
  align-items: center;
  background-color: #012B9F;
  border: 1px solid #012B9F;
  border-radius: 100px;
  color: #FFF;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 131px;
  justify-content: center;
  opacity: 1;
  transition: 0.3s;
  width: 357px;
}

@media (max-width: 768px) {
  .etc .btn_list li a {
    font-size: 16px;
    height: 80px;
    width: auto;
  }
}

.etc .btn_list li a.download:before {
  background: url(../img/ico_download_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  margin-right: 19px;
  width: 19px;
}

.etc .btn_list li a.contact:before {
  background: url(../img/ico_contact_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  margin-right: 19px;
  width: 27px;
}

.etc .btn_list li a.tel {
  background-color: #FFF;
  border-color: #000;
  color: #000;
  flex-direction: column;
  font-size: 10px;
  font-weight: normal;
  pointer-events: none;
}

@media (max-width: 768px) {
  .etc .btn_list li a.tel {
    pointer-events: auto;
    text-align: center;
  }
}

.etc .btn_list li a.tel .inria {
  align-items: center;
  display: flex;
  font-size: 30px;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .etc .btn_list li a.tel .inria {
    font-size: 20px;
  }
}

.etc .btn_list li a.tel .inria:before {
  content: "";
  -webkit-mask: url(../img/ico_tel_b.svg) no-repeat center top/cover;
  background: #000;
  display: block;
  height: 28px;
  margin-right: 10px;
  mask: url(../img/ico_tel_b.svg) no-repeat center top/cover;
  width: 28px;
}

@media (max-width: 768px) {
  .etc .btn_list li a.tel .inria:before {
    margin-right: 5px;
  }
}

.etc .btn_list li a:hover {
  background-color: #FFF;
  color: #012B9F;
}

.etc .btn_list li a:hover.download:before {
  background: url(../img/ico_download_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.etc .btn_list li a:hover.contact:before {
  background: url(../img/ico_contact_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.etc .txt02 {
  margin-top: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .etc .txt02 {
    margin-top: 50px;
  }
}

header .header_cont {
  background-color: #FFF;
  display: flex;
  height: 67px;
  margin-top: -67px;
  min-width: 1330px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

@media (max-width: 768px) {
  header .header_cont {
    height: 52px;
    margin-top: -52px;
    min-width: 100%;
  }
}

header .header_cont .header_logo {
  display: flex;
  gap: 18px;
  margin: 10px 0;
  padding-left: 17px;
}

@media (max-width: 768px) {
  header .header_cont .header_logo {
    height: 52px;
    margin: 8px 0 0;
    transform: scale(.7);
    transform-origin: 0 0;
    z-index: 100;
  }
}

header .header_cont .header_logo a {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}

header .header_cont .header_logo .logo_side {
  border-left: 1px solid #707070;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 18px;
}

header .header_cont .header_logo .logo_side a {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

header .header_cont .header_logo .logo_side_txt {
  font-size: 10px;
  font-weight: 500;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  header .header_cont .header_logo .logo_side_txt {
    margin-top: 1px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  header .header_cont .header_toggle {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: auto;
    padding: 11px;
    transition: 0.5s;
  }

  header .header_cont .header_toggle span {
    background: #000;
    content: "";
    display: flex;
    height: 3px;
    transition: 0.5s;
    width: 34.4px;
  }

  header .header_cont .header_toggle.show {
    margin-top: 20px;
  }

  header .header_cont .header_toggle.show span {
    margin-top: -12px;
    transform: translateY(6px) rotate(-45deg);
    transition: 0.5s;
  }

  header .header_cont .header_toggle.show span:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }

  header .header_cont .header_toggle.show span:last-child {
    margin: 0;
    opacity: 0;
    transform: none;
  }
}

header .header_cont .header_nav {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-left: auto;
  margin-right: 15px;
}

@media (max-width: 768px) {
  header .header_cont .header_nav {
    background-color: white;
    flex-direction: column;
    gap: 0;
    height: 100vh;
    margin-top: 52px;
    padding: 0 18px;
    padding-top: 30px;
    position: fixed;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    width: calc(100% - 36px);
    z-index: 1;
  }

  header .header_cont .header_nav.show {
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  header .header_cont .header_nav li {
    align-items: center;
    border-top: 1px solid #707070;
    display: flex;
    width: 100%;
  }
}

header .header_cont .header_nav li .pagelink {
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  transition: 0.3s;
}

@media (max-width: 768px) {
  header .header_cont .header_nav li .pagelink {
    padding: 1em 0;
    width: 100%;
  }
}

header .header_cont .header_nav li .pagelink:hover {
  text-decoration: underline;
}

header .header_cont .header_nav li .header_btn {
  align-items: center;
  background-color: #012B9F;
  border: 1px solid #012B9F;
  border-radius: 100px;
  color: #FFF;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  opacity: 1;
  position: relative;
  transition: 0.3s;
  width: 174px;
}

@media (max-width: 768px) {
  header .header_cont .header_nav li .header_btn {
    font-size: 16px;
    height: 42px;
    margin-top: 30px;
    width: 100%;
  }
}

header .header_cont .header_nav li .header_btn:before {
  background: url(../img/ico_contact_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  margin-right: 10px;
  margin-top: 2px;
  width: 11px;
}

@media (max-width: 768px) {
  header .header_cont .header_nav li .header_btn:before {
    margin-right: 10px;
  }
}

header .header_cont .header_nav li .header_btn:hover {
  background-color: #FFF;
  color: #012B9F;
}

header .header_cont .header_nav li .header_btn:hover:before {
  background: url(../img/ico_contact_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  footer .footer_top {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0 0;
  }
}

footer .footer_top .footer_logo {
  align-items: center;
  display: flex;
  gap: 18px;
  height: 47px;
  padding-left: 17px;
}

@media (max-width: 768px) {
  footer .footer_top .footer_logo {
    justify-content: center;
    padding: 0;
    transform: scale(.7);
  }
}

footer .footer_top .footer_logo a {
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  footer .footer_top .footer_logo a {
    flex-shrink: 0;
  }
}

footer .footer_top .footer_logo .ttl {
  align-items: flex-start;
  border-left: 1px solid #707070;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 500;
  gap: 2px;
  padding-left: 19px;
}

footer .footer_top .footer_logo .ttl .inria {
  font-size: 22px;
  letter-spacing: 1px;
  white-space: nowrap;
}

footer .footer_top .footer_list {
  display: grid;
  grid-template-columns: 175px 148px 120px 68px;
  grid-template-rows: repeat(2, 1fr);
  margin-left: auto;
  row-gap: 12px;
}

@media (max-width: 768px) {
  footer .footer_top .footer_list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 0;
    margin-left: 18px;
    padding: 1em 0;
  }
}

footer {
  background-color: #F7F7F7;
}

footer .footer_top {
  display: flex;
  padding: 38px 0 50px;
  text-align: left;
  flex-wrap:wrap;
  justify-content: flex-start;
}
footer .footer_ul{
  text-align: left;
  padding-left: 15px;
}
footer .footer_ul,
footer .footer_ul li,
footer .footer_ul a {
  font-size: 14px;
  font-weight: 500;
}
footer .footer_ul li{
  margin-bottom: 5px;
}
footer .footer_ul li.f_u_title{
  margin-bottom: 20px;
  color: #000000bb;
}
footer .links {
	overflow: hidden;
	font-size: 0.9em;
  color: #083F8E;
	text-align: left;
  display: flex;
  gap: 20px;
  padding: 30px 0;
  flex-wrap:wrap;
}
footer .footer_ul a:hover {
  text-decoration: underline;
}

footer .footer_top .footer_list li {
  display: flex;
  position: relative;
}

footer .footer_top .footer_list li:before {
  background-color: #012B9F;
  border: 1px solid #012B9F;
  border-radius: 10px;
  content: "";
  height: 6px;
  left: -0.8em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

footer .footer_top .footer_list li a {
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  transition: 0.3s;
}

footer .footer_top .footer_list li a:hover {
  text-decoration: underline;
}

footer .copyright {
  display: block;
  font-size: 10px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
}

/***
    The new CSS reset - version 1.8.4 (last updated 14.2.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
* {
  box-sizing: border-box;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*::before,
*::after {
  box-sizing: border-box;
}

/* Preferred box-sizing value */
/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-block-size: 100%;
  max-inline-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

/*# sourceMappingURL=style.css.map */