@charset "utf-8";




/* コンテンツ幅 */

@media screen and (min-width: 1280px){

/* トップページでは効かせない　コンテンツ幅1200pxは無効にする */
body:not(.home) #post_container {
    width: 1200px !important;
}

body:not(.home) #post_container .main_col {
    width: 1200px !important;
}

}

/* ヘッダーロゴ　サイズ　強制拡大 */
#header_logo .image  {
    height: 45px !important;
}



/* sp pc　切り替え */

.fix_pc {
    display: block !important;
}

.fix_sp {
    display: none !important;
}





/* titleタグデザイン */

.border_3color_title {
      padding-bottom: 10px !important;
      font-weight: bold !important;
      position: relative !important;
      border-bottom: 2px solid #4294b5 !important; /*真ん中*/
    }
.border_3color_title::before {
      content: '' !important;
      position: absolute !important;
      bottom: -55px !important;
      width: 33.3% !important;
      height: 2px !important;
      background: #eaeaea !important; /*左*/
    }
.border_3color_title::after {
      content: '' !important;
      position: absolute !important;
      right: 0 !important;
      bottom: -2px !important;
      width: 33.3% !important;
      height: 2px !important;
      background: #eaeaea !important; /*右*/
    }


.bottom_border_title {
  position: relative !important;
  text-align: center !important; /* 文字の中央寄せ */
  font-size: 2.3em !important;
  letter-spacing: 5px !important;
  margin-bottom: 50px !important;
}
.bottom_border_title::before {
  background-color: #333 !important; /* 線の色 */
  bottom: -80px !important; /* 線の位置 */
  content: "" !important;
  height: 2px !important; /* 線の高さ */
  left: 50% !important; /* 線の中央寄せ */
  position: absolute !important;
  transform: translateX(-50%) !important; /* 線の中央寄せ */
  width: 30px !important; /* 線の長さ */
}


.bk_center_title {
    text-align: center !important;
}



.bottom_border_title_en {
  text-align: center !important; /* 文字の中央寄せ */
  font-size: 2.3em !important;
  letter-spacing: 30px !important;
  margin-bottom: 50px !important;
  padding-top:0px !important;
  margin-top: 0px !important;
  text-indent: 1.5em;
}



.blue_read_001 {
    color: #4294b5;
    font-weight: 500;
    text-align: center;
    font-size: 1.5em;
}







/* 表デザイン */

.btm_border_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.btm_border_box dt {
    border-bottom: dotted 1px #8f9397;
    width: 30%;
    padding: 10px 10px 10px 10px;
}

.btm_border_box dd {
    border-bottom: dotted 1px #8f9397;
    width: 70%;
    padding: 10px 10px 10px 10px;
}




/*トップ　MV　キャッチコピー*/
.header_slider_content {
    text-shadow: 3px 2px 5px rgba(29, 29, 29, 0.8) !important;
}



/* お問い合わせ */

.contact_phone {
    text-align: center;
    padding: 20px 0;
}

.contact_phone2 {
    text-align: center;
    padding: 10px 0 0;
}

.required_icon{
    
}

.required_icon::before {
    content: '必須';
    background-color: #003040;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    box-sizing: border-box;
    margin-right: 10px;
}

.optional_icon{
    
}

.optional_icon::before {
    content: '任意';
    background-color: #4294b5;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    box-sizing: border-box;
    margin-right: 10px;
}





/* 会社情報 */

.name_dl {
    display: flex;
    margin-right: 0 !important;
    margin-left: auto !important;
    justify-content: flex-end;
    max-width: 400px;
    align-items: center;
}

.name_dl img {
    width: 100%;
}

.name_dl dd {
    width: 50%;
    padding-left: 10px;
}

.president_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none !important;
    margin: 80px 50px !important;
}

/*.president_wrap li {
    width: 45%;
    flex-shrink: 0;
}*/


.president_wrap_left {
    width: 60% !important;
}

.president_wrap_right {
    width: 35% !important;
}

.president_wrap_right img {
    width: 100%;
}

.mapwrap{
    width: 100%;
    padding: 50px 0 50px;
}

.about_read_1 {
    max-width: 80% !important;
    margin: 0 auto !important;
    text-align: center;
}

.about_read_space {
    padding-bottom: 40px;
}

.about_logo_wrap {
    width: 30%;
    margin: 70px auto 80px;
}

.about_logo_wrap img {
    width: 100%;
}

.adc_logo_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}

.adc_logo_flex dt {
    width: 13%;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1em;
}

.adc_logo_flex dt img {
    width: 100%;
}

