@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.6rem;
  }
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 35px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 85px 0 115px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(62, 104, 191, 0.1);
}

.com-gra {
  background: url(../img/top/about-gra.png) no-repeat center/cover;
  -webkit-background-clip: text;
  color: transparent;
}

.news-post {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #4164bc;
}
.news-post-link {
  display: block;
}
.news-post-time, .news-post-tag-txt {
  line-height: 1.2;
  transition: all 0.3s ease;
}
.news-post-time {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #4164bc;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.6rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 2px solid #4164bc;
  flex-wrap: wrap;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ",";
}
.news-post-tag-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #4164bc;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.6rem;
  }
}

.com-tag {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 50px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 10px 35px;
  border: 2px solid #4164bc;
  text-align: center;
  color: #4164bc;
  background-color: #fff;
  box-shadow: none;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-color: #4164bc;
    border-color: #4164bc;
    color: #fff;
  }
}
.com-tag-link-current {
  background-color: #4164bc;
  border-color: #4164bc;
  color: #fff;
}

/* =========================================

  main layout  all

========================================= */
/*  top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-img-l.jpg) no-repeat calc(50% - 725px) 109px, url(../img/top/about-img-r.jpg) no-repeat calc(50% + 499px) calc(100% - 118px), url(../img/top/about-ptn-l.png) no-repeat calc(50% - 813px) 432px, url(../img/top/about-ptn-r.png) no-repeat calc(50% + 709px) 211px, url(../img/top/about-bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 768px) and (max-width: 1673px) {
  #top-about {
    background-position: calc(50% - 525px) 19px, calc(50% + 499px) calc(100% - 118px), calc(50% - 613px) 82px, calc(50% + 709px) 211px, center top;
    background-size: 180px, auto, 150px, auto, cover;
  }
}
#top-about .about-ttl-en {
  display: block;
  font-family: "Poppins-ExtraBold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  color: #4164bc;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-en {
    font-size: 1.6rem;
  }
}
#top-about .about-ttl-ja {
  font-size: 5.8rem;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-ja {
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 768px) {
  #top-about .about-ttl-ja {
    white-space: nowrap;
  }
}
#top-about .about-txt-box {
  margin-top: 48px;
}
#top-about .com-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.33;
}
@media screen and (max-width: 768px) {
  #top-about .com-txt {
    font-size: 1.6rem;
  }
}

/*  top-career  PC
------------------------------------ */
#top-career {
  background: url(../img/top/map.png) no-repeat calc(50% + 786px) 366px, url(../img/top/career-bg.png) no-repeat center bottom/cover;
}
#top-career .career-ttl {
  padding-bottom: 10px;
  background: url(../img/top/career-arw.png) no-repeat center bottom;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  text-align: center;
  line-height: 1.5;
}
#top-career .career-ttl-lg {
  font-size: 6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-career .career-ttl-lg {
    font-size: 3rem;
  }
}
#top-career .career-ttl-sm {
  font-size: 4.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-career .career-ttl-sm {
    font-size: 2.1rem;
  }
}
#top-career .career-box {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 20px 60px 60px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(62, 104, 191, 0.1);
}
#top-career .career-list {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-career .career-list-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-career .career-list-item {
    width: 49%;
    max-width: 530px;
    height: 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1177px) {
  #top-career .career-list-item {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  #top-career .career-list-item:nth-of-type(2n) {
    position: relative;
  }
  #top-career .career-list-item:nth-of-type(2n)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #4164bc;
    position: absolute;
    left: -11px;
    top: 0;
  }
  #top-career .career-list-item:nth-of-type(n+3) {
    margin-top: 18px;
    position: relative;
  }
  #top-career .career-list-item:nth-of-type(n+3)::after {
    content: "";
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #4164bc;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
  }
}
#top-career .career-list-ico01 {
  margin-top: 44px;
}
#top-career .career-list-ico02 {
  margin-top: 47px;
}
#top-career .career-list-ico03 {
  margin-top: 40px;
}
#top-career .career-list-ico04 {
  margin-top: 44px;
}
#top-career .career-list-ttl {
  display: inline-block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-career .career-list-ttl {
    font-size: 1.6rem;
  }
}
#top-career .career-list-ttl01 {
  margin-top: 20px;
}
#top-career .career-list-ttl02 {
  margin-top: 30px;
}
#top-career .career-list-ttl03 {
  margin-top: 20px;
}
#top-career .career-list-ttl04 {
  margin-top: 8px;
}
#top-career .career-txt-box {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #top-career .career-txt-box {
    text-align: center;
  }
}
#top-career .career-btn {
  margin: -30px auto 0;
}
#top-career .com-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-career .com-txt {
    font-size: 1.6rem;
  }
}

