<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* TOP */
.slick-box {
  width: 100%;
}
.slick-box img {
  height: auto;
  width: 100%;
}
.main-visual {
  position: relative;
  z-index: 1;
}
.main-visual-contents {
  display: block;
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1150px;
  margin: auto;
  padding: 0 40px;
  text-align: center;
  box-sizing: border-box;
}
.main-visual-title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
  text-shadow: 0px 0px 10px #444;
}
.main-visual-text {
  max-width: 580px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-shadow: 0px 0px 10px #444;
}
.main-visual-contents .contents-nav {
  background: none;
}
.main-visual-contact {
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 75%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 0 40px;
}
.main-visual-contact a {
  transition: .3s;
}
.main-visual-contact a:hover {
  opacity: .7;
}
.main-visual-contact a {
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.main-visual-contact .tel:hover {
  background: #fff;
  border-radius: 10px;
}
.main-visual-contact .tel a {
  display: block;
  padding: 8px 20px 8px;
  color: #fff;
  font-size: 16px;
  background: #F18D1F;
  border-radius: 10px;
}
.main-visual-contact .tel a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 17px;
  margin-right: 10px;
  background: url(../images/common/icon_phone.png) no-repeat;
  background-size: cover;
}
.main-visual-contact .mail {
  background: #fff;
}
.main-visual-contact .mail a {
  display: block;
  padding: 7px 8px 7px 32px;
  color: #fff;
  font-size: 16px;
  background: #333;
}
.main-visual-contact .mail a:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 12px;
  margin-right: 10px;
  background: url(../images/common/icon_mail.png) no-repeat;
  background-size: cover;
}
.main-visual-contact .mail a:after {
  content: "&gt;";
  margin-left: 26px;
  font-size: 12px;
  vertical-align: middle;;
}
/* greeting */
.greeting-title {
  background: url(../images/top/handwriting_president.png) no-repeat;
  background-position: top left;
}
.greeting-main-img {
  width: 50%;
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
}
.greeting-main-img img {
  width: 100%;
}
.greeting-profile-box {
  width: 50%;
  padding: 45px;
  border-radius: 20px;
  background: #ffffe9;
}
.profile-sign {
  margin: 80px 0 25px;
}
.profile-position {
  margin: 25px 0 50px;
  font-size: 20px;
}
.profile-title {
  font-size: 24px;
}
.profile-text {
  margin: 30px 0 45px;
  font-size: 16px;
  line-height: 1.8;
}
.greeting-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px 45px;
  background: #f18d1e;
  color: #fff;
  border-radius: 5px;
  transition: .3s;
}
.greeting-btn:hover {
  opacity: .7;
}
.greeting-btn:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 10px;
  content: "＞";
}
/* message */
.sec-message {
  padding-top: 255px;
  padding-bottom: 0;
  background: url(../images/top/message_bg.jpg) no-repeat;
  background-size: cover;
}
.message-box {
  max-width: 840px;
  margin: auto;
  padding: 0 30px;
  text-align: center;
}
.message-title {
  display: inline-block;
  background: url(../images/top/handwriting_message.png) no-repeat;
  background-position: top left;
  color: #fff;
  text-shadow: 0px 0px 10px #444;
}
.message-text {
  display: block;
  margin: 40px 0 60px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-shadow: 0px 0px 10px #444;
}
.sec-message .contents-nav {
  margin: 40px 0 -16px;
}
/* career */
.career-text-box {
  width: 50%;
  padding: 60px 0 0 60px;
}
.career-title {
  background: url(../images/top/handwriting_career_step.png) no-repeat;
  background-position: top left;
}
.career-subtitle {
  margin: 60px 0 35px;
  font-size: 24px;
  line-height: 1.8;
}
.career-text {
  font-size: 16px;
  line-height: 1.8;
}
.career-link-box {
  margin-top: 65px;
}
.career-link {
  transition: .3s;
}
.career-link:hover {
  opacity: .7;
}
/* interview */
.sec-interview {
  background: #f6f1ee;
  text-align: center;
}
.interview-contents {
  flex-wrap: wrap;
}
.interview-title {
  display: inline-block;
  background: url(../images/top/handwriting_interview.png) no-repeat;
  background-position: top left;
}
.interview-main-text {
  margin: 60px 0 35px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
}
.interview-text {
  font-size: 16px;
  margin-bottom: 65px;
  line-height: 1.8;
}
.interviewee {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  transition: .3s;
}
.interviewee-img {
  width: 276px;
  height: calc(276px * 0.967);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.interviewee-img img {
  transition: .5s;
  object-fit: cover;
  width: 100%;
  height: 100%
}
.interviewee-img .first_img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.interviewee-img .back_img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.interviewee-img .first_img:hover {
  opacity: 0;
}
.interviewee-name {
  position: absolute;
  z-index: 3;
  top: auto;
  bottom: 60px;
  left: 10px;
  color: #fff;
  font-size: 24px;
  text-shadow: 0px 0px 10px #444;
}
.interviewee-status-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 3;
  width: 256px;
  top: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.interviewee-year {
  padding: 8px 5px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px #444;
  line-height: 1.8;
}
.interviewee-belong {
  line-height: 1.8;
  width: 180px;
  margin-left: 6px;
  padding: 8px 5px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px #444;
}
 .sec-interview .list-link-btn {
  margin-top: 38px;
}
.interview-detail
/* benefits */
.sec-benefits {
  padding-top: 120px;
  background: url(../images/top/benefits_bg.jpg),
  url(../images/top/benefits_bg_02.jpg) no-repeat;
  background-repeat:
  no-repeat,
  repeat;
  background-position: top center;
}
.benefits-detail-container:nth-child(odd) {
  background: #fcf7f4;
}
.benefits-text-box {
  width: 50%;
  padding: 60px 0 0 60px;
}
.benefits-title {
  display: inline-block;
  background: url(../images/top/handwriting_benefits.png) no-repeat;
  background-position: top left;
}
.benefits-subtitle {
  margin: 60px 0;
  color: #333;
  font-size: 24px;
  line-height: 1.8;
}
.benefits-text {
  font-size: 16px;
  line-height: 1.8;
}
.benefits-tag-box {
  max-width: 980px;
  margin: 55px auto 0;
  flex-wrap: wrap;
}
.benefits-tag {
  width: 180px;
  margin-bottom: 18px;
  padding: 15px 0;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #444;
}
.benefits-tag:not(:nth-child(5n)) {
  margin-right: 18px;
}
.sec-benefits .list-link-btn {
  margin-top: 38px;
}
/* blog */
.sec-blog {
  text-align: center;
}
.blog-title {
  display: inline-block;
  background: url(../images/top/handwriting_blog.png) no-repeat;
  background-position: top left;
}
.blog-text {
  margin: 65px 0 50px;
  font-size: 24px;
}
.blog-text {
  margin: 65px 0 50px;
  font-size: 24px;
}
.blog-contents {
  flex-wrap: wrap;
  max-width: 980px;
  margin: 55px auto;
}
.blog {
  width: 33%;
  max-width: 316px;
  margin: 0 0 1.8%;
  transition: .3s;
}
.blog:hover {
  opacity: .7;
}
.blog-image {
    height: 237px;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
 /* border-radius: 13px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5); */
}
.blog-image img {
    width: auto;
    height: 100%;
    max-width: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.blog-detail {
  border-radius: 13px;
  background: #ffffe9;
}
.blog-detail {
  padding: 30px 20px;
  border-radius: 8px;
  background: #ffffe9;
  text-align: left;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.blog-tag {
  display: inline-block;
  width: 90px;
  margin-bottom: 18px;
  padding: 6px 0;
  color: #fff;
  text-align: center;
}
.blog-cate01 {
  background: #f18d1e;
}
.blog-cate02 {
  background: #d3da21;
}
.blog-cate03 {
  background: #7ed5f2;
}
.detail-title {
  margin-bottom: 25px;
  color: #333;
  line-height: 1.8;
}
.blog-day {
  color: #333;
  font-size: 12px;
  text-align: right;
}
.blog-name {
  color: #333;
  font-size: 12px;
  text-align: right;
}
.list-link-btn {
  text-align: center;
}
.list-link-btn a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px 90px;
  background: #f18d1e;
  color: #fff;
  border-radius: 5px;
  transition: .3s;
}
.list-link-btn a:hover {
  opacity: .7;
}
.list-link-btn a:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 10px;
  content: "＞";
}
.cv_btn_area{
  padding-top: 60px;
}
.cv_btn_area .list-link-btn{
  
}
.blog-sns {
  margin-top: 45px;
  justify-content: center;
}
.sns-link {
  transition: .3s;
}
.sns-link:hover {
  opacity: .7;
}
.sns-link:not(:last-child) {
  margin-right: 20px;
}
/* policy */
.sec-policy {
  padding-top: 170px;
  padding-bottom: 0;
  background: url(../images/top/policy_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
.policy-title {
  display: inline-block;
  background: url(../images/top/handwriting_policy.png) no-repeat;
  background-position: top left;
  color: #fff;
  text-shadow: 0px 0px 10px #444;
}
.policy-text {
  max-width: 780px;
  margin: 25px auto 100px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-shadow: 0px 0px 10px #444;
}

/* Start / 下層 president */
#president .sec-president  {
  padding-top: 0;
  background: #fff;
}
#president .page-president {
  background: url(../images/president/page_president_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
#president .president-title-box {
  position: relative;
  z-index: 1;
  line-height: 0;
}
#president .president-title-box:before {
  display: block;
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  content: "";
  background: #f7931e;
}
#president .president-title {
  position: relative;
  z-index: 2;
  text-align: left;
}
#president .president-greeting {
  position: relative;
  z-index: 1;
  padding: 20px 0 70px;
}
#president .president-greeting:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 750px 500px 0;
  border-color: transparent #fcf7f4 transparent transparent;
}
#president .president-greeting:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 500px 0 0 750px;
  border-color: transparent transparent transparent #fcf7f4;
}
#president .president-greeting  .president-title {
  margin: 40px 0 50px;
}
#president .greeting-left-contents {
  width: 45%;
  text-align: left;
}
#president .president-position {
  margin: 20px 0;
  font-size: 20px;
}
#president .greeting-right-contents {
  width: 55%;
  padding: 30px 0 0 30px;
}
#president .president-greeting-text {
  font-size: 16px;
  line-height: 2;
}
#president .president-concept-contents {
  width: 100%;
  max-width: 1560px;
  margin: auto;
  background: #ffffef;
}
#president .president-concept-contents:nth-child(even) {
  flex-flow: row-reverse;
}
#president .president-concept-img {
  width: 60%;
  max-width: 800px;
  line-height: 0;
}
#president .president-concept-text {
  width: 40%;
  padding: 50px 50px 0;
  text-align: center;
}
#president .president-concept-title {
  display: inline;
  padding-bottom: 1px;
  background: linear-gradient(transparent 50%, #ffff00 0%);
  font-size: 22px;
}
#president .president-concept-icon {
  margin-bottom: 25px;
}
#president .president-concept-text .text {
  margin-top: 25px;
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
}
#president .president-movie {
  padding: 90px 0 130px;
  background: url(../images/top/benefits_bg_02.jpg) no-repeat;
}
#president .president-movie .president-title-box {
  margin-bottom: 60px;
}
#president .president-movie-title {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
#president .president-movie-text {
  margin-bottom: 70px;
  text-align: center;
  line-height: 2;
}
/* End / 下層 president */

