@charset "utf-8";


/*-----------------------------------------------------------
  共通
------------------------------------------------------------*/

.txl {
  text-align: left;
}

.txc {
  text-align: center;
}

.txr {
  text-align: right;
}
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}



/*-----------------------------------------------------------
  お問い合わせ
------------------------------------------------------------*/

.form-lead {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

.contact-content {
  width: 70%;
  max-width: 1024px;
  margin: 0 auto 120px;
}

@media screen and (max-width: 767px) {
  .contact-content {
    width: 86%;
    margin: 0 auto 60px;
  }
}

.contact-form {
  display: block;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  font-size: 0;
}

@media (max-width: 680px) {
  .contact-form {
    padding: 0 0 10px 0;
  }
  .form-lead {
	    font-size: 15px;
	}
}

.contact-form li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  vertical-align: top;
}

.contact-form li.item-name {
  width: 12em;
  display: inline-block;
  font-weight: 500;
}

@media (max-width: 680px) {
  .contact-form li.item-name {
    width: auto;
    display: block;
  }
}

.contact-form li.answer {
  width: calc(100% - 12em);
  display: inline-block;
}

@media (max-width: 680px) {
  .contact-form li.answer {
    width: 100%;
    display: block;
  }
}

.contact-form li.answer-name,
.contact-form li.answer-name-right {
  width: calc(50% - 6em);
  display: inline-block;
  padding-right: 1em;
}

@media (max-width: 680px) {

  .contact-form li.answer-name,
  .contact-form li.answer-name-right {
    width: 100%;
    display: block;
    padding-right: 0;
    margin: 0 0 10px 0;
  }

  .contact-form li p {
    margin: 0 0 5px;
  }
}

.contact-form li .must {
  color: #DB2400;
  display: inline-block;
  vertical-align: middle;
}


.confirm_area .contact-form {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}

.confirm_area .select {
  text-align: left;
}


.wpcf7-not-valid-tip {
  margin: 5px 0 0;
}

.grecaptcha-badge {
  bottom: 75px !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.wpcf7 .check_box {
  border: 5px solid #eee;
  padding: 45px 50px 30px;
  text-align: center;
  line-height: 1.6;
  margin: 20px 0 0;
  font-weight: 500;
}

@media (max-width: 680px) {
  .wpcf7 .check_box {
    padding: 20px;
  }
}

.wpcf7 .check_box p.indent {
  text-align: left;
}

.wpcf7 .check_box label {
  cursor: pointer;
}

.wpcf7 .check_box label.contact-policy-checkbox {
  background: #eee;
  padding: 10px 30px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin: 20px auto 0;
}

.wpcf7 .check_box label.contact-policy-checkbox:hover {
  background: #ddd;
}

.wpcf7 .check_box label .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .check_box input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  margin: 0 10px 0 0;
}

