/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#main {
  overflow: hidden;
}
.bg {
  background: #F0F0F0;
}
.sec_title__block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_title_bg_en {
  position: absolute;
  z-index: 1;
  color: rgba(174, 174, 174, 0.12);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-80%);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.bg .sec_title_bg_en {
  color: #fff;
}
.sec_title {
  font-weight: 700;
  text-align: center;
  z-index: 2;
  line-height: 1.2em;
  color: #193A67;
}
.sec_title span {
  color: #148CCF;
  line-height: 1.3em;
}
.lead_text {
  text-align: left;
  line-height: 1.8em;
  padding: 0 20px 0 20px;
}
@media only screen and ( max-width : 767px ) {
  .sec_title__block {
    margin-bottom: 10px;
    min-height: 50px;
  }
  .sec_title {
    font-size: 36px;
  }
  .sec_title_bg_en {
    font-size: 100px;
  }
  .lead_text {
    margin-bottom: 10px;
  }
}
@media only screen and ( max-width : 575px ) {
  .sec_title__block {
    min-height: 18vw;
  }
  .sec_title {
    font-size: 7.2vw;
  }
  .sec_title_bg_en {
    font-size: 18vw;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec_title__block {
    margin-bottom: 20px;
    min-height: 70px;
  }
  .sec_title {
    font-size: 56px;
  }
  .sec_title_bg_en {
    font-size: 172px;
  }
  .lead_text {
    margin-bottom: 40px;
  }
  .btn.large_btn {
    max-width: 500px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FEE

--------------------------------------------------------------------------------------------- */
.fee_content p {
  line-height: 2em
}
@media only screen and ( max-width : 991px ) {
  .fee_content figure {
    text-align: center;
    margin: 30px 0 50px;
  }
  .fee_content figure img {
    max-width: 80%;
  }
}
@media only screen and ( max-width : 575px ) {
  .fee_content figure img {
    max-width: 100%;
  }
}

@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
  .fee_content {
    margin-bottom: 100px;
  }
  .fee_content p {
    width: 48%;
  }
  .fee_content figure {
    width: 48%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CASE

--------------------------------------------------------------------------------------------- */


.case_list__inner {
  width: min(100%, 1000px);
  margin: 0 auto;
}
.case_list__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
}
.slick__prev,
.slick__next {
  position: absolute;
  z-index: 1;
  background: none;
  border: none;
  cursor: pointer;
}
.case_list .slick__prev:before,
.case_list .slick__next:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: '';
}

.case_list .slick__prev:before {
  background: url(../img/prev.png) no-repeat center / 100%;
}

.case_list .slick__next:before {
  background: url(../img/next.png) no-repeat center / 100%;
}
.case_box {
  background: #FAFAFA;
  position: relative;
  margin-right: 20px;
  font-size: 13px;
}
.case_box .new_label {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 2;
  padding: .2em 1em;
}
.case_box p {
  line-height: 1.8em;
}
.case_box figure {
  text-align: center;
}
.case_box figure img {
  border-radius: 50%;
  margin: 0 auto;
}
.case_list .case_name {
  text-align: center;
  color: #0C203C;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.3em;
}
.case_list .case_name span {
  color: #7E7E7E;
  font-size: 14px;
  margin-left: 1em;
  line-height: 1.3em;
}
.case_list .case_company {
  text-align: center;
  margin-bottom: 1em;
  color: #0C203C;
  line-height: 1.3em;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
  .case_slider {
    /*padding: 0 0 120px 0;*/
    margin-bottom: 50px;
  }
  .case_slider .slick-track {
    margin-bottom: 20px;
  }
  .case_list .slick__prev,
  .case_list .slick__next {
    bottom: -15px;
    width: 50px;
    height: 50px;
  }

  .case_list .slick__prev {
    left: 0;
  }

  .case_list .slick__next {
    /* (インナー幅の右端) + (画像のマージン) */
    right: calc(100vw - 100%);
  }

  .case_box {
    width: 280px;
    padding: 20px;
  }
  .case_box figure {
    margin-bottom: 20px;
  }
  .case_box figure img {
    width: 180px;
    height: 180px;
  }
}

@media print, screen and ( min-width : 768px ) {


  .case_slider {
    padding: 0 0 160px 0;
  }

  .case_list .slick__prev,
  .case_list .slick__next {
    bottom: 50px;
    width: 80px;
    height: 80px;
  }

  .case_list .slick__prev {
    /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
    right: calc((100vw - 100%) + (30px + 80px + 15px));
  }

  .case_list .slick__next {
    /* (インナー幅の右端) + (画像のマージン) */
    right: calc((100vw - 100%) + (30px));
  }

  .case_box {
    width: 320px;
    padding: 30px;
  }
  .case_box figure {
    margin-bottom: 30px;
  }
  .case_box figure img {
    width: 214px;
    height: 214px;
  }

}
@media print, screen and ( min-width : 992px ) {

}

/* ---------------------------------------------------------------------------------------------

　   SERVICE

--------------------------------------------------------------------------------------------- */
#service_list {
  background: #FBFBFB;
}
.main_service_list li {
  width: 45%;
  text-align: center;
	margin: 1%;
}
.main_service_list li img,
#service_list .slide_item img {
  border: 1px solid #ddd;
}
.main_service_list li img {
  height: 80px;
}
@media only screen and ( max-width : 991px ) {
  .service_more_link li {
    margin-bottom: 20px;
  }
  .service_more_link li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and ( max-width : 767px ) {
  .main_service_list {
    margin-bottom: 40px;
  }
  #service_list {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  #service_list .slide_item {
    padding: 0 15px;
  }
  #service_list .slide_item img {
    width: 140px;
    height: 60px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .main_service_list {
    max-width: 640px;
    margin: 0 auto 60px;
  }
  #service_list {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  #service_list .slide_item {
    padding: 0 20px;
  }
  #service_list .slide_item img {
    width: 200px;
    height: 80px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .service_more_link {
    margin: 0 auto;
    max-width: 740px;
  }
  .service_more_link li {
    width: 48%;
  }
  .service_more_link li a {
    width: 100%;
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
.sumitas_logo {
  text-align: center;
}
@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
  .sumitas_logo {
    max-width: 160px;
    margin: 0 auto 40px;
  }
  #about dl {
    margin: 0 auto 40px;
  }
  #about dl dt {
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 5px;
  }
  #about dl dd {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 15px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sumitas_logo {
    margin-bottom: 70px;
  }
  #about dl {
    max-width: 620px;
    margin: 0 auto 70px;
    display: flex;
    flex-wrap: wrap;
  }
  #about dl dt,
  #about dl dd {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 20px;
  }
  #about dl dt {
    width: 240px;
  }
  #about dl dd {
    width: calc(100% - 240px);
  }
}
@media print, screen and ( min-width : 992px ) {
}