.adc_logo_flex dd {
    width: 80%;
    padding: 0 0 0 10px;
    margin: 0 !important;
    line-height: 1em;
}



.adc_logo_flex_wrap {
    display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 60%;
  margin: 0 auto 30px !important;
}

.adc_logo_flex_wrap li {
    width: 25%;
  flex-shrink: 0;
  list-style-type: none !important;
}


.tetsugaku {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 30px 0;
}

.tetsugaku img {
    width: 100%;
}

.tetsugaku_left {
    width: 60%;
}

.tetsugaku_right {
    width: 35% ;
}

.tetsugaku h3 {
    margin: 0 0 10px !important;
    color: #4294b5;
}


.cred_Wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70% !important;
  margin: 40px auto 0 !important;
  padding-left: 0 !important;
 
}

.cred_Wrap li {
  width: 48% !important;
  flex-shrink: 0;
  text-align: center !important;
  list-style-type: none !important;
}

.cred_Wrap li h4 {
    text-align: center !important;
}





/* サービス */

.service_p {
    text-align: center !important;
}

.service_lhight {
    line-height: 2.5em !important;
}

.sersvice_map {
    padding: 90px 0 100px !important;
}

.sersvice_map img {
    width: 100% !important;
}


.service_btn {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    box-sizing: border-box !important;  
    color: #fff !important;
    align-items:stretch !important;
}

.service_btn li{
    width: 25% !important;
    flex-shrink: 0 !important;
    list-style-type: none !important;
    padding-bottom: 350px !important;
   
}

