@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/


body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color:#000;
  font-feature-settings: 'palt';
}

a {
  color: #1A0DAB;
}

.siteContent{
  padding: 2em 0 0em;
}

.pc_display{
  display:block;
}

.sp_display{
  display: none;
}

.vk-mobile-nav-menu-btn {
  left: auto;
  right: 5px;
}

.mb_2em{
  margin-bottom:2em !important;
}
.mb_5em{
  margin-top: 5em !important;
}

/*--------TOPページ--------*/
.siteHeader_logo{
  float:none;
}
.siteHeader .container{
  text-align: center;
  padding-bottom: 10px;
}
.gMenu_outer{
  width:100%;
}
.gMenu {
  float:none;
  justify-content: center;
}
.page #gMenu_outer .menu-header-container .gMenu {
  padding-left: 0px !important;
}
.mainSection-title,.entry-body .news_area .whatsnew h2{
  font-size:26px;
  background-color:transparent;
  border:none;
  padding:40px 0;
  text-align:center;
  letter-spacing:0.1em;
  margin:0;
}

.message {
  margin-top: 60px;
}
.entry-body .message .section-title {
  margin-bottom: 26px;
}
.entry-body .message p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 5%;
  text-align: left;
  margin-bottom: 44px;
}

.btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 56px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 3px;
  transition: 0.3s;
  border: 2px solid #001a63;
  border-style: outset;
}
.btn-default:hover, .btn-default:active {
  color: #FFF;
  background: #001a63;
  text-decoration: none;
}

.btn-reverse {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 56px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 3px;
  transition: 0.3s;
  color: #FFF;
  background: #001a63;
  border: 2px solid transparent;
  border-style: outset;
  text-decoration: none;
}
.btn-reverse:hover, .btn-reverse:active {
  color: #001a63;
  background: #FFF;
  border-color: #001a63;
  text-decoration: none;
}

.btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 56px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 3px;
  background: #FFF;
  border: none;
  color: #1A0DAB;
  transition: 0.3s;
  text-decoration: none;
}
.btn-white:hover, .btn-white:active {
  background: #1A0DAB;
  color: #FFF;
  text-decoration: none;
}

.business {
  margin: 140px auto 0;
  max-width: 1060px;
}
.business .section-title {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.business p {
  color: #0F1A31;
}
.business a:hover {
  text-decoration: none;
}
.business .business__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.business .business__box {
  max-width: 500px;
  width: calc((100% - 60px) / 2);
  margin-bottom: 10px;
}
.business .business__box a {
  display: block;
  text-decoration: none;
}
.business .business__box a:hover h3 {
  text-decoration: underline;
}
.business .business__box h3 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0;
  border: none;
  margin: 20px 0 16px;
}
.business .business__img {
/*  display: flex;
  flex-wrap: wrap;
  justify-content: center;*/
  max-height: 280px;
  overflow: hidden;
}
.business .business__img img {
  width: 100%;
}
.business .business__services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.business .business__service {
  width: calc((100% - 100px) / 3);
}
.business .business__service a {
  text-decoration: none;
}
.business .business__service a:hover h4 {
  text-decoration: underline;
}
.business .business__logo img {
  width: 100%;
}
.business .business__service h4 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 24px 0 18px;
  color: #1A0DAB;
}
.business .business__service p {
  font-size: 16px;
  color: #0F1A31;
}

footer .footer-contact {
  width: 100vw;
  background: #002063;
  color: #FFF;
  text-align: center;
  padding: 64px 0 70px;
}
footer .footer-contact h4 {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-feature-settings: 'palt';
  margin-bottom: 20px;
}
footer .footer-contact p {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-feature-settings: 'palt';
  margin-bottom: 36px;
}
footer .footer-contact a {
  text-decoration: none;
}

/*ヘッダー、フッターの文字色*/
.page .navbar-header p {
  margin-bottom:0;
}

.nav li a{
  color:#000;
}

.widget{
  margin:20px 0;
}
.device-pc .gMenu>li>a{
  padding: 16px 1.8em 12px;
}

/*各ページの青見出し*/
.page-header{
  /* display:none; */
  background: #FFF;
  text-align: center;
  color: #0F1A31;
}
.page-header .page-header_pageTitle, h1.page-header_pageTitle:first-child {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #0F1A31;
  font-weight: bold;
  margin: 64px 0 -14px;
}
.page-header .breadSection {
  display: none;
}
.entry-body .lead-title {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #002063;
  margin-bottom: 10px;
}
.entry-body .lead-page {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #002063;
}
.entry-body .lead-section {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: left;
  color: #0F1A31;
  margin-bottom: 36px;
}
.entry-body .section-title {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  color: #0F1A31;
}
.social .section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.social .social__lead {
  text-align: left;
}
.social .social__box:not(:last-child) {
  margin-bottom: 50px;
}
.events {
  margin-top: 100px;
}
.events .events__box:not(:last-child) {
  margin-bottom: 50px;
}

/*----PRブロック----*/
.prBlock_title{
  margin:2px;
}
.prBlock_icon_outer{
  margin-bottom:20px;
}

.prBlock_title,.prBlock_summary{
  color:#000;
}

/*----NEWSエリア----*/
.news_area{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6f6f6;
  padding-bottom: 20px;
  margin-top:50px;
}
.news_area_wrap{
  width: 770px;
  margin:0 auto;
}

div.whatsnew {
  margin-top: 140px;
}
div.whatsnew a{
  padding:10px;
}
div.whatsnew a:hover{
  background-color:#ebebeb;
}
div.whatsnew hr{
  border-top:1px solid #ddd;
}