/* ---------------------------------------------------------------------------------------------

　   INFORMATION

--------------------------------------------------------------------------------------------- */
/* タブ親指定 */
.tabmenu {
    display: flex;
    justify-content: center;
}

/* タブメニュー指定 */
.tablist {
    cursor: pointer;
    border: 1px solid #141F3D;
    color: #141F3D;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 最後のタブメニュー以外にかける指定 */
.tablist:not(:last-child) {
}

/* タブコンテンツ指定 */
.tabcontents {
    display: none;

}

/* クリックされた時の指定 */

.tabcontents.active {
    display: block;
}
.tablist.active{
    background-color: #141F3D;
    color: #fff;
}

.office_add_t {
  text-align: center;
  margin-bottom: 1em;
}

.gmap iframe {
  width: 100%;
  display: block;
}
.info_title {
  border-bottom: 5px solid #E8E8E8;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
.info_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 2;
  background: #458DCF;
  width: 50px;
  height: 5px;
}
.info_title .more_link {
  color: #458DCF;
  position: relative;
  padding-right: 20px;
}
.info_title .more_link:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow_blue.png) no-repeat center / 100%;
}
.info_list_body li {
  border-bottom: 1px solid #ddd;
}
.info_list_body li a {
  display: flex;
  align-items: center;
}
.info_list_body li a:hover {
  color: #458DCF;
}
.info_list_date {
  width: 8em;
}
.info_list_title {
  width: calc(100% - 8em);
}

@media only screen and ( max-width : 991px ) {
  #news {
    margin-bottom: 60px;
  }
}
@media only screen and ( max-width : 767px ) {
  #access {
    margin-bottom: 60px;
  }
  .tabmenu {
    margin-bottom: 30px;
  }
  .tablist {
    flex: 1;
    min-height: 40px;
    margin-right: 10px;
  }
  .tablist:last-child {
    margin-right: 0;
  }
  .gmap iframe {
    height: 250px;
  }
  .info_title h3 {
    font-size: 18px;
  }
  .info_title .more_link {
    font-size: 14px;
  }
  .info_list_body li a {
    padding: 15px 0;
  }
}