.service_btn_creative {
    background-image: url("../pandora_tcd116/assets/img/service/service_creative_bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: relative;
}

.service_btn_web {
    background-image: url("../pandora_tcd116/assets/img/service/service_web_bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: relative;
}

.service_btn_promo {
    background-image: url("../pandora_tcd116/assets/img/service/service_promo_bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: relative;
}

.service_btn_oth {
    background-image: url("../pandora_tcd116/assets/img/service/service_oth_bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: relative;
}

.service_btn_creative a,
.service_btn_web a,
.service_btn_promo a,
.service_btn_oth a {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.service_btn_h3 {
    margin: 80px auto 20px !important;
    text-align: center !important;
}




.service_btn_creative a:link,
.service_btn_web a:link,
.service_btn_promo a:link,
.service_btn_oth a:link {
  color: #fff;
  text-decoration: none;
  
}
.service_btn_creative a:visited,
.service_btn_web a:visited,
.service_btn_promo a:visited,
.service_btn_oth a:visited {
  color: #fff;
  text-decoration: none;
}
.service_btn_creative a:hover,
.service_btn_web a:hover,
.service_btn_promo a:hover,
.service_btn_oth a:hover {
  color: #bebebe;
  text-decoration: none;
}
.service_btn_creative a:active,
.service_btn_web a:active,
.service_btn_promo a:active,
.service_btn_oth a:active {
  color: #bebebe;
  text-decoration: none;
}




.service_wide_wrap {/*青背景ぶちぬき*/
    background-color: #4294b5;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.service_wide_wrap_contents {
    max-width: 1200px;
    margin: 0 auto;
}


/*ぶち抜きの枠内のコンテンツ*/
.sersvice_wide_box {
    position: relative;
    width: 100%;
}

.sersvice_wide_box_left {
    position: absolute;
    left: 0%;
    top:-15%;
    max-width: 240px;
}

.sersvice_wide_box_left img {
    width: 100% !important;
}

.sersvice_wide_box_right {
    position: absolute;
    right: 0%;
    top:-15%;
    max-width: 308px;
}

.sersvice_wide_box_right img {
    width: 100% !important;
}

.service_wide_p {
    padding: 4% 0 3%;
    max-width: 75%;
    margin-left: auto;
    color: #fff;
}





/*左カラム　クリエイティブ　プロモ*/
.business_content_wrap {
    width: 100%;
    background-image: url("../pandora_tcd116/assets/img/service/creative_image.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 50% !important;
    background-position: right top;
    margin-top: 7%;
    display: block;
}

.business_content_wrap_3 {
    width: 100%;
    background-image: url("../pandora_tcd116/assets/img/service/promo_image.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 50% !important;
    background-position: right top;
    margin-top: 7%;
    display: block;
}


.business_content_wrap_left {
    width: 52.5% !important;
    margin-top:5% !important;
    padding-top: 20px;
}

.business_content_wrap_left p {
    line-height: 2.5em;
}

.business_content_wrap_left_space {
    padding-left: 17% !important;
    padding-right: 10% !important;
    text-align: justify !important;
    padding-top: 30px;
}

.business_content_wrap h3,
.business_content_wrap_3 h3 {
    padding-left: 15% !important;
    position: relative !important;
    text-align: right !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 3.5em !important;
    letter-spacing: 20px !important;
}

.business_content_wrap h3::after,
.business_content_wrap_3 h3::after{
    content:"" !important;
    display: inline-block !important;
    height: 1px !important;
    background-color: #002c43 !important;
    position:absolute !important;
    bottom: -10px !important;
    left: 0 !important;
    width: 100% !important;
}

.business_content_wrap h4,
.business_content_wrap_3 h4 {
    color: #4294b5 !important;
}

.business_content_wrap_list {
    display: flex !important;
    flex-grow: 2 !important;
    list-style-type: none !important;
    flex-wrap: wrap !important;
    padding-left: 0 !important;
    text-align: center !important;
}

.business_content_wrap_list li {
    border: solid 1px #4294b5 !important;
    border-radius: 9999px !important;/*長円形*/
    white-space: nowrap !important;
    padding: 2px 20px !important;
    margin: 0 10px 10px 0 !important;
    color: #4294b5 !important;
}

.business_content_wrap_list li:last-child {
    width: 165px !important;
}



.business_content_wrap_sp {
    display: none;
}




/*右カラム　WEB、Others*/
.business_content_wrap_2 {
    width: 100%;
    background-image: url("../pandora_tcd116/assets/img/service/web_image.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 58% !important;
    background-position: left top;
    margin-top: 10%;
    display: block;
}

.business_content_wrap_4 {
    width: 100%;
    background-image: url("../pandora_tcd116/assets/img/service/others_image.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 58% !important;
    background-position: left top;
    margin-top: 5%;
    display: block;
}


.business_content_wrap_right {
    width: 53% !important;
    margin-top:5% !important;
    padding-top: 20px;
    margin-left: auto !important;
    box-sizing: border-box !important;
    padding-left: 30px;
}

.business_content_wrap_right p {
    line-height: 2.5em;
}

.business_content_wrap_right_space {
    padding-left: 25% !important;
    padding-right: 0% !important;
    text-align: justify !important;
    padding-top: 30px;
}

.business_content_wrap_2 h3,
.business_content_wrap_4 h3 {
    padding-left: 17% !important;
    position: relative !important;
    text-align: right !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 3.5em !important;
    letter-spacing: 20px !important;
}

.business_content_wrap_2 h3::after,
.business_content_wrap_4 h3::after {
    content:"" !important;
    display: inline-block !important;
    height: 1px !important;
    background-color: #002c43 !important;
    position:absolute !important;
    bottom: -10px !important;
    right: 0 !important;
    width: 75% !important;
}

.business_content_wrap_2 h4,
.business_content_wrap_4 h4 {
    color: #4294b5 !important;
}










.service_pickup_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 950px;
    margin: 90px auto 100px !important;
    
}

.service_pickup_box li {
    background-color: #f5f3ee;
    width: 45%;
    flex-shrink: 0;
    max-width: 445px;
    list-style-type: none !important;
    box-sizing: border-box !important;
    padding: 120px 40px 10px 40px !important;
    position: relative !important;
}

.service_pickup_box li h3 {
    color: #4294b5 !important;
    text-align: center !important;
    font-family: "Yu Gothic UI", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif  !important;
    letter-spacing: 2px !important;
}




.service_pickup_box_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 950px;
    margin: 90px auto 100px !important;
    
}

.service_pickup_box_2 li {
    background-color: #f5f3ee;
    width: 45%;
    flex-shrink: 0;
    max-width: 445px;
    list-style-type: none !important;
    box-sizing: border-box !important;
    padding: 100px 0 0;
    position: relative !important;
}

.service_pickup_box_space {
    margin: 20px 40px 10px 40px !important;
}

.service_pickup_box_2 li h3 {
    color: #4294b5 !important;
    text-align: center !important;
    font-family: "Yu Gothic UI", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif  !important;
    letter-spacing: 2px !important;
}


.service_pickup_box_blue {
    background-color: #4294b5;
    padding: 20px 40px 20px 40px !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 100%;
}





.service_pickup_icon {
    position: absolute;
    top:-50px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    max-width: 139px;
}

.service_pickup_icon img {
    width: 100% !important;
}




/*リンクボタン*/
.service_each_links {/*link*/
    margin:80px auto 0 !important;
    text-align: center;
    width: 497px !important;
    height: 70px !important;
}

.service_each_links a {/*link*/
    /*background: #4294B5;
    background: linear-gradient(90deg,rgba(66, 148, 181, 1) 0%, rgba(19, 174, 103, 1) 100%);*/
    background: #4294B5;
    color: #fff;
    text-align: left;
    width: 497px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 100px;
    text-decoration: none;
}

.service_each_links a::before {/*link*/
    bottom: 0;
  content: url("../pandora_tcd116/assets/img/service/white_arrow.svg") !important;
  height: 11px;
  width: 80px;
  margin: auto;
  position: absolute;
  right: 42px;/*矢印初期位置*/
  top: -20px;
  transition: right .5s; 
  
}

.service_each_links a:hover::before{/*link*/
    right: 35px;/*矢印初期位置*/
}

.service_btn_comment {/*link*/
    position: absolute;
    top:10px;
    left: 40px;
    font-family: "Yu Gothic UI", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif  !important;
    font-weight: 600;
    font-size: 1.4em;
    letter-spacing: 1px;
}

.service_each_links::after {/*link*/
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    border : 1px solid #fff;
	border-radius: 50%;
    position: relative;
	left: 40%;
    top: -73%;
}





/*リンクボタン　色変更*/
.link_space {
    padding-bottom: 40px;
}

.service_each_links2 {/*link*/
    margin:50px auto 0px !important;
    text-align: center;
    width: 497px !important;
    height: 70px !important;
}

.service_each_links2 a {/*link*/
    /*background: #34298f;
background: linear-gradient(90deg,rgba(52, 41, 143, 1) 0%, rgba(19, 174, 103, 1) 100%);*/
    border: solid 2px #fff;
    color: #fff;
    text-align: left;
    width: 497px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 100px;
    text-decoration: none;
}

.service_each_links2 a::before {/*link*/
    bottom: 0;
  content: url("../pandora_tcd116/assets/img/service/white_arrow.svg") !important;
  height: 11px;
  width: 80px;
  margin: auto;
  position: absolute;
  right: 42px;/*矢印初期位置*/
  top: -24px;
  transition: right .5s; 
  
}

.service_each_links2 a:hover::before{/*link*/
    right: 35px;/*矢印初期位置*/
}



.service_each_links2::after {/*link*/
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    border : 1px solid #fff;
	border-radius: 50%;
    position: relative;
	left: 40%;
    top: -175%;
}









.service_sq_icon {
    color: #fff !important;
    font-size: 2em !important;
    vertical-align: middle !important;
}

.service_sq_icon2 {
    color: #fff !important;
    font-size: 1.5em !important;
    vertical-align: middle !important;
}

.service_sq_icon_font {
    color: #fff !important;
    padding: 0 20px;
    
}

.service_sq_box {
    text-align: center;
    font-size: 1.2em;
}



.service_rikusuma_offisuma_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.service_rikusuma_offisuma_wrap li {
    width: 45%;
    flex-shrink: 0;
    list-style-type: none !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 1.4em !important;
    padding-bottom: 20px !important;
    box-sizing: border-box;
}

.service_rikusuma_offisuma_wrap li p {
    margin: 0 auto !important;
}

.service_rikusuma_offisuma_wrap li img {
    width: 100%;
}


.service_round_list_wrap {
    margin: 0 auto !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 70px !important;
}

.service_round_list_wrap li {
    width: 220px !important;
    height: 220px !important;
    text-align: center !important;
    color: #fff !important;
    list-style-type: none !important;
}

.service_round-inner,
.service_round-inner2 {
    margin: 0 auto;
}

.service_round-inner p,
.service_round-inner2 p {
    padding: 0 17px !important;
    text-align: center !important;
    line-height: 1.8em !important;
}

.service_round-inner h4 {
    margin: 25px 0 0 !important;
    text-align: center !important;
}

.service_round-inner2 h4 {
    margin: 45px 0 0 !important;
    text-align: center !important;
}

.service_round_list_01 {
    background-image: url("../pandora_tcd116/assets/img/service/service_round_list_01.jpg") !important;
    border-radius:50% !important;
    background-position: center !important;
    background-size: 100% !important;
}

.service_round_list_02 {
    background-image: url("../pandora_tcd116/assets/img/service/service_round_list_02.jpg") !important;
    border-radius:50% !important;
    background-position: center !important;
    background-size: 100% !important;
}

.service_round_list_03 {
    background-image: url("../pandora_tcd116/assets/img/service/service_round_list_03.jpg") !important;
    border-radius:50% !important;
    background-position: center !important;
    background-size: 100% !important;
}

.service_round_list_04 {
    background-image: url("../pandora_tcd116/assets/img/service/service_round_list_04.jpg") !important;
    border-radius:50% !important;
    background-position: center !important;
    background-size: 100% !important;
}




.service_others_opitionimage {
    padding: 0 0 20px;
}

.service_others_opitionimage_no {
    padding: 0 0 35px;
}

.service_others_opitionimage img {
    width: 100% !important;
}


.service_baidu {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.service_baidu_left {
    width: 35% !important;
}

.service_baidu_right {
    width: 60% !important;
}

.service_baidu div img {
    width: 100% !important;
}

.service_baidu_title {
    border-radius: 9999px !important;
    border:solid 1px #fff;
    padding:3px 0;
    text-align: center;
}





/*用語集*/

.top_yougo_bnr {
    width: 100% !important;
}

.top_yougo_bnr img {
    width: 100% !important;
    margin-bottom: 30px !important;
}

/* 一覧ページ用タブのスタイル */
.glossary-tabs.list-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 2.1em 0;
    gap:20px;
}

.glossary-tabs.list-page li {
    width: calc(96% / 3);
    margin-bottom: 1.1em;
    padding: 2.7em 4em 2.7em;
    background-color: #fff;
    border: solid 2px #0E80AE;
    border-radius: 0.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: ease 0.3s;
    position: relative;
}

.glossary-tabs.list-page li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glossary-tabs.list-page li:hover {
    background-color: #0E80AE;
    color: #fff;
}



/* 行ページ用タブのスタイル */
.glossary-tabs.jp-tabs li a.active,
.glossary-tabs.en-tabs li a.active {
    
}

.glossary-tabs.jp-tabs,
.glossary-tabs.en-tabs {
    display: flex;
    margin-bottom: 20px;
}



.glossary-item .title {
    margin-top: 30px;
    font-size: 1.7em;
    background-color: #EDF5F8;
    padding: 20px 0 20px 20px;
    border-top: 1px solid #187297;
}


.glossary-item .title a {
    color: #000;
    text-decoration: none;
}

.glossary-item .title a:hover {
    color: #187297;
}

.glossary-tabs.jp-tabs li.active a {
    
}




/* 行ページ */
.row-page .glossary-tabs li {
  padding:0 20px 0 0 !important;
}

.row-page .yougo_gyo_btn h3 {
    color: #4294b5 !important;
    font-size: 1.2em !important;
    padding-bottom: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: double;
    margin-bottom: 10px;
    display: inline-block;
}







.online_soudan {
    width: 100%;
}

.online_soudan img {
    width: 100%;
}

.dl_form_attention {
    line-height: 1.3em !important;
}


.dl_form_thanks_read_center {
    text-align: center;
}

.dl_form_thanks_read_right {
    text-align: right;
}


.post-type-adrans h1,
.post-type-blog h1{
    padding-bottom: 20px !important;
    text-align: center !important;
    position: relative;
    border-bottom: 3px solid #0E80AE;/*真ん中*/
    margin-bottom: 30px !important;
}

.post-type-adrans h1::before,
.post-type-blog h1::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 40%;
    height: 3px;
    background: #f2f3f3;/*左*/
}

.post-type-adrans h1::after,
.post-type-blog h1::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 40%;
    height: 3px;
    background: #f2f3f3;/*右*/
}


.post-type-adrans h2{
    
}

.post-type-adrans h3,
.post-type-blog h3 {
    font-weight: 600 !important;
    margin-bottom: 1.2em !important;
    margin: 0 0 1rem 0 !important;
    padding-bottom: 1rem !important;
    padding: .5em .7em !important;
    border-top: 3px solid #0E80AE !important;
    background: #eee !important;
}

.post-type-adrans h4,
.post-type-blog h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 1em;
    padding: 0.4rem 0rem;
    border-bottom: 4px double #1280AE;
    /*background: #f4f4f4;*/
    color: #1280AE;
}

.post-type-adrans h5,
.post-type-blog h5 {
    padding: 0em 1em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #1280AE;
}


.cred_icon {
    width: 30%;
    padding: 10px 0 20px;
    margin: 0 auto;
}

.cred_icon img {
    width: 100%;
}

.category_button:after {
    opacity: 0.9 !important;
    background: #003040 !important;
}





/*トップMV*/
#header_slider {
min-height: 600px;
}

body.home section + #post_container {
    margin-top: 200px;
}


.header_slider_content .catch {
    font-size: 50px;
    padding-top:20px !important;
}

.header_slider_content .desc {
    font-size: 33px;
    font-weight: 700 !important;
}

@media screen and (max-width: 1290px){
    #post_container{
        margin: 200px 50px 100px !important;
    }

    .header_slider_content .catch {
    font-size: 30px;
    }

    .header_slider_content .desc {
    font-size: 23px;
    font-weight: 700 !important;
    }
}

@media screen and (max-width: 768px){
    #header_slider {
    min-height:auto;
    }

    #post_container{
        margin: 50px 50px 100px !important;
    }

    .header_slider_content .catch {
    font-size: 25px;
    
    }

    .header_slider_content .desc {
    font-size: 19px;
    font-weight: 700 !important;
    padding-top:60px !important;
}
}