div.whatsnew dt{
  display: inline-block;
  width: 116px;
  color: #000;
}

div.whatsnew dd{
  display: inline-block;
  padding-left: 10px;
  border-left:1px solid #ddd;
}
div.whatsnew dd.category {
  display: inline-block;
  width: 80px;
  margin: 0;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-feature-settings: 'palt';
  text-align: center;
}

/*new!マーク*/
div.whatsnew .newmark {
  padding: 3px 5px;
  background-color: #99bf41;
  border-radius: 3px;
  letter-spacing:0.1em;
}


/*「新着情報一覧」エリア*/
.to_news_area{
  text-align:right;
}
.to_news_area a{
  text-decoration:none;
}
.fa-angle-right{
  color:#001a63;
}

.home .siteContent 
.container 
.row 
.mainSection
.postList{
  display:none;
}

/*----グループエリア----*/
.corporate_group_area{
  display:flex;
  justify-content:center;
  padding-top:30px;
}

.corporate_group_area img{
  margin:0 30px;
}

/*----フッター設定----*/
footer{
  margin-top: 90px;
  font-size: 12px;
}

/*フッターメニュー*/
.menu-footer-container ul{
  display:flex;
  justify-content:center;
}

#text-4 .textwidget ul{
list-style: none;
  padding:0px;
  padding-inline-start: 0px;
}
#text-4 .textwidget ul li:before{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  margin-right:5px;
  color:#001a63;
}
/*----フッター内コンテンツ----*/
#text-3 iframe{
  margin-top:10px;
}

.siteFooter .sectionBox{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/*----固定ページ基本デザイン設定----*/
.category-1  .page-header .page-header_pageTitle{
text-align:center;
  padding-top:0vh;
  letter-spacing:4px;
  text-shadow:none;
}

.text_sub{
  font-size:60%;
}

/*パンくず*/
.breadSection{
  border-bottom:none;
}

/*文字・段落*/
.page p,.single p{
  font-size:15px;
  line-height:1.75;
  margin-bottom:2em;
}
.page ul,.page ol{
  padding-left:30px !important;
}
.text_center{
  text-align:center;
}

  .br_sp{
    display:none;
  }

/*見出しデザイン*/
.entry-body h2{
  padding: 10px 0;
  text-align:center;
  color:#222;
  background: transparent;
  border-bottom:none;
  border-top:none;
  font-weight:bold;
  font-size: 30px;
  letter-spacing: 0.14em;
}

.entry-body h3{
  padding:5px 0 5px 20px;
  text-align:left;
  border-left: solid 3px #001a63;
  border-bottom: none;
  -webkit-box-shadow:none;
  box-shadow:none;
  font-weight:bold;
  color:#001a63;
  margin: 30px 0; 
}
h3:after, .subSection-title:after{
  border-bottom-color:transparent;
}

.background_gray{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eee;
  padding-bottom: 20px;
  margin-top:50px;
  padding-top:20px;
  text-align:center;
}

/*-----ごあいさつ----*/
.careers_concept_area_wrap{
  max-width: 1110px;
  margin: 0 auto;
  text-align:left;
  padding: 40px 0px;
}
/*---- 事業内容エリア----*/
/*ファンド業務*/
#business_Funds_box{
  display:flex;
}
#business_Funds_box_l,#business_Funds_box_r{
  border: 2px solid #555;
  width:47%;
  text-align:center;
  margin:20px 0 40px;
}
#business_Funds_box_l{
  margin-right:20px;
  padding:20px 40px;
}
#business_Funds_box_r{
  padding:20px 40px;
}
#business_Funds_box ul{
  text-align:left;
  font-weight:bold;
  margin:0;
}
#business_Funds_box ul li {
  margin-bottom:5px;
}

#business_Funds_box_l h3,#business_Funds_box_r h3{
  font-size:20px;
  padding:0;
  text-align:center;
  border-left:none;
  margin:0 0 20px 0;
}

/*アドバイサリーメニュー*/

.entry-body #advisory_list {
  display: flex;
  justify-content:space-around;
  list-style-position: inside;
}
.entry-body #advisory_list  li{
  margin-right:20px;
}
.fund {
  margin-top: 20px;
  padding-top: 80px;
}
.consul {
  margin-top: 20px;
  padding-top: 80px;
}
.consul .section-title{
  margin-bottom: 30px;
}
.consul .consul__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consul .consul__item {
  width: calc((100% - 40px) / 2);
}
.consul .consul__item h4 {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #002063;
  margin-bottom: 8px;
  font-weight: bold;
}
.consul .consul__item p {
  font-size: 16px;
  line-height: 1.75;
  color: #0F1A31;
}
.entry-body .ma {
  margin-top: 20px;
  padding-top: 80px;
}
.entry-body .ma p {
  font-size: 16px;
  line-height: 1.75;
  color: #0F1A31;
}
.advisory {
  margin-top: 52px;
  padding-top: 80px;
}
.advisory .advisory__list {
  margin-top: 80px;
}
.advisory .advisory__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
}
.advisory .advisory__item a:hover .advisory__content h4 {
  text-decoration: underline;
}
.advisory .advisory__item:not(:last-child) {
  margin-bottom: 36px;
}
.advisory .advisory__item p {
  margin-bottom: 0;
}
.advisory .advisory__img {
  width: 320px;
  margin-right: 24px;
}
.advisory .advisory__content {
  flex: 1;
}
.advisory .advisory__content h4 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #002063;
  font-weight: bold;
  margin: 0 0 8px;
}
.advisory .advisory__content h5 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #002063;
  margin: 0 0 8px;
}
.advisory .advisory__content p {
  font-size: 16px;
  line-height: 1.75;
  color: #0F1A31;
}

