/* ===== CHARACTER CODE ===== */
@charset "UTF-8";

/* ===== WEB FONTS ===== */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,700,500,600);

/* ===== BASE ===== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  line-break: strict;
  /* overflow-wrap: break-word;
  word-wrap: break-word; */
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/* -------------------------------------------------------------------------
    共通設定
------------------------------------------------------------------------- */

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  font-size: 13px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.54;
  color: #1e0c0f;
  background-color: #f7f7f7;
}

body.ovl {
  overflow: hidden;
}

/* スライドイン用 */

@media screen and (min-width:768px) {
  .main {
    opacity: 0;
  }

  .fadeIn, .fadeIn-02 {
    visibility: hidden;
  }
}

/* 見出し定義 */

h2 {
  color: #334d90;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 30px;
  line-height: 1.2;
}

h2 span {
  margin-top: 4px;
  display: block;
  font-size: 18px;
  text-align: center;
}

h3 {
  color: #334d90;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 30px;
  line-height: 1.3;
}

h4 {
  color: #334d90;
  font-size: 22px;
  font-weight: bold;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
  line-height: 1.4;

  border-bottom: solid 1px #334d90;
  padding-bottom: 10px;
  text-align: left;
}

h5, h5.w640 {
  color: #334d90;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .news-detail-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }
}

strong {
  font-weight: bold;
}

hr {
  border: none;
  height: 1px;
  background-color: #DBDBDB;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.font-fs {
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.ft-work-sans {
  font-family: "Work Sans", sans-serif;
}

a:link, a:visited, a:active {
  color: #1e0c0f;
  text-decoration: none;
}

.trans, .trans-style a, .sub-nav-title a, .sub-nav-head a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

.trans:hover, .trans-style a:hover, .sub-nav-title a:hover, .sub-nav-head a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.sm {
  display: none !important;
}

.for-pc {
  display: block;
}

.for-sp {
  display: none;
}
.sm-display-inline{
  display: none ;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }
  .sm-display-inline{
    display: inline;
  }

  .container {
    width: 100%;
    min-width: 0;
    padding: 0;
  }

  .wrapper {
    width: auto !important;
    margin: 0;
    padding: 0;
  }

  .trans:hover, .trans-style a:hover, .sub-nav-title a:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  .for-sp {
    display: block;
  }

  .for-pc {
    display: none;
  }
}

/*===== MARGIN & PADDING ===== */

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

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

