@charset "utf-8";
/* CSS Document */
*{ box-sizing: border-box; }
html,
body {
  height: 100%;
  min-height: 100%;
  margin:0;
  background-color: #efefef;
}
body { 
  position: relative;
  text-align: center;
}
body.noscroll {
  overflow-y: scroll;/* スクロールバーは常に表示 */
  position: fixed;   /* スクロール操作を無効化 */
  width: 100%;
}

div:focus,
section:focus { outline: 0; }

@media (min-width: 960px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

.w980{
  margin: 0 auto;
}
@media (min-width: 960px) {
  .w980{
    width : 980px;
  }
}
@media (max-width: 959px) {
  .w980{
    width : 100%;
  }
}
.w1100{
  margin: 0 auto;
}
@media (min-width: 960px) {
  .w1100{
    width : 1100px;
  }
}
@media (max-width: 959px) {
  .w1100{
    width : 100%;
  }
}
.secS{
  position: relative;
}
@media (min-width: 960px) {
  .secS{
    margin-bottom: 100px;
  }
}
@media (max-width: 959px) {
  .secS{
    margin-bottom: 50px;
  }
}
.secS:last-child{
  margin-bottom: 0;
}


/* btnS */
.btnS,
.btnS img{
  padding: 10px 40px;
  font-size: 2.0rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00947f;
  border: none;
  border-radius: 50px;
  position: relative;
  color: var(--clr-w);
  line-height: 1;
  -webkit-transition: all .3s;
	transition: all .3s;
  user-select: none;
}
@media all and (min-width: 960px){
  .btnS,
  .btnS img{
    min-height: 60px;
  }
}
@media all and (max-width: 959px) {
  .btnS,
  .btnS img{
    min-height: 50px;
  }
}
.btnS:hover,
.btnS:hover img{
  cursor: pointer;
  text-decoration: none;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.btnS.size_S{
  min-width: 100px;
  padding: 10px;
  min-height: 40px;
  text-align: center;
  font-size: 1.6rem;
}
.btnS.type_inside{
  background-color: var(--clr-w);
  border: 2px solid var(--clr-g);
  color: var(--clr-g);
  font-weight: bold;
  vertical-align: top;
}
.btnS.spw100{
}
@media all and (min-width: 960px){
  .btnS.spw100{
  }
}
@media all and (max-width: 959px) {
  .btnS.spw100{
    width: 100%;
  }
}

.btnS.company_btn {
	padding: 20px 60px 20px 50px;
	text-align: center;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	background-color: #00947f;
	border-radius: 50px;
	position: relative;
	color: var(--clr-w);
}
.btnS.company_btn:before{
	content: "";
	width : 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--clr-w);
	box-sizing: border-box;
	position: absolute;
	top  : 50%;
	right: 15px;
	transform: translateY(-50%);
}
.btnS.company_btn:after{
	content: "";
	width : 15px;
	height: 15px;
	top  : 50%;
	right: 22px;
	transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	background-color: #00947f;
	-webkit-mask-image:url("../../img/icon/ic_arrow.svg");
	mask-image:url("../../img/icon/ic_arrow.svg");
	-webkit-mask-position: top right;
	mask-position: top right;	
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat:no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-origin:border-box;
	mask-origin: border-box;
	-webkit-mask-clip: border-box;
	mask-clip: border-box;
}

.btnS.type_cancel {
	padding: 20px 40px 20px 60px;
	text-align: center;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	background-color: #999;
	border-radius: 50px;
	position: relative;
	color: var(--clr-w);
}
.btnS.type_cancel:before{
	content: "";
	width : 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--clr-w);
	box-sizing: border-box;
	position: absolute;
	top  : 50%;
	left : 15px;
	transform: translateY(-50%);
}
.btnS.type_cancel:after{
	content: "";
	width : 15px;
	height: 15px;
	top  : 50%;
	left : 22px;
	transform: translateY(-50%) scaleX(-1);
	z-index: 2;
	position: absolute;
	background-color: #999;
	-webkit-mask-image:url("../../img/icon/ic_arrow.svg");
	mask-image:url("../../img/icon/ic_arrow.svg");
	-webkit-mask-position: top right;
	mask-position: top right;	
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat:no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-origin:border-box;
	mask-origin: border-box;
	-webkit-mask-clip: border-box;
	mask-clip: border-box;
}


