@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.content_wrap
------------------------------ */
.content_wrap .btn a {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .content_wrap .btn a {
    width: 250px;
  }
}
.content_wrap .btn .btn_txt {
  font-weight: 900;
}

/* ------------------------------
	.mv
------------------------------ */
.mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 300px;
    background: url(../img/index/mv_img01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.mv .mv_img {
  width: 100%;
}
@media screen and (min-width: 1281px) {
  .mv .mv_img {
    height: 473px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    display: none;
  }
}
.mv .mv_img img {
  width: 100%;
}
@media screen and (min-width: 1281px) {
  .mv .mv_img img {
    height: 100%;
    object-fit: cover;
  }
}
.mv .txt_box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 550px;
  height: 268px;
  padding-left: 50px;
  background: url(../img/index/mv_bg01.png) no-repeat left center;
  background-size: 632px;
}
@media screen and (max-width: 768px) {
  .mv .txt_box {
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    background-size: 500px;
    background-position: center;
  }
}
.mv .txt_box .mv_ttl {
  font-size: 3.4rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .mv .txt_box .mv_ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 393px) {
  .mv .txt_box .mv_ttl {
    font-size: 6.1vw;
  }
}

/* ------------------------------
	.pickup
------------------------------ */
.pickup {
  position: relative;
  margin-top: 70px;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .pickup {
    margin-top: 20px;
    padding: 20px 0 25px;
  }
}
.pickup::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: calc(50% + 550px);
  height: 100%;
  background: #EBF8F8;
}
@media screen and (max-width: 1200px) {
  .pickup::before {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .pickup::before {
    width: 100%;
  }
}
.pickup .wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pickup .wrap {
    width: 100%;
  }
}
.pickup .ttl {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 54px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .pickup .ttl {
    padding-left: 27px;
    padding-right: 4%;
  }
}
.pickup .ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: #15B9D4;
  border-left: 19px solid #fff;
  border-right: 3px solid #0077C3;
}
@media screen and (max-width: 768px) {
  .pickup .ttl::before {
    width: 20px;
    border-right-width: 2px;
    border-left-width: 13px;
  }
}
.pickup .ttl .en {
  flex-shrink: 0;
  color: #0077C3;
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .pickup .ttl .en {
    font-size: 3.6rem;
  }
}
.pickup .ttl .ttl_txt {
  margin-left: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pickup .ttl .ttl_txt {
    margin-left: 15px;
    font-size: 1.2rem;
  }
}
.pickup .pickup_list_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list_wrap {
    background: #fff;
  }
}
.pickup .pickup_list_wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list_wrap::before {
    display: none;
  }
}
.pickup .pickup_list_wrap .wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list_wrap .wrap {
    width: 100%;
    overflow: auto;
  }
}
.pickup .pickup_list_wrap .wrap::after {
  position: absolute;
  top: 0;
  left: -55px;
  content: "";
  display: block;
  height: 100%;
  width: 15px;
  background: #15B9D4;
  border-right: 3px solid #0077C3;
}
@media screen and (max-width: 1250px) {
  .pickup .pickup_list_wrap .wrap::after {
    left: -4vw;
  }
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list_wrap .wrap::after {
    display: none;
  }
}
.pickup .pickup_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 30px;
  gap: 30px 54px;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list {
    flex-wrap: nowrap;
    gap: 0 36px;
    padding: 22px 0 15px;
  }
}
.pickup .pickup_list .pickup_item {
  width: calc(33.3333% - 36px);
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .pickup_item {
    flex-shrink: 0;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .pickup_item:first-child {
    width: calc(210px + 6vw);
    padding-left: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .pickup_item:last-child {
    width: calc(210px + 6vw);
    padding-right: 6vw;
  }
}
.pickup .pickup_list .pickup_item .img {
  position: relative;
  padding-top: 56.5%;
  overflow: hidden;
}
.pickup .pickup_list .pickup_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.pickup .pickup_list .pickup_item .pickup_ttl {
  margin-top: 15px;
  text-align: center;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .pickup_item .pickup_ttl {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.pickup
------------------------------ */
.pickup {
  position: relative;
  margin-top: 70px;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .pickup {
    margin-top: 20px;
    padding: 20px 0 25px;
  }
}
.pickup::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: calc(50% + 550px);
  height: 100%;
  background: #EBF8F8;
}
@media screen and (max-width: 1200px) {
  .pickup::before {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .pickup::before {
    width: 100%;
  }
}
.pickup .wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pickup .wrap {
    width: 100%;
  }
}
.pickup .ttl {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 54px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .pickup .ttl {
    padding-left: 27px;
    padding-right: 4%;
  }
}
.pickup .ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: #15B9D4;
  border-left: 19px solid #fff;
  border-right: 3px solid #0077C3;
}
@media screen and (max-width: 768px) {
  .pickup .ttl::before {
    width: 20px;
    border-right-width: 2px;
    border-left-width: 13px;
  }
}
.pickup .ttl .en {
  flex-shrink: 0;
  color: #0077C3;
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .pickup .ttl .en {
    font-size: 3.6rem;
  }
}
.pickup .ttl .ttl_txt {
  margin-left: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pickup .ttl .ttl_txt {
    margin-left: 15px;
    font-size: 1.2rem;
  }
}
.pickup .pickup_list_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list_wrap {
    background: #fff;
  }
}
.pickup .pickup_list_wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list_wrap::before {
    display: none;
  }
}
.pickup .pickup_list_wrap .wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list_wrap .wrap {
    width: 100%;
    overflow: auto;
  }
}
.pickup .pickup_list_wrap .wrap::after {
  position: absolute;
  top: 0;
  left: -55px;
  content: "";
  display: block;
  height: 100%;
  width: 15px;
  background: #15B9D4;
  border-right: 3px solid #0077C3;
}
@media screen and (max-width: 1250px) {
  .pickup .pickup_list_wrap .wrap::after {
    left: -4vw;
  }
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list_wrap .wrap::after {
    display: none;
  }
}
.pickup .pickup_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 30px;
  gap: 30px 54px;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list {
    flex-wrap: nowrap;
    gap: 0 36px;
    padding: 22px 0 15px;
  }
}
.pickup .pickup_list .pickup_item {
  width: calc(33.3333% - 36px);
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .pickup_item {
    flex-shrink: 0;
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .pickup_item:first-child {
    width: calc(210px + 6vw);
    padding-left: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .pickup_item:last-child {
    width: calc(210px + 6vw);
    padding-right: 6vw;
  }
}
.pickup .pickup_list .pickup_item .img {
  position: relative;
  padding-top: 56.5%;
  overflow: hidden;
}
.pickup .pickup_list .pickup_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.pickup .pickup_list .pickup_item .pickup_ttl {
  margin-top: 15px;
  text-align: center;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .pickup_item .pickup_ttl {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.news
------------------------------ */
.news {
  position: relative;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 60px 0 50px;
  }
}
.news .sec_ttl_box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news .sec_ttl_box {
    margin-bottom: 10px;
  }
}
.news .btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .news .btn {
    margin-top: 25px;
    justify-content: center;
  }
}
.news .news_list .news_item {
  border-bottom: 1px solid #ddd;
}
.news .news_list .news_item:first-child {
  border-top: 1px solid #ddd;
}
.news .news_list .news_item a {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 10px 60px 10px 0;
  background: url(../img/common/ico_arw01.svg) no-repeat;
  background-position: calc(100% - 18px) center;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item a {
    display: block;
    height: auto;
    padding: 15px 40px 15px 0;
    background-position: calc(100% - 10px) center;
  }
}
.news .news_list .news_item .date_box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 295px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .date_box {
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 12px;
  }
}
.news .news_list .news_item .date_box .date {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .date_box .date {
    order: 2;
    font-size: 1.2rem;
  }
}
.news .news_list .news_item .date_box .cate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .date_box .cate {
    order: 1;
    width: 80px;
    height: 18px;
    margin-right: 13px;
    font-size: 1rem;
  }
}
.news .news_list .news_item .date_box .cate.green {
  background: #9BB533;
}
.news .news_list .news_item .date_box .cate.blue {
  background: #0077C3;
}
.news .news_list .news_item .news_ttl {
  max-width: 660px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .news_ttl {
    max-width: 100%;
    -webkit-line-clamp: 3;
    line-height: 1.5;
  }
}
.news .news_list .news_item.pdf_link .ttl_box {
  display: flex;
  align-items: flex-end;
}
.news .news_list .news_item.pdf_link .ttl_box::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 13px;
  height: 20px;
  margin-left: 10px;
  background: url(../img/common/ico_pdf.png) no-repeat center center;
}
.news .news_list .news_item.no_detail {
  pointer-events: none;
}
.news .news_list .news_item.no_detail * {
  pointer-events: none;
}
.news .news_list .news_item.no_detail a {
  background: none;
  padding-right: 0;
}
.news .news_list .news_item.no_detail .news_ttl {
  display: block;
  overflow: visible;
  max-width: 100%;
}