/*-------------------------------------------------------
1290px以下　必要な場合のみ
-------------------------------------------------------*/

@media screen and (max-width: 1290px){

.business_content_wrap,
.business_content_wrap_2,
.business_content_wrap_3,
.business_content_wrap_4{
    display: none;
}

.business_content_wrap_sp {
    display: block;
    width: 100%;
}

.business_content_wrap_sp h3 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 3.5em !important;
    letter-spacing: 20px !important;
    border-bottom:  solid 1px #002c43 !important;
}

.business_content_wrap_sp h4 {
    color: #4294b5 !important;
}

.business_service_imagewrap {
    padding: 20px 0;
    text-align: center;
}


.service_wide_wrap_contents {
    max-width: 100%;
    margin: 0 auto;
}
}








/*-------------------------------------------------------
768px以下
-------------------------------------------------------*/
@media screen and (max-width: 768px){


/*
#header.type1 {
    padding-top: 5px !important;
}
    */





.border_3color_title::before {
      content: '' !important;
      position: absolute !important;
      bottom: -46px !important;
      width: 33.3% !important;
      height: 2px !important;
      background: #eaeaea !important; /*左*/
    }
.border_3color_title::after {
      content: '' !important;
      position: absolute !important;
      right: 0 !important;
      bottom: -2px !important;
      width: 33.3% !important;
      height: 2px !important;
      background: #eaeaea !important; /*右*/
    }	



/* sp pc　切り替え */

.fix_pc {
    display: none !important;
}

.fix_sp {
    display: block !important;
}





/* ヘッダーロゴ　サイズ　強制拡大 */
#header_logo .image  {
    height: 30px !important;
}