/*  top-recruit  PC
------------------------------------ */
#top-recruit {
  background: url(../img/top/recruit-bg.png) no-repeat center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-recruit .recruit-img {
    width: 39%;
    height: 0;
    padding-top: 500px;
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1596px) {
  #top-recruit .recruit-img {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  #top-recruit .recruit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
#top-recruit .recruit-contents {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
}
#top-recruit .recruit-ttl {
  color: #fff;
}
#top-recruit .recruit-ttl-en {
  display: block;
  font-family: "Poppins-ExtraBold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-ttl-en {
    font-size: 1.6rem;
  }
}
#top-recruit .recruit-ttl-ja {
  display: block;
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-ttl-ja {
    font-size: 2.1rem;
  }
}
#top-recruit .recruit-txt {
  margin-top: 34px;
  color: #fff;
}
#top-recruit .recruit-btn {
  display: block;
  margin: 36px auto 0;
}

/*  top-bnr  PC
------------------------------------ */
#top-bnr {
  background: url(../img/top/bnr-bg.png) no-repeat center top/cover;
}
#top-bnr .bnr-list {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  align-items: flex-start;
  justify-content: space-between;
}
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 500px;
  padding: 40px 30px 21px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(62, 104, 191, 0.1);
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-top: 84px;
}
#top-bnr .bnr-list-ttl {
  display: flex;
  align-items: center;
  line-height: 1;
}
#top-bnr .bnr-list-ttl-en {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #4164bc;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl-en {
    font-size: 1.6rem;
  }
}
#top-bnr .bnr-list-ttl-ja {
  margin-left: 16px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl-ja {
    font-size: 1.6rem;
  }
}
#top-bnr .bnr-list-txt {
  margin-top: 22px;
}
#top-bnr .bnr-list-btn {
  margin: 35px auto 0;
}

.com-entry {
  width: 100%;
  max-width: 1200px;
  margin: 76px auto 0;
  padding: 40px 0 50px;
  background: url(../img/top/entry-box.jpg) no-repeat center/cover;
}
.com-entry-ttl {
  text-align: center;
}
.com-entry-ttl-en, .com-entry-ttl-ja {
  display: block;
  color: #fff;
  line-height: 1.1;
}
.com-entry-ttl-en {
  font-family: "Poppins-ExtraBold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-entry-ttl-en {
    font-size: 1.6rem;
  }
}
.com-entry-ttl-ja {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-entry-ttl-ja {
    font-size: 2.1rem;
  }
}
.com-entry-txt {
  margin: 33px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-entry-txt {
    font-size: 1.6rem;
  }
}
.com-entry-list {
  display: flex;
  margin: 25px auto 0;
  justify-content: center;
  align-items: center;
}
.com-entry-list li {
  padding-left: 24px;
  background: url(../img/top/entry-check.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-entry-list li {
    font-size: 1.6rem;
  }
}
.com-entry-list li:nth-of-type(n+2) {
  margin-left: 36px;
}
.com-entry-btn {
  display: flex;
  height: 70px;
  background: #fff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #4164bc;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-entry-btn {
    font-size: 1.6rem;
  }
}
.com-entry-btn::before {
  content: "";
  margin-right: 20px;
}
.com-entry-btn-mail::before {
  width: 23px;
  height: 15px;
  background: url(../img/top/entry-mail.png) no-repeat center/contain;
}
.com-entry-btn-line::before {
  width: 37px;
  height: 37px;
  background: url(../img/top/entry-line.png) no-repeat center/contain;
}
.com-entry-btn-insta::before {
  width: 37px;
  height: 37px;
  background: url(../img/top/entry-insta.png) no-repeat center/contain;
}
.com-entry-btn-wrap {
  display: flex;
  margin: 20px auto 0;
  justify-content: center;
  align-items: center;
}
.com-entry-btn-wrap li {
  width: 100%;
  max-width: 340px;
}
.com-entry-btn-wrap li:nth-of-type(n+2) {
  margin-left: 30px;
}

/*  top-news  PC
------------------------------------ */
#top-news .news-ttl-en, #top-news .news-ttl-ja {
  line-height: 1;
}
#top-news .news-ttl-en {
  display: block;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  color: #4164bc;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-en {
    font-size: 1.6rem;
  }
}
#top-news .news-ttl-ja {
  display: inline-block;
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-ja {
    font-size: 2.6rem;
  }
}
#top-news .news-flx {
  width: 100%;
}
#top-news .news-btn {
  width: 210px;
  height: 55px;
  margin: 0 0 0 auto;
  line-height: 55px;
}
#top-news .news-post {
  margin: 40px auto 0;
}

