@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.mv {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 818px) {
  .mv {
    margin-top: 60px;
  }
}
.mv .inner {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.mv .mv_bg {
  height: 730px;
  overflow: hidden;
}
@media screen and (max-width: 818px) {
  .mv .mv_bg {
    height: 220px;
  }
}
.mv .mv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mv .mv_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-bottom: 120px;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .mv .mv_txt {
    padding-bottom: 10px;
  }
}
.mv .mv_txt .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 77px;
  padding: 0 10px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .mv .mv_txt .ttl {
    font-size: 20px;
    font-weight: 500;
    line-height: 37px;
    padding: 0;
  }
}
.mv .mv_txt .ttl span {
  display: block;
  background: url(../img/top/mv_txt_bg.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: fit-content;
}
.mv .mv_txt .ttl span + span {
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .mv .mv_txt .ttl span + span {
    margin-top: 5px;
  }
}
.banner {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .banner {
    margin-top: 30px;
  }
}
.banner .banner_slide {
  position: relative;
}
.banner .banner_slide .swiper-horizontal > .swiper-pagination-bullets,
.banner .banner_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .banner_slide .swiper-pagination-custom,
.banner .banner_slide .swiper-pagination-fraction {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .banner .banner_slide .swiper-horizontal > .swiper-pagination-bullets,
  .banner .banner_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
  .banner .banner_slide .swiper-pagination-custom,
  .banner .banner_slide .swiper-pagination-fraction {
    margin-top: 10px;
  }
}
.banner .banner_slide .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  opacity: 1;
  border-radius: 100%;
}
@media screen and (max-width: 818px) {
  .banner .banner_slide .swiper-pagination-bullet {
    margin: 0 3px;
    width: 7px;
    height: 7px;
  }
}
.banner .banner_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1D50A1;
}
.h2_ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.01;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
.h2_ttl::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  border-radius: 4px;
  right: calc(50% - 30px);
  bottom: 0;
  z-index: 1;
  background: #1D50A1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .h2_ttl::after {
    width: 40px;
    height: 2px;
    right: calc(50% - 20px);
  }
}
.h2_ttl span {
  display: block;
  color: #1D50A1;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .h2_ttl span {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.problem .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .problem .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.problem ul {
  margin-top: 50px;
  display: flex;
  column-gap: 50px;
}
@media screen and (max-width: 818px) {
  .problem ul {
    margin-top: 30px;
    display: block;
  }
}
.problem ul li {
  width: calc(33.3333% - 33.3333px);
}
@media screen and (max-width: 818px) {
  .problem ul li {
    width: 100%;
  }
  .problem ul li + li {
    margin-top: 30px;
  }
}
.problem ul li .img {
  max-width: 220px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .problem ul li .img {
    max-width: 60%;
  }
}
.problem ul li .ttl {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .problem ul li .ttl {
    font-size: 18px;
    margin-top: 10px;
  }
}
.feature .f_top {
  background: url(../img/top/f_top_bg.png) no-repeat center / contain;
  background-size: 100% 100%;
  padding: 90px 20px;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .feature .f_top {
    padding: 40px 20px 70px 20px;
    background: url(../img/top/f_top_bg_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.feature .f_top .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .feature .f_top .ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 1080px) {
  .feature .f_top .ttl {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .feature .f_top .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .feature .f_top .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 85px) {
  .feature .f_top .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 818px) {
  .feature .f_top .ttl {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.feature .f_top p {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 1080px) {
  .feature .f_top p {
    font-size: 18px;
  }
}
@media screen and (max-width: 818px) {
  .feature .f_top p {
    font-size: 16px;
  }
}
.feature .f_02 .inner {
  padding-top: 100px;
}
@media screen and (max-width: 818px) {
  .feature .f_02 .inner {
    padding-top: 50px;
  }
}
.feature .f_02 ul {
  margin-bottom: 50px;
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 55px;
  column-gap: 55px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .feature .f_02 ul {
    gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 818px) {
  .feature .f_02 ul {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.feature .f_02 ul li {
  width: calc(33.3333% - 36.66666px);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  padding: 50px 10px 46px 10px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .feature .f_02 ul li {
    width: calc(33.3333% - 26.66666px);
    padding: 50px 10px 36px 10px;
  }
}
@media screen and (max-width: 818px) {
  .feature .f_02 ul li {
    width: 80%;
    margin: auto;
    padding: 35px 10px 20px 10px;
  }
  .feature .f_02 ul li + li {
    margin-top: 40px;
  }
}
.feature .f_02 ul li .icon {
  line-height: 1.01;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  color: #ffffff;
  padding-top: 10px;
  left: -10px;
  top: -10px;
  width: 140px;
  height: 50px;
  background: url(../img/top/feature_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .feature .f_02 ul li .icon {
    padding-left: 15px;
    font-size: 14px;
    padding-top: 8px;
    width: 120px;
    height: 40px;
  }
}
.feature .f_02 ul li .img {
  max-width: 120px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .feature .f_02 ul li .img {
    max-width: 100px;
  }
}
@media screen and (max-width: 818px) {
  .feature .f_02 ul li .img {
    max-width: 75px;
    margin-bottom: 15px;
  }
}
.feature .f_02 ul li .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 1180px) {
  .feature .f_02 ul li .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .feature .f_02 ul li .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .feature .f_02 ul li .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 818px) {
  .feature .f_02 ul li .ttl {
    font-size: 16px;
  }
}
.feature .f_03 .inner {
  padding-top: 100px;
}
@media screen and (max-width: 818px) {
  .feature .f_03 .inner {
    padding-top: 50px;
  }
}
.feature .f_03 ul {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .feature .f_03 ul {
    gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 818px) {
  .feature .f_03 ul {
    display: block;
    margin-top: 20px;
  }
}
.feature .f_03 ul li {
  width: calc(50% - 20px);
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 818px) {
  .feature .f_03 ul li {
    margin: auto;
    width: 90%;
  }
  .feature .f_03 ul li + li {
    margin-top: 30px;
  }
}
.feature .f_03 ul li p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  min-height: 120px;
}
@media screen and (max-width: 818px) {
  .feature .f_03 ul li p {
    min-height: auto;
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.feature .f_03 ul li .ttl {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .feature .f_03 ul li .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 818px) {
  .feature .f_03 ul li .ttl {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.feature .f_04 .inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 818px) {
  .feature .f_04 .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.feature .f_04 .f_item {
  background: #E7ECF5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 40px;
}
@media screen and (max-width: 818px) {
  .feature .f_04 .f_item {
    padding: 30px 20px;
  }
}
.feature .f_04 .f_item dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .feature .f_04 .f_item dl {
    display: block;
  }
}
.feature .f_04 .f_item dl dt {
  width: 270px;
  padding-right: 38px;
  display: flex;
  align-items: flex-start;
  padding-top: 65px;
}
@media screen and (max-width: 818px) {
  .feature .f_04 .f_item dl dt {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
    padding-top: 0;
  }
  .feature .f_04 .f_item dl dt img {
    max-width: 50%;
    margin: auto;
  }
}
.feature .f_04 .f_item dl dd {
  width: calc(100% - 270px);
}
@media screen and (max-width: 818px) {
  .feature .f_04 .f_item dl dd {
    width: 100%;
  }
}
.feature .f_04 .f_item dl dd .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  position: relative;
  padding-left: 10px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .feature .f_04 .f_item dl dd .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 818px) {
  .feature .f_04 .f_item dl dd .ttl {
    padding-left: 8px;
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.feature .f_04 .f_item dl dd .ttl::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 30px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: #1D50A1;
}
@media screen and (max-width: 818px) {
  .feature .f_04 .f_item dl dd .ttl::after {
    height: 25px;
    width: 2px;
  }
}
.feature .f_04 .f_item dl dd p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .feature .f_04 .f_item dl dd p {
    font-size: 14px;
  }
}
.feature .f_04 .f_item dl dd .btn_b {
  margin-right: 0;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .feature .f_04 .f_item dl dd .btn_b {
    margin-top: 15px;
    margin-right: auto;
  }
}
.service {
  background: url(../img/top/service_bg.jpg) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .service {
    background: url(../img/top/service_bg_sp.jpg) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.service .inner {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .service .inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.service ul {
  margin-top: 50px;
  margin-bottom: 50px;
  column-gap: 25px;
  display: flex;
}
@media screen and (max-width: 818px) {
  .service ul {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.service ul li {
  width: calc(33.3333% - 16.66666px);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 818px) {
  .service ul li {
    width: 100%;
  }
  .service ul li + li {
    margin-top: 20px;
  }
}
.service ul li a {
  display: block;
  position: relative;
}
.service ul li a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 20px;
  bottom: 25px;
  background: url(../img/common/service_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .service ul li a::after {
    width: 14px;
    height: 14px;
    right: 15px;
    bottom: 20px;
  }
}
.service ul li a:hover::after {
  right: 10px;
}
.service ul li .txt_item {
  padding: 20px 20px 65px 20px;
}
@media screen and (max-width: 818px) {
  .service ul li .txt_item {
    padding: 15px 15px 45px 15px;
  }
}
.service ul li .ttl {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .service ul li .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 818px) {
  .service ul li .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.service ul li p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .service ul li p {
    font-size: 14px;
  }
}
.record .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .record .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.record p {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 818px) {
  .record p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
  }
}
.record ul {
  margin: auto;
  margin-top: 40px;
  display: flex;
  column-gap: 20px;
  max-width: 1020px;
}
@media screen and (max-width: 818px) {
  .record ul {
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.record ul li {
  width: calc(33.3333% - 13.3333px);
  position: relative;
}
@media screen and (max-width: 818px) {
  .record ul li {
    width: calc(50% - 5px);
    margin: auto;
  }
  .record ul li:nth-child(3) {
    margin-top: -20px;
  }
}
.record ul li .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-family: "Noto Serif JP", serif;
  line-height: 1.01;
  color: #ffffff;
  text-align: center;
}
.record ul li .txt .sub {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: -1px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .record ul li .txt .sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 818px) {
  .record ul li .txt .sub {
    font-size: 14px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }
}
.record ul li .txt .num {
  font-size: 75px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .record ul li .txt .num {
    font-size: 42px;
  }
}
.record ul li .txt .num span {
  font-size: 26px;
  margin-left: 11px;
}
@media screen and (max-width: 818px) {
  .record ul li .txt .num span {
    font-size: 16px;
    margin-left: 3px;
  }
}
.record ul li:nth-child(1) .sub {
  font-size: 21px;
}
@media screen and (max-width: 818px) {
  .record ul li:nth-child(1) .sub {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.voice {
  background: linear-gradient(90deg, rgba(29, 80, 161, 0.1) 0%, rgba(42, 156, 177, 0.1) 100%);
}
.voice .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .voice .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.voice .v_slide {
  margin-top: 50px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .voice .v_slide {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.voice .v_slide .swiper-horizontal > .swiper-pagination-bullets,
.voice .v_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.voice .v_slide .swiper-pagination-custom,
.voice .v_slide .swiper-pagination-fraction {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .voice .v_slide .swiper-horizontal > .swiper-pagination-bullets,
  .voice .v_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
  .voice .v_slide .swiper-pagination-custom,
  .voice .v_slide .swiper-pagination-fraction {
    margin-top: 15px;
  }
}
.voice .v_slide .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  opacity: 1;
}
@media screen and (max-width: 818px) {
  .voice .v_slide .swiper-pagination-bullet {
    margin: 0 3px;
    width: 7px;
    height: 7px;
  }
}
.voice .v_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1D50A1;
}
.voice .v_txt {
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: block;
  position: relative;
}
.voice .v_txt::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 20px;
  bottom: 25px;
  background: url(../img/common/service_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .voice .v_txt::after {
    width: 14px;
    height: 14px;
    right: 15px;
    bottom: 20px;
  }
}
.voice .v_txt:hover::after {
  right: 10px;
}
.voice .v_txt .txt_item {
  padding: 20px 20px 65px 20px;
  min-height: 280px;
}
@media screen and (max-width: 818px) {
  .voice .v_txt .txt_item {
    min-height: auto;
    padding: 15px 15px 45px 15px;
  }
}
.voice .v_txt .ttl {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .voice .v_txt .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.voice .v_txt p {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .voice .v_txt p {
    font-size: 14px;
  }
}
.voice .v_txt .img {
  position: relative;
}
.voice .v_txt .img .icon {
  background: #1D50A1;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 818px) {
  .voice .v_txt .img .icon {
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
  }
}
.company .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .company .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.company .c_item01 {
  margin-top: 46px;
  display: flex;
}
@media screen and (max-width: 818px) {
  .company .c_item01 {
    display: block;
    margin-top: 30px;
  }
}
.company .c_item01 dt {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .company .c_item01 dt {
    width: 100%;
  }
}
.company .c_item01 dt .btn_b {
  margin-left: 0;
}
@media screen and (max-width: 818px) {
  .company .c_item01 dt .btn_b {
    margin-left: auto;
  }
}
.company .c_item01 dt .ttl {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1150px) {
  .company .c_item01 dt .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 818px) {
  .company .c_item01 dt .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.company .c_item01 dt .img {
  display: none;
}
@media screen and (max-width: 818px) {
  .company .c_item01 dt .img {
    display: block;
    margin-bottom: 15px;
  }
}
.company .c_item01 dt p {
  margin-bottom: 40px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1150px) {
  .company .c_item01 dt p {
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 818px) {
  .company .c_item01 dt p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.company .c_item01 dd {
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 818px) {
  .company .c_item01 dd {
    padding-left: 0;
    width: 100%;
    display: none;
    margin-top: 20px;
  }
}
.company .c_list {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
@media screen and (max-width: 818px) {
  .company .c_list {
    margin-top: 30px;
    gap: 15px;
    column-gap: 15px;
  }
}
.company .c_list li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 818px) {
  .company .c_list li {
    width: calc(50% - 7.5px);
  }
}
.company .c_list li a {
  display: block;
  position: relative;
}
.company .c_list li a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 10px;
  bottom: 6px;
  background: url(../img/common/service_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .company .c_list li a::after {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 4px;
  }
}
.company .c_list li a:hover::after {
  right: 0;
}
.company .c_list li a .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
  line-height: 1.45;
}
@media screen and (max-width: 818px) {
  .company .c_list li a .ttl {
    font-size: 14px;
    letter-spacing: -0.03em;
    margin-top: 5px;
  }
}
.faq {
  background: #F5F5F5;
}
.faq .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .faq .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.faq .faq_item {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.faq .faq_item .list li {
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li {
    padding: 20px 15px;
  }
}
.faq .faq_item .list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li + li {
    margin-top: 20px;
  }
}
.faq .faq_item .list li .q_txt {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.45;
  align-items: flex-start;
  display: flex;
  padding-right: 30px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt {
    font-size: 16px;
    align-items: flex-start;
    line-height: 1.3;
  }
}
.faq .faq_item .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/common/faq_add.png) no-repeat center / contain;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt:after {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
.faq .faq_item .list li .q_txt p {
  width: calc(100% - 48px);
  text-align: left;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt p {
    width: calc(100% - 30px);
  }
}
.faq .faq_item .list li .q_txt span {
  font-size: 26px;
  text-align: left;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #1D50A1;
  width: 48px;
  display: block;
  line-height: 1.01;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt span {
    font-size: 18px;
    width: 30px;
    padding-top: 3px;
  }
}
.faq .faq_item .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/common/faq_mai.png) no-repeat center / contain;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .faqactive:after {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
.faq .faq_item .list li .a_txt {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.5;
  align-items: center;
  display: none;
  padding-top: 35px;
  margin-top: 30px;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt {
    font-size: 14px;
    padding-top: 20px;
    margin-top: 20px;
    line-height: 1.3;
  }
}
.faq .faq_item .list li .a_txt .a_list {
  display: flex;
}
.faq .faq_item .list li .a_txt:after {
  display: none;
}
.faq .faq_item .list li .a_txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.faq .faq_item .list li .a_txt p {
  width: calc(100% - 48px);
  text-align: left;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt p {
    width: calc(100% - 30px);
  }
}
.faq .faq_item .list li .a_txt span {
  font-size: 26px;
  text-align: left;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #1D50A1;
  width: 48px;
  display: block;
  line-height: 1.01;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt span {
    font-size: 18px;
    width: 30px;
    padding-top: 3px;
  }
}
.news .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .news .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.news ul {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 818px) {
  .news ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.news ul li {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 818px) {
  .news ul li {
    padding-bottom: 20px;
  }
}
.news ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .news ul li + li {
    margin-top: 20px;
  }
}
.news ul li a {
  display: block;
}
.news ul li a dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .news ul li a dl {
    display: block;
  }
}
.news ul li a dl dt {
  width: 245px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .news ul li a dl dt {
    margin-bottom: 10px;
    width: 100%;
  }
}
.news ul li a dl dt .data {
  padding-right: 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .news ul li a dl dt .data {
    padding-right: 7px;
    font-size: 14px;
  }
}
.news ul li a dl dt .cat {
  line-height: 34px;
  background: #1D50A1;
  color: #ffffff;
  padding: 0;
  width: fit-content;
  width: 130px;
  font-size: 14px;
  margin-left: 18px;
}
@media screen and (max-width: 818px) {
  .news ul li a dl dt .cat {
    line-height: 30px;
    padding: 0 18px;
    font-size: 14px;
  }
}
.news ul li a dl dd {
  width: calc(100% - 245px);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .news ul li a dl dd {
    width: 100%;
    font-size: 14px;
  }
}