/* Start / 下層 interview */
#interview .sec-interview-detail {
  padding: 30px 0 60px;
}
#interview .page-interview {
  background: url(../images/interview/page_interview_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
#interview .article-interviewee-status {
  margin: 40px auto 75px;
}
#interview .interviewee-status-text {
  text-align: left;
}
#interview .article-interviewee-img {
  margin-right: 50px;
  width: 100%;
  max-width: 364px;
  border-radius: 13px;
}
#interview .interviewee-title {
  font-size: 36px;
  text-align: left;
  line-height: 1.8;
}
#interview .article-interviewee-name {
  margin: 35px 0;
  font-size: 28px;
  text-align: left;
}
#interview .interviewee-status-detail {
  text-align: left;
}
#interview .interviewee-status-detail span {
  display: block;
  font-weight: bold;
  line-height: 1.8;
}
#interview .interviewee-status-text .interviewee-status-tag {
  position: initial;
  margin-top: 25px;
}
#interview .interviewee-status-text .interviewee-belong {
  width: auto;
}
#interview .article-interview-container {
  width: 100%;
  margin: 75px auto;
  padding: 60px 100px 90px;
  background: #fff;
  border-radius: 13px;
}
#interview .article-interview-contents:not(:first-child) {
  margin-top: 120px;
}
#interview .interview-contents-title {
  display: inline-block;
  margin-bottom: 65px;
  font-size: 36px;
  border-bottom: 4px solid #f6921e;
  line-height: 1.8;
}
#interview .interview-contents-img {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 390px;
    margin-right: 40px;
}
#interview .interview-contents-text {
  max-width: 513px;
  text-align: left;
}
#interview .interview-contents-text .border-title {
  font-size: 24px;
}
#interview .interview-contents-text .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
/* End / 下層 interview */

