@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	共通パーツ
 * ************************************************ */
#content-wrap {
  margin: 55px auto 0;
}
@media print, screen and (min-width: 960px) {
  #content-wrap {
    margin: 100px auto 0;
  }
}

.section_wrapper {
  padding: 30px 26px 0;
}
@media print, screen and (min-width: 428px) {
  .section_wrapper {
    padding: 60px 26px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .section_wrapper {
    padding: 80px 40px;
  }
}

.page_ttl {
  text-align: center;
  padding: 1em 0;
  background-image: linear-gradient(100deg, #00004f, #333 90%);
}
@media print, screen and (min-width: 428px) {
  .page_ttl {
    padding: 2em 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl {
    padding: 3em 0;
  }
}
.page_ttl .en_ttl {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "Oswald";
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .page_ttl .en_ttl {
    font-size: 65px;
  }
}
.page_ttl .ja_ttl {
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1;
  margin-top: 20px;
}

.navy_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .navy_btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .navy_btn {
    margin-top: 60px;
  }
}

.navy_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 20px 10px 30px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
@media print, screen and (min-width: 428px) {
  .navy_btn a {
    font-size: 17px;
    padding: 10px 45px 10px 50px;
  }
}

.navy_btn a:before, .navy_btn a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.navy_btn a:before {
  width: 0.3rem;
  height: 0.3rem;
  left: 4.2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 428px) {
  .navy_btn a:before {
    left: 2.4rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.navy_btn a:after {
  left: 60px;
  background: #00004f;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
@media print, screen and (min-width: 428px) {
  .navy_btn a:after {
    width: 2.5rem;
    height: 2.5rem;
    left: 25px;
  }
}

.navy_btn a span {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
  display: inline-block;
}

.navy_btn a:hover span {
  color: #fff;
}

.navy_btn a:hover:before {
  left: 2.9rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.navy_btn a:hover:after {
  right: 0;
  width: 85%;
  background: #00004f;
}

/* ************************************************
 *	企業情報
 * ************************************************ */
.about .contents {
  margin: 0 auto;
  max-width: 1480px;
}
@media print, screen and (min-width: 960px) {
  .about .contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.contents_img {
  width: 100%;
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .contents_img {
    min-width: 45%;
    margin-top: 0;
  }
}

.contents_txt {
  width: 100%;
  margin-left: 0;
}
@media print, screen and (min-width: 960px) {
  .contents_txt {
    min-width: 60%;
    margin-left: 60px;
    margin-right: 60px;
  }
}
.contents_txt h2 {
  font-size: 18px;
}
@media print, screen and (min-width: 960px) {
  .contents_txt h2 {
    font-size: 22px;
  }
}
.contents_txt p {
  margin-top: 10px;
  line-height: 2.2;
}

.about .box_contents {
  margin: 60px auto 0;
  max-width: 1480px;
}
@media print, screen and (min-width: 960px) {
  .about .box_contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
    row-gap: 30px;
  }
}
.about .box_contents li {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media print, screen and (min-width: 960px) {
  .about .box_contents li {
    width: 32%;
    margin-bottom: 0;
  }
}
.about .box_contents li a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.about .box_contents li a:hover {
  opacity: 0.7;
}

.box_contents_img {
  overflow: hidden;
}

.box_contents_img img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.box_contents_img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.box_contents_img {
  margin-top: 0;
}

.box_contents_text {
  margin-left: 0 !important;
  position: relative;
  text-align: start;
}

.box_contents_text h3 {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
}
.box_contents_text h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.4em;
  height: 1px;
  top: calc(50% + 0.05em);
  right: -20px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  background-color: #333;
}
.box_contents_text h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.4em;
  height: 1px;
  top: calc(50% - 0.25em);
  right: -20px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  background-color: #333;
}

.box_contents_text p {
  font-size: 14px;
}

/* ************************************************
 *	会社概要
 * ************************************************ */
@media print, screen and (min-width: 768px) {
  .company_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .company_table dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.company_table dl dt {
  background-color: #f9f1d5;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 15px;
}
@media print, screen and (min-width: 768px) {
  .company_table dl dt {
    width: 90px;
    background-color: unset;
    border-radius: 0;
    padding: 0;
  }
}
.company_table dl dd {
  padding: 10px 15px;
}
@media print, screen and (min-width: 768px) {
  .company_table dl dd {
    width: calc(100% - 150px);
    padding: 0;
  }
}
.company_table dl ul {
  margin: 1em 0;
}
.company_table dl ul li {
  text-indent: -1em;
  margin-left: 1em;
}
@media print, screen and (min-width: 960px) {
  .company_table dl a:hover {
    opacity: 0.6;
  }
}

.company_img {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .company_img {
    margin-top: 60px;
  }
}
.company_img img {
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .company_img img {
    border-radius: 20px;
  }
}

/* ************************************************
 *	代表挨拶
 * ************************************************ */
.greeting .contents {
  margin: 0 auto;
  max-width: 1480px;
}
@media print, screen and (min-width: 960px) {
  .greeting .contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.greeting .contents .contents_txt {
  margin-left: 0 !important;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .greeting .contents .contents_txt {
    width: 47%;
  }
}
.greeting .contents .contents_txt p {
  margin-bottom: 1em;
}
.greeting .contents .contents_txt ol {
  padding-left: 0;
}
.greeting .contents .contents_img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .greeting .contents .contents_img {
    width: 47%;
  }
}

/* ************************************************
 *	事業所所在地
 * ************************************************ */
.location_main .location_main_wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.location_main h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #00004f;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .location_main h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.location_main .contents {
  margin: 0 auto;
  max-width: 1080px;
}
@media print, screen and (min-width: 960px) {
  .location_main .contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.location_main .contents .contents_txt {
  margin-left: 0 !important;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .location_main .contents .contents_txt {
    width: 47%;
    min-width: unset;
  }
}
.location_main .contents .contents_txt p {
  margin-top: 0;
  line-height: 1.8;
}
@media print, screen and (min-width: 960px) {
  .location_main .contents .contents_txt p {
    font-size: 18px;
  }
}
.location_main .contents .contents_txt a {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .location_main .contents .contents_txt a {
    font-size: 18px;
  }
}
.location_main .contents .location_map {
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .location_main .contents .location_map {
    aspect-ratio: 16/9;
    width: 47%;
    min-width: unset;
    margin-top: 0;
  }
}
.location_main .contents .location_map iframe {
  width: 100%;
  height: 100%;
}
.location_main .branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}
.location_main .branch .branch_contents {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .location_main .branch .branch_contents {
    width: 50%;
    margin-bottom: 40px;
  }
}
.location_main .branch .branch_contents .contents_txt {
  margin-left: 0 !important;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .location_main .branch .branch_contents .contents_txt {
    min-width: unset;
    margin-right: 0;
  }
}
.location_main .branch .branch_contents .contents_txt p {
  margin-top: 0;
  line-height: 1.8;
}
@media print, screen and (min-width: 960px) {
  .location_main .branch .branch_contents .contents_txt p {
    font-size: 18px;
  }
}
.location_main .branch .branch_contents .contents_txt a {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .location_main .branch .branch_contents .contents_txt a {
    font-size: 18px;
  }
}
.location_main .location_sub_wrapper {
  max-width: 1080px;
  margin: 40px auto 0;
}
.location_main .location_sub_wrapper h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #00004f;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .location_main .location_sub_wrapper h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.location_main .location_sub_wrapper .contents {
  width: 100%;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 428px) {
  .location_main .location_sub_wrapper .contents {
    margin-bottom: 60px;
  }
}
.location_main .location_sub_wrapper .contents .contents_txt {
  margin-left: 0 !important;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .location_main .location_sub_wrapper .contents .contents_txt {
    min-width: unset;
    margin-right: 0;
  }
}
.location_main .location_sub_wrapper .contents .contents_txt p {
  margin-top: 0;
  line-height: 1.8;
}
@media print, screen and (min-width: 960px) {
  .location_main .location_sub_wrapper .contents .contents_txt p {
    font-size: 18px;
  }
}
.location_main .location_sub_wrapper .contents .contents_txt a {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .location_main .location_sub_wrapper .contents .contents_txt a {
    font-size: 18px;
  }
}

.location_ttl {
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .location_ttl {
    font-size: 20px;
  }
}

/* ************************************************
*	経営理念
* ************************************************ */
.philosophy_text {
  text-align: center;
  line-height: 2.2;
  font-size: 16px;
  font-weight: bold;
  padding: 5% 0;
}
@media print, screen and (min-width: 960px) {
  .philosophy_text {
    font-size: 20px;
  }
}

/* ビジョン　戦略　バリュー　 */
/* ========================= */
.corporate_contents {
  max-width: 1280px;
  margin: 0 auto;
}
.corporate_contents .corporate_list {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .corporate_contents .corporate_list {
    margin-bottom: 60px;
  }
}
.corporate_contents .corporate_list h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960px) {
  .corporate_contents .corporate_list h2 {
    font-size: 40px;
  }
}
.corporate_contents .corporate_list h2 .title_en {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  font-family: "Oswald";
  line-height: 1.2;
}
@media print, screen and (min-width: 960px) {
  .corporate_contents .corporate_list h2 .title_en {
    font-size: 45px;
  }
}
.corporate_contents .corporate_list h2 .title_ja {
  display: inline;
  font-size: 16px;
  color: #00004f;
}
.corporate_contents .corporate_list h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .corporate_contents .corporate_list h3 {
    font-size: 24px;
    margin-top: 40px;
  }
}
.corporate_contents .corporate_list p {
  font-size: 16px;
  margin-top: 0;
}
@media print, screen and (min-width: 960px) {
  .corporate_contents .corporate_list p {
    font-size: 18px;
  }
}

#eight_policy h3 {
  position: relative;
  padding-left: 0.8em;
}
#eight_policy h3::before {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 1em;
  top: 45%;
  left: 0;
  background-color: #00004f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ************************************************
 * グループ会社　採用情報
 * ************************************************ */
.group_contents {
  max-width: 1080px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .group_contents {
    width: 70%;
  }
}
@media print, screen and (min-width: 960px) {
  .group_contents {
    width: 100%;
  }
}
.group_contents .navy_btn {
  margin-top: 0;
}

.group_list {
  width: 100%;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .group_list {
    width: 47%;
    margin-bottom: 60px;
  }
}
.group_list .contents_img {
  margin-top: 0;
  text-align: center;
}
.group_list .contents_img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .group_list .contents_img img {
    width: 80%;
    height: 100px;
  }
}
.group_list .contents_txt {
  margin-left: 0;
}
.group_list .contents_txt h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
@media print, screen and (min-width: 960px) {
  .group_list .contents_txt h2 {
    margin-top: 0;
  }
}
.group_list .contents_txt p {
  line-height: 1.5;
}
.group_list .contents_txt .navy_btn {
  text-align: center;
}