/* icS */
.icS {
	width : 1em;
	height: 1em;
	margin-right:5px;
	display: inline-block;
	vertical-align: middle;
	-webkit-mask-position: top right;
	mask-position: top right;	
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat:no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-origin:border-box;
	mask-origin: border-box;
	-webkit-mask-clip: border-box;
	mask-clip: border-box;
}
.icS.vaUn {
	vertical-align:unset;
}
.icS.size_M {
	width : 1.2em;
	height: 1.2em;
}
.icS.size_L {
	width : 1.5em;
	height: 1.5em;
	margin-right:8px;
}
.ic_bg_w  { background-color: var(--clr-w)} 
.ic_bg_g  { background-color: var(--clr-g)}
.ic_cancel{ -webkit-mask-image:url("../../img/icon/ic_cancel.svg"); mask-image:url("../../img/icon/ic_cancel.svg");}
.ic_check { -webkit-mask-image:url("../../img/icon/ic_check.svg"); mask-image:url("../../img/icon/ic_check.svg");}
.ic_window{ -webkit-mask-image:url("../../img/icon/ic_window.svg"); mask-image:url("../../img/icon/ic_window.svg");}
.ic_tel   { -webkit-mask-image:url("../../img/icon/ic_tel.svg"); mask-image:url("../../img/icon/ic_tel.svg");}


/* checkboxS */
.checkboxS {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
  user-select: none;
}
.checkboxS:hover {
	cursor: pointer;
}
.checkboxS:has(.checkbox_icon:disabled) {
  opacity: 0.4;
}
.checkboxS_icon {
  width : 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  appearance: none;
  vertical-align: middle;
  background: #FFFFFF;
  border: solid 2px #808080;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
}
@media (forced-colors: active) {
  .checkboxS_icon {
    transition: none;
    border-color: CanvasText;
  }
}
.checkboxS_icon:checked {
  background: var(--clr-g);
  border-color: var(--clr-g);
}
@media (forced-colors: active) {
  .checkboxS_icon:checked {
    background-color: Canvas;
    border-color: CanvasText;
  }
}
@media (forced-colors: none) and (any-hover: hover) {
  .checkboxS_icon:hover:enabled {
    border-color: var(--clr-g);
    box-shadow: 0 0 0 4px #bfe5de;
    cursor: pointer;
  }
}
.checkboxS_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  mask-image: url("../../img/icon/ic_check.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #FFFFFF;
  transition: opacity 0.2s;
}
@media (forced-colors: active) {
  .checkboxS_icon:before {
    transition: none;
    background-color: CanvasText;
  }
}
.checkboxS_icon:checked:before {
  opacity: 1;
}


/* checklistS */
.checklistS { 
	text-align: left;
}
.checklistS.type_col>li { 
}
@media all and (min-width: 960px){
  .checklistS.type_col>li { 
    display: inline-block;
  }
}
@media all and (max-width: 959px) {
  .checklistS.type_col>li { 
    display: inherit;
  }
}
.checklistS:not(.type_col)>li + li { 
	margin-top: 15px;
}
.checklistS.type_col>li:nth-child(n+2) { 
}
@media all and (min-width: 960px){
  .checklistS.type_col>li:nth-child(n+2) { 
    margin-left: 30px;
  }
}
@media all and (max-width: 959px) {
  .checklistS.type_col>li:nth-child(n+2) { 
    margin-top: 10px;
  }
}


/* header ///
////////////////////////////////////////////////*/
#header,
#header.scroll {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	line-height: 1;
	background-color: rgba(239,239,239,0.9);
	border-bottom:solid 1px #eee;
	z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#header:not(.scroll) {
	background-color:transparent;
	border-bottom:none;
}
#header .headerIn {
	width: 100%;
	position: relative;
}
#header .headerIn:after {
	content: "";
	display: block;
	clear: both;
}
#header .header-logo {
  display : -webkit-inline-box;
  display : -ms-inline-flexbox;
  display : -webkit-inline-flex;
  display : inline-flex;
  font-weight: bold;
}

