@charset "utf-8";

.min_fv{
      margin-bottom: 20px;
}
#company_fv{
  padding: 10px 0;
}
#company_fv img{
  margin:  0 auto 20px;
  display: flex;
  justify-content: center;
}
.company_h2{
  width: 100%;
}
.company_tab01{
      text-align: center;
}
.company_tab01 img{
	 padding: 40px 0;
}
.cta-band{
	max-width: 1200px
}
.cta-band .grid{
	display: grid
}
.pdf_img{
  margin: 30px 0 0;
  display: block;
  width: 250px;
}
.txt_flex{
  display: flex;
}
.txt_flex img{
  width: 20px;
}
#tab04:checked ~ #tab04_content { display: block; }
#tab05:checked ~ #tab05_content { display: block; }
#tab06:checked ~ #tab06_content { display: block; }
/* ---------------- slider ---------------- */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
  margin: 0 0 30px;
}
.infinite-slider .swiper-slide {
  width: auto !important;
}
.infinite-slider .swiper-slide img {
  width: auto;
}
#slide #tab01_content{
  width: 100%!important;
}
#slide .tabs{
  width: 100%!important;
}
/* ---------------- character ---------------- */
#character{
  background: linear-gradient(183deg, #e6f5fc, #e6effc);
  padding:70px 10px;
}
#character .sec-head{
  text-align: center;
}
.sami_txt{
  max-width: 70%;
  margin: auto;
}
.sami img{
  width: 250px;
  margin: auto;
}
.sami{
  text-align: center;
  padding: 20px 0 40px;
}
/* ---------------- tab02 ---------------- */
.tab02_box h3{
  margin: 40px 0 10px;
}
.tab_content .btn-outline-split{
  color: #333;
  border: 1px solid #333;
}
.accent.btn-outline-split .divider{
  background-color: #333;
}
.a_btn{
    display: flex;
    justify-content: end;
    margin-top: 50px;
}
/* ---------------- shibusawa ---------------- */
.shibusawa{
  margin: 70px 0 20px;
}
.shibusawa .flex{
    background: #eee;
    padding: 30px;
    margin: 20px 0;
    justify-content: space-around;
    align-items: unset;
}
.flex_right{
  max-width: 50%;
}
.flex_left{
  max-width: 50%;
}
.fs10{
    font-size: 10px;
    text-align: center;
    display: block;
    padding: 10px 0;
}
.padding15{
  padding-bottom: 15px;
}
.txt_end{
    text-align: end;
}
.gaibu_blog{
    border: 1px solid #009AE1;
    width: 140px;
    display: flex;
    justify-content: center;
}
.gaibu_blog_wrap{
    display: flex;
    justify-content: end;
    margin: 10px 0;
}
/* ---------------- gaiyo ---------------- */
.gaiyo_flex img{
  width: 100px;
  padding: 10px;
}
.gaiyo_flex{
    display: flex;
}
/* ---------------- access ---------------- */
.map{
  display: flex;
  justify-content: center;
}
.flex_icon{
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 20px auto 30px;
  text-align: center;
  align-items: baseline;
}
.flex_icon img{
  margin: 20px auto;
}
.txt_center{
  text-align: center;
}
.line_bottom{
    display: block;
    border-bottom: 5px solid #009AE1;
}
.second img{
    width: 300px;
    text-align: center;
    display: inline;
    margin: 30px 0;
}
.second{
  text-align: center;
}
iframe{
  width: 80%;
  height: 400px;
}


/* ---------------- history ---------------- */

.timeline {
  position: relative;
  max-width: 900px;
  margin: 40px auto;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 14px;
  width: 4px;
  height: calc(100% - 40px);
  background: #009AE1;
border-radius: 10px;
}

.timeline::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: -20px;
  width: 2px;
  height: 30px;
  border-left: 4px dotted #009AE1;
}

.tl {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tl li {
  position: relative;
  padding: 20px 0 20px 20px;
}

.tl li::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 28px;
  width: 16px;
  height: 16px;
  background: #FFC654;
  border-radius: 50%;
}
#tab04_content .badge{
	background: none;
	border: 1px solid #009AE1;
	color: #009AE1;
	width: 130px;
	font-weight: 500
}
.tl .date {
  display: inline-block;
  color: #009AE1;
  border: 1.5px solid #0090ff;
  border-radius: 20px;
  padding: 2px 10px 1px;
  font-size: 14px;
  line-height: 1.6;
  background: #fff;
  margin-bottom: 6px;
}

.tl .body {
  background: transparent;
  border-left: none;
  padding-left: 0;
}

.tl .body p {
  margin: 4px 0;
  line-height: 1.7;
}


/* ---------------- Media queries ---------------- */
@media (max-width: 900px) {
    .cta-band .grid {
		display: block;
    }
  .sami_txt{
  max-width: 95%;
}
.a_btn{
    justify-content: center;
    margin-top: 10px;
}
.flex_right{
  max-width: 100% !important;
  padding: 30px 0 20px;
}
.flex_left{
  max-width:  100% !important;
}
.fs10{
  text-align: left;
}
iframe{
  width: 100%;
}
}

@media (max-width: 600px) {
  .timeline {
    padding-left: 25px;
  }

  .tl li::before {
    left: -18px;
  }

  .tl .date {
    font-size: 13px;
  }
}

