@charset "UTF-8";

/* pc */
@media (min-width: 769px){
}
/* sp */
@media (max-width: 768px) {
}

/* ----------------------------------------
調整
 ---------------------------------------- */ 

/* sp */
@media (max-width: 768px) {
  .sc_flex-wrap{
    flex-wrap: wrap !important;
  }
}


/* ----------------------------------------
ビジネス共通
 ---------------------------------------- */ 

/* --- pankuzu header --- */
header + .pankuzu{
  background-color: #cfdaf3;
  /*color: #fff;*/
}
/*
header + .pankuzu a{
  color: #fff;
}
*/
header + .pankuzu ul > li:first-of-type::before{
  background-image: url(/wordpress/wp-content/themes/suisomiru/img/ic_home_blue.svg);
}

/* ---for-business_minittl--- */
.for-business_minittl{
  display: block;
  font-size: 50%;
}

/* --- heading --- */
h1{
  background-image: url(/img/for-business/main_bg.png);
  background-size: auto;
  background-position: center right;
}
h1 span{
  z-index: 3;
}
h1::before{
  background-color: #0d3671;
  z-index: 2;
}
h1::after{
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #0d3671 60%, transparent 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
/* sp */
@media (max-width: 768px) {
  h1{
    background-image: url(/img/for-business/main_bg.jpg);
    background-size: cover;
  }
  h1::after{
    width: 100%;
    background: #0d3671;
    opacity: 0.6;
  }
}
h2:not(.heading_3):not(.heading_4):not(.heading_5):not(.heading_6),
.heading_2{
  text-align: left;
  font-weight: 700;
  font-size: 41px;
}
/* sp */
@media (max-width: 768px) {
  h2:not(.heading_3):not(.heading_4):not(.heading_5):not(.heading_6),
  .heading_2{
    font-size: 35px;
  }
}
h3:not(.heading_2):not(.heading_4):not(.heading_5):not(.heading_6),
.heading_3{
  font-size: 36px;
  color: #0d3671;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}
h3:not(.heading_2):not(.heading_4):not(.heading_5):not(.heading_6)::after,
.heading_3::after{
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  background: linear-gradient(135deg, #0d3671 50%, #cfdaf3 50%);
  margin: 10px auto 0;
}
/* sp */
@media (max-width: 768px) {
  h3:not(.heading_2):not(.heading_4):not(.heading_5):not(.heading_6),
  .heading_3{
    font-size: 30px;
  }
}
h4:not(.heading_2):not(.heading_3):not(.heading_5):not(.heading_6),
.heading_4{
}
h4:not(.heading_2):not(.heading_3):not(.heading_5):not(.heading_6)::before,
.heading_4::before{
  background: #0d3671;
}
h4:not(.heading_2):not(.heading_3):not(.heading_5):not(.heading_6)::after,
.heading_4::after{
  background: #cfdaf3;
}
/* pc */
@media (min-width: 769px){
  h4:not(.heading_2):not(.heading_3):not(.heading_5):not(.heading_6),
  .heading_4{
    font-size: 32px;
  }
}
h5:not(.heading_2):not(.heading_3):not(.heading_4):not(.heading_6),
.heading_5{
  font-weight: 500;
  border-left: 0;
  padding-left: 0;
}
h6:not(.heading_2):not(.heading_3):not(.heading_4):not(.heading_5),
.heading_6{
  color: #0d3671;
}

/*.link_banner*/
.link_banner{
  color: #0d3671;
  border-color: #0d3671;
}
.link_banner:hover{
  background-color: #0d3671;
}

/* ---suisui_catch--- */
.suisui_catch{
  text-align: center;
  font-weight: 700;
  color: #0d3671;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 45px;
}
.suisui_catch:first-child{
  margin-top: 0;
}
/* sp */
@media (max-width: 768px) {
  .suisui_catch{
    font-size: 30px;
  }
}


/* ---suisuisupport_common_link--- */
.suisuisupport_common_link{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------------
suisui_pageNav
 ---------------------------------------- */
.suisui_pageNav{
  background-color: #0d3671;
}
.suisui_pageNav ul{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.suisui_pageNav ul li{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: calc(100% / 6);
}
.suisui_pageNav ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
  text-align: center;
}
/* pc */
@media (min-width: 769px){
  .suisui_pageNav ul li a:hover{
    background-color: #40659b;
    opacity: 1;
  }
}
/* sp */
@media (max-width: 768px) {
  .suisui_pageNav ul{
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .suisui_pageNav ul li{
    width: 50%;
    font-size: 15px;
  }
}

/* ----------------------------------------
pagetop
 ---------------------------------------- */
#pagetop_fixLine{
}

/* ----- pagetop_business ----- */
#pagetop_business{
  position: fixed;
  z-index: 999;
	bottom: 10px;
	right: 0;
  opacity: 0;
  visibility: hidden;
	text-align: center;
	background-color: #0d3671;
  color: #fff;
	border-radius: 5px 0 0 5px;
	text-decoration: none;
	display: block;
  margin-left: auto;
  transition: 0.2s;
  padding: 10px 20px;
  line-height: 1.2;
  transform: translateX(105%);
}
#pagetop_business span.pagetop_business_txt{
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}
#pagetop_business.active{
	bottom: 10px;
	visibility: visible;
	opacity: 1;
  transform: translateX(0%);
}
#pagetop_business.endPage{
  opacity: 0;
  pointer-events: none;
}
#pagetop_business::before{
  content: "";
  display: block;
  transition: 0.2s;
  position: relative;
	top: 3px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-135deg);
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
  #pagetop_business:hover{
    background-color: #8f93ba;
    cursor: pointer;
  }
  #pagetop_business:hover::before{
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
/* SP */
@media (max-width: 768px) {
  #pagetop_business{
    right: 0;
  }
}