#header .header-logo .logo_sumairu {
  width : 200px;
  height: 42px;
	box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../img/recruit/logo_sumairu_w.svg) top left / 100% auto no-repeat;
}
#header.scroll .header-logo .logo_sumairu,
#RECRUIT #header .header-logo .logo_sumairu {
  background: url(../../img/recruit/logo_sumairu_g.svg) top left / 100% auto no-repeat;
}
#header .header-logo .logo_sumairu_hd{
  font-size: 1.2rem;
  color: var(--clr-w);
}
#header.scroll .header-logo .logo_sumairu_hd,
#RECRUIT #header .header-logo .logo_sumairu_hd {
  color: var(--clr-g);
}
#header .header-logo .logo_sumairu_recruit{
  line-height: 1;
  font-size: 1.1rem;
  background-color: var(--clr-g-light);
  border: 2px solid var(--clr-g-light);
  color: var(--clr-g);
}
#header.scroll .header-logo .logo_sumairu_recruit,
#RECRUIT #header .header-logo .logo_sumairu_recruit{
  line-height: 1;
  font-size: 1.1rem;
  background-color: #efefef;
  border: 2px solid var(--clr-g);
}

#gloval-nav {
	color: #333;
	font-size: 1.6rem;
}

@media all and (min-width: 960px){
  #header {
    height: 70px;
  }
  #header a,
  #header.scroll a {
    color: #999;
  }
  #header .header-logo {
    padding: 12px 0 0 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #header .header-logo .box {
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display : inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #header .header-logo .logo_sumairu_hd{
    padding-left  : 5px;
    padding-right : 5px;
    padding-bottom: 5px;
  }
  #header .header-logo .logo_sumairu_recruit{
    padding: 5px;
  }
  #header .header-nav {
    padding: 0 20px 0 0;
  }
  #header .header-nav .nav {
    margin-right: 15px;
    float: left;
  }
  #header .header-nav .btn {
    float: right;
  }

	/* nav関連 ///
	////////////////////////////////////////////////*/
  #gloval-nav nav,
  #gloval-nav .nav,
  #gloval-nav .btn{
    height: 70px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #gloval-nav nav{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #gloval-nav .nav a {
    color: var(--clr-w);
    font-weight: normal;
    position: relative;
  }
  .scroll #gloval-nav .nav a,
  #RECRUIT #gloval-nav .nav a {
    color: var(--clr-g-dark);
  }
  #gloval-nav .navIn:nth-child(n+2) a:before {
    content: "／";
    margin: 0 5px;
    display: inline-block;
  }  
  #gloval-nav .btn a {
    height : 70px;
    padding: 0 15px;
    position: relative;
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display : inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
  }
  #gloval-nav .btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-25deg);
  }
  #gloval-nav .btn .btn_01 a:before{
    background: -webkit-linear-gradient(left, #06b778, #00b1a7);
    background: -o-linear-gradient(left, #06b778, #00b1a7);
    background: linear-gradient(to right, #06b778, #00b1a7);
  }
  #gloval-nav .btn .btn_02 {
    margin-left: 5px;
  }
  #gloval-nav .btn .btn_02 a:before{
    background: -webkit-linear-gradient(left, var(--clr-g-dark), #167d72);
    background: -o-linear-gradient(left, var(--clr-g-dark), #167d72);
    background: linear-gradient(to right, var(--clr-g-dark), #167d72);
  }
}

@media all and (max-width: 959px) {
  #header {
    height: 60px;
  }
  #header .header-logo {
    padding: 10px 0 0 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
  }
  #header .header-logo .logo_sumairu  {
    width: 130px;
  }
  #header .header-logo .box {
    margin-left: 10px;
  }
  #header .header-logo .logo_sumairu_hd,
  #header .header-logo .logo_sumairu_recruit{
    display: block;
  }
  #header .header-logo .logo_sumairu_recruit{
    padding: 3px 5px 2px;
  }

  /* nav関連 ///
  ////////////////////////////////////////////////*/
  #nav-toggle {
    height: 32px;
    position: fixed;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle > div {
    width: 36px;
    position: relative;
  }
  #nav-toggle span,
  #nav-toggle.scroll span{
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background-color: var(--clr-g-dark);
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }	
  .open #nav-toggle span {
    background: var(--clr-g-dark);
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  #gloval-nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2em;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav a {
    display: block;
    color: var(--clr-g);
    text-decoration: none;
    padding: 20px 0;
    transition: color 0.6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }

  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
}

#breadcrumb{ 
	margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
	#breadcrumb{ 
	}
}
@media (max-width: 959px) {
	#breadcrumb{ 
		padding: 0 20px;
	}
}
#breadcrumb ol{
	margin: 0;
	padding: 0;
	list-style: none;
	display:flex;
	flex-wrap: wrap;
  font-size: 1.2rem;
  color: #777;
}
#breadcrumb a{ 
	color: var(--clr-g-dark);
	text-decoration: none;
}
#breadcrumb li+li:before{ 
	margin-right: 5px;
  padding-left: 5px;
	content: "›";
	color:#bbb;
}