/* 表デザイン */

.btm_border_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.btm_border_box dt {
    border-bottom: dotted 1px #8f9397;
    width: 25%;
    padding: 10px 5px 10px 5px;
}

.btm_border_box dd {
    border-bottom: dotted 1px #8f9397;
    width: 75%;
    padding: 10px 5px 10px 5px;
}


.about_logo_wrap {
    width: 50%;
    margin: 50px auto;
}





.service_btn {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    box-sizing: border-box !important;
    color: #fff !important;
    align-items:stretch !important;
}

.service_btn li{
    width: 50% !important;
    flex-shrink: 0 !important;
    list-style-type: none !important;
    padding-bottom: 150px !important;
    background-size: cover;
    font-size: 0.9em;
    
}

.service_btn_h3 {
    margin: 15px auto 5px !important;
    text-align: center !important;
}

.service_lhight {
    line-height: 1.5em !important;
}





.business_content_wrap{
    display: none;
}

.business_content_wrap_sp {
    display: block;
    width: 100%;
}

.business_content_wrap_sp h3 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.7em !important;
    letter-spacing: 15px !important;
    text-align: center !important;
    text-indent: 0.7em !important;
    border-bottom:  solid 1px #002c43 !important;
    margin-top: 30px !important;
}

.business_content_wrap_sp h4 {
    color: #4294b5 !important;
    text-align: center !important;
}