.ml0 {
  margin-left: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

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

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

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

.mr10 {
  margin-right: 10px !important;
}

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

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

@media (min-width: 768px){
  .pb100-pc {
    padding-bottom: 100px !important;
  }

  .pb145-pc {
    padding-bottom: 145px !important;
  }
}

.pl10 {
  padding-left: 10px !important;
}

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

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

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

.mr20 {
  margin-right: 20px !important;
}

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

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt27 {
  margin-top: 27px !important;
}

.mr27 {
  margin-right: 27px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

.ml27 {
  margin-left: 27px !important;
}

.pt27 {
  padding-top: 27px !important;
}

.pr27 {
  padding-right: 27px !important;
}

.pb27 {
  padding-bottom: 27px !important;
}

.pl27 {
  padding-left: 27px !important;
}

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

.mr30 {
  margin-right: 30px !important;
}

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

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt33 {
  margin-top: 33px !important;
}

.mr33 {
  margin-right: 33px !important;
}

.mb33 {
  margin-bottom: 33px !important;
}

.ml33 {
  margin-left: 33px !important;
}

.pt33 {
  padding-top: 33px !important;
}

.pr33 {
  padding-right: 33px !important;
}

.pb33 {
  padding-bottom: 33px !important;
}

.pl33 {
  padding-left: 33px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

.mr40 {
  margin-right: 40px !important;
}

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

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt43 {
  margin-top: 43px !important;
}

.mr43 {
  margin-right: 43px !important;
}

.mb43 {
  margin-bottom: 43px !important;
}

.ml43 {
  margin-left: 43px !important;
}

.pt43 {
  padding-top: 43px !important;
}

.pr43 {
  padding-right: 43px !important;
}

.pb43 {
  padding-bottom: 43px !important;
}

.pl43 {
  padding-left: 43px !important;
}

.mt47 {
  margin-top: 47px !important;
}

.mr47 {
  margin-right: 47px !important;
}

.mb47 {
  margin-bottom: 47px !important;
}

.ml47 {
  margin-left: 47px !important;
}

.pt47 {
  padding-top: 47px !important;
}

.pr47 {
  padding-right: 47px !important;
}

.pb47 {
  padding-bottom: 47px !important;
}

.pl47 {
  padding-left: 47px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt108 {
  margin-top: 108px !important;
}

.mr108 {
  margin-right: 108px !important;
}

.mb108 {
  margin-bottom: 108px !important;
}

.ml108 {
  margin-left: 108px !important;
}

.pt108 {
  padding-top: 108px !important;
}

.pr108 {
  padding-right: 108px !important;
}

.pb108 {
  padding-bottom: 108px !important;
}

.pl108 {
  padding-left: 108px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mr215 {
  margin-right: 215px !important;
}

.mb215 {
  margin-bottom: 215px !important;
}

.ml215 {
  margin-left: 215px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.pr215 {
  padding-right: 215px !important;
}

.pb215 {
  padding-bottom: 215px !important;
}

.pl215 {
  padding-left: 215px !important;
}

/* 202412追加 sp用 */
@media (max-width: 768px){
  /* padding */

  /* margin */
  .mb50-sp {
    margin-bottom: 50px !important;
  }
}

/*===== TEXT ===== */

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

.block {
  display: block;
}

.relative {
  position: relative;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}

.f32 {
  font-size: 32px;
}

.f39 {
  font-size: 39px;
}

.f40 {
  font-size: 40px;
}

.f50 {
  font-size: 50px;
}

.f56 {
  font-size: 56px !important;
}

.blue-text01 {
  color: #334d90;
}

.blue-text02 {
  color: #568dc1;
}

a.blue-text01 {
  color: #334d90;
}

a.blue-text02 {
  color: #568dc1;
}

a.blue-link01 {
  color: #226cd2;
}

a.blue-link02 {
  color: #122b77;
}

.red-text {
  color: #f00;
}

.lh1 {
  line-height: 1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-75 {
  line-height: 1.75;
}

.bg-white {
  background-color: #fff;
}

/*===== DIMENSION ===== */

.w20p {
  width: 20%;
}

.w40p {
  width: 40%;
}

.w46-4p {
  width: 46.4%;
}

.w48p {
  width: 48%;
}

.w50p {
  width: 50%;
}

.w56p {
  width: 56%;
}

.w80p {
  width: 80%;
}

.w120 {
  max-width: 120px;
  width: 100%;
}

.w140 {
  max-width: 140px;
  width: 100%;
}

.w160 {
  max-width: 160px;
  width: 100%;
}

.w170 {
  max-width: 170px;
  width: 100%;
}

.w200 {
  max-width: 200px;
  width: 100%;
}

.w310 {
  max-width: 310px;
  width: 100%;
}

.w400 {
  max-width: 400px;
  width: 100%;
}

.w640 {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.w700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.w750 {
  max-width: 750px;
  width: 100%;
}

.w760 {
  max-width: 760px;
  width: calc(100% - 240px);
}

.w1000 {
  max-width: 1000px;
  width: 100%;
}

.w1030 {
  max-width: 1030px;
  width: 100%;
}

.h115 {
  height: 115px !important;
}

.h170 {
  height: 170px !important;
}

.h500 {
  height: 500px !important;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }

  .sm-fn {
    float: none;
  }

  .sm-w34p {
    width: 34%;
  }

  .sm-w50p {
    max-width: 50% !important;
  }

  .sm-w83p {
    max-width: 83% !important;
    width: 100%;
  }

  .sm-w100p {
    max-width: 100% !important;
    width: 100%;
  }

  .sm-inline-block {
    display: inline-block;
  }

  .sm-text-center {
    text-align: center;
  }

  .sm-h80 {
    height: 80px !important;
  }

  .sm-h120 {
    height: 120px !important;
  }

  .sm-h248 {
    height: 248px !important;
  }

  .sm-f10 {
    font-size: 10px !important;
  }

  .sm-f12 {
    font-size: 12px !important;
  }

  .sm-f14 {
    font-size: 14px !important;
  }

  .sm-f16 {
    font-size: 16px !important;
  }

  .sm-f20 {
    font-size: 20px !important;
  }

  .sm-f25 {
    font-size: 25px !important;
  }

  .sm-f30 {
    font-size: 30px !important;
  }

  /*===== MARGIN & PADDING ===== */
  .sm-mt0 {
    margin-top: 0 !important;
  }

  .sm-mr0 {
    margin-right: 0 !important;
  }

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

  .sm-ml0 {
    margin-left: 0 !important;
  }

  .sm-pt0 {
    padding-top: 0 !important;
  }

  .sm-pr0 {
    padding-right: 0 !important;
  }

  .sm-pb0 {
    padding-bottom: 0 !important;
  }

  .sm-pl0 {
    padding-left: 0 !important;
  }

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

  .sm-mr5 {
    margin-right: 5px !important;
  }

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

  .sm-ml5 {
    margin-left: 5px !important;
  }

  .sm-pt5 {
    padding-top: 5px !important;
  }

  .sm-pr5 {
    padding-right: 5px !important;
  }

  .sm-pb5 {
    padding-bottom: 5px !important;
  }

  .sm-pl5 {
    padding-left: 5px !important;
  }

  .sm-mt9 {
    margin-top: 9px !important;
  }

  .sm-mr9 {
    margin-right: 9px !important;
  }

  .sm-mb9 {
    margin-bottom: 9px !important;
  }

  .sm-ml9 {
    margin-left: 9px !important;
  }

  .sm-pt9 {
    padding-top: 9px !important;
  }

  .sm-pr9 {
    padding-right: 9px !important;
  }

  .sm-pb9 {
    padding-bottom: 9px !important;
  }

  .sm-pl9 {
    padding-left: 9px !important;
  }

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

  .sm-mr10 {
    margin-right: 10px !important;
  }

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

  .sm-ml10 {
    margin-left: 10px !important;
  }

  .sm-pt10 {
    padding-top: 10px !important;
  }

  .sm-pr10 {
    padding-right: 10px !important;
  }

  .sm-pb10 {
    padding-bottom: 10px !important;
  }

  .sm-pl10 {
    padding-left: 10px !important;
  }

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

  .sm-mr15 {
    margin-right: 15px !important;
  }

  .sm-mb15 {
    margin-bottom: 15px !important;
  }

  .sm-ml15 {
    margin-left: 15px !important;
  }

  .sm-pt15 {
    padding-top: 15px !important;
  }

  .sm-pr15 {
    padding-right: 15px !important;
  }

  .sm-pb15 {
    padding-bottom: 15px !important;
  }

  .sm-pl15 {
    padding-left: 15px !important;
  }

  .sm-mt16 {
    margin-top: 16px !important;
  }

  .sm-mr16 {
    margin-right: 16px !important;
  }

  .sm-mb16 {
    margin-bottom: 16px !important;
  }

  .sm-ml16 {
    margin-left: 16px !important;
  }

  .sm-pt16 {
    padding-top: 16px !important;
  }

  .sm-pr16 {
    padding-right: 16px !important;
  }

  .sm-pb16 {
    padding-bottom: 16px !important;
  }

  .sm-pl16 {
    padding-left: 16px !important;
  }

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

  .sm-mr20 {
    margin-right: 20px !important;
  }

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

  .sm-ml20 {
    margin-left: 20px !important;
  }

  .sm-pt20 {
    padding-top: 20px !important;
  }

  .sm-pr20 {
    padding-right: 20px !important;
  }

  .sm-pb20 {
    padding-bottom: 20px !important;
  }

  .sm-pl20 {
    padding-left: 20px !important;
  }

  .sm-mt25 {
    margin-top: 25px !important;
  }

  .sm-mr25 {
    margin-right: 25px !important;
  }

  .sm-mb25 {
    margin-bottom: 25px !important;
  }

  .sm-ml25 {
    margin-left: 25px !important;
  }

  .sm-pt25 {
    padding-top: 25px !important;
  }

  .sm-pr25 {
    padding-right: 25px !important;
  }

  .sm-pb25 {
    padding-bottom: 25px !important;
  }

  .sm-pl25 {
    padding-left: 25px !important;
  }

  .sm-mt27 {
    margin-top: 27px !important;
  }

  .sm-mr27 {
    margin-right: 27px !important;
  }

  .sm-mb27 {
    margin-bottom: 27px !important;
  }

  .sm-ml27 {
    margin-left: 27px !important;
  }

  .sm-pt27 {
    padding-top: 27px !important;
  }

  .sm-pr27 {
    padding-right: 27px !important;
  }

  .sm-pb27 {
    padding-bottom: 27px !important;
  }

  .sm-pl27 {
    padding-left: 27px !important;
  }

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

  .sm-mr30 {
    margin-right: 30px !important;
  }

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

  .sm-ml30 {
    margin-left: 30px !important;
  }

  .sm-pt30 {
    padding-top: 30px !important;
  }

  .sm-pr30 {
    padding-right: 30px !important;
  }

  .sm-pb30 {
    padding-bottom: 30px !important;
  }

  .sm-pl30 {
    padding-left: 30px !important;
  }

  .sm-mt35 {
    margin-top: 35px !important;
  }

  .sm-mr35 {
    margin-right: 35px !important;
  }

  .sm-mb35 {
    margin-bottom: 35px !important;
  }

  .sm-ml35 {
    margin-left: 35px !important;
  }

  .sm-pt35 {
    padding-top: 35px !important;
  }

  .sm-pr35 {
    padding-right: 35px !important;
  }

  .sm-pb35 {
    padding-bottom: 35px !important;
  }

  .sm-pl35 {
    padding-left: 35px !important;
  }

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

  .sm-mr40 {
    margin-right: 40px !important;
  }

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

  .sm-ml40 {
    margin-left: 40px !important;
  }

  .sm-pt40 {
    padding-top: 40px !important;
  }

  .sm-pr40 {
    padding-right: 40px !important;
  }

  .sm-pb40 {
    padding-bottom: 40px !important;
  }

  .sm-pl40 {
    padding-left: 40px !important;
  }

  .sm-mt43 {
    margin-top: 43px !important;
  }

  .sm-mr43 {
    margin-right: 43px !important;
  }

  .sm-mb43 {
    margin-bottom: 43px !important;
  }

  .sm-ml43 {
    margin-left: 43px !important;
  }

  .sm-pt43 {
    padding-top: 43px !important;
  }

  .sm-pr43 {
    padding-right: 43px !important;
  }

  .sm-pb43 {
    padding-bottom: 43px !important;
  }

  .sm-pl43 {
    padding-left: 43px !important;
  }

  .sm-mt47 {
    margin-top: 47px !important;
  }

  .sm-mr47 {
    margin-right: 47px !important;
  }

  .sm-mb47 {
    margin-bottom: 47px !important;
  }

  .sm-ml47 {
    margin-left: 47px !important;
  }

  .sm-pt47 {
    padding-top: 47px !important;
  }

  .sm-pr47 {
    padding-right: 47px !important;
  }

  .sm-pb47 {
    padding-bottom: 47px !important;
  }

  .sm-pl47 {
    padding-left: 47px !important;
  }

  .sm-mt50 {
    margin-top: 50px !important;
  }

  .sm-mr50 {
    margin-right: 50px !important;
  }

  .sm-mb50 {
    margin-bottom: 50px !important;
  }

  .sm-ml50 {
    margin-left: 50px !important;
  }

  .sm-pt50 {
    padding-top: 50px !important;
  }

  .sm-pr50 {
    padding-right: 50px !important;
  }

  .sm-pb50 {
    padding-bottom: 50px !important;
  }

  .sm-pl50 {
    padding-left: 50px !important;
  }

  .sm-mt60 {
    margin-top: 60px !important;
  }

  .sm-mr60 {
    margin-right: 60px !important;
  }

  .sm-mb60 {
    margin-bottom: 60px !important;
  }

  .sm-ml60 {
    margin-left: 60px !important;
  }

  .sm-pt60 {
    padding-top: 60px !important;
  }

  .sm-pr60 {
    padding-right: 60px !important;
  }

  .sm-pb60 {
    padding-bottom: 60px !important;
  }

  .sm-pl60 {
    padding-left: 60px !important;
  }

  .sm-mt108 {
    margin-top: 108px !important;
  }

  .sm-mr108 {
    margin-right: 108px !important;
  }

  .sm-mb108 {
    margin-bottom: 108px !important;
  }

  .sm-ml108 {
    margin-left: 108px !important;
  }

  .sm-pt108 {
    padding-top: 108px !important;
  }

  .sm-pr108 {
    padding-right: 108px !important;
  }

  .sm-pb108 {
    padding-bottom: 108px !important;
  }

  .sm-pl108 {
    padding-left: 108px !important;
  }

  .sm-mt120 {
    margin-top: 120px !important;
  }

  .sm-mr120 {
    margin-right: 120px !important;
  }

  .sm-mb120 {
    margin-bottom: 120px !important;
  }

  .sm-ml120 {
    margin-left: 120px !important;
  }

  .sm-pt120 {
    padding-top: 120px !important;
  }

  .sm-pr120 {
    padding-right: 120px !important;
  }

  .sm-pb120 {
    padding-bottom: 120px !important;
  }

  .sm-pl120 {
    padding-left: 120px !important;
  }

  .sm-mt150 {
    margin-top: 150px !important;
  }

  .sm-mr150 {
    margin-right: 150px !important;
  }

  .sm-mb150 {
    margin-bottom: 150px !important;
  }

  .sm-ml150 {
    margin-left: 150px !important;
  }

  .sm-pt150 {
    padding-top: 150px !important;
  }

  .sm-pr150 {
    padding-right: 150px !important;
  }

  .sm-pb150 {
    padding-bottom: 150px !important;
  }

  .sm-pl150 {
    padding-left: 150px !important;
  }

  .sm-mt215 {
    margin-top: 215px !important;
  }

  .sm-mr215 {
    margin-right: 215px !important;
  }

  .sm-mb215 {
    margin-bottom: 215px !important;
  }

  .sm-ml215 {
    margin-left: 215px !important;
  }

  .sm-pt215 {
    padding-top: 215px !important;
  }

  .sm-pr215 {
    padding-right: 215px !important;
  }

  .sm-pb215 {
    padding-bottom: 215px !important;
  }

  .sm-pl215 {
    padding-left: 215px !important;
  }

  .sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*===== COMMON PARTS ===== */

header {
  width: 100%;
  /*position: fixed;*/
  position: relative;/*2021/12_add*/
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s;
  /*background: rgba(255, 255, 255, 0.9);*/
  background:#fff;
}

.top header {
  background: rgba(255, 255, 255, 0);
}

header.fixed {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;/*2021/12_add*/
}

header .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  overflow: hidden;
  padding: 15px 40px 0;
  transition: all 0.3s;
}

header .logo {
  max-width: 140px;
  width: 100%;
  margin-left: 7px;
}

header .logo a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

header .right {
  padding-top: 6px;
  padding-right: 6px;
  font-size: 16px;
  overflow: hidden;
}
header .right .navi-inner {
  display: flex;
  justify-content: space-between;
}
header .right .navigation > .clearfix {
  display: flex;
  gap: 17px;
}

header .right .navigation>ul>li {
  padding-bottom: 15px;
  text-align: center;/*2021/12_add*/
  white-space: nowrap;
}

/*2021/12_add*/
header .right .navigation>ul>li>a>span{
  display: block;
  font-size: 10px;
  line-height: 1;
  padding-top: 4px;
  font-weight: normal;
  text-align: center;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

header .right .navigation>ul>li .sub-link {
  display: none;
  width: 100%;
  background-color: #334d90;
  color: #fff;
  position: absolute;
  top: 71px;
  left: 0;
}

header.fixed .right .navigation>ul>li .sub-link {
  top: 71px;
}

header .right .navigation>ul>li .sub-link .sub-nav-head span {
  display: block;
  font-weight: bold;
  font-size: 28px;
  /* padding-bottom: 10px !important; */
  font-family: "Work Sans", sans-serif;
  float: left;
  margin-right: 20px;
}

header .right .navigation>ul>li .sub-link .sub-nav-head a {
  color: #fff;
  float: left;
}

header .right .navigation>ul>li .sub-link .sub-nav-title a {
  display: block;
  position: relative;
}

header .right .navigation>ul>li .sub-link>ul {
  width: 781px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}

header .right .navigation>ul>li .sub-link>ul>li {
  float: left;
  width: 180px;
  margin-right: 20px;
}

header .right .navigation>ul>li .sub-link>ul>li:last-child {
  margin-right: 0;
}

header .right .navigation>ul>li .sub-link>ul>li ul {
  border-top: 1px solid #fff;
}

header .right .navigation>ul>li .sub-link>ul a {
  color: #fff;
  font-size: 13px;
}

header .right .navigation>ul>li>a {
  /*padding: 5px;*/
  color: #000;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -0.02em;
  position: relative;
  display: block;
}

header .right .navigation>ul>li>a:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #334d90;
  position: absolute;
  bottom: 14px;
  left: 0;
  transition: all 0.3s;
}

header .right .navigation>ul>li>a:hover, header .right .navigation>ul>li>a.active {
  color: #334d90;
}

header .right .navigation>ul>li>a:hover:before, header .right .navigation>ul>li>a.active:before {
  width: 100%;
}

/*2021/12
header .right .navigation>ul>li:last-child {
  margin-right: 0;
}*/

header .btn-contact {
  float: right;
  margin-top: -2px;
}
header .btn-contact a {
  color: #fff;
  font-weight: bold;
}
header .btn-contact.w160 {
  width: 144px;
}
header .btn-contact.w160 .mail {
  left: 14px;
}
/*2021/12 add */
header .btn-contact a>span{
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
@media (max-width: 768px){
  header .btn-contact a>span{
    padding-top: 0;
  }
}

.breadcrumbs {
  padding: 15px 0;
  margin-bottom: 20px;
}

.breadcrumbs li {
  float: left;
  padding-right: 27px;
  padding-left: 20px;
  background: url(/wp-content/themes/iridge_2018/images/icon_arrow03.png) right center no-repeat;
  line-height: 1.1;
}

.breadcrumbs li a, .breadcrumbs li em {
  display: block;
  margin-top: 1px;
}

.breadcrumbs li:first-child {
  padding-left: 0;
  padding-top: 1px;
}

.breadcrumbs li:first-child a {
  display: block;
  width: 15px;
  margin-top: 0;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_home.png) center bottom no-repeat;
  text-indent: -9999px;
}

.breadcrumbs li:last-child {
  background: none;
}

@media (min-width: 769px) and (max-width: 1000px) {
  /*2021/12_add*/
  .wrapper {
    padding-left: 1% !important;
    padding-right: 1% !important;
  }
  .btn.blue a{
    font-size: 14px;
  }
  .mail{
    left: 10px!important;
  }
  header .logo {
    max-width: 120px;
  }
  header .right .navigation>ul>li>a{
    font-size: 14px
  }

  header .right .navigation > .clearfix {
    gap: 13px;
  }

  header .btn-contact .arrow01 {
    right: 1.5%;
  }
}
@media (min-width: 769px) {
  header .right {
    display: block !important;
  }
  header .right .navigation>ul>li.active>a {
    color: #334d90;
  }

  header .right .navigation>ul>li.active>a:before {
    width: 100%;
  }

  header .right .navigation .sub-link .sub-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 20px 50px;
    overflow: hidden;
  }

  header .right .navigation .sub-link .sub-nav-wrap .sub-nav-head {
    width: 20%;
  }

  header .right .navigation .sub-link .sub-nav-wrap .sub-nav-head span {
    line-height: 1;
  }

  header .right .navigation .sub-link .sub-nav-wrap .sub-nav-head a {
    display: inline-block;
    margin-top: 3px;
    font-size: 14px;
    /* padding-right: 39px; */
  }

  header .right .navigation .sub-link .sub-nav-wrap .sub-nav-head .relative {
    position: relative;
  }

  header .right .navigation .sub-link .sub-nav-wrap ul {
    /* float: right; */
    overflow: hidden;
    width: 70%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5%;
  }

  header .right .navigation .sub-link .sub-nav-wrap ul li {
    /* float: left; */
    display: block;
    margin: 3px 0;
    /* margin-right: 32px; */
    margin-bottom: 0;
    float: none;
  }
  header .right .navigation .wp-gnavi .sub-link .sub-nav-wrap .sub-nav-head {
    width: auto;
  }
  header .right .navigation .wp-gnavi .sub-link .sub-nav-wrap .sub-nav-head span {
    font-size: 25px;  
  }
  header .right .navigation .wp-gnavi .sub-link .sub-nav-wrap ul {
    width: 67%;
  }
  /*2022/11_add 2023/05_修正*/
  header .right .navigation .sub-link .sub-nav-wrap ul li.service-tit {
    display: inline-block;
    width: calc(100% / 3);
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: rgba(255,255,255,0.4);
  }
  header .right .navigation .sub-link .sub-nav-wrap ul li.service-tit ul.service-tit-inner {
    width: auto;
    padding-left: 1em;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
    display: block;
  }
  header .right .navigation .sub-link .sub-nav-wrap ul li.service-tit ul.service-tit-inner li {
    margin: 0;
  }
  header .right .navigation .business-gnavi .sub-link .sub-nav-wrap ul {
    gap: 10px 0;
  }
  header .right .navigation .business-gnavi .sub-link .sub-nav-wrap ul.start {
    width: 100%;
    margin-top: 40px;
    margin-left: 17%;
  }
  header .right .navigation .sub-link .sub-nav-wrap ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    white-space: break-spaces;
    /* padding-right: 30px; */
  }

  header .right .navigation .sub-link .sub-nav-wrap ul li a .arrow01 {
    right: 0;
  }

  header .right .navigation .sub-link .sub-nav-wrap ul li:last-child {
    margin-right: 0;
  }

  .many-elements li {
    float: left;
    margin-bottom: 15px;
  }

  .li.nw10 {
    min-width: 10%;
  }

  .li.nw16 {
    min-width: 16%;
  }

  .li.nw18 {
    min-width: 18%;
  }

  .li.nw20 {
    min-width: 20%;
  }
}

@media (max-width: 768px) {
  header {
    min-width: 0;
    position: static;
  }

  header .header {
    width: 100%;
    padding: 0 0 10px;
    /*position: fixed;*/
    position: static;/*2021/12_add*/
    top: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
  }
  
  header .logo {
    max-width: 71px;
    margin: 12px 0 0 14px;
  }

  header .wrapper {
    padding: 0;
  }

  header .right .navigation > .clearfix {
    display: block;
  }

  header .right {
    display: none;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: rgba(51, 77, 144, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  /*2021/12_add*/
  header .right .navigation>ul>li>a>span{
    display: inline-block;
    padding-left: 10px;
  }
  header .right .btn-close {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;

    /*right: 15px;
    top: 25px;*/
    z-index: 9999;
    background: url(/wp-content/themes/iridge_2018/images/btn_close_sp.png) right 20px top 25px no-repeat;
    background-size: 19px auto;
  }

  header .right .btn-close:before, header .right .btn-close:after {
    display: none;
  }

  header .right .navi-inner {
    overflow: auto;
    display: block;
  }

  header .right .navigation {
    float: none;
    /*padding-top: 75px;*/
    padding-top: 70px;
  }

  header .right .navigation>ul {
    overflow: auto;
  }

  header .right .navigation>ul>li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
  }

  header .right .navigation>ul>li:last-child {
    /*border-bottom: none;*/
  }

  header .right .navigation>ul>li>a {
    display: block;
    padding: 9px 15px;
    color: #fff;
    font-size: 25px;
  }

  header .right .navigation>ul>li>a:hover, header .right .navigation>ul>li>a.active {
    color: #fff;
  }

  header .right .navigation>ul>li>a:before {
    display: none;
  }

  header .right .navigation>ul>li>a a {
    font-size: 14px;
  }

  header .right .navigation>ul>li.has-sub .sub-link {
    position: static;
    background-color: transparent;
  }

  header .right .navigation>ul>li.has-sub .sub-link .sub-nav-title li {
    padding: 5px 15px;
  }
  header .right .navigation>ul>li.has-sub .sub-link .sub-nav-title li.service-tit {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
  }
  header .right .navigation>ul>li.has-sub .sub-link .sub-nav-title li.service-tit .service-tit-sp:before {
    content: "[";
    margin-right: 3px;
  }
  header .right .navigation>ul>li.has-sub .sub-link .sub-nav-title li.service-tit .service-tit-sp:after {
    content: "]";
    margin-left: 3px;
  }

  header .right .navigation>ul>li.has-sub .sub-link .sub-nav-title li a {
    display: block;
    color: #fff;
  }
  header .right .navigation>ul>li.has-sub .sub-link .sub-nav-title li.service-tit ul.service-tit-inner {
    padding: 10px 0;
  }
  header .right .navigation>ul>li.has-sub .sub-link .sub-nav-title li.service-tit ul.service-tit-inner li {
    padding: 0 15px;
  }


  header .right .navigation>ul>li.has-sub .sub-link ul {
    width: auto;
    padding: 0 0 20px;
  }

  header .right .navigation>ul>li.has-sub .sub-link ul li {
    width: auto;
    float: none;
    margin-right: 0;
  }

  header .right .navigation>ul>li.has-sub .sub-btn:before, header .right .navigation>ul>li.has-sub .sub-btn:after {
    background-color: #fff;
  }

  header .btn-menu {
    font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    padding: 14px 45px 14px 10px;
    background: rgba(255, 255, 255, 0.3) url(/wp-content/themes/iridge_2018/images/btn_menu_sp.png) 80% center no-repeat;
    background-size: 27px auto;
    border: none;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 5px;
    outline: none;
  }

  header.fixed .header {
    background: rgba(255, 255, 255, 0.9);
  }

  .btn-list {
    padding: 0 0 10px 0;
    margin: 20px 0 0 0;
  }

  .btn-list p {
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }

  .btn-list p a {
    font-size: 25px;
    padding: 9px 10px;
  }

  .breadcrumbs {
    padding: 10px;
    margin: 0 0 10px;
  }

  .policy .breadcrumbs, .contact .breadcrumbs {
    padding-top: 20px !important;
  }

  .breadcrumbs li {
    padding: 0 20px 0 10px;
    margin-bottom: 10px;
    font-size: 10px;
    background-size: 5px auto;
  }

  .breadcrumbs li:first-child a {
    width: 11px;
    height: 10px;
    background-image: url(/wp-content/themes/iridge_2018/images/icon_home_sp.png);
    background-size: 11px auto;
  }
}

.contact-block {
  padding: 50px 0 60px;
  background: url(/wp-content/themes/iridge_2018/images/bg_contact.jpg) center 0 no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.contact-block .contact-title {
  padding-bottom: 14px;
  font-size: 38px;
  font-weight: bold;
}

.contact-block .text01 {
  width: 100% !important;
  padding: 0 0 28px;
  font-size: 16px;
  text-align: center !important;
}

.contact-block .text02 {
  padding: 5px 0 32px;
  font-size: 16px;
}

.contact-block .text02 span {
  margin-right: 20px;
}

.contact-block .btn-contact {
  width: 500px;
  margin: 0 auto;
}

.contact-block .btn-contact a {
  padding: 15px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

.contact-block .btn-contact a i {
  right: 20px;
}

/* CONTACT コンテンツ(2023/5追加) */
.contact a.sp-posi:after {
  display: inline-block;
  position: inherit;
  margin-left: 7px;
  margin-bottom: -2px;
}
.contact-content {
  max-width: 1000px;
  width: 100%;
  margin: 7% auto 5%;
}
.contact-content .tit {
  margin-top: 1.2em;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
.contact-content .subtit {
  display: block;
  margin-bottom: 1.2em;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.contact-content .comp-txt {
  font-weight: bold;
  text-align: center;
  margin-top: 8%;
}
.contact-content .comp-link {
  color: #ff9902;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 3% auto 9%;
}
.contact-content hr {
  position: relative;
  border: 0;
  display: block;
  height: 1px;
}
.contact-content hr:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
}
/* CONTACT 2カラム,ロゴ追加(2024/5追加) */
.contact-content .two_columns {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.contact-content .two_columns .works-icon {
  flex: 1;
  padding: 40px 25px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.contact-content .two_columns .works-tit {
  color: inherit;
  font-size: 18px;
}
.contact-content .two_columns .logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-content .two_columns .logo-list li {
  width: calc((100% - 100px) / 6 );
}
.contact-content .two_columns .hbspt-form {
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 768px) {
  .contact-content {
    width: 94%;
  }
  .contact-content .tit {
    margin-top: 0.5em;
    font-size: 40px;
  }
  .contact-content .subtit {
    display: block;
    margin-bottom: 1.2em;
    font-size: 14px;
  }
  .hbspt-form {
    width: 90%;
    margin: 0 auto;
  }
  .contact-content .comp-link {
    font-size: 13px;
    margin: 8% auto 15%;
  }
  /* CONTACT 2カラム,ロゴ追加(2024/5追加) */
  .contact-content .two_columns {
    flex-direction: column;
    gap: 0;
  }
  .contact-content .two_columns .works-icon {
    width: 95%;
    margin: 0 auto;
    padding: 20px 13px;
    border-radius: 4px;
  }
  .contact-content .two_columns .works-tit {
    font-size: 14px;
  }
  .contact-content .two_columns .logo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .contact-content .two_columns .logo-list li {
    width: calc((100% - 35px) / 8 );
  }
  .contact-content .two_columns .hbspt-form {
    border: 0;
    padding: 0;
    margin-top: 15px;
  }
}
/* //ここまで_CONTACT コンテンツ(2023/5追加) */

/* CONTACTページ用アプリ導入実績(2024/8追加) */
.contact-works-icon {
  margin: -10px auto 30px;
  padding: 40px 25px;
  border: 1px solid #eee;
  border-radius: 10px;
}
#new-service .contact-works-icon .works-tit {
  font-size: 18px;
}
.contact-works-icon .logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-works-icon .logo-list li {
  width: calc((100% - 100px) / 6);
}
@media (max-width: 768px) {
  .contact-works-icon{
    margin: -20px auto 20px;
    padding: 20px 13px;
    border-radius: 4px;
  }
  #new-service .contact-works-icon .works-tit {
    font-size: 14px;
  }
  .contact-works-icon .logo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .contact-works-icon .logo-list li {
    width: calc((100% - 35px) / 8);
  }
  }

/* -------------------------------------------------------------------------
    Footer
------------------------------------------------------------------------- */

footer {
  padding-top: 67px;
  padding-bottom: 50px;
  /*padding-bottom: 10px;2021/12_add*/
}

footer .wrapper {
  max-width: 1000px;
  width: 100%;
}

footer .footer-link-wrap {
  padding-bottom: 9px;
}

footer .left {
  width: 54%;
  float: left;
  padding-bottom: 38px;
}

footer .left .footer-link {
  float: left;
  width: 42%;
  margin-right: 5%;/*2021/12_add*/
}

footer .left .footer-link:nth-child(1) {
  margin-right: 4%;/*2021/12_add*/
  margin-left: 3%
}

footer .right {
  width: 46%;
  float: right;
}

footer .right .footer-link {
  float: left;
  /*width: 30%;*/
  width: 40%;/*2021/12_add*/

}

footer .right .footer-link:nth-child(1) {
  /*margin-left: 10%;
  width: 38%;*/
  width: 40%;/*2021/12_add*/
  margin-left: 5%;
}

footer .right .footer-link:nth-child(2) {
  /*width: 30%;
  margin-left: 22%;*/
  width: 40%;
  margin-left: 10%;/*2021/12_add*/
}

footer .footer-link>li {
  line-height: 2;
}

footer .footer-link>li>a {
  display: block;
  color: #568dc1;
  font-size: 18px;
  font-weight: bold;
}

footer .footer-link>li>a:hover {
  /*text-decoration: underline; 2021/12_add*/
}

footer .footer-link>li.pt15 {
  padding-top: 15px;
}

footer .footer-link>li.pt8 {
  padding-top: 8px;
}

footer .footer-link>li.pt10 {
  padding-top: 10px;
}

footer .footer-link>li .sub-link a {
  display: block;
}

footer .footer-link>li .sub-link a:hover {
  display: block;
}

footer .footer-link .blue {
  padding: 3px 0;
  background: none;
}
/*2021/12_add*/
footer .footer-link>.black>a {
  /*margin-bottom: 5px;
  border-bottom: 1px solid #568dc1;*/
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
/*2021/12_add*/
footer .footer-link .black span{
  display: inline-block;
  font-size: 13px;
  padding-left: 10px;
}
/*2022/11_add*/
footer .footer-link .nolink {
  color: #999;
}
footer .copy-right {
  text-align: right;
  font-size: 13px;
}

footer .social-link ul {
  padding: 39px 0 0;
  border-top: 1px solid #dbdbdb;
  overflow: hidden;
}

footer .social-link li {
  float: left;
  padding-right: 25px;
}

footer .social-link li:last-child {
  padding-right: 0;
}

footer .social-link li a {
  display: block;
  text-align: center;
}

footer .social-link span {
  font-size: 12px;
  display: block;
  display: inline-block;
}

footer .social-link img {
  display: block;
  margin: 0 auto 19px;
  height: 60px;
  width: auto;
}

footer .footer-contact {
  padding: 26px 0 22px;
  border-top: 1px solid #dbdbdb;
}

footer .logo-footer {
  float: left;
  padding-top: 4px;
}

footer .contact-info {
  padding-left: 193px;
}

footer .footer-menu ul {
  float: left;
  overflow: hidden;
  margin-left: -7px;
}

footer .footer-menu li {
  float: left;
}

footer .footer-menu li a {
  padding: 0 6px;
}

@media (min-width: 768px) {
  footer .sub-link {
    display: block !important;
  }
}

@media (max-width: 768px) {
  /*2021/12_add*/
  footer .footer-link>.black>a {
    border-bottom: none;
    padding: 13px 15px 14px;
  }
  /*2021/12_add*/
  footer .footer-link>.black>a{
    color:#568dc1;
  }

  footer {
    padding-top: 0;
  }

  footer .wrapper {
    width: auto;
  }

  footer .left {
    width: 100%;
    padding-bottom: 0;
    float: none;
    overflow: hidden;
  }

  footer .right {
    width: 100%;
    float: none;
  }

  footer .footer-link {
    float: none;
    width: 100% !important;
    margin: 0 !important;
  }

  footer .footer-link>li {
    padding: 0 !important;
    line-height: 1.4;
    border-bottom: 1px solid #dbdbdb;
  }

  footer .footer-link>li>a {
    display: block;
    padding: 13px 15px 14px;
    font-size: 15px;
    font-weight: bold;
  }

  footer .copy-right {
    padding: 5px 20px 25px;
    text-align: left;
    font-size: 10px;
    color: #686d72;
  }

  footer .social-link ul {
    display: flex;
    padding: 15px 10px 0;
    border-top: none;
    overflow: hidden;
  }

  footer .social-link li {
    width: 33%;
    flex-basis: 33%;
    justify-content: space-between;
    padding: 0;
  }

  footer .footer-contact {
    padding: 14px 20px 0;
    border-top: 1px solid #dbdbdb;
  }

  footer .logo-footer {
    float: none;
  }

  footer .contact-info {
    padding: 10px 0 0;
    font-size: 12px;
  }

  footer .footer-menu ul {
    float: none;
    overflow: hidden;
    margin-left: 0;
    padding-bottom: 20px;
    text-align: center;
  }

  footer .footer-menu ul li {
    font-size: 10px;
    float: none;
    display: inline-block;
  }

  footer .footer-menu ul li a {
    padding: 0 2px;
  }

  footer .social-link {
    font-size: 0;
    margin-bottom: 10px;
  }

  footer .social-link img {
    max-width: 63px;
    margin: 0 auto 12px;
  }

  footer .social-link span {
    font-size: 12px;
  }

  .contact-block {
    padding: 30px 0;
  }

  .contact-block .wrapper {
    padding: 0 15px;
  }

  .contact-block .contact-title {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.25;
  }

  .contact-block .text01 {
    padding-bottom: 20px;
    font-size: 14px;
  }

  .contact-block .phone-num img {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }

  .contact-block .text02 {
    padding-top: 10px;
    font-size: 12px;
  }

  .contact-block .text02 span {
    margin-right: 10px;
  }

  .contact-block .btn-contact {
    width: 83%;
  }

  .contact-block .btn-contact a {
    font-size: 13px;
    padding: 10px;
  }

  .has-sub {
    position: relative;
  }

  .has-sub .sub-link {
    display: none;
  }

  .has-sub .sub-link a {
    color: #568dc1;
    padding: 7px 15px;
    font-size: 14px;
  }
  .has-sub .sub-link .pl-15 {
    padding: 7px 15px;
  }
  .has-sub .sub-link li:last-child a {
    padding-bottom: 16px;
  }

  .has-sub .sub-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 15px;
  }

  .has-sub .sub-btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #568dc1;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .has-sub .sub-btn:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #568dc1;
    position: absolute;
    top: 0;
    left: 9.5px;
  }

  .has-sub .sub-btn.active:after {
    display: none;
  }
}

/* 横2段組み */

.two-left {
  width: 48%;
  float: left;
}

.two-right {
  width: 48%;
  float: right;
}

@media (max-width: 768px) {
  .two-left, .two-right {
    width: 100%;
    float: none;
  }
}

/*-----BUTTON----- */

.btn {
  text-align: center;
}

.btn a {
  display: block;
  padding: 3px;
  position: relative;
  transition: all 0.3s;
  color: #fff;
}

a.btn-style {
  text-align: center;
  display: block;
  padding: 15px 3px;
  position: relative;
  transition: all 0.3s;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.btn.blue a, button.cofirm, a.blue {
  background-color: #568dc1;
}

.btn.gray a, a.gray, p.gray {
  background-color: #e7edee;
  color: #568dc1;
}
.btn.gray p.gray{
  padding 0;
}
p.gray{
  transition: all 0.3s;
  text-align: center;
  font-size: 13px;
  /*padding:10px 0;*/
  margin-top: 25px;
  position: relative;
}

.btn.light-blue a, a.light-blue {
  background-color: #fcffff;
  color: #568dc1;
}

.btn.white a, a.white {
  background-color: #fff;
  color: #568dc1;
}

.btn.black a, a.black {
  background-color: #ed6c00;
}

@media (max-width: 768px) {
  a.btn-style {
    padding: 10px 3px;
    font-size: 14px;
  }
}

.arrow01, .arrow02 {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_arrow01.png) no-repeat 100% 100%;
  width: 18px;
  height: 13px;
  text-indent: -9999px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
}
/*2021/12_add*/
.mail{
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_mail.png) no-repeat 100% 100%;
  width: 20px;
  height: 13px;
  text-indent: -9999px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
  background-size: 20px
}

.arrow01.blue {
  background-image: url(/wp-content/themes/iridge_2018/images/icon_arrow04.png);
}

.arrow02 {
  background-image: url(/wp-content/themes/iridge_2018/images/icon_arrow02.png);
  width: 40px;
  height: 16px;
  margin-top: -7px;
}

@media (min-width: 768px) {
  .arrow02.arrow03{
    width: 18px;
  }
}

.arrow02.blue {
  background-image: url(/wp-content/themes/iridge_2018/images/icon_arrow05.png);
}

.arrow06 {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_arrow06.png) no-repeat 100% 100%;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: absolute;
  right: 12px;
  bottom: 4px;
}
.arrow08 {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_arrow08.png) no-repeat 100% 100%;
  width: 10px;
  height: 10px;
  padding-left: 1em;
}
.blank2 {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) no-repeat 100% 100%;
  width: 20px;
  height: 10px;
  padding-left: 1em;
}
.blank3 {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_black.svg) no-repeat 100% 100%;
  width: 20px;
  height: 10px;
  padding-left: 1em;
}
.blank4 {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_blank.png) no-repeat 100% 100%;
  width: 20px;
  height: 15px;
  padding-left: 1em;
}
.btn-top {
  width: 43px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 41px;
  text-align: center;
  cursor: pointer;
}

/*---------- 会社紹介資料CSS始め ----------*/

.document-block {
  text-align: right;
  position: relative;
  color: #568dc1;
  display: block;
  padding: 10px 36px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .document-block {
    font-size: 13px;
  }
}

.document-block-top {
  padding-top: 70px;
}

@media (max-width: 768px) {
  .document-block-top {
    padding-top: 45px;
  }
}

.document-block-bottom {
  margin-top:38px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .document-block-bottom {
    margin-top: 18px;
    padding-bottom: 45px;
  }
}

.document-block-color {
  background-color: #dcf3f5;
}

/*---------- 会社紹介資料CSS終わり ----------*/

.news-block {
  padding-top: 40px;
}

.news-block .wrapper {
  width: 1000px;
}

.news-block .news-title {
  font-size: 60px;
  font-weight: bold;
  color: #334d90;
  text-align: center;
}

.news-block dl {
  padding: 3px 0 12px;
  font-size: 14px;
}

.news-block dl dt {
  float: left;
  padding: 18px 10px 18px 0;
  clear: both;
}

.news-block dl dt .date {
  color: #000;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
}

.news-block dl dt .label {
  display: inline-block;
  padding-left: 40px;
  font-weight: bold;
}

.news-block dl dt .blue {
  color: #334d90;
}

.news-block dl dt .green {
  color: #30b5b4;
}

.news-block dl dd {
  padding: 19px 10px 19px 268px;
  line-height: 1.85;
  border-bottom: 1px solid #dbdbdb;
}
/*
.news-block dl dd:last-child {
  border-bottom: none;
}*/

.news-detail-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.news-detail-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-detail h1 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

a.excerpt-read-more {
  display: block;
  color: #334d90;
  text-decoration: underline;
}

a.excerpt-read-more:hover {
  color: #568dc1;
  text-decoration: none;
}

.news h2 a {
  display: block;
  color: #334d90;
}

.news h2 a:hover {
  color: #568dc1;
  text-decoration: underline;
}

.news .timeTxt {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.news.news-detail .news-block {
  padding: 0 0 44px;
}

.news-detail .two-block .bg-white, .blog-detail .two-block .bg-white {
  background-color: #e7edee;
  border: 1px solid #e7edee;
}

@media (min-width: 769px) {
  .btn {
    text-align: center;
  }

  .btn a {
    display: block;
    padding: 3px;
    position: relative;
    transition: all 0.3s;
    color: #fff;
  }

  .btn.blue a, .contact button, a.blue {
    background-color: #568dc1;
    background: linear-gradient(to left, #568dc1 50%, #ed6c00 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    padding-left: 27px;
  }

  .btn.gray a, a.gray, p.gray {
    background-color: #e7edee;
    background: linear-gradient(to left, #e7edee 50%, #568dc1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #568dc1;
  }
  .other-service-bnr p.gray {
    background: linear-gradient(to left, #fff 50%, #568dc1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }

  .btn.light-blue a, a.light-blue {
    background-color: #fcffff;
    background: linear-gradient(to left, #fcffff 50%, #568dc1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #568dc1;
  }

  .btn.white a, a.white {
    background-color: #fff;
    background: linear-gradient(to left, #fff 50%, #568dc1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #568dc1;
  }

  .btn.black a, a.black {
    background-color: #ed6c00;
    background: linear-gradient(to left, #ed6c00 50%, #568dc1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }

  .btn.blue a:hover, .contact .section-block button:hover, a.blue:hover {
    background-position: left bottom;
  }

  .btn.gray a:hover, a.gray:hover, p.gray:hover {
    background-position: left bottom;
    color: #fff;
  }

  .btn.gray a:hover .arrow01, a.gray:hover .arrow01 {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_arrow01.png);
    transition: all 0.3s;
  }

  .btn.gray a:hover .arrow02.blue, a.gray:hover .arrow02.blue {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_arrow02.png);
    transition: all 0.3s;
  }

  .btn.light-blue a:hover, a.light-blue:hover {
    background-position: left bottom;
    color: #fff;
  }

  .btn.light-blue a:hover .arrow01.blue, a.light-blue:hover .arrow01.blue {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_arrow01.png);
    transition: all 0.3s;
  }

  .btn.white a:hover, a.white:hover {
    background-position: left bottom;
    color: #fff;
  }

  .btn.white a:hover .arrow01.blue, a.white:hover .arrow01.blue {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_arrow02.png);
    transition: all 0.3s;
  }

  .btn.white a:hover .arrow02.blue, a.white:hover .arrow02.blue {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_arrow02.png);
    transition: all 0.3s;
  }

  .btn.black a:hover, a.black:hover {
    background-position: left bottom;
  }
}

@media (max-width: 768px) {
  .news-detail h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .w200 {
    max-width: 50%;
    width: 100%;
  }

  .w310 {
    max-width: 83%;
    width: 100%;
  }
  .business .works .works_contact_wrap .w310{
    max-width: 100%;
  }
  .arrow01:before, .arrow02:before {
    width: 18px;
  }
  /*2021/12_add*/
  .mail{
    background: url(/wp-content/themes/iridge_2018/images/icon_mail_b.png) no-repeat 100% 100%;
    width: 20px;
    height: 13px;
    background-size: 20px;
    left: 60px;
  }

  .arrow02 {
    width: 30px;
    height: 12px;
    padding: 2px;
    margin-top: -4px;
    border: none;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: url(/wp-content/themes/iridge_2018/images/icon_arrow02_sp.png) 0 0 no-repeat;
    background-size: 30px 7px;
  }

  .arrow02:before {
    width: 20px;
    top: -4px;
    right: -3px;
    display: none;
  }

  .btn-top {
    width: 20px;
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-top: 30px;
  }

  .arrow01 {
    width: 15px;
    height: 7px;
    margin-top: -4px;
    border: none;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: url(/wp-content/themes/iridge_2018/images/icon_arrow01_sp_white.png) 0 0 no-repeat;
    background-size: 15px auto;
  }

  .arrow01:before {
    display: none;
  }

  .arrow01.blue {
    background: url(/wp-content/themes/iridge_2018/images/icon_arrow01_blue.png) 0 0 no-repeat;
    background-size: 15px auto;
  }

  .arrow01.blue:before {
    display: none;
  }

  .arrow02.blue {
    width: 30px;
    height: 7px;
    background: url(/wp-content/themes/iridge_2018/images/icon_arrow02_blue.png) 0 0 no-repeat;
    background-size: 30px 7px;
  }

  .arrow02.blue:before {
    display: none;
  }

  .news-block .wrapper {
    padding: 0 10px;
  }

  .news-block .news-title {
    font-size: 30px;
  }

  .news-block dl {
    padding-bottom: 20px;
  }

  .news-block dl dt {
    float: none;
    padding: 10px 0 0;
  }

  .news-block dl dt .label {
    font-size: 14px;
    padding-left: 10px;
  }

  .news-block dl dd {
    padding: 0 0 10px;
  }
}

/* -------------------------------------------------------------------------
    トップページ
------------------------------------------------------------------------- */
.top .main {
  padding-top: 88px;
  background: url(/wp-content/themes/iridge_2018/images/top/bg_top.png) center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.top .keyvisual .wrapper {
  max-width: 1000px;
  width: 100%;
  position: relative;
}
/*2021/12_add */
.top .main-visual {
  margin-top: -88px;
}
/*2021/12_add */
.top .main-visual  .wrapper{
  max-width: 100%;
  height: auto;
}
/*2021/12_add */
.top .main-visual video{
  height: auto;
  width: 100%;
}

.top .keyvisual .btn-contact {
  position: absolute;
  right: -94px;
  bottom: -12px;
  transition: all 0.3s;
}

.top .keyvisual .btn-contact a {
  padding: 7px 7px 6px;
  font-size: 18px;
}

.top .keyvisual .btn-recruit {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 0.9px;
  text-align: left;
}

.top .keyvisual .left-side {
  position: absolute;
  top: 40.4%;
  left: -109px;
  transition: all 0.3s;
}

.top .keyvisual .left-side p {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.top .keyvisual .left-side p a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 0.9px;
  text-align: left;
}

.top .keyvisual .left-side p a:before {
  content: "";
  display: block;
  width: 2px;
  height: 70px;
  background: #fa7c05;
  background: -webkit-linear-gradient(top, #fa7c05, #1d53df);
  background: -o-linear-gradient(bottom, #fa7c05, #1d53df);
  background: -moz-linear-gradient(bottom, #fa7c05, #1d53df);
  background: linear-gradient(to bottom, #fa7c05, #1d53df);
  position: absolute;
  left: 11px;
  top: -80px;
}

.top .keyvisual .right-side {
  text-align: center;
  position: absolute;
  top: 38.4%;
  right: -100px;
  transition: all 0.3s;
}

.top .keyvisual .btn-recruit a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.top .keyvisual .btn-recruit a:before {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background: #fa7c05;
  background: -webkit-linear-gradient(bottom, #fa7c05, #1d53df);
  background: -o-linear-gradient(top, #fa7c05, #1d53df);
  background: -moz-linear-gradient(top, #fa7c05, #1d53df);
  background: linear-gradient(to top, #fa7c05, #1d53df);
  position: absolute;
  left: 11px;
  top: -60px;
}

.top .keyvisual .btn-fb {
  margin-bottom: 80px;
  text-align: right;
}

.top .keyvisual .btn-fb a {
  display: inline-block;
}

.top .keyv-img {
  text-align: right;
}

.top .keyv-img img {
  padding-right: 5px;
}

.top .keyv-text {
  position: absolute;
  top: 99px;
  left: -19px;
}

.top .keyv-text .keyv-title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.15;
}

.top .keyv-text p {
  padding: 20px 0 0 4px;
  font-size: 16px;
  font-weight: bold;
}
/*2012/12_add*/
.top .works-block{
  margin-top: 60px;
}
.top .works-block .works-icon{
  width: 100%;
  margin:40px auto 60px;
}
/*2024/5_修正*/
.top .works-block .works-icon .logo-list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
  max-width: 556px;
  margin: 0 auto;
}
.top .works-block .works-icon .logo-list li{
  width: calc(100% / 8 - 10px);
}
.top .news-block {
  /*padding-top: 23px;*//*2021/12_add*/
  padding-top: 100px;
  padding-bottom: 60px;

}
/*2021/12_add*/
.top .news-block .infomation_wrap{
  max-width: 920px;
  width: 100%;
  margin:0 auto;
  background:rgba(255,255,255,.6);
  padding:23px 40px 16px 40px;
  position: relative;
}
.top .news-block .tab-list {
  padding-top: 17px;
  text-align: center;
}

.top .news-block .tab-list ul {
  display: inline-block;
}

.top .news-block .tab-list ul li {
  float: left;
  margin-right: 44px;
}

.top .news-block .tab-list ul li:first-child {
  margin-right: 35px;
  margin-top: -2px;
}

.top .news-block .tab-list ul li:first-child a {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.top .news-block .tab-list ul li a {
  display: block;
  padding-bottom: 5px;
  color: #a8a8a8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  position: relative;
}

.top .news-block .tab-list ul li a:hover {
  text-decoration: none;
  color: #334d90;
}

.top .news-block .tab-list ul li a:hover:before {
  width: 100%;
}

.top .news-block .tab-list ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #334d90;
  position: absolute;
  bottom: 0;
  /*left: 10%;*/
  transition: all 0.3s;
}

.top .news-block .tab-list ul li.current a {
  color: #334d90;
}

.top .news-block .tab-list ul li.current a:before {
  width: 100%;
}

.top .news-block .tab-content {
  clear: both;
  width: 100%;
}

/*2021/12_add*/
.top .news-block .tab-content .tab-box .btn-more{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom:-80px;
  z-index: 200;
}
.top .news-block .tab-box {
  display: none;
}

.top .news-block #tab01 {
  display: block;
}

.top .news-block .wrapper {
  max-width: 1000px;
  width: 100%;
}

.top .news-block .news-title {
  font-size: 60px;
  font-weight: bold;
  color: #334d90;
  text-align: center;
}

.top .news-block dl {
  padding: 3px 0 12px;
}

.top .news-block dl dt {
  float: left;
  padding: 18px 10px 18px 0;
  clear: both;
  font-size: 16px;
}

.top .news-block dl dt .date {
  color: #000;
  /*font-weight: bold;*/
}

.top .news-block dl dt .label {
  display: inline-block;
  padding-left: 40px;
  /*font-weight: bold;*/
}

.top .news-block dl dt .blue {
  color: #334d90;
}

.top .news-block dl dt .green {
  color: #30b5b4;
}

.top .news-block dl dd {
  padding: 19px 10px 19px 120px;
  line-height: 1.85;
  border-bottom: 1px solid #dbdbdb;
}
/*
.top .news-block dl dd:last-child {
  border-bottom: none;
}*/

.top .btn-more {
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  padding:0;
}

.top .btn-more a {
  padding: 12px 6px 10px;
}


/* ピックアップバナー */
.top .banner-block {
  max-width: 920px;
  margin: 100px auto 0;
}
.top .banner-block .banner{
  display: flex;
  gap: 0 40px;
}
.top .banner-block .banner a {
  width: calc(50% - 20px);
}
.top .banner-block .banner a:hover {
  opacity: 0.7;
}
.top .banner-block .banner img {
  width: 100%;
}
.top .banner-block .banner.banner-one {
  display: block;
  margin-top: 40px;
}
.top .banner-block .banner.banner-one .pc {
  display: block;
}
.top .banner-block .banner.banner-one .sp {
  display: none;
}

/* SERVICE【tab/sp】 */
@media (max-width: 768px) {
  /* SERVICE>事業内容【tab/sp】 */
  .top .banner-block {
    margin: 60px auto 0;
    text-align: center;
  }
  .top .banner-block .banner{
    flex-direction: column;
    gap: 1.2em 0;
    width: 90%;
    margin: 0 auto;
  }
  .top .banner-block .banner a {
    width: 100%;
  }
  .top .banner-block .banner.banner-one {
    display: block;
    margin-top: 1.2em;
  }
  .top .banner-block .banner.banner-one .pc {
    display: none;
  }
  .top .banner-block .banner.banner-one .sp {
    display: block;
  }
}


/* SERVICE （事業内容・導入インタビュー） */
.top .service-block{
  padding-top: 100px;
  margin-bottom: 180px;
}

/* SERVICE>事業内容一覧 */
.top .service-block .service-contents{
  display: flex;
  flex-wrap: wrap;
}
.top .service-block .service-contents>li{
  height: 400px;
  width: calc((100% - 6px)/3);
  overflow: hidden;
  margin-left: 3px;
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
}
.top .service-block .service-contents>li:first-child,
.top .service-block .service-contents>li:nth-child(4) {
  margin-left: 0;
}
.top .service-block .service-contents li h3{
  color:#fff;
  padding:40px 0;
  text-align: center;
  font-size: 28px;
  margin:0;
}
.top .service-block .service-contents li p{
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
  color:#fff;
  letter-spacing: -.05px;
  line-height: 1;
}

.top .service-block .service-contents>li:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:1s all;
  z-index: -1;
}
.top .service-block .service-contents li.service-appdev-wrap:after{
  background-image:url(/wp-content/themes/iridge_2018/images/top/img_appdev.jpg);
}
.top .service-block .service-contents li.service-multi-wrap:after{
  background-image:url(/wp-content/themes/iridge_2018/images/top/img_multi.png);
}
.top .service-block .service-contents li.service-fintech-wrap:after {
  background-image:url(/wp-content/themes/iridge_2018/images/top/img_fintech.png);
}

.top .service-block .service-contents li.service-dxsolution-wrap:after{
  background-image:url(/wp-content/themes/iridge_2018/images/top/img_dxsolution.png);
}

.top .service-block .service-contents li.service-marketing-wrap:after{
  background-image:url(/wp-content/themes/iridge_2018/images/top/img_appmarketing.png);
}
.top .service-block .service-contents li.service-lineapp-wrap:after{
  background-image:url(/wp-content/themes/iridge_2018/images/top/img_line_miniapp.png);
}

.top .service-block .service-contents>li:hover:after {
  transform: scale(1.1);
}

.top .service-block .service-contents .fanship-logo{
  width: 192px;
  height: auto;
  display: block;
  margin: -30px auto 0;
}
.top .service-block .service-contents .coassign-logo{
  width: 295px;
  height: auto;
  display: block;
  margin: 0 auto 22px;
}

.top .service-block .service-contents .lineminiapp_img{
  height: auto;
  width: 309px;
  display: block;
  margin:0 auto;
}
.top .service-block .service-contents .appmarketing_img{
  height: auto;
  width: 310px;
  display: block;
  margin:20px auto 0;
}
.top .service-block .service-contents .service-icon {
  justify-content: center;
  display: flex;
}
.top .service-block .service-contents .service-icon li {
  margin: 0 8px;
  max-width: 90px;
  height: auto;
  text-align: center;
}
.top .service-block .service-contents .service-icon li img {
  width: 82px;
  height: auto;
}
.top .service-block .service-contents .service-icon.icon-multi li img {
  width: 89px;
  height: auto;
}

/* 2023/2追加 */
.top .service-block .serviceContent {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 25px;
}
.top .service-block .serviceContent li {
  width: calc(100% / 3 - 17px);
  text-align: center;
  background: rgba(255,255,255,0.6);
  padding-bottom: 40px;
  font-size: 16px;
}
.top .service-block .serviceContent li .tit {
  font-size: 18px;
  text-align: center;
  color: #334d90;
  font-weight: bold;
  background: #eaeaea;
  padding: 1.5em 0 0.8em;
  position: relative;
  margin-bottom: 20px;
}
.top .service-block .serviceContent li .tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 17px;
  background: #eaeaea;
  clip-path: polygon(0 0, 100% 0% , 50% 100%);
}
.top .service-block .serviceContent li .box {
  padding: 30px 10px 12px;
}
.top .service-block .serviceContent li.twobox .box {
  padding: 100px 10px 30px
}
.top .service-block .serviceContent li .btn {
  position: relative;
  display: block;
  width: 82%;
  margin: 1.7em auto 0;
  padding: 0.7em 0;
  background:#334d90;
  border: 1px solid #334d90;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.top .service-block .serviceContent li .btn:hover {
  opacity: 0.7;
}
.top .service-block .serviceContent li .btn.blank {
  background:#fff;
  color: #334d90;
  padding-right: 15px;
}
.top .service-block .serviceContent li .btn.blank:after {
  content: "";
  background: url(/wp-content/themes/iridge_2018/images/service/icon_link.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.top .service-block .serviceContent li .subtit {
  padding: 8px 0 18px;
  font-weight: bold;
  font-size: 16px;
}
.top .service-block .serviceContent li .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.1em;
  font-size: 16px;
}
.top .service-block .serviceContent li .box .img {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 10px;
}
.top .service-block .serviceContent li .type02 .img {
  flex-direction: column;
}
.top .service-block .serviceContent li .type03 .caption {
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
}
.top .service-block .serviceContent li .type03 .caption-s {
  white-space: nowrap;
  letter-spacing: -0.15em;
}


.btn-white {
  background: linear-gradient(to left, rgba(255,255,255,0) 50%, rgba(237,117,16,1) 50%);
  background-size: 300% 100%;
  border:1px solid #fff;
  line-height: 1;
  margin:0 auto;
  bottom: 40px;
  color: #fff;
  width: 80%;
  max-width: 360px;
  transition: all 0.5s;
  background-position: right bottom;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}
.btn-white:hover{
  background: linear-gradient(to left, rgba(255,255,255,0) 50%, rgba(237,117,16,1) 50%);
  transition: all 0.5s;
  background-position: left bottom;
  background-size: 300% 100%;
}
.btn-white p{
  position: relative;
  padding-top: 20px;
}


/* SERVICE>導入インタビュー */
.top .service-block .service-intaview-wrap{
  display: flex;
  position: relative;
  max-width: 1000px;
  margin:0 auto;
  flex-wrap: wrap;
}
.top .service-block .service-intaview-wrap li{
  width: calc((100% - 60px)/3);
  margin-left: 30px;
  margin-bottom: 30px;
}
.top .service-block .service-intaview-wrap li:hover{
  opacity: 0.8;
  transition: all .3s;
}
.top .service-block .service-intaview-wrap li h4{
  font-size: 16px;
  text-align: left;
  padding:20px 0;
  margin-bottom: 0;
  color:#000;
}
.top .service-block .service-intaview-wrap li p{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.top .service-block .service-intaview-wrap li img{
  max-width: 305px;
  height: 176px;
  width: 100%;
  object-fit: cover;
}
.top .service-block .service-intaview-wrap li:first-child,
.top .service-block .service-intaview-wrap li:nth-child(4),
.top .service-block .service-intaview-wrap li:nth-child(7){
  margin-left: 0;
}
.top .service-block .service-intaview .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -77px;
}

.top .service-block .grad-btn{
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 200;
  background-color: #e7edee;
  background: linear-gradient(to left, #e7edee 50%, #568dc1 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #568dc1;
  transition: all 0.3s;
  padding: 12px 6px 10px 6px;
  font-size: 18px;
  width: 310px;
}
.top .service-block .grad-btn:hover{
  background-position: left bottom;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(to left, #e7edee 50%, #568dc1 50%);
  background-position: left bottom;
  background-size: 200% 100%;
}
.top .service-block .grad-btn:hover::before {
  color:#fff;
}
.top .service-block .grad-btn::before {
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  content: "MORE";
  font-weight: bold;
  display: inherit;
  text-align: center;
}
.top .service-block .grad-btn::after{
  content:url(/wp-content/themes/iridge_2018/images/icon_arrow_down_blue.png);
  position: absolute;
  right: 10px;
  top: 12px;
}
.top .service-block .grad-btn:hover::after{
  content:url(/wp-content/themes/iridge_2018/images/icon_arrow_down.png);
}
.top .service-block .grad-item {
  position: relative;
  overflow: hidden;
  height: 310px; /*隠した状態の高さ*/
  animation: fadeOut 0.2s ease 0.3s 1 normal;
}

.top .service-block .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.top .service-block .grad-trigger:checked ~ .grad-btn::before {
  content: "CLOSE"; /*チェックされていたら、文言を変更する*/
  padding-left:16px;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  display: inherit;
  text-align: center;
}
.top .service-block .grad-trigger:checked ~ .grad-btn{
  padding-left: 6px;

}
.top .service-block .grad-trigger:checked ~ .grad-btn::after {
  content:url(/wp-content/themes/iridge_2018/images/icon_arrow_up_blue.png);
  position: absolute;
  right: 10px;
  top: 12px;
}
.top .service-block .grad-trigger:checked ~ .grad-btn:hover::after {
  content:url(/wp-content/themes/iridge_2018/images/icon_arrow_up.png);
  position: absolute;
  right: 10px;
  top: 12px;
}

.top .service-block .grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
  animation: fadeIn 0.2s ease 0.3s 1 normal;
}

.top .service-block .grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* SERVICE>事業内容【1200px > 769px】 */
@media (min-width: 769px) and (max-width: 1200px) {
  .top .service-block .service-contents>li{
    width: calc((100% - 3px)/2);
  }
  .top .service-block .service-contents>li:nth-child(3),
  .top .service-block .service-contents>li:nth-child(5) {
    margin-left: 0;
  }
  .top .service-block .service-contents>li:nth-child(2),
  .top .service-block .service-contents>li:nth-child(4),
  .top .service-block .service-contents>li:nth-child(6) {
    margin-left: 3px;
  }
}

/* SERVICE【tab/sp】 */
@media (max-width: 768px) {
  /* SERVICE>事業内容【tab/sp】 */
  .top .service-block .service-contents{
    display: block;
  }
  .top .service-block .service-contents>li{
    width: 100%;
    margin:0 0 3px 0;
    height: 290px;
  }
  .top .service-block .service-contents>li:nth-child(3),
  .top .service-block .service-contents>li:nth-child(4) {
    height: 317px;
  }
  .top .service-block .service-contents li p{
    font-size: 15px;
  }
  .top .service-block .service-contents li .service-icon li{
    width: auto;
  }
  .top .service-block .service-contents li h3{
    font-size: 20px;
    padding:30px 0;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  }
  .btn-white{
    bottom:25px;
  }
  .top .service-block .service-contents li .btn-white p{
    padding:15px 0;
    font-size: 15px;
  }
  .top .service-block .service-contents .fanship-logo{
    width: 120px;
    margin: -20px auto 0;
  }
  .top .service-block .service-contents .coassign-logo{
    width: 80%;
    max-width: 295px;
    height: auto;
    margin-bottom: 17px;
  }
  
  .top .service-block .service-contents .lineminiapp_img{
    height: auto;
    width: 260px;
    display: block;
    margin:0 auto;
  }
  .top .service-block .service-contents .appmarketing_img{
    height: auto;
    width: 260px;
    display: block;
    margin:20px auto 0;
  }
  .top .service-block .service-contents .service-icon {
    align-items: center;
    margin: 0 auto;
    width: 85%;
    max-width: 320px;
  }
  .top .service-block .service-contents .service-icon.icon-multi {
    width: 70%;
    max-width: 260px;
  }

  /* SERVICE>導入インタビュー【tab/sp】 */
  .top .service-block .service-intaview-wrap li a{
    display: flex;
  }
  .top .service-block .service-intaview-wrap{
    display: block;
  }
  .top .service-block .service-intaview-wrap li{
    width: calc(100% - 40px);
    margin:0 auto;
  }
  .top .service-block .service-intaview-wrap li:first-child, .top .service-block .service-intaview-wrap li:nth-child(4), .top .service-block .service-intaview-wrap li:nth-child(7){
    margin-left: auto;
    margin-right: auto;
  }
  .top .service-block .service-intaview-wrap li{
    display: flex;
    margin-top: 20px;
  }
  .top .service-block .service-intaview-wrap li:first-child{
    margin-top: 0;
  }
  .top .service-block .grad-item{
    height: 340px;
  }
  .top .service-block .service-intaview{
    position: relative;
  }
  .top .service-block .service-intaview-wrap li div:first-child{
    display: inline-block;
    width: 160px;
    height: 100px;
    margin-right: 20px;
  }
  .top .service-block .service-intaview-wrap li div img{
    width: 160px;
    height: 100px;
    object-fit: cover;
  }
  .top .service-block .service-intaview-wrap li div h4, .top .service-block .service-intaview-wrap li div p{
    width: 100%;
    display: inline-block;
  }
  .top .service-block .service-intaview-wrap li div h4{
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
  }
  .top .service-block .service-intaview-wrap li div p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
  }
  @media(max-width:359px){
    .top .service-block .service-contents li.service-lineapp-wrap .btn-white p{
      font-size: 13px;
    }
  }
  p.blank:after{
    top: 17px!important;
  }

  .top .service-block .service-contents li .service-marketing-icon img,
  .top .service-block .service-contents li .service-lineapp-icon>li:nth-child(n + 2) img{
    height: 80px;
  }
  .top .service-block .service-contents li .service-appdev-icon img{
    max-width: 50px;
  }
  .top .service-block .service-contents li>div h3{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .top .service-block .btn-reason a{
    padding:15px 0;
    font-size: 16px;
  }

  .top .service-block .service-contents .service-logo{
    margin-bottom: 0;
  }
  .btn-white-more p{
    font-size: 14px!important;
    padding:5px 0 5px 16px !important;
    text-align: left!important;
  }
  .top .service-block .grad-btn{
      padding: 12px 6px 10px;
      font-size: 12px;
      max-width: 83%;
      width: calc(83% - 28px);
  }
  /* 2022/02追加（SP） */
  .top .service-block .serviceContent {
    flex-direction: column;
    gap: 40px;
    font-size: 16px;
  }
  .top .service-block .serviceContent li {
    width: 90%;
    margin: 0 auto;
  }
  .top .service-block .serviceContent li .btn {
    width: 85%;
    margin: 1.5em auto 0;
    padding: 0.8em 0;
    background:#334d90;
    font-size: 13px;
  }
  .top .service-block .serviceContent li .btn.blank {
    background:#fff;
    color: #334d90;
    padding-right: 10px;
  }
  .top .service-block .serviceContent li .btn.blank:after {
    right: 10px;
    top: 13px;
  }
  .top .service-block .serviceContent li .subtit {
    padding: 8px 0 18px;
    font-weight: bold;
  }
  .top .service-block .serviceContent li .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.1em;
  }
  .top .service-block .serviceContent li.twobox .box {
    padding: 30px 10px 12px;
  }
  .top .service-block .serviceContent li .box .img {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 10px;
  }
  .top .service-block .serviceContent li .type02 .img {
    flex-direction: column;
  }
  .top .service-block .serviceContent li .type03 .caption {
    text-align: left;
  }
  
}

/*business-block*/
.top .business-block {
  padding-top: 170px;
}
.top .business-block .wrapper {
  max-width: 1200px;
  width: 100%;
  background-color: rgba(168, 168, 168, 0.3);
}

.top .business-block .business-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
  position: relative;
}

.top .business-block .business-head {
  width: 324px;
  position: absolute;
  top: -58px;
  left: -7px;
  z-index: 2;
}

.top .business-block .business-head .business-title {
  font-size: 70px;
  font-weight: bold;
  color: #334d90;
}

.top .business-block .business-head p {
  padding-left: 5px;
  line-height: 1.85;
}

.top .business-block .btn-business {
  display: block;
  margin-top: 11px;
  width: 40px;
  height: 15px;
  position: relative;
}

.top .business-block .btn-business i {
  right: 0;
  transition: all 0.3s;
}

.top .business-block .btn-business:hover i {
  right: -10px;
  transition: all 0.3s;
}

.top .business-block .business-info {
  position: relative;
  z-index: 1;
}

.top .business-block .business-info .business-img img {
  margin-top: -88px;
}

.top .business-block .business-info .box-link {
  width: 380px;
  position: absolute;
}

.top .business-block .business-info .box-link .link {
  display: block;
  padding: 101px 30px 68px;
  border: 9px solid #fff;
  cursor: pointer;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s;
}

.top .business-block .business-info .box-link .link.right {
  padding: 80px 30px 28px;
}

.top .business-block .business-info .box-link .link:hover {
  background-position: left bottom;
}

.top .business-block .business-info .box-link .link .title {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  position: absolute;
}

@media (min-width: 768px) {
  .top .business-block .business-info .box-link.fin-tech-under .link .title {
    font-size: 36px;
  }
}

.top .business-block .business-info .box-link:before {
  content: "";
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 0.3s;
}

.top .business-block .business-info .box-link:hover:before {
  opacity: 0.7;
}

.top .business-block .business-info .box-link ul {
  padding-top: 36px;
  overflow: hidden;
  position: relative;
}

.top .business-block .business-info .box-link ul:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 12px;
}

.top .business-block .business-info .box-link ul li {
  position: relative;
  padding-left: 41px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
}

.top .business-block .business-info .box-link ul li:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.top .business-block .business-info .box-link ul li:last-child:before {
  margin-top: 2px;
}

.top .business-block .business-info .box-link ul li a {
  display: inline-block;
  padding-top: 2px;
}

.top .business-block .business-info .box-link ul li a:last-child {
  padding-top: 0;
}

.top .business-block .business-info .box-link.fin-tech {
  right: 31px;
  top: 50px;
}

.top .business-block .business-info .box-link.fin-tech-under {
  top: 239px;
}



.top .business-block .business-info .box-link.fin-tech .link {
  text-align: right;
}

.top .business-block .business-info .box-link.fin-tech .link span {
  line-height: 1.85;
}

@media (min-width: 768px) {
  .top .business-block .business-info .box-link.fin-tech .fin-tech-up {
    line-height: 3.8;
  }
}

.top .business-block .business-info .box-link.fin-tech .title {
  right: -43px;
  top: 11px;
}

.top .business-block .business-info .box-link.o2o {
  left: 30px;
  bottom: 59px;
}

.top .business-block .business-info .box-link.o2o .link {
  padding: 93px 20px 26px;
}

.top .business-block .business-info .box-link.o2o .title {
  left: -34px;
  top: 37px;
  line-height: 1;
}

.top .business-block .business-img {
  text-align: center;
}

.top .business-block .btn-reason {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 62px;
  right: 0;
  z-index: 99;
}

.top .business-block .btn-reason a {
  padding: 18px;
}

.top .service-block .btn-reason {
  font-size: 16px;
  font-weight: bold;
  margin:40px auto 80px auto;
  z-index: 99;
  padding:0;
}

.top .service-block .btn-reason a {
  padding: 18px;
}

.top .blog-block {
  margin-top: -67px;
  padding: 57px 0 100px;
}
.top .blog-block .wrapper h2{
  margin-bottom: 0;
}
.top .blog-block .wrapper h3{
  margin-top: 60px;
}
.top .blog-block .wrapper {
  max-width: 1030px;
  width: 100%;
}

.top .blog-block .blog-title {
  font-size: 60px;
  font-weight: bold;
  color: #334d90;
  text-align: center;
}

.top .blog-block ul {
  padding: 0 0 40px;
  overflow: hidden;
  max-width: 1000px;
}

.top .blog-block ul li {
  float: left;
  width: 300px;
  margin-right: 50px;
}

.top .blog-block ul li:last-of-type {
  margin-right: 0;
}

.top .blog-block ul li .image-blog.trans:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.top .blog-block ul li:last-child {
  margin-right: 0;
}

.top .blog-block ul li .title {
  padding-top: 16px;
  font-weight: bold;
}

.top .blog-block ul li .title .date {
  display: inline-block;
  padding-right: 10px;
}

.top .blog-block ul li .title .label {
  display: inline-block;
}

.top .blog-block ul li .title .blue {
  color: #334d90;
}

.top .blog-block ul li p {
  font-size: 14px;
  line-height: 1.56;
}

.top .blog-block ul li p a {
  display: block;
}

.top .blog-block ul li a {
  display: block;
}

.blog-thum {
  background: #fff;
  border: 1px solid #dbdbdb;
  max-width: 300px;
  width: 100%;
  height: 160px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

@media (min-width: 769px) and (max-width: 1250px) {
  .top .keyvisual .keyv-text {
    left: 10px;
  }

  .top .keyvisual .left-side {
    left: -49px;
  }

  .top .keyvisual .right-side {
    right: -40px;
  }

  .top .keyvisual .btn-contact {
    right: 0;
  }

  .top .blog-block ul li {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
  }
  .top .blog-block ul li:last-child{
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .top .main {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .top .main {
    /*padding-top: 53px;*/
    padding-top: 0px;/*2021/12_add*/
  }

  .top .keyv-img img {
    padding-right: 0;
    width: 100%;
  }

  .top .keyv-text {
    width: 100%;
    text-align: center;
    top: 48px;
    left: 0;
  }

  .top .keyv-text p {
    font-size: 12px;
  }

  .top .keyv-text .keyv-title {
    font-size: 28px;
  }

  .top .works-block .works-icon{
    width: 90%;
    margin: 40px auto 30px auto;
  }
  .top .works-block .works-icon .logo-list{
    gap: 10px 2.4%;
  }
  
  .top .works-block .works-icon .logo-list li{
    width: calc(100% / 8 - 2.1%);
  }
  .top .news-block .wrapper {
    /*padding: 0 15px;*//*2021/12_add*/
    padding:0;
  }

  .top .news-block{
    margin-top: 60px;
    padding-bottom: 0;
  }
  .top .news-block .news-title {
    font-size: 30px;
  }
  .top .news-block .infomation_wrap{
    padding:0;
    margin-top:40px;
  }
  .top .news-block .tab-list {
    /*overflow-x: hidden;
    overflow: scroll;*//*2021/12_add

    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    background: #e7edee;
    margin: 0 -15px;*/
    padding: 20px 0 0 0 ;
  }

  .top .news-block .tab-list ul {
    /*width: 130%;*/
    width: auto!important;/*2021/12_add*/
    /*display: block;*/
    display: inline-block;
    overflow-x: hidden;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .top .news-block .tab-list ul:before {
    display: none;
  }

  .top .news-block .tab-list ul li {
    float: left;
    vertical-align: middle;
    line-height: 1;
    margin: 0 !important;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 40px;
    overflow-y: hidden;
  }

  .top .news-block .tab-list ul li a {
    padding: 13px 0 10px 5px;
    /*color: #568dc1;
    font-size: 16px !important;*//*2021/12_add*/
    color:#A8A8A8;
    font-size: 14px !important;
  }
  .top .news-block .tab-content .tab-box .btn-more{
    position: static;
    transform: translateX(0%);
  }
  .top .news-block .tab-list ul li a span {
    /*padding-right: 15px;*/
    padding-right: 5px;
    /*padding-left: 10px;*/
    /*border-right: 2px solid #334d90;*/
  }

  .top .news-block .tab-list ul li a:before {
    display: none;
  }

  .top .news-block .tab-list ul li.current a {
    /*background-color: #334d90;
    color: #fff;*/
    border-bottom:2px solid #334d90;/*2021/12_add*/
  }
  .top .news-block .tab-content{
    padding:0 20px 20px 20px;
  }
  .top .news-block dl {
    padding-bottom: 20px;
  }

  .top .news-block dl dt {
    float: none;
    padding: 10px 0 0;
  }

  .top .news-block dl dt .label {
    font-size: 14px;
    padding-left: 10px;
  }

  .top .news-block dl dd {
    padding: 0 0 10px;
  }

  .top .btn-more {
    font-size: 12px;
  }

  .top .service-block{
    padding-top: 60px;
  }
  .top .business-block {
    padding-top: 50px;
  }

  .top .business-block .wrapper {
    padding: 0 15px;
    background-color: transparent;
  }

  .top .business-block .business-wrap {
    width: auto;
  }

  .top .business-block .business-head {
    width: auto;
    position: static;
  }

  .top .business-block .business-head .business-title {
    font-size: 30px;
    text-align: center;
  }

  .top .business-block .business-head p {
    padding-left: 0;
  }

  .top .business-block .btn-business {
    display: inline-block;
    width: 43px;
    height: 15px;
    position: relative;
  }

  .top .business-block .btn-business i {
    right: 0;
  }

  .top .business-block .business-info {
    background-color: rgba(115, 116, 129, 0.3);
    position: relative;
  }

  .top .business-block .business-info .business-img {
    padding: 35px 0 0;
  }

  .top .business-block .business-info .business-img img {
    max-width: 128px;
    margin-top: 0;
  }

  .top .business-block .business-info .box-link {
    width: 42%;
    position: absolute;
  }

  .top .business-block .business-info .box-link .link {
    padding: 35px 9px 10px !important;
    border-width: 4px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .top .business-block .business-info .box-link .link .title {
    font-size: 25px;
  }

  .top .business-block .business-info .box-link.fin-tech-under .link .title {
    font-size: 20px;
  }

  .top .business-block .business-info .box-link:before {
    content: "";
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 10px;
    bottom: 10px;
    transition: all 0.3s;
  }

  .top .business-block .business-info .box-link:hover:before {
    opacity: 0.7;
  }

  .top .business-block .business-info .box-link ul {
    padding-top: 10px;
    overflow: hidden;
    position: relative;
  }

  .top .business-block .business-info .box-link ul:before {
    display: none;
  }

  .top .business-block .business-info .box-link ul li {
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.5;
  }

  .top .business-block .business-info .box-link ul li:before {
    width: 10px;
    height: 1px;
    background-color: #568dc1;
  }

  .top .business-block .business-info .box-link.fin-tech {
    right: 15px;
    top: 20px;
  }

  .top .business-block .business-info .box-link.fin-tech .link {
    text-align: left;
  }

  .top .business-block .business-info .box-link.fin-tech .link span {
    line-height: 1.5;
  }

  .top .business-block .business-info .box-link.fin-tech .title {
    right: 11px;
    top: -20px;
    text-align: right;
  }

  span.title.ft-work-sans {
    width: 132px;
  }

  .top .business-block .business-info .box-link.o2o {
    left: 17px;
    bottom: 95px;
  }

  .top .business-block .business-info .box-link.o2o .title {
    left: -5px;
    top: 5px;
  }

  .top .business-block .btn-more {
    padding: 20px 0;
  }

  .top .business-block .btn-reason {
    margin: 0 auto;
    padding-top: 20px;
    font-size: 12px;
    position: static;
  }

  .top .business-block .btn-reason a {
    padding: 15px;
  }

  .top .blog-block {
    padding-bottom: 30px;
  }

  .top .blog-block .wrapper {
    padding: 0 15px;
  }

  .top .blog-block .blog-title {
    font-size: 30px;
  }

  .top .blog-block ul {
    padding: 0 0 5px;
  }

  .top .blog-block ul li {
    float: none;
    width: auto;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #dbdbdb;*/
    overflow: hidden;
  }

  .blog-thum {
    width: 160px;
    min-height: 100px;
    height: auto;
    float: left;
  }

  .blog-txt {
    float: right;
    width: calc(100% - 175px);
  }

  .top .blog-block ul li img {
    width: 160px;
    height: 100px;
    object-fit: cover;
  }

  .top .blog-block ul li .title {
    padding-top: 5px;
    font-size: 16px;
  }

  .top .blog-block ul li .title .label {
    font-size: 12px;
  }

  .top .blog-block ul li p {
    padding-bottom: 5px;
    font-size: 14px;
  }
}

.keyv {
  height: 380px;
  padding-top: 127px;
  background: url(/wp-content/themes/iridge_2018/images/business/bg_keyv.jpg) center 0 no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  border-bottom: solid 1px #ececec;
}

.keyv .keyv-title {
  font-size: 60px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  display: block;
}

.keyv .keyv-title.estate-title {
  font-size: 35px;
}

@media (max-width: 768px) {
  .keyv .keyv-title.estate-title {
    font-size: 25px;
  }
  .keyv .keyv-title.estate-title .estate-sub-title{
    font-weight: bold;
    font-family: sans-serif;
    line-height: 1;
  }
}


.keyv .keyv-sub-title {
  font-size: 20px;
  display: block;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .keyv .keyv-sub-title {
    font-size: 14px;
    margin-top: 8px;
  }
}

.keyv p {
  font-size: 20px;
  font-weight: bold;
}

/* -------------------------------------------------------------------------
    BUSINESS
------------------------------------------------------------------------- */

.business h1, .works h1  {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.business .business-top h1, .works .business-top h1 {
  color: #1e0c0f;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}


/*2021/12_クラス追加*/
.business .main, .works .main {
  position: relative;
}

/*2021/12_クラス追加*/
.business .main .wrapper,.works .main .wrapper {
  max-width: 1000px;
  width: 100%;
}

/*2021/12_クラス追加*/
.business .main .headline, .business .main .headline {
  font-size: 50px;
  font-weight: bold;
  color: #334d90;
  text-align: center;
  line-height: 1;
}

/*2021/12_クラス追加*/
.business .main .headline-small, .works .main .headline-small {
  font-size: 18px;
  font-weight: bold;
  color: #334d90;
  text-align: center;
}

/*2021/12_クラス追加*/
.business .main .text-info,.works .main .text-info  {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

/*2021/12_クラス追加*/
.business .main .business-block, .works .main .business-block {
  padding: 70px 0 0;
}

.business .main .business-box, .works .main .business-box {
  padding: 6px 0 33px;
  overflow: hidden;
}

.business .main .business-box .left {
  float: left;
  width: 560px;
}

.business .main .business-box .right {
  float: right;
  width: 400px;
}

.business .main .business-box .right .title {
  margin: 0;
  padding-bottom: 16px;
  font-size: 40px;
  line-height: 0.8;
  font-weight: bold;
  color: #568dc1;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

.business .main .business-box .right .title a {
  display: block;
  color: #568dc1;
  position: relative;
  cursor: pointer;
}

.business .main .business-box .right .text-info02 {
  padding: 16px 0;
}

.business .main .business-box .right .button-list {
  padding: 20px 0 0;
}

.business .main .business-box .right .button-list li {
  padding-bottom: 10px;
}

.business .main .business-box .right .button-list li a {
  padding: 18px 18px 18px 103px;
  text-align: left;
}

.business .main .business-box .right .button-list li a i {
  right: 20px;
}
.service-text  a .icon_business01, .service-text a .icon_business02, .service-text a .icon_business03, .service-text a .icon_business04, .service-text a .icon_business05, .service-text a .icon_business06{
  width: 25px;
  height: 25px;
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business01.svg) center center no-repeat;
  background-size: 12px auto;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s;
}

.service-text a .icon_business02 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business02_sp.png) center center no-repeat;
  background-size: 28px;
}

.service-text a .icon_business03 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business03.svg) center center no-repeat;
}

.service-text a .icon_business04 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business04.svg) center center no-repeat;
  background-size: 25px;
}
.service-text a .icon_business05 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business03_blue.png) center center no-repeat;
  background-size: 25px;
}

.service-text a .icon_business06 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business06.png) center center no-repeat;
  background-size: 25px;
}

.service-text  a:hover .icon_business01 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business01_h.svg) center center no-repeat;
  background-size: 12px auto;
}

.service-text a:hover .icon_business02 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business02_h_sp.png) center center no-repeat;
  background-size: 28px;
}

.service-text a:hover .icon_business03 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business03_h.svg) center center no-repeat;
}

.service-text a:hover .icon_business04 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business04_h.svg) center center no-repeat;
  background-size: 25px;
}
.service-text a:hover .icon_business05 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business03_white.png) center center no-repeat;
  background-size: 25px;
}

