.fc.fc-custom {
  margin-top: 0 !important;
}
.fc .bread-blue {
  background-color: #1a298a;
}
.fc.fc-custom2 {
  margin-top: 0 !important;
}
.fc.fc-custom2 .fc_img {
  position: relative;
  width: 100%;
  height: 340px;
}
.fc.fc-custom2 .fc_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
  z-index: 1;
}
.fc.fc-custom2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fc.fc-custom2 h1 {
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .fc.fc-custom2 .fc_img {
    height: 250px;
  }
  .fc.fc-custom2 h1 {
    font-size: 30px;
  }
}
/* ====================================================================== */
/* ICON */
.c-icon-before,
.c-icon-after {
  position: relative;
}
.c-icon-before::before,
.c-icon-after::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
/* ====================================================================== */
#header.header2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 120px;
  display: flex;
}
.pt-header {
  padding-top: 120px;
}
#header.header2 .h_box {
  width: 100%;
}
#header.header2 .header-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}
#header .logo2,
#header .h_box_scroll .logo2 {
  position: static;
  top: auto;
  left: auto;
  flex-shrink: 0;
  width: auto !important;
  display: inline-flex !important;
  align-items: center;
  gap: 26px;
}
#header .h_box_scroll .logo2 img,
#header .logo2 img {
  width: 215px;
}
#header .h_box_scroll .logo2 .logo-text,
#header .logo2 .logo-text {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid currentColor;
  color: #1a298a;
  padding: 8px 16px;
}
#header.header2 .header-group {
  align-self: stretch;
  display: flex;
}
#header.header2 .header-group .c-headernav {
  margin-right: 82px;
}
#header.header2 .toggle {
  display: none !important;
  position: static;
}
#header.header2 .h_box_scroll_inner {
  padding-right: 0;
}
.c-header-btn {
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b20000;
  border: 2px solid #b20000;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0;
  gap: 10px;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.c-header-btn::after {
  background-image: url(./../img/common/ic-chevron-right-white.png);
  width: 10px;
  height: 18px;
}
.c-header-btn:hover {
  background-color: #fff;
  color: #b20000;
}
.c-header-btn:hover::after {
  background-image: url(./../img/common/ic-chevron-right-red.png);
}
/* HEADER NAV */
.c-headernav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-headernav .item {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0;
  position: relative;
}
.c-headernav .item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-headernav .c-headernav__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  padding: 0 55px;
  transition: 0.2s;
}
.c-headernav .c-headernav__text:hover {
  color: #1a298a;
}
@media screen and (max-width: 1400px) {
  .c-headernav .c-headernav__text {
    padding: 0 25px;
  }
  .c-header-btn {
    width: 200px;
  }
  #header.header2 .header-group .c-headernav {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #header.header2 {
    height: 100px;
  }
  .pt-header {
    padding-top: 100px;
  }
  #header.header2 .header-group .c-header-btn,
  #header.header2 .header-group .c-headernav {
    display: none;
  }
  #header.header2 .toggle {
    display: block !important;
    width: auto;
    height: auto;
  }
  #header.header2 .header-group {
    align-items: center;
  }
  #header.header2 .h_box_scroll_inner {
    padding-right: 30px;
  }
  #header.header2 .h_box_scroll_inner,
  #header.header2 .header-container {
    padding: 0 30px;
  }
  .c-header-btn {
    width: 100%;
    max-width: 270px;
    height: 70px;
  }
  .c-header-btn span {
    flex-direction: row;
  }
  .c-header-btn span.icon-mail:before {
    width: 24px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header.header2 {
    height: 70px;
  }
  .pt-header {
    padding-top: 70px;
  }
  #header.header2 .h_box_scroll_inner,
  #header.header2 .header-container {
    padding: 0 20px;
  }
  #header .logo2,
  #header .h_box_scroll .logo2 {
    gap: 10px;
  }
  #header .h_box_scroll .logo2 img,
  #header .logo2 img {
    width: 110px;
  }
  #header .h_box_scroll .logo2 .logo-text,
  #header .logo2 .logo-text {
    font-size: 8px;
    border-radius: 4px;
    padding: 0px 6px;
  }
}
/* ====================================================================== */
img.base-img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.u-radius--10 {
  border-radius: 10px;
}
.u-cl--black {
  color: #111;
}
.u-cl--blue {
  color: #1a298a;
}
.c-text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}