/* Start / 下層 blog */
#blog .sec-blog-detail {
  padding: 30px 0 60px;
}
#blog .page-blog {
  background: url(../images/blog/page_blog_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
#blog .blog-category-box {
  max-width: 1150px;
  margin: 40px auto;
}
#blog .blog-category-box .category:not(:last-of-type) {
  margin-right: 20px
}
#blog .blog-category-box .category a {
  display: block;
  width: 180px;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 5px;
  background: #fff;
}
#blog .blog-category-box .category.all a {
  color: #ff7bab;
  border: 2px solid #ff7bab;
}
#blog .blog-category-box .category.cate01 a {
  color: #b2dd15;
  border: 2px solid #b2dd15;
}
#blog .blog-category-box .category.cate02 a {
  color: #64cdff;
  border: 2px solid #64cdff;
}
#blog .blog-category-box .category.cate03 a {
  color: #ffa33b;
  border: 2px solid #ffa33b;
}
#blog .blog-category-box .category.all.active a {
  color: #fff;
  background: #ff7bab;
}
#blog .blog-category-box .category.cate01.active a {
  color: #fff;
  background: #b2dd15;
}
#blog .blog-category-box .category.cate02.active a {
  color: #fff;
  background: #64cdff;
}
#blog .blog-category-box .category.cate03.active a {
  color: #fff;
  background: #ffa33b;
}
#blog .blog-contents {
  max-width: 1150px;
}
#blog .blog {
  max-width: 366px;
}
#blog .blog-image img {
  width: 100%;
}
#blog .blog-list-detail {
  align-items: baseline;
}
#blog .detail-title {
  margin-bottom: 0;
}
#blog .blog-relate-box {
  background: url(../images/top/benefits_bg_02.jpg) repeat;
}
#blog .blog-relate-title {
  text-align: center;
}
#blog .blog-article {
  margin: 40px auto 60px;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
#blog .article-title {
  max-width: 80%;
  font-size: 28px;
  line-height: 1.4;
  text-align: left;
}
#blog .contributor {
  font-size: 18px;
}
#blog .article-title-box {
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #b2b2b2;
}
#blog .article-detail-box {
  align-items: center;
  margin: 40px 0;
}
#blog .article-detail-box .blog-tag {
  margin-bottom: 0;
}
/* End / 下層 blog */

/* Start / 下層 form */
#form .page-form {
  background: url(../images/form/page_form_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
#form .title-box {
  margin: 50px auto;
  text-align: center;
}
#form .form-title {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 28px;
  border-bottom: 3px solid #f18d1e;
}
#form .form-text {
  margin: 50px auto 100px;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
#form form {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
#form .form-contents {
  padding-bottom: 75px;
}
#form .row {
  align-items: center;
  margin-bottom: 35px;
}
#form .textarea-box {
  align-items: flex-start;
}
#form .row label {
  width: 130px;
  font-size: 14px;
}
#form input[type="text"],#form input[type="email"] {
  width: 100%;
  max-width: 760px;
  padding: 5px;
  font-size: 16px;
}
#form .row-box input[type="text"] ,#form .row-box input[type="email"]{
  width: 230px;
}
.wpcf7-form-control-wrap.your-email ,.wpcf7-form-control-wrap.your-message {
    position: relative;
    display: block;
    width: 100%;
    max-width: 760px;
}
#form label {
  width: 130px;
  font-size: 14px;
}
#form textarea {
  width: 100%;
  max-width: 760px;
  min-height: 170px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
#form input[type="radio"]{
  display: none;
}
#form input[type="radio"] + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
#form input[type="radio"] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
#form input[type="radio"]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #f18d1e;
  border-radius: 50%;
}
#form .form-tag {
  margin-right: 25px;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  background: #4d4d4d;
}
#form .radio-btn:not(:first-child) {
  margin-left: 45px;
}
#form .form-caution-text {
  margin: 50px auto;
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
#form .form-btn-box {
  text-align: center;
}
#form .form-btn-box button:not(:first-child) {
  margin-left: 75px;
}
#form .form-back-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 280px;
  padding: 15px 0;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #bfbfbf;
}
#form .form-back-btn:before {
  display: block;
  content: "＜";
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 5px;
  margin: auto;
}
#form .form-submit-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 280px;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  background: #f18d1e;
  border-radius: 10px;
  border: 1px solid #f18d1e;
}
#form .form-submit-btn:before {
  display: block;
  content: "＞";
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 5px;
  margin: auto;-detail
}
/* End / 下層 form */