.thanks_area p{
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
@media (max-width: 680px) {
  .thanks_area p{
	    font-size: 16px;
	}
}

/*-------------------------------------------------------
テキストボックス
-------------------------------------------------------*/
.selectdate {
  display: inline-block;
  padding: 2px 5px;
  font-size: 16px;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  margin: 0 5px 0 0;
}

input[type=text].yy {
  width: 60px;
}

input[type=text].days,
input[type=text].mm,
input[type=text].dd {
  width: 40px;
}

.txt_num {
  width: 100%;
  padding: 4px 5px;
  font-size: 18px;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
  text-align: left;
  background: #F8F8F8;
  margin: 0;
  display: inline-block;
}

.txt_num.w2 {
  display: inline-block;
  max-width: 2em;
  margin: 0;
}

.txt_num.w4 {
  display: inline-block;
  max-width: 4em;
  margin: 0;
}

.txt_num.w5 {
  display: inline-block;
  max-width: 10em;
  margin: 0;
}

.txt_num.w10 {
  display: inline-block;
  max-width: 20em;
  margin: 0;
}

.txt_num.w15 {
  display: inline-block;
  max-width: 30em;
  margin: 0;
}

.txt_num.w20 {
  display: inline-block;
  max-width: 40em;
  margin: 0;
}

.txt_num.w100 {
  display: block;
  margin: 0;
}

input[type=text][disabled] {
  opacity: 1;
  background: #eee;
}

input[type=file] {
  opacity: 1;
  background: #F8F8F8;
  padding: 10px;
  font-size: 14px;
}

@media (max-width: 680px) {
  input[type=file] {
    font-size: 13px;
    line-height: 1;
  }
}

.txt_box {
  width: 100%;
  max-width: 100%;
  padding: 4px 5px;
  margin: 0;
  font-size: 18px;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
  text-align: left;
  background: #F8F8F8;
  display: inline-block;
}

.txt_box.w5 {
  display: inline-block;
  max-width: 5em;
  margin: 0 10px 0 0;
}

.txt_box.w10 {
  display: inline-block;
  max-width: 10em;
  margin: 0 10px 0 0;
}

.txt_box.w20 {
  display: inline-block;
  max-width: 20em;
  margin: 0 10px 0 0;
}

/*-------------------------------------------------------
送信ボタン
-------------------------------------------------------*/

.btn_inpt {
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 5px 10px 10px 10px;
  box-sizing: border-box;
  background-color: #004EA2;
  ;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  font-size: 18px;
  padding: 20px 60px;
  font-weight: 600;
}

@media (max-width: 680px) {
  .btn_inpt {
    padding: 20px 40px;
  }
}

.btn_inpt.back_button {
  background: #c1c1c1;
}

.btn_inpt.sizel {
  display: inline-block;
  font-size: 18px;
  padding: 10px 30px;
  max-width: 400px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.btn_inpt:hover {
  opacuty: 0.8;
}

.btn_inpt.emp {
  background: #ffc400;
  color: #000;
}

.btn_inpt.emp:hover {
  background: #ffe500;
  color: #000;
}

.btn_inpt:disabled {
  opacity: 0.5;
}




/*-------------------------------------------------------
ラジオ＆チェックボックス
-------------------------------------------------------*/
.cntrl {
  display: inline-block;
  position: relative;
  padding: 0 0 0 36px;
  margin: 0 20px 20px 0;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  text-align: left;
  white-space: normal;
}

@media (max-width: 680px) {
  .cntrl {
    font-size: 16px;
  }
}

.cntrl input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cntrl.ckbox {
  display: block;
}

.cntrl.rdbtn {
  display: inline-block;
}

.indic {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: #fff;
  border: 4px solid #eee;
}

.rdbtn .indic {
  border-radius: 50%;
}

.cntrl:hover input~.indic,
.cntrl input:focus~.indic {
  background: #fff;
  border-color: #281D53;
}

.cntrl input:checked~.indic {
  background: #281D53;
  border: 1px solid #281D53;
}

.cntrl:hover input:not([disabled]):checked~.indic,
.cntrl input:checked:focus~.indic {
  background: #281D53;
}

.cntrl input:disabled~.indic {
  background: #d8d8d8;
  opacity: 0.6;
  pointer-events: none;
}

.indic:after {
  content: "";
  position: absolute;
  display: none;
}

.cntrl input:checked~.indic:after {
  display: block;
}

.ckbox .indic:after {
  left: 26%;
  top: 46%;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}

.ckbox input:disabled~.indic:after {
  border-color: #7b7b7b;
}

.rdbtn .indic:after {
  left: 50%;
  top: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.rdbtn input:disabled~.indic:after {
  background: #7b7b7b;
}


/*-------------------------------------------------------
事業内容
-------------------------------------------------------*/

.dt-business-content2-example ul{
    margin: 0;
}
.dt-business-content2-example ul li{
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 2em;
    text-indent: -1em;
    padding-left: 1em;
}
.dt-business-content2-example ul li:not(:last-child){
	margin: 0 0 10px;
}
.dt-business-content2-example ul li::before{
    content:"・";
}
@media screen and (max-width: 767px) {
    .dt-business-content2-example ul li{
        font-size: 16px;
        line-height: 1.8em;
    }
}

/*-----------------------------------------------------------
  事業内容 回遊性リンク
------------------------------------------------------------*/

#sb-business{
	width: 80%;
	margin: 80px auto;
}
#sb-business .mds-business{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
#sb-business .sb-blue-box-3col {
    width: 100%;
    margin: 0 auto 20px;
}
#sb-business .sb-blue-box-3col-category {
    margin: 0 0 10px;
    border: 3px solid #ddd;
    padding: 10px;
    width: 33%;
}
#sb-business .sb-blue-box-3col-category h5{
    margin: 0;
    font-size: 16px;
}
#sb-business .sb-blue-box-3col-category.active,
#sb-business .sb-blue-box-3col-category:hover {
    border: 3px solid #004ea2;
}
@media screen and (max-width: 767px) {
    #sb-business .sb-blue-box-3col {
        flex-direction: row;
    }
    #sb-business .sb-blue-box-3col-category {
        width: 49%;
    }
}