.business_service_imagewrap {
    padding: 0 0 80px;
}

.business_service_imagewrap img {
    width: 100% !important;
}




.service_pickup_box {
    display: block;
    width: 100% !important;
    max-width: auto;
    margin: 30px auto 0px !important;
    padding:0 !important;
    
}

.service_pickup_box li {
    background-color: #f5f3ee;
    width: 100% !important;
    max-width: auto;
    list-style-type: none !important;
    box-sizing: border-box !important;
    padding: 120px 20px 10px 20px !important;
    position: relative !important;
    margin: 0 0 80px !important;
}

.service_pickup_box_2 {
    display: block;
    width: 100% !important;
    max-width: auto;
    margin: 30px auto 20px !important;
    padding:0 !important;
    
}

.service_pickup_box_2 li {
    background-color: #f5f3ee;
    width: 100% !important;
    max-width: auto;
    list-style-type: none !important;
    box-sizing: border-box !important;
    padding: 0;
    position: relative !important;
}





/*リンクボタン*/
.service_each_links {/*link*/
    margin:30px auto 0 !important;
    text-align: center;
    width: 280px !important;
    height: 70px !important;
}

.service_each_links a {/*link*/
    background: #4294B5;
    /*background: linear-gradient(90deg,rgba(66, 148, 181, 1) 0%, rgba(19, 174, 103, 1) 100%);*/
    color: #fff;
    text-align: left;
    width: 280px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 100px;
    text-decoration: none;
}