/*----会社概要ページ----*/
/*会社情報*/
.page-id-15 .siteContent {
  padding: 2em 0 0em;
}

#company_text{
  display:flex;
  text-align: justify;
}
#company_text_right{
margin-right: 40px;
  width: 47%;
}
#company_text_left{
  width: 47%;
}
#company_text_left div,#company_text_right div{
  margin-bottom:30px;
}
.underline{
  border-bottom: solid 1px #a0a0a0;
  margin-bottom: 10px;
  display: block;
  font-weight:bold;
}

/*沿革*/
.tbl-r01 tbody tr td,
.tbl-r01 tbody tr th, .tbl-r01 {
  padding: 0.3em 0;
  border-bottom: none;
  border-top:none;
}
.tbl-r01 {
  margin-bottom:100px;
  font-size:14px;
}
.tbl-r01 tbody tr th{
  min-width:80px;
}

/*DOGAN BUSINESS TEAM*/

/*サブタイトル*/
.company_team_sub_title {
  color: inherit !important;
  font-size: 25px !important;
  text-align: center !important;
  border-left: none !important;
  padding: 0px !important;
}
.company_team_sub_title span {
  font-size: 15px;
  font-weight: normal;
  margin-top: 5px;
  display: block;
}

/*1カラム*/
.company_team_1col ul,.company_team_1col li,.company_team_1col p{
  margin:0;
  padding:0 !important;
  list-style:none;
}

.company_team_1col{
  display:flex;
margin-bottom:60px;
}
.company_team_img{
  max-width:255px;
}
.company_team_text_box{
  margin-left:40px;
  max-width:70%;
}
.company_team_text{
  display:flex;
  font-size:14px;
  margin-top:20px;
}
.company_team_plof{
  margin-right:20px;
  width:26%;
}
.company_team_details{
  width:74%;
}
.company_team_name {
  font-size:30px;
  border-bottom:1px solid #555;
}
.company_team_name span{
  margin-left:10px;
}

/*4カラム*/
.company_team_4col_box{
  display:flex;
  flex-wrap:wrap;
  margin-top:40px;
}
.company_team_member{
  margin-top:20px;
  margin-bottom:7.2%;
  margin-right:7.2%;
  width:19.5%;
}
.company_team_member:nth-child(4n){
  margin-right: 0%;
}

.company_team_principles ul,
.company_team_principles li,
.company_team_principles p,
.company_team_4col_box ul,
.company_team_4col_box li,
.company_team_4col_box p{
  margin:0;
  padding:0 !important;
  list-style:none;
  font-size:14px;
}

.company_team_member_name{
  font-size:20px;
  padding:5px 0 0 0;
}

  .company_team_member_name .text_sub{
  margin-left:10px;
}
.company_team_bio_caption{
  margin-top:10px !important;
}
.company_team_bio li{
  list-style-type:disc;
  margin-left:14px;
}

/*執行役員*/
.company_team_principles {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-top:40px;
}
.company_team_principles .company_team_member {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.company_team_principles .company_team_member_main_box  {
  display: flex;
  justify-content: space-between;
}
.company_team_principles .company_team_member_image {
  width: 215px;
  margin-right: 15px;
}
.company_team_principles .company_team_member_image img {
  margin-bottom: 0px;
}
.company_team_principles .company_team_member_overview {
  width: 210px;
  margin-right: 15px;
}
.company_team_principles .company_team_bio_box {
  flex: 1;
}


/*----採用ページ----*/
/*社長メッセージエリア*/
#careers_message_area{
  display:flex;
}
#careers_message_area_text{
  margin-right:60px;
  width:100%;
}
#careers_message_area_img{
  text-align:center;
  max-width:350px;
}

#careers_message_area img{
  margin-bottom:10px;
}

/*ドーガンで働くメリット　エリア*/

#careers_voice_area_wrap{
  max-width: 1000px;
  margin:0 auto;
  padding:0 40px;
}
#careers_voice_area_wrap h2{
  margin-bottom:20px;
  margin-top:20px;
}

.careers_voice_h3{
  font-weight:bold !important;
  text-align:center !important;
  padding:0 !important;
  border-left:none !important;
  letter-spacing:2px;
  margin-top:20px !important;
  margin-bottom:40px !important;
}

.careers_voice_h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#001a63;
  border-radius: 2px;
}

.careers_voice_item{
  padding:10px 40px;
  background-color:#fff;
  margin:40px 0;
  width: 100%;
  text-align:left;
}
.careers_voice_item_flex{
  display:flex;
}
.careers_voice_item_flex div{
  margin:10px;
}
.careers_voice_item_flex div h4{
text-align:center;
  background-color:#001a63;
color:#fff;
}

/*PEOPLE 社員紹介*/
#post-19  .text_center{
  margin-top:-20px;
}

.careers_people_h_text{
  margin: -20px 0 50px;
}

.careers_people_area{
  margin-bottom:100px;
}
.careers_people_h_text h3{
  color:#333;
  border-left:none !important;
  padding:0 !important;
}
.careers_people_area_h{
  display:flex;
  background-color:transparent ;
  border-bottom:4px solid #001a63;
  margin-bottom:40px;
  margin-top:100px;
  padding:40px 0px 4px;
}

.careers_people_h_sub{
  font-size:60%;
}