/*-------------------------------------------------------
ごあいさつ
-------------------------------------------------------*/

.sb-strength-inner.greeting .sb-strength-text p{
	margin: 0 0 14px;
	font-size: 20px;
}
.sb-strength-inner.greeting .sb-strength-text p.sign{
	text-align: right;
	margin: 20px 0 0;
	display: block;
}
.sb-strength-inner.greeting .sb-strength-text p.sign span{
	font-size: 1.2em;
}

@media screen and (max-width: 767px) {
	.sb-strength-inner.greeting .sb-strength-text p{
		font-size: 16px;
	}
}


/*-------------------------------------------------------
プライバシーポリシー
-------------------------------------------------------*/

.wrapper {
  width: 90%;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
}

.wrapper.nrw {
  max-width: 880px;
}

.cnt {
  display: block;
  position: relative;
  margin: 0;
  padding: 5% 0 5% 0;
  text-align: left;
}


.sb-privacy .sb-business-catg-title{
	width: 100%;
}
.sb-privacy p{
    font-size: 20px;
    line-height: 1.8;
    margin: 0 0 5% 0;
    font-weight: 500;
}
.sb-privacy ol.num-list{
	margin: 0;
	padding: 0;
	padding: 0 0 0 20px;
    list-style: decimal;
	font-size: 20px;
}
.sb-privacy ol.num-list > li{
	margin: 0 0 50px;
}
.sb-privacy ol.num-list > li h3{
	font-weight: 600;
	font-size: 20px;
    line-height: 1.8;
    margin: 0 0 5px;
}
ul.txtlist {
  display: block;
  padding: 0;
  margin: 2% 0 5% 0;
  list-style: none;
  font-size: 16px;
}
ul.txtlist li {
    display: block;
    margin: 0;
    padding: 0 0 14px 2em;
    font-size: 18px;
    position: relative;
    text-align: left;
    counter-increment: none;
    list-style-type: none;
    line-height: 1.8;
    font-weight: 500;
}
ul.txtlist li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  color: #d8d8d8;
}
a.txtlink{
	color: #004ea2;
	font-weight: 500;
	transition: color 0.5s ease, filter 0.5s ease;
}
a.txtlink:hover{
  color: #64b5f6;
}
@media screen and (max-width: 767px) {
	ul.txtlist li {
	    font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.sb-privacy p,
	.sb-privacy ol.num-list,
	.sb-privacy ol.num-list > li h3 {
	    font-size: 16px;
	}
}


/*-------------------------------------------------------
SDGs行動宣言
-------------------------------------------------------*/

p.lead {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 5% 0;
}

@media (max-width: 680px) {
  p.lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.colorb {
  color: #000 !important;
}

.column {
  display: block;
  box-sizing: content-box;
  margin: 2% -5% 2% 0;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
}

.column .row.w2 {
  width: 50%;
}

.column .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 5% 5% 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
}

  @media (max-width: 834px) {
      .column .row.w2 {
          width: 100%;
      }
  }

  @media (max-width: 680px) {
      .column .row {
          padding: 0 5% 0 0;
      }
  }

.marklist {
  display: block;
  margin: 0 0 5% 0;
  padding: 0;
  position: relative;
}

.marklist ul {
  display: block;
  padding: 0;
  margin: 0 -5px 0 0;
  list-style: none;
  font-size: 0;
  text-align: left;
}

.marklist ul li {
  display: inline-block;
  margin: 0;
  padding: 0 5px 5px 0;
  position: relative;
  text-align: center;
  font-size: 0;
  vertical-align: top;
  width: 33.33%;
  box-sizing: border-box;
}

.marklist ul li figure {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}

figure {
  display: block;
  width: 100%;
  margin: 0 0 3% 0;
  position: relative;
}

img.border{
    border: 1px solid #b9b9b9;
}


/*-------------------------------------------------------
アクセス
-------------------------------------------------------*/
.map {
  display: block;
  text-align: center;
  margin: 0 0 5% 0;
  padding: 0;
}
.map iframe {
  display: block;
  width: 100%;
  height: 40vw;
}
  @media (max-width: 680px) {
    .map iframe {
        height: 80vw;
    }
  }

  @media (min-width: 834px) {
    .font20 {
        font-size: 20px!important;
    }
    .font19 {
      font-size: 19px!important;
    }
  }


/*-------------------------------------------------------
採用
-------------------------------------------------------*/

#interview{
	scroll-margin-top: 100px;
}