/* ----------------------------------------
mini_banlink
 ---------------------------------------- */
.mini_pdf_link a{
  display: inline-block;
  background: #0d3671;
  color: #fff;
  min-width: 300px;
  padding: 15px 50px;
  border-radius: 99999px;
  position: relative;
  text-decoration: none;
  text-align: center;
}
/* SP */
@media (max-width: 768px) {
  .mini_pdf_link a{
    display: block;
    width: 100%;
  }
}
/*.mini_pdf_link a::before{
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 11px;
  height: 11px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}*/

/* ----------------------------------------
forbusiness_read
 ---------------------------------------- */
.forbusiness_read{
  font-size: 115%;
}

/* ----------------------------------------
suisui_news_top
 ---------------------------------------- */
/*.suisui_news_top p{
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.suisui_news_top p:last-child{
  margin-bottom: 0;
}*/
.suisui_news_top .wp-block-table table{
  border: 0;
  background: transparent;
}
.suisui_news_top .wp-block-table td{
  border: 0;
  padding: 20px 0;
  background: transparent;
}
.suisui_news_top .wp-block-table tr{
  background: transparent;
  border-bottom: 1px dotted #ccc;
}
.suisui_news_top .wp-block-table tr:last-child{
  border-bottom: 0;
}
.suisui_news_top .wp-block-table tr:first-child td{
  padding-top: 0;
}
.suisui_news_top .wp-block-table tr:last-child td{
  padding-bottom: 0;
}
.suisui_news_top .wp-block-table tr td:nth-child(1){
  width: 9em;
}
.suisui_news_top .wp-block-table tr > td:only-child:nth-child(1){
  width: auto;
}
.suisui_news_top .wp-block-table a{
  position: relative;
}
.suisui_news_top .wp-block-table a[target="_blank"]::after{
  content: "";
  display: inline-block;
  background-image: url(/wordpress/wp-content/themes/suisomiru/img/ic_targetblank.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  width: 1.059em;
  height: 1.059em;
  margin-left: 0.5em;
  position: relative;
  top: -0.2em;
}
/* sp */
@media (max-width: 768px) {
  .suisui_news_top {
    padding-bottom: 20px;
  }
  .suisui_news_top .wp-block-table table,
  .suisui_news_top .wp-block-table tbody,
  .suisui_news_top .wp-block-table tr,
  .suisui_news_top .wp-block-table td{
    display: block;
  }
  .suisui_news_top .wp-block-table tr td:nth-child(1){
    width: 100%;
    padding-bottom: 10px;
  }
  .suisui_news_top .wp-block-table tr td:nth-child(2){
    padding-top: 0;
  }
}

/* ---sien_menu_panel--- */
.sienmenu_panel .bgc_box_mini{
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sienmenu_panel .sienmenu_panel_ttl{
  font-size: 110%;
  color: #0d3671;
}
.sienmenu_panel .sienmenu_panel_ttl .has-small-font-size{
  font-size: 80% !important;
}
.sienmenu_panel .sienmenu_panel_ttl .has-medium-font-size{
  font-size: 120% !important;
}
/*sien_status*/
.sienmenu_status{
  font-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  border-radius: 0 0 5px;
}
.sienmenu_status:last-child{
  margin-bottom: 0;
}
/*sienmenu_panel_detail*/
.sienmenu_panel_detail{
}

/* ---suisui_btn_listFix--- */
.suisui_btn_listFix .wp-block-column{
  display: flex;
  align-items: stretch;
}
.suisui_btn_listFix .wp-block-column a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #0d3671;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  padding: 20px 40px;
  position: relative;
}
.suisui_btn_listFix .wp-block-column a::before{
  content: "";
  display: block;
  background-image: url(/wordpress/wp-content/themes/suisomiru/img/ic_arrow_wh.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  z-index: 1;
}
.suisui_btn_listFix .wp-block-column a:hover::before{
  right: 10px;
}
.suisui_btn_listFix .wp-block-column a::after{
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0.04;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.suisui_btn_listFix .wp-block-column a span{
  position: relative;
  z-index: 2;
}
/* pc */
@media (min-width: 769px){
  .suisui_btn_listFix .wp-block-column a{
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/*ss_moreBtn*/
.ss_moreBtn{
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 10px;
}
.ss_moreBtn:last-child{
  margin-bottom: 0;
}
.ss_moreBtn a{
  color: #0d3671;
  text-decoration: none;
  display: flex;
  text-align: center;
  padding: 10px 20px;
  font-size: 90%;
  position: relative;
  overflow: hidden;
}
.ss_moreBtn a::before{
  content: "";
  width: 80%;
  height: 15px;
  border-bottom: 1px solid #0d3671;
  border-right: 1px solid #0d3671;
  transform: skew(45deg);
  position: absolute;
  bottom: 0;
  left: -2%;
  transition: 0.2s;
  opacity: 0.5;
}
.ss_moreBtn a:hover{
  letter-spacing: 0.1em;
}
.ss_moreBtn a:hover::before{
  width: 100%;
}

/* ----------------------------------------
お申し込みボタン
 ---------------------------------------- */
.suiso_formBtn{
  width: 100%;
}
/* sp */
@media (max-width: 768px) {
  .suiso_formBtn{
    gap: 10px;
  }
}
.suiso_formBtn_txt,
.suiso_formBtn_here a{
}
.suiso_formBtn_txt{
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
.suiso_formBtn_txt::after{
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #0d3671;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* sp */
@media (max-width: 768px) {
  .suiso_formBtn_txt{
    font-size: 22px;
    padding-right: 0;
  }
  .suiso_formBtn_txt::after{
    position: relative;
    top: auto;
    transform: translateY(-50%) rotate(90deg);
    left: 0;
    right: 0;
    margin: 20px auto 0;
  }
}
.suiso_formBtn_txt p:last-child{
  margin-bottom: 0;
}
.suiso_formBtn_here{
  margin: 0 auto;
}
.suiso_formBtn_here p:last-child{
  margin-bottom: 0;
}
.suiso_formBtn_here a{
  display: block;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background-color: #6EBA35;
  color: #fff;
  font-weight: 700;
  padding: 20px 20px;
  border-radius: 999px;
}
.suiso_formBtn_close{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #f84040;
}

/* ----------------------------------------
ヘルプデスク
 ---------------------------------------- */
/*helpdesk_onayami_list*/
.helpdesk_onayami_list{
  row-gap: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

/* pc */
@media (min-width: 769px) {
  .helpdesk_onayami_list .wp-block-column{
    flex-basis: auto !important;
    flex-grow: initial !important;
  }
}

/*helpdesk_flow*/
.helpdesk_flow figure img{
  width: 1200px;
  max-width: none;
}

/* ----------------------------------------
参加者の声
 ---------------------------------------- */
.voice_column{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.voice_column .wp-block-column:nth-child(1) img{
  border-radius: 50%;
  background-color: #efefef;
  padding: 30px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.voice_column .wp-block-column:nth-child(2){
  color: #fff;
  background-color: #0d3671;
  border-radius: 5px;
  padding: 30px;
  position: relative;
}
.voice_column .wp-block-column:nth-child(2)::before{
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #0d3671;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: -13px;
}
/* sp */
@media (max-width: 768px) {
  .voice_column .wp-block-column:nth-child(2)::before{
    left: 0;
    right: 0;
    top: -15px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(-90deg);
  }
}

/* ----------------------------------------
講習会
 ---------------------------------------- */
.seminar_leaflet{
  position: relative;
  padding-bottom: 30px;
}
.seminar_leaflet .wp-block-image{
  position: relative;
  width: 55%;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
.seminar_leaflet.seminar_leaflet_solo .wp-block-image{
  width: 100%;
  max-width: 256px;
  margin-left: auto;
  margin-right: auto;
}
.seminar_leaflet .wp-block-image:nth-child(1){
  z-index: 2;
}
.seminar_leaflet .wp-block-image:nth-child(2){
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

/* ----------------------------------------
実務経験取得の支援
 ---------------------------------------- */

/* ----------------------------------------
faq
 ---------------------------------------- */
.helpdesk_faq{
  margin-bottom: 20px;
  gap:0;
  position: relative;
}
/* pc */
@media (min-width: 769px){
  .helpdesk_faq::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 40px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #0d3671;
  }
}
.helpdesk_faq:last-child{
  margin-bottom: 0;
}
.helpdesk_faq .wp-block-column{
  position: relative;
  padding: 20px 30px;
  overflow: hidden;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.helpdesk_faq .wp-block-column:first-child::before,
.helpdesk_faq .wp-block-column:last-child::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
.helpdesk_faq .wp-block-column:first-child::before{
  content: "Ｑ";
}
.helpdesk_faq .wp-block-column:last-child::before{
  content: "Ａ";
  color: #0d3671;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  opacity: 0.05;
}
.helpdesk_faq .wp-block-column:first-child{
  background-color: #0d3671;
  color: #fff;
}
.helpdesk_faq .wp-block-column:last-child{
  background-color: #efefef;
}
.helpdesk_faq .wp-block-column p{
  position: relative;
  z-index: 2;
  width: 100%;
}
.helpdesk_faq .wp-block-column p:last-child{
  margin-bottom: 0;
}

/* ----------------------------------------
都内水素ステーションマップ
 ---------------------------------------- */
#suisostationn_gmap{
	width: 100%;
	height: 500px;
}
.suisostation_table thead{
  border-bottom: none;
}
.suisostation_table thead th{
  background-color: #0d3671;
  color: #fff;
}
.suisostation_table tbody{
  font-size: 14px;
}
.suisostation_table tr th:nth-child(1),
.suisostation_table tr td:nth-child(1){
  width: 22.5em;
}
.suisostation_table tr th:nth-child(2),
.suisostation_table tr td:nth-child(2){
	width: 6em;
	text-align: center;
}
.suisostation_table tr th:nth-child(3),
.suisostation_table tr td:nth-child(3){
  width: 12em;
}
.suisostation_table tr th:nth-child(4),
.suisostation_table tr td:nth-child(4){
  width: 9em;
  text-align: center;
}
.suisostation_table tr th:nth-child(5),
.suisostation_table tr td:nth-child(5){
  width: 16em;
}
.suisostation_table tr th:nth-child(6),
.suisostation_table tr td:nth-child(6){
	width: 5em;
	text-align: center;
}
/* sp */
@media (max-width: 768px) {
  .suisostation_table{
    max-height: 50vh;
  }
}


/* ----------------------------------------
FAQ
 ---------------------------------------- */
details.wp-block-details{
  margin-bottom: 2px;
}
details.wp-block-details summary{
  position: relative;
  padding: 30px 50px;
  background-color: #efefef;
  transition: 0.2s;
  outline: none !important;
  list-style: none;
  border-radius: 5px;
} 
details[open].wp-block-details summary{
  background-color: #0d3671;
  color: #fff;
}
details.wp-block-details summary::before,
details.wp-block-details summary::after{
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #0d3671;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.2s;
  transform: translateY(-50%);
}
details.wp-block-details summary::after{
  transform: translateY(-50%) rotate(90deg);
}
details[open].wp-block-details summary::before,
details[open].wp-block-details summary::after{
  background-color: #fff;
}
details[open].wp-block-details summary::after{
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}
/* pc */
@media (min-width: 769px){
  details.wp-block-details summary:hover{
    background-color: #888;
    color: #fff;
  }
}
details.wp-block-details .wp-block-details-answer{
  padding: 30px 50px;
  margin-bottom: 30px;
}

/* sp */
@media (max-width: 768px) {
  details.wp-block-details summary::before,
  details.wp-block-details summary::after{
    right: 10px;
  }
  details.wp-block-details summary{
    padding-left: 20px;
  }
  details.wp-block-details .wp-block-details-answer{
    padding-left: 20px;
    padding-right: 20px;
  }
}