.careers_people_area_h_wrap{
  width:700px;
  position:relative;
  margin:0 auto;
}
.careers_people_area_h h3{
  font-size:30px;
  margin-bottom:20px;
}
.careers_people_h_img{
  margin-left:0px;
  position:absolute;
  top:-128px;
  left:65%;
}

.careers_people_area h4{
  padding-left: 70px;
  padding-bottom: 0px;
  line-height: 55px;
  border-radius:0px;
  background: url("https://dogan.jp/wp-content/uploads/2019/06/careers_people_area_h4.png") no-repeat;
  background-size:50px 50px;
  border-bottom:1px solid #ccc;
  background-position: 0px 5px;
}

/*求める人物像*/

.careers_requirements_area_box h3{
  border-left:none !important;
  padding:0 0 0 4px;
}

.careers_requirements_area_imgfull h2{
  color:#fff !important;
}

.careers_requirements_area_imgfull{
  width: 100vw;
  height:300px !important;
  min-height: 450px;
  background-size:cover;
  background-image: url('https://dogan.jp/wp-content/uploads/2019/06/careers_requirements_area-3.jpg');
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom:60px;
}
.careers_requirements_area_imgfull 
.careers_requirements_area_box{
  position:relative;
  top:18%;
  color:#fff;
}

.careers_requirements_area_imgfull 
.careers_requirements_area_box p{
margin-bottom:1.5em;
  font-size:20px;
}
.careers_requirements_area_imgfull h3{
  margin-bottom:40px;
  color:#fff;
}
.careers_requirements_area_imgfull p{
  font-weight:bold;
  line-height:2.5em;
}

#careers_requirements_area ul{
  list-style:none;
  margin-top:0px;
}
#careers_requirements_area ul li {
  margin-bottom:0.4em;
}
#careers_requirements_come ul{
  list-style-type:disc;
  margin-bottom:60px !important;
}
.fa-exclamation{
  margin-right:0.5em;
}
/*募集要項*/
#careers_details_area{
  margin-bottom:100px;
}
#careers_details_area ul{
  list-style: none;
  font-weight:bold;
  padding:0 0 20px 0 !important;
  text-align:center;
}
#careers_details_area li{
}
.careers_requirements_area_box{
  margin:0px 0;
}

.slogan {
  margin-top: 100px;
}
.slogan .section-title {
  margin-bottom: 30px;
}
.slogan .slogan__list {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.slogan .slogan__item {
  display: block;
  width: 120px;
}
.slogan .slogan__img {
  text-align: center;
}
.slogan .slogan__item p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

.welfare {
  margin-top: 85px;
}
.welfare .section-title {
  margin-bottom: 30px;
}
.welfare .welfare__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.welfare .welfare__item {
  display: block;
  width: calc((100% - 150px) / 4);
}
.welfare .welfare__item h6 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #0F1A31;
  text-align: center;
  margin: 24px 0 16px;
}
.welfare .welfare__item p {
  font-size: 16px;
  line-height: 1.75;
}

.culture {
  margin-top: 85px;
}
.culture .section-title {
  margin-bottom: 30px;
}
.culture .culture__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1060px;
  margin: 0 auto 10px;
}
.culture .culture__item {
  display: block;
  width: calc((100% - 60px) / 2);
}
.culture .culture__item p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
}

.members {
  margin-top: 160px;
}

.recruite {
  margin-top: 100px;
}

.recruite .recruite__title {
  text-align: left;
}

.entry {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 54px 82px 32px;
  text-align: center;
  border: 10px solid #99BF41;
}
.entry .entry__title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  color: #002063;
  margin-bottom: 16px;
}
.entry .entry__text {
  font-size: 16px;
  line-height: 1.75;
  color: #002063;
  margin-bottom: 26px;
  text-align: left;
}

/*求める人物像エリア*/
.careers_requirements_area_box h3{
text-align:center !important;
}
.careers_requirements_area_box h4{
font-size: 22px;
margin-bottom: 0.6em;
}

/*2カラム*/
.careers_requirements_area_2col{
  display:flex;
  justify-content:space-between;
}
.careers_requirements_wrap .careers_requirements_area_box{
  text-align:center;
  padding:20px 30px;
  background-color:#fff;
  width: 100%;
}

/*私たちが大切にしてきたこと*/
#careers_requirements_box_important{
  margin-left:5em;
}
/*ベンチャー企業の一員として*/
#careers_requirements_box_venture{
  margin-left:0em;
}
/*社会人として*/
#careers_requirements_box_society{
  margin-left:1em;
}
/*プロフェッショナルとして*/
#careers_requirements_box_pro{
  margin-left:6em;
}

.careers_requirements_area_philosophy{
  max-width:900px;
  margin:0 auto;
  margin-top:10px;
}

.careers_requirements_area_2col
.careers_requirements_area_box{
margin:10px;
}

.careers_requirements_area_2col .careers_requirements_area_box h3{
  margin-top:20px;
  margin-bottom:20px;
}

.careers_requirements_area_2col .careers_requirements_area_box ul{
  padding:0 !important;
  text-align:left;
  margin:0 auto;
}

.careers_requirements_wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
}


/*テーブル設定*/
#careers_details_area table {
  margin: 20px auto;
}
#careers_details_area .lead-section {
  text-align: left;
}
#careers_details_area .tbl-r02 th {
  background: #eee;
  color: #333;
  padding: 10px 10px 10px 30px;
  border-top:1px solid #ccc;
  border-bottom:1px solid  #ccc;
  width:140px;
}
#careers_details_area .tbl-r02 td {
  padding: 10px;
  background: #fff;
  padding-left:30px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