/* ------------------------------
	.business
------------------------------ */
.business {
  position: relative;
  background: #EBF8F8;
  padding-bottom: 1px;
}
.business .sec_ttl_box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .business .sec_ttl_box {
    margin-bottom: 45px;
  }
}
.business .sec_ttl_box .sec_ttl {
  width: 300px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .business .sec_ttl_box .sec_ttl {
    width: 190px;
    padding-top: 10px;
  }
}
.business .business_wrap {
  background: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .business .business_wrap {
    padding: 0;
    background: none;
  }
}
.business .business_wrap .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .business .business_wrap .wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .business .business_wrap .wrap .img_box {
    padding: 30px 6vw 50px;
    margin: 25px -6vw 0;
    background: #fff;
  }
}
.business .business_wrap .wrap .img {
  max-width: 730px;
}
@media screen and (max-width: 768px) {
  .business .business_wrap .wrap .img {
    max-width: 324px;
    margin: 0 auto;
  }
}
.business .business_wrap .txt_box {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .business .business_wrap .txt_box {
    width: 100%;
    max-width: 255px;
    margin: 0 auto;
  }
}
.business .business_wrap .txt_box .ttl {
  padding-bottom: 5px;
  margin-bottom: 24px;
  border-bottom: 5px solid #0077C3;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  color: #0077C3;
}
@media screen and (max-width: 768px) {
  .business .business_wrap .txt_box .ttl {
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.8rem;
  }
}
.business .business_wrap .txt_box .txt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .business .business_wrap .txt_box .txt {
    text-align: center;
    font-size: 1.4rem;
  }
}