@media screen and (max-width: 767px) {
	#interview{
		scroll-margin-top: 80px;
	}
}


.recruit-other-interview{
	
}

.recruit-other-interview .recruit-btn-3 {
    margin: 100px auto 0;
    justify-content: space-between;
    transition: opacity 1s ease;
}
.recruit-other-interview .strg-btn-image{
	width: 30%;
}
.recruit-other-interview .strg-btn-text{
	letter-spacing: 1px;
}
.recruit-other-interview .strg-btn-text span{
    display: block;
    line-height: 1.4;
    font-size: 16px;
}
.recruit-other-interview .recruit-btn-3:hover {
  opacity: 0.6;
}
.recruit-other-interview .recruit-content-wrapper-3{
    justify-content: space-between;
}


/*-----------------------------------------------------------
  お知らせ詳細
------------------------------------------------------------*/

#sb-news h2.ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    color: #004ea2;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 100px 20px 0;
}
#sb-news .news-text p{
    line-height: 2;
    margin: 0px 0 20px;
}
#sb-news .wp-block-list{
    margin: 0px 0 20px;
}
#sb-news .wp-block-list li{
    padding: 0 0 0 20px;
    position: relative;
    
}
#sb-news .wp-block-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #004ea2;
}
#sb-news .wp-block-button__link {
    background-color: #004ea2;
    font-size: 1.125em;
    border-radius: 4px;
    transition: background-color 1s ease;
}
#sb-news .wp-block-button__link:hover {
    background-color: #64b5f6;
}
#sb-news h1.wp-block-heading{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    letter-spacing: 0.1em;
    margin: 60px 0 40px;
}
#sb-news h2.wp-block-heading{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0.1em;
    margin: 60px 0 40px;
}
#sb-news h3.wp-block-heading{
    width: 100%;
    border-top: solid 1px #004ea2;
    border-bottom: solid 1px #004ea2;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    color: #004ea2;
    margin: 60px 0 40px;
}
#sb-news h4.wp-block-heading{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 0.1em;
    margin: 60px 0 40px;
    position: relative;
    padding: 0 0 0 28px;
}
#sb-news h4.wp-block-heading::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 14px;
    height: 14px;
    background: #004ea2;
}
#sb-news h5.wp-block-heading{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 60px 0 40px;
}
#sb-news h6.wp-block-heading{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 60px 0 40px;
}

@media screen and (max-width: 767px) {
    #sb-news h2.ttl {
        font-size: 32px;
    }
    #sb-news h1.wp-block-heading {
        font-size: 32px;
    }
    #sb-news h2.wp-block-heading {
        font-size: 28px;
    }
    #sb-news h3.wp-block-heading {
        font-size: 26px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #sb-news h4.wp-block-heading {
        font-size: 24px;
    }
    #sb-news h5.wp-block-heading {
        font-size: 22px;
    }
}

/*--------------------------------------------------------
  ページ内リンク
--------------------------------------------------------*/

#sb-business-sec1,
#sb-business-sec2,
#sb-business-sec3,
#sb-business-sec4,
#sb-business-sec5,
#sb-history-sec1,
#sb-history-sec2,
#sb-history-sec3{
	scroll-margin-top: 100px;
}

@media screen and (max-width: 767px) {
	#sb-business-sec1,
	#sb-business-sec2,
	#sb-business-sec3,
	#sb-business-sec4,
	#sb-business-sec5,
	#sb-history-sec1,
	#sb-history-sec2,
	#sb-history-sec3{
		scroll-margin-top: 80px;
	}
}