/*----NEWS設定----*/
/*リンク色*/
.media .media-body .media-heading a,h1.entry-title:first-letter {
  color:#1A0DAB;
}

/*投稿記事タイトルの1文字目*/
.single h1.entry-title:first-letter{
  color:#000;
}

/*カテゴリーアイコン*/
.entry-meta .entry-meta_items_term{
  /* display: none; */
  display: inline-block;
  float: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.entry-meta .entry-meta_items_term a {
  position: relative;
  background: transparent !important;
  color: #000;
  padding: 0 0 0 12px;
  margin-left: 12px;
  line-height: 1;
  transition: 0.3s;
}
.entry-meta .entry-meta_items_term a:hover {
  color: #002063;
}
.entry-meta .entry-meta_items_term a:before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background: #DDD;
  position: absolute;
  top: -4px;
  left: 0;
}

.widget_recent_entries ul li a,.widget_categories ul li a{
  color:#000;
}

/* .category-1 .page-header .page-header_pageTitle{
  text-align:left;
} */

/*---- お問い合わせページ----*/
.form-control{
  width:600px;
}
.wpcf7-submit{
  font-weight: bold;
  width:300px;
  padding:10px;
  margin:0 auto;
}
.page-id-1154  .col-md-8{
  width:100%;
}

.wpcf7-form .page p{
  margin-bottom: 1em;
}

.wpcf7-form{
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
}

.wpcf7-file{
  margin:0 auto;
}

.wpcf7-list-item {
  margin: 0px 20px 0px 0px;
}

.wpcf7-submit {
  margin: 0px auto;
  display: block;
}

.page-id-1154 .sideSection{
  display:none;
}

.important{
  color:#DA003D;
}

/*---- DOGAN consulting ----*/
#consul_message_area,#consul_member_area,#consul_service_area{
  margin:40px 0 60px;
}

/*サービス内容*/
#consul_service_area{
  padding:0 40px;
}

.consul_service_list{
  display:flex;
  align-items:center;
  max-width:950px;
  background-color:#fff;
  margin: 20px auto;
  max-height: 80px;
}
.consul_service_list h3{
  background:#001a63;
  color: #fff;
  display: inline-block;
  height: 80px;
  line-height: 70px;
  text-align: center;
  position: relative;
  border-left:none ;
  margin:0;
  min-width: 250px;
  font-weight: normal;
  font-size: 20px;
}

.consul_service_list h3::before {
  border: 40px solid transparent;
  border-left-color: #001a63;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -39px;
  top: 0;
  width: 0;
}

.consul_service_list p{
  padding: 0 2em 0 4em;
  margin:0;
  text-align:left;
}

/*メンバー*/
.consul_member_2col{
  display:flex;
  justify-content: space-between;
}
.consul_member_box{
  display:flex;
  width:48%;
  margin-bottom:40px;
}
.consul_member_img{
  width:32%;
}
.consul_member_text{
  width:60%;
  margin-left:20px;
}
.consul_member_text p{
  margin-bottom:0em;
  font-size:14px;
}
.consul_member_text_plof{
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
}
.consul_member_text_details{
  margin-top: 10px;
  font-size:13px !important;
}

.consul_member_name{
  font-size:20px !important;
  font-weight:bold;
  color:#001a63;
}

/*強み*/
#consul_point_area{
  margin:40px auto 60px;
}
#consul_point_3col,#consul_point_2col{
  display:flex;
  justify-content: center;
}
.consul_point_item{
  width:320px;
  background-color: #fff;
  padding:30px;
  margin:20px;
}
.consul_point_item h3{
  border:none;
  font-size: 20px;
  line-height: 1.4em;
  text-align:center;
  margin: 0 0 20px 0;
  margin: 0px 0 20px 0;
  padding:0;
}

.consul_point_item  p{
  text-align:left;
  margin:0;
}


/*---- 個別ページ設定----*/
.single-post .container .mainSection{
  float: left;
}
.single-post .container .sideSection{
  float: right;
  width: calc(100% - 66.66667% - 3rem);
  max-width: 100%;
}
.single-post .siteHeader .navbar-header p.siteHeader_logo{
  margin-bottom: 0;
}


/*---- 15周年 シンポジウム----*/
#events_2col{
  display:flex;
  justify-content:space-between;
  margin-bottom:40px;
}
#events_date{
  max-width:50%;
  margin-right:20px;
}
#events_map{
  margin:10px;
}
.heading{
  padding:4px 8px;
  letter-spacing: 1px;
  background-color:#333;
  margin:10px 0;
  color:#fff;
  display:block;
}
#symposium_img_01{
  width: 130px;
}
#symposium_img_02{
  width: auto;
  height: 50px;
}
#symposium_2col{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#symposium_time_table h4{
margin:0;
}

/*---- DOGAN Executive ----*/
#doganexecutive .entry-body h2{
  margin-top: 30px;
}
/*inputエリア*/
#doganexecutive .careers_concept_area_wrap h3 {
  margin: 0 0 30px 0;
}
#doganexecutive h3 {
  margin: 60px 0 30px 0;
}

.h_square{
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #001a63;
  display: inline-block;
  border-radius: 2px;
}

.ul_box{
  font-weight: bold;
}
.ul_box ul {
  line-height:2em;
  list-style:none;
}
.ul_box ul li{
  margin-bottom: 5px;
}

/*個人（転職）お問合せ*/
#Change_job_area, #job_contact_area {
  max-width: 600px;
  margin: 0 auto;
}