.c-text-main {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
}
.c-title1 {
  font-family: "mei-b";
}
.c-title1 strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
}
.c-title1 small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
}
.c-title1.--border {
  position: relative;
  padding-bottom: 60px;
}
.c-title1.--border::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 42px;
  height: 1px;
  background-color: #1a298a;
}
.c-subtitle1 {
  font-family: "mei-b";
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .c-text-underline {
    text-underline-offset: 6px;
  }
  .c-title1 strong {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .c-title1 small {
    font-size: 11px;
  }
  .c-title1.--border {
    padding-bottom: 25px;
  }
  .c-subtitle1 {
    font-size: 16px;
    line-height: 1.6;
  }

  .c-text-main {
    font-size: 12px;
    line-height: 1.6;
  }
}
/* ====================================================================== */
/* LIST 1*/
.c-list1__item + .c-list1__item {
  border-top: 1px dashed #cccccc;
}
.c-list1__item {
  display: flex;
  gap: 60px;
  padding: 65px 50px;
}
.c-list1__index {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  border: 2px solid currentColor;
  color: #1a298a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-list1__index strong,
.c-list1__index small {
  display: block;
  font-family: "mei-b";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.c-list1__index strong {
  font-size: 40px;
  margin-bottom: 10px;
}
.c-list1__index small {
  font-size: 12px;
}
.c-list1__content {
  flex: 1;
}
.c-list1__title {
  font-family: "mei-b";
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    padding: 30px 0;
    gap: 20px;
  }
  .c-list1__index {
    width: 70px;
    height: 70px;
  }
  .c-list1__index strong {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .c-list1__index small {
    font-size: 8px;
  }
  .c-list1__title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
/* END LIST 1*/
/* LIST 2 */
.c-list2__item + .c-list2__item {
  margin-top: 42px;
}
.c-list2__item {
  border: 2px solid #1a298a;
  border-radius: 20px;
  padding: 48px 100px;
}
.c-list2__title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #1a298a;
  font-family: "mei-b";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 10px;
}
.c-list2__title::before {
  background-image: url(./../img/common/ic-chevron-circle-blue.png);
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 1024px) {
  .c-list2__item {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-list2__item + .c-list2__item {
    margin-top: 25px;
  }
  .c-list2__item {
    padding: 25px 20px;
  }
  .c-list2__title {
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
  }
  .c-list2__title::before {
    width: 15px;
    height: 15px;
  }
}

/* END LIST 2 */
/* LIST 3 */
.c-list3__item + .c-list3__item {
  margin-top: 92px;
}
.c-list3 .c-section1 {
  gap: 60px;
}
.c-list3 .c-section1__img {
  width: 36%;
}
.c-list3 .c-badge {
  margin-bottom: 18px;
}
.c-list3 .c-subtitle1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-list3__item + .c-list3__item {
    margin-top: 40px;
  }
  .c-list3 .c-section1 {
    gap: 30px;
  }
  .c-list3 .c-badge {
    margin-bottom: 12px;
  }
  .c-list3 .c-subtitle1 {
    margin-bottom: 15px;
  }
}
/* END LIST 3 */
/* ====================================================================== */
/* SECTION 1 */
.c-section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-section1--aligncenter {
  align-items: center;
}
.c-section1__img {
  width: 50%;
}
.c-section1__text {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .c-section1__img,
  .c-section1__text {
    width: 100% !important;
    flex: 0 1 auto !important;
  }
}
/* END SECTION 1 */
/* SECTION 2 */
.c-section2 {
  background-color: rgba(178, 0, 0, 0.06);
  padding: 85px 80px 65px;
  border-radius: 10px;
}
.c-section2__wrapper {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 50px 42px;
}
.c-section2__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-family: "mei-b";
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  position: relative;
  top: -18px;
  margin-bottom: -24px;
}
@media screen and (max-width: 767px) {
  .c-section2 {
    padding: 50px 20px;
  }
  .c-section2__wrapper {
    padding: 0 20px 30px;
  }
  .c-section2__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    top: -12px;
  }
}
/* END SECTION 2 */
/* ====================================================================== */
/* BADGE */
.c-badge {
  display: inline-block;
  font-family: "mei-b";
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  padding: 11px 16px;
  min-width: 102px;
  background-color: #1a298a;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.c-badge.--red {
  background-color: #b20000;
}
@media screen and (max-width: 767px) {
  .c-badge {
    font-size: 11px;
    padding: 8px 12px;
    border-radius: 8px;
  }
}
/* END BADGE */
/* ====================================================================== */
/* BUTTON 1 */
.c-btn1__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
}

.c-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 280px;
  border-radius: 10px;
  gap: 10px;
  border: 2px solid #1a298a;
  color: #1a298a;
  font-family: "mei-b";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 20px 20px;
}
.c-btn1.center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn1::before {
  background-image: url(./../img/common/ic-chevron-circle-blue.png);
  width: 19px;
  height: 19px;
}
.c-btn1:hover {
  background-color: #1a298a;
  color: #fff;
}
.c-btn1:hover::before {
  background-image: url(./../img/common/ic-chevron-circle-white.png);
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    max-width: unset;
    padding: 15px 20px;
    font-size: 14px;
    gap: 6px;
  }
  .c-btn1::before {
    width: 14px;
    height: 14px;
  }
}
/* END BUTTON 1 */
/* ====================================================================== */
/* LIST IMGS */
.c-list-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.c-list-imgs img {
  display: block;
  width: calc((100% - 40px) / 2);
}
/* END LIST IMGS */
/* ====================================================================== */
/* HEADING */
.c-heading {
  background-color: #1a298a;
  color: #fff;
  border-radius: 20px;
  padding: 22px 40px;
  font-family: "mei-b";
  font-size: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-heading {
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
  }
}
/* END HEADING */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* RECRUIT 2 */
.p-recruit2 {
  line-height: 1.6;
}
.p-recruit2 .wrapper-960,
.p-recruit2 .wrapper-1000 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-recruit2 .wrapper-960 {
  max-width: 1000px;
}
.p-recruit2 .wrapper-1000 {
  max-width: 1040px;
}
.p-recruit2 .block1 {
  padding-top: 120px;
}
.p-recruit2 .block1 .c-title1 {
  margin-bottom: 52px;
}
.p-recruit2 .block1 .base-img {
  margin-bottom: 54px;
}
.p-recruit2 .block1 .c-subtitle1 {
  margin-bottom: 26px;
}
.p-recruit2 .block1 .c-text-main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-recruit2 .block2 {
  padding-top: 122px;
}