/* =========================================

  sub layout  all

========================================= */
.sub main {
  background: #f6f8fd;
}

/*  message  PC
------------------------------------ */
#message .message {
  background: #f6f8fd;
}
#message .message-wrap {
  margin: 75px auto 0;
  position: relative;
}
#message .message-img {
  position: absolute;
  right: 0;
  top: 0;
}
#message .message-ttl {
  display: inline-block;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #message .message-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #message .message-txt {
    max-width: 700px;
  }
}
#message .message-txt-box {
  margin-top: 25px;
}
#message .message-name {
  margin-top: 20px;
  text-align: right;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #4164bc;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #message .message-name {
    font-size: 1.6rem;
  }
}
#message .charm {
  background: #f6f8fd;
}
#message .charm-list {
  display: flex;
  margin: 60px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#message .charm-list-item {
  width: 100%;
  max-width: 350px;
  height: 460px;
  padding: 210px 26px 0;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 25px 0px rgba(62, 104, 191, 0.1);
}
@media screen and (min-width: 768px) {
  #message .charm-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 15px;
  }
  #message .charm-list-item:nth-of-type(n+4) {
    height: 490px;
    margin-top: 32px;
  }
}
#message .charm-list-item01 {
  background: url(../img/message/features-ico01.png) no-repeat center 33px #fff;
}
#message .charm-list-item02 {
  background: url(../img/message/features-ico02.png) no-repeat center 29px #fff;
}
#message .charm-list-item03 {
  background: url(../img/message/features-ico03.png) no-repeat center 48px #fff;
}
#message .charm-list-item04 {
  background: url(../img/message/features-ico04.png) no-repeat center 33px #fff;
}
#message .charm-list-item05 {
  background: url(../img/message/features-ico05.png) no-repeat center 33px #fff;
}
#message .charm-list-num {
  width: 50px;
  height: 50px;
  background: url(../img/top/gra-orrange.png) no-repeat center/cover;
  text-align: center;
  font-family: "Poppins-Bold", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #message .charm-list-num {
    font-size: 1.6rem;
  }
}
#message .charm-list-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #message .charm-list-ttl {
    font-size: 1.6rem;
  }
}
#message .charm-list-ttl-sm {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #message .charm-list-ttl-sm {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #message .charm-list-ttl01 {
    padding: 15px 0;
  }
}
#message .charm-list-check {
  margin: 20px auto 0;
}
#message .charm-list-check li {
  padding-left: 17px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #4164bc;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  #message .charm-list-check li {
    font-size: 1.6rem;
  }
}
#message .charm-list-check li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#message .charm-list-check li:nth-of-type(n+2) {
  margin-top: 12px;
}
#message .charm-txt {
  margin: 48px auto 0;
  text-align: center;
}
#message .charm-btn {
  margin: 20px auto 0;
}
#message .civil {
  background: #fff;
}
#message .civil-ttl-ja {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #message .civil-ttl-ja {
    font-size: 2.1rem;
  }
}
#message .civil-txt {
  margin: 50px auto 0;
  text-align: center;
}
#message .civil-list {
  display: flex;
  margin: 60px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#message .civil-list-item {
  text-align: center;
}
#message .civil-list-item:nth-of-type(n+3) {
  margin-top: 50px;
}
#message .civil-list-ttl {
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #4164bc;
}
@media screen and (max-width: 768px) {
  #message .civil-list-ttl {
    font-size: 1.6rem;
  }
}
#message .civil-note {
  margin: 80px auto 0;
  text-align: center;
}
#message .entry {
  background: #f6f8fd;
}
#message .com-entry {
  margin-top: 0;
}

