
#services .f26 {
  font-size: 26px;
	    font-weight: 500;
}

#services .f16 {
  font-size: 16px;
}

#services .txt_center {
  text-align: center;
}

#services .mt100 {
  margin-top: 100px;
}

#services .mt90 {
  margin-top: 90px;
}

#services .mt60 {
  margin-top: 60px;
}

#services .mt50 {
  margin-top: 50px;
}

#services .mt40 {
  margin-top: 40px;
}

#services .mt30 {
  margin-top: 30px;
}

#services .mt20 {
  margin-top: 20px;
}

#services .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#services .row.bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#services .row.item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#services .row .col_3 {
  width: 32.2%;
}

#services .row .col_5 {
  width: 49.15%;
}
#sec1 .img01{max-width: 1000px;margin-left: auto;margin-right: auto;}
#sec1 .img01 p.imgCap{font-size: 15px;text-shadow: none;color: #727171;bottom: unset;padding-top: 10px;right: 0;}
.txt_right{text-align: right;}


#game {
  margin-top: 100px;
}

#game .img .imgCap {
  left: 7px;
}

#game .img img {
  width: 100%;
}

#game .listImg1 .col1 {
  width: 61.82%;
}

#game .listImg1 .col2 {
  width: 36.46%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

#game .listImg2 li {
  width: 49%;
}


#game .listImg3 li {
  width: 30.52%;
}

#game .listImg3 li:last-child {
  width: 36.3%;
}





@media (max-width: 768px) {
  .fv--second .fv__title{padding: 30px;}
  #sec1{padding-bottom: 40px;}
  .serv_dis_desc {padding-bottom: 20px !important};
/*
  .navi--sec .navi__item {
    width: calc((100% - 20px)/ 3);
    margin-right: 10px;
  }
  .navi--sec .navi__item:nth-child(2n) {
    margin-right: 10px;
  }
  .navi--sec .navi__item:last-child {
    margin: 0;
  }
*/
.content{background-image: none;}
  .navi--sec .navi__item a {
    font-size: 13px;
  }
  #services .mt100 {
    margin-top: 10vw;
  }
  #services .mt90 {
    margin-top: 9vw;
  }
  #services .mt60 {
    margin-top: 6vw;
  }
  #services .mt50 {
    margin-top: 5vw;
  }
  #services .mt40 {
    margin-top: 4vw;
  }
  #services .mt30 {
    margin-top: 3vw;
  }
  #services .mt20 {
    margin-top: 2vw;
  }
  #services .f26 {
    font-size: 21px;
  }
  #services .txt_left_sp {
    text-align: left;
  }
  #services .row .col_3 {
    width: 100%;
    margin-top: 5vw;
  }
  #services .row .col_5 {
    width: 100%;
  }
  #services #sec1 img {
    width: 100%;
  }
  #services #sec2 .part_1 li:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 5vw;
  }
  #services #sec2 .part_2 li {
    width: 48%;
    margin-top: 3vw;
  }
  #services #sec3 img {
    width: 100%;
  }
  #sec1 .img01 p.imgCap{font-size: 12px;}


  #game .listImg1 .col1 {
    width: 100%;
    margin-bottom: 2%;
  }

  #game .listImg1 .col2 {
    width: 100%;
  }

  #game .listImg1 .col2 {
    flex-direction: row;
  }

  #game .listImg1 .col2 figure {  
    width: 49%;
  }

  #game .listImg2 li {
    width: 100%;
    margin-bottom: 2%;
  }

  #game .listImg3 li {
    width: 49%;
    margin-bottom: 2%;
  }

  #game .listImg3 li:last-child {
    width: 100%;
  }

}

@media (max-width: 450px) {
  .item3 .navi--sec .navi__item {
    width: calc((100% - 20px)/ 3);
    margin-right: 10px;
  }
  .item3 .navi--sec .navi__item:nth-child(2n) {
    margin-right: 10px;
  }
  .item3 .navi--sec .navi__item:last-child {
    margin: 0;
  }
  .item3 .navi--sec .navi__item a {
    font-size: 3vw;
  }
  #services .f26 {
    font-size: 19px;
  }
  #services .f16 {
    font-size: 13px;
  }
  .fv--second .fv__title{padding: 15px;}

}
/* style.css */
.container--section{padding-bottom: 0;}
.bd--blue {
  border-bottom: #11335D 1px solid;
}
.kurashi_clm {
  width: 100%;
  border: 1px solid #11335D;
  font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
  font-size: 1em;
  color: #11335D;
  padding: 1em;
}
.r-divider {
  display: flex;
  align-items: center;
  color: #11335D;
}
.r-divider::after {
  content: '';
  height: 1px;
  background-color: #11335D;
  flex-grow: 1;
  margin-left: 0.5em;
}
.partner-service {
  color: #11335D;
}
.dining_clm {
  width: 100%;
  background-color: #C9E7E5;
  padding: 1em;
  text-align: center;
}
.w-33 {
  width: 33%;
}
.w-100 {
  width: 100%;
}
.serv_dis_des {
  width: 38%;
  float: left;
  padding: 0 1em;
}
.serv_dis_ttl {
  width: 100px;
}
.serv_dis_desc {
  float: left;
  border-left: 2px solid #11335D;
  padding: 0 1em;
}
.serv_dis_ex {
  font-size: 30px;
  text-align: left;
  margin-bottom: 1em;
  color: #11335d;
}
.serv_dis_img {
  width: 60%;
  float: left;
}
.serv_new02 {
  clear: both;
}
.clearfix::after {

  display: block;
  clear: both;
  content: "";

}
.container--note{max-width: 1180px; margin: 40px auto ;width: calc(100% - 40px);}
/* content css */

