@charset "UTF-8";
:root {
  --main-bg-color: #000080;
  --shade2-bg-color: #000080;
  --window-padding: 50px;
  --vertical-window-padding: 100px;
  --font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-family2: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  font-style: normal;
}

a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  opacity: 0.6;
}

.pd-tb {
  padding-top: var(--vertical-window-padding);
  padding-bottom: var(--vertical-window-padding);
}

.pd-b {
  padding-bottom: var(--vertical-window-padding);
}

.mg-b {
  margin-bottom: var(--vertical-window-padding);
}

.pd-lr {
  padding-left: var(--window-padding);
  padding-right: var(--window-padding);
}

.btn01 {
  background-color: #006fbb;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  padding: 0 20px;
  border-radius: 100vh;
  position: relative;
  border: solid #fff;
}

.btn01.center {
  margin: 0 auto;
}

.btn01::after {
  content: "";
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
}

.btn01.btn01noarrow::after {
  content: unset;
}

.btn02 {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  padding: 0 20px;
  border-radius: 100vh;
  position: relative;
  background-color: #fff;
  border: solid #000;
  color: #000;
}

.btn02::after {
  content: "";
  background: url(../img/arrow-black.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hv {
  transition: 0.5s ease;
}

.hv:hover {
  opacity: 0.7;
}

/* header-end */
.section_ttl {
  font-size: 45px;
  color: var(--main-bg-color);
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.section_ttl.center {
  text-align: center;
}

.section_ttl span {
  font-size: 20px;
  color: #000;
}

.top-mv {
  background: url(../img/top_mv.jpg) no-repeat center top;
  background-size: cover;
  height: 100vh;
  width: 100%;
  min-height: 930px;
  position: relative;
}

.top-mv__inner {
  max-width: 94%;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 100%;
}

.top-mv__text {
  position: absolute;
  left: 0;
  bottom: 60px;
  font-size: 80px;
  color: #fff;
  filter: drop-shadow(1px 1px 2px #3338);
  line-height: 90px;
  font-weight: 600;
}

.top-mv__challenge {
  width: 60%;
  position: absolute;
  bottom: -30px;
  right: 3%;
}

.top-mv__challenge img {
}

.top-mv__sliderwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-mv__sliderwrap .mv_slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  min-height: 930px;
}

.mv_slider.slider_01 {
  background-image: url(../img/top_mv.jpg);
}

.mv_slider.slider_02 {
  background-image: url(../img/top_mv02.jpg);
}

.mv_slider.slider_03 {
  background-image: url(../img/top_mv03.jpg);
}

.sp {
  display: none;
}

#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 69;
  border-radius: 50%;
  background-color: #006fbb;
  border: 2px solid white;
}

#page_top a::before {
  font-weight: 900;
  content: ">";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}

/* news */
.top_news {
  background-color: #ecf9ff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.top_news .section_ttl {
  margin-bottom: 30px;
}

.top_news .news__list {
  padding: 30px 100px;
  background-color: #fff;
}

.top_news .news__list .news__item {
  padding: 20px 25px;
  border-bottom: solid 2px #3335;
}

.top_news .news__list .news__item a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.top_news .news__list .news__item:nth-child(2) {
  margin-bottom: 30px;
}

.top_news .news__list .news__item a .date {
  color: var(--main-bg-color);
  margin-right: 20px;
}

.top_news .news__list .news__item a .ttl {
  font-size: 16px;
  font-weight: 500;
}

.top_news .btn01 {
  max-width: fit-content;
  height: 100%;
  padding: 15px 40px;
  margin: 0 auto;
}

/* news */
/* about */
.top_about .inner {
  max-width: unset;
}

.top_about .wrap {
  display: flex;
}

.top_about .wrap {
  display: flex;
}

.top_about .wrap .attain_side {
  width: 100%;
  padding-left: 10%;
  padding-right: 50px;
  padding-bottom: 50px;
  position: relative;
}

.top_about .wrap .attain_side h2 {
  font-size: 50px;
  color: var(--main-bg-color);
  margin-bottom: 50px;
  padding-top: 70px;
  margin-left: -35px;
}

.top_about .wrap .attain_side::after {
  content: "";
  background: url(../img/attain_bg.png) no-repeat;
  background-size: 88%;
  position: absolute;
  top: 0;
  left: 15%;
  width: 100%;
  height: 10%;
}

.top_about .wrap .attain_side ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.top_about .wrap .attain_side ul li .label {
  color: var(--main-bg-color);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.top_about .wrap .attain_side ul li .label span {
  width: 20%;
}

.top_about .wrap .attain_side ul li .label .line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.top_about .wrap .attain_side ul li .desc {
  line-height: 30px;
}

.top_about .wrap .about_side {
  width: 100%;
  /* padding: 50px 25px; */
  background-color: var(--main-bg-color);
  color: #fff;
  z-index: 1;
  display: flex;
  max-height: 550px;
}

.top_about .wrap .about_side .img_box img {
  width: 100%;
}

.top_about .wrap .about_side h2 {
  margin-bottom: 25px;
  font-size: 32px;
}

.top_about .wrap .about_side ul {
  padding: 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 950px;
}

.top_about .wrap .about_side h2 {
  padding: 80px 25px 0;
  position: relative;
}

.top_about .wrap .about_side h2::after {
  content: "";
  background: url(../img/about_bg.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_about .wrap .about_side ul li {
  display: flex;
  width: 100%;
  max-width: 45%;
  /* margin-bottom: 30px; */
}

.top_about .wrap .about_side ul li a {
  color: #fff;
  padding: 20px;
  border: solid;
  width: 100%;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  transition: all 0.5s;
  /* max-width: 45%; */
}

.top_about .wrap .about_side ul li a:hover {
  color: #000;
  background-color: #fff;
  transition: all 0.5s;
  border: solid #fff;
}

.top_about .wrap .about_side ul li a:hover::after {
  filter: invert(100);
}

.top_about .wrap .about_side ul li a::after {
  content: "";
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

/* about */
/* recruit info */
.top_recruit-info .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: unset;
}

.top_recruit-info .inner .card {
  width: 33.3%;
  position: relative;
}

.top_recruit-info .inner .card img {
  width: 100%;
}

.top_recruit-info .inner .card a {
  display: flex;
  overflow: hidden;
}

.top_recruit-info .inner .card .txt_box {
  padding: 20px;
  font-weight: 600;
  color: #000;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background: #ffffff7a;
}

.top_recruit-info .inner .card .txt_box h2 {
  margin-bottom: 10px;
  color: var(--main-bg-color);
  font-size: 20px;
}

/* recruit info */
/* interview */
.top_interview {
  background-color: #ecf9ff;
}

.top_interview .wrap {
  display: flex;
  margin-bottom: 50px;
  gap: 30px;
}

.top_interview .wrap a {
  background-color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  font-size: 20px;
}

.top_interview .wrap a img {
  width: 100%;
  margin-bottom: 20px;
}

.top_interview .wrap a p:nth-child(2) {
  margin-bottom: 20px;
}

.top_interview .btn02 {
  margin: 0 auto;
}

/* recruit */
/* footer */
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #3333;
  background-color: #656565;
}

.footer .inner {
  display: flex;
  margin-bottom: 20px;
  max-width: 1100px;
}

.footer_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.footer_nav ul {
  width: 40%;
}

.footer_nav ul li {
  width: 100%;
  padding: 0 0 10px;
}

.footer_nav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.footer_nav ul li a span {
  margin-right: 10px;
}

.footer_logo {
  width: 100%;
  text-align: end;
}

.footer_logo .logo img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

.footer_logo .address {
  line-height: 20px;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: #fff;
}

.footer_logo .address::after {
  content: "";
  /* background-color: #fff; */
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1px;
  position: absolute;
}

.footer_logo .footer_btns {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.footer_logo .footer_btns a img {
  height: 50px;
  width: 100%;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 15px;
}

/* wp-pagenavi */
.wp-pagenavi {
  margin: 50px 0 0;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-pagenavi .previouspostslink {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  font-weight: bold;
}

.wp-pagenavi .page.smaller {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  font-weight: bold;
}

.wp-pagenavi .current {
  display: block;
  width: 40px;
  height: 40px;
  /* border: 1px solid #000080; */
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  background: #006fbb;
  color: #fff;
  font-weight: bold;
}

.wp-pagenavi .no-current {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #000080;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  background: #fff;
  color: #006fbb;
  font-weight: bold;
}

.wp-pagenavi .page.larger {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  font-weight: bold;
}

.wp-pagenavi .nextpostslink {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  font-weight: bold;
}

.wp-pagenavi .page-dots {
  margin: 0 5px;
  color: #999;
  line-height: 3;
}

/* entry-contents */
.entry-contents {
}

.entry-contents section {
  padding: 80px 3% 80px;
}

.entry-contents h2 {
  font-size: 24px;
  color: #000080;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  padding: 0px 0 0px 0px;
  margin: 40px auto 40px;
  display: block;
  width: 100%;
  position: relative;
}

.entry-contents h2.white {
  color: #fff;
}

.entry-contents h2 span {
}

.entry-contents h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  /* text-align: center; */
  /* color: #ffffff; */
  text-align: center;
  margin: 0 0 40px;
  background: #d7d7ff;
  /* background: #a8dbaf; */
  padding: 9px 0 9px;
}

.entry-contents .wp-block-column {
  /* text-align: center; */
  /* border: 2px solid #025daf; */
  margin: 0 0 10px;
  /* box-shadow: 0 0 10px #c3c3c3; */
  /* padding: 20px; */
}

.entry-contents .wp-block-column p {
  margin: 0;
}

.entry-contents h4 {
  color: #5555e9;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 10px;
  line-height: 1.4;
  border-bottom: 1px solid #000080;
}

.entry-contents h5 {
  color: #093a38;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 10px;
  line-height: 1.4;
}

.entry-contents h6 {
  color: #093a38;
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0 10px;
  line-height: 1.4;
}

.entry-contents p {
  margin: 0px 0 30px;
  line-height: 2;
}

.entry-contents p small {
  font-size: 12px;
}

.entry-contents figure {
  margin: 40px auto;
}

.entry-contents img {
  display: block;
  width: 100%;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.entry-contents ul {
  padding: 0 0 0 20px;
  margin: 30px 0;
}

.entry-contents li {
  font-size: 16px;
  margin: 0 0 3px;
}

.entry-contents ul li {
  list-style: disc;
}

.entry-contents ol li {
  list-style: auto;
}

.entry-contents ol {
  padding: 0 0 0 20px;
  margin: 30px 0;
}

.wp-block-table {
  margin: 40px 0;
}

.entry-contents table {
  width: 100%;
}

.entry-contents th {
  border-right: 1px solid #000;
  padding: 25px 20px 20px 0;
  text-align: left;
  vertical-align: top;
}

.entry-contents td {
  padding: 20px 0 20px 50px;
  font-size: 16px;
  line-height: 2;
  min-width: 180px;
  vertical-align: top;
}

.entry-contents .name-position {
  margin: 0;
  font-size: 12px;
}

.entry-contents .name-jp {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.entry-contents .name-en {
  margin: 0;
  font-size: 12px;
}

.entry-contents .wp-block-media-text__media {
  /*     margin: 0 0 20px; */
}

.entry-contents .wp-block-media-text__media img {
  border-radius: 4px;
  margin: 0 0 20px;
  border: 1px solid #e5e5e5;
}

.entry-contents .wp-block-media-text {
  margin: 0 0 40px;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  /* background: #f7f7f7; */
}

.entry-contents .wp-block-image {
  padding: 0 0px;
  margin: 0 0 40px;
}

/* single-information */
.entry-contents .single_information {
}

.entry-contents .single_information .container {
  max-width: 1000px;
  margin: 0 auto;
}

.entry-contents .single_information__header {
  padding: 0 0 60px;
}

.entry-contents .single_information__header h2 {
  font-size: 24px !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 0% 12px !important;
  line-height: 1.6 !important;
  color: #000000;
  display: block;
  width: 100%;
}

.entry-contents .single_information__header h2::after {
  content: " ";
  width: 28%;
  width: 300px;
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #000080;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
}

.entry-contents .single_information__header .date {
  display: block;
  font-size: 18px;
}

.entry-contents .single_information__body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 60px;
}

.entry-contents .single_information__body table {
  border: 1px solid;
  margin: 0 0 40px;
}

.entry-contents .single_information__body thead {
}

.entry-contents .single_information__body thead tr {
}

.entry-contents .single_information__body thead th {
  padding: 20px 3%;
  vertical-align: middle;
  border-bottom: 1px solid;
}

.entry-contents .single_information__body tbody {
}

.entry-contents .single_information__body tbody tr {
}

.entry-contents .single_information__body tbody td {
  padding: 20px 3%;
  vertical-align: middle;
  border-bottom: 1px solid;
  border-right: 1px solid #000;
}

.entry-contents .single_information__footer {
}

.entry-contents .single_information__footer .btn01 {
  margin: 0 auto;
  max-width: 240px;
}

/* footer */
@media screen and (max-width: 1400px) {
  .btn01 {
    height: 65px;
  }

  .inner {
    max-width: 1000px;
  }

  .mv_text p {
    font-size: 60px;
    line-height: 70px;
  }

  .top_about .wrap .attain_side h2 {
    font-size: 35px;
    padding-top: 50px;
  }

  .top_about .wrap .attain_side {
    padding-left: 5%;
  }

  .top_about .wrap .attain_side::after {
    background-size: 100%;
    left: 25px;
  }

  .footer_nav ul {
    width: 50%;
  }

  .footer_nav ul li a,
  .footer_logo .address {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1250px) {
  .top_about .wrap .attain_side h2 {
    font-size: 28px;
  }

  .top_about .wrap .attain_side ul li .label span {
    width: 40%;
  }
}

@media screen and (max-width: 1100px) {
  .mv_text {
    left: 25px;
    bottom: 25px;
  }

  .mv_text p {
    font-size: 50px;
  }

  .top_about .wrap .attain_side ul li .label span {
    width: 60%;
  }
}

.top_gallery {
}

.top_gallery .inner {
  max-width: 100%;
}

.top_gallery .section_ttl {
}

.top_gallery .section_ttl span {
}

.top_gallery__list {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
}

.top_gallery__list li {
  width: 17%;
  margin: 0 20px 0;
}

.top_gallery__thumb {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 60%;
}

.top_gallery .btn01 {
  margin: 0 auto;
}

.section_photogallery__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.section_photogallery__list li {
  width: 48.5%;
  margin: 0 0 40px;
}

.section_photogallery__list img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@media screen and (max-width: 1080px) {
  .top_gallery__list li {
    width: 22%;
  }
}

@media screen and (max-width: 820px) {
  .top_gallery__list li {
    width: 47%;
    margin: 0 10px 0;
  }
}

@media screen and (max-width: 540px) {
  .section_photogallery__list li {
    width: 100%;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 1068px) {
  .flex-row.f-wrap.even-x.start-y.gpx30.gpy50 .item {
    width: 100%;
  }
}

@media screen and (min-width: 1068px) {
  .flex-row.f-wrap.even-x.start-y.gpx30.gpy50 .item {
    width: 48%;
  }
}

.bdy-txt {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

@media screen and (min-width: 1000px) {
  .sub-csr p {
    padding-right: 10%;
    line-height: 1.5;
  }
}

.recruit-box p.read {
  text-align: center;
  font-size: 16px;
  margin: 0 0 49px;
  line-height: 1.5;
}

.recruit-box .recruit_list li .reclist_box p.ttls {
  line-height: 68px;
  padding: 0 0 0 44px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 26px;
  background: var(--main-bg-color);
}

.recruit-box .recruit_list li .reclist_box {
  background: #f1f4f7;
  padding: 0 0 35px;
}

.recruit-box .recruit_list li .reclist_box .boxtype1 {
  padding: 22px 44px 27px 44px;
  border-top: 2px solid #d5dee7;
}

.recruit-box .recruit_list li .reclist_box h3.type05 {
  padding: 0 0 0 44px;
  color: var(--main-bg-color);
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 18px;
}

.recruit-box .recruit_list li .reclist_box .boxtype1 .lbox p.subttls {
  font-size: 16px;
  text-align: center;
  width: 102px;
  font-weight: bold;
  color: #fff;
  height: 25px;
  background: var(--main-bg-color);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxtype1.flex {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
}

.recruit-box .recruit_list li .reclist_box a.btn03 {
  display: block;
  text-align: center;
  margin: 42px auto 0;
  width: 260px;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  font-weight: bold;
  color: var(--main-bg-color);
  border: 3px solid var(--main-bg-color);
  line-height: 1;
}

.recruit-box .recruit_list li {
  margin: 0 0 52px;
}

ul.recruit_list {
  max-width: 800px;
  margin: 0 auto;
}

.rbox {
  line-height: 1.5;
}

p.photo_img_btm_text {
  padding-top: 10px;
}

.section_photogallery h3 {
  font-size: 24px;
  padding: 32px 20px 32px;
  margin: 60px 0 30px;
  background: #000080;
  color: #fff;
}

.section_photogallery h3:first-child {
  margin: 0px 0 30px;
}

.indent_text {
  padding-left: 2em;
  text-indent: -2em;
  display: inline-block;
}

.indent_text.arabianum {
  padding-left: 3em;
  text-indent: -3em;
}

.about_side .img_box {
  width: 50%;
}

.about_side .img_box img {
  height: 100%;
  object-fit: cover;
}

.about_flex_col {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  padding-top: 3%;
  padding-bottom: 5%;
}

.slick__bg {
  padding-bottom: 16.5%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slick__bg01 {
  background: linear-gradient(90deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../img/midddle_slider_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px !important;
}
.slick__bg02 {
  background: linear-gradient(90deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../img/midddle_slider_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px !important;
}
.slick__bg03 {
  background: linear-gradient(90deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../img/midddle_slider_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px !important;
}

section.top_about_bottom_slider_section {
  max-height: 700px;
}

.on_slide_paragraf {
  margin: 0 auto;
  width: 35%;
  color: white;
  height: 700px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 25px;
}

p.col_text {
  writing-mode: vertical-rl;
  letter-spacing: 4.5px;
}

p.row_text {
  line-height: 1.25;
}

.footer_nav ul li {
  width: 100%;
  padding: 0 0 10px;
  color: white;
  font-weight: 600;
}

h2.rinen_midashi {
  color: #006fbb;
  font-size: 25px;
  padding-bottom: 15px;
}

p.philosophy_paragraf {
  line-height: 1.7;
}

section.sub-company.pd-px.pd-pb.pd-pt {
  /* background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)); */
  /* background-size: 16px 16px; */
  /* background-repeat: repeat; */
  /* background-position: center center; */
}

.inner-md.flex-rinen-box {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

p.map_paragraf {
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.7;
}

.map_outer {
  padding-bottom: 30px;
}

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

.sub-company h2 {
  margin: 0 0 20px;
}

.history_list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 3%;
}

.history_list h2 {
  text-align: center;
}

.history_list table {
  width: 100%;
}

.history_list tbody {
}

.history_list tr {
}

.history_list th,
.history_list td {
  font-size: 16px;
  font-weight: normal;
  padding: 16px 0px;
  text-align: left;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}

.history_list th {
  width: 160px;
  font-weight: bold;
}

.history_list td {
}

@media screen and (max-width: 768px) {
  .sub-company h2 {
  }

  .history_list {
    padding: 0;
  }

  .history_list h2 {
    margin: 0;
  }

  .history_list table {
  }

  .history_list tbody {
  }

  .history_list tr {
  }

  .history_list th,
  .history_list td {
    width: 100%;
    float: none;
    display: block;
  }

  .history_list th {
    border-bottom: none;
    padding: 16px 0 0;
    font-size: 18px;
  }

  .history_list td {
    padding: 4px 0 15px;
    font-size: 14px;
  }
}