.service_each_links a::before {/*link*/
    bottom: 0;
  content: url("../pandora_tcd116/assets/img/service/white_arrow_sp.svg") !important;
  height: 11px;
  width: 42px;
  margin: auto;
  position: absolute;
  right: 30px;/*矢印初期位置*/
  top: -18px;
  transition: right .5s; 
  
}

.service_each_links a:hover::before{/*link*/
    right: 35px;/*矢印うごく位置*/
}

.service_btn_comment {/*link*/
    position: absolute;
    top:16px;
    left: 40px;
    font-family: "Yu Gothic UI", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif  !important;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.service_each_links::after {/*link*/
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    border : 1px solid #fff;
	border-radius: 50%;
    position: relative;
	left: 38%;
    top: -73%;
}




/*リンクボタン　色変更*/
.service_each_links2 {/*link*/
    margin:30px auto 0 !important;
    text-align: center;
    width: 280px !important;
    height: 70px !important;
}

.service_each_links2 a {/*link*/
    /*background: #34298f;
background: linear-gradient(90deg,rgba(52, 41, 143, 1) 0%, rgba(19, 174, 103, 1) 100%);*/
    border: solid 2px #fff;
    color: #fff;
    text-align: left;
    width: 280px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 100px;
    text-decoration: none;
}

.service_each_links2 a::before {/*link*/
    bottom: 0;
  content: url("../pandora_tcd116/assets/img/service/white_arrow_sp.svg") !important;
  height: 11px;
  width: 42px;
  margin: auto;
  position: absolute;
  right: 30px;/*矢印初期位置*/
  top: -18px;
  transition: right .5s; 
  
}

.service_each_links2 a:hover::before{/*link*/
    right: 35px;/*矢印うごく位置*/
}



.service_each_links2::after {/*link*/
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    border : 1px solid #fff;
	border-radius: 50%;
    position: relative;
	left: 38%;
    top: -173%;
}





.service_wide_wrap_contents {
    max-width: 100%;
    margin: 0 auto;
}




/*ぶち抜きの枠内のコンテンツ*/
.sersvice_wide_box {
    position: relative;
    width: 100%;
}

.sersvice_wide_box_left {
    position: absolute;
    left: 2%;
    top:-5%;
    max-width: 27%;
}

.sersvice_wide_box_left img {
    width: 100% !important;
}

.sersvice_wide_box_right {
    position: absolute;
    right: 3%;
    top:-5%;
    max-width: 40%;
}

.service_wide_p {
    padding: 12% 3% 3% 0;
    max-width: 69%;
    margin-left: auto;
    color: #fff;
}

.service_wide_p h3 {
    font-size: 1.3em !important;
}

.service_sq_box {
    text-align: center;
    font-size: 1.2em;
    padding: 0 20px !important;
    box-sizing: border-box;
}

.service_sq_icon {
    font-size: 1em !important;
}

.service_rikusuma_offisuma_wrap li p {
    margin: 0 auto !important;
    font-size: 0.8em !important;
    padding: 0 !important;
}

.service_rikusuma_offisuma_wrap {
    margin: 0 10px !important;
}

.service_rikusuma_offisuma_wrap li {
    width: 49%;
    font-size: 0.8em !important;
}




.bottom_border_title_en {
  text-align: center !important; /* 文字の中央寄せ */
  font-size: 1.8em !important;
  letter-spacing: 18px !important;
  margin-bottom: 50px !important;
  padding-top:0px !important;
  margin-top: 0px !important;
  text-indent: 1em;
}

.service_pickup_box_2 li h3 {
    color: #4294b5 !important;
    text-align: center !important;
    font-family: "Yu Gothic UI", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif  !important;
    letter-spacing: 2px !important;
    padding-top: 120px !important;
}




.president_wrap {
    display: block;
    margin: 80px 0px !important;
    padding: 0 !important;
}

.president_wrap li {
    width: 100%;
}


.president_wrap_left {
    width: 100% !important;
}

.president_wrap_right {
    width: 100% !important;
}



.name_dl {
    display: flex;
    margin-right: 0 !important;
    margin-left: auto !important;
    justify-content: flex-end;
    max-width: 400px;
    align-items: center;
    margin-bottom: 30px !important;
}

.name_dl img {
    width: 100%;
}

.name_dl dd {
    width: 50%;
    padding-left: 10px;
}



.bottom_border_title::before {
  background-color: #333 !important; /* 線の色 */
  bottom: -120px !important; /* 線の位置 */
  content: "" !important;
  height: 2px !important; /* 線の高さ */
  left: 50% !important; /* 線の中央寄せ */
  position: absolute !important;
  transform: translateX(-50%) !important; /* 線の中央寄せ */
  width: 30px !important; /* 線の長さ */
}



.adc_logo_flex_wrap {
    display: block;
  margin: 0 auto !important;
}

.adc_logo_flex_wrap li {
    width: 100%;
  list-style-type: none !important;
}

.adc_logo_flex {
    margin-bottom: 30px;
}





.service_round_list_wrap {
    margin: 0 auto !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    max-width: 94% !important;
}

.service_round_list_wrap li {
    width: 49% !important;
    height: 49% !important;
    text-align: center !important;
    color: #fff !important;
    list-style-type: none !important;
    margin-top: 20px !important;
}



.service_round-inner h4 {
    margin: 15px 0 0 !important;
    text-align: center !important;
}

.service_round-inner2 h4 {
    margin: 45px 0 0 !important;
    text-align: center !important;
}


.service_round-inner2 h4 {
    margin: 25px 0 15px !important;
    text-align: center !important;
}

.service_round-inner p,
.service_round-inner2 p {
    padding: 0 17px 5px !important;
    text-align: center !important;
    line-height: 1.7em !important;
    font-size: 0.9em;
}




.service_pickup_box_2 li {
    background-color: #f5f3ee;
    width: 45%;
    flex-shrink: 0;
    max-width: 445px;
    list-style-type: none !important;
    box-sizing: border-box !important;
    padding: 0;
    position: relative !important;
   margin-bottom: 90px !important; 
}



.sersvice_map {
    padding: 40px 0 50px !important;
}


.service_sq_box {
    text-align: center;
    font-size: 0.8em;
}

.service_pickup_box_blue {
    background-color: #4294b5;
    padding: 20px 40px 20px 40px !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 0.8em;
}


.business_content_wrap_list li {
    padding: 2px 20px !important;
    margin: 0 10px 10px 0 !important;
}

.business_content_wrap_list li:last-child {
    width: 100% !important;
}



/*用語集*/
/* 一覧ページ用タブのスタイル */
.glossary-tabs.list-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 2.1em 0;
    gap:5px;
}


