@charset "utf-8";

/* ===============================
Top Page
=============================== */

/*
body::-webkit-scrollbar {
  display: none;
}
*/

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

main {
  padding-top: 135px;
}

/*
@media screen and (max-width: 1112px) {
  main {
    padding-top: 188px;
  }
}
@media screen and (max-width: 1021px) {
  main {
    padding-top: 175px;
  }
}
@media screen and (max-width: 930px) {
  main {
    padding-top: 155px;
  }
}
*/

@media screen and (max-width: 767px) {
  main {
    padding-top: 50px;
  }
}

/* toggle class handle commonjs */

/* ___________ sec-busi-service _____________ */
.sec-busi-service {
  background: #efede4;
}

.sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sec-grid .sec-grid-item {
  box-sizing: border-box;
  background: #ffffff;
  outline: 1px solid #0e357f;
  outline-offset: -1px;
  border-radius: 10px;
  text-align: center;
  padding: 17px 0 22px 0;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 767px) {
  .sec-grid .sec-grid-item {
    border-radius: 5px;
  }
}

.sec-grid .sec-grid-item:hover {
    outline: 3px solid #0e357f;
    outline-offset: -3px;
}

.sec-grid .sec-grid-item img {
    margin: 0 auto;
    max-width: 86px;
    max-width: 72px;
}

.sec-grid .sec-grid-item a:hover {
  opacity: 1 !important;
}

.sec-grid .sec-grid-item span {
    font-size: 1.6rem;
    line-height: 2.67;
    font-weight: bold;
    color: #0e357f;
    font-size: 1.4rem;
}

.sec-grid .sec-grid-item p {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #1a1a1a;
    font-size: 1.5rem;
}

.sec-bs-bg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.sec-bs-bg .img-container {
  max-width: 746px;
  padding: 0px 20px;
  margin: 0px auto;
}

.sec-busi-service {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}

.sec-busi-service::after {
  content: "";
  position: absolute;
  bottom: 293px;
  left: 0;
  background: url(../img/top/tokyo_text.svg) repeat-x;
  background-size: contain;
  width: 9324px;
  height: 194px;
  overflow-x: hidden;
  animation: marquee 30s linear infinite;
  z-index: -1;
}

@keyframes marquee {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(-3108px);
  }
}