/* popS */
.popS{
  padding: 0 20px 10px;
}


/* contents ///
////////////////////////////////////////////////*/
.contents{
  position: relative;
}


/* footer ///
////////////////////////////////////////////////*/
footer{}
@media (min-width: 960px) {
  footer{
    padding-top: 100px;
  }
}
@media (max-width: 959px) {
  footer{
    padding-top: 50px;
  }
}
.footer_bnr {
  border-radius: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #FFF;
  text-align: left;
}
@media (min-width: 960px) {
  .footer_bnr{
    padding-left: 50px;
    min-height: 300px;
  }
}
@media (max-width: 959px) {
  .footer_bnr{
    margin : 0 20px;
    padding: 20px 50px 20px 20px;
  }
}
.footer_bnr:after {
  content: "";
  width : 100px;
  height: 100px;
  background: url(../../img/icon/ic_arrow_smart.png) center right / 100% auto no-repeat;
  display: block;
  position: absolute;
  top  : 50%;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .footer_bnr:after {
    width : 100px;
    height: 100px;
    right : 50px;
  }
}
@media (max-width: 959px) {
  .footer_bnr:after {
    width : 25px;
    height: 25px;
    right : 20px;
  }
}

.footer_bnr.type_recruit { background: linear-gradient(to right, var(--clr-g) 0%, var(--clr-g-light2) 100%);}
.footer_bnr.type_entry   { background: linear-gradient(to right, var(--clr-g-dark) 0%, var(--clr-g) 100%);}
.footer_bnr + .footer_bnr {}
@media (min-width: 960px) {
  .footer_bnr + .footer_bnr { margin-top: 30px;}
}
@media (max-width: 959px) {
  .footer_bnr + .footer_bnr { margin-top: 20px;}
}
.footer_bnr_ul>li:nth-child(1){ font-weight: normal;}
.footer_bnr_ul>li:nth-child(2){ font-size: 5.0rem;}
.footer_bnr_ul>li:nth-child(3){ font-size: 1.4rem; font-weight: normal;}

@media (min-width: 960px) {
  .footer_bnr_ul>li:nth-child(1){ font-size: 2.0rem;}
  .footer_bnr_ul>li:nth-child(2){ font-size: 5.0rem;}
}
@media (max-width: 959px) {
  .footer_bnr_ul>li:nth-child(1){ font-size: 1.6rem; letter-spacing: 1px;}
  .footer_bnr_ul>li:nth-child(2){ font-size: 2.5rem;}
}

.footer_top_link{
  width: 100%;
  margin-top: 50px;
  text-align: center;
  display: block;
  background-color: var(--clr-g);
  font-size: 2.0rem;
  font-weight: normal;
  color: #FFF;
  z-index: 2;
  position: relative;
}
@media (min-width: 960px) {
  .footer_top_link{
    padding: 20px 0;
  }
}
@media (max-width: 959px) {
  .footer_top_link{
    padding: 15px 0;
  }
}
.footer_top_arrow{
  content: "";
  width : 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../../img/icon/ic_arrow_w_top.svg) top left / 100% auto no-repeat;
  display: inline-block;
}