.service-text a:hover .icon_business06 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business06_h.png) center center no-repeat;
  background-size: 25px;
}

.business .main .business-box .right .button-list li a .icon_business01, .business .main .business-box .right .button-list li a .icon_business02, .business .main .business-box .right .button-list li a .icon_business03, .business .main .business-box .right .button-list li a .icon_business04, .business .main .business-box .right .button-list li a .icon_business05,
.business .main .business-box .right .button-list li a .icon_business06{
  width: 50px;
  height: 59px;
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business01.svg) center center no-repeat;
  background-size: 36px auto;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s;
}

.business .main .business-box .right .button-list li a .icon_business02 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business02_sp.png) center center no-repeat;
  background-size: 58px auto;
}

.business .main .business-box .right .button-list li a .icon_business03 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business03.svg) center center no-repeat;
}

.business .main .business-box .right .button-list li a .icon_business04 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business04.svg) center center no-repeat;
}

.business .main .business-box .right .button-list li a .icon_business05 {
  background: url(/wp-content/themes/iridge_2018/images/business/icon_business03_blue.png) center center no-repeat;
}

.business .main .business-box .right .button-list li a .icon_business06 {
  background-image: url(/wp-content/themes/iridge_2018/images/business/icon_business06.svg);
}

.business .main .business-box .right .button-list li a:hover .icon_business01 {
  background-image: url(/wp-content/themes/iridge_2018/images/business/icon_business01_h.svg);
}

.business .main .business-box .right .button-list li a:hover .icon_business02 {
  background-image: url(/wp-content/themes/iridge_2018/images/business/icon_business02_h_sp.png);
}

.business .main .business-box .right .button-list li a:hover .icon_business03 {
  background-image: url(/wp-content/themes/iridge_2018/images/business/icon_business03_h.svg);
}

.business .main .business-box .right .button-list li a:hover .icon_business04 {
  background-image: url(/wp-content/themes/iridge_2018/images/business/icon_business04_h.svg);
}

.business .main .business-box .right .button-list li a:hover .icon_business05 {
  background-image: url(/wp-content/themes/iridge_2018/images/business/icon_business03_white.png);
}

.business .main .business-box .right .button-list li a:hover .icon_business05 {
  background-image: url(/wp-content/themes/iridge_2018/images/business/icon_business05_h.png);
}

.business .main .business-box .right .button-list li:last-child {
  padding-bottom: 0;
}

.business .main .btn {
  margin: 0 auto;
  font-size: 16px;
}

.business .main .btn a {
  padding: 10px;
  cursor: pointer;
}

.business .main .reason-block {
  padding: 38px 0 0;
}

.business .main .reason-block ul {
  padding: 29px 0 61px;
  overflow: hidden;
  text-align: center;
}

.business .main .reason-block ul li {
  float: none;
  width: 20%;
  display: inline-block;
}

.business .main .reason-block ul li a {
  display: block;
  text-align: center;
}

.business .main .reason-block ul li a span {
  display: block;
  padding-top: 8px;
  font-size: 18px;
  font-weight: bold;
  /*color: #323232;*/
  color:#394D8B;
  letter-spacing: -0.7px;
  line-height: 1.3;
}

.business .main .reason-block ul li:nth-child(1) {
  width: auto;
  margin-right: 8%;
}

.business .main .reason-block ul li:nth-child(2) {
  margin-right: 8%;
}

.business .main .reason-block ul li:nth-child(3) {
  width: 14%;
  margin-right: 5%;
}

.business .main .reason-block ul li:nth-child(3) span {
  padding-top: 19px;
}

.business .main .reason-block ul li:nth-child(4) {
  width: 14%;
  margin-right: 6%;
}

.business .main .reason-block ul li:nth-child(4) span {
  padding-top: 19px;
}

.business .main .reason-block ul li:nth-child(5) {
  width: 10%;
}

.business .main .reason-block ul li:nth-child(5) span {
  padding-top: 19px;
}

.business .main .w400 a {
  padding: 18px;
}

.business .main .result-block {
  padding: 73px 0 80px;
}

.business .main .business-btn {
  margin-top: 50px;
}


/* ========== O2O ========== */