.tab_center {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .tab_center {
    text-align: start;
  }
}

/* ************************************************
 *	よくある質問
 * ************************************************ */
.faq_list dl {
  background-color: #f9f1d5;
  border-radius: 10px;
  padding: 10px 5%;
}
@media print, screen and (min-width: 960px) {
  .faq_list dl {
    border-radius: 20px;
    padding: 20px 40px;
  }
}
.faq_list dl:not(:last-child) {
  margin-bottom: 30px;
}
.faq_list dt, .faq_list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
@media print, screen and (min-width: 960px) {
  .faq_list dt, .faq_list dd {
    padding: 12px 0;
  }
}
.faq_list dt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .faq_list dt p {
    font-size: 24px;
  }
}
.faq_list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 50%;
  padding-bottom: 3px;
}
@media print, screen and (min-width: 960px) {
  .faq_list span {
    width: 56px;
    height: 56px;
    font-size: 30px;
    padding-bottom: 5px;
  }
}
.faq_list span.q {
  background-color: #ec6c00;
  color: #fff;
}
.faq_list span.a {
  background-color: #fff;
  color: #ec6c00;
  border: 2px solid #ec6c00;
}
.faq_list p {
  width: calc(100% - 52px);
  margin-top: 4px;
}
@media print, screen and (min-width: 960px) {
  .faq_list p {
    width: calc(100% - 90px);
    margin-top: 12px;
  }
}