.buildings {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.sec-bs-btn a {
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
  background: #df0615;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

.sec-bs-btn a:hover {
  background: #eb3f4b;
}

.sec-bs-btn a img {
  width: 26px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .buildings {
    max-width: 305px;
    margin: 0 auto;
  }

  .sec-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .sec-grid .sec-grid-item img {
    max-width: 58px;
  }

  .sec-grid .sec-grid-item span {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .sec-grid .sec-grid-item p {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .sec-busi-service::after {
    font-size: 7.2rem;
    height: 95px;
    bottom: 130px;
    animation: marquee 30s linear infinite;
  }

  .sec-bs-btn a {
    max-width: 280px;
    padding: 18px 0;
    font-size: 1.6rem;
  }
}

/* ___________ /sec-busi-service _____________ */

/* ___________ sec-mv _____________ */

.sec-mv {
  background: #0e357f;
}

.mv-ttl-grid {
  margin-bottom: 15px;
  padding: 15px 30px;
  background: #ffffff;
  /*display: grid;*/
  grid-template-columns: repeat(8, 1fr);
}

.mv-ttl-01 {
  margin: 0 auto;
  grid-column: 1 / 3;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #df0615;
}

.mv-ttl-02 {
  grid-column: 3 / 8;
  color: #1a1a1a;
  font-size: 3rem;
}

.mv-con {
  background: #0e357f;
}

@media screen and (max-width: 767px) {
  .mv-ttl-grid {
    display: block;
    padding: 8px;
    margin-bottom: 10px;
    margin-bottom: 10px;
  }

  .mv-ttl-01 {
    grid-column: 1 / 2;

    line-height: 1.5;
    margin-bottom: 4px;
  }

  .mv-ttl-02 {
    grid-column: 1 / 2;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* ___________ /sec-mv _____________ */

/* ___________ sec-mv-btn _____________ */

.sec-mv-btn {
  background: #e0dccc;
}

.mv-btn-grid {
  display: flex;
  gap: 10px 10px;
  justify-content: center;
  width: 100%;
}

.mv-btn-grid .mv-btn {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  position: relative;
}

/* 横並びのボタン背景ピンク色 */ 
.mv-btn-grid .mv-btn_lb {
    background-color: #fcbfbf;
    border: 1px solid #fcbfbf;
    border-radius: 6px;
    position: relative;
}

.mv-btn-grid .mv-btn_lb a {
  padding: 15px 40px 15px 18px;
  color: #0e357f;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}

.mv-btn-grid .mv-btn_lb::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/top/mv-btn-red.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.mv-btn-grid .mv-btn_lb.mv-btn_lb-hover::after {
  right: 0%;
}

/* 横並びのボタン背景水色のCSSここまで */ 


.mv-btn-grid .mv-btn a {
  padding: 15px 40px 15px 18px;
  color: #0e357f;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}

.mv-btn-grid div {
  width: 33.33%;
}

.mv-btn-grid .mv-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/top/mv-btn-red.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.mv-btn-grid .mv-btn.mv-btn-hover::after {
  right: 0%;
}

@media screen and (max-width: 767px) {
  .mv-btn-grid .mv-btn {
    padding: 10px 45px 10px 10px;
    border-radius: 5px;
  }

  .mv-btn-grid .mv-btn a {
    padding: 13px 10px 13px 10px;
    line-height: 1.4;
  }

  .mv-btn-grid {
    flex-wrap: wrap;
  }

  .mv-btn-grid div {
    width: 100%;
  }

  .mv-btn-grid .mv-btn a {
    font-size: 1.4rem;
  }
}

/* ___________ /sec-mv-btn _____________ */

/* section branch */

.sec-branch {
  display: flex;
}

.sec-branch>* {
  flex: 1;
}

.branch-map {
  position: relative;
}

.branch-map .inner_div,
.branch-desk .inner_div {
  max-width: 495px;
  z-index: 5;
  position: relative;
}

.map-img-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 840px;
}

.map-img-container img {
  width: 100%;
}

.branch-map .btn,
.branch-desk .btn {
  margin-bottom: 20px;
}

.branch-desk {
  background-image: url(../img/top/desk.png);
  background-size: cover;
  background-repeat: no-repeat;
}

a.branch-desk,
a.branch-map {
  position: relative;
}

.industry-anchor::after,
a.branch-desk::after,
a.branch-map::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 6;
  transition: opacity 0.3s ease;
}

.industry-anchor:hover::after,
a.branch-desk:hover::after,
a.branch-map:hover::after {
  background: #fff;
  opacity: 0.3;
}

.sec-branch .btn,
.sec-industry .btn {
  margin-bottom: 0px;
  display: flex;
  font-weight: 700;
  align-items: center;
  padding: 12px 25px 12px 19px;
  border: none;
  outline: none;
  background-color: #0e357f;
  cursor: pointer;
}

.sec-branch .btn img,
.sec-industry .btn img {
  max-width: 20px;
  margin-left: 10px;
}

/* section industry */
.sec-industry {
  border: 0.0001px solid transparent;
  background-image: url(../img/top/industry_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right 35% bottom 45%;
  background-origin: center;
}

.industry-anchor {
  padding: 111px 120px;
  position: relative;
}

.inner_industry {
  max-width: 811px;
  display: flex;
  height: auto;
  justify-content: flex-start;
}

.inner_industry .title_wrapper {
  width: 720px;
}

.title_industry h2 {
  margin-bottom: 18px;
}

.title_industry h2 {
  margin-bottom: 10px;
}

.title_industry span {
  margin-bottom: 30px;
  font-weight: bold;
}

.industry_para {
  max-width: 481px;
}

.btn-wrapper .btn {
  height: 60px;
  padding-inline: 26px;
  margin-top: 30px;
}

.hide_pc {
  display: none;
}

.hide_sp {
  display: block;
}

/* section carousel */

.carousel {
  border: 0.001px solid transparent;
  background-image: url(../img/top/gridback.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner_carousel {
  margin-top: 100px;
  margin-bottom: 20px;
}

.carousel .slider-container {
  display: flex;
  gap: 0px;
  border: 1px solid red;
  width: 200px;
  height: 200px;
}

.carousel .swiper-slide {
  width: 200px !important;
  height: 200px !important;
}

.carousel .car-img-container {
  display: flex;
  gap: 20px;
}

.carousel .car-img-container img {
  height: 100%;
}

.carousel .swiper-pagination {
  padding-block: 2.5rem;
  bottom: -20px !important;

  position: static !important;
}

.carousel .swiper .swiper-pagination-bullet {
  background-color: #3d3939;
  width: 14px;
  border-radius: 100vmax !important;
  height: 14px;
  margin-block: 10px;
}
.carousel .swiper .swiper-pagination-bullet:not(:last-child){
  margin-right: 20px;
}

.carousel .swiper-pagination-bullet-active {
  background-color: #df0615 !important;
}

@media screen and (max-width: 1200px) {
  .sec-header {
    gap: 10px;
  }

  .search-btns {
    gap: 10px;
  }

  .input-wrap {
    min-width: 220px;
  }
}

@media screen and (max-width: 1090px) {

  .red-btn-1,
  .red-btn-2 {
    font-size: 14px;
    padding-inline: 10px;
  }
}

@media screen and (max-width: 1020px) {
  .sec-header {
    max-height: 80px;
  }

  .logo-container {
    max-width: 240px;
  }

  .logo {
    width: 100%;
    margin-top: 11px;
  }

  .inner_search {
    gap: 5px;
  }

  .red-btn-1,
  .red-btn-2 {
    font-size: 14px;
    padding-inline: 10px;
  }

  .input-wrap {
    min-width: 180px;
    height: 38px;
  }
}

@media screen and (max-width: 968px) {
  .inner_industry {
    margin-inline: auto;
    padding-inline: 20px;
  }

  .inner_industry .title_wrapper .title_industry {
    width: 300px;
    margin-bottom: 10px;
  }

  .branch-map .inner_div,
  .branch-desk .inner_div {
    margin-left: 30px;
  }
}

@media screen and (max-width: 930px) {
/*
  .sec-header {
    max-height: 70px;
  }
*/

  .logo {
    max-width: 180px;
    max-height: 45px;
    margin-top: 11px;
    margin-left: 10px;
  }

  .input-wrap {
    min-width: 140px;
    height: 35px;
  }

  ::placeholder {
    font-size: 1.3rem;
  }

  .search-form .btn-submit {
    color: transparent;
    min-height: 35px;
    width: 35px;
    background: #1a1a1a url(../img/common/header_search.png) no-repeat center;
    background-size: 12px;
  }

  .info_item p {
    font-size: 1.5rem;
  }

  .red-btn p {
    font-size: 1.2rem;
  }

  .red-btn {
    max-width: 120px;
  }

  .red-btn-1 {
    padding-block: 0;
    display: flex;
    align-items: center;
  }

  .rectangle {
    max-width: 15px;
  }
}

@media screen and (max-width: 767px) {
  .industry-anchor {
    padding: 34px 18px 33px 18px;
  }

  .industry-anchor::after,
  a.branch-desk::after,
  a.branch-map::after {
    display: none;
  }

  .sec-header {
    max-height: 50px;
    gap: 1.5px;
  }

  .logo {
    margin-block: 7px;
    margin-left: 8px;
    max-width: 142px;
    max-height: 36px;
  }

  .search-container {
    display: none;
  }

  .red-buttons {
    flex: 1;
    justify-content: flex-end;
    gap: 1px;
  }

  .red-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 0;
    text-align: center;
  }

  .red-btn p {
    font-size: 1.1rem;
    line-height: 1.63;
  }

  .red-btn-text-1 {
    display: none;
  }

  .red-btn-text-2 {
    display: block;
  }

  .red-btn-text-2 span {
    text-align: center;
    display: block;
    color: #fff;
    opacity: 1 !important;
  }

  .menu_icon {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #0e357f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .line:not(:last-child) {
    margin-bottom: 3.5px;
  }

  .line {
    height: 2px;
    width: 16px;
    background-color: #fff;
    transition: all 0.2s;
  }

  .rotatePlus {
    transform: rotate(45deg);
    transform-origin: top right;
    transition: transform 0.2s;
  }

  .rotateMinus {
    transform: rotate(-45deg) translate(0.6px, -1px);
    transform-origin: bottom right;
    transition: transform 0.2s;
  }

  .fade {
    transform: scaleX(0);
    transition: transform 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .pl18-sp {
    padding-left: 18px;
  }

  .pr18-sp {
    padding-right: 18px;
  }

  .hide_pc {
    display: block;
  }

  .hide_sp {
    display: none;
  }

  .sec-branch {
    flex-direction: column;
  }

  .branch-map,
  .branch-desk {
    min-height: 0;
  }

  .branch-map .inner_div,
  .branch-desk .inner_div {
    margin-left: 0;
    padding-right: 0;
  }

  .map-img-container {
    width: 610px;
  }

  .inner_div .btn {
    margin-bottom: 3rem;
  }

  .sec-branch .btn,
  .sec-industry .btn {
    padding-block: 3px;
    padding-inline: 10px;
    margin-bottom: 0;
  }

  .sec-branch .btn img,
  .sec-industry .btn img {
    max-width: 10px;
  }

  .branch-map .inner_div p,
  .branch-desk .inner_div p {
    line-height: 1.5;
  }

  /* industry */

  .sec-industry {
    position: relative;
  }

  .overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.438);
  }

  .inner_industry {
    margin: 0;
    padding: 0;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    z-index: 3;
  }

  .title_industry .title_wrapper {
    width: 100%;
  }

  .title_industry h2 {
    margin-bottom: 17px;
  }

  .title_industry span {
    margin-bottom: 10px;
  }

  .btn-wrapper .btn {
    padding: 10px;
    height: 36px;
  }

  /* slider */

  .inner_carousel {
    margin-top: 33px;
    margin-bottom: 0px;
  }

  .carousel .swiper-slide {
    width: 100px !important;
    height: 100px !important;
  }

  .carousel .slider-container {
    display: flex;
    gap: 0px;
    height: 100px;
  }

  .carousel .car-img-container {
    gap: 10px;
  }

  .carousel .swiper-pagination {
    padding-top: 5px;
    padding-bottom: 13px;
  }

  .carousel .swiper .swiper-pagination-bullet {
    width: 10px;

    height: 10px;
  }
}

@media screen and (max-width: 376px) {
  .inner_carousel {
    padding-top: 30px;
     width: 95%;
    margin: 0 auto;
  }
  .carousel .swiper-slide {
    width: 150px !important;
    height: 150px !important;
  }
  .carousel .slider-container {
    gap: 0px;
    height: 150px;
  }
}

/* Start: sec-eventSeminar */
.sec-eventSeminar {
  padding: 60px 0 40px 0;
}

.event-ttl {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: 30px;
}

.event-ttl::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #0e357f;
  border-left: 50px solid #df0615;
}

.event-ttl-h2 {
  color: #1a1a1a;
  display: inline-block;
  width: 420px;
  padding-right: 78px;
    width: 360px;
    padding-right: 54px;
}

.event-ttl-span {
  display: block;
  color: #24140e;
  width: calc(100% - 420px);
}

.imgbox-ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}

.imgbox-li {
  padding: 0 0 20px 0;
}

.imgbox-li-anchor {
  position: relative;
}

.imgbox-li-anchor::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.imgbox-li-anchor:hover::after {
  background: #fff;
  opacity: 0.3;
}

.span-box .bg-blue-span {
    display: inline-block;
    color: #ffffff;
    background-color: #0e357f;
    padding: 2px 12px 3px 12px;
    border-radius: 15px;
    font-size: 1.2rem;
}

.span-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  margin: 20px 0 0 0;
}

.sub-txt-box p span {
  color: #525252;
  font-weight: 700;
  padding-right: 15px;
}

.main-txt-box {
  padding: 15px 0;
  line-height: 1.6;
}

.event-btnbox {
  display: flex;
  justify-content: center;
}

.event-btnbox a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 20px 41px 21px 32px;
  background-color: #0e357f;
  border-right: 22px solid #fff;
}

.event-btnbox a::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 11px;
  right: -22px;
  background: url("../img/common/white_btn_arr.png") #df0615;
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease-in-out;
}

.event-btnbox a:hover {
    opacity: 1;
}

.event-btnbox a:hover::after {
  transform: translateX(35px);
}

.imgbox-li2 .imgbox {
  position: relative;
}

.img-txt {
  position: absolute;
  top: 0;
  left: 0;
}

.img-txt span {
  background-color: #df0615;
  padding: 9px 17px 10px 12px;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
}

.sp-imgtxt-wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec-eventSeminar {
    padding: 40px 0 30px 0;
  }

  .event-ttl {
    display: block;
    padding-top: 10px;
  }

  .event-ttl::before {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 25px solid #df0615;
  }

  .event-ttl-span {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
  }

  .event-ttl-h2 {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.75;
    padding-right: 0;
  }

  .pc-imgtxt-wrapper .span-box {
    display: none;
  }

  .sp-imgtxt-wrapper {
    display: block;
  }

  .sp-imgtxt-wrapper .span-box {
    display: flex;
    margin: 0;
    padding: 10px 0 15px 0;
    column-gap: 10px;
    row-gap: 8px;
  }

  .imgbox-ul {
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid #dddddd;
  }

  .imgbox-li {
    padding: 15px 0 0 0;
    border-top: 1px solid #dddddd;
  }

  .pc-imgtxt-wrapper {
    display: flex;
  }

  .pc-imgtxt-wrapper .imgbox {
    width: 142px;
    width: 39.6%;
  }

  .pc-imgtxt-wrapper .txtbox {
    width: 60.4%;
    padding-left: 8px;
  }

  .main-txt-box {
    padding-top: 0;
    font-size: 1.6rem;
    padding-bottom: 10px;
    line-height: 1.5;
  }

  .sub-txt-box {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .sub-txt-box p span {
    display: block;
    padding: 0;
  }

  .img-txt span {
    font-size: 1.1rem;
    line-height: 2;
    padding: 3px 15px 1px 11px;
  }

  .span-box .bg-blue-span {
    font-size: 1.1rem;
    padding: 2px 16px 3px 15px;
  }

  .img-txt {
    top: -2.5px;
  }

  .event-btnbox a {
    padding: 16px 40px 16px 16px;
    border-right: 15px solid #fff;
  }

  .event-btnbox a::after {
    width: 30px;
    height: 30px;
    background-size: 12px 10px;
    right: -15px;
    top: 17px;
  }
}

/* End: sec-eventSeminar */

/* Start: sec-new */
.sec-news {
  padding: 40px 0 100px 0;
}

.ttl-label {
  color: #24140e;
  margin: 20px 0 40px 0;
}

.tabbox {
  display: flex;
  color: #1a1a1a;
  align-items: center;
  gap: 10px;
}

.tabbox .tabbox-active {
  color: #fff;
  background-color: #0e357f;
}

.tabbox-li {
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 7px 0 5px 0;
  width: 25%;
  background-color: #e2e2e2;
  height: 100%;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.tabbox-main-content {
  height: 400px;
  overflow-y: auto;
}

.tabbox-main-content::-webkit-scrollbar {
  width: 15px;
  background-color: #e6e6e6;
}

.tabbox-main-content::-webkit-scrollbar-thumb {
  background: #0e357f;
}

.tabbox-main-content {
  position: relative;
  padding: 0 23px 0 20px;
  border: 2px solid #0e357f;
  display: none;
}

.tabbox-main-content.show-tab {
  display: block;
}

.content-inner-ul {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.5;
  padding: 13px 0;
  border-bottom: 1px solid #dedede;
  align-items: flex-start;
}

.content-inner-li.date-label {
  width: 240px;
  display: flex;
  align-items: center;
}

.content-inner-li.date-label.info {
    width: auto;
}

.date-label .content-date {
  color: #727272;
  width: 122px;
  padding-right: 6px;
}

.date-label .content-label {
    font-size: 1.2rem;
    color: #fff;
    width: 118px;
/*  max-height: 22px;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px;
    line-height: 1.2;
}

.mariner .content-label {
  background-color: #4567aa;
}

.antarctic-blue .content-label {
  background-color: #2f4062;
}

.green-cyan .content-label {
  background-color: #378875;
}

.red-cyan .content-label {
  background-color: #d1535d;
}

.green-pop .content-label {
  background-color: #84b150;
}

.com .content-label {
  background-color: transparent;
    border: 1px solid #727272;
    color: #24140e;
    padding: 2px 2px;
    font-size: 1.1rem;
}

.content-inner-txt {
  padding-left: 11px;
  width: calc(100% - 240px);
}

.content-inner-txt span {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 10px;
  color: #df0615;
}

.list-txt {
  color: #366bd1;
  display: flex;
  justify-content: flex-end;
  padding-right: 6px;
  margin: 22px 0 20px 0;
}

.list-txt a {
  color: #366bd1;
}

@media screen and (max-width: 767px) {
  .sec-news {
    padding: 30px 0;
  }

  .ttl-label {
    font-size: 1.4rem;
    margin: 10px 0 30px 0;
  }

  .tabbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 9px;
  }

  .tabbox-li {
    font-size: 1.4rem;
    line-height: 1.4;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    border-radius: 5px;
    min-height: 50px;
    padding: 5px 0 3px 0;
  }

  .tabbox-main-content {
    padding: 16px 18px 0 10px;
  }

  .tabbox-main-content::after {
    width: 11px;
  }

  .tabbox-content {
    margin-top: 11px;
  }

  .content-inner-ul {
    flex-direction: column;
    padding: 12px 0;
  }

  .content-inner-txt {
    font-size: 1.4rem;
    padding: 7px 0 0 0;
    width: 100%;
  }

  .content-inner-txt span {
    font-size: 1.4rem;
  }

  .list-txt {
    font-size: 1.4rem;
    margin: 0;
    padding: 11px 5px 15px 5px;
  }

    .date-label .content-date {
        font-size: 1.4rem;
        width: 110px;
    }

/*
    .mariner .content-label {
        font-size: 1rem;
        width: 87px;
    }
*/

    .tabbox-main-content::-webkit-scrollbar {
        width: 11px;
    }
    
    .content-inner-li.date-label {
        width: 100%;
    }
    
    .date-label .content-label {
        width: auto;
        min-width: 118px;
        max-width: calc(100% - 120px);
    }
    
}

/* End: sec-new */


/*20230822*/
/*-------------------------
新着情報・お知らせ
---------------------------*/

.newInfo_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newInfo_item {
    position: relative;
    width: 25%;
    border: 1px solid #1A1A1A;
    border-width: 1px 0 1px 1px;
}

.newInfo_item:nth-child(4n),
.newInfo_item:last-child {
    border-right: 1px solid #1A1A1A;
}

.newInfo_item:nth-child(1n+5) {
    border-top: 0;
}

.newInfo_item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #1A1A1A;
    text-decoration: none;
}

.newInfo_item_inner {
    padding: 15px 10px 20px;
    height: 100%;
}

.newInfo_item a::before,
.newInfo_item a::after,
.newInfo_item_inner::before,
.newInfo_item_inner::after {
    display: block;
    position: absolute;
    background-color: #0E357F;
    z-index: 10;
    content: "";
    transition: all .3s ease 0s;
}

.newInfo_item a:hover {
    transition: 0.3s;
    background-color: #F7FAFF;
    opacity: 1;
}

.newInfo_item a .bl {
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
}

.newInfo_item a:hover .bl {
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 1;
}

.newInfo_item a .bl-a:before {
    background: #0E357F;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    content: "";
}
  
.newInfo_item a .bl-a:after {
    background: #0E357F;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: scaleY(0);
    content: "";
}

.newInfo_item a .bl-b:before {
    background: #0E357F;
    transition-duration: 0.25s;
    transition-property: transform;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    content: "";
}

.newInfo_item a .bl-b:after {
    background: #0E357F;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    width: 2px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleY(0);
    content: "";
}

.newInfo_item a:hover .bl-a:before {
    transition-duration: 0s;
    transition-property: transform;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: scaleX(1);
    transform-origin: center center;
}

.newInfo_item a:hover .bl-a:after {
    transition-duration: 0.5s;
    transition-property: transform;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: scaleY(1);
    transform-origin: center center;
    transition-timing-function: linear;
}

.newInfo_item a:hover .bl-b:before {
    transition-duration: 0.25s;
    transition-property: transform;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: scaleX(1);
    transform-origin: center center;
    transition-timing-function: linear;
}

.newInfo_item a:hover .bl-b:after {
    transition-duration: 0.5s;
    transition-property: transform;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: scaleY(1);
    transform-origin: center center;
}

.newInfo_item_inner > ul {
    display: flex;
    justify-content: space-between;
}

.newInfo_item_inner .ni_date {
    color: #727272;
    font-size: 1.1rem;
    line-height: normal;
    width: 100px;
}

.newInfo_item_inner .ni_date span {
    display: block;
    color: #727272;
    font-size: 1.1rem;
}

.newInfo_item_inner .ni_cate {
    min-width: 110px;
}

.newInfo_item_inner .ni_cate span {
    display: block;
    width: 100%;
    padding: 2px 5px;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    background-color: #EFEDE4;
}

/*ニュースリリース*/
.newInfo_item_inner .ni_cate span.c_news {
    background-color: #4567AA;
}

/*会頭コメント*/
.newInfo_item_inner .ni_cate span.c_comm {
    background-color: #6C5EA3;
}

/*東商けいきょう*/
.newInfo_item_inner .ni_cate span.c_keikyo {
    background-color: #65A344;
}

/*東商の活動*/
.newInfo_item_inner .ni_cate span.c_act {
    background-color: #D55289;
}

/*政策提言・要望*/
.newInfo_item_inner .ni_cate span.c_policy {
    background-color: #00828D;
}

/*各種調査*/
.newInfo_item_inner .ni_cate span.c_invest {
    background-color: #AF653E;
}


.newInfo_item_inner .ni_title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
}

.fl_bts {
    padding-top: 50px;
}

.fl_bts a {
    min-width: 280px;
}

.fl_bts a:first-child {
    margin-right: 70px;
}

/*-------------------------
注目のワード
---------------------------*/

.word_search {
    background-color: rgba(54,107,209,0.1);
    padding-top: 40px;
    padding-bottom: 40px;
}

dl.att_words {
    display: flex;
    align-items: center;
}

dl.att_words dt {
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 30px;
    min-width: 210px;
}

dl.att_words dt span {
    color: #fff;
    font-size: 1.5rem;
    line-height: normal;
    text-align: center;
    background-color: #DF0615;
    padding: 1px 10px;
    border-radius: 3px;
    margin-right: 12px;
}

dl.att_words dd {
    display: flex;
    flex-wrap: wrap;
}

dl.att_words dd a {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    color: #366BD1;
    padding: 2px 12px 2px;
    background-color: #fff;
    border: 1.8px solid #366BD1;
    border-radius: 20px;
    margin-left: 10px;
    margin-bottom: 7px;
}


/*サイト内検索*/
.search_cont {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.search_cont input[type="text"]{
    background: #fff;
    border: none;
    width: 498px;
    height: 44px;
    font-size: 1.6rem;
    padding: 0 20px 0 20px;
    color: #101010;
    border: 1px solid #0E357F;
}

.search_cont input[type="text"]:focus {
    outline: 0;
}

.search_cont input[type="submit"]{
    cursor: pointer;
    border: none;
    background: #0E357F;
    color: #fff;
    outline : none;
    width: 60px;
    height: 44px;
    border: 1px solid #0E357F;
    position: relative;
    background-image: url(/assets/img/common/glass.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    transition: 0.5s;
}

.search_cont input[type="submit"]:hover {
    opacity: 0.7;
}

.search_cont::-webkit-input-placeholder {
    display: #fff;
}

.sec-bs-bg {
    padding-top: 60px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    dl.att_words {
        flex-direction: column;
        margin-bottom: 10px;
    }
    dl.att_words dt {
        margin-right: 0;
        margin-bottom: 15px;
    }
    dl.att_words dt span {
        font-size: 1.2rem;
        padding: 2px 10px 3px;
    }
    dl.att_words dd {
        justify-content: center;
    }
    dl.att_words dd a {
        font-size: 1.3rem;
        padding: 3px 10px 3px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .search_cont input[type="text"]{
        font-size: 1.5rem;
        padding: 0 10px 0 10px;
    }
    .word_search {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .sec-grid .sec-grid-item {
        padding: 17px 5px 22px 5px;
    }
    .sec-grid .sec-grid-item p {
        font-size: 1.5rem;
    }
    .newInfo_list {
        display: block;
    }
    .newInfo_item {
        width: 100%;
        border-width: 0 1px 1px 1px;
    }
    .newInfo_item:first-child {
        border-top: 1px solid #1A1A1A;
    }
    .fl_bts {
        display: block;
    }
    .fl_bts a {
        display: block;
        width: 280px;
        margin: 0 auto;
    }
    .fl_bts a:first-child {
        margin: 0 auto 25px;
    }
    .newInfo_wrap {
        padding-bottom: 50px;
    }
    .imgbox-blog {
        margin-bottom: 30px;
    }
    .sec-bs-bg {
        padding-top: 40px;
    }
    .youtube {
        max-width: 100%;
    }
    .youtube iframe {
        max-width: 100%;
    }
}

/*20230926*/
.em_info {
    display: flex;
    justify-content: flex-start;
}

.em_info .mv-ttl-01 {
    width: 210px;
    margin: 0 20px 0 0;
}

.em_info .mv-ttl-02 {
    width: calc(100% - 18px);
}

@media screen and (max-width: 767px) {
    .em_info {
        display: block;
    }
    .em_info .mv-ttl-01 {
        width: 100%;
        font-size: 1.4rem;
    }
    .em_info .mv-ttl-02 {
        width: 100%;
        font-size: 1.6rem;
    }
}


/*20230928*/

.word_search.att_wds {
    background-color: rgba(237,240,250,1.0);
    background-color: #edf0fa;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {
    dl.att_words dt {
        margin-bottom: 10px;
        font-weight: 600;
/*        min-width: 120px;*/
    }
    .sec-news {
        padding: 60px 0 40px 0;
    }
    .sec-eventSeminar {
        padding: 40px 0 100px 0;
    }
    
}

@media screen and (max-width: 767px) {
    .word_search.att_wds {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    dl.att_words dt {
        text-align: center;
    }
    dl.att_words {
        margin-bottom: 0;
    }
    dl.att_words dd a {
        font-size: 1.2rem;
        padding: 3px 5px 3px;
    }
    .sec-eventSeminar {
        padding-bottom: 50px;
    }
    .newInfo_wrap {
        padding-bottom: 30px;
    }
    
}

/*20231017*/

@media screen and (min-width:768px) {
    dl.att_words dt {
        min-width: 190px;/*20231219*/
        margin-right: 0;
    }
}

.newInfo_bt {
    display: block;
    width: 170px;/*20231219*/
    min-width: 170px;/*20231219*/
    padding: 3px 14px 4px;/*20231106*/
    background-color: #DF0615;
    margin: 5px 0 0;/*20231219*/
    text-align: center;
    border-radius: 5px;
}

.newInfo_bt span {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0!important;/*20231106*/
    padding: 0!important;/*20231106*/
}

.newInfo_bt span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: -4px;
    transition: all .3s;
}

@media screen and (max-width: 767px) {
    dl.att_words dt {
        display: flex;
        align-items: center;
        font-size: 1.6rem;
    }
    .newInfo_bt {
        padding: 7px 15px 7px;
        width: fit-content;
        min-width: auto;
        margin: 0;
        margin-left: 10px;
    }
    .newInfo_bt span {
        font-size: 1.4rem;
    }
}