/*  Start / 下層 career-archive */
#career .breadcrumb {
  padding: 25px 0;
  background: #fff
}
#career .page-career-archive,
#career-detail .page-career {
  background: url(../images/career/page_career_archive_bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
}
.career-archive-container {
  margin: 100px auto 150px;
  padding: 50px 100px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #dadada;
}
.archive-title-box {
  text-align: center;
}
.archive-main-title {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 36px;
  text-align: center;
  border-bottom: 3px solid #ee8a1e;
}
.archive-main-title:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.consultant .archive-main-title:before {
  left: -92px;
  width: 62px;
  height: 72px;
  background: url(../images/career/icon_archive_consultant.png) repeat;
}
.consultant .archive-main-title.pn:before {
  background: url(../images/career/icon_pn.png) no-repeat;
}
.consultant .archive-main-title.mg:before {
  background: url(../images/career/icon_mg.png) no-repeat;
}
.career-archive-img {
  width: 100%;
  max-width: 390px;
}
.career-archive-textbox {
  margin-left: 40px;
  line-height: 1.8;
}
.archive-main-text {
  margin-bottom: 40px;
  font-size: 18px;
}
.archive-sub-box:not(:last-child) {
  margin: 30px 0;
}
.archive-sub-title {
  display: inline-block;
  width: 170px;
  margin-bottom: 15px;
  background: #f18d1e;
  color: #fff;
  text-align: center;
}
.career-list-container {
  margin: 140px auto 70px;
}
.career-list-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.8;
}
.career-list-subtitle {
  display: block;
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #f18d1e;
  color: #fff;
  font-size: 18px;
}
.career-list {
  flex-wrap: wrap;
}
.career-list li {
  width: calc(100%/6 - 10px);
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  transition: .3s;
}
.career-list li:hover {
  opacity: 0.7;
}
.career-list li:not(:first-child),
.career-list li:not(:nth-child(7)),
.career-list li:not(:nth-child(13)) {
  margin-left: 10px;
}
.career-list li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  color: #333;
}
.career-list li a:after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 8px;
  bottom: 0;
  height: min-content;
  margin: auto;
  content: "";
}
/*  End / 下層 career-archive */

/*  Start / 下層 career-detail */
#career-detail .breadcrumb {
  padding: 25px 0;
}
.page-career {
  background: #c9c9c9;
}
.career-btn-container {
  width: 90%;
  max-width: 760px;
  margin: 40px auto 50px;
  flex-wrap: wrap;
}
.entry-btn {
  width: 100%;
  max-width: 360px;
  padding: 10px 0;
  text-align: center;
  line-height: 1.8;
  border-radius: 10px;
  overflow: hidden;
}
.web-entry-btn {
  background: #ee8a1e;
}
.tel-entry-btn {
  background: #005a00;
}
.entry-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.web-entry-btn a:before {
  display: block;
  content: "";
  width: 42px;
  height: 34px;
  margin-right: 20px;
  background: url(../images/career/icon_tel_entry.png) repeat;
}
.tel-entry-btn a:before {
  display: block;
  content: "";
  width: 30px;
  height: 46px;
  margin-right: 20px;
  background: url(../images/career/icon_web_entry.png) repeat;
}
.tel-entry-btn .tel {
  font-size: 20px;
}
/* the_contents */
.career-article {
  padding: 40px 35px;
  background: #fff;
  border-radius: 10px;
}
.career-article h2 {
  margin-bottom: 30px;
  padding: 10px 30px;
  background: #ee8a1e;
  color: #fff;
  font-size: 28px;
}
.career-article h3 {
  margin: 40px;
  font-size: 24px;
  line-height: 1.8;
}
.career-article table,
.career-article th,
.career-article td {
  border: 1px solid #c9c9c9;
  line-height: 1.8;
}
.career-article th {
  width: 300px;
  padding: 30px;
  background: #fae8d4;
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #c9c9c9;
}
.career-article td {
  padding: 30px;
}

.entry-map-container {
  margin: 80px auto;
  text-align: center;
}
.map-detail {
  padding: 20px;
  background: #fff;
  line-height: 1.8;
  text-align: left;
}
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.map-route:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../images/career/icon_access.png) no-repeat;
}
.entry-flow-container {
  margin: 80px auto;
  text-align: center;
}
.entry-sec-title {
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 36px;
  text-align: center;
  border-bottom: 3px solid #ee8a1e;
}
.entry-flow-box {
  width: 100%;
  max-width: 760px;
  margin: auto;
  align-items: center;
}
.entry-flow-content {
  width: 230px;
  padding: 20px 0;
  background: #fff;
  text-align: center;
  border: 2px solid #333;
  border-radius: 10px;
}
.entry-flow-icon {
  height: min-content;
}
.entry-flow-box .step {
  display: block;
  width: 100px;
  margin: 0 auto 15px;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  background: #333;
}
.entry-flow-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}
/*  End / 下層 career-detail */