/* ************************************************
 *	会社概要
 * ************************************************ */
.company_wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

.company_ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #00004f;
  margin-bottom: 1em;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-top: 60px;
}
@media print, screen and (min-width: 428px) {
  .company_ttl {
    font-size: 24px;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .company_ttl {
    font-size: 28px;
  }
}

.company_wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.company_wrapper table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #969696;
}
@media print, screen and (min-width: 428px) {
  .company_wrapper table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.company_wrapper table tr:last-child {
  border-bottom: none;
}
.company_wrapper table th {
  width: 100%;
  padding: 1.5em;
  text-align: center;
}
@media print, screen and (min-width: 428px) {
  .company_wrapper table th {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
  }
}
.company_wrapper table td {
  width: 100%;
  padding: 1em;
}
@media print, screen and (min-width: 428px) {
  .company_wrapper table td {
    width: 75%;
    padding: 1.5em 2em;
  }
}
.company_wrapper table td a {
  text-decoration: underline;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.company_wrapper table td a:hover {
  opacity: 0.7;
}

.google_map {
  position: relative;
  padding-top: 56.25%;
}
.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* ************************************************
 *	サンリキュールについて
 * ************************************************ */
.sunliqur p {
  text-align: start;
  line-height: 2.2;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 960px) {
  .sunliqur p {
    text-align: center;
    font-size: 18px;
  }
}
.sunliqur ul {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 960px) {
  .sunliqur ul {
    text-align: center;
  }
}
.sunliqur ul li {
  list-style: inside;
}
@media print, screen and (min-width: 960px) {
  .sunliqur ul li {
    list-style: none;
    font-size: 18px;
  }
}

.only_630 {
  display: none;
}
@media screen and (min-width: 630px) {
  .only_630 {
    display: inline;
  }
}

/* ************************************************
 *	プライバシーポリシー
 * ************************************************ */
.policy_wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

.policy_ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #00004f;
  margin-bottom: 1em;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 428px) {
  .policy_ttl {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .policy_ttl {
    font-size: 30px;
  }
}

.border_left {
  border-left: 5px solid #00004f;
  padding-left: 0.5em;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 428px) {
  .border_left {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .border_left {
    font-size: 22px;
  }
}

.policy_area dd {
  margin-bottom: 2.5em;
}
.policy_area li {
  list-style: disc;
  margin-left: 1em;
}

ol {
  counter-reset: listnum;
  list-style: none;
}
@media print, screen and (min-width: 428px) {
  ol {
    padding-left: 1em;
  }
}
ol li {
  margin-left: 1em;
  text-indent: -1em;
}
ol li::before {
  counter-increment: listnum;
  content: counter(listnum) "．";
  color: #333;
  vertical-align: top;
}

.policy_wrapper ul {
  list-style: inside;
  padding-left: 1em;
}
.policy_wrapper ul li {
  text-indent: -1.5em;
  margin-left: 1em;
}

.mb {
  margin-bottom: 1.5em;
}

.bold {
  font-weight: bold;
  font-size: 18px;
}

.policy_wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.policy_wrapper table tr {
  border-bottom: 1px solid #969696;
  border-right: 1px solid #969696;
}
.policy_wrapper table tr:nth-child(1) {
  border-top: 1px solid #969696;
}
.policy_wrapper table th {
  width: 35%;
  padding: 1em;
  text-align: center;
  background-color: #00004f;
  color: #fff;
}
@media print, screen and (min-width: 428px) {
  .policy_wrapper table th {
    width: 25%;
  }
}
.policy_wrapper table td {
  width: 65%;
  padding: 1em;
}
@media print, screen and (min-width: 428px) {
  .policy_wrapper table td {
    width: 75%;
    padding: 1em 2em;
  }
}

/* ************************************************
 *	インタビュー
 * ************************************************ */
#chairman_interview,
#group_interview {
  margin-top: 60px;
}
@media print, screen and (min-width: 960px) {
  #chairman_interview,
  #group_interview {
    margin-top: 100px;
  }
}
#chairman_interview .page_header,
#group_interview .page_header {
  position: relative;
  max-width: 1500px;
  margin: 0 20px;
}
@media print, screen and (min-width: 960px) {
  #chairman_interview .page_header,
  #group_interview .page_header {
    margin: 0 40px;
  }
}
@media print, screen and (min-width: 1500px) {
  #chairman_interview .page_header,
  #group_interview .page_header {
    margin: 0 auto;
  }
}
#chairman_interview .page_mv,
#group_interview .page_mv {
  width: 100%;
}
#chairman_interview .page_mv img,
#group_interview .page_mv img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 960px) {
  #chairman_interview .page_mv img,
  #group_interview .page_mv img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
    aspect-ratio: 3/1;
  }
}
#chairman_interview .page_ttl,
#group_interview .page_ttl {
  position: absolute;
  z-index: 10;
  top: -1em;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 45px;
  font-weight: bold;
  padding: 0;
  color: #00004f;
  background-image: none;
  font-family: "Oswald";
}
@media print, screen and (min-width: 960px) {
  #chairman_interview .page_ttl,
  #group_interview .page_ttl {
    font-size: 86px;
  }
}
#chairman_interview .mv_info,
#group_interview .mv_info {
  position: absolute;
  z-index: 10;
  top: 55%;
  right: 20px;
  text-align: end;
}
@media print, screen and (min-width: 768px) {
  #chairman_interview .mv_info,
  #group_interview .mv_info {
    font-size: 86px;
    right: 13%;
    text-align: start;
  }
}
#chairman_interview .mv_info span,
#group_interview .mv_info span {
  display: block;
}
#chairman_interview .mv_info .company_name,
#group_interview .mv_info .company_name {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #chairman_interview .mv_info .company_name,
  #group_interview .mv_info .company_name {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  #chairman_interview .mv_info .company_name,
  #group_interview .mv_info .company_name {
    font-size: 2.65vw;
  }
}
@media print, screen and (min-width: 1280px) {
  #chairman_interview .mv_info .company_name,
  #group_interview .mv_info .company_name {
    font-size: 34px;
  }
}
#chairman_interview .mv_info .position,
#group_interview .mv_info .position {
  font-size: 16px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #chairman_interview .mv_info .position,
  #group_interview .mv_info .position {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  #chairman_interview .mv_info .position,
  #group_interview .mv_info .position {
    font-size: 1.7vw;
  }
}
@media print, screen and (min-width: 1280px) {
  #chairman_interview .mv_info .position,
  #group_interview .mv_info .position {
    font-size: 22px;
  }
}
#chairman_interview .mv_info .name,
#group_interview .mv_info .name {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #chairman_interview .mv_info .name,
  #group_interview .mv_info .name {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  #chairman_interview .mv_info .name,
  #group_interview .mv_info .name {
    font-size: 2.65vw;
  }
}
@media print, screen and (min-width: 1280px) {
  #chairman_interview .mv_info .name,
  #group_interview .mv_info .name {
    font-size: 34px;
  }
}