.p-recruit2 .block3 {
  padding-top: 58px;
}
.p-recruit2 .block3 .c-title1 {
  margin-bottom: 70px;
}
.p-recruit2 .block3 .c-list2 {
  margin-top: 60px;
}

.p-recruit2 .block4 {
  padding-top: 130px;
}
.p-recruit2 .block4 .c-title1 {
  margin-bottom: 95px;
}
.p-recruit2 .block4 .c-btn1__wrapper {
  margin-top: 92px;
}
.p-recruit2 .block4.custom {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit2 .block4.custom .c-section1 {
  align-items: center;
}
.p-recruit2 .block4.custom .c-title1 {
  margin-bottom: 30px;
}
.p-recruit2 .block4.custom .c-text-main {
  margin-bottom: 30px;
}
.p-recruit2 .block5 {
  padding-top: 118px;
  padding-bottom: 105px;
}
.p-recruit2 .block5 .c-title1 {
  margin-bottom: 54px;
}
.p-recruit2 .block5 .c-list-imgs {
  margin-bottom: 62px;
}
.p-recruit2 .block5 .c-subtitle1 {
  margin-bottom: 28px;
}
.p-recruit2 .block5 .c-text-main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .p-recruit2 .block4.custom .c-text-main {
    text-align: center;
  }
  .p-recruit2 .block4.custom .c-btn1 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2 .block1 {
    padding-top: 60px;
  }
  .p-recruit2 .block1 .c-title1 {
    margin-bottom: 30px;
  }
  .p-recruit2 .block1 .base-img {
    margin-bottom: 30px;
  }
  .p-recruit2 .block1 .c-subtitle1 {
    margin-bottom: 12px;
  }
  .p-recruit2 .block2 {
    padding-top: 60px;
  }

  .p-recruit2 .block3 {
    padding-top: 40px;
  }
  .p-recruit2 .block3 .c-title1 {
    margin-bottom: 30px;
  }
  .p-recruit2 .block3 .c-list2 {
    margin-top: 30px;
  }

  .p-recruit2 .block4 {
    padding-top: 60px;
  }
  .p-recruit2 .block4 .c-title1 {
    margin-bottom: 30px;
  }
  .p-recruit2 .block4 .c-btn1__wrapper {
    margin-top: 40px;
  }

  .p-recruit2 .block5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .p-recruit2 .block5 .c-title1 {
    margin-bottom: 30px;
  }
  .p-recruit2 .block5 .c-list-imgs {
    margin-bottom: 30px;
  }
  .p-recruit2 .block5 .c-subtitle1 {
    margin-bottom: 15px;
  }
  .p-recruit2 .block5 .c-text-main {
    margin-bottom: 40px;
  }
}
/* END RECRUIT 2 */
/* ====================================================================== */
/* EDUCATION */
.p-education .block1 {
  padding-bottom: 106px;
}
.p-education .block1__item + .block1__item {
  margin-top: 88px;
}
.p-education .block1__wrapper {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.p-education .block1 .c-section1 {
  padding-top: 44px;
  gap: 60px;
}
.p-education .block1 .c-section1.--reverse {
  flex-direction: row-reverse;
}
.p-education .block1 .block1__img {
  width: 41%;
}
.p-education .block1 .c-section1__text {
  padding-top: 4px;
}
.p-education .block1 .c-section2 {
  margin-top: 62px;
  margin-bottom: 50px;
}

.p-education .block1 .c-section2 .c-section1 {
  gap: 40px;
}
.p-education .block1 .c-section2 .c-section1__img {
  width: 35.6%;
}
.p-education .block1 .c-section2 .c-section1__text {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-education .block1 {
    padding-bottom: 70px;
  }
  .p-education .block1__item + .block1__item {
    margin-top: 40px;
  }
  .p-education .block1 .c-section1 {
    padding-top: 30px;
  }
  .p-education .block1 .c-section1 {
    gap: 20px;
  }
  .p-education .block1 .c-section2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .p-education .block1 .c-section2 .c-section1 {
    gap: 20px;
  }
}
/* END EDUCATION */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
