@charset "UTF-8";


/*  ====================================================
  基本設定
===================================================== */

:root {
  --c-green: #00C328;
  --c-lightgreen: #F0F7E8;
  --c-lightblue: #F0F3F6;
  --c-orange: #FF9F00;
  
  --c-pitchblack: #000;
  --c-black: #333;
  --c-ivolytblack: #555;
  --c-gray: #999;
  --c-white: #fff;
  
  --c-bgnone: transparent;
  
  --c-thbg: #F2F2F2;
  --c-thhover: #e9e9e9;
  --c-border: #EFEFF0;
  --c-thborder: #e6e6e6;
  
  --c-lowerheader: #538f1b;
  
  --c-flowbg: #E4F9E8;

}

* {
  box-sizing: border-box;
}

body#pagetop {
  overflow: hidden;
  color: #444;
}


/* ヘッダー */
.page-title {
  font-size: 12px;
  color: var(--c-green);
}

.header-new {
  border-top: none;
  border-bottom: none;
}

.digima-logo a {
  padding-left: 0;
}

/* MV */
.main-visual {
  margin-top: 97px;
  text-align: center;
  display: flex;
  align-items: center;
  color: var(--c-white);
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.main-visual {
  background: url(../img/offshore_hakusho_2025/mv_bg_cover.png) center center repeat, url(../img/offshore_hakusho_2025/mv_bg.webp) center center no-repeat;
  background-size: 10px auto, cover;
  position: relative;
}

.main-visual-inner {
  margin: 0 auto;
  padding: 0 15px;
}

.mv-bottom {
  margin-bottom: 30px;
  font-size: 20px;
}

.main-visual h2 {
  margin-bottom: 30px;
  font-size: 56px;
  text-align: center;
}


.h2-num {
  margin-bottom: 30px;
  font-size: 44px;
  
}

.h2-year {
  font-size: 20px;
}

.mv-bottom {
  font-size: 28px;
}


/* フローティング Book */
.book-wrap {
  position: absolute;
  width: 339px;
  top: 100px;
  left: calc(50% + 340px);
}


.book-wrap a {
  display: block;
}


/* リード */
.bg_gray {
  background: #E4F9E8;
}

.digima-service {
  font-size: 18px;
  line-height: 1.7;
  padding-bottom: 60px;
}



h3.title01 {
  background: none;
  font-size: 28px;
  color: var(--c-green);
  padding: 0;
  margin-bottom: 30px;
}

.tbl01 th {
  background: #B4EDBF;
}

.tbl01 td {
  border: none;
  background: #f9f9f9;
}

.tbl01 td p {
  padding: 20px;
}

.tbl01 td p b {
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}

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


}



/*  ====================================================
  マージン
===================================================== */
.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}


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

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

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

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

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

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

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

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

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

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}



.mb130 {
  margin-bottom: 130px !important;
}