/* ------------------------------
	.service
------------------------------ */
.service {
  position: relative;
  padding: 60px 0 70px;
  background: #EBF8F8;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 50px 0 30px;
  }
}
.service .sec_ttl_box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service .sec_ttl_box {
    margin-bottom: 50px;
  }
}
.service .service_box {
  padding: 25px 0 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .service .service_box {
    padding: 15px 0;
  }
}
.service .service_box .img {
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .service .service_box .img {
    padding: 0;
  }
}
.service .service_box .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .service .service_box .ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.service .service_box .txt_box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .service .service_box .txt_box {
    margin-top: 15px;
  }
}
.service .service_box .txt_box .txt {
  width: calc(100% - 60px);
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .service .service_box .txt_box .txt {
    width: 100%;
    padding: 0 20px;
  }
}
.service .service_box .txt_box .txt.link {
  margin-top: 20px;
  text-align: right;
  color: #0077C3;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .service .service_box .txt_box .txt.link {
    margin-top: 10px;
  }
}
.service .service_box .txt_box .txt.link .ico {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 10px;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
}
.service .service_box.w100 .img {
  padding: 0 35px;
  max-width: 1026px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service .service_box.w100 .img {
    padding: 0;
    margin: 0 -6vw;
  }
}
.service .service_box.w100 .txt_box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .service .service_box.w100 .txt_box .txt {
    text-align: center;
  }
}
.service .service_box.w100 .txt_box .txt.link {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .service .service_box.w100 .txt_box .txt.link {
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .service_box.w100 .txt_box .txt.link {
    margin-top: 10px;
  }
}
.service .flex {
  display: flex;
  gap: 36px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .service .flex {
    display: block;
    margin-top: 25px;
  }
}
.service .flex .service_box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .service .flex .service_box + .service_box {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .service .flex .service_box .txt_box .txt {
    max-width: 395px;
  }
}
@media screen and (min-width: 769px) {
  .service .flex .service_box .txt_box .txt.link {
    max-width: 100%;
  }
}

/* ------------------------------
	.info
------------------------------ */
.info {
  position: relative;
  padding: 60px 0 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 30px 0;
    margin-top: 30px;
  }
}
.info::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: calc(50% + 356px);
  height: 100%;
  background: #EBF8F8;
}
@media screen and (max-width: 1000px) {
  .info::before {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .info::before {
    width: 100%;
  }
}
.info .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 50px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .info .wrap {
    display: block;
    padding: 9;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .info .wrap {
    display: block;
    padding: 0;
  }
}
.info .sec_ttl_box {
  margin-bottom: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .info .sec_ttl_box {
    align-items: center;
  }
}
.info .sec_ttl_box .sec_ttl {
  padding-left: 0;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .info .sec_ttl_box .sec_ttl {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .info .sec_ttl_box .sec_ttl {
    padding-left: 15px;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .info .sec_ttl_box .sec_ttl .en {
    font-size: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .info .sec_ttl_box .sec_ttl .ttl_txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .info .info_box {
    padding: 40px 30px;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .info .info_box {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .info .info_box + .info_box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .info .info_box + .info_box {
    margin-top: 30px;
  }
}
.info .ttl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 1000px) {
  .info .ttl {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .info .ttl {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.info .ttl .big {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .info .ttl .big {
    font-size: 1.8rem;
  }
}
.info .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .info .btn {
    margin-top: 25px;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .info .btn a {
    width: 250px;
    font-size: 1.4rem;
  }
}

/* ------------------------------
	.recruit
------------------------------ */
.recruit {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 60px 0;
  }
}
.recruit .recruit_ttl {
  margin-bottom: -10px;
  text-align: center;
  font-size: 8rem;
  color: #0077C3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .recruit .recruit_ttl {
    margin-bottom: -8px;
    font-size: 6rem;
  }
}
.recruit .img_box {
  background: #EBF8F8;
}
@media screen and (max-width: 768px) {
  .recruit .img_box {
    background: none;
  }
}
.recruit .img_box .wrap {
  position: relative;
  max-width: 1110px;
}
@media screen and (max-width: 768px) {
  .recruit .img_box .wrap {
    width: 100%;
  }
}
.recruit .ttl {
  font-size: 3rem;
  font-weight: 900;
  color: #99A7B2;
}
@media screen and (min-width: 769px) {
  .recruit .ttl {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .recruit .ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit .ttl {
    width: 88%;
    margin: 20px auto 0;
    font-size: 1.8rem;
  }
}
.recruit .ttl .en {
  margin-top: 20px;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.25;
  color: #0077C3;
}
@media screen and (max-width: 900px) {
  .recruit .ttl .en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit .ttl .en {
    display: block;
    margin-top: 10px;
    font-size: 4rem;
  }
}
.recruit .txt {
  margin: 34px auto 0;
}
@media screen and (min-width: 769px) {
  .recruit .txt {
    max-width: 760px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit .txt {
    margin-top: 17px;
  }
}
.recruit .btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit .btn {
    margin-top: 45px;
  }
}

/* ------------------------------
	.blog
------------------------------ */
.blog {
  position: relative;
  padding: 30px 0 50px;
  background: #F4F7FB;
}
@media screen and (max-width: 768px) {
  .blog {
    padding: 30px 0 40px;
  }
}
.blog .sec_ttl_box {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .blog .sec_ttl_box {
    margin-bottom: 40px;
  }
}
.blog .blog_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 54px;
}
@media screen and (max-width: 768px) {
  .blog .blog_list {
    flex-direction: column;
    gap: 45px;
  }
}
.blog .blog_list .blog_item {
  width: calc(33.3333% - 36px);
}
@media screen and (max-width: 768px) {
  .blog .blog_list .blog_item {
    width: 100%;
  }
}
.blog .blog_list .blog_item .img {
  position: relative;
  padding-top: 56.5%;
  overflow: hidden;
}
.blog .blog_list .blog_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.blog .blog_list .blog_item .blog_ttl {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .blog .blog_list .blog_item .blog_ttl {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.blog .btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .blog .btn {
    margin-top: 45px;
  }
}