#Change_job_area .wpcf7-form p,
#job_contact_area .wpcf7-form p{
  text-align:left;
}

/*「添付可能ファイル〜」改行*/
span.file-780,span.file-781 {
  display:block;
}



/*----------991px~1200タブレット---------------------*/
@media screen and (min-width:991px) and (max-width:1200px) {
  .business .business__img {
    height: 280px;
    overflow: hidden;
  }
  .business .business__img img {
    max-width: unset;
    height: 100%;
    width: auto;
  }
  /*----ごあいさつ----*/
  .careers_concept_area_wrap{
  width:940px;
  }
  /*---- 会社概要----*/
  #company_text {
    display: flex;
    text-align: justify;
  }
}

/*----------768px~991px---------------------*/
@media screen and (min-width:768px) and (max-width:991px) {
  .siteHeadContainer {
  margin-top:20px;
  margin-bottom:20px;
  }
  .business .business__box {
    max-width: 100%;
    width: 100%;
  }
  .business .business__img {
    height: 280px;
    overflow: hidden;
  }
  .business .business__img img {
    max-width: unset;
    height: auto;
    width: 100%;
  }
  /*----ごあいさつ----*/
  .careers_concept_area_wrap{
  width:720px;
  }
  #careers_message_area{
    display:block;
  }
  #careers_message_area_img{
  width:30%;
    margin:0 auto;
  }
  /*---- 会社概要----*/
  #company_text{
    display:flex;
    font-size:14px;
  }
  #company_text_left{
    width:45%;
    margin-right:30px;
  }
  #company_text_right{
    width:45%;
  }
  /*沿革*/
  .tbl-r01 tbody tr th{
    padding: 0 20px 0 0;
  }
  /*会社情報*/
  .page-id-15 .siteContent {
    padding: 2em 0 0em;
  }
  /*DOGAN BUSINESS TEAM*/
  /*1カラム*/
  .company_team_1col{
    display:flex;
  }
  .company_team_text{
    display:block;
  }
  .company_team_details{
    width:100%;
  }
  .company_team_plof{
    width:100%;
    margin-bottom:20px;
  }

  /*----採用情報----*/
  /*私たちが大切にしてきたこと*/
  #careers_requirements_box_important{
    margin:0;
    text-align:center;
  }
  /*ベンチャー企業の一員として*/
  #careers_requirements_box_venture{
    margin-left:0em;
  }
  /*社会人として*/
  #careers_requirements_box_society{
    margin-left:0em;
  }
  /*プロフェッショナルとして*/
  #careers_requirements_box_pro{
    margin:0;
    text-align:center;
  }

  /*---- DOGAN consulting----*/
  /*サービス*/
  .consul_service_list{
    margin: 15px auto;
  }
  .consul_service_list h3{
    line-height:60px;
    font-size:16px;
    max-height: 70px;
    min-width: 180px;
    margin:0;
  }

  .consul_service_list h3::before {
    border: 35px solid transparent;
    border-left-color: #001a63;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -35px;
  }
  .consul_service_list p{
    margin-bottom: 0em;
  }
  #consul_service_area{
    padding:40px;
  }
}


/*----------768px以下　スマホ---------------------*/


