@charset "UTF-8";
/* ---------- setting ---------- ---------- */
.block-index-visual {
  position: relative;
  background: #000;
  width: 100%;
  max-height: 1200px;
}
@media print, screen and (min-width: 768px) {
  .block-index-visual {
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 767px) {
  .block-index-visual {
    height: 400px;
  }
}
.block-index-visual ._texts {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.block-index-visual ._texts:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  opacity: 0.4;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
}
@media print, screen and (min-width: 768px) {
  .block-index-visual ._texts:after {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .block-index-visual ._texts:after {
    height: 300px;
  }
}
.block-index-visual ._texts ._tilte {
  position: absolute;
  left: 0px;
  z-index: 10;
}
.block-index-visual ._texts ._tilte img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .block-index-visual ._texts ._tilte {
    width: 840px;
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .block-index-visual ._texts ._tilte {
    width: 300px;
    bottom: 0px;
  }
}
.block-index-visual ._visuals {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
}
.block-index-visual ._visuals ._item {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.block-index-visual ._visuals ._item ._item-inner {
  width: 100%;
  height: 100%;
  transform-origin: 0.5 0.5;
  transition-duration: 6s;
  transition-timing-function: linear;
  background-position: center center;
  background-size: cover;
}
.block-index-visual ._visuals ._item.js-show {
  opacity: 1;
}
.block-index-visual ._visuals ._item.js-zooming {
  width: 100%;
}
.block-index-visual ._visuals ._item.js-zooming ._item-inner {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .block-index-visual ._visuals ._item {
    bottom: auto;
    height: 400px;
    overflow: hidden;
  }
}
.block-index-visual ._visuals ._item-1 ._item-inner {
  background-image: url(../../images/index/mv/p1.jpg);
}
.block-index-visual ._visuals ._item-2 ._item-inner {
  background-image: url(../../images/index/mv/p2.jpg);
}
.block-index-visual ._visuals ._item-3 ._item-inner {
  background-image: url(../../images/index/mv/p3.jpg);
}
.block-index-visual ._visuals ._item-4 ._item-inner {
  background-image: url(../../images/index/mv/p4.jpg);
}

@media print, screen and (min-width: 768px) {
  .block-simple {
    padding: 80px 0;
  }
  .block-common-mv {
    position: relative;
    margin: 0 30px;
  }
  .block-common-mv .block-inner {
    position: relative;
  }
  .block-common-mv ._image img {
    width: 100%;
  }
  .block-common-mv .block-inner {
    height: 100%;
  }
  .block-common-mv ._texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .block-common-mv ._box {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0, -50%);
    min-width: 450px;
    background: rgba(255, 255, 255, 0.9);
    color: #146097;
    padding: 45px;
  }
  .block-common-mv ._box p {
    font-size: 24px;
    line-height: 1.5;
  }
  .block-common-mv ._box h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  .block-common-mv2 {
    position: relative;
    margin: 0 30px;
  }
  .block-common-mv2 .block-inner {
    position: relative;
  }
  .block-common-mv2 ._image img {
    width: 100%;
  }
  .block-common-mv2 ._texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-common-mv2 h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  }
  .block-common-A {
    position: relative;
    margin: 0 30px;
  }
  .block-common-A ._row-header {
    height: 80px;
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-common-A ._row-header.is-B {
    background: #00bfff;
  }
  .block-common-A ._row-header h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #fff;
  }
  .block-common-A ._row-body {
    background: #f7f4f4;
    padding: 30px;
  }
  /* ----------------------------------------------------------
  block--career-main
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  block--career-lead
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  block--career-prof
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  block--career-history
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  block--talk2-mv
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  block--talk2-lead
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  block--talk2-img[src=/images/talk2/p1.jpg]
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  block--talk2-member
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  block--talk2-talk
  ---------------------------------------------------------- */
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .block-common-A ._row-body {
    padding: 60px 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-pagelink {
    position: relative;
  }
  .mod-pagelink div {
    position: absolute;
    top: -150px;
    left: 0px;
    width: 20px;
    height: 20px;
  }
  .mod-coming {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #146097;
    font-size: 20px;
    font-weight: bold;
  }
  .block-index-special {
    margin: 60px 30px 30px 30px;
    position: relative;
  }
  .block-index-special.is-col4 ._items li {
    width: calc(25% - 20px);
    margin-left: 15px;
  }
  .block-index-special.is-col4 ._items li:nth-child(3n+1) {
    margin-left: 15px;
  }
  .block-index-special.is-col4 ._items li:nth-child(4n+1) {
    margin-left: 0;
  }
  .block-index-special.is-col4 ._items li:nth-child(n+4) {
    margin-top: 0;
  }
  .block-index-special.is-col5 ._items li {
    width: calc(20% - 20px);
    margin-left: 15px;
  }
  .block-index-special.is-col5 ._items li:nth-child(3n+1) {
    margin-left: 15px;
  }
  .block-index-special.is-col5 ._items li:nth-child(5n+1) {
    margin-left: 0;
  }
  .block-index-special.is-col5 ._items li:nth-child(n+4) {
    margin-top: 0;
  }
  .block-index-special.is-col5 ._items li:nth-child(n+5) {
    margin-top: 0;
  }
  .block-index-special ._items {
    display: flex;
    flex-wrap: wrap;
  }
  .block-index-special ._items li {
    position: relative;
    width: calc(33.33% - 20px);
    margin-left: 30px;
  }
  .block-index-special ._items li:nth-child(3n+1) {
    margin-left: 0;
  }
  .block-index-special ._items li:nth-child(n+4) {
    margin-top: 30px;
  }
  .block-index-special ._items li ._item {
    display: block;
    position: relative;
    transition-duration: 0.2s;
  }
  .block-index-special ._items li ._item:hover {
    opacity: 0.8;
  }
  .block-index-special ._items li ._item:hover ._image img {
    transform: scale(1.1);
  }
  .block-index-special ._items li ._item ._image {
    flex: 1;
  }
  .block-index-special ._items li ._item ._image:hover img {
    transform: scale(1.1);
  }
  .block-index-special ._items li ._item ._image div {
    overflow: hidden;
  }
  .block-index-special ._items li ._item ._image div img {
    width: 100%;
    transition-duration: 0.2s;
  }
  .block-index-special ._items li ._item ._texts {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-index-special ._items li ._item ._texts ._t1 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #146097;
  }
  .mod-index-title {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-index-title h2 {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .block-index-news {
    background: #e2f8f3;
    padding: 80px 0;
    position: relative;
  }
  .block-index-news ._row-header h2 {
    text-align: center;
    line-height: 1.8;
  }
  .block-index-news ._row-header h2 span {
    display: block;
  }
  .block-index-news ._row-header h2 span:nth-child(1) {
    font-size: 24px;
  }
  .block-index-news ._row-header h2 span:nth-child(2) {
    font-size: 18px;
  }
  .block-index-news ._row-body {
    width: 800px;
    margin: 0 auto;
  }
  .block-index-news ._scroll {
    height: 100px;
    overflow-y: aut;
    -webkit-overflow-scrolling: touch;
  }
  .block-index-news ._scroll::-webkit-scrollbar {
    width: 10px;
  }
  .block-index-news ._scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
  }
  .block-index-news ._scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fff;
  }
  .block-index-nomal {
    padding: 80px 0 0 0;
    position: relative;
  }
  .block-index-nomal ._wrap {
    position: relative;
  }
  a.mod-index-btn:hover {
    opacity: 0.9;
  }
  a.mod-index-btn:hover img {
    transform: scale(1.05);
  }
  .mod-index-btn {
    margin: 10px 0;
    display: block;
    height: 430px;
    position: relative;
    transition-duration: 0.2s;
  }
  .mod-index-btn.is-left ._btn-image {
    margin-left: calc(50% - 540px);
  }
  .mod-index-btn.is-left ._btn-label {
    right: 0px;
  }
  .mod-index-btn.is-right ._btn-image {
    margin-right: calc(50% - 540px);
  }
  .mod-index-btn.is-right ._btn-label {
    left: 0px;
  }
  .mod-index-btn ._btn-image {
    overflow: hidden;
  }
  .mod-index-btn ._btn-image img {
    transition-duration: 0.2s;
    width: 100%;
    height: 430px;
    object-fit: cover;
  }
  .mod-index-btn .block-inner {
    position: relative;
    height: 100%;
  }
  .mod-index-btn ._btn-texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .mod-index-btn ._btn-label {
    position: absolute;
    top: 50%;
    width: 350px;
    height: 100px;
    background: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #3c3c3c;
    padding-right: 20px;
    transform: translate(0, -50%);
  }
  .mod-index-btn ._btn-label.is-icon:before {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    content: "";
    height: 15px;
    width: 15px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .mod-index-btn.is-list ._btn-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, #caf8fa -40%, #0072a5 100%);
  }
  .mod-index-btn ._list {
    position: absolute;
    height: 340px;
    right: 0px;
    bottom: 0px;
    width: 820px;
    background: #888;
  }
  .mod-index-btn-intern {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
  .mod-index-btn-intern img {
    width: 100%;
  }
  .mod-index-btn-intern img {
    transition-duration: 0.2s;
  }
  .mod-index-btn-intern:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    border: 10px solid #04AA84;
  }
  .mod-index-btn-intern:hover img {
    transform: scale(1.05);
  }
  .mod-index-btn-intern ._inner {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-index-btn-intern ._btn-label {
    position: relative;
    width: 350px;
    height: 100px;
    background: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #3c3c3c;
  }
  .mod-index-btn-intern ._btn-label.is-icon:before {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    content: "";
    height: 15px;
    width: 15px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .block-index-staff {
    position: relative;
  }
  .block-index-staff ._row-header {
    background: linear-gradient(90deg, #caf8fa 0%, #0072a5 100%);
    padding: 20px 0 120px;
  }
  .block-index-staff ._row-header ._btn-label {
    margin: 0 auto;
    width: 310px;
    height: 100px;
    background: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #3c3c3c;
    position: relative;
  }
  .block-index-staff ._row-header ._btn-label:before {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    content: "";
    height: 15px;
    width: 15px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .block-index-staff ._row-body {
    margin-top: -100px;
  }
  .block-index-staff-list li {
    margin: 0 10px;
  }
  .block-index-staff-list img {
    width: 100%;
  }
  .block-index-staff-list ._item {
    background: #fff;
    display: block;
    transition-duration: 0.2s;
  }
  .block-index-staff-list ._item:hover ._image img {
    transform: scale(1.1);
  }
  .block-index-staff-list ._item ._image div {
    overflow: hidden;
  }
  .block-index-staff-list ._item ._image div img {
    transition-duration: 0.2s;
  }
  .block-index-staff-list ._item ._texts {
    padding: 20px 20px 0px 20px;
    text-align: center;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
  }
  .block-index-staff-list ._item ._job {
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 18px;
    background: #000;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 27px;
    text-align: center;
    color: #fff;
  }
  .block-index-staff-list ._item ._job.is-S {
    font-size: 11px;
    line-height: 1.2;
  }
  .block-index-staff-list ._item ._name {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    color: #000;
    text-align: left;
  }
  .block-index-staff-list ._item ._state {
    color: #3C3C3C;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding-left: 10px;
    margin-left: 10px;
  }
  .block-index-recruit {
    padding: 80px 0;
    position: relative;
  }
  .block-index-recruit ._row-body {
    height: 460px;
    background: url(/images/index/recruit/bg.jpg) left top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-index-recruit ._items {
    display: flex;
    flex-wrap: wrap;
  }
  .block-index-recruit ._items li {
    width: calc(33.33% - 20px);
    margin-left: 30px;
  }
  .block-index-recruit ._items li:nth-child(3n+1) {
    margin-left: 0;
  }
  .block-index-recruit ._items li:nth-child(n+4) {
    margin-top: 30px;
  }
  .block-index-recruit ._items li ._item {
    display: flex;
    position: relative;
    height: 90px;
    background: #fff;
  }
  .block-index-recruit ._items li ._item ._image {
    width: 90px;
    height: 90px;
    background: linear-gradient(#146097 0%, #009970 100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-index-recruit ._items li ._item ._image img {
    width: 70px;
    height: 70px;
  }
  .block-index-recruit ._items li ._item ._texts {
    flex: 1;
    padding: 20px;
    display: flex;
    transition-duration: 0.2s;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .block-index-recruit ._items li ._item ._texts:hover {
    opacity: 0.8;
  }
  .block-index-recruit ._items li ._item ._texts ._t1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    font-weight: normal;
  }
  .block-index-recruit ._items li ._item ._texts:before {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    content: "";
    height: 15px;
    width: 15px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .block-index-talk {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 960px;
  }
  .block-index-talk img {
    width: 100%;
  }
  .block-index-talk:before {
    content: "";
    display: block;
    position: absolute;
    top: 80px;
    left: -100px;
    width: 100%;
    height: 100%;
    background: #BEEBEB;
  }
  .block-index-talk ._btns {
    transform: translate(-30px, 0);
  }
  .block-index-career {
    padding: 80px 0;
  }
  .block-index-qr {
    padding: 20px 0;
    text-align: center;
  }
  .block-index-qr img {
    width: 176px;
  }
  .block-index-qr p {
    font-size: 15px;
  }
  .block-keyword-mark {
    width: 160px;
    height: 160px;
    background: #fff;
    color: #333;
    line-height: 1;
    text-align: center;
  }
  .block-keyword-mark span {
    display: block;
    font-weight: bold;
  }
  .block-keyword-mark span:nth-child(1) {
    font-size: 24px;
  }
  .block-keyword-mark span:nth-child(2) {
    font-size: 120px;
  }
  .block-keyword-01 {
    padding: 80px 0;
    position: relative;
  }
  .block-keyword-01 ._row-header {
    position: relative;
  }
  .block-keyword-01 ._row-header img {
    width: 100%;
  }
  .block-keyword-01 ._row-header ._texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-keyword-01 ._row-header ._texts ._no {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .block-keyword-01 ._row-header ._texts h2 {
    background: rgba(108, 152, 193, 0.4);
    border: 4px solid #fff;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    line-height: 1.2;
    padding: 20px 30px;
  }
  .block-keyword-01 ._row-body {
    position: relative;
    margin-top: -100px;
    padding: 80px 140px;
    background: #fff;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.06));
  }
  .block-keyword-01 ._row-body ._title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
  }
  .block-keyword-01 ._row-body ._inner {
    width: 740px;
    margin: 0 auto;
  }
  .block-keyword-01 ._row-body ._image {
    padding: 20px;
    text-align: center;
  }
  .block-keyword-main {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
  }
  .block-keyword-main.is-02 ._texts {
    top: 0px;
    left: 0px;
    width: 1080px;
    bottom: 0px;
  }
  .block-keyword-main.is-02 ._no {
    left: 0;
  }
  .block-keyword-main.is-02 ._row-header {
    margin-left: calc(50% - 540px);
  }
  .block-keyword-main.is-02 ._row-body {
    color: #333;
  }
  .block-keyword-main.is-02 ._row-body:before {
    left: -1000px;
    right: 0px;
  }
  .block-keyword-main.is-03 ._texts {
    top: 0px;
    right: 0px;
    width: 1080px;
    bottom: 0px;
  }
  .block-keyword-main.is-03 ._no {
    right: 0;
  }
  .block-keyword-main.is-03 .block-keyword-mark {
    color: #04C372;
  }
  .block-keyword-main.is-03 ._row-header {
    margin-right: calc(50% - 540px);
  }
  .block-keyword-main.is-03 ._row-header ._texts h2 {
    background: rgba(19, 142, 175, 0.4);
  }
  .block-keyword-main.is-03 ._row-body:before {
    left: 0;
    right: -1000px;
    background: #04C372;
  }
  .block-keyword-main.is-04 ._texts {
    top: 0px;
    left: 0px;
    width: 1080px;
    bottom: 0px;
  }
  .block-keyword-main.is-04 ._no {
    left: 0;
  }
  .block-keyword-main.is-04 .block-keyword-mark {
    color: #9F3D24;
  }
  .block-keyword-main.is-04 ._row-header {
    margin-left: calc(50% - 540px);
  }
  .block-keyword-main.is-04 ._row-header ._texts h2 {
    background: rgba(159, 61, 36, 0.4);
  }
  .block-keyword-main.is-04 ._row-body:before {
    left: -1000px;
    right: 0px;
    background: #9F3D24;
  }
  .block-keyword-main.is-05 ._texts {
    top: 0px;
    right: 0px;
    width: 1080px;
    bottom: 0px;
  }
  .block-keyword-main.is-05 ._no {
    right: 0;
  }
  .block-keyword-main.is-05 .block-keyword-mark {
    color: #1986D6;
  }
  .block-keyword-main.is-05 ._row-header {
    margin-right: calc(50% - 540px);
  }
  .block-keyword-main.is-05 ._row-header ._texts h2 {
    background: rgba(25, 134, 214, 0.4);
  }
  .block-keyword-main.is-05 ._row-body:before {
    left: 0;
    right: -1000px;
    background: #1986D6;
  }
  .block-keyword-main ._row-header {
    position: relative;
  }
  .block-keyword-main ._row-header img {
    width: 100%;
  }
  .block-keyword-main ._row-header ._image {
    position: relative;
    z-index: 10;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.05);
  }
  .block-keyword-main ._row-header ._texts {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .block-keyword-main ._row-header ._texts ._no {
    position: absolute;
    top: 0px;
    z-index: 20;
  }
  .block-keyword-main ._row-header ._texts h2 {
    background: rgba(51, 51, 51, 0.4);
    border: 4px solid #fff;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    line-height: 1.2;
    padding: 20px 30px;
    text-align: center;
  }
  .block-keyword-main ._row-body {
    position: relative;
    margin-top: -100px;
    padding: 160px 0 80px 0;
    color: #fff;
  }
  .block-keyword-main ._row-body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: #eee;
    z-index: -1;
  }
  .block-keyword-main ._row-body ._title {
    margin-top: 60px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
  }
  .block-keyword-main ._row-body ._note {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }
  .block-keyword-main ._row-body ._inner {
    width: 740px;
    margin: 0 auto;
  }
  .block-keyword-main ._row-body ._image {
    padding: 20px;
    text-align: center;
  }
  .block-keyword-main ._items02 {
    display: flex;
    flex-wrap: wrap;
    width: 940px;
    margin: 0 auto 40px auto;
  }
  .block-keyword-main ._items02 > * {
    width: calc(33.33% - 13.33px);
    margin-left: 20px;
  }
  .block-keyword-main ._items02 > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .block-keyword-main ._items02 > *:nth-child(n+4) {
    margin-top: 20px;
  }
  .block-keyword-main ._items02 ._item ._im {
    text-align: center;
  }
  .block-keyword-main ._items02 ._item ._te {
    text-align: center;
    line-height: 1.2;
  }
  .block-keyword-main ._items02 ._item ._te ._t1 {
    font-size: 20px;
  }
  .block-keyword-main ._items02 ._item ._te ._t2 {
    margin-top: 10px;
    font-size: 36px;
  }
  .block-keyword-main ._items02 ._item ._te ._t3 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
  }
  .block-keyword-main ._items02 ._item ._te ._t3 span {
    font-size: 70px;
  }
  .block-keyword-main ._items05 {
    display: flex;
    justify-content: center;
  }
  .block-keyword-main ._items05 > * {
    padding-top: 20px;
  }
  .block-keyword-main ._items05 > *.is-wide {
    padding-top: 0px;
  }
  .block-keyword-main ._items05 ._item {
    margin: 0 10px;
  }
  .block-keyword-main ._items05 ._item ._im {
    text-align: center;
  }
  .block-keyword-main ._items05 ._item ._te {
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .block-keyword-main ._items05 ._item ._te ._t2 {
    margin-top: 10px;
    font-size: 28px;
  }
  .block-keyword-main ._items05 ._item ._te ._t3 {
    margin-top: 10px;
    font-size: 20px;
  }
  .block-keyword-main ._items05 ._item ._te.is-wide ._t1 {
    font-size: 20px;
  }
  .block-keyword-main ._items05 ._item ._te.is-wide ._t2 {
    font-size: 36px;
  }
  .block-keyword-main ._items05 ._item ._te.is-wide ._t3 {
    font-size: 20px;
  }
  .block-message-mv {
    position: relative;
  }
  .block-message-mv img {
    width: 100%;
  }
  .block-message-mv ._image {
    margin: 0 30px;
  }
  .block-message-mv ._box {
    position: absolute;
    top: 10px;
    left: 0px;
    bottom: 0;
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .block-message-mv ._box ._box-in {
    background: #146097;
    width: 540px;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .block-message-mv ._box ._title {
    line-height: 1.6;
  }
  .block-message-mv ._box ._title h1 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
  }
  .block-message-mv ._box ._title span {
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .block-message-mv ._box ._t1 {
    margin-top: 40px;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .block-message-mv ._box ._t2 {
    width: 80%;
    margin-top: 40px;
    text-align: right;
  }
  .block-message-mv ._box ._t2 span {
    display: block;
    line-height: 2;
  }
  .block-message-mv ._box ._t2 span:nth-child(1) {
    font-weight: normal;
    font-size: 20px;
  }
  .block-message-mv ._box ._t2 span:nth-child(2) {
    font-weight: bold;
    font-size: 24px;
  }
  .block-message-mv ._box ._t2 span:nth-child(3) {
    font-size: 14px;
  }
  .block-message-main {
    overflow: hidden;
    padding: 120px 0 40px;
    position: relative;
  }
  .block-message-main ._row-header {
    text-align: center;
  }
  .block-message-main ._row-header h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    color: #333;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #888;
  }
  .block-message-main ._row-body {
    margin-top: 80px;
    position: relative;
  }
  .block-message-main ._row-body img {
    width: 100%;
  }
  .block-message-main ._row-body.is-left {
    display: flex;
  }
  .block-message-main ._row-body.is-left ._image {
    position: relative;
    width: 450px;
  }
  .block-message-main ._row-body.is-left ._image img {
    position: absolute;
    top: 0px;
    left: -100px;
    width: 550px;
  }
  .block-message-main ._row-body.is-left ._texts {
    padding-left: 60px;
    flex: 1;
  }
  .block-message-main ._row-body.is-right {
    display: flex;
    flex-direction: row-reverse;
  }
  .block-message-main ._row-body.is-right ._image {
    position: relative;
    width: 450px;
  }
  .block-message-main ._row-body.is-right ._image img {
    position: absolute;
    top: 0px;
    width: 550px;
  }
  .block-message-main ._row-body.is-right ._texts {
    flex: 1;
    padding-right: 60px;
  }
  .block-message-main ._row-footer {
    margin-top: 40px;
  }
  .block-message-main .mod-doc p {
    font-size: 18.5px;
  }
  .block-movie-mv {
    position: relative;
    padding: 0 0 70px 0;
  }
  .block-movie-mv img {
    width: 100%;
    object-fit: cover;
  }
  .block-movie-mv:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 62vw;
    height: 171px;
    background: #f4f4f4;
  }
  .block-movie-mv ._image {
    margin-left: 32vw;
  }
  .block-movie-mv ._texts {
    position: absolute;
    top: 110px;
    left: 13vw;
  }
  .block-movie-mv ._texts p {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.1;
    letter-spacing: 0.06em;
    color: #385c8d;
  }
  .block-movie-mv ._texts h1 {
    margin-top: 10px;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #212121;
  }
  .block-movie-lead {
    padding: 50px 0;
    text-align: center;
  }
  .block-movie-lead p {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #212121;
  }
  .block-movie-main ._row-condition {
    background: #f4f4f4;
    padding: 50px 0;
  }
  .block-movie-main ._row-condition ._row-header h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #385c8d;
  }
  .block-movie-main ._row-condition ._row-body {
    margin-top: 40px;
  }
  .block-movie-main ._row-condition ._btns {
    margin-top: 50px;
    text-align: right;
  }
  .block-movie-main ._row-list {
    padding: 80px 0;
  }
  .mod-movie-table {
    border-top: 1px solid #D3D3D3;
  }
  .mod-movie-table tr {
    border-bottom: 1px solid #D3D3D3;
  }
  .mod-movie-table th {
    padding: 55px 0;
    width: 150px;
  }
  .mod-movie-table td {
    padding: 50px 0;
  }
  .mod-movie-btn-reset {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #385c8d;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #385c8d;
  }
  .mod-movie-filter-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .mod-movie-filter-items ._item {
    display: block;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #212121;
    border: 1px solid #212121;
    border-radius: 5px;
    padding: 7px 20px;
    cursor: pointer;
  }
  .mod-movie-filter-items ._item.is-current {
    background: #385C8D;
    border: none;
    color: #fff;
  }
  .mod-movie-items {
    min-height: 750px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  .mod-movie-items > li {
    min-height: 50px;
    width: calc(33.33% - 34px);
  }
  .mod-movie-item {
    line-height: 1.8;
    transition-duration: 0.2s;
  }
  .mod-movie-item:hover {
    opacity: 0.8;
  }
  .mod-movie-item:hover img {
    transform: scale(1.05);
  }
  .mod-movie-item ._title {
    position: relative;
    background: #385C8D;
    color: #fff;
    padding: 0 10px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    margin-left: 20px;
    z-index: 5;
  }
  .mod-movie-item ._title b {
    font-size: 25px;
  }
  .mod-movie-item ._name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #212121;
  }
  .mod-movie-item ._tag {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #a6a6a6;
  }
  .mod-movie-item ._item-image {
    margin-top: -10px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #ddd;
    position: relative;
  }
  .mod-movie-item ._item-image img {
    width: 100%;
    transition-duration: 0.2s;
  }
  .mod-movie-item ._item-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/movie/arrow.png) left top no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
  }
  .mod-movie-item ._item-texts {
    margin-top: 10px;
  }
  .block-job-list {
    margin: 0 30px;
    position: relative;
  }
  .block-job-list > ._cols {
    display: flex;
    position: relative;
  }
  .block-job-list > ._cols.is-left {
    flex-direction: row-reverse;
  }
  .block-job-list > ._cols > ._image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
  }
  .block-job-list > ._cols > ._image > div {
    padding: 70px 90px;
  }
  .block-job-list > ._cols > ._image ._list {
    margin-top: 20px;
  }
  .block-job-list > ._cols > ._image ._title {
    border-radius: 30px;
    background: #a34f30;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: center;
    padding: 7px;
    color: #fff;
  }
  .block-job-list > ._cols > ._texts {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
  }
  .block-job-list > ._cols > ._texts > div {
    padding: 70px 90px;
  }
  .block-job-list > ._cols > ._texts ._t1 {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: #fff;
    text-align: center;
  }
  .block-job-list > ._cols > ._texts ._t2 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
  }
  .block-job-list > ._cols > ._texts ._icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    height: 200px;
  }
  .block-job-list > ._cols > ._texts ._icon img {
    width: 100%;
  }
  .block-job-list-list {
    display: flex;
    flex-wrap: wrap;
    transition-duration: 0.2s;
  }
  .block-job-list-list > * {
    width: calc(50% - 7.5px);
    margin-left: 10px;
  }
  .block-job-list-list > *:nth-child(2n+1) {
    margin-left: 0;
  }
  .block-job-list-list > *:nth-child(n+3) {
    margin-top: 10px;
  }
  .block-job-list-list a._item:hover ._image img {
    transform: scale(1.1);
  }
  .block-job-list-list a._item {
    transition-duration: 0.2s;
    cursor: pointer;
  }
  .block-job-list-list a._item:hover {
    opacity: 0.8;
  }
  .block-job-list-list ._item {
    display: block;
  }
  .block-job-list-list ._item ._image div {
    overflow: hidden;
  }
  .block-job-list-list ._item ._image div img {
    transition-duration: 0.2s;
    width: 100%;
  }
  .block-job-list-list ._item ._texts {
    background: #fff;
    padding: 15px 0 15px 20px;
    text-align: center;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
  }
  .block-job-list-list ._item ._com {
    text-align: center;
    width: 100%;
  }
  .block-job-list-list ._item ._state {
    margin-left: 15px;
    color: #3C3C3C;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .block-job-list-list ._item ._name {
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #000;
    text-align: left;
  }
  .block-business-navi {
    margin-top: -60px;
    position: relative;
  }
  .block-business-navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-business-navi ul li:nth-child(1) a {
    border-radius: 15px 0 0 0;
  }
  .block-business-navi ul li:nth-child(2) a {
    border-radius: 0 15px 0 0;
  }
  .block-business-navi a {
    width: 310px;
    height: 95px;
    border-radius: 0px 20px 0px 0px;
    background: #F2EFEF;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 18px;
    text-align: center;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-business-navi a.is-current {
    background: #fff;
    color: #146097;
    font-weight: bold;
  }
  .block-business-navi a.is-current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
    height: 20px;
    background: #fff;
    z-index: 10;
  }
  .block-business-box {
    margin-top: 20px;
    position: relative;
  }
  .block-business-box ._box-inner {
    padding: 40px 60px 40px 60px;
  }
  .block-business-evolution-main ._h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    color: #146097;
    margin: 20px;
  }
  .block-business-evolution-main ._h3 {
    margin-top: 40px;
    font-weight: bold;
    font-size: 25px;
    padding: 15px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
  }
  .block-business-evolution-main ._image img {
    width: 100%;
  }
  .block-business-evolution-main ._rect {
    position: relative;
    width: 800px;
    margin: 0 auto;
  }
  .block-business-evolution-main ._rect ._btn a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .block-business-evolution-main ._rect .is-1 {
    position: absolute;
    top: 0.71%;
    left: 31.87%;
    width: 36.12%;
    height: 25%;
  }
  .block-business-evolution-main ._rect .is-2 {
    position: absolute;
    top: 27.61%;
    left: 1.25%;
    width: 35.5%;
    height: 23.8%;
  }
  .block-business-evolution-main ._rect .is-3 {
    position: absolute;
    top: 28.33%;
    left: 62.87%;
    width: 36.12%;
    height: 22.85%;
  }
  .block-business-evolution-main ._rect .is-4 {
    position: absolute;
    top: 73.57%;
    left: 24.5%;
    width: 25%;
    height: 23.8%;
  }
  .block-business-evolution-main ._rect .is-5 {
    position: absolute;
    top: 73.57%;
    left: 49.75%;
    width: 25%;
    height: 23.8%;
  }
  .block-business-evolution-main ._points {
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
  }
  .block-business-evolution-main ._points ul {
    display: flex;
    flex-wrap: wrap;
  }
  .block-business-evolution-main ._points ul > * {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    width: calc(33.33% - 13.33px);
    margin-left: 20px;
  }
  .block-business-evolution-main ._points ul > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .block-business-evolution-main ._points ul > *:nth-child(n+4) {
    margin-top: 20px;
  }
  .block-business-evolution-main ._points ._item {
    display: flex;
    position: relative;
  }
  .block-business-evolution-main ._points ._item ._texts ._t1 {
    text-align: right;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 60px;
    color: #146097;
  }
  .block-business-evolution-main ._points ._item ._texts ._t1 span {
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    color: #146097;
  }
  .block-business-evolution-main ._points ._item ._texts ._t2 {
    font-size: 16px;
    line-height: 32px;
  }
  .block-business-evolution-main ._graph {
    padding: 40px;
    text-align: center;
  }
  .block-business-evolution-main ._h2b {
    margin-top: 40px;
    height: 50px;
    background: rgba(190, 235, 235, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: relative;
  }
  .block-business-evolution-main ._h2b span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }
  .block-business-evolution ._cols {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .block-business-evolution ._cols ._keep {
    width: 580px;
  }
  .block-business-evolution ._cols ._social {
    width: 320px;
  }
  .block-business-evolution ._cols ._social ._h2 {
    border-bottom: 4px solid #009970;
  }
  .block-business-evolution .is-col1 {
    color: #146097;
  }
  .block-business-evolution .is-col2 {
    color: #009970;
  }
  .block-business-evolution ._h2 {
    border-bottom: 4px solid #146097;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
  }
  .block-business-evolution ._h2 h2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .block-business-evolution ._h2 span {
    font-size: 16px;
    line-height: 1;
    color: #707070;
  }
  .block-business-evolution ._items li {
    border-bottom: 1px solid #146097;
  }
  .block-business-evolution ._items ._item {
    padding: 50px 0;
    display: flex;
    position: relative;
  }
  .block-business-evolution ._items ._item ._yyyy {
    width: 140px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .block-business-evolution ._items ._item ._yyyy b {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-align: left;
    color: #707070;
  }
  .block-business-evolution ._items ._item ._texts {
    flex: 1;
  }
  .block-business-evolution ._items ._item ._texts {
    line-height: 1.8;
  }
  .block-business-evolution ._items ._item ._texts ._event {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: #3c3c3c;
  }
  .block-business-evolution ._items ._item ._texts ._event + ._event {
    margin-top: 30px;
  }
  .block-business-evolution ._items ._item ._texts ._event.is-link {
    position: relative;
    color: #146097;
    cursor: pointer;
    padding-right: 70px;
  }
  .block-business-evolution ._items ._item ._texts ._event.is-link:hover {
    text-decoration: underline;
  }
  .block-business-evolution ._items ._item ._texts ._event.is-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/images/business/evolution/icon.png) left top no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
  }
  .block-business-evolution ._items2 li {
    border-bottom: 1px solid #009970;
  }
  .block-business-evolution ._items2 ._item {
    padding: 50px 0;
    color: #009970;
  }
  .block-business-evolution ._items2 ._item ._yyyy {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 28px;
    line-height: 1.4;
    text-align: left;
  }
  .block-business-evolution ._items2 ._item ._texts {
    line-height: 1.8;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
  }
  .block-business-evolution ._image {
    padding: 40px;
    text-align: center;
  }
  .block-business-evolution ._h2b {
    height: 50px;
    background: rgba(190, 235, 235, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: relative;
  }
  .block-business-evolution ._h2b span {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  body.page-staff-sub {
    background: #F7F4F4;
  }
  .block-staff-index-list {
    padding: 140px 0;
  }
  .block-staff-index-list ._texts,
  .block-staff-index-list li {
    background: #F7F4F4 !important;
  }
  .block-staff-index-list ._texts._empty,
  .block-staff-index-list li._empty {
    background: #fff !important;
  }
  .block-staff-mv {
    color: #38677C;
    position: relative;
    padding: 50px 0 0 0;
  }
  .block-staff-mv img {
    width: 100%;
  }
  .block-staff-mv:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 30px;
    background: #c9e2ed;
  }
  .block-staff-mv ._image {
    position: relative;
    margin-left: calc(50% - 200px);
  }
  .block-staff-mv ._image img {
    width: 100%;
  }
  .block-staff-mv .block-inner {
    position: relative;
    height: 100%;
  }
  .block-staff-mv ._texts {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .block-staff-mv ._texts ._job {
    width: 310px;
    padding: 10px;
    border-radius: 21px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-staff-mv ._texts ._messe {
    margin-top: 20px;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #38677c;
    text-shadow: 3px 3px 6px #fff;
  }
  .block-staff-mv ._texts ._box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px 0px 20px 20px;
    border-radius: 18px;
    background: #fff;
    width: 310px;
  }
  .block-staff-mv ._texts ._box ._name {
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
    color: #38677c;
  }
  .block-staff-mv ._texts ._box ._t2 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
  }
  .block-staff-step {
    margin-top: 40px;
  }
  .block-staff-step ._title {
    font-weight: bold;
    font-size: 36px;
    color: #38677c;
  }
  .block-staff-step ul {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .block-staff-step ul:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #38677c;
  }
  .block-staff-step ul:before {
    content: "";
    position: absolute;
    top: 21px;
    right: -12px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 10px solid #38677c;
    transform: scale(1, 0.7);
  }
  .block-staff-step ul li {
    margin: 0 20px 0 0;
    position: relative;
    flex: 1;
  }
  .block-staff-step ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    left: 10px;
    width: 10px;
    height: 10px;
    background: #38677c;
    border-radius: 50%;
  }
  .block-staff-step ul li p:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #38677c;
  }
  .block-staff-step ul li p:nth-child(2) {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .block-satff-inteview {
    position: relative;
    margin: 40px 30px 30px 30px;
  }
  .block-satff-inteview ._texts ._set + ._set {
    margin-top: 50px;
  }
  .block-satff-inteview ._texts ._m {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    padding: 20px 0 20px 60px;
    color: #38677c;
    background: url(/images/work/staff/common/deco1.png) left 50% no-repeat;
    margin: 10px -20px 10px 0;
  }
  .block-satff-inteview ._texts ._note {
    font-size: 16px;
  }
  .block-satff-inteview.is-layout-A ._title {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .block-satff-inteview.is-layout-A ._title img {
    transform: translate(-50%, 0);
  }
  .block-satff-inteview.is-layout-A ._item {
    margin-top: -40px;
    position: relative;
  }
  .block-satff-inteview.is-layout-A ._item ._image {
    position: absolute;
    top: 5vw;
    left: 0px;
    width: 43%;
  }
  .block-satff-inteview.is-layout-A ._item ._image img {
    width: 100%;
  }
  .block-satff-inteview.is-layout-A ._item ._texts {
    margin-left: 40%;
  }
  .block-satff-inteview.is-layout-A ._item ._texts {
    background: #fff;
    padding: 80px 80px 80px 100px;
  }
  .block-satff-inteview.is-layout-B {
    padding-bottom: 100px;
  }
  .block-satff-inteview.is-layout-B ._item {
    position: relative;
  }
  .block-satff-inteview.is-layout-B ._item ._image {
    position: absolute;
    bottom: -100px;
    right: 0px;
    width: 50vw;
  }
  .block-satff-inteview.is-layout-B ._item ._image img {
    width: 100%;
  }
  .block-satff-inteview.is-layout-B ._item ._texts {
    position: relative;
    z-index: 1;
    margin-right: 40vw;
  }
  .block-satff-inteview.is-layout-B ._item ._texts {
    background: #fff;
    padding: 100px 80px 80px 80px;
  }
  .block-satff-photo {
    margin: 100px 30px;
  }
  .block-satff-photo img {
    width: 100%;
  }
  .block-staff-footer {
    margin-top: 120px;
    background: linear-gradient(90deg, #caf8fa 0%, #0072a5 100%);
    padding: 120px 0;
    position: relative;
  }
  .block-staff-footer ._state {
    display: none;
  }
  .block-staff-list {
    display: flex;
    flex-wrap: wrap;
  }
  .block-staff-list > * {
    width: calc(25% - 7.5px);
    margin-left: 10px;
  }
  .block-staff-list > *:nth-child(4n+1) {
    margin-left: 0;
  }
  .block-staff-list > *:nth-child(n+5) {
    margin-top: 10px;
  }
  .block-staff-list ._item {
    display: block;
    transition-duration: 0.2s;
  }
  .block-staff-list ._item:hover ._image img {
    transform: scale(1.1);
  }
  .block-staff-list ._item:hover {
    opacity: 0.8;
  }
  .block-staff-list ._item ._image div {
    overflow: hidden;
  }
  .block-staff-list ._item ._image div img {
    width: 100%;
    transition-duration: 0.2s;
  }
  .block-staff-list ._item ._texts {
    background: #fff;
    padding: 40px 20px 30px 20px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  .block-staff-list ._item ._job {
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 18px;
    background: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .block-staff-list ._item ._job.is-S {
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 5px;
  }
  .block-staff-list ._item ._state {
    margin-top: 20px;
    color: #3C3C3C;
    font-size: 24px;
    line-height: 1.5;
  }
  .block-staff-list ._item ._name {
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 0.05em;
    line-height: 27px;
    text-align: center;
    color: #000;
  }
  .block-talk-mv {
    position: relative;
    margin: 0 30px;
  }
  .block-talk-mv .block-inner {
    position: relative;
  }
  .block-talk-mv ._image img {
    width: 100%;
  }
  .block-talk-mv .block-inner {
    height: 100%;
  }
  .block-talk-mv ._box {
    width: 780px;
    margin: 0 auto;
    margin-top: -280px;
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 0;
  }
  .block-talk-mv ._box ._t1 {
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    color: #146097;
  }
  .block-talk-mv ._box ._t2 {
    margin-top: 40px;
    text-align: center;
  }
  .block-talk-mv ._box ._t2 h1 {
    display: block;
    width: 280px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .block-talk-mv ._box ._t3 {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 1.8;
  }
  .block-talk-lead {
    padding: 50px 0 20px 0;
  }
  .block-talk-lead p {
    text-align: center;
  }
  .block-talk-prof {
    padding: 50px 0 20px 0;
    position: relative;
  }
  .block-talk-prof ._items {
    display: flex;
  }
  .block-talk-prof ._items > * {
    flex: 1;
  }
  .block-talk-prof ._item {
    background: #F2EFEF;
    position: relative;
  }
  .block-talk-prof ._item ._image img {
    width: 100%;
  }
  .block-talk-prof ._item ._title {
    background: #888;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .block-talk-prof ._item ._texts {
    line-height: 1.8;
    padding: 10px 20px 20px 20px;
  }
  .block-talk-prof ._item ._texts ._t1 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
  }
  .block-talk-prof ._item ._texts ._t2 {
    line-height: 1.85;
    text-align: center;
  }
  .block-talk-menu {
    padding: 40px 0;
    position: relative;
  }
  .block-talk-menu ._row-header h2 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #146097;
  }
  .block-talk-menu ._row-body {
    margin-top: 40px;
  }
  .block-talk-menu ._items {
    display: flex;
    border-left: 1px solid rgba(20, 96, 151, 0.2);
  }
  .block-talk-menu ._items > * {
    flex: 1;
    border-right: 1px solid rgba(20, 96, 151, 0.2);
  }
  .block-talk-menu ._item {
    display: block;
    position: relative;
    padding: 20px 0 60px 0;
    position: relative;
  }
  .block-talk-menu ._item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-top: 10px solid #146097;
    transform: translate(-50%, 0);
  }
  .block-talk-menu ._item ._t1 {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    background: rgba(20, 96, 151, 0.1);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 42px;
    text-align: center;
    color: #146097;
    border-radius: 50%;
  }
  .block-talk-menu ._item ._t2 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #146097;
  }
  .block-talk-main {
    overflow: hidden;
    padding: 60px 0;
    position: relative;
  }
  .block-talk-main.is-left ._image {
    margin-right: 120px;
    margin-left: -140px;
  }
  .block-talk-main.is-right ._image {
    margin-left: 120px;
    margin-right: -140px;
  }
  .block-talk-main.is-col2 {
    text-align: right;
  }
  .block-talk-main.is-col2 ._title-wrap {
    margin-left: auto;
  }
  .block-talk-main.is-col2 ._box:before {
    background: #D5F4FA;
  }
  .block-talk-main ._box {
    position: relative;
  }
  .block-talk-main ._box:before {
    content: "";
    display: block;
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #f3f4de;
    z-index: -1;
  }
  .block-talk-main ._image img {
    width: 100%;
  }
  .block-talk-main ._title {
    position: relative;
    margin-top: -60px;
    padding: 30px 60px 30px 50px;
    background: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #146097;
    display: inline-flex;
    align-items: center;
  }
  .block-talk-main ._title span:nth-child(1) {
    font-size: 50px;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #146097;
  }
  .block-talk-main ._title span:nth-child(2) {
    font-size: 32px;
  }
  .block-talk-main ._body {
    padding: 80px 120px;
  }
  .block-talk-photo {
    margin-top: 80px;
  }
  .block-talk-photo img {
    width: 100%;
  }
  .block-enviroment-kenshu-main ._image {
    margin-top: 40px;
  }
  .block-enviroment-kenshu-main ._image img {
    width: 100%;
  }
  .block-enviroment-kenshu-main ._box {
    margin: 40px 0 20px 0;
    background: #fff;
    padding: 40px 60px;
  }
  .block-enviroment-kenshu-main ._box ._title {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #146097;
  }
  .block-enviroment-kenshu-main ._box p {
    margin-top: 10px;
  }
  .block-enviroment-kenshu-main ._box ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .block-enviroment-kenshu-main ._box ul li {
    width: calc(50% - 7.5px);
    margin-left: 15px;
    padding: 5px 5px 5px 20px;
    position: relative;
  }
  .block-enviroment-kenshu-main ._box ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .block-enviroment-kenshu-main ._box ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .block-enviroment-kenshu-main ._box ul li:before {
    position: absolute;
    top: 4px;
    left: 0px;
    content: "・ ";
  }
  .block-enviroment-kenshu-photos {
    margin: 80px auto;
    width: 80vw;
    display: flex;
  }
  .block-enviroment-kenshu-photos img {
    width: 100%;
  }
  .block-enviroment-enviroment-main {
    padding: 80px 0;
    margin: 0 30px;
  }
  .block-enviroment-enviroment-main ._item + ._item {
    margin-top: 80px;
  }
  .block-enviroment-enviroment-main ._item.is-A ._box {
    background: #47a3e6;
  }
  .block-enviroment-enviroment-main ._item.is-A .is-col {
    color: #47a3e6;
  }
  .block-enviroment-enviroment-main ._item.is-B ._box {
    background: #07c390;
  }
  .block-enviroment-enviroment-main ._item.is-B .is-col {
    color: #07c390;
  }
  .block-enviroment-enviroment-main ._item ._box {
    height: 500px;
    border-radius: 20px 20px 0px 0px;
    color: #fff;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .block-enviroment-enviroment-main ._item ._box ._title {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    text-align: center;
  }
  .block-enviroment-enviroment-main ._item ._box ._title small {
    font-size: 24x;
    font-weight: normal;
  }
  .block-enviroment-enviroment-main ._item ._box ._no {
    position: absolute;
    top: 120px;
    bottom: 120px;
    left: 50%;
    border-left: 1px solid white;
  }
  .block-enviroment-enviroment-main ._item ._box ._no span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 52px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-enviroment-enviroment-main ._item ._box ._col {
    flex: 1;
    text-align: center;
  }
  .block-enviroment-enviroment-main ._item ._box ._col-sub {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-enviroment-enviroment-main ._item ._note {
    padding: 20px 0;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
  }
  .block-enviroment-enviroment-main ._text-set ._label {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
  }
  .block-enviroment-enviroment-main ._text-set ._label.is-mini {
    font-size: 32px;
    line-height: 1.6;
  }
  .block-enviroment-enviroment-main ._text-set ._num {
    margin-top: 20px;
    text-align: center;
  }
  .block-enviroment-enviroment-main ._text-set ._num ._l {
    display: inline-block;
    font-weight: bold;
    font-size: 120px;
    line-height: 1;
  }
  .block-enviroment-enviroment-main ._text-set ._num ._s {
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
  }
  .block-enviroment-walware-navi ul {
    display: flex;
  }
  .block-enviroment-walware-navi ul li {
    flex: 1;
  }
  .block-enviroment-walware-navi ul li a {
    display: block;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    transition-duration: 0.2s;
    position: relative;
  }
  .block-enviroment-walware-navi ul li a:hover {
    opacity: 0.8;
  }
  .block-enviroment-walware-navi ul li a.is-helth {
    background: #E6BA27;
  }
  .block-enviroment-walware-navi ul li a.is-child {
    background: #1E9ED3;
  }
  .block-enviroment-walware-navi ul li a.is-care {
    background: #68C77A;
  }
  .block-enviroment-walware-navi ul li a.is-life {
    background: #EFA438;
  }
  .block-enviroment-walware-navi ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    transform: scale(1.5, 2);
  }
  .block-enviroment-walware-main {
    margin: 0 30px;
    margin-top: 100px;
    position: relative;
  }
  .block-enviroment-walware-main + .block-enviroment-walware-main {
    margin-top: 120px;
  }
  .block-enviroment-walware-main img {
    width: 100%;
  }
  .block-enviroment-walware-main ._extra {
    margin-top: 30px;
  }
  .block-enviroment-walware-main.is-helth ._row-header {
    background: #E6BA27;
  }
  .block-enviroment-walware-main.is-helth ._title {
    border: 4px solid #E6BA27;
    color: #E6BA27;
  }
  .block-enviroment-walware-main.is-child ._row-header {
    background: #1E9ED3;
  }
  .block-enviroment-walware-main.is-child ._title {
    border: 4px solid #1E9ED3;
    color: #1E9ED3;
  }
  .block-enviroment-walware-main.is-care ._row-header {
    background: #68C77A;
  }
  .block-enviroment-walware-main.is-care ._title {
    border: 4px solid #68C77A;
    color: #68C77A;
  }
  .block-enviroment-walware-main.is-life ._row-header {
    background: #EFA438;
  }
  .block-enviroment-walware-main.is-life ._title {
    border: 4px solid #EFA438;
    color: #EFA438;
  }
  .block-enviroment-walware-main ._row-header {
    display: flex;
    background: #000;
    height: 175px;
  }
  .block-enviroment-walware-main ._row-header > div:nth-child(1) {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-enviroment-walware-main ._row-header > div:nth-child(2) {
    flex: 1;
  }
  .block-enviroment-walware-main ._row-header > div:nth-child(2) img {
    width: 100%;
    object-fit: cover;
    height: 175px;
  }
  .block-enviroment-walware-main ._row-header h2 {
    text-align: center;
    line-height: 1.8;
    color: #fff;
  }
  .block-enviroment-walware-main ._row-header h2 span {
    display: block;
  }
  .block-enviroment-walware-main ._row-header h2 span:nth-child(1) {
    font-size: 52px;
    font-weight: bold;
  }
  .block-enviroment-walware-main ._row-header h2 span:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
  }
  .block-enviroment-walware-main ._row-body {
    background: #f7f4f4;
    padding: 60px 120px;
  }
  .block-enviroment-walware-main ._items {
    display: flex;
    flex-wrap: wrap;
  }
  .block-enviroment-walware-main ._items > * {
    width: calc(50% - 5px);
    margin-left: 10px;
    background: #fff;
    padding: 40px;
  }
  .block-enviroment-walware-main ._items > *:nth-child(2n+1) {
    margin-left: 0;
  }
  .block-enviroment-walware-main ._items > *:nth-child(n+3) {
    margin-top: 10px;
  }
  .block-enviroment-walware-main ._item {
    display: flex;
    position: relative;
  }
  .block-enviroment-walware-main ._item ._title {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
  }
  .block-enviroment-walware-main ._item ._texts {
    flex: 1;
    margin: 0 0 0 30px;
  }
  .block-enviroment-walware-main ._item ._texts p {
    font-size: 20px;
    line-height: 32px;
  }
  .block-enviroment-walware-main ._box {
    margin-top: 40px;
    border-radius: 12px;
    background: #1e9ed3;
    padding: 20px;
  }
  .block-enviroment-walware-main ._box.is-life {
    background-color: #EFA438;
  }
  .block-enviroment-walware-main ._box.is-life ._body ._t1 {
    color: #EFA438 !important;
  }
  .block-enviroment-walware-main ._box ._box-header {
    color: #fff;
    text-align: center;
    padding: 15px;
  }
  .block-enviroment-walware-main ._box ._box-header ._t1 {
    font-size: 18px;
    text-align: center;
  }
  .block-enviroment-walware-main ._box ._box-header ._t2 {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
  }
  .block-enviroment-walware-main ._box ._box-body {
    border-radius: 12px;
    background: #fff;
    position: relative;
    padding: 50px;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof {
    position: absolute;
    top: -100px;
    left: 50px;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof ._prof-face {
    width: 204px;
    height: 200px;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof ._prof-text {
    margin-top: 20px;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof ._prof-text ._t1 {
    font-size: 30px;
    line-height: 1;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof ._prof-text ._t2 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
  }
  .block-enviroment-walware-main ._box ._box-body ._body {
    padding-left: 250px;
  }
  .block-enviroment-walware-main ._box ._box-body ._body ._t1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    color: #1e9ed3;
  }
  .block-enviroment-walware-main ._box ._box-body ._body p {
    margin-top: 20px;
  }
  .block-enviroment-walware-main ._box ._box-body ._body ._img {
    margin: 20px auto;
    width: 60%;
  }
  .block-recruit-flow-02 img {
    width: 100%;
  }
  .block-recruit-flow-02 ._image {
    text-align: center;
    margin: 20px;
  }
  .block-recruit-message-main {
    padding: 80px 0;
    max-width: 820px;
    margin: 0 auto;
  }
  .block-recruit-message-main ._title {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    color: #146097;
  }
  .block-recruit-message-main ._body {
    margin-top: 40px;
  }
  .block-recruit-message-main ._prof {
    margin-top: 40px;
    text-align: right;
  }
  .block-recruit-message-main ._prof ._t1 {
    font-size: 20px;
    line-height: 2;
    color: #3c3c3c;
  }
  .block-recruit-message-main ._prof ._t2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
  }
  .block-career-main {
    padding: 30px;
  }
  .block-career-main img {
    width: 100%;
  }
  .mod-career-main-mv {
    position: relative;
  }
  .mod-career-main-mv ._image {
    position: relative;
  }
  .mod-career-main-mv img {
    height: 400px;
    object-fit: cover;
  }
  .mod-career-main-mv ._texts {
    position: absolute;
    inset: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-career-main-mv ._texts ._texts-inner {
    background: #fff;
    padding: 50px;
    width: 450px;
    text-align: left;
    margin-right: 360px;
  }
  .mod-career-main-mv ._texts h1 {
    font-size: 24px;
    font-weight: bold;
    color: #146097;
    font-weight: 400;
  }
  .mod-career-main-mv ._texts ._lead {
    font-size: 24px;
    font-weight: bold;
    color: #146097;
    margin-top: 10px;
  }
  .block-career-lead {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .block-career-lead .block-inner {
    position: relative;
  }
  .block-career-lead p {
    font-size: 20px;
    line-height: 2;
  }
  .block-career-prof {
    position: relative;
  }
  .block-career-prof img {
    width: 100%;
  }
  .mod-career-prof-mv {
    position: relative;
    border-bottom: 5px solid #009970;
  }
  .mod-career-prof-mv ._image {
    position: relative;
  }
  .mod-career-prof-mv ._texts {
    position: absolute;
    bottom: 0px;
    left: max(0px,calc(50% - 540px));
  }
  .mod-career-prof-mv ._texts ._texts-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._copy {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._copy span {
    display: block;
    font-size: 30px;
    line-height: 1.01;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box {
    margin-top: 30px;
    display: flex;
    gap: 20px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-left {
    position: relative;
    padding-bottom: 30px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-left ._t1 {
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #146097;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-left ._t2 {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.5;
    color: #146097;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-right {
    position: relative;
    width: 240px;
    border-left: 1px solid #009970;
    padding-left: 20px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-right ._t3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #009970;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-right ._t4 {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.5;
    color: #009970;
  }
  .block-career-history {
    position: relative;
  }
  .block-career-history img {
    width: 100%;
  }
  .mod-career-history {
    position: relative;
    width: 1080px;
    height: 3600px;
  }
  .mod-career-history ._mainline {
    position: absolute;
    top: 0px;
    left: 450px;
    width: 180px;
    bottom: 0;
  }
  .mod-career-history ._mainline {
    background-color: #009970;
  }
  .mod-career-history ._year11 {
    position: absolute;
    top: 2219px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year10 {
    position: absolute;
    top: 2004px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year9 {
    position: absolute;
    top: 1789px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year8 {
    position: absolute;
    top: 1574px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year7 {
    position: absolute;
    top: 1359px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year6 {
    position: absolute;
    top: 1144px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year5 {
    position: absolute;
    top: 929px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year4 {
    position: absolute;
    top: 714px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year3 {
    position: absolute;
    top: 499px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year2 {
    position: absolute;
    top: 284px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year1 {
    position: absolute;
    top: 69px;
    left: 447px;
    width: 186px;
  }
  .mod-career-history ._year {
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    opacity: 0.5;
  }
  .mod-career-history ._year._event {
    opacity: 1;
  }
  .mod-career-history ._texts1 {
    position: absolute;
    top: 124px;
    left: 630px;
    width: 450px;
  }
  .mod-career-history ._texts3 {
    position: absolute;
    top: 984px;
    left: 630px;
    width: 450px;
  }
  .mod-career-history ._texts5 {
    position: absolute;
    top: 1843px;
    left: 630px;
    width: 450px;
  }
  .mod-career-history ._texts2 {
    position: absolute;
    top: 769px;
    left: 0px;
    width: 450px;
  }
  .mod-career-history ._texts4 {
    position: absolute;
    top: 1413px;
    left: 0px;
    width: 450px;
  }
  .mod-career-history ._texts6 {
    position: absolute;
    top: 2273px;
    left: 0px;
    width: 450px;
  }
  .mod-career-history ._texts7 {
    position: absolute;
    top: 2841px;
    left: 0px;
    width: 450px;
  }
  .mod-career-history-item {
    position: relative;
    margin-bottom: 30px;
  }
  .mod-career-history-item.is-left ._age {
    position: absolute;
    top: -65px;
    right: 25px;
  }
  .mod-career-history-item.is-left ._title {
    text-align: right;
    padding-right: 40px;
  }
  .mod-career-history-item.is-left ._in {
    padding: 20px 40px 0 0;
  }
  .mod-career-history-item.is-left:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -150px;
    height: 1px;
    background: #fff;
  }
  .mod-career-history-item.is-right ._age {
    position: absolute;
    top: -65px;
    left: 25px;
  }
  .mod-career-history-item.is-right ._title {
    padding-left: 40px;
  }
  .mod-career-history-item.is-right ._in {
    padding: 20px 0 0 40px;
  }
  .mod-career-history-item.is-right:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -150px;
    right: 0;
    height: 1px;
    background: #fff;
  }
  .mod-career-history-item ._age {
    font-size: 14px;
    line-height: 1;
    color: #009970;
  }
  .mod-career-history-item ._age b {
    font-size: 60px;
    font-weight: bold;
  }
  .mod-career-history-item ._title {
    background-color: #009970;
    font-weight: bold;
    font-size: 30px;
    padding: 12px 0;
    line-height: 1;
    text-align: left;
    color: #fff;
  }
  .mod-career-history-item ._lead {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    color: #009970;
  }
  .mod-career-history-item ._doc {
    margin-top: 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 2;
    text-align: left;
  }
  .mod-career-history-item ._image {
    margin-top: 20px;
  }
  .block-career-now {
    position: relative;
    padding: 0 0 100px 0;
  }
  .block-career-now:before {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: #009970;
  }
  .block-career-now img {
    width: 100%;
  }
  .block-career-now .block-inner {
    position: relative;
  }
  .block-career-now ._img {
    position: relative;
    margin-left: 22vw;
  }
  .block-career-now ._box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 450px;
    background-color: #009970;
    color: #fff;
  }
  .block-career-now ._box ._t1 {
    font-size: 75px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 0.7;
  }
  .block-career-now ._box ._t2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
    padding: 0 30px 0 0;
  }
  .block-talk2-mv {
    position: relative;
    padding-top: 50px;
  }
  .block-talk2-mv img {
    width: 100%;
  }
  .block-talk2-mv:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0 0 100px 0;
    background: #BEEBEB;
  }
  .block-talk2-mv ._image {
    position: relative;
    margin-left: calc(50vw - 250px);
  }
  .block-talk2-mv ._texts {
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .block-talk2-mv ._texts .block-inner {
    position: relative;
  }
  .block-talk2-mv ._texts .block-inner ._texts-inner {
    background: #fff;
    padding: 50px 100px 50px 50px;
    display: inline-block;
  }
  .block-talk2-mv ._texts .block-inner h1 {
    font-size: 24px;
    font-weight: bold;
    color: #146097;
    font-weight: normal;
  }
  .block-talk2-mv ._texts .block-inner ._lead {
    font-size: 24px;
    font-weight: bold;
    color: #146097;
    margin-top: 10px;
  }
  .block-talk2-lead {
    position: relative;
    padding: 10px 0 20px 0;
  }
  .block-talk2-lead .block-inner {
    position: relative;
    margin-top: 30px;
    padding-left: 290px;
  }
  .block-talk2-lead .block-inner ._t1 {
    font-size: 20px;
    line-height: 2;
    color: #3c3c3c;
  }
  .block-talk2-member {
    padding-top: 70px;
    padding-bottom: 50px;
    background: #F7F4F4;
  }
  .block-talk2-member img {
    width: 100%;
  }
  .block-talk2-member .block-inner {
    position: relative;
  }
  .block-talk2-member ._row-head {
    position: relative;
  }
  .block-talk2-member ._row-head .title-wai {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .block-talk2-member ._row-head .title-wai:before, .block-talk2-member ._row-head .title-wai:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #000;
  }
  .block-talk2-member ._row-head .title-wai h2 {
    font-size: 36px;
    line-height: 1.01;
  }
  .block-talk2-member ._row-body {
    position: relative;
    margin-top: 70px;
  }
  .mod-talk2-member-items {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  .mod-talk2-member-items li {
    width: calc((100% - 20px) / 3);
  }
  .mod-talk2-member-item {
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
  }
  .mod-talk2-member-item ._item-image {
    width: 100%;
  }
  .mod-talk2-member-item ._item-texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    margin-top: -60px;
  }
  .mod-talk2-member-item.is-B .job {
    background-color: #2EC368;
  }
  .mod-talk2-member-item.is-C .job {
    background-color: #A9E300;
  }
  .mod-talk2-member-item .job {
    font-size: 24px;
    line-height: 1.9;
    font-weight: bold;
    background: #F35318;
    text-align: center;
    color: #fff;
    border-radius: 50px;
  }
  .mod-talk2-member-item ._name {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #3c3c3c;
    text-align: center;
  }
  .block-talk2-talks {
    padding: 80px 0;
    display: flex;
    gap: 100px;
    flex-direction: column;
  }
  .block-talk2-talk img {
    width: 100%;
  }
  .block-talk2-talk .block-inner {
    position: relative;
  }
  .block-talk2-talk ._row-head {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #F7F4F4;
    padding: 35px;
    text-align: center;
  }
  .block-talk2-talk ._row-head ._en {
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
  }
  .block-talk2-talk ._row-head ._en p {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    background: #146097;
    border-radius: 50px;
    width: 240px;
  }
  .block-talk2-talk ._row-head h2 {
    margin-top: 17px;
    font-size: 36px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #3c3c3c;
  }
  .block-talk2-talk ._row-body {
    margin-top: 60px;
  }
  .block-talk2-talk ._row-img {
    margin-top: 60px;
  }
  .mod-talk2-talk-cols {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
  .mod-talk2-talk-cols.is-left {
    flex-direction: row-reverse;
  }
  .mod-talk2-talk-cols.is-left ._cols-image {
    width: 390px;
  }
  .mod-talk2-talk-cols.is-left ._cols-image ._img {
    position: relative;
    margin-right: min(0px,calc(-50vw + 540px));
  }
  .mod-talk2-talk-cols.is-left ._cols-texts {
    flex: 1;
  }
  .mod-talk2-talk-cols.is-right ._cols-image {
    width: 390px;
  }
  .mod-talk2-talk-cols.is-right ._cols-image ._img {
    position: relative;
    margin-left: min(0px,calc(-50vw + 540px));
  }
  .mod-talk2-talk-cols.is-right ._cols-texts {
    flex: 1;
  }
  .block-talk2-img {
    padding: 0 0 40px 0;
  }
  .block-talk2-img img {
    width: 100%;
  }
  .mod-talk2-talk {
    display: flex;
    gap: 35px;
    flex-direction: column;
  }
  .mod-talk2-talk ._talk {
    position: relative;
    display: flex;
    gap: 30px;
  }
  .mod-talk2-talk ._talk ._talk-face {
    width: 60px;
  }
  .mod-talk2-talk ._talk ._talk-texts {
    flex: 1;
  }
  .mod-talk2-talk ._talk ._talk-face {
    text-align: center;
  }
  .mod-talk2-talk ._talk ._talk-face img {
    width: 60px;
  }
  .mod-talk2-talk ._talk ._talk-face span {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
  }
  .mod-talk2-talk ._talk ._talk-face span.is-A {
    color: #F35318;
  }
  .mod-talk2-talk ._talk ._talk-face span.is-B {
    color: #2EC368;
  }
  .mod-talk2-talk ._talk ._talk-face span.is-C {
    color: #A9E300;
  }
  .mod-talk2-talk ._talk ._talk-texts p {
    font-size: 20px;
    line-height: 2;
  }
  .block-internship-warp {
    background-color: #CFF7E3;
  }
  .block-internship-mv {
    position: relative;
  }
  .block-internship-mv img {
    width: 100%;
  }
  .block-internship-mv:after {
    content: "";
    display: block;
    position: absolute;
    inset: 30px;
    border: 7px solid #04AA84;
  }
  .block-internship-mv ._image {
    padding: 110px 10px 0 calc(50vw - 320px);
  }
  .block-internship-mv ._en {
    position: absolute;
    top: 30px;
    left: 50px;
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #04aa84;
    font-style: italic;
  }
  .block-internship-mv ._en img {
    width: auto;
    height: 96px;
  }
  .block-internship-mv ._box {
    position: absolute;
    top: 150px;
    left: calc(50vw - 540px);
    padding: 50px;
    width: 360px;
    height: 162px;
    background: #fff;
    opacity: 0.9;
    display: flex;
    align-items: center;
  }
  .block-internship-mv h1 {
    font-size: 24px;
    font-weight: bold;
    color: #04AA84;
  }
  .block-internship-message {
    padding: 50px 0 80px 0;
  }
  .block-internship-message ._box {
    width: 940px;
    margin: 0 auto;
    margin-top: -20px;
    background-color: #fff;
    padding: 90px 150px;
  }
  .block-internship-message ._box p {
    font-size: 20px;
    line-height: 2;
    color: #3c3c3c;
    text-align: justify;
  }
  .block-internship-course img {
    width: 100%;
  }
  .block-internship-point {
    padding: 0 0 20px 0;
  }
  .block-internship-point.is-B ._row-title {
    background-color: #146097;
  }
  .block-internship-point ._row-title {
    padding: 50px 0 0 0;
    background-color: #04AA84;
    color: #fff;
  }
  .block-internship-point ._row-title ._t1 {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
  }
  .block-internship-point ._row-title ._t2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.66;
  }
  .block-internship-point ._row-body {
    padding: 30px 0 45px 0;
  }
  .block-internship-point ._row-body ._lead {
    font-size: 20px;
    text-align: center;
    line-height: 2;
    color: #3c3c3c;
  }
  .block-internship-point ._row-body ._coming {
    font-size: 20px;
    text-align: center;
    line-height: 2;
    color: #3c3c3c;
    padding: 30px 0 200px 0;
  }
  .block-internship-point ._row-body ._title {
    padding: 60px;
  }
  .mod-internship-point-items {
    display: flex;
    gap: 7px;
    flex-direction: column;
  }
  .mod-internship-point-item {
    position: relative;
    padding: 55px 120px 55px 60px;
    border: 5px solid #04AA84;
    display: flex;
    gap: 60px;
    overflow: hidden;
  }
  .mod-internship-point-item.is-B {
    border-color: #146096;
  }
  .mod-internship-point-item.is-B ._item-texts ._no {
    color: #146096;
  }
  .mod-internship-point-item.is-r {
    flex-direction: row-reverse;
    padding: 55px 60px 55px 120px;
  }
  .mod-internship-point-item.is-r ._item-texts ._no {
    left: auto;
    left: -30px;
  }
  .mod-internship-point-item ._item-image {
    width: 420px;
  }
  .mod-internship-point-item ._item-image img {
    width: 100%;
  }
  .mod-internship-point-item ._item-texts {
    flex: 1;
    padding: 10px 0 0 0;
  }
  .mod-internship-point-item ._item-texts ._no {
    font-size: 120px;
    line-height: 1;
    font-weight: bold;
    color: #04aa84;
    position: absolute;
    top: -30px;
    right: -30px;
  }
  .mod-internship-point-item ._item-texts ._ti {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
  }
  .mod-internship-point-item ._item-texts ._doc {
    margin-top: 30px;
    font-size: 20px;
    line-height: 2;
  }
  .mod-internship-tab ._tab-menu {
    display: flex;
    justify-content: center;
  }
  .mod-internship-tab ._tab-menu ._tab {
    width: 450px;
    background: #F2EFEF;
    color: #04AA84;
    padding: 40px 0 30px 0;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    position: relative;
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab1.js-open {
    background: #04AA84;
    color: #fff;
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab1.js-open:after {
    content: "";
    z-index: 10;
    display: block;
    position: absolute;
    top: 0px;
    right: -20px;
    width: 40px;
    bottom: 0;
    background: #04AA84;
    transform: skew(15deg);
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab2 {
    color: #146097;
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab2.js-open {
    background: #146097;
    color: #fff;
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab2.js-open:after {
    content: "";
    z-index: 10;
    display: block;
    position: absolute;
    top: 0px;
    left: -20px;
    width: 40px;
    bottom: 0;
    background: #146097;
    transform: skew(-15deg);
  }
  .mod-internship-tab ._tab-body {
    background-color: #fff;
  }
  .block-internship-bg2 {
    background-color: #CBFFFB;
  }
  .block-internship-rec {
    background: url(/images/internship/deco1.png) left top repeat-x;
    padding: 100px 0 400px 0;
    background-color: #F7F8F2;
  }
  .block-internship-rec.is-B {
    background-image: url(/images/internship/deco1b.png);
  }
  .block-internship-rec ._row-body {
    margin-top: 20px;
  }
  .block-internship-rec ._cols {
    display: flex;
    gap: 60px;
  }
  .block-internship-rec ._cols > div {
    flex: 1;
  }
  .mod-internship-rec-box {
    padding: 30px 0 0 0;
  }
  .mod-internship-rec-box.is-B h3:before {
    background-image: url(/images/internship/deco2_b.svg);
  }
  .mod-internship-rec-box.is-B h3:after {
    background-image: url(/images/internship/deco2b_b.svg);
  }
  .mod-internship-rec-box.is-B li p:after {
    background-image: url(/images/internship/deco5b.svg);
  }
  .mod-internship-rec-box h3 {
    padding: 10px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1.06;
    position: relative;
  }
  .mod-internship-rec-box h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    background: url(/images/internship/deco2.svg) left top no-repeat;
    background-size: contain;
    width: 46px;
    height: 40px;
  }
  .mod-internship-rec-box h3:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: 0px;
    background: url(/images/internship/deco2b.svg) left top no-repeat;
    background-size: contain;
    width: 46px;
    height: 40px;
  }
  .mod-internship-rec-box ._box {
    margin-top: 25px;
    height: 372px;
    background: #fff;
    box-shadow: 12px 15px 6px rgba(0, 0, 0, 0.06);
    padding: 60px;
  }
  .mod-internship-rec-box ._note {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.33;
    color: #212121;
  }
  .mod-internship-rec-box ul {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }
  .mod-internship-rec-box li p {
    font-size: 20px;
    line-height: 1.75;
    color: #3c3c3c;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 40px;
  }
  .mod-internship-rec-box li p:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    background: url(/images/internship/deco5.svg) left top no-repeat;
    background-size: contain;
    width: 27px;
    height: 20px;
  }
  .block-internship-program {
    position: relative;
    padding: 0 0 60px 0;
    margin-top: -270px;
  }
  .block-internship-program img {
    width: 100%;
  }
  .block-internship-program ._title {
    position: relative;
    z-index: 10;
  }
  .block-internship-program ._row-body {
    position: relative;
    width: 840px;
    margin: 0 auto;
    margin-top: -20px;
  }
  .block-internship-program ._row-body ._img {
    box-shadow: 12px 15px 6px rgba(0, 0, 0, 0.16);
  }
  .block-internship-program ._message {
    margin-top: -120px;
    margin-left: -120px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  .block-internship-program ._message span {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding: 20px 20px 20px 20px;
    background-color: #04AA84;
  }
  .block-internship-program ._message.is-B span {
    background-color: #146096;
  }
  .block-internship-program ._lead {
    margin-top: 60px;
    font-size: 20px;
    line-height: 2;
  }
  .block-internship-program ._space {
    margin-top: 60px;
  }
  .block-internship-program ._space ._cols {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
  }
  .block-internship-program ._space ._cols > div {
    flex: 1;
  }
  .block-internship-program ._space ._note {
    margin-top: 30px;
    font-size: 18px;
    text-align: right;
    line-height: 2;
  }
  .block-internship-program ._space dt span {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #212121;
    padding: 20px;
  }
  .block-internship-program ._space dd {
    margin: 0;
    background-color: #fff;
    padding: 50px 60px 20px 60px;
  }
  .block-internship-program ._space h4 {
    font-size: 18px;
    line-height: 2;
  }
  .block-internship-program ._space p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 2;
  }
  .block-internship-program ._space table {
    margin-bottom: 20px;
  }
  .block-internship-program ._space table th {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    padding-right: 20px;
  }
  .block-internship-program ._space table td {
    margin-top: 10px;
    font-size: 18px;
    line-height: 2;
  }
  .block-internship-job {
    padding: 80px 0 70px 0;
    background-color: #fff;
  }
  .block-internship-job ._ti.is-B {
    border: 5px solid #146096;
  }
  .block-internship-job ._ti.is-B ._ti1 {
    background-color: #146096;
  }
  .block-internship-job ._row-body {
    width: 840px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .block-internship-job ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .block-internship-job ._ti {
    border: 5px solid #04AA84;
    display: flex;
  }
  .block-internship-job ._ti1 {
    width: 140px;
    font-size: 20px;
    line-height: 1.5;
    background-color: #04AA84;
    color: #fff;
    padding: 5px 10px;
  }
  .block-internship-job ._ti2 {
    flex: 1;
    font-size: 20px;
    line-height: 1.5;
    color: #212121;
    background-color: #F7F8F2;
    padding: 5px 20px;
  }
  .block-internship-job ._doc {
    margin: 0 0 0 180px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #212121;
  }
  .block-internship-job table {
    margin: 0 0 0 180px;
    margin-top: 20px;
  }
  .block-internship-job table td {
    font-size: 18px;
    line-height: 1.5;
    color: #212121;
  }
  .block-internship-flow {
    padding: 70px 0 100px 0;
    background-color: #CFF7E3;
  }
  .block-internship-flow.is-B {
    background-color: #CFE5F7;
  }
  .block-internship-flow img {
    width: 100%;
  }
  .block-internship-flow ._row-body {
    margin-top: 50px;
  }
  .block-internship-flow ._fig1 {
    width: 900px;
    margin: 0 auto;
  }
  .block-internship-entry {
    background-color: #04AA84;
  }
  .block-internship-entry.is-B {
    background-color: #146096;
  }
  .block-internship-entry ._inner {
    padding: 20px 0 200px 0;
  }
  .block-internship-entry img {
    width: 100%;
  }
  .block-internship-entry ._row-body {
    width: 840px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .block-internship-entry ._doc {
    font-size: 20px;
    line-height: 2;
    color: #fff;
    text-align: center;
  }
  .block-internship-entry ._btns {
    margin-top: 60px;
    text-align: center;
  }
  .mod-internship-btn {
    background-color: #146097;
    width: 320px;
    height: 90px;
    border-radius: 10px;
    background: #146097;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 3;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .mod-internship-btn.is-B {
    background-color: #04AA84;
  }
  .mod-internship-h2 img {
    width: auto;
    height: 96px;
  }
  .mod-internship-h2.is-center {
    text-align: center;
  }
  .mod-internship-h2.is-B h2 span {
    background-color: #146096;
  }
  .mod-internship-h2.is-B.is-wh h2 span {
    color: #146096;
  }
  .mod-internship-h2.is-wh {
    color: #fff;
  }
  .mod-internship-h2.is-wh h2 span {
    background-color: #fff;
    color: #04AA84;
  }
  .mod-internship-h2 h2 span {
    display: inline-block;
    background-color: #04AA84;
    padding: 12px 4px 12px 10px;
    width: 285px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: left;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .block-simple {
    padding: 30px;
  }
  .block-common-mv {
    position: relative;
  }
  .block-common-mv .block-inner {
    position: relative;
  }
  .block-common-mv ._image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .block-common-mv .block-inner {
    height: 100%;
  }
  .block-common-mv ._texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .block-common-mv ._box {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    background: rgba(255, 255, 255, 0.9);
    color: #146097;
    padding: 15px;
  }
  .block-common-mv ._box p {
    font-size: 12px;
    line-height: 1.5;
  }
  .block-common-mv ._box h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  .block-common-mv2 {
    position: relative;
  }
  .block-common-mv2 .block-inner {
    position: relative;
  }
  .block-common-mv2 ._image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .block-common-mv2 .block-inner {
    height: 100%;
  }
  .block-common-mv2 ._texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-common-mv2 h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
  }
  .block-common-A {
    position: relative;
    margin: 15px 0;
  }
  .block-common-A ._row-header {
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .block-common-A ._row-header.is-B {
    background: #00bfff;
  }
  .block-common-A ._row-header h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
  }
  .block-common-A ._row-body {
    background: #f7f4f4;
    padding: 15px;
  }
  .mod-pagelink {
    position: relative;
  }
  .mod-pagelink div {
    position: absolute;
    top: -150px;
    left: 0px;
    width: 20px;
    height: 20px;
  }
  .mod-coming {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #146097;
    font-size: 14px;
    font-weight: bold;
  }
  .block-index-special {
    margin: 30px 10px 15px 10px;
    position: relative;
  }
  .block-index-special ._items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block-index-special ._items li {
    position: relative;
    width: calc(50% - 5px);
  }
  .block-index-special ._items li ._item {
    display: block;
    position: relative;
    transition-duration: 0.2s;
  }
  .block-index-special ._items li ._item:hover {
    opacity: 0.8;
  }
  .block-index-special ._items li ._item:hover ._image img {
    transform: scale(1.1);
  }
  .block-index-special ._items li ._item ._image {
    flex: 1;
  }
  .block-index-special ._items li ._item ._image:hover img {
    transform: scale(1.1);
  }
  .block-index-special ._items li ._item ._image div {
    overflow: hidden;
  }
  .block-index-special ._items li ._item ._image div img {
    width: 100%;
    transition-duration: 0.2s;
  }
  .block-index-special ._items li ._item ._texts {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-index-special ._items li ._item ._texts ._t1 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #146097;
  }
  .mod-index-title {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-index-title h2 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .block-index-news {
    background: #e2f8f3;
    padding: 20px 20px;
    position: relative;
  }
  .block-index-news ._row-header h2 {
    text-align: center;
    line-height: 1.8;
  }
  .block-index-news ._row-header h2 span {
    display: block;
  }
  .block-index-news ._row-header h2 span:nth-child(1) {
    font-size: 12px;
  }
  .block-index-news ._row-header h2 span:nth-child(2) {
    font-size: 10px;
  }
  .block-index-news ._row-body {
    margin: 0 auto;
  }
  .block-index-news ._scroll {
    height: 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .block-index-news ._scroll::-webkit-scrollbar {
    width: 10px;
  }
  .block-index-news ._scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
  }
  .block-index-news ._scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fff;
  }
  .block-index-nomal {
    padding: 40px 0 0 0;
    position: relative;
  }
  .block-index-nomal ._wrap {
    position: relative;
  }
  a.mod-index-btn:hover {
    opacity: 0.9;
  }
  a.mod-index-btn:hover img {
    transform: scale(1.05);
  }
  .mod-index-btn {
    margin: 5px 0;
    display: block;
    height: 170px;
    position: relative;
    transition-duration: 0.2s;
  }
  .mod-index-btn ._btn-image {
    overflow: hidden;
  }
  .mod-index-btn ._btn-image img {
    transition-duration: 0.2s;
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
  .mod-index-btn .block-inner {
    position: relative;
    height: 100%;
  }
  .mod-index-btn ._btn-texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .mod-index-btn ._btn-label {
    position: absolute;
    top: 50%;
    width: 200px;
    height: 50px;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #3c3c3c;
    transform: translate(0, -50%);
  }
  .mod-index-btn ._btn-label.is-icon:before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: "";
    height: 7px;
    width: 7px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .mod-index-btn.is-list {
    height: 220px;
  }
  .mod-index-btn.is-list ._btn-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, #caf8fa -40%, #0072a5 100%);
  }
  .mod-index-btn.is-list ._btn-label {
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    transform: translate(-50%, 0);
  }
  .mod-index-btn ._list {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    position: absolute;
    height: 170px;
    left: 0px;
    right: 0px;
    top: 70px;
    background: #888;
  }
  .mod-index-btn-intern {
    position: relative;
    margin: 0 10px;
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
  .mod-index-btn-intern img {
    width: 100%;
  }
  .mod-index-btn-intern img {
    transition-duration: 0.2s;
  }
  .mod-index-btn-intern:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    border: 5px solid #04AA84;
  }
  .mod-index-btn-intern:hover img {
    transform: scale(1.05);
  }
  .mod-index-btn-intern ._inner {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-index-btn-intern ._btn-label {
    position: relative;
    width: 200px;
    height: 50px;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #3c3c3c;
  }
  .mod-index-btn-intern ._btn-label.is-icon:before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: "";
    height: 7px;
    width: 7px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .block-index-staff {
    position: relative;
  }
  .block-index-staff ._row-header {
    background: linear-gradient(90deg, #caf8fa 0%, #0072a5 100%);
    padding: 20px;
  }
  .block-index-staff ._row-header ._btn-label {
    margin: 0 auto;
    width: 200px;
    height: 50px;
    background: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 12x;
    text-align: center;
    color: #3c3c3c;
    position: relative;
  }
  .block-index-staff ._row-header ._btn-label:before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: "";
    height: 7px;
    width: 7px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .block-index-staff-list img {
    width: 100%;
  }
  .block-index-staff-list ._item ._texts {
    padding: 30px 10px 0px 10px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  .block-index-staff-list ._item ._job {
    position: absolute;
    top: -10px;
    left: 2px;
    right: 2px;
    padding: 2px;
    border-radius: 9px;
    background: #000;
    font-weight: bold;
    font-size: 7px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-index-staff-list ._item ._name {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    color: #000;
  }
  .block-index-staff-list ._item ._state {
    color: #3C3C3C;
    font-size: 12px;
    line-height: 1.5;
  }
  .block-index-recruit {
    padding: 40px 0;
    position: relative;
  }
  .block-index-recruit ._row-body {
    padding: 20px;
    background: url(/images/index/recruit/bg.jpg) left top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-index-recruit ._items li + li {
    margin-top: 10px;
  }
  .block-index-recruit ._items li ._item {
    width: 300px;
    display: flex;
    position: relative;
    height: 60px;
    background: #fff;
  }
  .block-index-recruit ._items li ._item ._image {
    width: 60px;
    height: 60px;
    background: linear-gradient(#146097 0%, #009970 100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-index-recruit ._items li ._item ._image img {
    width: 35px;
    height: 35px;
  }
  .block-index-recruit ._items li ._item ._texts {
    flex: 1;
    padding: 10px;
    display: flex;
    transition-duration: 0.2s;
    align-items: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .block-index-recruit ._items li ._item ._texts:hover {
    opacity: 0.8;
  }
  .block-index-recruit ._items li ._item ._texts ._t1 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    font-weight: normal;
  }
  .block-index-recruit ._items li ._item ._texts:before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: "";
    height: 7px;
    width: 7px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .block-index-talk {
    margin-top: 50px;
  }
  .block-index-career {
    padding: 40px 0;
  }
  .block-index-qr {
    padding: 20px 0;
    text-align: center;
  }
  .block-index-qr img {
    width: 176px;
  }
  .block-index-qr p {
    font-size: 15px;
  }
  .block-keyword-mark {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #333;
    line-height: 1;
    text-align: center;
  }
  .block-keyword-mark span {
    display: block;
    font-weight: bold;
  }
  .block-keyword-mark span:nth-child(1) {
    font-size: 12px;
  }
  .block-keyword-mark span:nth-child(2) {
    font-size: 60px;
  }
  .block-keyword-01 {
    padding: 20px 0;
    position: relative;
  }
  .block-keyword-01 ._row-header {
    position: relative;
  }
  .block-keyword-01 ._row-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .block-keyword-01 ._row-header ._texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-keyword-01 ._row-header ._texts ._no {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .block-keyword-01 ._row-header ._texts h2 {
    background: rgba(108, 152, 193, 0.4);
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 21px;
    color: #fff;
    line-height: 1.2;
    padding: 10px 15px;
  }
  .block-keyword-01 ._row-body {
    position: relative;
    padding: 20px;
  }
  .block-keyword-01 ._row-body ._title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
  }
  .block-keyword-01 ._row-body ._image {
    padding: 10px;
    text-align: center;
  }
  .block-keyword-01 ._row-body ._image img {
    width: 200px;
  }
  .block-keyword-main {
    overflow: hidden;
    padding: 40px 0;
    position: relative;
  }
  .block-keyword-main.is-02 ._no {
    left: 0;
  }
  .block-keyword-main.is-02 ._row-body {
    color: #333;
  }
  .block-keyword-main.is-03 ._no {
    right: 0;
  }
  .block-keyword-main.is-03 .block-keyword-mark {
    color: #04C372;
  }
  .block-keyword-main.is-03 ._row-header ._texts h2 {
    background: rgba(19, 142, 175, 0.4);
  }
  .block-keyword-main.is-03 ._row-body {
    background: #04C372;
  }
  .block-keyword-main.is-04 ._no {
    left: 0;
  }
  .block-keyword-main.is-04 .block-keyword-mark {
    color: #9F3D24;
  }
  .block-keyword-main.is-04 ._row-header ._texts h2 {
    background: rgba(159, 61, 36, 0.4);
  }
  .block-keyword-main.is-04 ._row-body {
    background: #9F3D24;
  }
  .block-keyword-main.is-05 ._no {
    right: 0;
  }
  .block-keyword-main.is-05 .block-keyword-mark {
    color: #1986D6;
  }
  .block-keyword-main.is-05 ._row-header ._texts h2 {
    background: rgba(25, 134, 214, 0.4);
  }
  .block-keyword-main.is-05 ._row-body {
    background: #1986D6;
  }
  .block-keyword-main ._row-header {
    position: relative;
  }
  .block-keyword-main ._row-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .block-keyword-main ._row-header ._image {
    position: relative;
    z-index: 10;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
  }
  .block-keyword-main ._row-header ._texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .block-keyword-main ._row-header ._texts ._no {
    position: absolute;
    top: 0px;
    z-index: 20;
  }
  .block-keyword-main ._row-header ._texts h2 {
    background: rgba(51, 51, 51, 0.4);
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 21px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 10px 15px;
  }
  .block-keyword-main ._row-body {
    position: relative;
    padding: 40px;
    color: #fff;
    background: #eee;
  }
  .block-keyword-main ._row-body ._title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
  }
  .block-keyword-main ._row-body ._note {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
  }
  .block-keyword-main ._row-body ._inner {
    margin: 0 auto;
  }
  .block-keyword-main ._row-body ._image {
    text-align: center;
    margin: 20px -30px 20px -30px;
  }
  .block-keyword-main ._items02 {
    margin-left: 20px;
  }
  .block-keyword-main ._items02 > * + li {
    margin-top: 40px;
  }
  .block-keyword-main ._items02 ._item {
    display: flex;
    align-items: center;
  }
  .block-keyword-main ._items02 ._item ._im {
    text-align: center;
  }
  .block-keyword-main ._items02 ._item ._im img {
    width: 70px;
  }
  .block-keyword-main ._items02 ._item ._te {
    width: 200px;
    text-align: center;
    line-height: 1.2;
  }
  .block-keyword-main ._items02 ._item ._te ._t1 {
    font-size: 12px;
  }
  .block-keyword-main ._items02 ._item ._te ._t2 {
    margin-top: 5px;
    font-size: 18px;
  }
  .block-keyword-main ._items02 ._item ._te ._t3 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
  }
  .block-keyword-main ._items02 ._item ._te ._t3 span {
    font-size: 35px;
  }
  .block-keyword-main ._items05 {
    margin-left: 20px;
  }
  .block-keyword-main ._items05 ._item {
    display: flex;
    align-items: center;
  }
  .block-keyword-main ._items05 ._item ._im {
    text-align: center;
  }
  .block-keyword-main ._items05 ._item ._im img {
    width: 70px;
  }
  .block-keyword-main ._items05 ._item ._te {
    margin-left: 20px;
    font-weight: bold;
    text-align: center;
    width: 240px;
    line-height: 1.2;
  }
  .block-keyword-main ._items05 ._item ._te ._t2 {
    margin-top: 5px;
    font-size: 16px;
  }
  .block-keyword-main ._items05 ._item ._te ._t3 {
    margin-top: 5px;
    font-size: 12px;
  }
  .block-keyword-main ._items05 ._item ._te.is-wide ._t1 {
    font-size: 16px;
  }
  .block-keyword-main ._items05 ._item ._te.is-wide ._t2 {
    font-size: 26px;
  }
  .block-keyword-main ._items05 ._item ._te.is-wide ._t3 {
    font-size: 16px;
  }
  .block-message-mv {
    position: relative;
  }
  .block-message-mv img {
    width: 100%;
  }
  .block-message-mv ._image {
    margin: 0 15px;
  }
  .block-message-mv ._box {
    padding: 20px;
    background: #146097;
    text-align: center;
    color: #fff;
  }
  .block-message-mv ._box ._title {
    line-height: 1.6;
  }
  .block-message-mv ._box ._title h1 {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
  .block-message-mv ._box ._title span {
    font-style: italic;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .block-message-mv ._box ._t1 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .block-message-mv ._box ._t2 {
    margin-top: 10px;
    text-align: right;
  }
  .block-message-mv ._box ._t2 span {
    display: block;
    line-height: 1.6;
  }
  .block-message-mv ._box ._t2 span:nth-child(1) {
    font-weight: normal;
    font-size: 10px;
  }
  .block-message-mv ._box ._t2 span:nth-child(2) {
    font-weight: bold;
    font-size: 12px;
  }
  .block-message-mv ._box ._t2 span:nth-child(3) {
    font-size: 10px;
  }
  .block-message-main {
    padding: 60px 0 20px;
    position: relative;
  }
  .block-message-main ._row-header {
    text-align: center;
  }
  .block-message-main ._row-header h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    color: #333;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #888;
  }
  .block-message-main ._row-body {
    margin: 40px 0;
    position: relative;
  }
  .block-message-main ._row-body img {
    width: 100%;
  }
  .block-message-main ._row-body ._image {
    position: relative;
  }
  .block-message-main ._row-body ._image img {
    width: 100%;
  }
  .block-message-main ._row-body ._texts {
    margin: 20px;
  }
  .block-movie-mv {
    position: relative;
  }
  .block-movie-mv img {
    width: 100%;
    object-fit: cover;
  }
  .block-movie-mv ._texts {
    text-align: center;
    margin-top: 20px;
  }
  .block-movie-mv p {
    font-size: 10px;
    font-weight: bold;
    line-height: 2.1;
    letter-spacing: 0.06em;
    color: #385c8d;
  }
  .block-movie-mv h1 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #212121;
  }
  .block-movie-lead {
    padding: 40px 40px;
    text-align: center;
  }
  .block-movie-lead p {
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #212121;
    text-align: left;
  }
  .block-movie-main ._row-condition {
    background: #f4f4f4;
    padding: 30px 10px;
  }
  .block-movie-main ._row-condition ._row-header h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #385c8d;
  }
  .block-movie-main ._row-condition ._row-body {
    margin-top: 20px;
  }
  .block-movie-main ._row-condition ._btns {
    margin-top: 25px;
    text-align: right;
  }
  .block-movie-main ._row-list {
    padding: 30px 10px;
  }
  .mod-movie-table {
    border-top: 1px solid #D3D3D3;
  }
  .mod-movie-table tr {
    border-bottom: 1px solid #D3D3D3;
  }
  .mod-movie-table th {
    padding: 15px 0 0 0;
    display: block;
    font-size: 12px;
  }
  .mod-movie-table td {
    padding: 10px 0 10px 20px;
    display: block;
  }
  .mod-movie-btn-reset {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #385c8d;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #385c8d;
  }
  .mod-movie-filter-items {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
  }
  .mod-movie-filter-items ._item {
    display: block;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: #212121;
    border: 1px solid #212121;
    border-radius: 3px;
    padding: 4px 5px;
    cursor: pointer;
  }
  .mod-movie-filter-items ._item.is-current {
    background: #385C8D;
    border: none;
    color: #fff;
  }
  .mod-movie-items {
    min-height: 700px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .mod-movie-items > li {
    min-height: 25px;
    width: calc(50% - 7px);
  }
  .mod-movie-item {
    line-height: 1.8;
    transition-duration: 0.2s;
  }
  .mod-movie-item ._title {
    position: relative;
    background: #385C8D;
    color: #fff;
    padding: 0 5px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    margin-left: 10px;
    z-index: 5;
  }
  .mod-movie-item ._title b {
    font-size: 16px;
  }
  .mod-movie-item ._name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #212121;
  }
  .mod-movie-item ._tag {
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #a6a6a6;
  }
  .mod-movie-item ._item-image {
    margin-top: -10px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
  }
  .mod-movie-item ._item-image img {
    width: 100%;
    transition-duration: 0.2s;
  }
  .mod-movie-item ._item-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/movie/arrow.png) left top no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
  }
  .mod-movie-item ._item-texts {
    flex: 2;
  }
  .block-job-list {
    margin: 0 15px;
    position: relative;
  }
  .block-job-list > ._cols {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .block-job-list > ._cols + ._cols {
    margin-top: 50px;
  }
  .block-job-list > ._cols > ._image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
  }
  .block-job-list > ._cols > ._image > div {
    padding: 30px;
  }
  .block-job-list > ._cols > ._image ._list {
    margin-top: 10px;
  }
  .block-job-list > ._cols > ._image ._title {
    border-radius: 15px;
    background: #a34f30;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 16px;
    text-align: center;
    padding: 5px;
    color: #fff;
  }
  .block-job-list > ._cols > ._texts {
    position: relative;
    background: #000;
  }
  .block-job-list > ._cols > ._texts > div {
    padding: 30px;
  }
  .block-job-list > ._cols > ._texts ._t1 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: #fff;
    text-align: center;
  }
  .block-job-list > ._cols > ._texts ._t2 {
    margin-top: 20px;
    line-height: 1.8;
    color: #fff;
  }
  .block-job-list > ._cols > ._texts ._icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
  }
  .block-job-list > ._cols > ._texts ._icon img {
    width: 100%;
  }
  .block-job-list-list {
    display: flex;
    flex-wrap: wrap;
    transition-duration: 0.2s;
  }
  .block-job-list-list > * {
    width: calc(50% - 7.2px);
    margin-left: 5px;
  }
  .block-job-list-list > *:nth-child(2n+1) {
    margin-left: 0;
  }
  .block-job-list-list > *:nth-child(n+3) {
    margin-top: 5px;
  }
  .block-job-list-list a._item:hover ._image img {
    transform: scale(1.1);
  }
  .block-job-list-list a._item {
    transition-duration: 0.2s;
    cursor: pointer;
  }
  .block-job-list-list a._item:hover {
    opacity: 0.8;
  }
  .block-job-list-list ._item {
    display: block;
  }
  .block-job-list-list ._item ._image div {
    overflow: hidden;
  }
  .block-job-list-list ._item ._image div img {
    transition-duration: 0.2s;
    width: 100%;
  }
  .block-job-list-list ._item ._texts {
    background: #fff;
    padding: 10px;
    text-align: center;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 45px;
  }
  .block-job-list-list ._item ._com {
    text-align: center;
    width: 100%;
  }
  .block-job-list-list ._item ._state {
    margin-left: 10px;
    color: #3C3C3C;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
  }
  .block-job-list-list ._item ._name {
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 13px;
    color: #000;
    text-align: left;
  }
  .block-business-navi {
    margin-top: -50px;
    position: relative;
  }
  .block-business-navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-business-navi ul li:nth-child(1) a {
    border-radius: 7px 0 0 0;
  }
  .block-business-navi ul li:nth-child(2) a {
    border-radius: 0 7px 0 0;
  }
  .block-business-navi a {
    width: 155px;
    height: 47px;
    border-radius: 0px 10px 0px 0px;
    background: #F2EFEF;
    position: relative;
    font-size: 12px;
    text-align: center;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-business-navi a.is-current {
    background: #fff;
    color: #146097;
    font-weight: bold;
  }
  .block-business-box {
    position: relative;
  }
  .block-business-box ._box {
    background: #fff;
  }
  .block-business-box ._box-inner {
    padding: 20px;
  }
  .block-business-evolution-main ._h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #146097;
    margin: 10px;
  }
  .block-business-evolution-main ._h3 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
  }
  .block-business-evolution-main ._image img {
    width: 100%;
  }
  .block-business-evolution-main ._rect {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
  .block-business-evolution-main ._rect ._btn a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .block-business-evolution-main ._rect .is-1 {
    position: absolute;
    top: 0.71%;
    left: 31.87%;
    width: 36.12%;
    height: 25%;
  }
  .block-business-evolution-main ._rect .is-2 {
    position: absolute;
    top: 27.61%;
    left: 1.25%;
    width: 35.5%;
    height: 23.8%;
  }
  .block-business-evolution-main ._rect .is-3 {
    position: absolute;
    top: 28.33%;
    left: 62.87%;
    width: 36.12%;
    height: 22.85%;
  }
  .block-business-evolution-main ._rect .is-4 {
    position: absolute;
    top: 73.57%;
    left: 24.5%;
    width: 25%;
    height: 23.8%;
  }
  .block-business-evolution-main ._rect .is-5 {
    position: absolute;
    top: 73.57%;
    left: 49.75%;
    width: 25%;
    height: 23.8%;
  }
  .block-business-evolution-main .mod-doc p {
    margin-bottom: 0;
  }
  .block-business-evolution-main ._points {
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
  }
  .block-business-evolution-main ._points ul {
    display: flex;
    flex-wrap: wrap;
  }
  .block-business-evolution-main ._points ul > * {
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
  }
  .block-business-evolution-main ._points ul > * + li {
    margin-top: 10px;
  }
  .block-business-evolution-main ._points ._item {
    position: relative;
  }
  .block-business-evolution-main ._points ._item ._texts {
    display: flex;
    align-items: center;
  }
  .block-business-evolution-main ._points ._item ._texts ._t1 {
    text-align: center;
    width: 60px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #146097;
  }
  .block-business-evolution-main ._points ._item ._texts ._t1 span {
    display: block;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    color: #146097;
  }
  .block-business-evolution-main ._points ._item ._texts ._t2 {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
  }
  .block-business-evolution-main ._graph {
    padding: 20px 0;
    text-align: center;
  }
  .block-business-evolution-main ._h2b {
    margin-top: 20px;
    background: rgba(190, 235, 235, 0.5);
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 10px;
    position: relative;
    font-weight: bold;
  }
  .block-business-evolution-main ._h2b span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .block-business-evolution ._cols {
    margin-top: 20px;
  }
  .block-business-evolution ._cols ._social {
    margin-top: 40px;
  }
  .block-business-evolution ._cols ._social ._h2 {
    border-bottom: 2px solid #009970;
  }
  .block-business-evolution .is-col1 {
    color: #146097;
  }
  .block-business-evolution .is-col2 {
    color: #009970;
  }
  .block-business-evolution ._h2 {
    border-bottom: 2px solid #146097;
    padding: 0 0 17px 0;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .block-business-evolution ._h2 h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .block-business-evolution ._h2 span {
    font-size: 14px;
    line-height: 1;
    color: #707070;
  }
  .block-business-evolution ._items li {
    border-bottom: 1px solid #146097;
  }
  .block-business-evolution ._items ._item {
    padding: 15px 0;
    display: flex;
    position: relative;
  }
  .block-business-evolution ._items ._item ._yyyy {
    width: 80px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .block-business-evolution ._items ._item ._yyyy b {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: #707070;
  }
  .block-business-evolution ._items ._item ._texts {
    flex: 1;
  }
  .block-business-evolution ._items ._item ._texts {
    line-height: 1.8;
  }
  .block-business-evolution ._items ._item ._texts ._event {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #3c3c3c;
  }
  .block-business-evolution ._items ._item ._texts ._event + ._event {
    margin-top: 10px;
  }
  .block-business-evolution ._items ._item ._texts ._event.is-link {
    color: #146097;
  }
  .block-business-evolution ._items ._item ._texts ._event br {
    display: none;
  }
  .block-business-evolution ._items2 li {
    border-bottom: 1px solid #009970;
  }
  .block-business-evolution ._items2 ._item {
    padding: 15px 0;
    color: #009970;
  }
  .block-business-evolution ._items2 ._item ._yyyy {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
  }
  .block-business-evolution ._items2 ._item ._texts {
    line-height: 1.8;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
  .block-business-evolution ._image {
    padding: 20px 0;
    text-align: center;
  }
  .block-business-evolution ._h2b {
    background: rgba(190, 235, 235, 0.5);
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 10px;
    position: relative;
    font-weight: bold;
  }
  .block-business-evolution ._h2b span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .block-staff-index-list {
    padding: 20px;
  }
  .block-staff-index-list ._texts,
  .block-staff-index-list li {
    background: #F7F4F4 !important;
  }
  .block-staff-index-list ._texts._empty,
  .block-staff-index-list li._empty {
    background: #fff !important;
  }
  .block-staff-mv {
    color: #38677C;
    background: #c9e2ed;
    position: relative;
  }
  .block-staff-mv img {
    width: 100%;
  }
  .block-staff-mv ._image {
    position: relative;
  }
  .block-staff-mv ._image img {
    width: 100%;
  }
  .block-staff-mv ._texts {
    padding: 20px;
    text-align: center;
    position: relative;
  }
  .block-staff-mv ._texts ._job {
    border-radius: 15px;
    background: #fff;
    font-weight: bold;
    width: 280px;
    padding: 5px 0;
    margin: 0 auto;
    margin-top: -35px;
  }
  .block-staff-mv ._texts ._messe {
    margin-top: 10px;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #38677c;
    text-shadow: 1px 1px 3px #fff;
  }
  .block-staff-mv ._texts ._box {
    margin: 20px 20px 0 20px;
    padding: 10px 5px 10px 15px;
    border-radius: 9px;
    background: #fff;
    text-align: center;
  }
  .block-staff-mv ._texts ._box ._name {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #38677c;
  }
  .block-staff-mv ._texts ._box ._t2 {
    margin-top: 10px;
    line-height: 1.6;
  }
  .block-staff-step {
    padding: 40px;
  }
  .block-staff-step ._title {
    font-weight: bold;
    font-size: 18px;
    color: #38677c;
    text-align: center;
  }
  .block-staff-step ul {
    margin-top: 20px;
    position: relative;
  }
  .block-staff-step ul:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 0px;
    width: 1px;
    background: #38677c;
  }
  .block-staff-step ul:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 11px;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top: 5px solid #38677c;
    transform: scale(1, 1.5);
  }
  .block-staff-step ul li {
    margin: 10px 10px 20px 30px;
    position: relative;
    flex: 1;
  }
  .block-staff-step ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -19px;
    width: 10px;
    height: 10px;
    background: #38677c;
    border-radius: 50%;
  }
  .block-staff-step ul li p:nth-child(1) {
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    color: #38677c;
  }
  .block-staff-step ul li p:nth-child(2) {
    margin-top: 10px;
    line-height: 1.6;
  }
  .block-satff-inteview {
    position: relative;
  }
  .block-satff-inteview ._texts ._set + ._set {
    margin-top: 25px;
  }
  .block-satff-inteview ._texts ._m {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    padding: 10px 0 10px 30px;
    color: #38677c;
    background: url(/images/staff/common/deco1.png) left 50% no-repeat;
    background-size: 15px 23px;
    margin: 5px 0;
  }
  .block-satff-inteview.is-layout-A ._title {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .block-satff-inteview.is-layout-A ._title img {
    width: 200px;
    height: auto;
  }
  .block-satff-inteview.is-layout-A ._item {
    margin-top: 30px;
    position: relative;
  }
  .block-satff-inteview.is-layout-A ._item ._image img {
    width: 100%;
  }
  .block-satff-inteview.is-layout-A ._item ._texts {
    background: #fff;
    padding: 30px;
  }
  .block-satff-inteview.is-layout-B {
    padding-bottom: 50px;
  }
  .block-satff-inteview.is-layout-B ._item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .block-satff-inteview.is-layout-B ._item ._image img {
    width: 100%;
  }
  .block-satff-inteview.is-layout-B ._item ._texts {
    position: relative;
  }
  .block-satff-inteview.is-layout-B ._item ._texts {
    background: #fff;
    padding: 30px;
  }
  .block-satff-photo img {
    width: 100%;
    object-fit: cover;
    height: 250px;
  }
  .block-staff-footer {
    margin-top: 60px;
    padding: 60px 20px;
    background: linear-gradient(90deg, #caf8fa 0%, #0072a5 100%);
    position: relative;
  }
  .block-staff-footer ._state {
    display: none;
  }
  .block-staff-list {
    display: flex;
    flex-wrap: wrap;
  }
  .block-staff-list > * {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .block-staff-list > *:nth-child(2n+1) {
    margin-left: 0;
  }
  .block-staff-list > *:nth-child(n+3) {
    margin-top: 10px;
  }
  .block-staff-list ._item ._image img {
    width: 100%;
  }
  .block-staff-list ._item ._texts {
    background: #fff;
    padding: 35px 10px 20px 10px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  .block-staff-list ._item ._job {
    position: absolute;
    top: -10px;
    left: 5px;
    right: 5px;
    padding: 5px;
    border-radius: 15px;
    background: #000;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
  }
  .block-staff-list ._item ._job.is-S {
    font-size: 10px;
  }
  .block-staff-list ._item ._state {
    margin-top: 10px;
    color: #3C3C3C;
    font-size: 12px;
    line-height: 1.5;
  }
  .block-staff-list ._item ._name {
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 13px;
    text-align: center;
    color: #000;
  }
  .block-talk-mv {
    position: relative;
  }
  .block-talk-mv .block-inner {
    position: relative;
  }
  .block-talk-mv ._image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .block-talk-mv ._box {
    padding: 20px;
  }
  .block-talk-mv ._box ._t1 {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    color: #146097;
    margin: 0 -20px;
  }
  .block-talk-mv ._box ._t2 {
    margin-top: 20px;
    text-align: center;
  }
  .block-talk-mv ._box ._t2 h1 {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .block-talk-mv ._box ._t3 {
    margin-top: 20px;
    line-height: 1.8;
  }
  .block-talk-lead {
    padding: 20px;
  }
  .block-talk-prof {
    padding: 25px 0 10px 0;
    position: relative;
  }
  .block-talk-prof ._items {
    display: flex;
    flex-wrap: wrap;
  }
  .block-talk-prof ._items li {
    width: 50%;
  }
  .block-talk-prof ._item {
    background: #F2EFEF;
    position: relative;
  }
  .block-talk-prof ._item ._image img {
    width: 100%;
  }
  .block-talk-prof ._item ._title {
    background: #888;
    padding: 15px 0;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .block-talk-prof ._item ._texts {
    line-height: 1.8;
    padding: 5px 10px 10px 10px;
  }
  .block-talk-prof ._item ._texts ._t1 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
  .block-talk-prof ._item ._texts ._t2 {
    font-size: 12px;
    text-align: center;
  }
  .block-talk-menu {
    padding: 20px 0;
    position: relative;
  }
  .block-talk-menu ._row-header h2 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #146097;
  }
  .block-talk-menu ._row-body {
    margin-top: 20px;
  }
  .block-talk-menu ._items {
    display: flex;
    flex-wrap: wrap;
  }
  .block-talk-menu ._items li {
    width: 50%;
  }
  .block-talk-menu ._item {
    display: block;
    position: relative;
    padding: 10px 0 30px 0;
    position: relative;
  }
  .block-talk-menu ._item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top: 5px solid #146097;
    transform: translate(-50%, 0);
  }
  .block-talk-menu ._item ._t1 {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: rgba(20, 96, 151, 0.1);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #146097;
    border-radius: 50%;
  }
  .block-talk-menu ._item ._t2 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: #146097;
  }
  .block-talk-main {
    overflow: hidden;
    padding: 30px 0;
    position: relative;
  }
  .block-talk-main.is-col2 ._box:before {
    background: #D5F4FA;
  }
  .block-talk-main ._box {
    position: relative;
  }
  .block-talk-main ._box:before {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #f3f4de;
    z-index: -1;
  }
  .block-talk-main ._image img {
    width: 100%;
  }
  .block-talk-main ._title {
    position: relative;
    margin-top: -30px;
    padding: 15px 30px 15px 25px;
    background: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #146097;
    display: inline-flex;
    align-items: center;
  }
  .block-talk-main ._title span:nth-child(1) {
    font-size: 25px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #146097;
  }
  .block-talk-main ._title span:nth-child(2) {
    font-size: 16px;
  }
  .block-talk-main ._body {
    padding: 20px;
  }
  .block-talk-photo {
    margin-top: 40px;
  }
  .block-talk-photo img {
    width: 100%;
  }
  .block-enviroment-kenshu-main ._image {
    margin-top: 20px;
  }
  .block-enviroment-kenshu-main ._image img {
    width: 100%;
  }
  .block-enviroment-kenshu-main ._box {
    margin: 20px 0 10px 0;
    background: #fff;
    padding: 20px 30px;
  }
  .block-enviroment-kenshu-main ._box ._title {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #146097;
  }
  .block-enviroment-kenshu-main ._box p {
    margin-top: 10px;
  }
  .block-enviroment-kenshu-main ._box ul {
    margin-top: 10px;
  }
  .block-enviroment-kenshu-main ._box ul li {
    padding: 5px 5px 5px 20px;
    position: relative;
  }
  .block-enviroment-kenshu-main ._box ul li + li {
    margin-top: 10px;
  }
  .block-enviroment-kenshu-main ._box ul li:before {
    position: absolute;
    top: 4px;
    left: 0px;
    content: "・ ";
  }
  .block-enviroment-kenshu-photos {
    margin: 40px 0;
    display: flex;
  }
  .block-enviroment-kenshu-photos img {
    width: 100%;
  }
  .block-enviroment-enviroment-main {
    padding: 40px 0;
    margin: 0 15px;
  }
  .block-enviroment-enviroment-main ._item + ._item {
    margin-top: 40px;
  }
  .block-enviroment-enviroment-main ._item.is-A ._box {
    background: #47a3e6;
  }
  .block-enviroment-enviroment-main ._item.is-A .is-col {
    color: #47a3e6;
  }
  .block-enviroment-enviroment-main ._item.is-B ._box {
    background: #07c390;
  }
  .block-enviroment-enviroment-main ._item.is-B .is-col {
    color: #07c390;
  }
  .block-enviroment-enviroment-main ._item ._box {
    border-radius: 10px 10px 0px 0px;
    padding: 80px 40px 40px 40px;
    position: relative;
    color: #fff;
  }
  .block-enviroment-enviroment-main ._item ._box ._title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
  .block-enviroment-enviroment-main ._item ._box ._title small {
    font-size: 24x;
    font-weight: normal;
  }
  .block-enviroment-enviroment-main ._item ._box ._no {
    position: absolute;
    top: 20px;
    left: 50%;
  }
  .block-enviroment-enviroment-main ._item ._box ._no span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-enviroment-enviroment-main ._item ._box ._col {
    flex: 1;
    text-align: center;
  }
  .block-enviroment-enviroment-main ._item ._box ._col-sub {
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-enviroment-enviroment-main ._item ._box ._col-sub > div {
    flex: 1;
  }
  .block-enviroment-enviroment-main ._item ._image {
    width: 200px;
    margin: 0 auto;
  }
  .block-enviroment-enviroment-main ._item ._texts {
    margin-top: 20px;
  }
  .block-enviroment-enviroment-main ._item ._note {
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
  }
  .block-enviroment-enviroment-main ._text-set ._label {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
  .block-enviroment-enviroment-main ._text-set ._label.is-mini {
    font-size: 16px;
    line-height: 1.6;
  }
  .block-enviroment-enviroment-main ._text-set ._num {
    margin-top: 10px;
    text-align: center;
  }
  .block-enviroment-enviroment-main ._text-set ._num ._l {
    display: inline-block;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
  }
  .block-enviroment-enviroment-main ._text-set ._num ._s {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
  }
  .block-enviroment-walware-navi ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .block-enviroment-walware-navi ul li {
    width: 50%;
  }
  .block-enviroment-walware-navi ul li a {
    display: block;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    transition-duration: 0.2s;
    position: relative;
  }
  .block-enviroment-walware-navi ul li a:hover {
    opacity: 0.8;
  }
  .block-enviroment-walware-navi ul li a.is-helth {
    background: #E6BA27;
  }
  .block-enviroment-walware-navi ul li a.is-child {
    background: #1E9ED3;
  }
  .block-enviroment-walware-navi ul li a.is-care {
    background: #68C77A;
  }
  .block-enviroment-walware-navi ul li a.is-life {
    background: #EFA438;
  }
  .block-enviroment-walware-navi ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 2px;
    height: 2px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    transform: scale(1.5, 2);
  }
  .block-enviroment-walware-main {
    margin-top: 50px;
    position: relative;
  }
  .block-enviroment-walware-main + .block-enviroment-walware-main {
    margin-top: 60px;
  }
  .block-enviroment-walware-main img {
    width: 100%;
  }
  .block-enviroment-walware-main ._extra {
    margin-top: 15px;
  }
  .block-enviroment-walware-main.is-helth ._row-header {
    background: #E6BA27;
  }
  .block-enviroment-walware-main.is-helth ._title {
    border: 2px solid #E6BA27;
    color: #E6BA27;
  }
  .block-enviroment-walware-main.is-child ._row-header {
    background: #1E9ED3;
  }
  .block-enviroment-walware-main.is-child ._title {
    border: 2px solid #1E9ED3;
    color: #1E9ED3;
  }
  .block-enviroment-walware-main.is-care ._row-header {
    background: #68C77A;
  }
  .block-enviroment-walware-main.is-care ._title {
    border: 2px solid #68C77A;
    color: #68C77A;
  }
  .block-enviroment-walware-main.is-life ._row-header {
    background: #EFA438;
  }
  .block-enviroment-walware-main.is-life ._title {
    border: 2px solid #EFA438;
    color: #EFA438;
  }
  .block-enviroment-walware-main ._row-header {
    display: flex;
    background: #000;
    height: 87px;
  }
  .block-enviroment-walware-main ._row-header > div:nth-child(1) {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-enviroment-walware-main ._row-header > div:nth-child(2) {
    flex: 1;
  }
  .block-enviroment-walware-main ._row-header > div:nth-child(2) img {
    width: 100%;
    object-fit: cover;
    height: 87px;
  }
  .block-enviroment-walware-main ._row-header h2 {
    text-align: center;
    line-height: 1.8;
    color: #fff;
  }
  .block-enviroment-walware-main ._row-header h2 span {
    display: block;
  }
  .block-enviroment-walware-main ._row-header h2 span:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
  }
  .block-enviroment-walware-main ._row-header h2 span:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
  }
  .block-enviroment-walware-main ._row-body {
    background: #f7f4f4;
    padding: 10px;
  }
  .block-enviroment-walware-main ._items > * {
    background: #fff;
    padding: 20px;
  }
  .block-enviroment-walware-main ._item {
    display: flex;
    position: relative;
  }
  .block-enviroment-walware-main ._item ._title {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
  }
  .block-enviroment-walware-main ._item ._texts {
    flex: 1;
    margin: 0 0 0 15px;
  }
  .block-enviroment-walware-main ._item ._texts p {
    line-height: 1.8;
  }
  .block-enviroment-walware-main ._box {
    margin-top: 20px;
    border-radius: 6px;
    background: #1e9ed3;
    padding: 10px;
  }
  .block-enviroment-walware-main ._box.is-life {
    background-color: #EFA438;
  }
  .block-enviroment-walware-main ._box.is-life ._body ._t1 {
    color: #EFA438 !important;
  }
  .block-enviroment-walware-main ._box ._box-header {
    color: #fff;
    text-align: center;
    padding: 7px;
  }
  .block-enviroment-walware-main ._box ._box-header ._t1 {
    font-size: 10px;
    text-align: center;
  }
  .block-enviroment-walware-main ._box ._box-header ._t2 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
  .block-enviroment-walware-main ._box ._box-body {
    border-radius: 6px;
    background: #fff;
    position: relative;
    padding: 25px;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof {
    text-align: center;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof ._prof-face {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof ._prof-text {
    margin-top: 10px;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof ._prof-text ._t1 {
    font-size: 24px;
    line-height: 1;
  }
  .block-enviroment-walware-main ._box ._box-body ._prof ._prof-text ._t2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .block-enviroment-walware-main ._box ._box-body ._body {
    margin-top: 20px;
  }
  .block-enviroment-walware-main ._box ._box-body ._body ._t1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #1e9ed3;
  }
  .block-enviroment-walware-main ._box ._box-body ._body p {
    margin-top: 10px;
  }
  .block-enviroment-walware-main ._box ._box-body ._body ._img {
    margin: 20px auto;
  }
  .block-recruit-flow-02 img {
    width: 100%;
  }
  .block-recruit-flow-02 ._image {
    text-align: center;
    margin: 20px;
  }
  .block-recruit-message-main {
    padding: 40px 0;
    margin: 0 auto;
  }
  .block-recruit-message-main ._title {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    color: #146097;
  }
  .block-recruit-message-main ._body {
    margin: 20px 40px;
  }
  .block-recruit-message-main ._prof {
    margin: 20px 40px;
    text-align: right;
  }
  .block-recruit-message-main ._prof ._t1 {
    line-height: 2;
    color: #3c3c3c;
  }
  .block-recruit-message-main ._prof ._t2 {
    font-weight: bold;
    font-size: 15px;
  }
  /* ----------------------------------------------------------
  block--career-main
  ---------------------------------------------------------- */
  .block-career-main img {
    width: 100%;
  }
  .mod-career-main-mv {
    position: relative;
  }
  .mod-career-main-mv ._image {
    position: relative;
  }
  .mod-career-main-mv ._image img {
    height: 200px;
    object-fit: cover;
  }
  .mod-career-main-mv ._texts {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-career-main-mv ._texts ._texts-inner {
    background: #fff;
    padding: 15px;
    text-align: left;
  }
  .mod-career-main-mv ._texts h1 {
    font-size: 12px;
    font-weight: bold;
    color: #146097;
    font-weight: 400;
  }
  .mod-career-main-mv ._texts ._lead {
    font-size: 18px;
    font-weight: bold;
    color: #146097;
    margin-top: 5px;
  }
  /* ----------------------------------------------------------
  block--career-lead
  ---------------------------------------------------------- */
  .block-career-lead {
    padding: 20px;
  }
  .block-career-lead .block-inner {
    position: relative;
  }
  .block-career-lead p {
    font-size: 14px;
    line-height: 2;
  }
  /* ----------------------------------------------------------
  block--career-prof
  ---------------------------------------------------------- */
  .block-career-prof {
    position: relative;
  }
  .block-career-prof img {
    width: 100%;
  }
  .mod-career-prof-mv {
    position: relative;
    border-bottom: 3px solid #009970;
  }
  .mod-career-prof-mv ._image {
    position: relative;
  }
  .mod-career-prof-mv ._image img {
    height: 150px;
    object-fit: cover;
    object-position: center right;
  }
  .mod-career-prof-mv ._texts {
    margin-top: -20px;
  }
  .mod-career-prof-mv ._texts ._texts-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._copy {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._copy span {
    display: block;
    font-size: 15px;
    line-height: 1.01;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(90deg, #146097 0%, #009970 100%);
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box {
    margin-left: 20px;
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-left {
    flex: 1;
    position: relative;
    padding-bottom: 15px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-left ._t1 {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #146097;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-left ._t2 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #146097;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-right {
    flex: 1;
    position: relative;
    border-left: 1px solid #009970;
    padding: 0 20px 10px 10px;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-right ._t3 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #009970;
  }
  .mod-career-prof-mv ._texts ._texts-inner ._box ._box-right ._t4 {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.5;
    color: #009970;
  }
  /* ----------------------------------------------------------
  block--career-history
  ---------------------------------------------------------- */
  .block-career-history {
    position: relative;
  }
  .block-career-history img {
    width: 100%;
  }
  .mod-career-history {
    overflow: hidden;
    position: relative;
    padding: 50px 0 0 90px;
  }
  .mod-career-history ._mainline {
    position: absolute;
    top: 0px;
    left: 0;
    width: 90px;
    bottom: 0;
  }
  .mod-career-history ._mainline {
    background-color: #009970;
  }
  .mod-career-history ._year {
    position: relative;
    font-size: 23px;
    color: #fff;
    margin-left: -70px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.5;
    display: none;
  }
  .mod-career-history ._year._event {
    opacity: 1;
    display: block;
  }
  .mod-career-history-item {
    margin-top: 10px;
    padding-bottom: 60px;
    position: relative;
  }
  .mod-career-history-item.is-no-line-sp {
    margin-top: -20px;
  }
  .mod-career-history-item.is-no-line-sp:after {
    display: none;
  }
  .mod-career-history-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -75px;
    right: 0;
    height: 1px;
    background: #fff;
  }
  .mod-career-history-item ._age {
    position: absolute;
    top: -50px;
    left: 13px;
  }
  .mod-career-history-item ._in {
    padding: 20px 0 0 20px;
  }
  .mod-career-history-item ._age {
    font-size: 12px;
    line-height: 1;
    color: #009970;
  }
  .mod-career-history-item ._age b {
    font-size: 45px;
    font-weight: bold;
  }
  .mod-career-history-item ._title {
    background-color: #009970;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0;
    line-height: 1;
    text-align: left;
    color: #fff;
    padding-left: 20px;
  }
  .mod-career-history-item ._lead {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #009970;
  }
  .mod-career-history-item ._doc {
    margin-top: 10px;
    font-weight: normal;
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  .mod-career-history-item ._image {
    margin-top: 10px;
  }
  .block-career-now {
    position: relative;
    padding: 0 0 50px 0;
    background-color: #009970;
  }
  .block-career-now img {
    width: 100%;
  }
  .block-career-now .block-inner {
    position: relative;
  }
  .block-career-now ._img {
    position: relative;
    margin-left: 20px;
  }
  .block-career-now ._box {
    margin-top: -20px;
    background-color: #009970;
    color: #fff;
    width: 90vw;
  }
  .block-career-now ._box ._t1 {
    font-size: 38px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 0.7;
  }
  .block-career-now ._box ._t2 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.75;
    padding: 0 0 0 20px;
  }
  /* ----------------------------------------------------------
  block--talk2-mv
  ---------------------------------------------------------- */
  .block-talk2-mv {
    position: relative;
  }
  .block-talk2-mv img {
    width: 100%;
  }
  .block-talk2-mv ._texts {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .block-talk2-mv ._texts .block-inner {
    position: relative;
  }
  .block-talk2-mv ._texts .block-inner ._texts-inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 40px 15px 15px;
    display: inline-block;
  }
  .block-talk2-mv ._texts .block-inner h1 {
    font-size: 12px;
    font-weight: bold;
    color: #146097;
    font-weight: normal;
  }
  .block-talk2-mv ._texts .block-inner ._lead {
    font-size: 18px;
    font-weight: bold;
    color: #146097;
    margin-top: 5px;
  }
  /* ----------------------------------------------------------
  block--talk2-lead
  ---------------------------------------------------------- */
  .block-talk2-lead {
    position: relative;
    padding: 20px;
  }
  .block-talk2-lead .block-inner ._t1 {
    font-size: 14px;
    line-height: 2;
    color: #3c3c3c;
  }
  /* ----------------------------------------------------------
  block--talk2-member
  ---------------------------------------------------------- */
  .block-talk2-member {
    padding: 40px 20px;
    background: #F7F4F4;
  }
  .block-talk2-member img {
    width: 100%;
  }
  .block-talk2-member .block-inner {
    position: relative;
  }
  .block-talk2-member ._row-head {
    position: relative;
  }
  .block-talk2-member ._row-head .title-wai {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .block-talk2-member ._row-head .title-wai:before, .block-talk2-member ._row-head .title-wai:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #000;
  }
  .block-talk2-member ._row-head .title-wai h2 {
    font-size: 18px;
    line-height: 1.01;
  }
  .block-talk2-member ._row-body {
    position: relative;
    margin-top: 35px;
  }
  .mod-talk2-member-items {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-talk2-member-item {
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }
  .mod-talk2-member-item ._item-image {
    width: 100%;
  }
  .mod-talk2-member-item ._item-texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    margin-top: -30px;
  }
  .mod-talk2-member-item.is-B .job {
    background-color: #2EC368;
  }
  .mod-talk2-member-item.is-C .job {
    background-color: #A9E300;
  }
  .mod-talk2-member-item .job {
    font-size: 18px;
    line-height: 1.9;
    font-weight: bold;
    background: #F35318;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    margin: 0 10px;
  }
  .mod-talk2-member-item ._name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #3c3c3c;
    text-align: center;
  }
  /* ----------------------------------------------------------
  block--talk2-talk
  ---------------------------------------------------------- */
  .block-talk2-talks {
    padding: 60px 0;
    display: flex;
    gap: 50px;
    flex-direction: column;
  }
  .block-talk2-talk {
    padding: 0 20px;
  }
  .block-talk2-talk img {
    width: 100%;
  }
  .block-talk2-talk .block-inner {
    position: relative;
  }
  .block-talk2-talk ._row-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #F7F4F4;
    padding: 30px;
    text-align: center;
  }
  .block-talk2-talk ._row-head ._en {
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
  }
  .block-talk2-talk ._row-head ._en p {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    background: #146097;
    border-radius: 25px;
    width: 200px;
  }
  .block-talk2-talk ._row-head h2 {
    margin-top: 9px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #3c3c3c;
  }
  .block-talk2-talk ._row-body {
    margin-top: 30px;
  }
  .block-talk2-talk ._row-img {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .mod-talk2-talk-cols {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-talk2-talk-cols ._cols-image ._img {
    position: relative;
  }
  .mod-talk2-talk-cols ._cols-texts {
    flex: 1;
  }
  .block-talk2-img {
    padding: 0 0 20px 0;
  }
  .block-talk2-img img {
    width: 100%;
  }
  .mod-talk2-talk {
    display: flex;
    gap: 18px;
    flex-direction: column;
  }
  .mod-talk2-talk ._talk {
    position: relative;
    display: flex;
    gap: 15px;
  }
  .mod-talk2-talk ._talk ._talk-face {
    width: 50px;
  }
  .mod-talk2-talk ._talk ._talk-texts {
    flex: 1;
  }
  .mod-talk2-talk ._talk ._talk-face {
    text-align: center;
  }
  .mod-talk2-talk ._talk ._talk-face img {
    width: 50px;
  }
  .mod-talk2-talk ._talk ._talk-face span {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
  }
  .mod-talk2-talk ._talk ._talk-face span.is-A {
    color: #F35318;
  }
  .mod-talk2-talk ._talk ._talk-face span.is-B {
    color: #2EC368;
  }
  .mod-talk2-talk ._talk ._talk-face span.is-C {
    color: #A9E300;
  }
  .mod-talk2-talk ._talk ._talk-texts p {
    font-size: 14px;
    line-height: 2;
  }
  .block-internship-warp {
    background-color: #CFF7E3;
  }
  .block-internship-mv {
    position: relative;
  }
  .block-internship-mv img {
    width: 100%;
  }
  .block-internship-mv:after {
    content: "";
    display: block;
    position: absolute;
    inset: 15px;
    border: 4px solid #04AA84;
  }
  .block-internship-mv ._image {
    padding: 70px 0 0 20px;
  }
  .block-internship-mv ._en {
    position: absolute;
    top: 15px;
    left: 25px;
  }
  .block-internship-mv ._en img {
    width: auto;
    height: 60px;
  }
  .block-internship-mv ._box {
    position: absolute;
    z-index: 10;
    top: 170px;
    left: 0;
    padding: 15px;
    width: 180px;
    height: 81px;
    background: #fff;
    opacity: 0.9;
    display: flex;
    align-items: center;
  }
  .block-internship-mv h1 {
    font-size: 18px;
    font-weight: bold;
    color: #04AA84;
  }
  .block-internship-message {
    padding: 50px 15px 25px 15px;
  }
  .block-internship-message ._title {
    margin-left: -15px;
  }
  .block-internship-message ._box {
    margin-top: -10px;
    background-color: #fff;
    padding: 50px 45px 45px 45px;
  }
  .block-internship-message ._box p {
    font-size: 14px;
    line-height: 2;
    color: #3c3c3c;
  }
  .block-internship-course img {
    width: 100%;
  }
  .block-internship-point {
    padding: 0 0 25px 0;
  }
  .block-internship-point.is-B ._row-title {
    background-color: #146097;
  }
  .block-internship-point img {
    width: 100%;
  }
  .block-internship-point ._deco img {
    transform-origin: center top;
    transform: scale(1, 2);
  }
  .block-internship-point ._row-title {
    padding: 25px 0 0 0;
    background-color: #04AA84;
    color: #fff;
  }
  .block-internship-point ._row-title ._t1 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .block-internship-point ._row-title ._t2 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.66;
  }
  .block-internship-point ._row-body {
    padding: 50px 15px 23px 15px;
  }
  .block-internship-point ._row-body ._lead {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    color: #3c3c3c;
  }
  .block-internship-point ._row-body ._coming {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    color: #3c3c3c;
    padding: 15px 0 100px 0;
  }
  .block-internship-point ._row-body ._title {
    padding: 40px 0 30px 0;
  }
  .mod-internship-point-items {
    display: flex;
    gap: 6px;
    flex-direction: column;
  }
  .mod-internship-point-item {
    position: relative;
    padding: 90px 30px 28px 30px;
    border: 3px solid #04AA84;
    overflow: hidden;
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .mod-internship-point-item.is-B {
    border-color: #146096;
  }
  .mod-internship-point-item.is-B ._item-texts ._no {
    color: #146096;
  }
  .mod-internship-point-item.is-r ._item-texts ._no {
    left: auto;
    left: -15px;
  }
  .mod-internship-point-item ._item-image img {
    width: 100%;
  }
  .mod-internship-point-item ._item-texts ._no {
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    color: #04aa84;
    position: absolute;
    top: -15px;
    right: -15px;
  }
  .mod-internship-point-item ._item-texts ._ti {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
  .mod-internship-point-item ._item-texts ._doc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
  .mod-internship-tab ._tab-menu {
    display: flex;
    justify-content: center;
  }
  .mod-internship-tab ._tab-menu ._tab {
    flex: 1;
    background: #F2EFEF;
    color: #04AA84;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab1.js-open {
    background: #04AA84;
    color: #fff;
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab1.js-open:after {
    content: "";
    z-index: 10;
    display: block;
    position: absolute;
    top: 0px;
    right: -10px;
    width: 20px;
    bottom: 0;
    background: #04AA84;
    transform: skew(15deg);
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab2 {
    color: #146097;
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab2.js-open {
    background: #146097;
    color: #fff;
  }
  .mod-internship-tab ._tab-menu ._tab.is-tab2.js-open:after {
    content: "";
    z-index: 10;
    display: block;
    position: absolute;
    top: 0px;
    left: -10px;
    width: 20px;
    bottom: 0;
    background: #146097;
    transform: skew(-15deg);
  }
  .mod-internship-tab ._tab-body {
    background-color: #fff;
  }
  .block-internship-bg2 {
    background-color: #CBFFFB;
  }
  .block-internship-rec {
    background: url(/images/internship/deco1.png) left top repeat-x;
    padding: 50px 0 185px 0;
    background-size: 300%;
    background-color: #F7F8F2;
  }
  .block-internship-rec.is-B {
    background-image: url(/images/internship/deco1b.png);
  }
  .block-internship-rec ._row-body {
    margin: 0 15px;
    margin-top: 10px;
  }
  .block-internship-rec ._cols {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
  .mod-internship-rec-box {
    padding: 15px 0 0 0;
  }
  .mod-internship-rec-box.is-B h3:before {
    background-image: url(/images/internship/deco2_b.svg);
  }
  .mod-internship-rec-box.is-B h3:after {
    background-image: url(/images/internship/deco2b_b.svg);
  }
  .mod-internship-rec-box.is-B li p:after {
    background-image: url(/images/internship/deco5b.svg);
  }
  .mod-internship-rec-box h3 {
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1.06;
    position: relative;
  }
  .mod-internship-rec-box h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    background: url(/images/internship/deco2.svg) left top no-repeat;
    background-size: contain;
    width: 46px;
    height: 40px;
  }
  .mod-internship-rec-box h3:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 0px;
    background: url(/images/internship/deco2b.svg) left top no-repeat;
    background-size: contain;
    width: 46px;
    height: 40px;
  }
  .mod-internship-rec-box ._box {
    margin-top: 13px;
    background: #fff;
    box-shadow: 6px 8px 3px rgba(0, 0, 0, 0.06);
    padding: 30px;
  }
  .mod-internship-rec-box ._note {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.33;
    color: #212121;
  }
  .mod-internship-rec-box ul {
    display: flex;
    gap: 13px;
    flex-direction: column;
  }
  .mod-internship-rec-box li p {
    font-size: 14px;
    line-height: 1.75;
    color: #3c3c3c;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 20px;
  }
  .mod-internship-rec-box li p:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    background: url(/images/internship/deco5.svg) left top no-repeat;
    background-size: contain;
    width: 14px;
    height: 10px;
  }
  .block-internship-program {
    position: relative;
    padding: 0 0 40px 0;
    margin-top: -135px;
  }
  .block-internship-program img {
    width: 100%;
  }
  .block-internship-program ._title {
    position: relative;
    z-index: 10;
  }
  .block-internship-program ._row-body {
    position: relative;
    margin: 0 15px;
    margin-top: -10px;
  }
  .block-internship-program ._row-body ._img {
    width: 330px;
    margin: 0 auto;
    box-shadow: 6px 8px 3px rgba(0, 0, 0, 0.16);
  }
  .block-internship-program ._message {
    margin-top: -20px;
    margin-left: -15px;
    display: flex;
    gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }
  .block-internship-program ._message span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px 10px 10px;
    background-color: #04AA84;
  }
  .block-internship-program ._message.is-B span {
    background-color: #146096;
  }
  .block-internship-program ._lead {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
  }
  .block-internship-program ._space {
    margin-top: 20px;
  }
  .block-internship-program ._space ._cols {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block-internship-program ._space ._note {
    margin-top: 25px;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
  }
  .block-internship-program ._space dt span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-color: #212121;
    padding: 17px;
  }
  .block-internship-program ._space dd {
    margin: 0;
    background-color: #fff;
    padding: 25px 30px 30px 30px;
  }
  .block-internship-program ._space h4 {
    font-size: 14px;
    line-height: 2;
  }
  .block-internship-program ._space p {
    font-size: 14px;
    line-height: 2;
  }
  .block-internship-program ._space table {
    margin-bottom: 20px;
  }
  .block-internship-program ._space table th {
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    width: 70px;
  }
  .block-internship-program ._space table td {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0 10px 0;
  }
  .block-internship-job {
    padding: 50px 0 15px 0;
    background-color: #fff;
  }
  .block-internship-job ._ti.is-B ._ti1 {
    background-color: #146096;
  }
  .block-internship-job ._ti.is-B ._ti1:after {
    background: #146096;
  }
  .block-internship-job ._ti.is-B ._ti2 {
    border: 3px solid #146096;
  }
  .block-internship-job .mod-internship-h2 img {
    width: auto;
    height: 55px;
  }
  .block-internship-job ._row-body {
    margin-top: 25px;
  }
  .block-internship-job ._row-body ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .block-internship-job ._row-body ._ti1 {
    width: 100px;
    font-size: 14px;
    line-height: 1.5;
    background-color: #04AA84;
    color: #fff;
    padding: 8px 5px 8px 15px;
    position: relative;
  }
  .block-internship-job ._row-body ._ti1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -10px;
    width: 20px;
    bottom: 0px;
    background: #04AA84;
    transform: skew(-15deg);
  }
  .block-internship-job ._row-body ._ti2 {
    margin: 10px 40px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 1.5;
    border: 3px solid #04AA84;
    color: #212121;
    background-color: #F7F8F2;
    padding: 20px;
  }
  .block-internship-job ._row-body ._doc {
    margin: 10px 40px 30px 40px;
    font-size: 14px;
    line-height: 1.5;
    color: #212121;
  }
  .block-internship-job ._row-body table {
    margin: 10px 40px 10px 40px;
  }
  .block-internship-job ._row-body table td {
    font-size: 14px;
    line-height: 1.5;
    color: #212121;
  }
  .block-internship-flow {
    padding: 35px 0 50px 0;
    background-color: #CFF7E3;
  }
  .block-internship-flow.is-B {
    background-color: #CFE5F7;
  }
  .block-internship-flow img {
    width: 100%;
  }
  .block-internship-flow ._row-body {
    margin-top: 25px;
  }
  .block-internship-flow ._fig1 {
    width: 221px;
    margin: 0 auto;
  }
  .block-internship-entry {
    background-color: #04AA84;
  }
  .block-internship-entry.is-B {
    background-color: #146096;
  }
  .block-internship-entry ._deco img {
    transform-origin: center top;
    transform: scale(1, 3);
  }
  .block-internship-entry ._inner {
    padding: 50px 0 100px 0;
  }
  .block-internship-entry img {
    width: 100%;
  }
  .block-internship-entry ._row-body {
    margin: 0 15px;
    margin-top: 25px;
  }
  .block-internship-entry ._doc {
    font-size: 14px;
    line-height: 2;
    color: #fff;
  }
  .block-internship-entry ._btns {
    margin-top: 40px;
    text-align: center;
  }
  .mod-internship-btn {
    background-color: #146097;
    width: 90%;
    height: 90px;
    border-radius: 10px;
    background: #146097;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .mod-internship-btn.is-B {
    background-color: #04AA84;
  }
  .mod-internship-h2 {
    text-align: center;
  }
  .mod-internship-h2 img {
    width: auto;
    height: 60px;
  }
  .mod-internship-h2.is-B h2 span {
    background-color: #146096;
  }
  .mod-internship-h2.is-B.is-wh h2 span {
    color: #146096;
  }
  .mod-internship-h2.is-wh {
    color: #fff;
  }
  .mod-internship-h2.is-wh h2 span {
    background-color: #fff;
    color: #04AA84;
  }
  .mod-internship-h2 h2 span {
    display: inline-block;
    background-color: #04AA84;
    padding: 7px;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #fff;
  }
}