#contents .co_1180 {
  width: 84%;
  max-width: 1180px;
  margin: 0 auto;
}

#contents .co_880 {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

#contents .sp {
  display: none;
}

#contents .pc {
  display: block;
}

#contents .f44 {
  font-size: 44px;
  font-weight: 400;
}

#contents .f40 {
  font-size: 40px;
  font-weight: 400;
}

#contents .f36 {
  font-size: 36px;
  font-weight: 400;
}

#contents .f30 {
  font-size: 30px;
  font-weight: 400;
}
.f30 {
  font-size: 30px;
  font-weight: 400;
}

#contents .f26 {
  font-size: 26px;
  font-weight: 500;
}

.f26 {
  font-size: 26px;
  font-weight: 500;
}

#contents .f20 {
  font-size: 20px;
  font-weight: 500;
}

.f20 {
  font-size: 20px;
  font-weight: 500;
}

#contents .f16 {
  font-size: 16px;
  font-weight: 500;
}
.f16 {
  font-size: 16px;
  font-weight: 500;
}
#contents .f12 {
  font-size: 12px;
}
#contents .imgCol .f12,
#contents .imgCol .f10{
text-align: right;
}
#contents .imgCol > .f10{
font-size:10px;
}

#contents .f10 {
  font-size: 10px;
  font-weight: 500;
  font-family: "FP-繝偵Λ繧ｮ繝散D隗偵ざ StdN W6",HiraginoUDSansStdN-W6,sans-serif;
}
.font-s-s{
font-family: "FP-繝偵Λ繧ｮ繝散D隗偵ざ StdN W6",HiraginoUDSansStdN-W6,sans-serif;
}

txt_navy{
color:#11335D;
}
.lh-0{
line-height: 0;
}

.lh-s{
line-height: 1em;
}

.lh-m{
line-height: 2em;
}
.lh-l{
line-height: 3em;
}

#contents .mt150 {
  margin-top: 150px;
}

#contents .mt100 {
  margin-top: 100px;
}

#contents .mt70 {
  margin-top: 70px;
}

#contents .mt40 {
  margin-top: 40px;
}

#contents .mt20 {
  margin-top: 20px;
}

#contents .mt40_60 {
  margin-top: 30px;
}

#contents .mb150 {
  margin-bottom: 150px;
}

#contents .mb100 {
  margin-bottom: 100px;
}

#contents .mb70 {
  margin-bottom: 70px;
}

#contents .mb40 {
  margin-bottom: 40px;
}

#contents .mb20 {
  margin-bottom: 20px;
}
#contents .mb40_60 {
  margin-bottom: 30px;
}
#contents .pt120{
	padding-top:120px;
}
#contents .mr_2 {
  margin-right:2%
}
#contents .mr_5 {
  margin-right:5%
}
#contents .mx_auto{
  margin-right:auto;
  margin-left:auto;
}

#contents .bold {
  font-weight: bold;
}

#contents .txt_left {
  text-align: left;
}

#contents .txt_center {
  text-align: center;
}

#contents .txt_right {
  text-align: right;
}

#contents .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}



#contents .border_blue {
/* border-bottom: 3px solid #0F325A; */
line-height: 0;
}

#contents .row.bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .row.item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents .item_wdList li { display: flex; justify-content: space-between; /*margin-top: 30px;*/}
#contents .item_wdList li .imgCol{ flex-basis: 42%;}
#contents .item_wdList li .txtCol{ flex-basis: calc(58% - 30px);}

#contents .row .col_60 {
  width: 66%;
}

#contents .row .col_58 {
  width: 58%;
}
#contents .row .col_55 {
  width: 55%;
}

#contents .row .col_half {
  width: 50%;
}

#contents .row .col_50 {
  width: 49.15%;
}

#contents .row .col_48 {
  width: 48%;
}

#contents .row .col_40 {
  width: 40%;
}
#contents .row .col_42 {
  width: 42.8%;
}
#contents .row .col_30 {
  width: 32.21%;
}

#contents .row .col_30--1{
  width: 32.21%;
}

#contents .row .col_26 {
  width: 31%;
}

#contents .title_line {
  position: relative;
  padding-bottom: 25px;
}