.o2o .keyv {
  background-image: url(/wp-content/themes/iridge_2018/images/business/bg_keyv_o2o.jpg);
}
.appdev .keyv{
  background-image: url(/wp-content/themes/iridge_2018/images/business/bg_appdev.png);
}
.o2o h1 {
  color: #1e0c0f;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

.appdev h1 {
  color: #000;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

.o2o .anchorlink-list {
  height: 386px;
  position: fixed;
  right: 43px;
  top: 29%;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.o2o .anchorlink-list li {
  float: left;
  margin-top: 36px;
}

.o2o .anchorlink-list li a {
  display: block;
  padding-left: 1px;
  font-weight: bold;
  border-left: 4px solid transparent;
  font-family: "Work Sans", sans-serif;
}

.o2o .anchorlink-list li a.active {
  border-color: #334d90;
}

.o2o .app-development-block {
  padding: 114px 0 72px;
  background: url(/wp-content/themes/iridge_2018/images/business/bg_o2o01.jpg) center 0 no-repeat;
  background-size: cover;
}

.o2o .solution-block {
  padding: 73px 0 100px;
  background: url(/wp-content/themes/iridge_2018/images/business/bg_o2o02.jpg) center 0 no-repeat;
  background-size: cover;
}

.appdev .grawthhack-head {
  padding: 100px 0;
  background: url(/wp-content/themes/iridge_2018/images/business/bg_grawthhack.png) center 0 no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.appdev .promotion-head{
  padding: 100px 0;
  background: url(/wp-content/themes/iridge_2018/images/business/bg_promotion.png) center 0 no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.appdev .grawthhack-fanship-wrap{
  padding:1px 0;
  background: #fff url(/wp-content/themes/iridge_2018/images/business/bg_fanship.png) center 0 no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  position: relative;
  margin-top: 80px;
}

.appdev h4.bd-line{
  width: 48%;
  text-align: left;
  font-size: 24px;
  margin-top: 100px;
}
.appdev .fanship-img-pc{
  position: absolute;
  left: 50%;
  width:50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.appdev .fanship-img-pc img{
  width: calc(100% - 40px);
  max-width: 720px;
  display: block;
  margin: 0 auto;
}

.o2o .marketing-block {
  padding: 71px 0 72px;
  background: url(/wp-content/themes/iridge_2018/images/business/bg_o2o03.jpg) center 0 no-repeat;
  background-size: cover;
}

.appdev .two-block.two-block {
  display: none!important
}

.appdev .promotion-block{
  margin-top: 100px;
}
.appdev .promotion-block h2{
  margin-bottom: 60px;
}
.appdev .promotion-head .blue-text01{
  font-size: 20px!important;
  font-weight: bold;
  margin-bottom: 25px;
}
.appdev .qoil_bnr{
  margin:100px auto;
}
.appdev .qoil_bnr p{
  font-weight: bold;
  margin-top: 20px;
}
.appdev .qoil_bnr:hover{
  opacity: .8!important;
  transition: transform .3s!important;
}

.o2o .dg-block {
  padding: 71px 0 72px;
  background: url(/wp-content/themes/iridge_2018/images/business/img_qoil_top.png) center 0 no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .dg-title{
    font-size: 42px;
    display: contents;
    font-weight: bold;
  }
}

.o2o.main {
  position: relative;
}

.o2o.main .headline {
  font-size: 56px;
  text-align: left;
}

.o2o.main .headline-small {
  padding: 6px 0 28px;
  text-align: left;
}

.o2o.main .text01 {
  width: 48%;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  letter-spacing: -1.2px;
  letter-spacing: normal;
}
.appdev .grawthhack-fanship-wrap .blue-text01{
  width: 48%;
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
  letter-spacing: -1.2px;
  letter-spacing: normal;
  font-weight: bold;
}
.appdev .grawthhack-fanship-wrap .text01{
  font-size: 16px;
  color:#1e0c0f;
}
.appdev .grawthhack-fanship-wrap .text01 .m-auto{
  padding-bottom: 1px;
}
.appdev .grawthhack-fanship-wrap .text01 .m-auto a{
  margin-top: 100px;
  margin-bottom: 100px;
}

.appdev .grawthhack-fanship-wrap .text01 .m-auto a.blank{
  padding-left:0;
  position: relative;
}
.appdev .grawthhack-fanship-wrap .text01 .m-auto a.blank::after{
  right: 10px;
  top: 24px;
}

.o2o .information {
  padding: 61px 0 0;
  margin-bottom: 100px;
}

.o2o .information.pt40 {
  padding-top: 40px;

}
.business-top .information{
  margin-bottom: 100px
}

.o2o .information .info-title {
  padding-top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #334d90;
  text-align: center;
}

.o2o .information .info-title.pt70 {
  padding-top: 70px;
}

.o2o .information .info-title.pt0 {
  padding-top: 0;
}

.business .works .info-img {
  margin:60px auto;
}

.business .works{
  margin-top: 40px;
}

.business .works h2{
  margin-bottom: 60px;
}

.business .other-service-bnr {
  display: flex;
  flex-wrap: wrap;
}
.paddingleft0 > a{
  padding-left: 0!important;
}
.business .other-service-bnr > p {
  font-size: 18px;
}
.business .other-service-bnr li div{
  margin-top: 40px;
}
.business .other-service-bnr li div a{
  font-size: 14px;
  font-weight: bold;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
.business .other-service-bnr li{
  width: calc((100% - 40px)/2);
  max-width: 460px;
  margin-bottom: 100px
}

.business .other-service-bnr li a:hover{
  opacity: .8;
  transition: all .3;
}

.business .other-service-bnr li:first-child{
  width: 100%;
  max-width: 960px;
  margin-bottom: 60px;
}

.business .other-service-bnr li h4{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color:#000;
  margin:25px 0 18px 0;
}

.business .other-service-bnr li:last-child{
  margin-left: 40px;
}

.business .works .works_contact_wrap{
  width:900px;
  margin:60px auto 100px auto;
  padding: 40px;
  text-align: center;
  background-color: #fff;
}

.business .works .works_contact_wrap h4{
  color:#394D8B;
  font-size: 26px;
}
.business .works .works_contact_wrap p{
  margin:40px auto;
  font-size: 16px;
  color:#000;
}

.business .works .works_contact_wrap p.m-auto{
  margin:40px auto 0 auto;
}

.information .app-list {
  margin-bottom: 40px;
}

.information .app-list>li {
  float: left;
  width: 48%;
  margin-right: 4%;
  padding: 1px;
  background: #334d90;
  background: -webkit-linear-gradient(left, #334d90, #ed6c00);
  background: -o-linear-gradient(right, #334d90, #ed6c00);
  background: -moz-linear-gradient(right, #334d90, #ed6c00);
  background: linear-gradient(to right, #334d90, #ed6c00);
}
.information .app-list>li:nth-child(n+3) {
  margin-top: 40px;
}

.information .app-list>li .app-wrap {
  padding: 21px 20px 14px;
  background-color: #f7f7f7;
}

.information .app-list>li .app-wrap .btn {
  max-width: 240px;
  margin-bottom: 10px;
}

.information .app-list>li .app-head .left {
  float: left;
}

.information .app-list>li .app-head .right {
  padding-left: 109px;
}

.information .app-list>li .app-head .app-title {
  font-size: 24px;
  font-weight: bold;
  color: #334d90;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1;
  padding-top: 25px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.information .app-list>li .app-head .app-text01 {
  padding: 8px 2px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

.information .app-list>li .app-body {
  padding: 5px 0 0;
}

.information .app-list>li .app-body .left {
  float: left;
  width: 55%;
}

.information .app-list>li .app-body .left .app-text02 {
  line-height: 1.5;
  font-size: 14px;
}

.information .app-list>li .app-body .left .button-list {
  padding: 27px 0 0;
}

.information .app-list>li .app-body .left .button-list li {
  padding: 0;
}

.information .app-list>li .app-body .left .button-list li a {
  font-size: 13px;
  padding: 8px;
  font-weight: bold;
}

.information .app-list>li .app-body .left .button-list li:last-of-type a {
  margin-bottom: 0;
}

.information .app-list>li .app-body .left .button-list li a .icon-window {
  width: 14px;
  height: 11px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window.svg) 0 0 no-repeat;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.information .app-list>li .app-body .left .button-list li a:hover .icon-window {
  background-image: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg);
}

.information .app-list>li .app-body .right {
  float: right;
  width: 40%;
}

.information .app-list>li:last-child {
  margin-right: 0;
}

.solution h1 {
  color: #1e0c0f;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

.solution-list {
  padding: 40px 0 29px;
}

.solution-list li {
  float: left;
  width: 20.9%;
  margin: 0 1.8% 34px;
}

.solution-list li a {
  display: block;
  width: 205px;
  height: 205px;
  margin: 0 auto;
  padding: 36px 0;
  border-radius: 50%;
  background: url(/wp-content/themes/iridge_2018/images/business/bg_circle.png) 0 0 no-repeat;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

.solution-list li a img, .solution-list li a span {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.solution-list li a span {
  font-size: 18px;
  padding-top: 9px;
}

.o2o .information .marketing-list {
  padding: 34px 0 47px;
}

.o2o .information .marketing-list li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}

.o2o .information .marketing-list li img {
  display: block;
}

.o2o .information .marketing-list li span {
  display: block;
  padding-top: 16px;
  text-align: center;
  font-size: 16px;
}

.o2o .information .marketing-list li:last-child {
  margin-right: 0;
}

.information .tag-list {
  padding: 23px 0 60px;
  text-align: center;
}

.information .tag-list li {
  display: inline-block;
  margin-right: 10px;
}

.information .tag-list li a {
  display: block;
  padding: 3px 8px 3px 36px;
  background: #e7edee url(/wp-content/themes/iridge_2018/images/business/icon_tag.png) 11px center no-repeat;
  color: #568dc1;
  font-size: 16px;
}

.information .tag-list li:last-child {
  margin-right: 0;
}

.o2o .pb100 {
  padding-bottom: 100px;
}

.head-btn-list {
  height: 40px;
}

.head-btn-list.head-btn-list-clonned {
  min-width: 990px;
  position: absolute;
  top: 431px;
  left: 0;
  right: 0;
}

.head-btn-list.head-btn-list-clonned.fixed {
  position: fixed;
  top: 71px;
  left: 0;
  right: 0;
  z-index: 999;
}

.head-btn-list .wrap {
  max-width: 1280px;
  width: 100%;
  padding: 0 46px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s;
}

.head-btn-list ul {
  width: 340px;
}

.head-btn-list .btn a {
  padding: 8px 8px 8px 0 !important;
  text-align: center;
}

.head-btn-list .fixed {
  position: fixed;
  top: 111px;
  left: 0;
  right: 0;
  z-index: 999;
}

.two-block .wrapper>div {
  width: 49%;
  float: left;
  padding: 30px 30px 30px;
  margin-right: 2%;
  margin-bottom: 60px;
}

.two-block .text {
  line-height: 1.75;
  margin-bottom: 20px;
}
.two-block .appbox-text {
  padding-bottom: 20px;
}

.two-block .bg-white {
  background-color: #fff;
}

.two-block .bg-gray {
  background-color: #e7edee;
  border: 1px solid #e7edee;
}

.two-block a.btn-style {
  padding: 18px !important;
}
.business-top .event-list-wrap{
  background-color: #fff;
  margin:0 -15px ;
  padding:40px;
  width: 100%;
  max-width: 920px;
  margin:0 auto;
}
.business-top .news-block{
  margin-bottom: 100px;
  margin-top: 60px;
}
.news-block dl{
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .business .works h2{
    margin-bottom: 20px;
  }
  .business .works .info-img{
    margin: 20px 0 60px;
  }
  .business-top .event-list-wrap{
    margin:0 -20px;
    padding:20px;
    width: auto;
  }
  .news-block dl{
    padding-bottom: 20px;
  }
  .business .other-service-bnr li:first-child{
    width: 100%;
    margin-bottom: 30px;
  }
  .business .other-service-bnr li div{
    margin-top: 20px;
  }
  .business .other-service-bnr > p{
    font-size: 14px;
  }

  .business .other-service-bnr li{
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .business .other-service-bnr li img{
    width: 100%;
    max-width: auto;
  }
  .business .other-service-bnr li h4{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color:#000;
    margin:25px 0;
  }
  .business .other-service-bnr li:last-child{
    margin-left: 0;
    margin-bottom: 60px;
  }

  .business .works .works_contact_wrap{
    width: auto;
    margin-bottom: 60px;
  }
  .keyv {
    padding-top: 74px;
    height: 250px;
    background: url(/wp-content/themes/iridge_2018/images/business/bg_keyv_sp.jpg) 0 0 no-repeat;
    background-size: cover;
  }

  .keyv .keyv-title {
    font-size: 40px;
  }
  .appdev .keyv .keyv-title{
    font-size: 36px;
    letter-spacing: -1px;
  }

  .keyv p {
    font-size: 14px;
  }
/*2021/12_クラス追加*/
  .works .main .wrapper {
    padding: 0 15px;
  }
  .business .main .wrapper{
    padding: 0 15px;
  }

/*2021/12_クラス追加*/
  .business .main .headline {
    font-size: 30px;
  }

  .business .main .headline-small {
    padding: 5px 0 10px;
    font-size: 14px;
  }

  .business .main .text-info {
    font-size: 14px;
    text-align: left;
  }

  .business .main .business-block {
    padding: 60px 0 0;
  }

  .business .main .business-box {
    padding: 6px 0 10px;
  }

  .business .main .business-box .left {
    float: none;
    width: auto;
  }

  .business .main .business-box .right {
    float: none;
    width: auto;
  }

  .business .main .business-box .right .title {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 25px;
    text-align: center;
  }

  .business .main .business-box .right .title p {
    position: relative;
  }

  .business .main .business-box .right .text-info02 {
    padding: 10px 0;
  }

  .business .main .business-box .right .button-list {
    padding: 20px 0;
  }

  .business .main .business-box .right .button-list li {
    padding-bottom: 10px;
  }

  .business .main .business-box .right .button-list li .btn {
    width: 83%;
  }

  .business .main .business-box .right .button-list li .btn a {
    padding: 10px;
    text-align: center;
  }

  .business .main .business-box .right .button-list li .btn a i {
    right: 15px;
  }

  .business .main .business-box .right .button-list li .btn a .icon_business01, .business .main .business-box .right .button-list li .btn a .icon_business02, .business .main .business-box .right .button-list li .btn a .icon_business03, .business .main .business-box .right .button-list li .btn a .icon_business04, .business .main .business-box .right .button-list li .btn a .icon_business05 {
    width: 38px;
    height: 36px;
    background-size: 22px auto;
    left: 32px;
  }

  .business .main .business-box .right .button-list li .btn a .icon_business02 {
    background: url(/wp-content/themes/iridge_2018/images/business/icon_business02_sp.png) center center no-repeat;
    background-size: 37px auto;
  }

  .business .main .business-box .right .button-list li .btn a:hover .icon_business02 {
    background-image: url(/wp-content/themes/iridge_2018/images/business/icon_business02_h_sp.png);
  }

  .business .main .btn {
    font-size: 12px;
  }

  .business .main .btn a {
    padding: 10px;
  }

  .business .main .reason-block {
    /*padding: 35px 0 0;*/
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .business-top .news-block{
    padding-bottom: 0!important;
    margin-top: 20px;
  }

  .business .main .reason-block ul {
    padding: 29px 0 35px;
  }

  .business .main .reason-block ul li a img {
    height: 57px;
    width: auto;
    margin: 0 auto;
  }

  .business .main .reason-block ul li a span {
    padding-top: 10px;
    font-size: 12px;
  }

  .business .main .reason-block ul li:nth-child(1) {
    width: 35%;
    margin: 0 8% 20px;
  }

  .business .main .reason-block ul li:nth-child(2) {
    width: 45%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .business .main .reason-block ul li:nth-child(3) {
    width: 30%;
    margin-right: 5%;
  }

  .business .main .reason-block ul li:nth-child(3) span {
    padding-top: 10px;
  }

  .business .main .reason-block ul li:nth-child(4) {
    width: 30%;
    margin-right: 5%;
  }

  .business .main .reason-block ul li:nth-child(4) span {
    padding-top: 10px;
  }

  .business .main .reason-block ul li:nth-child(5) {
    width: 30%;
  }

  .business .main .reason-block ul li:nth-child(5) span {
    padding-top: 10px;
  }

  .business .main .w400 a {
    padding: 10px;
  }

  .business .main .result-block {
    padding: 60px 0 40px;
  }
  .business .main .business-btn {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
  }
  
  .o2o .app-development-block {
    padding: 30px 0 40px;
    background: #e6e6e6 url(/wp-content/themes/iridge_2018/images/business/bg_o2o01_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }

  .o2o .solution-block {
    padding: 30px 0 40px;
    background: #e6e6e6 url(/wp-content/themes/iridge_2018/images/business/bg_o2o01_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }

  .o2o .marketing-block {
    padding: 30px 0 40px;
    background: #e6e6e6 url(/wp-content/themes/iridge_2018/images/business/bg_o2o01_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }

  .o2o .dg-block {
    padding: 30px 0 40px;
    background: #e6e6e6 url(/wp-content/themes/iridge_2018/images/business/img_qoil_top_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }

  .o2o.main {
    position: relative;
  }

  .o2o.main .headline {
    font-size: 30px;
    text-align: left;
  }

  .o2o.main .headline-small {
    padding: 6px 0 30px;
  }

  .o2o.main .text01 {
    width: 70%;
    font-size: 14px;
    line-height: 1.57;
  }

  .appdev.main .text01{
    width: 100%;
    font-size: 16px;
  }

  .o2o .information {
    padding: 0;
    margin-bottom: 60px;
  }
  .business-top .information{
    margin-bottom: 60px
  }

  .o2o .information .info-title {
    padding-top: 10px;
    font-size: 20px;
  }

  .o2o .information .info-img {
    margin-bottom: 60px;
  }

  .information .app-list {
    margin-bottom: 30px;
  }

  .information .app-list>li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .information .app-list>li .app-wrap {
    padding: 15px;
    background-color: #f7f7f7;
  }

  .information .app-list>li .app-head .left {
    float: left;
    width: 46px;
    height: 46px;
  }

  .information .app-list>li .app-head .right {
    padding-left: 0;
  }

  .information .app-list>li .app-head .app-title {
    padding: 14px 0 24px 60px;
    font-size: 20px;
  }

  .information .app-list>li .app-head .app-text01 {
    padding: 8px 2px;
    font-size: 16px;
  }

  .information .app-list>li .app-body {
    padding: 5px 0 0;
  }

  .information .app-list>li .app-body .left {
    float: none;
    width: auto;
  }

  .information .app-list>li .app-body .left .app-text02 {
    line-height: 1.62;
  }

  .information .app-list>li .app-body .left .button-list {
    float: left;
    width: 56%;
    padding: 27px 0 0;
  }

  .information .app-list>li .app-body .left .button-list li {
    padding-bottom: 15px;
    width: 100%;
  }

  .information .app-list>li .app-body .left .button-list li a {
    font-size: 12px;
    padding: 11px;
  }

  .information .app-list>li .app-body .left .button-list li a .icon-window {
    right: 12px;
  }

  .information .app-list>li .app-body .right {
    width: 40%;
    padding-top: 15px;
  }

  .information .app-list>li:last-child {
    margin-right: 0;
  }

  .solution-list {
    padding: 0;
    margin-bottom: 30px;
  }

  .solution-list li {
    float: left;
    width: 46%;
    margin: 0 2% 15px;
  }

  .solution-list li a {
    display: block;
    width: 130px;
    height: 131px;
    margin: 0 auto;
    padding: 31px 0;
    border-radius: 50%;
    background: url(/wp-content/themes/iridge_2018/images/business/bg_circle_sp.png) 0 0 no-repeat;
    background-size: 130px auto;
  }

  .solution-list li a img {
    width: 42px;
  }

  .solution-list li a span {
    font-size: 12px;
    padding-top: 9px;
  }

  .o2o .information .marketing-list {
    padding: 20px 0 10px;
  }

  .o2o .information .marketing-list li {
    float: none;
    width: auto;
    margin-right: 0;
    padding-bottom: 30px;
  }

  .o2o .information .marketing-list li img {
    display: block;
    margin: 0 auto;
  }

  .o2o .information .marketing-list li span {
    display: block;
    padding-top: 16px;
    text-align: center;
    font-size: 14px;
  }

  .o2o .information .marketing-list li:last-child {
    margin-right: 0;
  }

  .information .tag-list {
    padding: 20px 0 40px;
  }

  .information .tag-list li {
    margin: 7px;
    width: 44%;
  }

  .information .tag-list li a {
    background: #e7edee url(/wp-content/themes/iridge_2018/images/business/icon_tag_sp.png) 11px center no-repeat;
    background-size: 20px auto;
    font-size: 12px;
  }

  .information .tag-list li:last-child {
    margin: 7px;
  }

  .pb100 {
    padding-bottom: 50px;
  }

  .head-btn-list {
    height: 34px;
  }

  .head-btn-list.head-btn-list-clonned {
    min-width: 0;
    top: 286px;
  }

  .head-btn-list.head-btn-list-clonned.fixed {
    top: 43px;
  }

  .head-btn-list ul {
    width: 100%;
  }

  .head-btn-list ul li {
    width: 48%;
  }

  .head-btn-list .btn {
    width: 100%;
  }

  .head-btn-list .btn a {
    padding: 8px 17px !important;
  }

  .head-btn-list .fixed {
    top: 43px;
    left: 0;
    right: 0;
  }

  .two-block .wrapper>div {
    float: none;
    width: 100%;
    padding: 20px 15px;
  }

  .two-block .text {
    line-height: 1.5;
    font-size: 14px;
    padding-bottom: 0;
  }

  .two-block a.btn-style {
    font-size: 14px;
  }
}

/* -------------------------------------------------------------------------
    Selects
------------------------------------------------------------------------- */

.jqTransformSelectWrapper {
  width: 100%;
  position: relative;
  height: 35px;
  background: #fff;
  float: left;
  border: 1px solid #568dc1;
}

.jqTransformSelectWrapper div span {
  color: #568dc1;
  float: none;
  position: absolute;
  left: 0;
  white-space: nowrap;
  width: 100% !important;
  height: 33px;
  padding: 7px 0;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

.jqTransformSelectWrapper a.jqTransformSelectOpen {
  display: block;
  position: absolute;
  right: 0;
  width: 33px;
  height: 33px;
  background: url(/wp-content/themes/iridge_2018/images/select_right.png) no-repeat center center;
}

.jqTransformSelectWrapper ul {
  position: absolute;
  width: 43px;
  top: 30px;
  left: 0;
  list-style: none;
  background-color: #fff;
  border: solid 1px #ccc;
  display: none;
  margin: 0;
  padding: 0;
  height: 150px;
  overflow: auto;
  overflow-y: auto;
  z-index: 10;
}

.jqTransformSelectWrapper ul a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
  background: #ededed;
  color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
  background: #3582c4;
  color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */

.jqTransformHidden {
  display: none;
}

.ir {
  background-color: #fff;
}

.ir .jqTransformSelectWrapper {
  width: 100% !important;
}

.ir .jqTransformSelectWrapper ul {
  width: 100% !important;
}

.ir .main .wrapper {
  max-width: 1000px;
  width: 100%;
}

.ir .keyv {
  height: 274px;
  padding-top: 161px;
  background: none;
  border: none;
}

.ir .keyv .keyv-title {
  font-size: 56px;
  line-height: 1.1;
}

.ir .keyv .wrapper {
  position: relative;
}

.ir .keyv .wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: -22px;
}

.ir .ir-block {
  padding: 0 0 60px;
}

.ir .ir-block .left {
  float: left;
  max-width: 760px;
  width: 100%;
}

.ir .ir-block aside {
  float: right;
  max-width: 170px;
  width: 100%;
}

.ir .ir-block aside li {
  border-bottom: 1px solid #dbdbdb;
}

.ir .ir-block aside li a {
  display: block;
  padding: 15px 5px 13px 10px;
}

.ir .ir-block aside li a:hover {
  background: #e7edee;
}

@media (max-width: 768px) {
  .ir .ir-block {
    padding: 30px 0;
  }
}

/* カレント指定 */

.ir .p-library .s-library, .ir .p-schedule .s-schedule a, .ir .p-management .s-management a, .ir .p-disclaimer .s-disclaimer a, .ir .p-faq .s-faq a, .ir .p-highlight .s-highlight a, .ir .p-tanshin .s-tanshin a, .ir .p-securities .s-securities a, .ir .p-material .s-material a, .ir .p-stock .s-stock a, .ir .p-message .s-message a, .ir .p-irnews .s-irnews a, .ir .p-notice .s-notice a {
  font-weight: bold;
  color: #568dc1;
  background: #e7edee;
}

.ir .ir-block aside li .sub-link li {
  border-bottom: none;
}

.ir .ir-block aside li .sub-link li a {
  padding: 10px 5px 8px 20px;
}

.ir .ir-block aside .headline-side {
  padding-bottom: 9px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
  color: #334d90;
  border-bottom: 2px solid #334d90;
  text-align: left;
}

.ir .tab-menu {
  padding-bottom: 28px;
}

.ir .tab-menu>li {
  float: left;
  width: 18%;
  margin-right: 2.4%;
}

.ir .tab-menu>li.tab-link {
  padding: 8px 0 7px;
  color: #568dc1;
  font-weight: bold;
  background-color: #e7edee;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.ir .tab-menu>li.tab-link:after {
  content: "";
  border-right: 5px solid #568dc1;
  border-bottom: 5px solid #568dc1;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  right: 5px;
  bottom: 4px;
  transition: all 0.3s;
}

.ir .tab-menu>li.tab-link:hover, .ir .tab-menu>li.tab-link.current {
  color: #fff;
  background-color: #568dc1;
}

.ir .tab-menu>li.tab-link:hover:after, .ir .tab-menu>li.tab-link.current:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.ir .tab-menu>li:last-child {
  margin-right: 0;
}

.ir .tab-menu>li select {
  width: 100%;
  padding: 10px;
  border-radius: 0;
}

.ir .tab-content {
  display: none;
}

.ir .tab-content.current {
  display: block;
}

.ir .tab-content ul {
  padding: 3px 0 12px;
}

.ir .tab-content ul li {
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

.ir .tab-content ul li:last-child {
  border-bottom: none;
}

.ir .tab-content ul .dt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 16px;
}

.ir .tab-content ul .dt .date {
  color: #000;
  font-weight: bold;
}

.ir .tab-content ul .dt .label {
  display: inline-block;
  padding-left: 40px;
  font-weight: bold;
}

.ir .tab-content ul .dt .blue {
  color: #334d90;
}

.ir .tab-content ul .dd {
  padding: 23px 100px 23px 190px;
  line-height: 1.5;
  position: relative;
}

.ir .tab-content ul .dd a {
  color: #000;
  font-size: 16px;
}

.ir .tab-content ul .dd .pdf {
  display: block;
  width: 87px;
  height: 30px;
  padding-right: 34px;
  line-height: 30px;
  color: #568dc1;
  font-size: 13px;
  background: url(/wp-content/themes/iridge_2018/images/icon_pdf.png) right center no-repeat;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ie .ir .tab-menu>li.tab-link {
  padding: 10px 0 5px;
}

.ie .jqTransformSelectWrapper div span {
  padding: 9px 0 6px;
}

@media (max-width: 768px) {
  .ir .main .wrapper {
    padding: 0 15px;
  }

  .ir .keyv {
    height: 161px;
    padding-top: 74px;
    background: none;
  }

  .ir .keyv .keyv-title {
    font-size: 40px;
  }

  .ir .keyv .wrapper:before {
    width: 94%;
    left: 3%;
  }

  .ir .ir-block {
    padding: 30px 0 30px;
  }

  .ir .ir-block .left {
    float: none;
    padding-bottom: 25px;
  }

  .ir .ir-block aside {
    float: none;
    max-width: 100%;
  }

  .ir .tab-menu {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }

  .ir .tab-menu>li {
    float: left;
    width: 47%;
    margin: 5px 2% 5px 1%;
  }

  .ir .tab-menu>li:nth-child(2n) {
    margin-right: 1%;
    margin-left: 2%;
  }

  .ir .tab-menu>li.tab-link {
    font-size: 12px;
    padding: 8px;
  }

  .ir .tab-menu>li.tab-link:after {
    border-width: 5px;
    right: 5px;
    bottom: 4px;
  }

  .ir .tab-menu>li.tab-link:hover:after, .ir .tab-menu>li.tab-link.current:after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }

  .ir .tab-menu>li:last-child {
    margin-right: 0;
  }

  .ir .tab-content ul {
    padding: 3px 0 12px;
  }

  .ir .tab-content ul li {
    padding: 8px 0 11px;
  }

  .ir .tab-content ul li:last-child {
    border-bottom: 1px solid #dbdbdb;
  }

  .ir .tab-content ul .dt {
    position: static;
    font-size: 14px;
    transform: none;
    -webkit-transform: none;
  }

  .ir .tab-content ul .dt .date {
    color: #000;
    font-weight: bold;
  }

  .ir .tab-content ul .dt .blue {
    color: #334d90;
  }

  .ir .tab-content ul .dd {
    padding: 0 70px 0 0;
    line-height: 1.57;
  }

  .ir .tab-content ul .dd a {
    font-size: 14px;
  }

  .ir .tab-content ul .dd .pdf {
    width: 60px;
    padding-right: 25px;
    font-size: 9px;
    background-image: url(/wp-content/themes/iridge_2018/images/icon_pdf_sp.png);
    background-size: 16px auto;
  }

  .ir .headline-side {
    font-size: 20px;
  }

  .jqTransformSelectWrapper div span {
    font-size: 12px;
  }
}

/* -------------------------------------------------------------------------
    COMPANY
------------------------------------------------------------------------- */

.about {
  background-color: #fff;
}

.about h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.about .category-top h1 {
  color: #1e0c0f;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

.about .keyv {
  height: 170px;
  /* margin-top: 72px; */
  padding-top: 0;
  background: url(/wp-content/themes/iridge_2018/images/about/bg_keyv.jpg) center center no-repeat;
  background-size: cover;
}

.about .keyv .keyv-text {
  padding-top: 38px;
}

.about .keyv .keyv-text .keyv-title {
  line-height: 1;
}

.about .main .wrapper {
  max-width: 1000px;
  width: 100%;
}

.about .main .headline {
  font-size: 56px;
  font-weight: bold;
  color: #334d90;
  text-align: center;
  line-height: 1;
}

.about .main .headline-small {
  padding: 6px 0 27px;
  font-size: 18px;
  font-weight: bold;
  color: #334d90;
  text-align: center;
}

.about .main .text-info {
  padding-bottom: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.about .about-block {
  padding: 0;
}

.about .about-block dl dt {
  float: left;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #334d90;
}

.about .about-block dl dd {
  padding: 15px 0 18px 215px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
}

.about .about-block dl dd .link-text {
  text-decoration: underline;
}

.about .about-block dl dd .link-text:hover {
  text-decoration: none;
}

.about .about-block dl dd .btn-contact {
  width: 300px;
  padding: 5px 0 15px;
  font-size: 18px;
  font-weight: bold;
}

.about .about-block dl dd .btn-contact a {
  padding: 12px 10px 11px;
  border: 1px solid #568dc1;
  background-color: #fff;
}

.about .map-block {
  padding: 76px 0 0;
}

.about .map-block .google-map {
  width: 100%;
  height: 400px;
}

.about .office-block {
  padding: 76px 0 0;
}

.about .office-block ul {
  padding: 8px 0 0;
}

.about .office-block ul li {
  float: left;
  width: 30.6%;
  margin-right: 4.1%;
  padding-bottom: 59px;
}

.about .office-block ul li:nth-child(3n) {
  margin-right: 0;
}

.about .office-block ul li img, .about .office-block ul li span {
  display: block;
  text-align: center;
}

.about .office-block ul li span {
  padding-top: 14px;
  font-size: 18px;
}

.about .three-col-ttl {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.06rem;
}

.message-img {
  margin-bottom: 40px;
  text-align: right;
}

@media (max-width: 768px) {
  .about .keyv {
    height: 107px;
    margin-top: 54px;
  }

  .about .keyv .keyv-text {
    padding-top: 20px;
    line-height: 1.1;
  }

  .about .main .wrapper {
    padding: 0 15px;
  }

  .about .main .headline {
    font-size: 30px;
  }

  .about .main .headline-small {
    padding: 10px 0 20px;
    font-size: 14px;
  }

  .about .main .text-info {
    font-size: 14px;
    line-height: 1.57;
    padding-bottom: 20px;
  }

  .about .about-block {
    padding: 5px 0 0;
  }

  .about .about-block dl dt {
    float: none;
    padding: 10px 0 0;
    font-size: 14px;
  }

  .about .about-block dl dd {
    padding: 5px 0 10px 0;
    font-size: 14px;
    border-bottom: none;
    position: relative;
  }

  .about .about-block dl dd:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fa7c05;
    background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
    background: -o-linear-gradient(left, #fa7c05, #1d53df);
    background: -moz-linear-gradient(left, #fa7c05, #1d53df);
    background: linear-gradient(to left, #fa7c05, #1d53df);
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .about .about-block dl dd .btn-contact {
    width: 200px;
    font-size: 12px;
    padding: 0;
  }

  .about .about-block dl dd .btn-contact a {
    padding: 7px;
    text-align: left;
  }

  .about .map-block {
    padding: 30px 0 0;
  }

  .about .map-block .google-map {
    height: 200px;
  }

  .about .office-block {
    padding: 35px 0 10px;
  }

  .about .office-block ul li {
    width: 47%;
    margin-right: 6%;
    padding-bottom: 25px;
  }

  .about .office-block ul li:nth-child(3n) {
    margin-right: 6%;
  }

  .about .office-block ul li:nth-child(2n) {
    margin-right: 0;
  }

  .about .office-block ul li span {
    padding-top: 10px;
    font-size: 14px;
  }

  .message-img {
    margin-bottom: 30px;
  }

  .message-img img {
    width: 180px;
  }
}

/* -------------------------------------------------------------------------
    RECRUIT
------------------------------------------------------------------------- */

.recruit h1 {
  text-align: center;
  color: #1e0c0f;
  font-weight: bold;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}

.recruit-ttl {
  font-size: 24px;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 40px;
}

.recruit-ttl span {
  color: #1e0c0f;
  margin-top: 10px;
}

/* -------------------------------------------------------------------------
    NEWS
------------------------------------------------------------------------- */

.news {
  background-color: #fff;
}

.year-list {
  margin-bottom: 20px;
}

.year-list li {
  border: none;
  display: inline-block;
}

.year-list li a {
  border: none;
  display: inline-block;
  font-size: 20px;
  text-align: left;
  color: #334d90;
  padding: 10px 30px 10px 0;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
}

.year-list li a:hover {
  color: #568dc1;
  text-decoration: none;
}

.news-archive h1 {
  text-align: center;
}

.news-archive h2 {
  font-size: 28px;
  text-align: left;
  color: #334d90;
  margin-bottom: 30px;
}

.news-archive h3 {
  text-align: left;
  margin: 15px 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

@media (max-width: 768px) {
  .news-archive h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.news .jqTransformSelectWrapper {
  width: 100% !important;
}

.news .jqTransformSelectWrapper ul {
  width: 100% !important;
}

.news .main .wrapper {
  max-width: 1000px;
  width: 100%;
}

.news .main .btn {
  margin: 0 auto;
  font-size: 16px;
}

.news .keyv {
  height: 274px;
  padding-top: 161px;
  background: none;
  border: none;
}

.news .keyv .keyv-title {
  font-size: 56px;
  line-height: 1.1;
}

.news .keyv .wrapper {
  position: relative;
}

.news .keyv .wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: -22px;
}

.news .news-block {
  padding: 0 0 44px;
}

.news .news-block .left {
  float: left;
  max-width: 760px;
  width: 100%;
}

.news .news-block .fl p img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 20px 0;
}

.news .news-block aside {
  float: right;
  max-width: 200px;
  width: 100%;
}

.news .news-block aside li {
  border-bottom: 1px solid #dbdbdb;
}

.news .news-block aside li a {
  display: block;
  padding: 15px 0;
}

.news .news-block aside li a:hover, .news .news-block aside li a.active {
  color: #568dc1;
}

.news .news-block aside li .sub-link li {
  border-bottom: none;
}

.news .news-block aside li .sub-link li a {
  padding: 10px;
}

.news .news-block aside .headline-side {
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 1;
  color: #334d90;
  border-bottom: 2px solid #334d90;
}

.news .tab-menu li {
  float: left;
  width: 15%;
  margin-right: 2%;
}

.news .tab-menu li.tab-link {
  color: #568dc1;
  font-weight: bold;
  background-color: #e7edee;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.news .tab-menu li.tab-link a {
  display: block;
  padding: 8px 0 7px;
  color: #568dc1;
  transition: all 0.3s;
}

.news .tab-menu li.tab-link a:hover, .news .tab-menu li.tab-link.current a {
  color: #fff;
  background-color: #568dc1;
}

.news .tab-menu li.tab-link:after {
  content: "";
  border-right: 5px solid #568dc1;
  border-bottom: 5px solid #568dc1;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  right: 5px;
  bottom: 4px;
  transition: all 0.3s;
}

.news .tab-menu li.tab-link:hover:after, .news .tab-menu>li.tab-link.current:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.news .tab-menu li:last-child {
  margin-right: 0;
}

.news .tab-menu>li select {
  width: 100%;
  padding: 10px;
  border-radius: 0;
}

/* 年切り替え */

.news .tab-menu .transform li {
  float: none;
  width: 100%;
  margin-right: 0;
}

/* 確認画面 */

.news ul.news-style .dd {
  font-size: 14px;
}

.ie .news .tab-menu>li.tab-link {
  padding: 0;
}

.news_cate1, .news_cate2, .news_cate3, .news_cate4 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #334d90;
  padding-left: 20px;
}

.news_cate1 a, .news_cate2 a, .news_cate3 a, .news_cate4 a {
  color: #334d90;
}

.news_cate1 a:hover, .news_cate2 a:hover, .news_cate3 a:hover, .news_cate4 a:hover {
  color: #568dc1;
  text-decoration: underline;
}

/* 右カラム */

.news .aside .headline-side {
  padding-bottom: 9px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
  color: #334d90;
  border-bottom: 2px solid #334d90;
  font-weight: bold;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

@media (max-width: 768px) {
  .news .main .wrapper {
    padding: 0 15px;
  }

  .news .keyv {
    height: 161px;
    padding-top: 74px;
    background: none;
  }

  .news .keyv .keyv-title {
    font-size: 40px;
  }

  .news .keyv .wrapper:before {
    width: 94%;
    left: 3%;
  }

  .news .news-block {
    padding: 20px 0 0;
  }

  .news .news-block .left {
    float: none;
    padding-bottom: 25px;
  }

  .news .news-block aside {
    float: none;
    max-width: 100%;
  }

  .news .tab-menu {
    padding-bottom: 20px;
  }

  .news .tab-menu>li {
    float: left;
    width: 47%;
    margin: 5px 2% 5px 1%;
  }

  .news .tab-menu>li:nth-child(2n) {
    margin-right: 1%;
    margin-left: 2%;
  }

  .news .tab-menu>li.tab-link {
    font-size: 12px;
  }

  .news .tab-menu li.tab-link a {
    display: block;
    padding: 8px;
  }

  .news .tab-menu>li.tab-link:after {
    border-width: 5px;
    right: 5px;
    bottom: 4px;
  }

  .news .tab-menu>li:last-child {
    margin-right: 0;
  }

  .news .headline-side {
    font-size: 20px;
  }

  .jqTransformSelectWrapper div span {
    font-size: 12px;
  }

  .news ul.news-style .dd {
    position: relative;
    padding-left: 0;
  }

  .news-archive .w760 {
    margin-bottom: 30px;
  }
}

/* -------------------------------------------------------------------------
    BLOG
------------------------------------------------------------------------- */

.blog {
  background-color: #fff;
}

.blog .main .wrapper {
  max-width: 1000px;
  width: 100%;
}

.blog .keyv {
  height: auto;
  padding-top: 161px;
  background: none;
  border: none;
}

.blog .keyv .keyv-title {
  font-size: 56px;
  line-height: 1.1;
}

.blog .keyv .wrapper {
  /* position: relative; */
}

.blog .keyv .wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: -22px;
}

.blog .timeTxt {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.blog-archive .w760 h2, .blog-category .w760 h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.blog-archive .w760 h2 a, .blog-category .w760 h2 a {
  display: block;
  color: #334d90;
}

.blog-archive .w760 h2 a:hover, .blog-category .w760 h2 a:hover {
  color: #568dc1;
  text-decoration: underline;
}

.blog_tax {
  font-weight: bold;
  overflow: hidden;
  margin: 0 0 15px 0;
}

.blog_tax a {
  color: #334d90;
  font-weight: bold;
}

.blog_cate1 a, .blog_cate2 a, .blog_cate3 a, .blog_cate4 a {
  color: #334d90;
  font-size: 16px;
  font-weight: bold;
}

.blog_cate1 a:hover, .blog_cate2 a:hover, .blog_cate3 a:hover, .blog_cate4 a:hover, .blog_tax a:hover {
  color: #568dc1;
  text-decoration: underline;
}

.listItem, .blog-category .listItem {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.blog-category .articletxt {
  width: 760px;
  float: none;
}

.blog-category .thumbnailImg {
  float: right;
  padding-top: 20px;
}

.blog-category .thumbnailImg img {
  width: 120px;
  height: auto;
  border: 1px solid #dbdbdb;
}

/* 右カラム */

.blog .aside .headline-side {
  padding-bottom: 9px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
  color: #334d90;
  border-bottom: 2px solid #334d90;
  font-weight: bold;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.blog .toggleBlock {
  margin-bottom: 30px;
}

.blog .news_link_list br {
  display: none;
}

.blog .toggleBlock .cat-item:first-of-type {
  display: none;
}

.blog .aside li a {
  display: block;
  padding: 10px 5px 10px 10px;
}

@media(max-width: 768px){
  .blog .aside li.devblog a {
    padding: 17px 5px 10px 10px;
  }
}

.blog .aside li a:hover {
  background: #e7edee;
}

.blog .news_link_list .time_txt {
  font-weight: bold;
  font-size: 12px;
  display: block;
}

/* ページネーション */

.wp-pagenavi {
  text-align: center;
  margin: 70px 0 50px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
  padding: 9px 9px;
  margin: 3px 2px;
  text-decoration: none;
  color: #4e8a98;
  background-color: #eee;
  border: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #568dc1;
}

.wp-pagenavi span.pages {
  padding: 9px 9px;
  margin: 3px 2px;
  color: #666;
  background-color: #fff;
  border: #e6e6e6 solid 1px;
}

.wp-pagenavi span.current {
  padding: 9px 9px;
  margin: 3px 2px;
  color: #fff;
  background-color: #568dc1;
  border: none;
}

.wp-pagenavi span.extend {
  padding: 9px 9px;
  margin: 3px 2px;
  color: #666;
  background-color: #f6f6f6;
  border: none;
}

.wp-pagenavi .larger {
  background: #ddd;
  padding: 4px 5px 3px 5px;
}

/* ブログ詳細 */

.blog-detail .bd-line {
  position: relative;
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px !important;
  padding-bottom: 20px !important;
}

.blog-detail .article-post h3 {
  text-align: left;
  margin-top: 30px;
}

p time, .title-sub time, .news_cate2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog_tax span {
  float: left;
}

.blog_tax ul li {
  float: left;
  padding: 0 0 0 10px;
}

@media (max-width: 768px) {
  p time {
    font-size: 14px;
  }

  .blog .main .wrapper {
    padding: 0 15px;
  }

  .blog .timeTxt {
    font-size: 12px;
  }

  .wp-pagenavi {
    margin: 30px 0 30px;
  }

  .wp-pagenavi span.pages {
    display: none;
  }

  .wp-pagenavi a {
    display: inline-block;
  }

  .wp-pagenavi span.current {
    padding: 8px 6px;
    margin: 3px 4px;
    font-size: 10px;
  }

  .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
    padding: 8px 6px;
    margin: 3px 4px;
    font-size: 10px;
  }

  .blog-archive .w760 h2, .blog-category .w760 h2 {
    font-size: 20px;
  }

  .blog-detail h1.bd-line {
    font-size: 20px;
  }
}

/* SNSボタン */

.sns_bt_block {
  overflow: hidden;
  letter-spacing: 0;
  margin: 30px 0;
}

.sns_bt_facebook a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 51px;
  height: 51px;
  background: #4352a6;
  width: 33%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  margin: 0 0.5% 0 0;
}

.sns_bt_facebook a span {
  background: url(/wp-content/themes/iridge_2018/images/ico_facebook.png) no-repeat;
  background-size: 12px 23px;
  line-height: 20px;
  padding: 4px 0 4px 25px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sns_bt_twitter a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 51px;
  height: 51px;
  background: #3491e4;
  width: 33%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  margin: 0 0.5% 0 0;
}

.sns_bt_twitter a span {
  background: url(/wp-content/themes/iridge_2018/images/ico_twitter.png) no-repeat;
  background-size: 22px 18px;
  line-height: 20px;
  padding: 0 0 0 25px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sns_bt_hatena a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 51px;
  height: 51px;
  background: #0770bd;
  width: 33%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
}

.sns_bt_hatena a span {
  background: url(/wp-content/themes/iridge_2018/images/ico_hatena.png) no-repeat;
  background-size: 24px 20px;
  line-height: 20px;
  padding: 0 0 4px 30px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  .news .main .wrapper {
    padding: 0 15px;
  }

  .news .keyv {
    height: 161px;
    padding-top: 74px;
    background: none;
  }

  .news .keyv .keyv-title {
    font-size: 40px;
  }

  .news .keyv .wrapper:before {
    width: 94%;
    left: 3%;
  }
}

/* 202412追加 ブログトップページ修正分ここから */
.blog-archive-main p {
  font-size: 12px;
}

.blog-archive-main .center{
  width: 100%;
}

.blog-archive-main .morebutton-sp{
  display: none;
}
.blog-line-sp {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-archive-main .plr15 h4{
  display: inline-block;
  border-bottom: none;
  margin-bottom: 0;
}

.blog-archive-main .plr15 h4 a{
  color: #334d90;
}

.tag-box a {
  color: #568dc1;
  font-weight: unset;
  font-size: 14px !important;
}

.blog-archive-main .tag-box {
  display: inline-block;
  border: 1px solid #568dc1;
  margin-bottom: 15px;
  margin-right: 10px;
}
.blog-archive-main img.pc{
  display: block;
}
.blog-archive-main img.sp{
  display: none;
}

/* sp画面向き */
@media (max-width: 768px) {
  .blog-archive-main {
    text-align: center;
    padding: 30px 30px 20px 30px;
    border: 1px solid #E9F0F8;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .blog-archive-main dt{
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
  }
  .blog-archive-main .morebutton-sp{
    display: block;
  }
  .blog-archive-main h4{
    font-size: 20px;
  }
  .blog-archive-main img.pc{
    display: none;
  }
  .blog-archive-main img.sp{
    display: block;
  }
  .morebutton.pc{
    display: none;
  }
  .morebutton.no-tag{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blog-line-pc {
    display: none;
  }
  .tag-box {
    width: 100%;
  }
}
/* pc画面向き */
@media (min-width: 768px) {
  .mr20-pc {
    margin-right: 20px;
  }
  .pl24-pc {
    padding-left: 24px;
  }
  .arrow01.arrow-blog-archive {
    right: 35px;
  }
  .blog-archive-main dd p {
    max-width: 520px;
  }
  .blog-archive-tag {
    position: relative;
    width: 580px;
    height: 111px;
  }
  .blog-archive-tag.recruit-tag {
    height: 173px;
  }
  .blog-archive-tag .blog-tag-block {
    position: absolute;
  }
  .blog-archive-main {
    display: flex;
    text-align: unset;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-archive-main .w62 {
    width: 62px;
  }
  .blog-archive-main dd {
    display: flex;
    flex: auto;
    position: relative;
  }
  .blog-archive-main .plr15 {
    padding-left: 15px;
    padding-right: 24px;
  }
  .morebutton .btn-style{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blog-archive-main .morebutton{
    max-width: 150px;
    width: 100%;
    position: absolute;
    right: 0;
  }
  .blog-archive-main .morebutton .pr25 {
    padding-right: 25px;
  }
  .blog-line-sp {
    display: none;
  }
  .blog-archive-tag a.btn-style{
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .tag-box .pr25 {
    padding-right: 25px;
  }
  .tag-box.blog-lineapp {
    width: 155px;
  }
  .tag-box.blog-growsupport {
    width: 152px;
  }
  .tag-box.blog-phoneapp {
    width: 133px;
  }
  .tag-box.blog-othersmarketing {
    width: 225px;
  }
  .tag-box.blog-promotion {
    width: 156px;
  }
  .tag-box.blog-event {
    width: 125px;
  }
  .tag-box.blog-team {
    width: 100px;
  }
  .tag-box.blog-mission {
    width: 207px;
  }
  .tag-box.blog-working {
    width: 100px;
  }
  .tag-box.blog-employee-interview {
    width: 175px;
  }
  .tag-box.blog-interviewer {
    width: 190px;
  }
  .tag-box.blog-department {
    width: 114px;
  }
}
/* 202412-ブログトップページ修正分ここまで。終了 */


/* 2025-0104 採用ブログデザインリニューアルはここから */
.member-canvas-block{
  padding-top: 35px;
  padding-bottom: 35px;
  border: 3px solid rgba(51, 77, 144, 0.1);
  border-radius: 20px;
  text-align: center;
}
.member-canvas-block h4{
  font-size: 22px;
  border-bottom: none;
  padding-bottom: 0px;
  text-align: center;
}

.member-canvas-block p{
  font-size: 18px;
  /* font-weight: bold; */
}
.member-canvas-block strong {
  color: #1E0C0F;
  font: normal normal bold 18px YuGothic;
  opacity: 1;
}
.article-post .member-canvas-block p {
  margin-bottom: 10px;
}
/* sp画面向き */
@media (max-width: 768px) {
  .member-canvas-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .member-canvas-block p{
    font-size: 14px;
    /* font-weight: bold; */
  }
  .member-canvas-block div{
    padding-right: 20px;
    padding-left: 20px;
  }
  .member-canvas-block strong {
    color: #1E0C0F;
    font: normal normal bold 14px YuGothic;
    opacity: 1;
  }
  .member-canvas-block h4{
    margin-bottom: 30px;
  }
}
/* .member-canvas-block p span{
  font-size: 16px;
  font-weight: normal;
} */
.member-introduction-block {
  background: #F9F9F9 0% 0% no-repeat padding-box;
  padding: 20px;
}
.member-introduction-block h5 {
  border-bottom: solid 1px #334d90;
  padding-bottom: 10px;
}
.article-post .member-introduction-block h5 {
  margin-top: 0px;
}
.member-introduction-block h6 {
  text-align: left;
  font-size: 16px;
  color: #334d90;
  font-weight: bold;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 15px;
  line-height: 1.4;
}
/* sp画面向き */
@media (max-width: 768px) {
  .member-introduction-block h6 {
    font-size: 14px;
  }
}
/* 2025-0104 採用ブログデザインリニューアルはここまで。 */


/* -------------------------------------------------------------------------
    CONTACT
------------------------------------------------------------------------- */

.contact h1 {
  text-align: center;
}

.contact .keyv {
  height: 274px;
  padding-top: 161px;
  background: none;
  border: none;
}

.policy .keyv .keyv-title, .contact .keyv .keyv-title {
  font-size: 56px;
  line-height: 1.1;
}

.contact .main .btn a {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.contact-ttl-style {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #334d90;
}

.contact .section-block {
  padding: 0 0 60px;
}

.contact .contact-block {
  display: none;
}

.contact .main {
  border-bottom: 1px solid #dbdbdb;
}

.conplete-txt {
  text-align: center;
  padding: 50px 0 100px;
}

.contact ul.news-style .dt, .contact ul.news-style .dd {
  font-size: 16px;
}

@media (max-width: 768px) {
  .conplete-txt {
    text-align: center;
    padding: 30px 0 30px;
  }

  .contact ul.news-style .dt, .contact ul.news-style .dd {
    font-size: 14px;
  }
}

/* -------------------------------------------------------------------------
    テンプレート用
------------------------------------------------------------------------- */

.temp .keyv {
  background-image: url(/wp-content/themes/iridge_2018/images/temp/bg_keyv01.jpg);
}

.keyv-line {
  background: none !important;
  padding-top: 0;
}

.keyv-line .wrapper {
  position: relative;
}

.keyv-line .wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: -22px;
}

.sub-headline {
  position: absolute;
  right: 0;
}

/* 注釈 */

.att-text {
  font-size: 12px;
  padding-left: 0.8rem;
  text-indent: -0.8rem;
}

/* LIST */

.blue-square, .list-style li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  line-height: 1.4;
}

.blue-square:before, .list-style li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #334d90;
  position: absolute;
  left: 4px;
  top: 7px;
}

.blue-circle, .list-style2 ul li,.blue-circle-none, .list-style2 ul li {
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}

.list-style li {
  font-size: 16px;
}

ul li:last-of-type {
  margin-bottom: 0;
}

.list-style li.list-style2:before {
  content: none;
}

.blue-circle:before, .list-style2 ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #568dc1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 8px;
}

ol {
  counter-reset: ol_li;

  /* ol_li カウンタをセットする(値もリセット) */
  margin-left: 20px;
  position: relative;
}

ol li {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.4;
}

ol li:last-of-type {
  margin-bottom: 0;
}

ol li:before {
  left: -20px;
  counter-increment: ol_li;

  /* ol_li カウンタの値に1加える */
  content: counter(ol_li);

  /* before擬似要素のcontentで出力 */
  color: #1e0c0f;

  /* 色を変更 */
  font-weight: bold;
  position: absolute;
}

/* matchHeight.js 対策 */

p.list-style {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

p.list-style:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #334d90;
  position: absolute;
  left: 4px;
  top: 7px;
}

li p:last-of-type {
  margin-bottom: 0;
}

/* label */

.blue-label {
  display: inline-block;
  padding: 3px 5px;
  background-color: #568dc1;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2px;
}

a.blank {
  padding-right: 25px;
  position: relative;
}

a.blank:after{
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window.svg) 0 0 no-repeat;
  position: absolute;
  right: 0;
  bottom: 2px;
}
p.blank:after{
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
  position: absolute;
  right: 8px;
  top: 23px;
}
/* サステナビリティページのアイコン調整 */
.sustainability-text p a.blank:after {
  display: inline-block;
  position: unset;
  margin-left: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.overflow-block a.blank::after{
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window.svg) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 22px;
}

.overflow-block a.blank:hover::after{
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
  position: absolute;
}
.overflow-block .arrow02{
  display: inline-block;
background: url(/wp-content/themes/iridge_2018/images/icon_arrow02_blue.png) no-repeat 100% 100%;
width: 18px;
height: 13px;
text-indent: -9999px;
position: absolute;
right: 12px;
top: 50%;
margin-top: -7px;
}

.overflow-block  a:hover .arrow02{
  display: inline-block;
background: url(/wp-content/themes/iridge_2018/images/icon_arrow02.png) no-repeat 100% 100%;
width: 18px;
height: 13px;
text-indent: -9999px;
position: absolute;
right: 12px;
top: 50%;
margin-top: -7px;
}
.text01 p.blank:after{
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window.svg) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 16px;
}
.text01 p.blank:hover::after{
  content: "";
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
}
.appdev .grawthhack-fanship-wrap .text01 .m-auto a.blank:hover::after{
  content:"";
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
}

.other-service p.blank:after{
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window.svg) 0 0 no-repeat;
  position: absolute;
  right: 8px;
  top: 12px!important;
}
.other-service p.blank:hover:after{
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
  position: absolute;
  right: 8px;
  top: 14px;
}

.btn a .icon-window {
  width: 14px;
  height: 11px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window.svg) 0 0 no-repeat;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s;
}

.btn a:hover .icon-window {
  background-image: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg);
}

.bd-line {
  position: relative;
  padding-bottom: 15px;
}

.bd-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: 0;
}

h3.bd-line {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 28px;
}

.bt-gray {
  border-top: 1px solid #dbdbdb;
}

.bb-gray {
  border-bottom: 1px solid #dbdbdb;
}

.bd-gray {
  border: 1px solid #dbdbdb;
}

.tag-list>li {
  display: inline-block;
  float: left;
}

.tag-list .tag-list-item>a {
  display: block;
  padding: 6px 8px 5px 36px;
  background: #e7edee url(/wp-content/themes/iridge_2018/images/icon_tag.png) 11px center no-repeat;
  color: #568dc1;
  font-size: 13px;
  transition: all 0.3s;
}

.tag-list .tag-list-item>a:hover, .tag-list .tag-list-item>a.active {
  background-image: url(/wp-content/themes/iridge_2018/images/icon_tag_h.png);
  background-color: #568dc1;
  color: #fff;
}

.tag-list .jqTransformSelectWrapper {
  height: 31px;
  position: relative;
}

.tag-list .jqTransformSelectWrapper>div span {
  height: 29px;
  line-height: 29px;
  padding: 0;
}

.tag-list .jqTransformSelectWrapper a.jqTransformSelectOpen {
  height: 29px;
}

/* 段組 */

.two-col li {
  width: 49.2%;
  margin-right: 1.6%;
  margin-bottom: 15px;
  padding: 15px 25px 13px;
  float: left;
}

.two-col li:nth-of-type(2n) {
  margin-right: 0 !important;
}

.two-col-ttl {
  color: #334d90;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px !important;
  line-height: 1.2;
}

.two-col-ttl span {
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}

.three-col li {
  width: 32.3%;
  margin-right: 1.5%;
  margin-bottom: 15px;
  padding: 15px 15px 13px;
  float: left;
}

.three-col li:nth-of-type(3n) {
  margin-right: 0 !important;
}

.three-col-ttl {
  color: #334d90;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.2;
}

.three-col li img {
  width: 100%;
}

.four-col li {
  width: 23.8%;
  margin-right: 1.6%;
  margin-bottom: 15px;
  padding: 10px 10px 10px;
  float: left;
}

@media (min-width: 768px) {
  .dg-col {
    /*width: 738px;*/
    width: 100%;
    margin: auto;
  }
  .four-col.dg-col li {
    /*width: 32.2%;*/
    width: calc((100% - 40px)/3)
  }
}

.four-col li:nth-of-type(4n) {
  margin-right: 0 !important;
}

.four-col-ttl {
  color: #334d90;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.2;
}

.irnews-right {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .irnews-right {
    padding-top: 0;
    margin-bottom: 10px;
  }

  .two-col-ttl span {
    font-size: 16px;
  }
}

.biggerlink {
  cursor: pointer;
}

.overflow-block .overflow-content .overflow-img {
  /*width: 40.6%;*/
  width: 50%;
}


.overflow-block .overflow-content .overflow-img img {
  width: 100%;
  min-height: 450px;
}

.overflow-block .overflow-info, .overflow-block .overflow-content .overflow-info {
  /*width: 59.4%;*/
  width: 50%;
}
.overflow-block .bg-white{
  background-color:#fff;
  position: relative;
  min-height: 500px;
}
.overflow-block .bg-blue{
  background-color: #EBEDF3;
}
.overflow-block .bg-green{
  background-color: #07B53B;
  position: relative;
}

@media (max-width: 768px) {
  .overflow-block .bg-green .lineminiapp_spimg{
    display: block;
    position: static;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}
.overflow-block .bg-fanship{
  background-image:url(/wp-content/themes/iridge_2018/images/business/img_service_fanship_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.overflow-block .bg-white>img{
  height: 90%;
  max-height: 600px;
  width: auto!important;
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 450px;
}
.overflow-block .bg-green>img{
  object-fit: contain!important;
  position: absolute;
  bottom: 0;
  max-height: 480px!important;
  min-width: auto;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.overflow-block .overflow-content .overflow-info .text-wrap {
  max-width: 580px;
  width: 100%;
  height: 100%;
  position: relative;
}
.overflow-block .overflow-content .overflow-img img.appdev_icon{
  object-fit: contain;
  display: inherit;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  width: 90%
}
@media  (min-width: 1201px) and (max-width: 1799px) {
  .overflow-block .overflow-content .overflow-img img.appdev_icon{
    width: 80%
  }
}
@media  (min-width: 1800px)  {
  .overflow-block .overflow-content .overflow-img img.appdev_icon{
    width: 60%
  }
}


.overflow-block .overflow-content .overflow-info .text-wrap .m-auto{
  position:absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.overflow-block .overflow-content .overflow-info .text-wrap .m-auto a.blank{
  padding-right:0;
}

.overflow-block .overflow-content .overflow-info  .service-text>p{
  margin-bottom: 30px;
}
.overflow-block .overflow-content .overflow-info  .service-text .w310{
  position: static;
  margin-bottom: 30px;
}

.overflow-block .overflow-content .overflow-info  .service-text .w310 a{
  text-align: left;
  padding-left: 70px;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.multi-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 2.6em;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.three {
  height: 3.9em;
  -webkit-line-clamp: 3;
}

ul.news-style {
  padding: 3px 0 12px;
}

ul.news-style li {
  border-top: 1px solid #dbdbdb;
  position: relative;
}

ul.news-style .dt {
  font-size: 16px;
  padding: 15px 0 10px;
}

ul.news-style .dt .date {
  color: #000;
  font-weight: bold;
}

ul.news-style .dt .label {
  display: inline-block;
  font-weight: bold;
}

ul.news-style .dt .blue {
  color: #334d90;
}

ul.news-style .dd {
  padding: 0 0 15px;
  line-height: 1.5;
  position: relative;
}

ul.news-style .dd a {
  color: #000;
  font-size: 16px;
}

ul.news-style .dd a:hover {
  color: #568dc1;
  text-decoration: underline;
}

ul.news-style .dd .pdf {
  display: block;
  width: 87px;
  height: 30px;
  padding-right: 34px;
  line-height: 30px;
  color: #568dc1;
  font-size: 13px;
  background: url(/wp-content/themes/iridge_2018/images/icon_pdf.png) right center no-repeat;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* -------------------------------------------------------------------------
    右メニュー
------------------------------------------------------------------------- */

.aside {
  float: right;
  max-width: 170px;
  width: 100%;
}

.aside li {
  border-bottom: 1px solid #dbdbdb;
}

.aside li a {
  display: block;
  padding: 15px 0;
}

.aside li a:hover, .aside li a.active {
  color: #568dc1;
}

.aside li .sub-link li {
  border-bottom: none;
}

.aside li .sub-link li a {
  padding: 10px;
}

.aside .headheadline-side {
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 1;
  color: #334d90;
  border-bottom: 2px solid #334d90;
}

.note-box th {
  border: 1px solid #dbdbdb;
  vertical-align: middle;
  background-color: #dbdbdb;
  text-align: left;
  padding-left: 7px;
}

.note-box td {
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
}

/* -------------------------------------------------------------------------
    フォーム
------------------------------------------------------------------------- */

.form-style01 input, .form-style01 textarea {
  height: 40px;
  margin: 0;
  padding: 6px 10px 7px 18px;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.3;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.form-style01 select {
  position: relative;
  z-index: 5;
  width: 100%;
  width: 130% \9;
  height: 40px;
  padding: 5px 30px 5px 11px;
  background-color: transparent;
  color: #568dc1;
  font-size: 14px;
  font-weight: normal;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.form-style01 select::-ms-expand {
  display: none;
}

.form-style01 select.placeHolder {
  display: none;
}

.form-style01 select:focus {
  outline: none;
}

.form-style01 ::-webkit-input-placeholder, .form-style01 textarea::-webkit-input-placeholder {
  color: #737481;
  opacity: 1;
}

.form-style01 ::-moz-placeholder, .form-style01 textarea::-moz-placeholder {
  color: #737481;
  opacity: 1;
}

.form-style01 ::-ms-input-placeholder, .form-style01 textarea::-ms-input-placeholder {
  color: #737481 !important;
  opacity: 1 !important;
}

.form-style01 .required {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  background: #568dc1;
  padding: 3px 2px 2px;
  width: 50px;
  height: 20px;
  line-height: 1;
  text-align: center;
}

.form-style01 .error-text {
  color: #e53030;
  padding-top: 7px;
  font-size: 12px;
}

.form-style01 .select-wrap {
  background: #fff;
  border: 1px solid #dbdbdb;
  height: 40px;
  width: 240px;
  position: relative;
  overflow: hidden;
}

.form-style01 .select-wrap:before {
  z-index: 1;
  position: absolute;
  content: " ";
  right: 10px;
  top: 17px;
  width: 11px;
  height: 6px;
  background-image: url(/wp-content/themes/iridge_2018/images/arrow_select.png);
  background-repeat: no-repeat;
  background-size: 11px 6px;
}

.form-style01 textarea {
  display: block;
  padding-top: 10px;
  color: #737481;
  overflow: auto;
  resize: none;
  background-color: #f9f9f9;
}

.form-style01 textarea.size01 {
  max-width: 720px;
  width: 100%;
  height: 240px;
}

.form-style01 textarea.size02 {
  max-width: 440px;
  width: 100%;
  height: 140px;
}

.form-style01 input {
  background-color: #f9f9f9;
}

.form-style01 input.size01 {
  max-width: 720px;
  width: 100%;
}

.form-style01 input.size02 {
  max-width: 200px;
  width: 100%;
}

.form-style01 input.size03 {
  max-width: 440px;
  width: 100%;
}

.form-style01 .radio-style, .form-style01 .check-style {
  position: absolute;
  left: 0;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  z-index: -1;
}

.form-style01 .error-form, .form-style01 .error-form input {
  border: solid 1px #e53030;
  background: #fff4f4;
}

.form-style01 .radio-style+label, .form-style01 .check-style+label {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_radio01.png) no-repeat 0 0;
  padding: 0 0 0 32px;
  color: #568dc1;
  line-height: 1.4;
  min-height: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.form-style01 .radio-style:checked+label, .form-style01 .radio-style:focus:checked+label, .form-style01 .radio-style:active+label, .form-style01 .radio-style:active:checked+label {
  background-image: url(/wp-content/themes/iridge_2018/images/icon_radio02.png);
}

.form-style01 .check-style+label {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_check01.png) no-repeat 0 0;
}

.form-style01 .check-style:checked+label, .form-style01 .check-style:focus:checked+label, .form-style01 .check-style:active+label, .form-style01 .check-style:active:checked+label {
  background-image: url(/wp-content/themes/iridge_2018/images/icon_check02.png);
}

.form-style01 .check-list li {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 8px;
  max-width: 147px;
  width: auto;
  max-width: none;
  margin-right: 10px;
}

.form-style01 table {
  width: 100%;
}

.form-style01 table th {
  position: relative;
  vertical-align: top;
  color: #0a2232;
  font-size: 16px;
  max-width: 230px;
  padding: 8px 10px 0 0;
  width: 23%;
  text-align: left;
}

.form-style01 table th .required {
  position: absolute;
  margin-top: 2px;
  right: 10px;
}

.form-style01 table td {
  padding: 0 0 40px;
}

.form-style01 table td .check-list {
  padding-top: 10px;
}

.form-style01 .agree-box {
  margin-bottom: 40px;
  padding-left: 23%;
}

.form-style01 .agree-box .link-site {
  display: inline-block;
  vertical-align: top;
  color: #226cd2;
  padding-left: 9px;
  font-weight: bold;
}

.form-style01 .agree-box .link-site span {
  background: url(/wp-content/themes/iridge_2018/images/icon_blank.png) no-repeat 100% 0;
  padding-right: 20px;
}

.form-style01 .agree-box .check-style+label {
  color: #000;
  padding-top: 2px;
  font-size: 13px;
}

.form-style01 .box-form {
  background: #fcfbfb;
  max-width: 760px;
  margin-bottom: 5px;
  padding: 30px 49px 10px;
}

.form-style01 .box-form table th {
  width: 34%;
}

.ie .check-style+label {
  padding-top: 3px;
}

.windows10.ie .required {
  padding-top: 5px;
}

p {
  font-size: 16px;
}

.business .other-service-bnr li p{
  font-size: 18px;
  line-height: 1;
}

.business .other-service-bnr li div.w310 p{
  font-size: 13px;
  font-weight: bold;
  padding:10px;
}
.bg-full {
  background: url(/wp-content/themes/iridge_2018/images/temp/bg_temp01.jpg) center 0 no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.bg-full .wrapper {
  padding: 41px 0 149px;
}

.bg-full .white-box {
  max-width: 520px;
  width: 100%;
  padding: 20px;
  border: 9px solid #fff;
  background-color: rgba(255, 255, 255, 0.7);
}

.history-block {
  margin-bottom: 90px;
}

.history-block .history-list {
  position: relative;
}

.history-block .history-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fa7c05;
  background: -webkit-linear-gradient(bottom, #fa7c05, #1d53df);
  background: -o-linear-gradient(top, #fa7c05, #1d53df);
  background: -moz-linear-gradient(top, #fa7c05, #1d53df);
  background: linear-gradient(to top, #fa7c05, #1d53df);
  position: absolute;
  left: 14.1%;
  top: 38px;
  z-index: 1;
}

.history-block .history-list li {
  overflow: hidden;
}

.history-block .history-list li:first-child .dt {
  position: relative;
}

.history-block .history-list li:first-child .dt:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #334d90;
  position: absolute;
  right: -52px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9;
}

.history-block .history-list .dt {
  float: left;
  width: 10%;
  padding: 17px 0;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.history-block .history-list .dt:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #334d90;
  background-color: #f7f7f7;
  position: absolute;
  right: -49px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9;
}

.history-block .history-list .dd {
  margin-left: 18%;
  padding: 17px 0;
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
}

@media (min-width: 1300px) {
  .overflow-block .overflow-content {
    overflow: hidden;
    max-height: 500px;
  }
  .overflow-block .overflow-content >div{
    max-height: 500px!important;
  }
  .overflow-block .overflow-content .overflow-img img {
    object-fit: cover;
    object-position: 50% 50%;/* デフォルト値。center centerと同じ */
    height: 500px;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .overflow-block .overflow-content {
    overflow: hidden;
  }

  .overflow-block .overflow-content .overflow-img {
    overflow: hidden;
    min-height: 500px;
  }

  .overflow-block .overflow-content .overflow-img img {
    /*height: 100%;
    width: auto;
    max-width: unset;*/
    object-fit:cover;
    object-position: 50% 50%;/* デフォルト値。center centerと同じ */
    min-height: 500px;
  }

  .overflow-block .text-wrap{
    width: auto!important;
    max-width: 100%!important;
  }
  .overflow-block .bg-green>img{
  min-height: 420px!important;
  }

}

@media (min-width: 769px) and (max-width: 960px) {
  .overflow-block .bg-green>img{
    min-height: auto!important;
  }
}
@media (max-width: 768px) {
  .other-service-bnr p{
    font-size: 14px;
  }
  h3.bd-line{
    margin-bottom: 0;
    font-size: 20px!important;
  }
  .coassing_img_area{
    height: auto;
  }
  .coassing_img_area img.for-sp{
    display: block;
    margin-top: -20px;
  }

  .keyv-line .wrapper {
    padding: 0 15px;
  }

  .keyv-line .wrapper:before {
    width: 90%;
    left: 5%;
  }

  .sub-headline {
    position: static;
  }

  .blue-square {
    padding-left: 15px;
  }

  .blue-square:before {
    top: 5px;
    left: 0;
  }

  .list-style li {
    font-size: 14px;
  }

  .blue-circle, .list-style ul li {
    padding-left: 30px;
  }

  .blue-circle:before, .list-style ul li:before {
    top: 6px;
    left: 17px;
  }

  .blue-label {
    top: 1px;
  }

  .two-col li {
    width: 100%;
  }

  .two-col li:nth-of-type(2n) {
    margin-bottom: 15px;
  }

  .three-col li {
    width: 100%;
    margin: 0;
  }

  .about .three-col li {
    margin-bottom: 15px;
  }

  .four-col li {
    width: 100%;
    margin-right: 0%;
  }

  .overflow-block .overflow-content .overflow-img {
    width: 100%;
  }
  .overflow-block .bg-white{
    min-height: 250px;
  }
  .overflow-block .bg-white img{
    min-height: 250px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .overflow-block .overflow-content .overflow-info {
    width: 100%;
  }

  ul.news-style {
    padding: 0;
  }

  ul.news-style li {
    border-top: 1px solid #dbdbdb;
  }

  ul.news-style li.sm-bt-none {
    border-top: none;
  }

  ul.news-style .dt {
    position: relative;
    top: 0;
    font-size: 14px;
    transform: none;
    -webkit-transform: none;
    padding-top: 20px;
  }

  ul.news-style .dd {
    padding: 0 0 20px;
    line-height: 1.5;
  }

  ul.news-style .dd a {
    font-size: 14px;
  }

  ul.news-style .dd .pdf {
    padding-right: 30px;
    font-size: 9px;
    background: url(/wp-content/themes/iridge_2018/images/icon_pdf_sp.png) right center no-repeat;
    background-size: 16px auto;
    text-align: right;
  }

  .fl.w760 {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .aside {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .form-style01 .required {
    width: 32px;
    height: 18px;
    font-size: 12px;
  }

  .form-style01 .error-text {
    font-size: 10px;
  }

  .form-style01 .radio-style, .form-style01 .check-style {
    width: 18px;
    height: 18px;
  }

  .form-style01 .radio-style+label, .form-style01 .check-style+label {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_radio01_sp.png);
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    padding-left: 25px;
    min-height: 18px;
    font-size: 14px;
  }

  .form-style01 .radio-style:checked+label, .form-style01 .radio-style:focus:checked+label, .form-style01 .radio-style:active+label, .form-style01 .radio-style:active:checked+label {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_radio02_sp.png);
  }

  .form-style01 .check-style+label {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_check01_sp.png);
  }

  .form-style01:checked+label, .form-style01:focus:checked+label, .form-style01:active+label, .form-style01:active:checked+label {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_check02_sp.png);
  }

  .form-style01 select {
    height: 31px;
    font-size: 12px;
  }

  .form-style01 .select-wrap {
    height: 31px;
    width: 160px;
  }

  .form-style01 .select-wrap:before {
    top: 12px;
    background-size: 10px 5px;
    -webkit-background-size: 10px 5px;
    -moz-background-size: 10px 5px;
  }

  .form-style01 input, .form-style01 textarea {
    padding: 10px 15px;
    font-size: 14px;
  }

  .form-style01 input {
    width: 100%;
    font-size: 14px;
  }

  .form-style01 input.size01, .form-style01 input.size03 {
    width: 100%;
  }

  .form-style01 input.size02 {
    width: 160px;
  }

  .form-style01 textarea.size01, .form-style01 textarea.size02 {
    height: 120px;
  }

  .form-style01 table th {
    display: block;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    padding-bottom: 7px;
    padding-top: 3px;
    font-weight: bold;
  }

  .form-style01 table th .required {
    position: static;
    margin-top: -2px;
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
  }

  .form-style01 table td {
    display: block;
    padding-bottom: 30px;
  }

  .form-style01 .agree-box {
    padding-left: 0;
    text-align: center;
  }

  .form-style01 .agree-box .check-style+label {
    font-size: 14px;
  }

  .form-style01 .agree-box .link-site {
    display: block;
    padding-left: 40px;
    font-size: 12px;
    margin-top: 10px;
  }

  .form-style01 .agree-box .link-site span {
    background-image: url(/wp-content/themes/iridge_2018/images/icon_blank_sp.png);
    background-size: 10px auto;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
  }

  .form-style01 .check-list {
    padding-top: 0;
  }

  .form-style01 .check-list li {
    padding-bottom: 0;
    width: auto;
    margin-right: 15px;
  }

  .form-style01 .check-list li:last-child {
    margin-right: 0;
  }

  .form-style01 .box-form {
    padding: 15px;
  }

  .form-style01 .box-form table th {
    width: 100%;
  }

  .bg-full .white-box {
    padding: 15px;
  }

  .bg-full02 {
    background: none;
  }

  .bg-full02 .wrapper {
    padding: 0;
  }

  .bg-full02 .white-box {
    background-color: transparent;
    border: none;
  }

  .history-block {
    margin-bottom: 60px;
  }

  .history-block .wrapper {
    padding: 0 15px;
  }

  .history-block .history-list:before {
    left: 5px;
    top: 20px;
  }

  .history-block .history-list li:first-child .dt {
    position: relative;
  }

  .history-block .history-list li:first-child .dt:before {
    width: 11px;
    height: 11px;
    right: auto;
    left: 0;
  }

  .history-block .history-list .dt {
    float: left;
    width: 10%;
    padding: 8px 20px;
    text-align: left;
    font-size: 12px;
  }

  .history-block .history-list .dt:before {
    width: 9px;
    height: 9px;
    border-width: 2px;
    right: auto;
    left: 1px;
  }

  .history-block .history-list .dd {
    margin-left: 20px;
    padding: 7px 0 7px 14%;
    font-size: 14px;
  }

  .tag-list>li {
    width: 47%;
    margin: 5px 0 5px 0 !important;
  }

  .tag-list>li:nth-child(2n) {
    float: right;
  }

  .tag-list>li:last-child {
    margin-right: 0;
  }

  .tag-list .tag-list-item>a {
    padding-left: 20px;
    padding-right: 5px;
    font-size: 12px;
    text-align: center;
    background: #e7edee url(/wp-content/themes/iridge_2018/images/icon_tag.png) 7px center no-repeat !important;
    background-size: 12px 7px !important;
  }

  .tag-list .tag-list-item>a:hover, .tag-list .tag-list-item>a.active {
    background: #568dc1 url(/wp-content/themes/iridge_2018/images/icon_tag_h.png) 7px center no-repeat !important;
    background-size: 12px 7px !important;
  }

  .tag-list .jqTransformSelectWrapper {
    width: 100% !important;
  }

  .tag-list .jqTransformSelectWrapper ul {
    width: 100% !important;
  }

  p {
    font-size: 14px;
  }

  .two-col-ttl {
    font-size: 18px;
  }
}

/*-- IE11 ハック --*/

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .btn.white a {
    background: linear-gradient(to left, #fff 50%, #fff 50%);
  }

  .btn.white a:hover {
    background: linear-gradient(to left, #568dc1 50%, #568dc1 50%);
  }

  .information .app-list>li {
    background: none;
    border: solid 1px #334d90;
  }
}

.news .title-sub a:hover {
  color: #568dc1;
  text-decoration: underline;
}

.timeTxt span a, .title-sub span a {
  color: #334d90;
  font-size: 16px;
  font-weight: bold;
}

.timeTxt span a:hover, .title-sub span a:hover {
  color: #568dc1;
  text-decoration: underline;
}

.news .title-sub {
  font-size: 16px;
  font-weight: bold;
}

.news .title-sub a {
  color: #334d90;
  display: inline-block;
  padding-left: 20px;
}

/* Ph2用　追記 */

.blog .inner-tag-list li {
  display: inline-block;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  float: none;
}

.blog_cate a {
  color: #334d90;
  font-size: 13px;
  font-weight: bold;
}

.blog_cate a:hover {
  color: #568dc1;
  text-decoration: underline;
}

/* -------------------------------------------------------------------------
    COMPANY
------------------------------------------------------------------------- */

.about.category-top {
  background-color: #f7f7f7;
}

.about .under .keyv {
  height: 170px;
  /* margin-top: 72px; */
  padding-top: 0;
  background-size: cover;
}

.about .message .keyv {
  background: url(/wp-content/themes/iridge_2018/images/about/bg_topmessage.jpg) center center no-repeat;
  background-size: cover;
}

.about .vision .keyv {
  background: url(/wp-content/themes/iridge_2018/images/about/bg_vision.jpg) center center no-repeat;
  background-size: cover;
}

.about .history .keyv {
  background: url(/wp-content/themes/iridge_2018/images/about/bg_history.jpg) center center no-repeat;
  background-size: cover;
  position:relative;
}

.about .officer .keyv {
  background: url(/wp-content/themes/iridge_2018/images/about/bg_board.jpg) center center no-repeat;
  background-size: cover;
}

.about .category-top .keyv-text {
  padding-top: 60px;
  line-height: 1;
}

.about .category-top .keyv {
  height: 380px;
  padding-top: 127px;
  margin-top: 0;
  background: url(/wp-content/themes/iridge_2018/images/about/bg_about.jpg) center center no-repeat;
  background-size: cover;
}

.message-block p {
  margin: 0 auto;
  line-height: 1.8;
}

.company-block .two-col li, .company-block .three-col li {
  border: 1px solid #e7edee;
}

.officer-block .two-col li {
  border: 1px solid #e7edee;
}

.vision-block .three-col li {
  border: 1px solid #e7edee;
}

.vision-block .three-col li p.f18 {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.text-white {
  color: #fff;
}

.origin-block .w320 {
  width: 320px;
  max-width: 320px;
}

.origin-block .w320 img {
  width: 100%;
}

.policy, .contact {
  background: #fff;
}

.policy .keyv, .contact .keyv {
  height: 274px;
  padding-top: 161px;
  background: none;
}

.policy .keyv .wrapper, .contact .keyv .wrapper {
  position: relative;
}

.policy .keyv .wrapper:before, .contact .keyv .wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: -22px;
}

ul.sec-line {
  border-bottom: 1px solid #568dc1;
}

.policy .main .wrapper, .contact .main .wrapper {
  max-width: 1000px;
  width: 100%;
}

.history-block .dd.non-border {
  border: none;
}

/* -------------------------------------------------------------------------
    IR
------------------------------------------------------------------------- */

.ir h1 {
  text-align: center;
  color: #1e0c0f;
  font-weight: bold;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

.faq-field dt {
  font-size: 18px;
  color: #334d90;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.faq-field dd {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  margin-bottom: 20px;
}

/*========== IR トップ ========== */
.ir .category-top .keyv {
  height: 380px;
  padding-top: 127px;
  margin-top: 0;
  background: url(/wp-content/themes/iridge_2018/images/ir/bg_ir.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: solid 1px #ececec;
}

.ir .category-top .two-col a {
  display: block;
}

.ir .category-top .keyv .wrapper:before {
  display: none;
}

.ir .category-top .keyv .keyv-text {
  padding-top: 64px;
}

.ir .category-top h2 {
  font-size: 28px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.ir .category-top .blank {
  padding-right: 25px;
  position: relative;
}

.ir .category-top .blank:after {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window.svg) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
}

.ir .category-top .two-col-ttl span {
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}

.ir .category-top .two-col li {
  border: 1px solid #e7edee;
}

.ir .category-top .two-col .two-col-ttl {
  text-align: center;
}

.ir .category-top .four-col li {
  border: 1px solid #e7edee;
}

.ir .category-top .four-col-ttl {
  text-align: center;
  margin-bottom: 0;
}

.ir .category-top .btn-download {
  margin-bottom: 20px;
}

.ir .category-top .btn-download a {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
}

.irnews-right li {
  float: left;
  padding-top: 3px;
  margin-right: 20px;
}

.irnews-right li:last-of-type {
  padding-top: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .ir .category-top h2 {
    font-size: 20px;
    float: none;
  }

  .ir .category-top .btn-download a {
    font-size: 12px;
    padding: 10px 0;
  }
}

/*========== IR ニュース ========== */

.ir .ir-news-field_title ul li a {
  font-size: 16px;
}

.ir #divDataArea {
  font-size: 14px;
}

.ir #divDataArea dd, .ir #divDataArea dd a {
  color: #226cd2;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

.ir #divDataArea dd:hover, .ir #divDataArea dd a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.ir #divDataArea img {
  margin-left: 15px;
}

.ir .library-field .btn {
  width: 450px;
  border: 1px solid #568dc1;
}

.ir .library-field .btn .dl-icon {
  background: url(/wp-content/themes/iridge_2018/images/ir/dl.svg) center center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-40%);
  transition: all 0.3s;
}

.ir .library-field .btn:hover .dl-icon {
  background: url(/wp-content/themes/iridge_2018/images/ir/dl_h.svg) center center no-repeat;
}

.ir .small-navi li {
  display: inline-block;
  float: left;
}

.ir .small-navi li a {
  display: block;
  padding: 6px 40px 5px 8px;
  background: #e7edee;
  color: #568dc1;
  transition: all 0.3s;
  position: relative;
}

.ir .small-navi li a:hover {
  color: #fff;
  background: #568dc1;
}

.ir .small-navi li a:hover i {
  background: url(/wp-content/themes/iridge_2018/images/icon_arrow01.png) no-repeat 100% 100%;
}

.ir_sp {
  display: none;
}

.ir_pc {
  margin-bottom: 40px;
}

/*========== IR スケジュール ========== */

.ir .schedule-field dl {
  font-size: 16px;
  margin-bottom: 60px;
}

.ir .schedule-field #ir_library dl dt, .ir .schedule-field #ir_library dl dd {
  padding: 15px 0 15px 0;
}

.ir .schedule-field #ir_library dl dd {
  padding-left: 6em;
}

.ir .schedule-field #download {
  font-size: 13px;
}

.ir #divSelect {
  margin-bottom: 10px;
}

.w25p {
  width: 25%;
}

/*========== IR 経営方針 ========== */

#governance {
  color: #226cd2;
  text-align: left !important;
}

#governance a {
  font-size: 16px;
  margin-bottom: 20px;
  color: #226cd2;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

#governance a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

/*========== IR 免責事項 ========== */

.ir .p-management h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

/*========== IR 免責事項 ========== */

.ir .p-disclaimer h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

/*========== IR FAQ ========== */

.ir .p-faq h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 30px;
}

/*========== IR FAQ ========== */

.ir .p-highlight h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

/*========== IR IRライブラリー ========== */

.ir .p-library .keyv, .ir .p-securities .keyv, .ir .p-material .keyv {
  border: none;
}

.ir .p-library h2, .ir .p-securities h2, .ir .p-material h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

.ir #divDataArea h3, .ir_h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #334d90;
  margin-bottom: 16px;
}

#ir_library h3 {
  text-align: left;
}

.ir .p-securities #divDataArea h3 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 28px !important;
  margin-bottom: 16px;
}

div#yuhoTable table, div#mkr table, p.snavi {
  margin-bottom: 40px;
}

/*========== IR IRライブラリー ========== */

.ir .p-tanshin h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

/*========== IR 株式情報 ========== */

.ir .p-stock h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

.stock-tbl th {
  border: 1px solid #dbdbdb;
  vertical-align: middle;
  background-color: #eee;
  width: 26%;
  padding: 10px 5px;
  color: #334d90;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.stock-tbl td {
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
  line-height: 1.5;
  font-size: 16px;
}

/*========== IR IRニュース ========== */

.ir .p-irnews h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

/*========== IR 電子公告 ========== */

.ir .p-notice h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .stock-tbl th {
    padding: 10px 5px;
    font-size: 12px;
  }

  .stock-tbl td {
    padding: 10px 10px;
    font-size: 12px;
  }
}

/*========== IR 株主・投資家の皆様へ ========== */

.ir .p-message h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

/* -------------------------------------------------------------------------
    利用規約
------------------------------------------------------------------------- */

.policy .keyv {
  border: none;
}

.policy h1 {
  text-align: center;
}

.policy h2 {
  font-size: 28px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 16px;
}

ul.terms-list li {
  position: relative;
}

ul.terms-list li a {
  padding-left: 40px;
}

ul.terms-list li .pdf {
  display: block;
  width: 87px;
  height: 30px;
  padding-right: 34px;
  line-height: 30px;
  color: #568dc1;
  font-size: 13px;
  background: url(/wp-content/themes/iridge_2018/images/icon_pdf.png) left center no-repeat;
  text-align: right;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.terms-block {
  padding: 0 0 60px;
}

@media (max-width: 768px) {
  .terms-block {
    padding: 30px 0;
  }

  .policy h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

/* -------------------------------------------------------------------------
    個人情報の取り扱いについて
------------------------------------------------------------------------- */
.policy .keyv .keyv-title, .personal_information .keyv .keyv-title h1{
  color: #1e0c0f;
  font-size: 42px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 10px;
}

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

.p-privacy_policy h3 {
  color: #1e0c0f;
  font-size: 22px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 10px;
}

.p-privacy_policy .list-style {
  margin: 5px 0 20px 16px;
}

.p-privacy_policy .section-block li {
  font-size: 16px;
  margin-bottom: 5px;
}

.p-privacy_policy .section-block {
  padding: 0 0 60px;
}

@media (max-width: 768px) {
  .p-privacy_policy h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 27px;
    text-indent: -27px;
  }

  .policy-li {
    padding-left: 16px;
    text-indent: -16px;
    display: inline-block;
  }
}

.header-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #fff; */
    text-align: center;
    padding: 2rem;
    padding-top: 85px;
}

.header-back.culture {
  padding-top: 100px;
}

/* -------------------------------------------------------------------------
    特定個人情報等の適正な取扱いに関する基本方針
------------------------------------------------------------------------- */

.sitepolicy h3 {
  font-size: 22px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 10px;
}

/* -------------------------------------------------------------------------
    特定個人情報等の適正な取扱いに関する基本方針
------------------------------------------------------------------------- */

.basicpolicy h3 {
  font-size: 22px;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 10px;
}

.o2o .keyv-text, .fintech .keyv-text, .solution .keyv-text, .works .keyv-text {
  padding-top: 60px;
  line-height: 1;
}

.o2o h4.headline-minimum {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #334d90;
}

.o2o p.info-img {
  text-align: center;
}
.appdev p.info-img img{
  margin: 0 auto;
}

.icon-list li h5 {
  color: #568dc1;
}

.icon-list li {
  padding: 15px;
}

.icon-list li img {
  margin-bottom: 20px;
}

.fintech .keyv {
  background: url(/wp-content/themes/iridge_2018/images/business/bg_keyv_fintech.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}

.keyv-text.text-center::before {
  content: '';
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(265,265,265,0.2)
}

/* 沿革ページ */
.keyv-text.text-center.history::before {
  /* top: 181px; */
  height: 169px;
}


@media (max-width: 768px){
  .keyv-text.text-center::before {
    /* height: 250px; */
  }
}

/* 沿革ページ */
@media (max-width: 768px){
  .keyv-text.text-center.history::before {
    top: 148px;
    height: 107px;
  }
}

.fintech .keyv.real-estate {
  background: url(/wp-content/themes/iridge_2018/images/business/img_lifedesign_header.png) 0 0 no-repeat;
  background-size: cover;
}
.dxsolution .dxsolution-header{
  background: url(/wp-content/themes/iridge_2018/images/business/bg_dxsolution.png) center center no-repeat!important;
}


.fintech .page-link {
  margin-bottom: 40px;
}

.fintech .page-link li.page-btn {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.fintech .page-link li.page-btn a {
  display: block;
  text-align: center;
  background: #e7edee url(/wp-content/themes/iridge_2018/images/icon_arrow07.png) right 12px center no-repeat;
  font-size: 16px;
  color: #568dc1;
  padding: 10px;
  transition: all 0.3s;
}

.fintech .page-link li.page-btn a:hover {
  color: #fff;
  background: #568dc1 url(/wp-content/themes/iridge_2018/images/icon_arrow07_h.png) right 12px center no-repeat;
}

.fintech .page-link li:hover a .arrow07 {
  background: url(/wp-content/themes/iridge_2018/images/icon_arrow07_h.png) no-repeat 100% 100%;
}

.fintech-block {
  padding-top: 30px;
  /*margin-bottom: 60px;*/
}

.fintech-block .two-col li {
  background: #fff;
}

#fintech04.information .app-list {
  padding: 0;
  margin-bottom: 40px;
}

#fintech04.information .tag-list {
  padding: 0;
  margin: 0 auto;
}

.works-tag {
  text-align: center;
}

.works-tag .tag-list {
  display: inline-block;
}

.information .app-list>li .app-head .app-title.nega-m {
  padding-top: 3px;
}

.solution .keyv {
  background: url(/wp-content/themes/iridge_2018/images/business/bg_keyv_solution.jpg) 0 0 no-repeat;
  background-size: cover;
}

/*========== WORKS ========== */

.works h1 {
  color: #1e0c0f;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

.works .keyv {
  background: url(/wp-content/themes/iridge_2018/images/business/bg_keyv_works.jpg) 0 0 no-repeat;
  background-size: cover;
}

.works .app-list {
  padding: 0;
}

.works .two-col>li .app-body .left .button-list li {
  width: 100%;
}

.information.works-list .app-list>li {
  margin-bottom: 40px;
}

.information.works-list .app-list>li .app-wrap {
  height: 100%;
}

.information .app-list>li .non-capture-pt01 .app-body .left, .information .app-list>li .non-capture-pt02 .app-body .left {
  width: 100%;
}

.information .app-list>li .non-capture-pt01 .app-body .left .button-list li {
  float: left;
  margin-right: 1%;
  width: 100%;
}

.information .app-list>li .non-capture-pt02 .app-body .left .app-text02 {
  width: 48%;
  float: left;
}

.information .app-list>li .non-capture-pt02 .app-body .left .button-list {
  width: 48%;
  padding: 0;
  float: right;
}

/*--12/22--*/

.solution-list li a.page-jump {
  background: url(/wp-content/themes/iridge_2018/images/business/bg_circle_anker.png) 0 0 no-repeat;
}

.solution-block.overflow-block {
  margin-top: -90px;
  padding-top: 90px;
}

/*========== REASON ========== */

.business .reason .keyv {
  height: 274px;
  padding-top: 161px;
  background: none;
  border-bottom: none;
}

.reason h1 {
  color: #1e0c0f;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

.business .reason .keyv .keyv-title {
  font-size: 56px;
  line-height: 1.1;
}

.business .reason .keyv .wrapper {
  position: relative;
}

.business .reason .keyv .wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: -22px;
}

.full-image {
  position: relative;
  height: 600px;
}

.full-image img {
  position: absolute;
  width: 70%;
  height: auto;
  top: 0;
  z-index: 1;
}

.full-image .reason-img-right {
  right: 0;
}

.full-image .reason-img-left {
  left: 0;
}

.full-image .reason-text {
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 30px;
  z-index: 2;
}

.full-image .reason-right {
  right: 0;
  padding: 30px 4% 30px 30px;
}

.full-image .reason-left {
  left: 0;
  padding: 30px 30px 30px 4%;
}

.full-image .reason-text p.reason-blue {
  color: #334d90;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact .section-block li {
  border: 1px solid #e7edee;
}

.contact .w310 {
  margin: 0 auto;
}

.contact .news-style li {
  border: none;
  border-bottom: 1px solid #e7edee;
}

.contact .news-style li:last-child {
  border: none;
}

.contact ul.back-btn {
  width: 640px;
  margin: 0 auto;
}

.contact ul.back-btn li {
  width: 310px;
  float: left;
}

.contact .section-block .check-list li {
  border: none;
}

.business-block h2 {
  margin-bottom: 10px;
  line-height: 1;
}

/* @media (min-width: 769px) {
  header .right .navigation .sub-link .sub-nav-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header .right .navigation .sub-link .sub-nav-wrap .sub-nav-head {
    float: left;
    width: 22%;
  }

  header .right .navigation .sub-link .sub-nav-wrap .sub-nav-head a {
    padding-top: 5px;
    font-size: 14px;
  }

  header .right .navigation .sub-link .sub-nav-wrap ul {
    float: right;
    overflow: hidden;
    width: 70%;
    text-align: left;
    padding-top: 3px;
  }
} */

.m-auto {
  margin: 0 auto;
}

a.btn-more {
  text-align: center;
  display: block;
  padding: 10px 6px;
  position: relative;
  transition: all 0.3s;
  color: #568dc1;
  font-size: 16px;
  cursor: pointer;
}

.news-block dl .blue {
  background: none;
}

.business .main .reason-block ul li a, .news-block dl dd a, .breadcrumbs li a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

.business .main .reason-block ul li a:hover, .news-block dl dd a:hover, .breadcrumbs li a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.o2o-block h2, .o2o-block h2 span {
  text-align: left;
}

.o2o-block .blue-text01 {
  font-weight: bold;
  margin-bottom: 16px;
}

.solution-list li a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.bg-blue-line {
  border: 1px solid #e7edee;
}

.overflow-block p.overflow-headline {
  font-size: 20px;

  /*padding-top: 10px;*/
  margin-bottom: 15px;
  line-height: 1.5;
  color: #334d90;
  font-weight: bold;
}

.overflow-block .text-wrap {
  max-width: 580px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: 47px;
  margin-right: 5px;
  word-wrap: break-word;
}

.information .two-col>li .app-body .left .button-list li {
  margin-bottom: 10px;
}

.mission-headline {
  font-size: 22px;
  color: #334d90;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1;
  text-align: center;
}

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

.recruit-block .two-col>li.rec-top-list {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.recruit-block .three-col>li.rec-top-list {
  width: 32%;
  margin-right: 2%;
}

.recruit-block .two-col>li.rec-top-list div ul>li, .recruit-block .three-col>li.rec-top-list div ul>li {
  width: 100%;
  padding: 0 0 0 15px;
}

.recruit-block .two-col>li.rec-top-list div ul>li:before, .recruit-block .three-col>li.rec-top-list div ul>li:before {
  left: 0;
}

.recruit-top .keyv {
  background: url(/wp-content/themes/iridge_2018/images/recruit/bg_keyv_recruit.jpg) center top no-repeat;
  background-size: cover;
}

.recruit .main .wrapper {
  max-width: 1000px;
  width: 100%;
}

.contact .section-block button {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  /*--style reset--*/
  width: 310px;
  background-color: #568dc1;
  background: linear-gradient(to left, #568dc1 50%, #ed6c00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  text-align: center;
  display: block;
  padding: 15px 3px;
  position: relative;
  transition: all 0.3s;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 25px;
}

.solution-block .overflow-img {
  background: #fff;
}

.business-top .keyv-text {
  padding-top: 60px;
  line-height: 1;
}

.recruit .keyv-text {
  padding-top: 60px;
  line-height: 1;
}

@media (max-width: 768px) {
  .about .category-top .keyv {
    padding-top: 74px;
    height: 250px;
    background: url(/wp-content/themes/iridge_2018/images/about/bg_keyv_sp.jpg) 0 0 no-repeat;
    background-size: cover;
  }

  .about .under .keyv {
    height: 107px;
    margin-top: 54px;
    padding-top: 0;
    background-size: cover;
  }

  .about .category-top .keyv-text {
    padding-top: 45px;
    line-height: 1;
  }

  .about .about-block dl dd .btn-contact a {
    padding: 7px;
    text-align: left;
    margin-bottom: 10px;
  }

  .about .office-block {
    padding: 35px 0 0;
  }

  .two-col img, .three-col img {
    width: 100%;
    height: auto;
  }

  ul.terms-list li a {
    padding-left: 35px;
  }

  .origin-block .w320 {
    width: 100%;
    max-width: 100%;
  }

  .origin-block .w320.fr, .origin-block .w320.fl {
    float: none;
  }

  .policy .main .wrapper, .contact .main .wrapper {
    padding: 0 15px;
  }

  .policy .keyv, .contact .keyv {
    height: auto;
    padding-top: 74px;
    background: none;
  }

  .policy .keyv .keyv-title, .contact .keyv .keyv-title {
    font-size: 40px;
  }

  .policy .keyv .wrapper:before, .contact .keyv .wrapper:before {
    width: 94%;
    left: 3%;
  }

  /* -------------------------------------------------------------------------
    IR
------------------------------------------------------------------------- */
  .ir .category-top .keyv {
    padding-top: 74px;
    height: 250px;
    background: url(/wp-content/themes/iridge_2018/images/ir/bg_ir_sp.jpg) 0 0 no-repeat;
    background-size: cover;
  }

  .ir .category-top .keyv .keyv-text {
    padding-top: 27px;
  }

  .ir .category-top .four-col li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 25px;
    float: left;
  }

  .ir .category-top .ir-news-field_title h3 {
    float: none;
  }

  .ir .category-top .ir-news-field_title .fr {
    float: none;
  }

  .ir .category-top .ir-news-field_title ul li {
    margin-right: 20px;
  }

  .ir .category-top .ir-news-field_title ul li a {
    font-size: 16px;
  }

  .ir .library-field .btn {
    width: 100%;
    border: 1px solid #568dc1;
  }

  .ir .ir-block .left {
    padding-bottom: 50px;
  }

  .ir_pc {
    display: none;
  }

  .ir_sp {
    margin-bottom: 30px;
    display: block;
  }

  .ir #divDataArea h3, .ir_h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .ir .schedule-field #ir_library dl dt {
    padding: 15px 0 5px 0;
  }

  .ir .schedule-field #ir_library dl dd {
    padding: 0 0 15px 0;
  }

  .ir .small-navi li {
    margin-bottom: 10px;
  }

  .ir .library-field .btn .dl-icon {
    background: url(/wp-content/themes/iridge_2018/images/ir/dl.svg) center center no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-40%);
    transition: all 0.3s;
  }

  .faq-field dt {
    font-size: 18px;
  }

  .faq-field dd {
    font-size: 14px;
  }

  .o2o .keyv {
    background: url(/wp-content/themes/iridge_2018/images/business/bg_keyv_o2o_sp.jpg) 0 0 no-repeat;
    padding-top: 74px;
    height: 250px;
    background-size: cover;
  }
  .appdev .keyv {
    background: url(/wp-content/themes/iridge_2018/images/business/bg_appdev_sp.png) 0 0 no-repeat;
    padding-top: 74px;
    height: 250px;
    background-size: cover;
  }

  .o2o .keyv-text, .fintech .keyv-text, .solution .keyv-text, .works .keyv-text {
    padding-top: 45px;
    line-height: 1;
  }

  .o2o h4.headline-minimum {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #334d90;
  }

  .o2o .information .solution-flow {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-list li {
    /*float: left;
    width: 48%;*/
    width: 100%;
    margin: 0 4% 30px 0;
  }

  .icon-list li img {
    /*width: 100%;
    max-width: 100%;*/
    width: auto;
    height: 80px;
    /*height: auto;*/s
  }
  .four-col.dg-col li{
    width: 100%;
  }

  .icon-list li:nth-child(2n) {
    margin-right: 0;
  }

  .fintech .keyv {
    background: url(/wp-content/themes/iridge_2018/images/business/bg_keyv_fintech_sp.jpg) 0 0 no-repeat;
    padding-top: 74px;
    height: 250px;
    background-size: cover;
  }
  .fintech .keyv.real-estate {
    background: url(/wp-content/themes/iridge_2018/images/business/img_lifedesign_header_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .dxsolution .dxsolution-header {
    background: url(/wp-content/themes/iridge_2018/images/business/bg_dxsolution_sp.png) 0 0 no-repeat!important;
    background-size: cover;
  }

  .fintech .page-link {
    margin-bottom: 30px;
  }

  .fintech .page-link li.page-btn {
    width: 48%;
    margin: 0 2% 10px 0;
  }

  .fintech .page-link li.page-btn a {
    font-size: 14px;
  }

  .fintech-block {
    padding-top: 20px;
    margin-bottom: 40px;
  }

  #fintech04.information .app-list {
    margin-bottom: 0;
  }

  .works-tag .tag-list li {
    width: 49%;
  }

  .solution .keyv {
    background: url(/wp-content/themes/iridge_2018/images/business/bg_keyv_solution_sp.jpg) 0 0 no-repeat;
    padding-top: 74px;
    height: 250px;
    background-size: cover;
  }

  .works .keyv {
    background: url(/wp-content/themes/iridge_2018/images/business/bg_keyv_works_sp.jpg) 0 0 no-repeat;
    padding-top: 74px;
    height: 250px;
    background-size: cover;
  }

  .information .app-list>li .non-capture-pt01 .app-body .left .button-list {
    width: 100%;
    float: none;
  }

  .information .app-list>li .non-capture-pt01 .app-body .left .app-text02 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .solution-list li a.page-jump {
    background: url(/wp-content/themes/iridge_2018/images/business/bg_circle_anker_sp.png) 0 0 no-repeat;
    background-size: 130px auto;
  }

  .o2o .app-development-block, .o2o .solution-block, .o2o .marketing-block, .o2o .dg-block, .appdev  .-head {
    background-size: cover;
  }
  .appdev .promotion-block{
    margin-top: 60px;
  }
  .appdev .promotion-block h2{
    margin-bottom: 30px;
  }
  .appdev .qoil_bnr{
    margin:40px auto 60px auto;
  }


  .o2o .solution-block {
    background: #e6e6e6 url(/wp-content/themes/iridge_2018/images/business/bg_promotion_sp.png) center bottom no-repeat;
  }
  .appdev  .grawthhack-head{
    padding:40px 0;
    background: #fff url(/wp-content/themes/iridge_2018/images/business/bg_gaowthhack_sp.png) right bottom no-repeat;
    margin-bottom: 40px;
  }

  .appdev  .grawthhack-head{
    padding:40px 0;
    background: #fff url(/wp-content/themes/iridge_2018/images/business/bg_promotion_sp.png) right bottom no-repeat;
    margin-bottom: 40px;
  }

  .appdev .grawthhack-fanship-wrap{
    background-color:#fff;
    background-image: none;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .appdev .grawthhack-fanship-wrap .text01 .m-auto a{
    margin:20px 0;
  }
  .appdev .grawthhack-fanship-wrap .text01 .m-auto a.blank::after{
    top: 16px;
  }
  .appdev h4.bd-line{
    margin-top: 20px;
    width: 100%;
    font-size: 18px!important;
  }
  .appdev .grawthhack-fanship-wrap .blue-text01{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size:16px;
  }
  .appdev .grawthhack-fanship-wrap .text01 .m-auto p{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .o2o .marketing-block {
    background: #e6e6e6 url(/wp-content/themes/iridge_2018/images/business/bg_o2o03_sp.jpg) center bottom no-repeat;
  }


  .o2o .dg-block {
    background: #e6e6e6 url(/wp-content/themes/iridge_2018/images/business/img_qoil_top_sp.png) center bottom no-repeat;
  }

  .solution-block.overflow-block {
    padding-top: 50px;
  }
  .business .reason .keyv {
    height: 161px;
    padding-top: 74px;
    background: none;
  }

  .business .reason .keyv .keyv-title {
    font-size: 40px;
  }

  .business .reason .keyv .wrapper:before {
    width: 94%;
    left: 3%;
  }

  #bg-full01, #bg-full02, #bg-full03, #bg-full04 {
    background: none;
  }

  .contact .form-style01 .agree-box {
    margin-bottom: 20px;
  }

  .contact ul.back-btn {
    width: 100%;
  }

  .contact ul.back-btn li {
    width: 100%;
    float: none;
  }

  .form-style01 .select-wrap {
    width: auto;
    height: auto;
  }

  .form-style01 select {
    font-size: 12px;
  }

  .form-style01 .select-wrap:before {
    z-index: 1;
    position: absolute;
    content: " ";
    right: 10px;
    top: 18px;
    width: 11px;
    height: 6px;
    background-image: url(/wp-content/themes/iridge_2018/images/arrow_select.png);
    background-repeat: no-repeat;
    background-size: 11px 6px;
  }

  .form-style01 .error-text {
    margin-bottom: 20px;
  }

  .contact .section-block .check-list li {
    margin-bottom: 10px;
  }

  .full-image {
    position: relative;
    height: auto;
  }

  .full-image img {
    position: static;
    width: 100%;
    height: auto;
  }

  .full-image .reason-text {
    position: static;
    width: 100%;
    padding: 15px;
    background: none;
  }

  .head-btn-list .wrap {
    padding: 0 16px;
  }
  .overflow-block .overflow-content .overflow-img img.for-pc{
    display: none;
  }
  .overflow-block .overflow-content .overflow-img img {
    width: 100%;
    min-height: auto;
    height: auto;
    /*width: 80%;*/
  }

  .overflow-block .overflow-content .overflow-img img.img-coassign_sp {
    width: 100%;
    min-height: auto;
    height: auto;
    width: 80%!important;
    position: static;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    margin:0 auto;
    padding-top: 20px;
  }
  .full-image .reason-text p.reason-blue {
    margin-bottom: 16px;
  }

  .overflow-block .overflow-info {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }


  .overflow-block p.overflow-headline {
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .overflow-block .overflow-content .overflow-info .text-wrap{
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .overflow-block .text-wrap {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 120px;
  }
  .overflow-block .overflow-content .overflow-img img.appdev_icon{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .overflow-block .overflow-content .overflow-info .service-text>p{
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .business-top .overflow-block .text-wrap{
    padding-bottom: 30px;
  }
  .business-top .overflow-block .bg-white{
    min-height: auto;
  }
  .service-text div:last-child{
    margin-bottom: 0!important;
  }
  .overflow-block .overflow-content .overflow-info .service-text .w310{
  margin:0 auto 20px auto;
  }
  .two-block .wrapper>div >div{
    padding:0 20px;
  }
  .overflow-block a.blank::after{
    top:15px;
  }
  .overflow-block .overflow-content .overflow-info .text-wrap .m-auto{
    bottom: 30px
  }

  .recruit-top .keyv {
    background: url(/wp-content/themes/iridge_2018/images/recruit/bg_keyv_recruit_sp.jpg) 0 0 no-repeat;
    padding-top: 74px;
    height: 250px;
    background-size: cover;
  }

  .recruit .main .wrapper {
    padding: 0 15px;
  }

  .recruit-block .two-col>li.rec-top-list, .recruit-block .three-col>li.rec-top-list {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  .recruit-block .two-col>li.rec-top-list .mission-headline, .recruit-block .three-col>li.rec-top-list .mission-headline, .recruit-block .two-col.job-list>li .mission-headline, .recruit-block .three-col.job-list>li .mission-headline {
    font-size: 18px;
  }

  .contact .section-block button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;

    /*--style reset--*/
    width: 100%;
    background-color: #568dc1;
    text-align: center;
    display: block;
    padding: 10px 3px;
    position: relative;
    transition: all 0.3s;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
}

@media (min-width:769px) and (max-width:1024px){
  .overflow-block .overflow-content .overflow-img img{
    min-height: 600px;
  }
  .overflow-block .bg-white{
    min-height: 600px;
  }
  .overflow-block .overflow-content .overflow-img img.img-coassign{
    object-fit: contain;
  }
}

.job-list a.blank:after {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
  position: absolute;
  right: 95px;
  top: 21px;
}

.fintech h1 {
  color: #1e0c0f;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

header .right .navigation .sub-link .sub-nav-wrap .sub-nav-head a {
  padding-right: 0;
}

header .sub-nav-title a.blank:after {
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
  top: 4px;
  right: 0;
}

.news header .right .navigation>ul>li.news-gnavi>a:before, .blog header .right .navigation>ul>li.blog-gnavi>a:before {
  width: 100%;
}

.news header .right .navigation>ul>li.news-gnavi>a, .blog header .right .navigation>ul>li.blog-gnavi>a {
  color: #334d90;
}

/*2021/12_add*/
.works header .right .navigation>ul>li.works-gnavi>a{
  color: #334d90;
}
@media (max-width: 768px) {
  .works header .right .navigation>ul>li.works-gnavi>a{
    color: #fff;
  }
}

.footer-link .has-sub a.blank:after {
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_black.svg) 0 0 no-repeat;
  top: 6px;
  right: 5px;
}

.icon-white a.blank:after {
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
  content: "";
  display: block;
  width: 28px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.feed.blank:after {
  right: 40px;
  top: 12px;
}

.feed.blank:hover:after {
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
}

.ir-top-left {
  text-align: left;
}

.business .main .business-box .right .button-list li a .icon_business01 {
  background-size: 25px;
}

.news-post p, .article-post p {
  margin-bottom: 15px;
}

.news-post h4 {
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
}

.news-post h5, .article-post h5 {
  text-align: left;
  margin-top: 50px;
}

.news-post a, .article-post a {
  color: #568dc1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

.news-post a:hover, .article-post a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

/* -- top animation-- */

#animation_container {
  position: fixed;
  top: 0;
  z-index: -1;
}
#canvas {}
#dom_overlay_container {}

.top footer {
  background: #f7f7f7;
}

footer .social-link {
  /*width: 54%;*/
  width: 50%;/*2021/12_add*/
  clear: both;
}

/* ==エンジニアブログ== */

div.rss-antenna {
  margin-bottom: 40px!important;
  overflow: hidden;
}

div.rss-antenna .rss-item {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}

div.rss-antenna .rss-item:last-of-type {
  margin-right: 0;
}

div.rss-antenna hr {
  display: none;
}

div.rss-antenna .rss-item a:hover {
  background: none;
}

div.rss-antenna .rss-item .title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #334d90;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

div.rss-antenna .rss-item .title:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

div.rss-antenna .rss-item .siteinfo {
  font-size: 12px!important;
  color: #1e0c0f;
  margin-bottom: 10px;
}

div.rss-antenna .rss-item .description {
  font-size: 14px!important;
  color: #000!important;
  line-height: 1.5;
}

@media (max-width: 768px) {
  div.rss-antenna .rss-item a{
    position: relative;
  }
  div.rss-antenna .rss-item .title, div.rss-antenna .rss-item .siteinfo, div.rss-antenna .rss-item .description{
    position: absolute;
    left: 175px;
  }

  .job-list a.blank:after {
    top: 13px;
    right: 70px;
  }

  .recruit .keyv-text {
    padding-top: 45px;
    line-height: 1;
  }

  .top .news-block .tab-list ul {
    width: 145%;
  }

  .top .news-block .tab-list ul li a:hover {
    /*color: #fff;**/
   color: #334d90;
  }

  .about .about-block dl dd:before {
    border-bottom: 1px solid #dbdbdb;
    background: none;
  }

  .solution-block.overflow-block {
    margin-top: -70px;
    padding-top: 70px;
  }

  header .sub-nav-title a.blank:after {
    top: 10px;
    right: 130px;
  }

  .footer-link .has-sub .sub-link a {
    color: #1e0c0f;
  }

  .footer-link .has-sub a.blank:after {
    top: 8px;
    right: 160px;
  }

  .business-top .keyv-text {
    padding-top: 45px;
    line-height: 1;
  }

  header .header {
    padding: 0 0 15px;
    background: rgba(255, 255, 255, 0.9);
  }

  .feed.blank:after {
    right: 40px;
    top: 7px;
  }

  .vision-block .three-col li {
    margin-bottom: 10px;
  }

  .ir-top-left {
    text-align: center;
  }

  .ir .category-top .four-col-ttl {
    font-size: 16px;
  }

  ul.terms-list li a {
    display: block;
  }

  .business .main .business-box .right .button-list li a .icon_business01 {
    background-size: 16px;
  }

  .business .main .reason-block ul li:nth-child(1), .business .main .reason-block ul li:nth-child(2), .business .main .reason-block ul li:nth-child(3), .business .main .reason-block ul li:nth-child(4) {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }

  #solution-icon01 img, #solution-icon08 img {
    height: 42px;
    width: auto;
    margin-top: -5px;
  }

  #solution-icon07 img {
    width: 60px;
    height: auto;
  }

  footer {
    padding-bottom: 0;
  }

  footer .social-link {
    width: 100%;
  }

  footer .right {
    width: 100%;
  }

  footer .social-link ul {
    display: block;
    padding-top: 30px;
  }

  footer .social-link li {
    width: 50%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  footer .social-link img {
    max-width: 100%;
  }

  .ir .p-library h2, .ir .p-securities h2, .ir .p-material h2, .ir .p-irnews h2 {
    font-size: 20px;
  }

  /* ==エンジニアブログ== */
  div.rss-antenna {
    width: 100%;
  }

  div.rss-antenna .rss-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
div.rss-antenna .rss-item .right{
  display: inline-block!important;
  width: 160px!important;
}
div.rss-antenna .rss-item .title,
div.rss-antenna .rss-item .siteinfo,
div.rss-antenna .rss-item .description{
  display: inline-block!important;
  width: calc(100% - 175px);
}
  div.rss-antenna .rss-item:last-of-type {
    margin-bottom: 0;
  }

  div.rss-antenna .rss-item .title {
    margin-bottom: 10px;
  }
}

/* ==FinTech 導入実績 1カラム== */

@media (min-width: 769px) {
  #fintech04 .app-list>li {
    max-width: 1000px;
    width: 100%;
  }

  #fintech04 .app-list>li .app-wrap {
    position: relative;
    padding-bottom: 70px;
  }

  #fintech04 .app-list>li .app-wrap .app-head {
    width: 75%;
  }

  #fintech04 .app-list>li .app-wrap .app-body .left {
    width: 75%;
  }

  #fintech04 .app-list>li .app-wrap .app-body .right {
    width: auto;
    position: absolute;
    top: 21px;
    right: 40px;
  }

  #fintech04 .app-list>li .app-wrap .app-body .left .button-list li {
    width: 200px;
    margin-right: 10px;
    float: left;
  }

  #reason03 {
    height: 700px;
  }

  .business-top .news-block dl dd {
    padding: 19px 10px 19px 120px;
  }
}

.custom-contact button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  /*--style reset--*/
  width: 310px;
  background-color: #568dc1;
  background: linear-gradient(to left, #568dc1 50%, #ed6c00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  text-align: center;
  display: block;
  padding: 15px 3px;
  position: relative;
  transition: all 0.3s;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 20px auto;
}

@media (max-width: 768px) {
  .custom-contact {
    float: none;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .form-style01 .agree-box {
    padding-left: 0;
  }

  .custom-contact button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;

    /*--style reset--*/
    width: 100%;
    background-color: #568dc1;
    text-align: center;
    display: block;
    padding: 10px 3px;
    position: relative;
    transition: all 0.3s;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .top .main {
    background: url(/wp-content/themes/iridge_2018/images/top/bg_top.png) center 150px no-repeat;
    background-size: 150% auto;
  }
}

.business-top .information .app-list>li .app-body .left .app-text02 {
  text-align: left;
}

.fintech .information .app-list>li .app-head .app-title {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.logo-footer img {
  width: 142px;
  height: auto;
}

.news-post img, .article-post img {
  margin-bottom: 20px;
  height: auto;
}

@media (max-width: 768px) {
  .top header .header {
    background: rgba(255, 255, 255, 0);
  }

  .top header.fixed .header {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;/*2021/12_add*/
  }

  .news header .right .navigation>ul>li.news-gnavi>a, .blog header .right .navigation>ul>li.blog-gnavi>a {
    color: #fff;
  }

  .head-btn-list ul {
    Width: auto;
  }
  /*2021/12_add*/
  .top .main-visual{
    margin-top: 0;
  }
  .business .main .business-box .right .button-list li .btn a .icon_business01 {
    background-size: 16px auto;
  }

  .information .app-list>li .app-head .app-title {
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .fintech .page-link li.page-btn#fin01 a {
    padding: 10px 20px 10px 0;
  }

  .overflow-block .overflow-content .overflow-info .text-wrap.fr {
    float: none;
  }

  .ir .category-top .ir-news-field_title ul li {
    margin-right: 6%;
  }

  .blog .keyv .wrapper:before {
    width: 94%;
    left: 3%;
  }

  .blog .keyv {
    height: 161px;
    padding-top: 74px;
    background: none;
    border: none;
  }

  .blog .keyv .keyv-title {
    font-size: 40px;
  }

  .blog-archive h1 {
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .full-image {
    height: 700px;
  }
}

@media (min-width: 1600px) {
  .full-image {
    height: 800px;
  }

  #reason03 {
    height: 800px;
  }
}

@media (min-width: 1870px) {
  .full-image {
    height: 900px;
  }

  #reason03 {
    height: 900px;
  }
}

.blog .thumbnailImg {
  display: none;
}

.news-archive .keyv {
  height: auto;
}

.s_anchor {
  display: block;
  padding-top: 70px;
}

@media (max-width: 768px) {
  .blog-category .articletxt {
    width: 100%;
  }

  .s_anchor {
    display: block;
    padding-top: 40px;
  }
}

.news .toggleBlock {
  margin-bottom: 40px;
}

.blog .main .breadcrumbs {
  padding-top: 15px;
}

.news .main .wrapper.breadcrumbs {
  padding-top: 15px;
}

@media (min-width: 769px) {
  .business .main .reason-block ul li:nth-child(3) {
    margin-right: 8%;
  }
}

.url-img {
  width: 133px;
}

@media (max-width: 768px) {
  .url-img {
    width: 100px;
  }
}

/*==================================================
採用コンテンツ量産
==================================================*/

.interview .wrapper {
  max-width: 1000px;
  width: 100%;
}

.interview .keyv {
  height: 274px;
  padding-top: 161px;
  background: none;
  border-bottom: none;
}

.interview .keyv .keyv-text {
  padding-top: 0;
}

.interview h1 {
  text-align: center;
  font-weight: bold;
  font-family: "Work Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.interview .keyv .keyv-title {
  font-size: 56px;
  line-height: 1.1;
}

.interview .keyv .wrapper {
  position: relative;
}

.interview .keyv .wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: -22px;
}

.interview .keyv .keyv-sub-title {
  font-size: 20px;
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.interview-main {
  position: relative;
  height: 600px;
}

.recruit-message .interview-main {
  height: 500px;
}

.interview-main img {
  position: absolute;
  top: 0;
  z-index: -1;
}

.interview-main .interview-main-text {
  position: absolute;
  top: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

@media(min-width:768px){
  .interview-main .interview-main-text {
    max-width: 460px;
  }
}

.interview-main .in-right {
  right: 0;
}

.interview-main .in-left {
  left: 0;
}

.interview-list h3 {
  font-size: 24px;
}

.job-cate {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

.interview-list li {
  position: relative;
}

/*--label-color--*/

.yellow-label {
  color: #fab414;
}

.green-label {
  color: #5a823c;
}

.red-label {
  color: #c83232;
}

.navy-label {
  color: #325a96;
}

.purple-label {
  color: #645aaa;
}

.brown-label {
  color: #c85a1e;
}

.new-member {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 14px;
  padding: 5px;
  background: #ed6c00;
  width: 50px;
  text-align: center;
  color: #fff;
}

.interview-join {
  margin-bottom: 10px;
}

.interview-name {
  margin-bottom: 10px;
  text-align: left;
}

.interview-list li p:last-of-type {
  font-size: 14px;
  margin-bottom: 20px;
}

.interview-department {
  margin-bottom: 20px;
}

.interview-copy {
  text-align: left;
}

.oneday h3 {
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  .recruit-message h3, .recruit-message h4 {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .interview .keyv {
    height: 161px;
    padding-top: 74px;
    background: none;
  }

  .interview .keyv .keyv-title {
    font-size: 40px;
  }

  .interview .main .wrapper.breadcrumbs {
    padding: 0 15px;
  }

  .interview .keyv .wrapper:before {
    width: 94%;
    left: 3%;
  }

  .interview .keyv .keyv-sub-title {
    font-size: 14px;
    margin-top: 8px;
  }

  .interview-main {
    height: auto;
    margin-bottom: 40px;
  }

  .interview-main img {
    position: static;
    margin-bottom: 0;
  }

  .interview-main .interview-main-text {
    position: static;
    padding: 0;
    background: none;
    padding: 20px 3%;
    background: #fff;
  }

  .interview-list li {
    margin-bottom: 20px;
  }

  .recruit-message .w200 {
    margin: 0 auto;
  }

  .oneday {
    width: 94%;
    margin: 0 3%;
  }
}

/*==memo 下層head==*/

.recruit-under .keyv {
  height: 170px;
  margin-top: 72px;
  padding-top: 0;
  background-size: cover;
}

.recruit-under .keyv .keyv-text {
  padding-top: 38px;
}

.recruit-under h1 {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.recruit-under .keyv .keyv-text .keyv-title {
  line-height: 1;
}

/*--上記トップビジュアル(中)のスタイル--*/

@media (max-width: 768px) {
  .recruit-under .keyv {
    height: 107px;
    margin-top: 50px;
    padding-top: 0;
    background-size: cover;
  }

  .recruit-under .keyv .keyv-text {
    padding-top: 20px;
    line-height: 1.1;
  }
}

.recruit-under.recruit-message .keyv {
  background: url(/wp-content/themes/iridge_2018/images/about/bg_topmessage.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-under.interview-top .keyv {
  background: url(/wp-content/themes/iridge_2018/images/recruit/bg_interview.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-under.environment .keyv {
  background: url(/wp-content/themes/iridge_2018/images/recruit/bg_environment.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-under.system .keyv {
  background: url(/wp-content/themes/iridge_2018/images/recruit/bg_system.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-under.requirements .keyv {
  background: url(/wp-content/themes/iridge_2018/images/recruit/bg_recruit.jpg) center center no-repeat;
  background-size: cover;
}

.anchor-catch {
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}
.org-num ul {}

.org-num ul li {
  margin-bottom: 40px;
}

.org-num ul li.two-col {
  float: left;
  max-width: 480px;
  width: 100%;
  height: auto;
  margin-right: 40px;
}

.org-num ul li.two-col:nth-child(2n) {
  margin-right: 0;
}

.recruit-under .page-link {
  margin-bottom: 40px;
}

.recruit-under .office-block ul {
  padding: 8px 0 0;
}

.recruit-under .office-block ul li {
  float: left;
  width: 30.6%;
  margin-right: 4.1%;
  padding-bottom: 40px;
}

.recruit-under .office-block ul li:nth-child(3n) {
  margin-right: 0;
}

.recruit-under .office-block ul li span {
  display: block;
  text-align: center;
  padding-top: 14px;
  font-size: 18px;
}

.environment .page-link li.page-btn, .system .page-link li.page-btn {
  float: left;
  width: 23%;
  margin-right: 1.3%;
}

.environment .page-link li.page-btn a, .system .page-link li.page-btn a {
  display: block;
  text-align: center;
  background: #e7edee url(/wp-content/themes/iridge_2018/images/icon_arrow07.png) right 12px center no-repeat;
  font-size: 16px;
  color: #568dc1;
  padding: 10px;
  transition: all 0.3s;
}

.environment .page-link li.page-btn a:hover, .system .page-link li.page-btn a:hover {
  color: #fff;
  background: #568dc1 url(/wp-content/themes/iridge_2018/images/icon_arrow07_h.png) right 12px center no-repeat;
}
.environment .recruit-block .culture-block {}

.environment .recruit-block .culture-block .culture-image {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 767px) {
  .environment .recruit-block .culture-block .culture-image {
    max-width: 100%;
  }
}

.environment .recruit-block .culture-block .culture-text {
  max-width: 550px;
  width: 100%;
}

.environment .recruit-block .culture-block h3 {
  padding-bottom: 10px;
}

.system .two-col li:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .anchor-catch {
    padding-top: 5px;
    margin-top: 5px;
  }

  .org-num ul li {
    margin-bottom: 20px;
  }

  .recruit-under .page-link {
    margin-bottom: 20px;
  }

  .recruit-under .page-link li.page-btn {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .recruit-under .office-block ul li {
    float: left;
    width: 47%;
    margin-right: 6%;
    padding-bottom: 25px;
  }

  .recruit-under .office-block ul li span {
    font-size: 14px;
  }

  .recruit-under .office-block ul li:nth-child(3n) {
    margin-right: 6%;
  }

  .recruit-under .office-block ul li:nth-child(2n) {
    margin-right: 0;
  }

  .culture-image {
    margin-bottom: 20px;
  }
}

.recruit-flow img {
  display: block;
  margin: 0 auto;
}

#sys-navi03 h3 {
  font-size: 24px;
}

.ass_left, .ass_right {
  width: 100%;
}

.ass_left {
  max-width: 500px;
  float: left;
  padding-right: 28px;
  border-right: 1px solid #dbdbdb;
}

.ass_right {
  max-width: 470px;
  float: right;
}

.ass-arrow img {
  display: block;
  padding-top: 30px;
  margin-bottom: 20px;
}

.ass-salary {
  padding: 30px;
  margin-top: 50px;
}

.ass-salary .ass-icon {
  margin-left: 30px;
  margin-right: 50px;
  float: left;
}

.ass-salary .ass-text h3 {
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #sys-navi03 h3 {
    font-size: 20px;
  }

  .ass_left {
    padding-right: 0;
    border: none;
    margin-bottom: 40px;
  }

  .ass-arrow img {
    display: block;
    padding-top: 10px;
    margin: 0 auto 20px auto;
  }

  .ass-salary {
    padding: 15px;
  }

  .ass-salary .ass-icon {
    float: none;
    display: block;
    width: 50%;
    margin: 0 auto 20px auto;
  }

  .ass-salary .ass-text h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  header .sub-nav-title a.blank:after {
    top: 10px;
    right: 45px;
  }

  .footer-link .has-sub a.blank:after {
    right: 20px;
  }

  .blue-circle:before, .list-style ul li:before {
    top: 12px;
    left: 17px;
  }

  .job-list a.blank:after {
    top: 13px;
    right: 50px;
  }

  .footer-link .has-sub .sub-link li.blue-circle a {
    padding: 6px 0;
  }
}

/*==================================================
ブログトップ
==================================================*/

.blog-list ul li.blog-item {
  max-width: 370px;
  width: calc((100% - 20px) / 2);
  margin: 0 20px 20px 0;
  padding: 10px 10px 8px;
  border: 1px solid #e7edee;
}

.blog-list ul li.blog-item:nth-child(2n) {
  margin-right: 0;
}

.blog-list ul li.blog-item .blog-list-thumb {
  max-width: 350px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.blog-list ul li.blog-item .blog-list-thumb img {
  max-width: 350px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 16px;
}
.blog-list ul li.blog-item .blog-info {}

@media (max-width: 600px) {
  .blog-list ul li.blog-item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .blog-list ul li.blog-item .blog-list-thumb {
    max-width: 100%;
  }

  .blog-list ul li.blog-item .blog-list-thumb img {
    max-width: 100%;
  }
}

.blog-list ul li.blog-item .blog-date {
  font-weight: bold;
  font-size: 13px;
  display: inline;
}

.blog-list ul li.blog-item .blog-cate, .blog-list ul li.blog-item .blog-list-title {
  color: #334d90;
  font-weight: bold;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
  line-height: 1.25;
}

.blog-list ul li.blog-item .blog-cate:hover, .blog-list ul li.blog-item .blog-list-title:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  text-decoration: underline;
}

.blog-list ul li.blog-item .blog-cate {
  font-size: 12px;
  margin-left: 10px;
  display: inline;
}

.blog-list ul li.blog-item .blog-list-title {
  font-size: 22px;
  margin-top: 3px;
  margin-bottom: 5px;
  display: block;
}

.blog-list ul li.blog-item .blog-tag {
  font-size: 12px;
  color: #568dc1;
  margin-top: 8px;
}

.blog-list ul li.blog-item .blog-tag a {
  display: inline-block;
  font-size: 12px;
  transition: all 0.3s;
  color: #568dc1;
  margin-right: 10px;
  margin-top: 3px;
  padding: 0;
}

.blog-list ul li.blog-item .blog-tag a:hover {
  color: #334d90;
  text-decoration: underline;
}

.blog-list hr{
  border-style: inset;
  border: none;
  height: 1px;
  background-color: #DBDBDB;
  opacity: 1;
}

.ph2-blog .aside {
  max-width: 200px;
}

.ph2-blog .aside .headline-side {
  padding-bottom: 9px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  color: #334d90;
  border-bottom: 2px solid #334d90;
  font-weight: bold;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.ph2-blog .aside ul {
  margin-bottom: 30px;
}
.add-sidemenu {
  margin-top: -27px;
}

.ph2-blog .aside .ph2-blog-tag-list li {
  display: inline-block;
  border-bottom: none;
  margin-right: 6px;
  margin-bottom: 8px;
}

.ph2-blog .aside .ph2-blog-tag-list li a {
  font-size: 12px;
  padding: 4px 6px;
  color: #334d90;
  background: #e7edee;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

.ph2-blog .aside .ph2-blog-tag-list li a:hover {
  background: #568dc1;
  color: #fff;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.ph2-blog .aside .new-entry, .ph2-blog-tag-list {
  padding-left: 0 !important;
}

.ph2-blog .aside .new-entry li {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e7edee;
  margin-bottom: 10px;
}

.ph2-blog .aside .new-entry li .new-entry-thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 8px;
  float: left;
}

.ph2-blog .aside .new-entry li .new-entry-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.ph2-blog .aside .new-entry li .new-entry-text {
  float: right;
  width: 124px;
}

.ph2-blog .aside .new-entry li .new-entry-date {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
}

.ph2-blog .aside .new-entry li .new-entry-title {
  font-size: 13px;
  padding: 0;
  color: #334d90;
  font-weight: bold;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

.ph2-blog .aside .new-entry li .new-entry-title:hover {
  background: none;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.ph2-blog .aside .banner-area {
  margin-bottom: 2.5em;
}

.ph2-blog .marketing-txt {
  padding: 26px 0 10px;
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .blog-list ul li.blog-item .blog-list-title {
    font-size: 18px;
  }

  .blog-list ul li.blog-item .blog-list-thumb {
    /*min-height: 160px;*/
  }

  .blog-list ul li.blog-item .blog-list-thumb img {
    height: 160px;
  }

  .ph2-blog .aside {
    max-width: 100%;
  }

  .ph2-blog .aside ul {
    margin-bottom: 20px;
  }

  .ph2-blog .aside .new-entry li .new-entry-thumb {
    width: 100px;
    min-height: 100px;
    height: auto;
    overflow: hidden;
    margin-right: 8px;
    float: left;
  }

  .ph2-blog .aside .new-entry li .new-entry-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  .ph2-blog .aside .new-entry li .new-entry-text {
    float: right;
    width: calc(100% - 116px);
  }
}

/*== ヘッダービジュアル ==*/

.ph2-blog.main .wrapper {
  max-width: 1000px;
  width: 100%;
}

.ph2-blog .keyv {
  background: url(/wp-content/themes/iridge_2018/images/blog/bg_keyv_blog.jpg) 0 0 no-repeat;
  background-size: cover;
  height: 380px;
  padding-top: 127px;
  margin-bottom: 20px;
  border-bottom: none;
  position: relative;
}

.ph2-blog .keyv-text {
  padding-top: 60px;
  line-height: 1;
  text-align: center;
}

.ph2-blog .keyv .keyv-title {
  font-size: 56px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  display: block;
}

.ph2-blog .keyv .keyv-sub-title {
  font-size: 20px;
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.blog .ph2-blog .keyv .wrapper:before {
  display: none;
}

.ph2-blog .breadcrumbs.wrapper {
  max-width: 1000px;
}

@media (max-width: 768px) {
  .ph2-blog.main .wrapper {
    padding: 0 15px;
  }

  .ph2-blog .keyv {
    background: url(/wp-content/themes/iridge_2018/images/blog/bg_keyv_blog_sp.jpg) 0 0 no-repeat;
    padding-top: 74px;
    height: 250px;
    background-size: cover;
  }

  .ph2-blog .keyv-text {
    padding-top: 45px;
    line-height: 1;
  }

  .ph2-blog .keyv .keyv-sub-title {
    font-size: 14px;
    margin-top: 8px;
  }
  .ph2-blog .marketing-txt {
    width: 100%;
    padding: 1.5em 0 0;
    font-size: 12px;
    line-height: 1.4;
  }
}

/*==================================================

contact form 7

==================================================*/

.wpcf7 table th {
  position: relative;
  vertical-align: top;
  color: #0a2232;
  font-size: 16px;
  max-width: 230px;
  padding: 8px 10px 0 0;
  width: 23%;
  text-align: left;
}

.wpcf7 table th .required {
  position: absolute;
  margin-top: 2px;
  right: 10px;
}

.wpcf7 table td {
  padding: 0 0 40px;
}

.wpcf7 table td .check-list {
  padding-top: 10px;
}

.wpcf7 input {
  background-color: #f9f9f9;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  max-width: 720px;
  width: 100%;
  background: #f9f9f9;
  height: 40px;
  margin: 0;
  padding: 6px 10px 7px 18px;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.3;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wpcf7 textarea {
  height: 240px;
  display: block;
  padding-top: 10px;
  color: #737481;
  overflow: auto;
  resize: none;
}

.wpcf7 .select-wrap {
  background: #fff;
  border: 1px solid #dbdbdb;
  height: 40px;
  width: 240px;
  position: relative;
}

.wpcf7 .select-wrap:before {
  z-index: 1;
  position: absolute;
  content: " ";
  right: 10px;
  top: 17px;
  width: 11px;
  height: 6px;
  background-image: url(/wp-content/themes/iridge_2018/images/arrow_select.png);
  background-repeat: no-repeat;
  background-size: 11px 6px;
}

.wpcf7 select {
  position: relative;
  z-index: 5;
  width: 100%;
  width: 130% \9;
  height: 40px;
  padding: 5px 30px 5px 11px;
  background-color: transparent;
  color: #568dc1;
  font-size: 14px;
  font-weight: normal;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wpcf7 .required {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  background: #568dc1;
  padding: 3px 2px 2px;
  width: 50px;
  height: 20px;
  line-height: 1;
  text-align: center;
}

.wpcf7 .agree-box {
  margin-bottom: 40px;
  padding-left: 23%;
}

.wpcf7 .check-list li {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 8px;
  max-width: 147px;
  width: 20.4%;
}

.wpcf7 .agree-box .link-site {
  display: inline-block;
  color: #226cd2;
  padding-left: 9px;
  font-weight: bold;
  font-size: 13px;
}

.wpcf7 .agree-box .link-site span {
  background: url(/wp-content/themes/iridge_2018/images/icon_blank.png) no-repeat 100% 0;
  padding-right: 20px;
}

.wpcf7 input[type=checkbox] {
  position: absolute;
  top: 3px;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
}

.wpcf7 input[type=checkbox]+span {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_check01.png) no-repeat 0 0;
  padding: 0 0 0 32px;
  color: #568dc1;
  line-height: 1.4;
  min-height: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.wpcf7 .agree-box input[type=checkbox]+span {
  color: #000;
  padding-top: 2px;
  font-size: 13px;
}

.wpcf7 input[type=checkbox]:checked+span, .wpcf7 input[type=checkbox]:focus:checked+span, .wpcf7 input[type=checkbox]:active+span, .wpcf7 input[type=checkbox]:active:checked+span {
  background-image: url(/wp-content/themes/iridge_2018/images/icon_check02.png);
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  color: #e53030;
  padding-top: 7px;
}

.agree-box span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  color: #e53030;
}

@media (max-width: 768px) {
  .wpcf7 table th {
    display: block;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    padding-bottom: 7px;
    padding-top: 3px;
    font-weight: bold;
  }

  .wpcf7 table td {
    display: block;
    padding-bottom: 30px;
  }

  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    width: 100%;
  }

  .wpcf7 .required {
    width: 32px;
    height: 18px;
  }

  .wpcf7 table th .required {
    position: static;
    margin-top: -2px;
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
  }

  .wpcf7 .select-wrap {
    width: auto;
    height: auto;
  }

  .wpcf7 select {
    font-size: 12px;
  }

  .wpcf7 textarea {
    height: 120px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .wpcf7 .agree-box {
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }

  .wpcf7 .check-style {
    width: 18px;
    height: 18px;
  }

  .wpcf7 .check-style+label {
    font-size: 14px;
  }

  .wpcf7 .agree-box .check-style+label {
    font-size: 14px;
  }

  .wpcf7 .agree-box .link-site {
    display: block;
    padding-left: 40px;
    font-size: 12px;
    margin-top: 10px;
  }

  .wpcf7 .agree-box .link-site span {
    background: url(/wp-content/themes/iridge_2018/images/icon_blank_sp.png) no-repeat 100% 0;
    background-size: 10px auto;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
  }
}

/*==================================================

ブログ　採用ブログ用

==================================================*/

/*== ヘッダービジュアル ==*/

.ph2-recruit-blog.main .wrapper, .ph2-recruit-category.main .wrapper {
  max-width: 1000px;
  width: 100%;
}

.ph2-recruit-blog .keyv {
  background: url(/wp-content/themes/iridge_2018/images/blog/img_cultureblog_header.png) 0 0 no-repeat;
  background-size: cover;
  height: 380px;
  padding-top: 127px;
  margin-bottom: 20px;
  border-bottom: none;
  position: relative;
}

.ph2-recruit-category .keyv {
  height: auto;
  padding-top: 161px;
  background: none;
  border: none;
}

.ph2-recruit-blog .keyv-text {
  padding-top: 60px;
  line-height: 1;
  text-align: center;
}

.ph2-recruit-category .keyv-text {
  padding-top: 0;
  text-align: center;
}

.ph2-recruit-blog .keyv .keyv-title {
  font-size: 56px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  display: block;
}

.ph2-recruit-blog .keyv .keyv-sub-title {
  font-size: 20px;
  display: block;
  margin-top: 15px;
}

.blog .ph2-recruit-blog .keyv .wrapper:before {
  display: none;
}

.ph2-recruit-category .keyv .wrapper {
  position: relative;
}

.blog .ph2-recruit-category .keyv .wrapper:before {
  content: "";
  display: block;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: -22px;
}

.ph2-recruit-blog .breadcrumbs.wrapper {
  max-width: 1000px;
}

@media (max-width: 768px) {
  .ph2-recruit-blog.main .wrapper, .ph2-recruit-category.main .wrapper {
    padding: 0 15px;
  }

  .ph2-recruit-blog .keyv {
    background: url(/wp-content/themes/iridge_2018/images/blog/img_cultureblog_header_sp.png) 0 0 no-repeat;
    padding-top: 74px;
    height: 250px;
    background-size: cover;
  }

  .ph2-recruit-category .keyv {
    padding-top: 74px;
    background: none;
    height: auto;
  }

  .blog .ph2-recruit-category .keyv .wrapper:before {
    width: 94%;
    left: 3%;
  }

  .ph2-recruit-category .keyv h1 {
    text-align: center;
  }

  .ph2-recruit-blog .keyv-text {
    padding-top: 45px;
    line-height: 1;
  }

  .ph2-recruit-category .keyv-text {
    padding-top: 0;
  }

  .ph2-recruit-category .breadcrumbs.wrapper {
    padding-top: 15px;
  }

  .ph2-recruit-blog .keyv .keyv-title {
    font-size: 40px;
  }

  .ph2-recruit-blog .keyv .keyv-sub-title {
    font-size: 14px;
    margin-top: 8px;
  }
}

.ph2-recruit-blog .aside {
  max-width: 200px;
}

.ph2-recruit-blog .aside .headline-side {
  padding-bottom: 9px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  color: #334d90;
  border-bottom: 2px solid #334d90;
  font-weight: bold;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

@media (max-width: 767px) {
  .ph2-recruit-blog .aside .headline-side {
    margin-top: 30px;
  }
}

.ph2-recruit-blog .aside ul {
  margin-bottom: 30px;
}

.ph2-recruit-blog .aside .new-entry {
  padding-left: 0 !important;
}

.ph2-recruit-blog .aside .new-entry li {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e7edee;
  margin-bottom: 10px;
}

.ph2-recruit-blog .aside .new-entry li .new-entry-thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 8px;
  float: left;
}

.ph2-recruit-blog .aside .new-entry li .new-entry-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.ph2-recruit-blog .aside .new-entry li .new-entry-text {
  float: right;
  width: 124px;
}

.ph2-recruit-blog .aside .new-entry li .new-entry-date {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
}

.ph2-recruit-blog .aside .new-entry li .new-entry-title {
  font-size: 13px;
  padding: 0;
  color: #334d90;
  font-weight: bold;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

.ph2-recruit-blog .aside .new-entry li .new-entry-title:hover {
  background: none;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .ph2-recruit-blog .aside {
    max-width: 100%;
  }

  .ph2-recruit-blog .aside ul {
    margin-bottom: 20px;
  }

  .ph2-recruit-blog .aside .new-entry li .new-entry-thumb {
    width: 100px;
    min-height: 100px;
    height: auto;
    overflow: hidden;
    margin-right: 8px;
    float: left;
  }

  .ph2-recruit-blog .aside .new-entry li .new-entry-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  .ph2-recruit-blog .aside .new-entry li .new-entry-text {
    float: right;
    width: calc(100% - 116px);
  }
}

/*-- IE11 --*/

.wp-post-image {
  object-fit: cover;
}

.ph2-blog-category .keyv {
  height: auto;
  padding-top: 161px;
  background: none;
  border: none;
  margin-bottom: 20px;
}

.ph2-blog-category.main .wrapper, .ph2-recruit-category.main .wrapper {
  max-width: 1000px;
  width: 100%;
}

.ph2-blog-category .keyv .wrapper {
  position: relative;
}

.blog .ph2-blog-category .keyv .wrapper:before {
  content: "";
  display: block;
  height: 1px;
  background: #fa7c05;
  background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
  background: -o-linear-gradient(left, #fa7c05, #1d53df);
  background: -moz-linear-gradient(left, #fa7c05, #1d53df);
  background: linear-gradient(to left, #fa7c05, #1d53df);
  position: absolute;
  left: 0;
  bottom: -22px;
}

.ph2-blog-category .keyv-text {
  line-height: 1;
  padding-top: 0;
}

@media (max-width: 768px) {
  .ph2-blog-category .keyv {
    padding-top: 74px;
    background: none;
    height: auto;
    border: none;
  }

  .blog .ph2-blog-category .keyv .wrapper:before {
    width: 94%;
    left: 3%;
  }

  .blog .ph2-blog-category .breadcrumbs.wrapper {
    padding-top: 15px;
  }

  .ph2-blog .keyv .keyv-title {
    font-size: 40px;
  }
}

.recruit .news-block dl dd {
  padding: 19px 10px 19px 120px;
}

/*-- タイトル線のみ箇所修正 --*/

.business .reason .keyv, .news .keyv, .ph2-blog-category .keyv, .ir .keyv, .interview .keyv, .policy .keyv, .contact .keyv, .ph2-recruit-category .keyv {
  height: auto;
  padding-top: 111px;
}

@media (max-width: 768px) {
  .business .reason .keyv, .news .keyv, .ph2-blog-category .keyv, .ir .keyv, .interview .keyv, .policy .keyv, .contact .keyv, .ph2-recruit-category .keyv {
    height: auto;
    padding-top: 74px;
  }
}

/*-- ブログテンプレ --*/

.blog_cate1 a, .blog_cate2 a {
  color: #334d90;
  font-size: 13px;
  font-weight: bold;
}

.cat-item-6 {
  display: block;
}

.blog_cate1 a:hover, .blog_cate2 a:hover {
  color: #568dc1;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .blog-list ul li.blog-item .blog-tag {
    margin-bottom: 15px;
  }
}

/*-- top blog thum --*/

.top .blog-thum img {
  width: 300px;
  height: 160px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: 1s all;
}
/*
.top .blog-thum img:hover{
  width: 360px;
  height: 192px;
  object-position: 50% 50%;
      transition: 1s all;
}*/

div.rss-antenna .rss-item .right{
  float: none!important;
  width: 300px;
  height: 160px;
  overflow: hidden;
}
div.rss-antenna .rss-item .right img{
  width: 300px;
  height: 160px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: .2s all;
}
/*
div.rss-antenna .rss-item .right img:hover{
  width: 360px;
  height: 192px;
  object-position: 50% 50%;
      transition: 1s all;
}*/
div.rss-antenna .rss-item a:hover{
  background-color: transparent!important;
  opacity: 0.8;
}
div.rss-antenna .rss-item .title{
  color:#000!important;
  padding-top: 16px!important;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 70px!important;
    line-height: 1.5;
}
div.rss-antenna .rss-item .description{
  font-size: 14px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*-- プライバシーポリシー --*/

.privacy_mark {
  padding: 60px 0;
  border-top: 1px solid #dbdbdb;
}

.privacy_mark img {
  float: right;
  display: block;
  height: auto;
  padding-left: 100px;
}

@media (max-width: 768px) {
  .privacy_mark img {
    float: none;
    margin: 0 auto 20px auto;
    padding: 0;
    padding-top: 60px;
  }

  .privacy_mark p {
    padding-bottom: 40px;
  }
}

/*-- 社員インタビュー --*/

.oneday {
  margin-bottom: 80px;
}

.interview-navi {
  margin-bottom: 60px;
}

.interview-navi .fl {
  margin-left: 80px;
}

.interview-navi .fr {
  margin-right: 80px;
}

@media (max-width: 768px) {
  .interview-list .w200 {
    max-width: 70%;
  }

  .oneday {
    margin-bottom: 40px;
  }

  .oneday .sm {
    margin: 0 auto;
  }

  .interview-navi {
    margin-bottom: 40px;
  }

  .interview-navi .sm-w83p {
    margin: 0 auto;
  }

  .interview-navi .fl {
    margin-left: auto;
  }

  .interview-navi .fr {
    margin-right: auto;
  }
}

.business .news-block dl dd, .recruit .news-block dl dd {
  padding: 14px 10px 19px 120px;
}

@media (max-width: 768px) {
  .business .news-block dl dd, .recruit .news-block dl dd {
    padding: 0 0 10px;
  }
}

.blog-excerpt {
  margin-bottom: 10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.cat-item-46, .cat-item-41 {
  display: none;
}

@media (max-width: 768px) {
  .business .reason .wrapper.breadcrumbs, .ir .main .breadcrumbs.wrapper, .interview .breadcrumbs.wrapper, .policy .breadcrumbs.wrapper {
    padding-top: 20px;
  }

  .ir .category-top .wrapper.breadcrumbs {
    padding-top: 0;
  }
}

/* 社員インタビュー */
.interview-content-title {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 30px;
  padding-left: 15px;
}

.interview-content-line {
  margin-top: 10px;
  margin-bottom: 15px;
  /* width: 52%; */
  margin-right: 15px;
  margin-left: 15px;
  height: 1px;
  border: none;
  background: linear-gradient(to left, #fa7c05, #1d53df);
}

.interview-content-text {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .interview-content-left,.interview-content-right {
    width: auto !important;
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .interview-content-left img {
    float: left;
    margin-right: 47px;
    /* padding-bottom: 15px; */
    width: 40.6% !important;
  }
  .interview-content-right img{
    float: right;
    margin-left: 47px;
    /* padding-bottom: 15px; */
    width: 40.6% !important;
  }
  .interview-content-text {
    padding-right: 45px;
    padding-left: 45px;
  }

  .interview-content-line{
    margin-right: 45px;
    margin-left: 45px;
  }

  .interview-content-title {
    padding-left: 45px;
  }
}

.interview-block-text {
  width:100%;
  background: #ffffff;
}

.interview-block-text-clear {
  width:100%;
}

.interview-block-weight {
  max-width: 720px;
  margin: auto;
}
.interview-image-weight1 {
  width: 100%;
}

@media (min-width:768px) {
  .interview-title-weight1 {
    width: 45%;
    margin-left: auto;
  }
  .interview-title-weight2 {
    width: 55%;
    margin-right: auto;
  }
  .interview-image-weight1 {
    bottom: 0;
    left: -54px;
    position: absolute;
    width: 460px;
    height: auto;
  }
  .interview-image-weight2 {
    bottom: 0;
    right: -136px;
    position: absolute;
    width: 460px;
    height: auto;
  }
}

@media (min-width: 768px){
  br.new-line {
    display: none;
  }
}

.g-recaptcha div{
  margin-right: auto;
  margin-left: auto;
}

/* IRニュースの幅調整 */
div#ir_library div#announcement dt {
  width: auto !important;
}

.news-l{
  margin-bottom: 10px;
}

/* 記事内のお問い合わせ */
.two-block a.btn-style:hover{
  opacity: 1;
}
@media (min-width: 768px){
  .news-l{
    display: inline-block;
    width: 200px;
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .news-r{
    display: inline-block;
    width: 200px;
    margin-left: 5px;
  }

  .two-block a.btn-style.news-link-l{
    padding-right: 25px !important;
  }

  .two-block a.btn-style.news-link-r{
    padding-right: 36px !important;
  }
}
@media (min-width: 769px) and (max-width: 1300px){
  .news-l{
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .news-r{
    margin-right: 5px;
    margin-left: 5px;
  }
  .two-block .wrapper>div{
    padding:30px 10px;
  }
}

@media (max-width: 768px){
  .top .blog-block .wrapper h3{
    margin-top: 40px;
  }
  .news-article-block br{
    display: none;
  }
  div.rss-antenna .rss-item .right img{
    height: 100px;
  }
  div.rss-antenna .rss-item .right{
    height: 100px;
  }
  div.rss-antenna .rss-item .title{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 0!important;
    height:49px;
    min-height: 49px!important;
    top: 0;
  }
  div.rss-antenna .rss-item .siteinfo{
    top: 60px;
  }
  div.rss-antenna .rss-item .description {
    top: 80px;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

td {
  padding: 15px 0 0;
  border-bottom: 1px solid #dddddd;
}

.pl-15{
  padding-right:15px;
}

.sitemap-font {
  padding-left: 20px;
  font-size: 20px;
}
.mh-unset{
  max-height: unset !important;
}

/* グループ・関連会社 */
.top .company-block {
  max-width: 1030px;
  margin: 0 auto 60px;
}
.top .company-block .row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.top .company-block .col {
  position: relative;
  width: 23.2%;
  padding: 30px 1.5% 80px;
  border: 1px dashed #ccc;
  border-radius: 12px;
}
.top .company-block .img {
  display: block;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.top .company-block .title {
  margin: 20px 0;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.top .company-block .com {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 84%;
  margin: 0 auto;
  border: 1px solid #334d90;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
}
.top .company-block .com a {
  padding: 12px 0;
  color: #334d90;
  font-weight: bold;
}
.top .company-block .com:after {
  content: "";
  background: url(/wp-content/themes/iridge_2018/images/service/icon_link.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 16px;
}
@media (max-width: 768px){
  .top .company-block {
    width: 100%;
    margin: 0 auto 60px;
  }
  .top .company-block .row {
    flex-direction: column;
    margin-top: 0;
  }
  .top .company-block .col {
    width: 94%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 15px;
    display: flex;
    border-radius: 0;
    border: 0;
    border-bottom: 2px dashed #ccc;
  }
  .top .company-block .img {
    width: 160px;
    height: 50px;
    min-width: 140px;
    margin-right: 20px;
  }
  .top .company-block .img img {
    width: 100%;
    height: auto;
  }
  .top .company-block .col:first-child .img img {
    height: 50px;
    width: auto;

  }
  .top .company-block .txt {
    width: auto;
  }
  .top .company-block .title {
    margin: 5px 0;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: bold;
  }
  .top .company-block .com {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
  }
  .top .company-block .com:after {
    top: 11px;
  }

  .top .company-block .com a {
    padding: 8px 0;
  }
}

/* 2022/12追加 2023/07修正 SERVICE -事業内容- */
.service_content .keyv {
  background: url(/wp-content/themes/iridge_2018/images/service/keyv.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.service_content .wrapper.breadcrumbs {
  max-width: 1000px;
}
.serviceContInner .tit {
  margin: 90px auto 50px;
  color: #2B4483;
  font-size: 40px;
}
.serviceContInner .tit span{
  font-size: 0.4em;
}
.service_content .service_btn {
  margin-top: 1em;
  text-align: center;
}
.service_content .service_btn.btn-fanship {
  margin-top: 2.4em;
}
.service_content .service_btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1.5em 0;
  background: #2B4483;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.service_content .service_btn.btn-w a {
  background: #fff;
  color: #2B4483;
  border: 1px solid #2b2b2b;
}
.service_content .service_btn a:after {
  content: "";
  width: 25px;
  height: 17px;
  background: url(/wp-content/themes/iridge_2018/images/service/icon_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
}
.service_content .service_btn.btn-w a:after {
  content: "";
  width: 23px;
  height: 19px;
  background: url(/wp-content/themes/iridge_2018/images/service/icon_link.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
}
.service_content .service_tit {
  margin: 1em 0;
  color: #000;
  font-size: 28px;
}
.service_content .keyv .keyv-title,.service_content .keyv .keyv-sub-title {
  color: #000;
  text-shadow: 0 0 3px rgb(255,255,255,0.6);
}
.serviceContInner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 60px;
}

.serviceCard {
  display: flex;
  justify-content: space-between;
}
.serviceCardItem {
  border: 1px solid #2B4483;
  width: 48%;
  padding: 20px 23px 23px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
}
.serviceCardItem .card_img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 255px;
  width: auto;
  margin: 30px auto;
}
.serviceCardItem .card_txt {
  min-height: 4em;
  padding: 0 0.8em 0.8em;
  line-height: 1.5;
  text-align: left;
}
.serviceContInner .app_dev2,.serviceContInner .miniapp,.serviceContInner .app_mark,.serviceContInner .other {
  max-width: 1000px;
  margin: 0 auto;
}
.serviceContInner .app_dev {
  background: #fff;
  padding: 60px 60px 40px;
  margin-bottom: 60px;
}
.serviceContInner .app_dev .appboxCard {
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
}
.serviceContInner .app_dev .appboxCard .appboxTxt {
  font-size: 16px;
  margin: 40px auto;
}
.serviceContInner .app_dev .appboxCard .appboxTxtDescription {
  font-size: 28px;
  margin: 40px auto;
}
.serviceContInner .app_dev .appboxCard p .sp {
  display: none;
}
.serviceContInner .app_dev .appboxCard .service_btn {
  width: 430px;
  margin: 0 auto;
}
.app_dev .serviceCardItem .card_txt {
  min-height: 6.75em;
}
.app_dev2 .card_txt-top {
  font-size: 18px;
}
.app_dev2 .appboxLogo {
  margin: 0.3em 0 0.5em;
}
.app_dev2 .card_img2 {
  margin: 0.5em auto;
}
.app_dev2 .card_txt {
  letter-spacing: -0.04em;
}
.miniapp .serviceCardItem .card_img {
  min-height: 215px;
}
.other .serviceCard .card_img {
  min-height: 120px;
}
.other .serviceCard .card_txt {
  letter-spacing: -0.03em;
}

.topicsCont {
  margin-top: 30px;
  margin-bottom: 38px;
  background: #fff;
}
.topicsCont .serviceContInner {
  padding: 1px 0 60px;
}
.topicsCont .topics_icon {
  padding: 2em 0 3em;
  text-align: center;
}
.topicsCont .topics_icon img {
  width: 164px;
  height: auto;
}

.topicsCont .topics_txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.topicsCont .topics_desc {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 40px auto;
}
.topics_btn {
  width: 430px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .serviceContInner {
    padding: 0;
    width: 92%;
  }
  .serviceContInner .tit{
    margin: 1.2em auto 0.6em;
    font-size: 20px;
  }
  .service_content .service_btn a {
    font-size: 14px;
  }
  .service_content .service_btn a:after {
    content: "";
    width: 20px;
    height: 12px;
    top: calc(50% - 6px);
  }
  .service_content .service_btn.btn-w a:after {
    content: "";
    width: 18px;
    height: 15px;
    top: calc(50% - 7px);
  }
  .service_content .service_tit {
    margin: 0.5em 0;
    font-size: 18px;
  }
  .serviceCard {
    flex-direction: column;
    margin: 1em 0 0.5em;
  }
  .serviceCardItem {
    width: 100%;
    padding: 5%;
    font-size: 13px;
    margin: 0.5em 0;
  }
  .serviceCardItem .card_img {
    height: auto;
    min-height: inherit;
    width: 100%;
    margin: 1.5em auto;
  }
  .serviceCardItem .card_txt {
    min-height: inherit;
    padding: 0;
    width: auto;
  }
  .serviceContInner .app_dev {
    background: #fff;
    padding: 30px 15px 1px;
    margin-bottom: 0;
  }
  .serviceContInner .app_dev .appboxCard {
    width: auto;
    margin: 0 auto 15px;
  }
  .serviceContInner .app_dev .appboxLogo img{
    width: 60%;
  }
  .serviceContInner .app_dev .appboxCard .appboxTxt {
    font-size: 14px;
    margin: 20px auto;
  }
  .serviceContInner .app_dev .appboxCard .appboxTxtDescription {
    font-size: 13px;
    margin: 20px auto;
  }
  .serviceContInner .app_dev .appboxCard p .sp {
    display: block;
  }
  .serviceContInner .app_dev .appboxCard p .pc {
    display: none;
  }
  .serviceContInner .app_dev .appboxCard .service_btn {
    width: 100%;
    margin: 0 auto;
  }
  .app_dev2 .card_txt-top {
    font-size: 16px;
  }
  .app_dev2 .appboxLogo {
    zoom: 90%;
    margin: 0em auto 0.8em;
  }
  .app_dev2 .card_txt {
    letter-spacing: inherit;
  }

  .miniapp .serviceCardItem .card_img {
    min-height: inherit;
  }
  .app_dev .serviceCardItem .card_txt {
    min-height: inherit;
  }
  
  .other .serviceCard .card_img {
    height: auto;
    min-height: auto;
  }
  .other .serviceCard .card_img.co img {
    width: 82%;
  }
  .other .serviceCard .card_txt {
    height: auto;
  }
  
  .topicsCont {
    padding: 2em 0.5em;
    margin-bottom: 0;
  }
  .topicsCont .topics_icon {
    padding: 1em 0 0.5em;
  }
  .topicsCont .topics_icon img {
    width: 80%;
    height: auto;
  }
  
  .topicsCont .topics_txt {
    font-size: 13px;
    margin-top: 1.5em;
    text-align: left;
  }
  .topicsCont .topics_desc {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0;
    margin: 1em auto;
  }
  .topicsCont .topics_desc li {
    width: 40%;
    margin: 0 auto 2em;
  }
  .topicsCont .topics_desc li .topics_txt {
    text-align: center;
    font-size: 0.8em;
    margin: 0;
  }

  .topics_btn {
    width: 100%;
    margin: 0 auto;
  }
}

/*2023/1追加*/
.sitemapContent .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemapContent .inner .flex {
  width: calc(100% / 3);
}
.sitemapContent ul {
  margin-bottom: 1.5em;
}
.sitemapContent a {
  display: inline-block;
  padding: 0.5em 0;
  font-size: 16px;
}
.sitemapContent a:before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 8px;
  height: 8px;
  background-color: #122b77;
}

.sitemapContent .cat-tit a {
  color: #122b77;
  font-size: 22px;
  font-weight: bold;
}
.sitemapContent .cat-tit a:before {
  display: none;
}
.sitemapContent .cat-tit a span {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.9em;
}
.sitemapContent .cat-child {
  margin-bottom: 0;
}
.sitemapContent .cat-child a {
  padding-left: 1em;
}
.sitemapContent .cat-child a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #568dc1;
  display: inline-block;
}
.sitemapContent .service-tit {
  font-size: 1em;
  color: #999;
}
.sitemapContent ul.servcie-child {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .sitemapContent .inner {
    width: 88%;
    flex-direction: column;
  }
  .sitemapContent .inner .flex {
    width: 100%;
  }
  .sitemapContent ul {
    margin-bottom: 1.5em;
  }
  .sitemapContent a {
    display: inline-block;
    padding: 0.5em 0 0.5em 1em;
    font-size: 1em;
  }
  .sitemapContent a:before {
    width: 5px;
    height: 5px;
    margin-right: 0.5em;
  }
  
  .sitemapContent .cat-tit a {
    font-size: 1.1em;
    padding-left: 0;
  }
  .sitemapContent .cat-child {
    margin-bottom: 0;
  }
  .sitemapContent .cat-child a {
    padding-left: 1em;
  }
  .sitemapContent .cat-child a:before {
    width: 3px;
    height: 3px;
  }  
}

/* サービス利用規約 2023/7 */
.terms-of-service {
  padding-top: 110px;
  background: #fff;
}
.terms-of-service .wrapper {
  max-width: 1000px;
  width: 100%;
}
.terms-of-service .main-tit {
  font-size: 50px;
  line-height: 1.1;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding-bottom: 22px;
}
.terms-of-service .main-tit .main-tit-jp {
  display: block;
  font-size: 20px;
  margin-top: 15px;
  font-weight: normal;
}
.terms-of-service .main-tit:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fa7c05;
    background: -webkit-linear-gradient(right, #fa7c05, #1d53df);
    background: -o-linear-gradient(left, #fa7c05, #1d53df);
    background: -moz-linear-gradient(left, #fa7c05, #1d53df);
    background: linear-gradient(to left, #fa7c05, #1d53df);
    position: absolute;
    left: 0;
    bottom: 0;
}
.terms-of-service .terms a {
  color: #334d90;
  text-decoration: underline;
}
.terms-of-service p {
  margin: 10px auto 30px;
}
.terms-of-service-list {
  margin: 20px auto;
  padding-bottom: 60px;
}
.terms-of-service-list li {
  margin: 5px 0;
}
.terms-of-service-list li a {
  display: inline-block;
  padding: 5px 0;
  font-size: 22px;
  color: #334d90;
  font-weight: bold;
}
.terms-of-service .terms .tit {
  font-size: 28px;
  color: #1d0c0f;  
  text-align: left;
  padding: 85px 0 0;
  margin: -65px 0 0;
}
.terms-of-service .terms-inner {
  margin: 10px 0 30px;
  font-size: 16px;
}
.terms-of-service .terms-inner li {
  line-height: 1.6;
  padding-left: 1.5em;
}
.terms-of-service .terms-inner li:before {
  content: counter(ol_li) ".";
  left: 0;
  width: 1.2em;
  text-align: center;
  font-weight: normal;
}
.terms-of-service .kakko-list li {
  padding-left: 1.8em;
  position: relative;
}
.terms-of-service .kakko-list li:before {
  left: 0;
  font-weight: normal;
  content: counter(ol_li);
  width: 1.5em;
  text-align: center;
}
.terms-of-service .kakko-list li:after {
  content: "(　)";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 0.9em;
}
.terms-of-service .circle-list {
  margin-left: 0;
}
.terms-of-service .circle-list li {
  padding-left: 1.5em;
}
.terms-of-service .circle-list li:before {
  counter-increment: ol_li;
  content: counter(ol_li);
  border: 1px solid;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.15;
  text-align: center;
  font-size: 0.9em;
  margin-top: 0.25em;
}
.terms-of-service .kakko-list .circle-list li:after {
  display: none;
}
.terms-of-service .katakana-list li {
  list-style: katakana;
  padding-left: 0;
  margin-left: 1.8em;
}
.terms-of-service .kakko-list .katakana-list {
  margin-left: 0;
}
.terms-of-service .katakana-list li:before,.terms-of-service .katakana-list li:after {
  display: none;
}
.terms-of-service .normal-list {
  margin-left: 0;
}

.terms-of-service .normal-list > li {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
}
.terms-of-service .normal-list > li ,.terms-of-service .disc-list > li {
  padding-left: 0;
}
.terms-of-service .normal-list > li:before ,.terms-of-service .disc-list > li:before {
  display: none;
}
.terms-of-service .normal-list .disc-list {
  list-style: disc;
}
.terms-of-service .normal-list .disc-list li {
  margin-top: 10px;
}
.terms-of-service .normal-list .disc-list li p {
  padding-left: 0;
}
.terms-of-service .normal-list table {
  max-width: 800px;
  margin: 10px 0 20px 1.4em;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: normal;
}
.terms-of-service .normal-list th,.terms-of-service .normal-list td {
  width: 45%;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.terms-of-service .normal-list th {
  background: #efefef;
}

.terms-of-service p + .terms-inner {
  margin-top: -10px;
}
.terms-of-service .terms-inner > li > .terms-inner {
  margin: 5px auto 15px;
}
.terms-of-service .enactment {
  margin: 5em 0 3em;
  text-align: right;
}
.terms-of-service .indent {
  padding-left: 1.4em;
}
.terms-of-service .indent-ma {
  margin-left: 1.4em !important;
}
.terms-of-service .strong {
  font-weight: bold;
}

/* サービス利用規約【SP】 */
@media screen and (max-width: 768px) {
  .terms-of-service {
    padding-top: 40px;
  }
  .terms-of-service .main-tit {
    width: 95%;
    margin: 0 auto;
    font-size: 34px;
    padding: 0.6em 0;
  }
  .terms-of-service .main-tit .main-tit-jp {
    font-size: 17px;
    margin-top: 0.6em;
  }
  .terms-of-service-list {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .terms-of-service-list li {
    margin: 0;
  }
  .terms-of-service-list li a {
    padding: 0.3em 0.5em;
    font-size: 18px;
  }
  .terms-of-service .btn-top {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .terms-of-service .terms {
    width: 92%;
    margin: 0 auto;
  }
  .terms-of-service .terms p {
    font-size: 16px;
  }
  .terms-of-service .terms .tit {
    font-size: 18px;
    margin-bottom: 0.3em;
    padding-top: 50px;
    margin-top: -40px;
  }
  .terms-of-service .terms-inner {
    margin: 30px auto;
  }
  .terms-of-service .enactment {
    margin: 3em 0 2em;
  }
  .terms-of-service .normal-list {
    margin-left: 0;
  }
  
  .terms-of-service .normal-list table {
    max-width: 100%;
    margin: 10px 0 20px;
    font-size: 15px;
  }
  .terms-of-service .normal-list th,.terms-of-service .normal-list td {
    width: auto;
  }
  .terms-of-service {
    word-break: break-all;
  }
}

#tocopen:checked+.index__list {
  display: none;
  padding: 45px;
  border: 4px solid tan;
}

/******* マーケティングブログデザイン修正(2023/06) *******/
#marketing-blog h2 {
  padding: 15px 20px;
  font-size: 32px;
  background: #334d90;
  color: #fff;
  text-align: left;
} 
#marketing-blog h3{
  padding: 10px 15px;
  border-top: 4px solid #334d90;
  border-bottom: 4px solid #334d90;
  font-size: 28px;
}
#marketing-blog h4{
  padding: 5px 15px;
  border-left: 5px solid #334d90;
  font-size: 22px;
  text-align: left;
}
#marketing-blog h5{
  margin-top: 0;
  padding: 5px 10px;
  border-bottom: 2px solid #334d90;
  font-size: 20px;
}
#marketing-blog h6{
  padding: 5px 0;
  color: #334d90;
  font-size: 18px;
  font-weight: bold;
  font-size: 20px;

  border-bottom: none;
}
#marketing-blog ul li{
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
  list-style: disc;
  margin-left: 1rem;
}
#marketing-blog ol li{
  margin-bottom: 15px;
}
#marketing-blog table {
  font-size: 16px;
  max-width: 100%;
}
#marketing-blog th, #marketing-blog td{
  padding: 10px 6px;
  text-align: left;
}
#marketing-blog table ul li{
  list-style: disc;
  margin-left: 1rem;
}
#marketing-blog table ul li > ul li{
  list-style: circle;
}
#marketing-blog .blog_tax ul li {
  font-size: inherit;
  margin-bottom: inherit;
  line-height: inherit;
  list-style: none;
  margin-left: 0;
}
#marketing-blog a:hover {
  text-decoration: underline;
}
/* マーケティングブログ ブログカード */
.blogcard {
  width: 100%;
  margin: 30px auto 85px;
}
.blogcard a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  color: #000;
  line-height: 1.4;
  cursor: pointer;
}
.blogcard-img {
  width: 32%;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  overflow: hidden;
}
.blogcard-img img {
  margin-bottom: 0;
  width: 100%;
  height: 165px;
  object-fit: cover;
}
.blogcard-content {
  width: calc(68% - 2px);
  padding: 0 20px;
}
.blogcard-title {
  font-size: 20px;
  font-weight: bold;
}
.blogcard-excerpt {
  margin-top: 15px;
  font-size: 16px;
}
/* マーケティングブログ 目次 */
#toc {
  width: 90%;
  margin: 0 auto 60px;
  padding: 35px 50px;
  border: 1px solid #e7edee;
}
#toc #tocopen {
  display:none;
}
#toc label:has(+ #tocopen) {
  transition: 1s all;
  display: flex;
  font-size: 22px;
  align-items: center;
}
#toc label:has(+ #tocopen):after {
  content: "閉じる";
  background: #ededed;
  display: inline-block;
  margin-left: auto;
  margin-top: -1px;
  padding: 5px 10px;
  font-size: 13px;
  color: #334d90;
  font-weight: bold;
  cursor: pointer;
}

#toc label:has(+ #tocopen:checked):after {
  content: "開く";
}

#toc .index__list {
  margin-left: 7px;
  font-size: 16px;
  font-weight: bold;
}
#toc .index__item {
  margin: 0;
  line-height: 1.5;
}
#toc .index__list .index__item:before {
  display: none;
}
#toc .index__list > .index__item > .index__link {
  display: block;
  padding-bottom: 4px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: #e7edee 2px solid;
  position: relative;
}
#toc .index__list > .index__item > .index__link:before {
  content: "";
  display: block;
  width: 5.5em;
  height: 2px;
  background: #334d90;
  position: absolute;
  bottom: -2px;
  left: 0;
}
/******* 【SP】マーケティングブログデザイン(2023/06) *******/
@media (max-width: 768px) {
  #marketing-blog h2 {
    padding: 10px 15px;
    font-size: 22px;
  } 
  
  #marketing-blog h3{
    padding: 8px 12px;
    border-top: 2px solid #334d90;
    border-bottom: 2px solid #334d90;
    font-size: 20px;
  }
  #marketing-blog h4{
    padding: 3px 10px;
    border-left: 3px solid #334d90;
    font-size: 18px;
  }
  #marketing-blog h5{
    padding: 5px 0;
    border-bottom: 2px solid #334d90;
    font-size: 16px;
  }
  #marketing-blog h6{
    padding: 5px 0;
    font-size: 16px;
  }
  #marketing-blog ul li{
    font-size: 14px;
    margin-bottom: 8px;
  }
  #marketing-blog ol li{
    font-size: 14px;
    margin-bottom: 8px;
  }
  #marketing-blog table {
    font-size: 14px;
    max-width: 100%;
  }
  #marketing-blog th, #marketing-blog td{
    padding: 6px 3px;
  }
  /* マーケティングブログ ブログカード */
  .blogcard {
    width: 100%;
    margin: 30px auto 60px;
  }
  .blogcard a {
    flex-direction: column;
    padding: 6px;
  }
  .blogcard-img {
    width: 100%;
    height: 120px;
  }
  .blogcard-img img {
    margin-bottom: 0;
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .blogcard-content {
    width: 100%;
    padding: 10px 3px 5px;
  }
  .blogcard-title {
    font-size: 18px;
  }
  .blogcard-excerpt {
    margin-top: 10px;
    font-size: 13px;
  }
  /* マーケティングブログ 目次 */
  #toc {
    width: 98%;
    margin: 0 auto 50px;
    padding: 20px;
  }
  #toc ul, #toc ol {
    margin-left: 1em;
  }
  #toc label:has(+ #tocopen) {
    font-size: 22px;
  }
  #toc label:has(+ #tocopen):after {
    padding: 3px 10px;
    margin-top: 0;
    font-size: 13px;
  }
    
  #toc .index__list {
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
  }
  #toc .index__list > .index__item > .index__link {
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: #e7edee 2px solid;
    position: relative;
  }
  #toc .index__list > .index__item > .index__link:before {
    content: "";
    display: block;
    width: 5.5em;
    height: 2px;
    background: #334d90;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}

/* マーケティングブログサイドナビの固定 */
.marketing-blog.contentsSide .aside {
  top: 78px;
  position: sticky;
}
.marketing-blog.wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 768px) {
  .marketing-blog.contentsSide .aside {
    top: auto;
    position: inherit;
  }
  .marketing-blog.wrapper {
    display: block;
  }
  .marketing-blog.wrapper .w760{
    width: 100%;
    max-width: inherit;
  }
}
/* マーケティングブログの子カテゴリ追加に伴うデザイン調整 */
.marketing-blog .aside .cat-item {
  border: 0;
}

.marketing-blog .aside .cat-item a {
  border-bottom: 1px solid #dbdbdb;
}

.marketing-blog .aside ul .children {
  margin-bottom: 0;
}


/** TOPページ追従バナー **/
.top #floating_btn.fixed {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 297px;
  text-align: center;
}
@media (max-width: 768px) {
  .top #floating_btn.fixed {
    width: 80%;
    z-index: 1001;
  }
}
/** マーケティングブログ　スマホアプリページ用追従バナー **/
.marketing-blog #floating_btn.fixed {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 297px;
  text-align: center;
}
@media (max-width: 768px) {
  .marketing-blog #floating_btn.fixed {
    width: 80%;
    z-index: 1001;
  }
}


/*** 202408以降 新ヘッダー用 ***/
header .right .navigation > .clearfix {
  gap: 14px;
}
header .gnavi {
  display: flex;
  gap: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
}
header .gnavi .contact {
  display: none;
}
header .gnavi .nav__tit {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
  letter-spacing: -0.02em;
}
header .gnavi .nav__tit:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #334d90;
  position: absolute;
  bottom: 18px;
  left: 0;
  transition: all 0.3s;
}
header .gnavi .active .nav__tit:before,header .gnavi .nav__tit.active:before {
  width: 100%;
}
header .gnavi .nav__tit.active {
  color: #334d90;
}

header .gnavi .nav__tit span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  padding-top: 2px;
  white-space: nowrap;
}
header .gnavi .service-img {
  display: block;
  margin-top: 40px;
  margin-bottom: 18px;
}

/* 表示させているページに連動 */
header .gnavi .active .nav__tit {
  color: #334d90;
}
/*メニューごとの詳細設定*/
.business header .gnavi .works {
  margin-top: 0;
}
header .news, header .blog, header .about, header .ir {
  background: inherit;
}

/* 詳細ナビゲーション */
header .gnavi .hd-group {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background: #334d90;
}
header .gnavi .hd-group .nav-inner {
  max-width: 1200px;
  margin: 20px auto 22px;
  display: flex;
  gap: 150px;
}
header .gnavi .hd-group .nav-inner a {
  color: #fff;
}
header .gnavi .hd-group .nav-inner .hd__tit {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
}
header .gnavi .hd-group .nav-inner .hd__tit span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

/*サステナビリティ*/
header .gnavi .hd-group .nav-inner .hd__tit-sus {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

/*IR*/
header .gnavi .hd-group .nav-inner .ir-group {
  width: 65%;
  margin-left: 80px;
}

header .gnavi .hd-group .nav-inner .hd-group__02 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 2.5em;
  margin-top: 2px;
}

header .gnavi .hd-group .nav-inner .hd-group__02 ul .cat-child {
  display: none;
}

header .gnavi .hd-group .nav-inner .hd-group__02 a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s;
}
header .gnavi .hd-group .nav-inner .hd-group__02 a.blank:after {
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_h.svg) 0 0 no-repeat;
  top: 4px;
  right: 0;
}

header .gnavi .hd-group .nav-inner .hd-group__02 a:hover {
  opacity: 0.7;
}

/*事業内容*/
header .gnavi .hd-group .nav-inner .service-group {
  width: 20%;
}
header .gnavi .hd-group .nav-inner .service-group ul li a {
  display: block;
  text-align: center;
  margin-top: 0.8em;
  font-size: 14px;
  font-weight: bold;
}

header .gnavi .hd-group .nav-inner .service-group__02 {
  width: 70%;
}
header .gnavi .hd-group .nav-inner .service-group__02 ul {
  align-items: flex-start;
  gap: 1em 0;
}
header .gnavi .hd-group .nav-inner .service-group__02>ul>li {
  width: calc(100% / 3);
}
header .gnavi .hd-group .nav-inner .service-group__02 ul ul {
  display: block;
}
header .gnavi .hd-group .nav-inner .service-group__02 ul .service-tit span {
  color: rgba(255,255,255,0.4);
  font-size: 14px;
  font-weight: bold;
  margin-left: -1em;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .btn.blue a {
    font-size: 14px;
  }
  header .right .navigation > .clearfix {
    gap: 12px;
  }
  header .gnavi {
    gap: 10px;
  }
  header .gnavi .nav__tit {
    font-size: 14px;
  }

}
@media (max-width: 768px) {
  header .right .navigation > .clearfix {
    gap: 0;
  }
  header .gnavi {
    flex-direction: column;
    gap: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  header .gnavi .contact {
    display: none;
  }
  header .gnavi .nav__list {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  header .gnavi .nav__list.contact {
    display: none;
  }
  header .gnavi .service-img {
    display: none;
  }  
  header .gnavi .nav__tit {
    font-size: 25px;
    color: #fff;
    padding: 0.4em 0;
    display: block;
    width: 100%;
  }
  header .gnavi .nav__tit:before {
    display: none;
  }
  header .gnavi .nav__tit.active {
    color: #fff;
  }
  header .gnavi .nav__tit span {
    display: inline-block;
    padding-left: 1em;
  }
  /* 表示させているページに連動 */
  header .gnavi .active .nav__tit {
    color: #fff;
  }

  /* メニューの＋ボタン */
  header .sub-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 19px;
    right: 15px;
  }
  header .sub-btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
  }
  header .sub-btn:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 9.5px;
  }
  header .sub-btn.active:after {
    content: "";
    display: none;
  }
  
  /* 共通_詳細ナビゲーション */
  header .gnavi .hd-group {
    display: none;
    position: inherit;
    top: 0;
    background: none;
  }
  header .gnavi .hd-group .nav-inner {
    display: block;
    margin: 0 auto 2em;
  }
  header .gnavi .hd-group .nav-inner a {
    width: 100%;
  }
  header .gnavi .hd-group .nav-inner .hd__tit {
    display: none;
  }
    
  /*IR*/
  header .gnavi .hd-group .nav-inner .ir-group {
    width: 100%;
    margin-left: 0;
  }
  
  /*共通*/
  header .gnavi .hd-group .nav-inner .hd-group__02 ul {
    display: block;
    margin-top: 0;
  }
  
  header .gnavi .hd-group .nav-inner .hd-group__02 ul .cat-child {
    display: none;
  }
  
  header .gnavi .hd-group .nav-inner .hd-group__02 a {
    font-weight: normal;
    padding: 0.6em 0;
  }
  header .gnavi .hd-group .nav-inner .hd-group__02 a.blank:after {
    display: inline-block;
    position: inherit;
    margin-left: 0.5em;
  }
  /*事業内容*/
  header .gnavi .hd-group .nav-inner .service-group {
    width: 100%;
  }
  header .gnavi .hd-group .nav-inner .service-group ul li a {
    display: block;
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 0.4em 0;
  }  
  header .gnavi .hd-group .nav-inner .service-group__02 {
    width: 100%;
  }
  header .gnavi .hd-group .nav-inner .service-group__02>ul>li {
    width: 100%;
  }
  header .gnavi .hd-group .nav-inner .service-group__02 ul .service-tit {
    margin-top: 1em;
  }
  header .gnavi .hd-group .nav-inner .service-group__02 ul .service-tit span {
    color: rgba(255,255,255,0.6);
    font-weight: normal;
    margin-left: 0;
  }
  header .gnavi .hd-group .nav-inner .service-group__02 ul .service-tit span:before {
    content: "[";
    margin-right: 3px;
  }
  header .gnavi .hd-group .nav-inner .service-group__02 ul .service-tit span:after {
    content: "]";
    margin-left: 3px;
  }
}

/*** 202408以降 新フッター用 ***/

footer a {
  display: inline-block;
}
footer .hd__tit {
  display: none;
}
footer .contact .hd-group {
  display: none;
}
footer .footer-link-wrap .clearfix {
  display: flex;
}
footer .gnavi {
  width: 25%;
}
footer .gnavi.nav__03 {
  width: 22%;
  margin-left: 3%;
}
footer .gnavi .service-img {
  display: none;
}
footer .nav__tit {
  color: #568dc1;
  font-size: 18px;
  font-weight: bold;
}
footer .nav__tit span {
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
}
footer .hd-group__01 li a,footer .hd-group__02 li a {
  padding: 0.2em 0;
}
footer .nav__list {
  margin-bottom: 1em;
  background: inherit;
}

/* works */
.business footer .works {
  margin-top: 0;
} 
/* IR */ 
footer .cat-child {
  padding-left: 1em;
  padding-bottom: 5px;
}
/* 事業内容 */
footer .business li {
  padding-left: 1em;
}
footer .business .service-tit {
  margin-left: -1em;
}
footer .business .service-tit span {
  display: inline-block;
  padding: 0.2em 0;
  color: #999;
}
footer .business .service-tit span:before {
  content:"[";
}
footer .business .service-tit span:after {
  content:"]";
}
/* サステナビリティ */
footer .sastainability .nav__tit span {
  display: block;
  padding-left: 0;
}

/*外部リンク*/
footer a.blank:after {
  right: -1.8em;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_black.svg) 0 0 no-repeat;
}
footer .blank2 {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_black.svg) no-repeat 100% 100%;
  width: 20px;
  height: 10px;
  padding-left: 1em;
}

@media (max-width: 768px) {
  footer .footer-link-wrap .clearfix {
    width: 100%;
    flex-direction: column;
  }
  footer .gnavi {
    width: 100%;
    flex-direction: column;
  }
  footer .gnavi.nav__03 {
    width: 100%;
    margin-left: 0;
  }  
  footer .nav__tit {
    display: block;
    padding: 0.8em 1em;
    font-size: 15px;
  }
  footer .nav__tit span {
    font-size: 0.85em;
    padding-left: 1em;
  }
  footer .hd-group {
    display: none;
    padding-bottom: 0.5em;
  }
  footer .hd-group__01 li,footer .hd-group__02 li {
    padding-left: 1.1em;
  }
  footer .hd-group__01 li a,footer .hd-group__02 li a {
    padding: 0.5em 0;
  }
  footer .nav__list {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #dbdbdb;
  }
  /* IR */ 
  footer .cat-child {
    padding-left: 0;
    padding-bottom: inherit;
  }
  /* 事業内容 */
  footer .business .service-group ul li:nth-child(2) {
    padding-left: 2em;
  }
  footer .business li {
    padding-left: 1.1em;
  }
  footer .business .service-tit {
    margin-left: inherit;
  }
  /* サステナビリティ */
  footer .sastainability .nav__tit span {
    display: inline-block;
    padding-left: 1.1em;
  }
  footer .contact {
    display: none;
  }
  footer .sub-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 15px;
  }
  footer .sub-btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #568dc1;
    position: absolute;
    top: 10px;
    left: 0;
  }
  footer .sub-btn:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #568dc1;
    position: absolute;
    top: 0;
    left: 9.5px;
  }
  footer .sub-btn.active:after {
    display: none;
  }
}


/*** 202408以降 新サイトマップ ***/
.sitemap .main .wrapper {
  max-width: 1200px;
}
.sitemapContent.template .clearfix {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.sitemapContent.template .clearfix .gnavi {
  position: relative;
  width: calc(100% / 4);
}
.sitemapContent .gnavi .service-img {
  display: none;
}
.sitemapContent.template li a {
  font-size: 14px;
}

.sitemapContent.template .hd__tit {
  display: none;
}
.sitemapContent.template .nav__tit {
  color: #122b77;
  font-size: 20px;
  font-weight: bold;
}
.sitemapContent.template .nav__tit span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.8em;
}
.sitemapContent.template .nav__tit:before {
  display: none;

}
.sitemapContent.template .service-tit span:before {
  content: "[";
}
.sitemapContent.template .service-tit span:after {
  content: "]";
}
.sitemapContent.template ul ul {
  margin-bottom: 1em;
}
/*外部リンク*/
.sitemapContent.template .blank2 {
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_black.svg) no-repeat 100% 100%;
  width: 20px;
  height: 10px;
  padding-left: 1em;
}
.sitemapContent.template .blank:after {
  background: url(/wp-content/themes/iridge_2018/images/icon_new_window_black.svg) no-repeat 100% 100%;
  width: 20px;
  height: 10px;
  right: -1.1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 新サイトマップ　SP用 */
@media (max-width: 768px) {
  .sitemapContent.template .clearfix {
    width: 95%;
    flex-direction: column;
    margin: 0 auto;
  }
  .sitemapContent.template .clearfix .gnavi {
    width: 100%;
  }
  .sitemapContent.template .sm {
    display: none !important;
  }
  .sitemapContent.template .nav__tit {
    font-size: 16px;
  }
  .sitemapContent.template ul {
    margin-bottom: 0;
    padding-left: 1em;
  }
  .sitemapContent.template ul ul {
    margin: 0;
    padding: 0;
  }
  
}