.glossary-tabs.list-page li {
    width: calc(96% / 2);
    margin-bottom: 1.1em;
    padding: 2.7em 4em 2.7em;
    background-color: #fff;
    border: solid 2px #0E80AE;
    border-radius: 0.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: ease 0.3s;
    position: relative;
}

.glossary-item .title {
    margin-top: 30px;
    font-size: 1.3em;
    background-color: #EDF5F8;
    padding: 20px 0 20px 20px;
    border-top: 1px solid #707070;
}




.tetsugaku {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 30px 0;
}

.tetsugaku img {
    width: 100%;
}

.tetsugaku_left {
    width: 100%;
}

.tetsugaku_right {
    width: 100% ;
}



.row-page .bottom_border_title_en {
    text-align: center !important;
        font-size: 1.4em !important;
        letter-spacing: 10px !important;
        margin-bottom: 50px !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
        text-indent: 0em;
        line-height: 2em;
}


.cred_Wrap {
  display: block;
  width: 90% !important;
  margin: 30px auto 0 !important;
  padding-left: 0 !important;
}

.cred_Wrap li {
  width: 100% !important;
  text-align: center !important;
  list-style-type: none;
  margin-bottom: 30px !important;
}

.about_read_1 {
    max-width: 83% !important;
    margin: 0 auto !important;
    text-align: center;
}


.about_read_space {
    padding-bottom: 30px;
}
}


/*rechapcha 非表示用*/
.rechapcha_txt{
text-align:center;
font-size:12px;
color:#999;
}
.rechapcha_txt a{
color:#999;
}
.grecaptcha-badge {
visibility: hidden;
}