/*  Start / 下層 benefits-detail */
#benefits .sec-page {
  padding-top: 0;
}
#benefits .breadcrumb {
  padding: 25px 0;
}
#benefits .page-benefits {
  background: url(../images/benefits/page_benefits_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.benefits-links-container {
  background: #f18d1e;
}
.benefits-links li .icon {
  display: block;
}
.benefits-links li {
  position: relative;
  z-index: 1;
  width: calc(100%/9);
  text-align: center;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
.benefits-links li::before {
  position: absolute;
  z-index: 2;
  bottom: -7px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #f18f1e transparent transparent transparent;
}
.benefits-links li:last-child {
  border-right: 1px solid #fff;
}
.benefits-links li a {
  display: block;
  padding: 15px 0;
  color: #333;
}
.benefits-links li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  margin-bottom: 10px;
}
.benefits-links li .icon img {
  width: auto;
  height: 100%;
}
.benefits-detail-accordion {
  text-align: center;
}
.benefits-detail-accordion .icon {
  display: block;
  margin-bottom: 10px;
}
.benefits-accordion-title {
  display: inline-block;
  font-size: 28px;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 70px;
  margin-bottom: 70px;
  border-bottom: 3px solid #f18d1e;
}
.benefits-accordion-contents {
  flex-wrap: wrap;
  padding-bottom: 90px;
}
.benefits-accordion-box {
  position: relative;
  z-index: 1;
  width: calc(25% - 15px);
  background: #ffffef;
  text-align: center;
  height: 220px;
  margin-bottom: 15px;
  padding: 30px 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px #bebebe;
  overflow: hidden;
}
.benefits-accordion-contents::before{
  content:"";
  display: block;
  width: calc(25% - 15px);
  order:1;
}
.benefits-accordion-contents::after{
  content:"";
  display: block;
  width: calc(25% - 15px);
}
.benefits-accordion-subtitle {
  display: inline;
  font-size: 18px;
  background: linear-gradient(transparent 50%, #FFFF00 0%);
}
.benefits-accordion-text {
  margin-top: 20px;
  font-size: 13px;
  text-align: left;
  line-height: 1.4;
}
.benefits-accordion-img {
  height: auto;
  padding: 0;
  line-height: 0;
}
.benefits-accordion-img img {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  max-width: none;
  height: 100%;
}
/*  End / 下層 benefits-detail */
/*  Start / 下層 privacy */
.privacy-contents {
  padding: 60px 0 80px;
  counter-reset: number;
}
.privacy-contents .dsc {
  margin: 0 0 40px;
}
.privacy-contents .box {
  margin: 0 0 35px;
}
.privacy-contents .box .title {
  padding: 0 0 15px 25px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  position: relative;
}
.privacy-contents .box .title:before {
  counter-increment: number;
  content: counter(number)".";
  position: absolute;
  left: 0;
}
.privacy-contents .box .txt {
  padding: 0 0 0 25px;
}
.privacy-contents .box .inner {
  padding: 25px 0 0 50px;
}
.privacy-contents .box .inner .inner_title {
  margin: 0 0 10px;
}
.privacy-contents .box .inner .inner_txt {
  margin: 0 0 20px;
}
.privacy-contents .box .inner p:last-child {
  margin: 0;
}
.privacy-contents .right_txt {
  text-align: right;
  font-weight: 700;
}
/*  End / 下層 privacy*/


/*----------------- Start / blake-point -------------------*/
@media screen and (max-width: 1150px) {
 @media screen and (max-width: 1150px) {
  .main-visual-contents {
    top: 10%;
  }
  .main-visual-title {
    margin-bottom: 5%;
    font-size: 5vw;
  }
  .main-visual-contact {
    top: 65%;
  }
  /* greeting */
  .sec-greeting &gt; .flex {
    display: block;
  }
  .greeting-main-img {
    width: 100%;
  }
  .greeting-profile-box {
    width: 100%;
    text-align: center;
  }
  .profile-position {
    font-size: 3vw;
    margin: 3% 0 6%;
  }
  .profile-sign {
    margin: 6% 0 3%;
  }
  .profile-title {
    font-size: 4.2vw;
  }
  .profile-text {
    padding: 0 5%;
    margin: 2% 0 7%;
    font-size: 12px;
  }
  /* message */
  .sec-message {
    padding: 10% 0 0;
    background-position: center;
  }
  /* career */
  .sec-career &gt; .flex:first-child {
    display: block;
  }
  .career-text-box {
    width: 100%;
    padding: 5% 0;
  }
  .career-title {
    padding: 80px 0 0;
  }
  .career-subtitle {
    text-align: center;
  }
  .career-link {
    width: 31%;
  }
  .interviewee-name {
    top: 65%;
    left: 2%;
  }
  .interviewee-status-tag {
    top: 80%;
    left: 2%;
  }
  /* interview */
  .interviewee {
    width: 47.5%;
  }
  .interviewee-img {
    width: 100%;
    height: 160px;
  }
  /* benefits */
  .sec-benefits .benefits-contents {
    display: block;
  }
  .benefits-img img {
    margin: auto;
  }
  .benefits-text-box {
    width: 100%;
    padding: 5% 0;
    text-align: center;
  }
  .benefits-tag {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
  }
  .benefits-tag:not(:nth-child(5n)) {
    margin-right: 5px;
  }

  /* Start / 下層 president */
  #president .sec-president {
    padding: 0;
  }
  #president .president-greeting:before {
    left: -5%;
    border-width: 400px 0 0 600px;
  }
  #president .president-greeting:after {
    right: -5%;
    border-width: 0 600px 400px 0;
  }
  #president .president-greeting &gt; .contents {
    width: 90%;
    margin: auto;
  }
  #president .president-title{
    width: 75%;
  }
  #president .president-concept-contents {
    display: block;
  }
  #president .president-concept-img {
    width: 75%;
    margin: auto;
  }
  #president .president-concept-text {
    width: 100%;
    padding: 50px 50px 100px;
  }
  #president .president-movie &gt; .contents {
    width: 90%;
    margin: auto;
  }
  /* End / 下層 president */

  /* Start / 下層 interview */
  #interview .page-interview {
    background: url(../images/interview/page_interview_bg_sp.png) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  #interview .sec-interview-detail {
    padding: 5%;
  }
  #interview .article-interviewee-img {
    width: 40%;
    margin-right: 5%;
  }
  #interview .article-interview-container {
    padding: 6.5%;
  }
  /* End / 下層 interview */
  /* Start / 下層 blog */
  #blog .sec-blog-detail {
    padding: 7.5% 5%;
  }
  #blog .blog {
    max-width: none;
  }
  #blog .blog-relate-box .blog-contents{
    padding: 0 5%;
  }
  /* End / 下層 blog */

  /* Start / 下層 form */
  #form .row-box input[type="text"] {
    width: 160px;
  }
  /* End / 下層 form */

  /* Start / 下層 career */
  .career-btn-container {
    justify-content: center;
  }
  .web-entry-btn {
    margin-bottom: 5%;
  }
  /* End / 下層 career */
}
#newgraduate .breadcrumb.contents {
  margin: 25px auto;
}
#newgraduate .page-newgraduate {
  background: url(../images/newgraduate/page_newgraduate_bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
}
.page-newgraduate-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
}
.page-newgraduate-title .border-title {
  color: #f05a24;
  font-size: 30px;
}