#chairman_interview .page_mv {
  width: 100%;
  overflow: hidden;
}
#chairman_interview .page_mv img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
  aspect-ratio: 3/2;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media print, screen and (min-width: 960px) {
  #chairman_interview .page_mv img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
    aspect-ratio: 3/1;
    -webkit-transform: unset;
            transform: unset;
  }
}

#group_interview .page_header .page_mv {
  width: 100%;
}
#group_interview .page_header .page_mv img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  aspect-ratio: 3/2;
}
@media print, screen and (min-width: 960px) {
  #group_interview .page_header .page_mv img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
    aspect-ratio: 3/1;
  }
}
#group_interview .section_wrapper {
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #group_interview .section_wrapper {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  #group_interview .section_wrapper {
    padding-bottom: 40px;
  }
}
#group_interview .company_interview {
  text-align: center;
  font-size: 20px;
  position: relative;
  font-weight: 400;
  margin-bottom: 40px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #group_interview .company_interview {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  #group_interview .company_interview {
    font-size: 26px;
  }
}
#group_interview .company_interview::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #00004f;
}
@media print, screen and (min-width: 428px) {
  #group_interview .interview_list {
    margin-bottom: 100px;
  }
}
#group_interview .interview_list:nth-child(2) {
  margin-bottom: 0;
}
#group_interview .top_text {
  line-height: 2;
}
#group_interview h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#group_interview p {
  margin-top: 1em;
}