@media screen and (max-width: 768px){
  .page ul{
    /* padding-left: 10px !important; */
  }
  .siteHeader_logo {
    max-width: 270px;
    height: auto;
  }
  .siteHeadContainer {
    margin-top:10px;
    margin-bottom:10px;
  }
  .container {
    width: 100%;
    margin-left: auto;
  }
  .pc_display{
    display:none;
  }
  .sp_display{
    display: block;
  }
  .btn-default, .btn-white, .btn-reverse {
    width: 100%;
  }

  footer .footer-contact {
    padding: 64px 24px 70px;
  }

  footer .fb-page {
    display: block;
    text-align: center;
  }

  footer iframe {
    display: block;
    width: 100% !important;
  }
  /*----TOPスライド テキスト----*/
  .slide-text-title{
    font-size: 7vw;
  }
  .slide-text-caption{
    font-size:14px;
  }
  /*TOPスライド ボタン*/
  .slide .btn-ghost{
    font-size: 2.7vw;
  }
  .siteContent{
    padding:2em 0 0 0;
  }

  /*TOPページのh2*/
  .mainSection-title,.entry-body .news_area .whatsnew h2{
    padding:30px 0;
  }

  div.whatsnew dt{
    width: auto;
  }

  .global-nav ul{
    padding:0px !important;
  }

  .business .business__inner {
    display: block;
  }
  .business .business__box {
    width: 100%;
  }
  .business .business__img {
    /*height: 230px;*/
  }
  .business .business__img img {
    max-width: unset;
  }
  .business .business__services {
    display: block;
  }
  .business .business__service {
    width: 100%;
  }
  /*----PRブロック----*/
  .prBlock_title{
    margin:0px;
  }
  .prBlock{
    margin-bottom:2em;
  }
  .prBlock_icon_outer{
    margin-bottom:10px;
  }
  /*----NEWSエリア----*/
  .news_area{
    margin-top:0px;
  }
  .news_area_wrap{
    width:100%;
    padding:0 15px;
  }

  div.whatsnew dd{
    display: block;
  }

  div.whatsnew dd.category {
    border: none;
    padding: 0;
  }

  /*new!マーク*/
  div.whatsnew .newmark {
    padding: 2px 4px;
  }

  /*----グループエリア----*/
  .corporate_group_area{
    display:block;
    text-align:center;
    padding-top:10px;
  }
  .corporate_group_area img{
    margin:20px 0;
    width:60%;
  }
  /*フッターメニュー*/
  .menu-footer-container ul{
    display:block;
  }
  #text-4 .textwidget ul{
    padding:0px !important;
  }

  /*----固定ページ基本デザイン設定----*/
  /*文字・段落*/
  .page p,.single p{
    font-size:12px;
    line-height:1.75;
    margin-bottom:2em;
  }

  /*文字・段落*/
  .entry-body {
    font-size:12px;
    line-height:1.75;
  }
  .br_sp{
    display:block;
  }

  /*見出しデザイン*/
  .entry-body h2{
    font-size:22px;
    line-height:30px;
    letter-spacing:2px;
    margin-bottom:20px;
  }

  .entry-body h3{
    padding:5px 0 5px 20px;
    margin: 20px 0;
    line-height:1.5em;
  }

  /*---- ごあいさつ----*/
  .careers_concept_area_wrap{
    padding:15px;
    max-width:540px
  }

  #careers_message_area_img{
  width:60%;
    margin:0 auto;
  }

  /*----業務内容ページ----*/
  /*ファンド業務*/
  #business_Funds_box_l h3,#business_Funds_box_r h3{
    font-size:16px;
    height:auto;
  }

  #business_Funds_box{
    display:block;
  }
  #business_Funds_box_l,#business_Funds_box_r{
    width:100%;
    text-align:center;
    margin-top:20px;
    padding:20px;
  }
  #business_Funds_box_l{
    margin-bottom:0px;
  }

  /*アドバイサリーメニュー*/
  .entry-body #advisory_list {
    display: block;
  }

  .advisory .advisory__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .consul .consul__list {
    display: block;
  }

  .consul .consul__item {
    width: 100%;
  }

  /*----会社概要ページ----*/
  #company_text{
    display:block;
    text-align: justify;
  }
  #company_text_right{
  margin-right: 0px;
    width: 100%;
  }
  #company_text_left{
    width: 100%;
  }
  .underline{   
    margin-bottom: 5px;
    display: block;
  }
  #company_text_left div,  #company_text_right div{
    margin-bottom:20px;
  }

  /*沿革*/
  .tbl-r01 tbody tr td,
  .tbl-r01 tbody tr th, .tbl-r01 {
    padding: 0.2em 0;
    border-bottom: none;
    border-top:none;
  }
    .tbl-r01 {
    margin-bottom:50px;
    font-size:12px;
  }

  /*DOGAN BUSINESS TEAM*/
  /*1カラム*/
  .company_team_1col{
    display:block;
  }
  .company_team_img{
    width:50%;
    margin:0 auto;
  }
  .company_team_text_box{
    max-width:100%;
    margin-left: 0px;
  }
  .company_team_name{
    text-align:center;
    font-size:24px;
    margin:10px 0;
  }
  .company_team_text{
    font-size:12px;
    display:block;
  }
  .company_team_details,
  .company_team_plof{
    width:100%;
    margin-bottom:20px;
  }
  /*4カラム*/
  .company_team_4col_box{
    display:flex;
    justify-content:space-around;
  }

  .company_team_member{
    width:40%;
    margin-right:0px;
  }

  .company_team_principles ul,
  .company_team_principlesx li,
  .company_team_principles p,
  .company_team_4col_box ul,
  .company_team_4col_box li,
  .company_team_4col_box p{
    font-size:12px;
  }

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

  .company_team_member_name{
    line-height:1em;
    margin:5px 0;
  }
  .company_team_member_name .text_sub{
    margin-left:0px;
  }

  /*執行役員*/
  .company_team_principles {
    margin-top:40px;
  }
  .company_team_principles .company_team_member {
    display: block;
  }
  .company_team_principles .company_team_member_main_box  {
    display: flex;
    justify-content: space-between;
  }
  .company_team_principles .company_team_member_image {
    width: 48%;
    margin-right: 15px;
  }
  .company_team_principles .company_team_member_image img {
    margin-bottom: 0px;
  }
  .company_team_principles .company_team_member_overview {
    width: auto;
    margin-right: 0px;
    flex: 1;
  }

  /*----採用ページ----*/

  /*社長メッセージエリア*/
  #careers_message_area{
    display:block;
  }
  #careers_message_area_text{
    margin-right:0px;
  }
  #careers_message_area img{
    width:50%;
  }
  #careers_message_area_img{
    margin-top:40px;
  }

  /*ドーガンで働くメリット　エリア*/
  #careers_voice_area{
    padding-top:20px;
    margin-bottom:40px;
    margin-top:30px;
  }
  #careers_voice_area_wrap{
    width:100%;
    margin:0 auto;
    padding:0 20px;
  }

  .careers_voice_h3{
    margin-top:0px !important;
  }
  .careers_voice_item p{
    margin-bottom:0px;
  }
  .careers_requirements_area_2col
  {
    display:block;
    margin:0;
  }
  .careers_requirements_area_2col .careers_requirements_area_box{
    margin:10px 0 20px 0;
  }

  .careers_voice_item{
    padding:20px;
    background-color:#fff;
    margin:20px 0;
    width: 100%;
  }

  .careers_voice_item_flex{
    display:block;
  }

  /*PEOPLE 社員紹介*/
  .careers_people_area{
    margin-bottom:40px;
  }
  .careers_people_area_h_wrap{
    width:100%;
  }
  .careers_people_area_h{
    display:block;
    position:relative;
    margin-top:20px;
    margin-bottom:0px;
    padding:0px;
  }
  .careers_people_h_text{
    text-align:center;
    margin:0;
  }

  .careers_people_area_h h3{
    text-align:center;
    font-weight:bold;
    font-size:30px;
    margin-bottom:0px;
    padding:20px 0 0 0 ;
  }
  .careers_people_h_sub{
    font-size:40%;
  }
  .careers_people_h_img{
    position: static;
    width:40%;
    margin:  0 auto;
  }

  .careers_people_area h4{
    padding-left: 40px;
    line-height: 40px;
    border-radius:0px;
    background: url("https://dogan.jp/wp-content/uploads/2019/06/careers_people_area_h4.png") no-repeat;
    background-size:30px 30px;
    border-bottom:1px solid #ccc;
    background-position: 0px 5px;
  }

  /*求める人物像*/

  .careers_requirements_area_box h3{
    margin-bottom:10px;
    padding:0 0 10px 0;
  }

  /*私たちが大切にしてきたこと~*/
  #careers_requirements_box_important,#careers_requirements_box_venture,#careers_requirements_box_society,#careers_requirements_box_pro{
    margin:0;
    text-align:center;
  }

  /*背景画像*/
  #post-19 .text_center{
    margin:0;
  }
  .careers_requirements_area_imgfull {
    width: 100vw;
    height: 250px !important;
    min-height: 300px;
  }
  .careers_requirements_area_imgfull h2 {
    padding-top:0;
  }

  #careers_requirements_area ul{
    margin-top:0px;
    padding:0 !important;
  }
  #careers_requirements_area ul li {
    margin-bottom:0.2em;
  }
    
  #careers_requirements_come ul{
    margin-left:15px;
  }
  .careers_requirements_area_imgfull 
  .careers_requirements_area_box p{
  font-size:14px;
    margin-bottom:0.7em !important;
  }

  /*募集要項*/
  #careers_details_area{
    margin-bottom:50px;
  }
  #careers_details_area .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  #careers_details_area .tbl-r02 {
    width: 100%;
  }
  #careers_details_area .tbl-r02 th,
  #careers_details_area .tbl-r02 td {
    display: block;
    width: 100%;
    padding-left:10px;
    border:1px solid #ddd !important;
  }
  #careers_details_area .tbl-r02 th {
    text-align:center;
    background-color:#ddd;
    padding-left:0px !important;
  }
  #careers_details_area .tbl-r02 td {
    margin-bottom:10px;
  }

  .careers_requirements_wrap{
      padding: 20px;
  }

  .slogan .slogan__list {
    flex-wrap: wrap;
  }

  .slogan .slogan__item {
    width: 45%;
  }

  .welfare .welfare__item {
    width: 45%
  }

  .culture .culture__list {
    display: block;
  }
  .culture .culture__item {
    width: 100%;
  }

  .entry {
    padding: 54px 20px 32px;
  }

  /*フッターメニュー*/
  .footerMenu ul {
    padding:0px !important;
  }

  /*----お問い合わせページ----*/
  .form-control{
    width:100%;
  }
  .wpcf7-form p{
    margin:0 0 10px 0;
  }
  .wpcf7-submit{
    max-width:250px;
  }

  /*----DOGAN consulting ----*/
  #consul_message_area,#consul_member_area{
    margin:20px 0 20px;
  }
  #consul_service_area{
    margin:0;
  }

  /*メンバー*/
  .consul_member_box{
    display:block;
    margin-bottom: 20px;
  }
  .consul_member_img{
    width: 70%;
    margin:0 auto;
  }
  .consul_member_text_plof p{
    margin-bottom:0;
    text-align:center;
  }
  .consul_member_text{
    width:95%;
    margin:0 auto;
  }
  .consul_member_text_details{
    font-size:12px !important;
  }

  /*サービス*/
  #consul_service_area{
    padding:0px 20px 20px;
  }

  .consul_service_list{
    display:block;
    background-color:transparent;
    margin:20px 0 0 0;
    max-height: 500px;
  }
  .consul_service_list p {
    margin:0;
  }
  .consul_service_list h3{
    line-height:30px;
    font-size:16px;
    max-height: 40px;
    min-width: 100%;
    margin:0;
    padding:5px 0;
  }

  .consul_service_list p{
    background-color:#fff;
    padding:20px;
  }

  .consul_service_list h3::before {
    border: none;
    border-left-color: none;
    height: 0;
  }

  /*強み*/
  #consul_point_area{
    padding:0px 20px;
    margin:0;
  }

  .page-id-57 .background_gray{
    margin-top:0;
  }
  #consul_point_3col,#consul_point_2col{
    display:block;
  }
  .consul_point_item{
    width:100%;
    margin:20px 0;
    padding:20px 20px;
  }
  .consul_point_item p{
    margin:0;
  }
  .consul_point_item h3{
    margin:0 0 5px 0;
    font-size:16px;
    padding:0;
  }

  /*---- 個別ページ設定----*/
  .single-post .container .mainSection{
    float: none;
  }
  .single-post .container .sideSection{
    float: none;
    width: 100%
  }

  /*----15周年 シンポジウム----*/
  #events_2col{
    display:block;
  }
  #events_date{
    max-width:100%;
  }
  #symposium_time_table  .tbl-r02 th, #symposium_time_table .tbl-r02 td{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  #symposium_time_table  .tbl-r02 th img {
    width:60%;
    max-width: 300px;
    margin:0 auto;
  }
  /*---- DOGAN Executive ----*/
  /*個人（転職）お問合せ*/
  #Change_job_area, #job_contact_area {
    max-width: 368px;
  }
}