.newgraduate-concept-title {
  margin: 120px auto 60px;
}
.newgraduate-concept-title img {
  margin: auto;
}
.newgraduate-concept-text {
  margin: 60px auto 100px;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.newgraduate-concept-contents {
  padding: 45px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px #c5c5c5;
}
.concept-contents-title {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.newgraduate-concept-contents .img {
  width: 50%;
  max-width: 510px;
}
.newgraduate-concept-contents .text-box {
  width: 45%;
  margin-left: 5%;
}
.newgraduate-concept-contents .text {
  line-height: 1.8;
}
.newgraduate-message {
  padding: 80px 0;
  background: #ffffee;
}
.newgraduate-message .message-title-box {
  margin-bottom: 60px;
  text-align: center;
}
.newgraduate-message-title {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f18c1e;
}
.message-contents {
  align-items: center;
  margin-bottom: 50px;
}
.message-contents:last-of-type {
  margin-bottom: 145px;
}
.message-contents-text {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 770px;
  padding: 35px;
  margin-left: 75px;
  background: #fff;
  border-radius: 10px;
  line-height: 1.8;
}
.message-contents-text:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -50px;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 0 15px 50px;
  border-color: transparent transparent #fff transparent;
}
.message-detail {
  text-align: center;
  padding: 60px 100px 80px;
  background: #fff;
  border-radius: 10px;
}
.message-detail:not(:last-child) {
  margin-bottom: 50px;
}
.message-detail-title {
  display: inline-block;
  margin-bottom: 60px;
  font-size: 36px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f18c1e;
}
.message-detail-text {
  margin-left: 40px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  width: 50%;
  max-width: 510px;
}
.message-detail-contents .img {
  width: 50%;
  max-width: 470px;
}
.message-detail .link-btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  margin-top: 30px;
  padding: 15px 0;
  background: #f18d1e;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  transition: .3s;
  line-height: 1;
}
.message-detail .link-btn:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 10px;
  content: "＞";
}
/*------------------- End / blake-point -------------------*/