.footer_link{
  z-index: 2;
  position: relative;
  background-color: var(--clr-g-dark);
}
@media (min-width: 960px) {
  .footer_link{
    padding: 70px 0;
  }
}
@media (max-width: 959px) {
  .footer_link{
    padding: 30px 0 10px;
  }
}
.footer_link_box{
  margin-top: 50px;
}
@media (min-width: 960px) {
  .footer_link_box{
  }
}
@media (max-width: 959px) {
  .footer_link_box{
    margin-left : 30px;
    margin-right: 30px;
    overflow: hidden;
  }
}
.footer_link_a{
  color: #FFF;
  display: inline-block;
  position: relative;
  text-align: left;
}
@media (min-width: 960px) {
  .footer_link_a{
  }
}
@media (max-width: 959px) {
  .footer_link_a{
    width: 50%;
    padding-left : 10px;
    padding-right: 30px;
    float: left;
  }
  .footer_link_a:after {
    content: "";
    width : 15px;
    height: 15px;
    background: url(../../img/icon/ic_arrow_smart.png) center right / 100% auto no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
.footer_link_a:nth-child(n+2){
}
@media (min-width: 960px) {
  .footer_link_a:nth-child(n+2){
    margin-left: 40px;
  }
}
@media (max-width: 959px) {
  .footer_link_a:nth-child(n+3){
    margin-top: 10px;
  }
}
.footer_link_a:before{
  position: absolute;
  bottom: 0;
  color: var(--clr-g-light);
  display: inline-block;
  font-size: 2.0rem;
  font-weight: normal;
}
@media (min-width: 960px) {
  .footer_link_a:before{
    content: "／";
    right : -30px;
  }
}
@media (max-width: 959px) {
}
.footer_link_a dt{
  font-size: 1.2rem;
  font-weight: normal;
}
.footer_link_a dd{
  font-size: 2.0rem;
}
.footer_link_copyright{
  font-size: 1.4rem;
  color: var(--clr-g);
}
@media (min-width: 960px) {
  .footer_link_copyright{
    margin-top: 60px;
  }
}
@media (max-width: 959px) {
  .footer_link_copyright{
    margin-top: 40px;
  }
}
.footer_link_logo{
  text-align: center;
}
.footer_link_logo>li{
}
@media (min-width: 960px) {
  .footer_link_logo>li{
    display: inline-block;
  }
}
@media (max-width: 959px) {
  .footer_link_logo>li{
  }
}
.footer_link_logo .logo{
  width: 200px;
}
@media (min-width: 960px) {
  .footer_link_logo .logo{
    vertical-align: bottom;
  }
}
@media (max-width: 959px) {
  .footer_link_logo .logo{
    margin: 0 auto;
  }
}
.footer_link_logo .logo img{
  width : 100%;
  height: auto;
}
.footer_link_logo .txt,
.footer_link_logo .site{
  color: #FFF;
}
.footer_link_logo .txt{
  line-height: 1;
}
@media (min-width: 960px) {
  .footer_link_logo .txt{
    margin-left: 10px;
  }
}
@media (max-width: 959px) {
  .footer_link_logo .txt{
    padding: 10px 0;
  }
}
.footer_link_logo .site{
  padding: 7px 10px 5px;
  border: 2px solid #FFF;
  line-height: 1;
}
@media (min-width: 960px) {
  .footer_link_logo .site{
    margin-left: 10px;
  }
}
@media (max-width: 959px) {
  .footer_link_logo .site{
    width : 200px;
    margin: 0 auto;
  }
}


/* hero ///
////////////////////////////////////////////////*/
#hero{
	box-sizing: border-box;
	background: var(--clr-g);
	text-align: left;
}
@media (min-width: 960px) {
	#hero{
		min-height : 300px;
		padding-top: 130px;
	}
}
@media (max-width: 959px) {
	#hero{
		min-height : 100px;
		padding-top : 55px;
		padding-left: 20px;
	}
}
#hero .hero_subttl{
  color: var(--clr-w);
}
@media (min-width: 960px) {
	#hero .hero_subttl{
		font-size: 1.6rem;
    font-family: "Arial", sans-serif;
	}
}
@media (max-width: 959px) {
	#hero .hero_subttl{
		font-size: 1.0rem;
	}
}
#hero .hero_ttl{
  color: var(--clr-w);
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: bold;
}
@media (min-width: 960px) {
	#hero .hero_ttl{
    margin-top: 5px;
		font-size: 6.0rem;
	}
}
@media (max-width: 959px) {
	#hero .hero_ttl{
		font-size: 2.0rem;
	}
}


/* タブ ///
////////////////////////////////////////////////*/
.tabS {
  width: 100%;
  margin: 0 auto;
}
.tabS .tab_item {
  background-color: var(--clr-g);
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  color: var(--clr-w);
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
}
@media (min-width: 960px) {
  .tabS .tab_item {
    width: 230px;
    height: 70px;
    margin-top: 5px;
    margin-right: 5px;
    padding-top: 15px;
  }
}
@media (max-width: 959px) {
  .tabS .tab_item {
    width: 50%;
    height: 70px;
    margin-top: 5px;
    padding-top: 15px;
  }
}
.tabS .tab_item:before {
  content: "";
  width : 100%;
  height: 5px;
  position: absolute;
  top : -5px;
  left: 0;
  background-color: var(--clr-g-dark);
}
@media (min-width: 960px) {
  .tabS .tab_item:before {
    border-radius: 5px 5px 0 0;
  }
}
@media (max-width: 959px) {
  .tabS .tab_item:before {
  }
}
.tabS .tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}
.tabS input[name="tab_item"] {
  display: none;
}
.tabS .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  background-color: var(--clr-w);
}
@media (min-width: 960px) {
  .tabS .tab_content {
    padding: 40px;
    border-radius: 0 20px 20px 20px;
  }
}
@media (max-width: 959px) {
  .tabS .tab_content {
    padding: 20px;
  }
}
.tabS #all:checked ~ #all_content,
.tabS #programming:checked ~ #programming_content,
.tabS #design:checked ~ #design_content {
  display: block;
}
.tabS input:checked + .tab_item {
  background-color: var(--clr-w);
  color: var(--clr-g-dark);
}
.tabS input:checked + .tab_item:before {
  background-color: var(--clr-g-light);
}