.interview_contents {
  max-width: 1500px;
  margin: 0 auto;
}
.interview_contents .interview_list {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 428px) {
  .interview_contents .interview_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .interview_contents .interview_list {
    margin-bottom: 100px;
  }
}
.interview_contents .interview_list:nth-child(1) .interview_img, .interview_contents .interview_list:nth-child(3) .interview_img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .interview_contents .interview_list:nth-child(1) .interview_img, .interview_contents .interview_list:nth-child(3) .interview_img {
    width: 48%;
  }
}
.interview_contents .interview_list:nth-child(1) .interview_text, .interview_contents .interview_list:nth-child(3) .interview_text {
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .interview_contents .interview_list:nth-child(1) .interview_text, .interview_contents .interview_list:nth-child(3) .interview_text {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .interview_contents .interview_list:nth-child(1) .interview_text, .interview_contents .interview_list:nth-child(3) .interview_text {
    width: 48%;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .interview_contents .interview_list:nth-child(1), .interview_contents .interview_list:nth-child(3) {
    -ms-flex-wrap: row-reverse !important;
        flex-wrap: row-reverse !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.interview_contents .interview_list:nth-child(3) {
  margin-bottom: 0;
}
.interview_contents .interview_list .interview_img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .interview_contents .interview_list .interview_img {
    width: 48%;
  }
}
.interview_contents .interview_list .interview_text {
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .interview_contents .interview_list .interview_text {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .interview_contents .interview_list .interview_text {
    width: 48%;
    margin-top: 0;
  }
}
.interview_contents .interview_list .interview_text h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #00004f;
  margin-top: 30px;
  font-weight: bold;
}
.interview_contents .interview_list .interview_text h3 span {
  font-family: "Oswald";
  font-size: 18px;
  color: #00004f;
  display: block;
  font-weight: bold;
}
.interview_contents .interview_list .interview_text p {
  margin-top: 10px;
  line-height: 1.8;
}

.mt0 {
  margin-top: 0 !important;
}

.strong {
  font-weight: bold;
}