/*----------------- Start / blake-point -------------------*/
@media screen and (max-width: 767px) {
 @media screen and (max-width: 767px) {
  .main-visual-contents {
    top: 10%;
    padding: 5%;
  }
  /* main-visual */
  .main-visual-title {
    margin-bottom: 8%;
    font-size: 6vw;
  }
  .main-visual-text {
    font-size: 3.15vw;
    margin-bottom: 5%;
  }
  .main-visual-contents .contents-nav {
    padding: 0;
  }
  .main-visual-contents .contents-nav &gt; .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .main-visual-contents .contents-nav .contents-nav-link {
    width: 50%;
    margin-bottom: 5%;
    padding: 5%;
    font-size: 12px;
    transform: scale(0.8);
  }
  .main-visual-contents .contents-nav .contents-nav-link:after {
    top: 0;
    bottom: 0;
    height: 12px;
    margin: auto;
  }
  .main-visual-contact {
    display: block;
    position: relative;
    margin: 7% auto 0;
  }
  .main-visual-contact .tel a {
    margin-bottom: 7%;
    font-size: 6vw;
    text-align: center;
  }
  .main-visual-contact .mail a {
    padding: 20px;
    font-size: 6vw;
    text-align: center;
  }
  /* greeting */
  .greeting-profile-box {
    padding: 10% 0;
  }
  .greeting-title {
    background-size: 70%;
    background-position: 50%;
  }
  .profile-sign {
    width: 50%;
    margin: 6% auto 3%;
  }
  .profile-text {
    padding: 0 5%;
  }
  /* message */
  .sec-message {
    background: none;
  }
  .message-box {
    padding: 10% 5%;
    background: url(../images/top/message_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .message-title {
    display: block;
    background-size: 40%;
    background-position: 0 40%;
  }
  .message-text {
    margin: 5% 0;
    font-size: 12px;
  }
  /* career */
  .sec-career &gt; .flex {
    display: block;
  }
  .career-title {
    display: inline-block;
    padding: 15% 0 0 3%;
    text-align: left;
    line-height: 1.8;
    background-size: 55%;
    background-position: 0 15%;
  }
  .career-subtitle {
    font-size: 5vw;
    margin: 5% 0;
  }
  .career-link:not(:last-child) {
    margin-right: 5%;
  }
  /* interviewee */
  .interview-title {
    display: block;
    background-size: 42%;
    background-position: 15% 40%;
  }
  .interviewee {
    width: 47.5%;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
  }
  .interviewee-status-tag {
    width: 100%;
    display: block;
    position: inherit;
    margin: 0;
    text-align: left;
  }
  .interviewee-name {
    top: 50%;
    left: 5%;
    font-size: 5vw;
  }
  .interviewee-year {
    display: inline-block;
    width: 100%;
    margin: 5% 0 0;
    padding: 2% 5%;
    font-size: 3.5vw;
    text-align: center;
  }
  .interviewee-belong {
    width: 100%;
    margin: 5% 0 0;
    padding: 2% 5%;
    display: inline-block;
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.8;
  }

  .interview-main-text {
    margin: 5% 0;
    font-size: 4.2vw;
  }
  .interview-text {
    font-size: 12px;
  }
  /* benefits */
  .benefits-title {
    display: block;
    background-size: 45%;
    background-position: 45% 40%;
  }
  .benefits-subtitle {
    font-size: 4.5vw;
    font-weight: bold;
    margin: 5% 0;
  }
  .benefits-text {
    font-size: 12px;
    text-align: left;
  }
  .benefits-tag-box {
    margin: 5% auto 0;
  }
  /* blog */
  .blog-contents {
    display: block;
  }
  .blog-title {
    display: block;
    background-size: 28%;
    background-position: 32% 42%;
  }
  .blog-text {
    margin: 7% 0 0;
    padding: 0 10%;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .blog {
    width: 100%;
    max-width: none;
    margin-bottom: 5%;
  }
  .blog a {
    display: flex;
    width: 100%;
  }
  .blog-image {
    width: 50%;
    height: 168px;    
  }
  .blog-detail {
    position: relative;
    padding: 3%;
    width: 50%;
  }
  .blog-tag {
    font-size: 11px;
    width: 45%;
    margin-bottom: 5%;
    padding: 2% 0;
  }
  .detail-title {
    font-size: 3vw;
  }
  .blog-day {
    display: block;
    position: absolute;
    right: 5%;
    bottom: 5%;
  }
  /* policy */
  .sec-policy {
    padding: 10% 0 0;
    background: none;
  }
  .policy-box {
    padding: 10% 5%;
    background: url(../images/top/policy_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .policy-title {
    display: block;
    background-size: 33%;
    background-position: 13% 13%;
  }
  .policy-text {
    font-size: 12px;
    margin: 8% 0 0;
  }
  /*  Start / 下層 president */
  #president .president-title {
    width: 95%;
  }
  #president .president-greeting {
    padding: 2.5% 0 8%;
  }
  #president .president-greeting .president-title {
    margin: 5% 0 7.5%;
  }
  #president .president-greeting &gt; .contents {
    display: block;
    width: 90%;
    margin: auto;
  }
  #president .greeting-left-contents {
    width: 100%;
  }
  #president .greeting-right-contents {
    width: 100%;
    padding: 0;
  }
  #president .president-greeting-text {
    margin-top: 5%;
  }
  #president .president-concept-title {
    font-size: 5.5vw;
    line-height: 1.4;
  }
  #president .president-movie {
    padding: 7.5% 0 10%;
  }
  #president .president-movie-title {
    font-size: 4.5vw;
    line-height: 1.4;
  }
  #president .president-movie .president-title-box {
    margin-bottom: 7.5%;
  }
  /*  End / 下層 president */

  /*  Start / 下層 interview */
  #interview .article-interviewee-status {
    display: block;
  }
  #interview .article-interviewee-img {
  width: 100%;
    margin: 0 auto 3%;
  }
  #interview .interviewee-title {
    font-size: 8vw;
    line-height: 1.4;
  }
  #interview .article-interviewee-name {
    font-size: 6vw;
  }
  #interview .article-interviewee-name {
    margin: 5% auto;
    font-size: 6vw;
  }
  #interview .interview-contents-title {
    font-size: 7vw;
    margin-bottom: 8%;
  }
  #interview .article-interview-container {
    padding: 6.5%;
  }
  #interview .article-interview-contents &gt; .flex {
    display: block;
  }
  #interview .interview-contents-img {
    margin-bottom: 6.5%;
    width: 100%;
  }
  #interview .interview-contents-text .border-title {
    font-size: 5.5vw;
    line-height: 1.4;
  }
  #interview .article-interview-contents:not(:first-child) {
    margin-top: 15%;
  }
  /*  End / 下層 interview */

  /* Start / 下層 blog */
  #blog .blog-article {
    padding: 5%;
  }
  #blog .article-title-box {
    display: block;
    width: 100%;
  }
  #blog .article-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8%;
  }
  #blog .contributor {
    text-align: right;
  }
  #blog .blog-category-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px auto;
  }
  #blog .blog-category-box .category:not(:last-of-type) {
    margin-right: 0;
  }
  #blog .blog-category-box .category:nth-child(2n) {
    margin-left: 20px;
  }
  #blog .blog-category-box .category:nth-child(1),blog .blog-category-box .category:nth-child(2) {
    margin-bottom: 20px;
  }
  #blog .blog-category-box .category {
    width: calc(50% - 10px);
  }
  #blog .blog-category-box .category a {
    width: 100%;
    font-size: 14px;
  }
  /* End / 下層 blog */

  /* Start / 下層 form */
  #form .title-box {
    margin: 8% auto;
  }
  #form .form-title {
    font-size: 5vw;
  }
  #form .form-text {
    margin: 8% auto 12%;
    font-size: 4vw;
  }
  #form .row,
  #form .row-box {
    display: block;
  }
  #form .row {
    margin-bottom: 8%;
  }
  #form .row input[type="text"] {
    display: block;
    margin-top: 3%;
    width: 100%;
  }
  #form .radio-box {
    margin-top: 3%;
  }
  #form textarea {
    margin-top: 3%;
  }
  #form .form-btn-box button:not(:first-child) {
    margin: 5% 0;
  }
  /* End / 下層 form */

  /* Start / 下層 career-archive */
  #career .breadcrumb {
    padding: 5%;
  }
 #career .sec-career {
    padding: 0;
  }
  #career .page-career-archive, #career-detail .page-career {
    background: url(../images/career/page_career_archive_bg_sp.png) no-repeat;
    background-position: top center;
    background-size: auto 100%;
  }
  .career-archive-container {
    width: 90%;
    margin: 10% auto 15%;
    padding: 5%;
  }
  .archive-main-title {
    font-size: 6vw;
  }
  #career .archive-main-title:before {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto 5%;
    transform: scale(0.8);
  }
  .career-archive-detail {
    flex-wrap: wrap;
  }
  .career-archive-img {
    margin-bottom: 5%;
  }
  .career-archive-textbox {
    margin: auto;
  }
  .archive-main-text {
    font-size: 4.5vw;
    margin-bottom: 5%;
  }
  .career-list-container {
    width: 90%;
    margin: 10% auto 15%;
  }
  .career-list-title {
    font-size: 4.2vw;
  }
  .career-list-subtitle {
    font-size: 3.8vw;
  }
  .career-list li {
    width: calc(100%/3 - 10px);
  }
  .career-list li a:after {
    content: none;
  }
  .career-list li:not(:first-child),
  .career-list li:not(:nth-child(7)),
  .career-list li:not(:nth-child(13)) {
    margin-left: 0;
  }
  .career-list {
    justify-content: space-between;
  }
  .career-list:after {
    content: "";
    width: calc(100%/3 - 10px);
  }

  /* End / 下層 career-archive */

  /* Start / 下層 career-detail */
  #career-detail .breadcrumb {
    padding: 5% 0;
  }
  .web-entry-btn {
    margin-bottom: 5%;
  }
  .career-article {
    padding: 5%;
  }
  .career-article h2 {
    font-size: 6vw;
    line-height: 1.8;
  }
  .career-article h3 {
    margin: 7.5% 5%;
    font-size: 5vw;
    line-height: 1.8;
  }
  .career-article tr {
    display: flex;
    flex-flow: wrap;
  }
  .career-article th {
    width: 100%;
    padding: 5%;
    font-size: 5vw;
  }
  .career-article td {
    width: 100%;
    padding: 5%;
    font-size: 3.8vw;
  }
  .entry-sec-title {
    margin-bottom: 10%;
    font-size: 6.5vw;
  }
  .map-detail {
    padding: 5%;
    font-size: 3.6vw;
  }
  .entry-flow-icon {
    font-size: 3vw;
  }
  .entry-flow-content {
    width: 30%;
    height: 120px;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .entry-flow-box .step {
    width: 90%;
    font-size: 3.6vw;
    line-height: 1;
  }
  /* End / 下層 career-detail */

  /* Start / 下層 benefits-detail */
  #benefits .sec-page {
    padding: 0;
  }
  .benefits-accordion-box {
    width: 90%;
    height: auto;
    padding: 10% 5%;
    margin: 0 auto 5%;
  }
  .benefits-accordion-subtitle {
    font-size: 5vw;
  }
  .benefits-accordion-text {
    margin-top: 5%;
  }
  .benefits-detail-container {

  }
  .benefits-accordion-title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7.5% 0;
    padding: 0;
    background: #F18D1F;
    font-size: 5.5vw;
  }
  .benefits-accordion-title .switch-sp {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    height: min-content;
  }
  .accordion-icon {
    display: block;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 50%;
  }
  .benefits-accordion-title .accordion-icon-border {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 3px;
    margin: auto;
    background: #fff;
    transition: 0.3s;
  }
  .benefits-accordion-title .accordion-icon-border:last-child {
    transform: rotate(-90deg);
  }
  .benefits-accordion-title.on .accordion-icon-border:last-child {
    transform: rotate(0);
  }
  .benefits-detail-accordion .icon {
    transform: scale(0.6);
    margin: 0;
  }
  .benefits-accordion-contents {
    transform: scaleY(0);
    transform-origin: top center;
    transition: .3s;
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  .accor-on .benefits-accordion-contents {
    transform: scaleY(1);
    opacity: 1;
    height: auto;
    padding: 5% 0;
  }
  .benefits-accordion-contents::after,
  .benefits-accordion-contents::before {
    width: 100%;;
  }
  /* End / 下層 benefits-detail */
  .sec-page.sec-newgraduate {
    padding: 0;
  }
  .page-newgraduate-title {
    font-size: 5vw;
  }
  .page-newgraduate-title .border-title {
    font-size: 120%;
  }
  .newgraduate-concept-title {
    width: 75%;
    max-width: 506px;
    margin: auto;
    padding: 10% 0 5%;
  }
  .newgraduate-concept-title.title02 {
    width: 90%;
    max-width: 670px;
    padding: 0;
    margin: 5% auto 10%;
  }
  .newgraduate-concept-text {
    font-size: 3.6vw;
    margin: 0 auto 10%;
  }
  .newgraduate-concept-contents {
    display: block;
    width: 90%;
    margin: 5% auto 7.5%;
    padding: 5%;
  }
  .newgraduate-concept-contents .img {
    width: 100%;
    margin: 0 auto 5%;
  }
  .newgraduate-concept-contents .text-box {
    width: 100%;
    margin: 5% auto 0;
  }
  .concept-contents-title {
    font-size: 4.2vw;
    line-height: 1.4;
    margin-bottom: 5%;
  }
  .newgraduate-concept-contents .text {
    font-size: 3.6vw;
  }
  .newgraduate-message {
    padding: 10% 5%;
  }
  .newgraduate-message .message-title-box {
    margin-bottom: 5%;
  }
  .newgraduate-message-title {
    font-size: 6vw;
  }
  .message-contents {
    align-items: flex-start;
    justify-content: space-between;
  }
  .message-contents-img {
    width: calc(50% - 40px);
  }
  .message-contents-text {
    width: 50%;
    margin-left: 20px;
  }
  .message-contents-text:before {
    top: 5%;
    left: -20px;
    bottom: auto;
    border-width: 0 0 5px 20px;
  }
  .message-detail {
    padding: 7.5%;
  }
  .message-detail:not(:last-child) {
    margin-bottom: 5%;
  }
  .message-detail-title {
    margin-bottom: 5%;
    font-size: 6vw;
  }
  .message-detail-contents {
    display: block;
  }
  .message-detail-contents .img {
    width: 100%;
  }
  .message-detail-text {
    width: 100%;
    margin: 5% auto 0;
    font-size: 3.6vw;
  }
  .message-detail .link-btn {
    width: 100%;
    max-width: none;
    margin-bottom: 5%;
    padding: 25px 0;
  }
}
/*------------------- End / blake-point -------------------*/
</pre></body></html>