/*  ideal  PC
------------------------------------ */
#ideal {
  background: #f6f8fd;
}
#ideal .ideal-ttl {
  margin: 85px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #ideal .ideal-ttl {
    font-size: 1.6rem;
  }
}
#ideal .ideal-list {
  display: flex;
  margin: 30px auto 0;
  justify-content: space-between;
}
#ideal .ideal-list-item {
  display: flex;
  width: 100%;
  max-width: 350px;
  height: 160px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: url(../img/ideal/ideal-frame-l.png) no-repeat left top, url(../img/ideal/ideal-frame-r.png) no-repeat right bottom #4065bd;
}
#ideal .ideal-list-item:nth-of-type(2) {
  background-color: #19a0ee;
}
#ideal .ideal-list-ttl {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #ideal .ideal-list-ttl {
    font-size: 1.6rem;
  }
}
#ideal .ideal-note {
  margin: 30px auto 0;
  text-align: center;
}
#ideal .works-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #ideal .works-ttl {
    font-size: 2rem;
  }
}
#ideal .works-ttl-wrap {
  margin: 130px auto 0;
  padding-bottom: 50px;
  background: url(../img/top/career-arw.png) no-repeat center bottom;
}
#ideal .works-list {
  display: flex;
  margin: 25px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#ideal .works-list-item {
  width: 100%;
  max-width: 350px;
  padding: 220px 0 20px;
  text-align: center;
  box-shadow: 0px 0px 25px 0px rgba(62, 104, 191, 0.1);
}
#ideal .works-list-item01 {
  background: url(../img/ideal/ico01.png) no-repeat center 45px #fff;
}
#ideal .works-list-item02 {
  background: url(../img/ideal/ico02.png) no-repeat center 46px #fff;
}
#ideal .works-list-item03 {
  background: url(../img/ideal/ico03.png) no-repeat center 44px #fff;
}
#ideal .works-list-item04 {
  background: url(../img/ideal/ico04.png) no-repeat center 52px #fff;
}
#ideal .works-list-item05 {
  background: url(../img/ideal/ico05.png) no-repeat center 37px #fff;
}
@media screen and (min-width: 768px) {
  #ideal .works-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 15px;
  }
  #ideal .works-list-item:nth-of-type(n+4) {
    margin-top: 15px;
  }
}
#ideal .works-list-ttl {
  display: inline-block;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #ideal .works-list-ttl {
    font-size: 1.6rem;
  }
}
#ideal .map {
  background: url(../img/ideal/map-bg.jpg) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #ideal .map {
    background-size: 100%;
  }
}
#ideal .map-box {
  max-width: 1200px;
  margin: auto;
  padding: 70px 60px 60px;
  background: url(../img/ideal/map.png) no-repeat calc(100% - 23px) 35px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) and (max-width: 1251px) {
  #ideal .map-box {
    background-size: 400px;
  }
}
#ideal .map-con01-ttl {
  max-width: 830px;
}
#ideal .map-con01-txt {
  margin-top: 22px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
#ideal .map-con02 {
  margin: 110px auto 0;
}
#ideal .map-con02-con {
  max-width: 740px;
}
@media screen and (min-width: 768px) and (max-width: 1251px) {
  #ideal .map-con02-con {
    margin-left: 20px;
  }
}
#ideal .map-con02-ttl {
  font-size: 2.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #ideal .map-con02-ttl {
    font-size: 1.6rem;
  }
}
#ideal .map-con02-txt {
  margin-top: 20px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
#ideal .map-txt-box {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #ideal .map-txt-box {
    text-align: center;
  }
}
#ideal .map-txt-box p {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
#ideal .com-entry {
  margin: 39px auto 0;
}

/*  faq  PC
------------------------------------ */
#faq .faq-inner {
  padding: 117px 0 70px;
}
#faq .faq-list-item {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(62, 104, 191, 0.1);
}
#faq .faq-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#faq .faq-list-ttl, #faq .faq-list-txt {
  position: relative;
}
#faq .faq-list-ttl::before, #faq .faq-list-txt::before {
  content: "";
  font-family: "Poppins-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl::before, #faq .faq-list-txt::before {
    font-size: 2.1rem;
  }
}
#faq .faq-list-ttl {
  padding: 23px 87px;
  background: url(../img/top/about-gra.png) no-repeat left center/cover;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl {
    font-size: 1.6rem;
  }
}
#faq .faq-list-ttl::before {
  content: "Q";
  left: 27px;
  top: 18px;
}
#faq .faq-list-txt {
  padding: 20px 20px 30px 87px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #4164bc;
  line-height: 2;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-txt {
    font-size: 1.6rem;
  }
}
#faq .faq-list-txt::before {
  content: "A";
  color: #4164bc;
  left: 27px;
  top: 25px;
}

/*  information  PC
------------------------------------ */
#information .information-box {
  margin: 45px auto 0;
  padding: 35px 60px;
}
#information .map {
  text-align: center;
}
#information .map-ttl {
  display: inline-block;
  padding-left: 29px;
  background: url(../img/information/map.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #4164bc;
}
@media screen and (max-width: 768px) {
  #information .map-ttl {
    font-size: 1.6rem;
  }
}
#information .map-ggmap {
  margin: 10px auto 0;
}

/*  contact PC
------------------------------------ */
#contact .contact-form-table td {
  color: #000;
}

/*  news  PC
------------------------------------ */
#news .com-ttl02 {
  padding-bottom: 5px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #news .com-ttl02 {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=all.css.map */