@media print, screen and ( min-width : 768px ) {
  #access {
    margin-bottom: 120px;
  }
  .tabmenu {
    margin-bottom: 50px;
  }
  .tablist {
    font-size: 17px;
    width: 190px;
    margin-right: 20px;
    height: 50px;
  }
  .tablist:last-child {
    margin-right: 0;
  }
  .gmap iframe {
    height: 360px;
  }
  .info_title h3 {
    font-size: 22px;
  }
  .info_title .more_link {
    font-size: 15px;
  }
  .info_list_body li {
    font-size: 15px;
  }
  .info_list_body li a {
    height: 70px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .info_list_block {
    width: 48%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   COLUMN

--------------------------------------------------------------------------------------------- */
.column_slider .slick-track {
  display: flex;
}
.column_slider .slick-track:before,
.column_slider .slick-track:after {
  content: none;
}
.column_slider .slick-slide {
  float: none;
  height: auto;
}
.column_slider .slick-prev:before,
.column_slider .slick-next:before{
  opacity: 1;
}
.column_slider .slick-prev:before{
  background: url(../img/prev.png) no-repeat center / 100%;
}
.column_slider .slick-next:before{
  background: url(../img/next.png) no-repeat center / 100%;
}
.column_list_content h3 {
  margin: 1em 0 .5em;
}
.column_thumb img {
  width: 100%;
}
.column_box {
  transform: scale(.8);
  transition: .3s;
}
.column_box.slick-current.slick-active  {
  transform: scale(1);
}
.column_thumb {
  position: relative;
}
.column_thumb .new_label {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 2;
}
@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
  .column_list {
    margin-bottom: 50px;
  }
  .column_box {
    padding: 10px 20px;
  }
  .column_slider .slick-prev {
    left: 15px;
  }

  .column_slider .slick-next {
    right: 15px;
  }
  .column_slider .slick-prev,
  .column_slider .slick-next{
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -15px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .column_slider .slick-prev:before,
  .column_slider .slick-next:before{
    width: 50px;
    height: 50px;
  }
  .column_slider .slick-list {
    margin-bottom: 50px;
  }
  .column_list_content h3 {
    font-size: 18px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .column_list {
    margin-bottom: 60px;
  }
  .column_box {
    max-width: 620px;
    padding: 10px 60px;
  }
  .column_slider .slick-prev,
  .column_slider .slick-next{
    width: 80px;
    height: 80px;
  }
  .column_slider .slick-prev:before,
  .column_slider .slick-next:before{
    width: 80px;
    height: 80px;
  }
  .column_slider .slick-prev {
      left: calc(((100% - 620px) / 2) - 40px);
  }

  .column_slider .slick-next {
      right: calc(((100% - 620px) / 2) - 40px);
  }
  .column_list_content {
    font-size: 15px;
  }
  .column_list_content h3 {
    font-size: 24px;
  }
}
@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 991px ) {
  .faq_list {
    margin-bottom: 40px;
  }
}
@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
  .faq_list {
    margin-bottom: 80px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   MEMBER

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 991px ) {
  .member_photo_list {
    margin-bottom: 50px;
  }
  .member_photo_list li {
    max-width: 32%;
    margin-right: 2%;
  }
  .member_photo_list li:nth-child(3n),
  .member_photo_list li:last-child {
    margin-right: 0;
  }
}
@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
  .member_photo_list {
    margin-bottom: 100px;
  }
  .member_photo_list li {
    max-width: 18.4%;
    margin-right: 2%;
  }
  .member_photo_list li:last-child {
    margin-right: 0;
  }
}



/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   このような課題やお悩みはありませんか？

--------------------------------------------------------------------------------------------- */
.problem {
}

.problem .problem_col {
  border: 3px solid #0C203C;
  border-collapse: collapse;
  padding:17px;
  margin: 5px;
}

.problem .problem_title {
  font-weight: bolder;
  font-size: 24px;
  border-left: 5px solid #0C203C;
  padding:0 0 0 8px;
  margin: 0 0 5px 0;
}

.problem ul {
  list-style-type: square;
}

.problem ul li {
  list-style-type: square;
  margin: 0 0 0 30px;
}

.spsc {
  font-weight: 900;
  text-align: center;
  color: #148CCF;
  font-size: 24px;
}