#contents .title_line::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 80px;
  height: 2px;
  background-color: #000;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#contents .title_line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 80%;
  max-width: 60px;
  height: 2px;
  background-color: #897d76;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#contents .item_p li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}

#contents .item_p li .txt_p .f26 {
  margin: 1em 0;
}

.section--bdr {
  margin-top: 50px;
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #contents .f44 {
    font-size: 4.4vw;
  }
  #contents .f40 {
    font-size: 4vw;
  }
  #contents .f36 {
    font-size: 3.6vw;
  }
  #contents .f30 {
    font-size: 3vw;
  }
  .f30 {
    font-size: 3vw;
  }
 #contents .f26 {
    font-size: 2.5vw;
  }
  #contents .f16 {
    font-size: 1.6vw;
  }
  .f16 {
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 768px) {
  #contents .f44 {
    font-size: 6vw;
  }
  .serv_dis_des {
    width: 100%;
    float: none;
    border-left:unset;
    padding: 0 1em;
  }
  .serv_dis_img {
    width: 100%;
  }
  #services #sec3 img.w-33 {
    width: 33%;
  }
  #contents .sp {
    display: block;
  }
  #contents .pc {
    display: none;
  }
  #contents .mt150 {
    margin-top: 100px;
  }
  #contents .mt100 {
    margin-top: 10vw;
  }
  #contents .mt70 {
    margin-top: 7vw;
  }
  #contents .mt40 {
    margin-top: 25px;
  }
  #contents .mt20 {
    margin-top: 2vw;
  }
  #contents .mt50_sp {
    margin-top: 8vw;
  }
  #contents .txt_left_sp {
    text-align: left;
  }
  #contents .row .col_60 {
    width: 100%;
  }
  #contents .row .col_58 {
    width: 100%;
  }
  #contents .row .col_55 {
    width: 100%;
  }
  #contents .row .col_half {
    width: 100%;
  }
  #contents .row .col_50 {
    width: 100%;
  }
  #contents .row .col_48 {
    width: 100%;
  }
  #contents .row .col_42 {
    width: 100%;
  }
  #contents .row .col_40 {
    width: 100%;
  }
  #contents .row .col_30 { 
  	width: 100%;
  }
  #contents .row .col_30--1 { 
  	width: 49%;
    margin-bottom: 2%;
  }
  #contents .row--01.bw{
  justify-content: center;
  column-gap: 2%;
} 
  #contents .row .col_30:nth-of-type(n+2){
  	margin-top: 40px;
  }	
  #contents .row .col_26 {
    width: 100%;
  }

  #contents .full_sp {
    width: 100%;
  }
 
  #contents .sec_3_p ul li:nth-child(3) .row {
    margin-top: 4vw;
  }
  #contents .sec_3_p ul li:nth-child(3) .col_30:nth-child(2),
	#contents .sec_3_p ul li:nth-child(3) .col_30:nth-child(3) {
    width: 49%;
  }
	#contents .item_wdList li { display: block; margin-top: 40px!important;}
	#contents .item_wdList li .txtCol{ margin-top: 20px;}
}

	#contents ul li.disc{
	list-style: disc !important;
	margin-left: 1em;
	}
@media only screen and (max-width: 500px) {
  #contents .f36 {
  	font-size: 28px;
  }
  #contents .f30 {
    font-size: 24px;
  }
  #contents .f26 {
    font-size: 19px;
  }
  #contents .f20 {
    font-size: 18px;
  }
  #contents .f16 {
    font-size: 14px;
  }
  .f16 {
    font-size: 14px;
  }
  #contents .row .col_30--1 { 
  	width: 100%;
    margin-bottom: 1rem;
  }
  #contents .row .col_30--1:last-child{
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 450px) {
  #contents  .partner-service{font-size: 17px;}

  #contents .mt150 {
    margin-top: 80px;
  }
  #contents .button_p {
    width: 86.6%;
  }
  #contents .item_p li {
    margin-top: 50px;
  }
}
.img {
  position: relative;
  z-index: 1;
  line-height: 1em;
}
.img .imgCapL {
  position: absolute;
  left: 7px;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 0.5px #000;
  z-index: 2;
  font-family: "FP-ヒラギノUD角ゴ StdN W6",HiraginoUDSansStdN-W6,sans-serif;
  font-weight: bold;
}

/*  */
.img7{display: flex;justify-content: space-between;flex-wrap: wrap;}
.img7 .img{width: 49.9%;}
.sect8 li:nth-of-type(3) .mx_auto p{letter-spacing: -1px;}



@media only screen and (max-width: 767px) {
  .img7 .img{width: 100%;}
  #services #sec3 .sect8   .mx_auto img{width: unset;}

  
  #game .listImg1 .col2 figure {
    width: 100%;
    margin-bottom: 2%;
  }

  #game ul li {
    width: 100% !important;
    margin-bottom: 2% !important;
  }
}