/* ttl_popS */
.ttl_popS {
  padding: 12px 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	letter-spacing: 1px;
  line-height: 1;
	color: #FFF;
  background: -webkit-linear-gradient(left, transparent 0%, var(--clr-g-light2) , var(--clr-g) , var(--clr-g-light2) , transparent 100%);
	background: -o-linear-gradient(left, transparent 0%, var(--clr-g-light2) , var(--clr-g) , var(--clr-g-light2) , transparent 100%);
	background: linear-gradient(to right, transparent 0%, var(--clr-g-light2) , var(--clr-g) , var(--clr-g-light2) , transparent 100%);
	z-index: -1;
}
@media (min-width: 960px) {
  .ttl_popS {
    margin-bottom : 40px;
    font-size: 2.2rem;
  }
}
@media (max-width: 959px) {
  .ttl_popS {
    margin-bottom : 20px;
    font-size: 1.8rem;
  }
}


/* dl_dg1 */
.dl_dg1{
	overflow: hidden;
}
.dl_dg1 + .dl_dg1{
	border-top:1px solid #ddd;
}
.dl_dg1>dt{
	float:left;
	text-align: left;
	font-weight: bold;
}
@media (min-width: 960px) {
	.dl_dg1>dt{
		width: 150px;
		padding-top:20px;
		padding-bottom:20px;
		font-size: 1.6rem;
	}
}
@media (max-width: 959px) {
	.dl_dg1>dt{
		width: 80px;
		padding-top:10px;
		padding-bottom:10px;
		font-size: 1.2rem;
	}
}
.dl_dg1>dd{
	text-align:left;
	-webkit-box-flex:1;
	-ms-flex:1 1 10%;
	flex:1 1 10%;
}
@media (min-width: 960px) {
	.dl_dg1>dd{
		margin-left:150px;
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media (max-width: 959px) {
	.dl_dg1>dd{
		margin-left:80px;
		padding-top:10px;
		padding-bottom:10px;
		font-size: 1.2rem;
	}
}


.sec_ttlS{
	position: relative;
	color: var(--clr-g-dark);
	line-height: 1;
}
@media (min-width: 960px) {
	.sec_ttlS{
		margin: 40px 0 30px;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 959px) {
	.sec_ttlS{
		margin: 30px 0 20px;
	}
}
.sec_ttlS_main{
  font-weight: bold;
  transform: skew(-15deg);
}
@media (min-width: 960px) {
	.sec_ttlS_main{
		font-size: 5.0rem;
		text-align: left;
		order: 1;
	}
}
@media (max-width: 959px) {
	.sec_ttlS_main{
		font-size: 3.0rem;
		text-align: center;
	}
}
.sec_ttlS_sub{
	font-family: "Arial", sans-serif;
}
@media (min-width: 960px) {
	.sec_ttlS_sub{
		transform: skew(-10deg);
		font-size: 8.0rem;
		letter-spacing: -4px;
		line-height: 7.0rem;
		text-align: right;
		font-weight: bold;
		color: var(--clr-be7);
		order: 2;
	}
}
@media (max-width: 959px) {
	.sec_ttlS_sub{
		margin-bottom: 5px;
		display: block;
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 2px;
		text-align: center;
		color: var(--clr-g-dark);
	}
	.sec_ttlS br{
		display: none;
	}
}


/** wrapS **/
.wrapS {
  background-color: #FFF;
}
@media (min-width: 960px) {
  .wrapS {
    width: 100%;
    padding: 30px 50px;
    border-radius: 20px;
  }
}
@media (max-width: 959px) {
  .wrapS {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
  }
}
