/*
base-color
*/
/*
deepi-color
*/
/*
txt-color
*/
/*
brakepoint
*/
/*
main
*/
#main.common_content {
  padding-top: 75px; }
  @media screen and (max-width: 1060px) {
    #main.common_content {
      padding-top: 60px; } }

#content table th {
  width: 25%; }
  @media screen and (max-width: 768px) {
    #content table th {
      width: 100%;
      padding-bottom: 0; } }
@media screen and (max-width: 768px) {
  #content table td {
    border-bottom: 1px solid #ccc; } }

button,
input,
textarea {
  border: 1px solid #9CCBEA; }

input[type="text"],
input[type="tel"] {
  width: 95%; }

input#your-yosan {
  ime-mode: disabled; }

.page-id-299 input#your-email {
  border: none;
  background: none; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 260px;
  padding: 10px 0;
  background: #009CE5;
  border: 1px solid #009CE5;
  border-radius: 10px;
  margin: 0 auto 20px; }
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover {
    color: #fff;
    background: #009CE5; }
  button:active,
  input[type="submit"]:active,
  input[type="button"]:active,
  input[type="reset"]:active {
    background: #009CE5; }

/*
topimage_deepi
*/
.topimage_deepi {
  position: relative;
  width: 100%;
  height: 43.9vw;
  min-height: 600px;
  overflow: hidden;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .topimage_deepi {
      height: 140vw;
      min-height: inherit;
      margin-bottom: 30px; } }
  .topimage_deepi::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .topimage_deepi h1 {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .topimage_deepi h1 {
        max-width: 295px;
        margin-bottom: 55px; } }
  .topimage_deepi::before {
    position: absolute;
    left: -70px;
    top: 0;
    width: 47.7vw;
    height: 43.9vw;
    min-width: 651px;
    min-height: 600px;
    content: "";
    background-image: url("../img/bg_deepitop.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .topimage_deepi::before {
        width: 56vw;
        height: 140vw;
        min-height: inherit;
        min-width: inherit;
        left: 0;
        background-position: right top; } }

.topimage_deepi_shosai {
  position: absolute;
  left: 8.4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .topimage_deepi_shosai {
      width: 100%;
      left: 10.7%; } }

.video_wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .video_wrapper {
      width: 100%;
      height: 140vw;
      min-height: 105% !important;
      min-width: 105% !important;
      top: -5% !important; } }

.read_deepi_top {
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .read_deepi_top {
      font-size: 18px;
      line-height: 1.7; } }

h2 {
  margin-bottom: 95px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 20px;
      margin-bottom: 80px; } }
  h2::after {
    background: #00C2E9; }

.deepi01 {
  padding-bottom: 195px; }
  @media screen and (max-width: 768px) {
    .deepi01 {
      padding-bottom: 100px; } }

.deepi_title {
  text-align: center;
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .deepi_title {
      margin-bottom: 40px; } }
  .deepi_title h3 {
    position: relative;
    display: inline-block;
    color: #00C2E9;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .deepi_title h3 {
        font-size: 18px; } }
    .deepi_title h3::after {
      position: absolute;
      left: 50%;
      bottom: -5px;
      transform: translateX(-50%);
      width: calc(100% + 30px);
      height: 16px;
      content: "";
      background-color: #FFE900;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .deepi_title h3::after {
          height: 12px;
          width: calc(100% + 20px); } }

.read_deepi {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 60px; }
  @media screen and (max-width: 768px) {
    .read_deepi {
      font-size: 20px;
      margin: 0 auto 40px; } }

.txt_brown {
  color: #FEAA00; }

.aibox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .aibox {
      display: block; } }

.ai {
  display: block;
  position: relative;
  width: 32.7%;
  margin-bottom: 10px;
  overflow: hidden;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    .ai {
      width: 100%; } }
  .ai p {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .ai p {
        font-size: 16px; } }
    .ai p small {
      display: block;
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      padding-top: 10px; }
      @media screen and (max-width: 768px) {
        .ai p small {
          font-size: 12px; } }
  .ai video {
    position: relative;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 0; }

.bg_ai {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: calc(100% - 4px);
  content: "";
  background-color: #009CE5;
  mix-blend-mode: multiply;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .bg_ai {
      display: none;
      top: 0;
      height: calc(100% - 6px); } }

.read_ninshiki {
  text-align: center;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .read_ninshiki {
      text-align: left; } }

/*
deepi02
*/
.deepi02 {
  position: relative;
  background-color: #009CE5;
  padding-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .deepi02 {
      padding-bottom: 50px; } }
  .deepi02::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    border-color: rgba(0, 156, 229, 0);
    border-top-width: 46px;
    border-bottom-width: 46px;
    border-left-width: 56px;
    border-right-width: 56px;
    border-top-color: #009CE5; }
    @media screen and (max-width: 768px) {
      .deepi02::before {
        border-top-width: 26px;
        border-bottom-width: 26px;
        border-left-width: 36px;
        border-right-width: 36px; } }

.about_ai {
  position: relative;
  top: -70px;
  width: 100%;
  text-align: center;
  background-color: #FFE900;
  border-radius: 20px;
  padding: 30px 10px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .about_ai {
      top: -60px;
      padding: 20px 10px; } }
  .about_ai p {
    font-size: 21px;
    font-weight: 500;
    color: #009CE5;
    margin: 0;
    letter-spacing: 0.06em;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .about_ai p {
        font-size: 17px; } }
    .about_ai p.read_about_ai01 {
      color: #333;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .about_ai p.read_about_ai01 {
          font-size: 26px; } }
  .about_ai::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    border-color: rgba(255, 233, 0, 0);
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-color: #FFE900; }
    @media screen and (max-width: 768px) {
      .about_ai::before {
        border-top-width: 14px;
        border-bottom-width: 14px;
        border-left-width: 20px;
        border-right-width: 20px; } }

.read_about_ai02 {
  color: #fff;
  margin-bottom: 30px; }

.about_ai_img {
  text-align: center;
  margin: 0 auto 110px; }
  @media screen and (max-width: 768px) {
    .about_ai_img {
      max-width: 400px;
      margin: 0 auto 80px; } }

.rule_title {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .rule_title {
      margin-bottom: 40px; } }

.fukidashi {
  text-align: center;
  padding: 0 90px; }
  @media screen and (max-width: 768px) {
    .fukidashi {
      padding: 0 0 0 35px; } }

.f_chigau {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  left: -90px;
  top: -60px;
  width: 85px;
  height: 85px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  content: "";
  border-radius: 50%;
  background-color: #FEAA00;
  text-align: center;
  letter-spacing: 0;
  transform: rotate(-10deg); }
  @media screen and (max-width: 768px) {
    .f_chigau {
      left: -75px;
      top: -40px;
      width: 65px;
      height: 65px;
      font-size: 13px; } }
  .f_chigau::before {
    position: absolute;
    top: 69%;
    left: 59%;
    width: 26px;
    height: 26px;
    content: "";
    background-image: url("../img/bg_chigau.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .f_chigau::before {
        top: 69%;
        left: 59%;
        width: 20px;
        height: 20px; } }

.txt_yellow {
  color: #FFE900; }

.rulelist {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .rulelist {
      display: block;
      margin-bottom: 40px; } }
  .rulelist.first {
    margin-bottom: 110px; }
    @media screen and (max-width: 768px) {
      .rulelist.first {
        margin-bottom: 80px; } }

.rule {
  width: 46.5%;
  background-color: #fff;
  padding: 40px 30px; }
  @media screen and (max-width: 768px) {
    .rule {
      width: 100%;
      padding: 30px 20px;
      margin-bottom: 15px; } }
  .rule h3 {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.8;
    padding-bottom: 15px;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .rule h3 {
        font-size: 18px; } }
    .rule h3::after {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 50px;
      height: 5px;
      content: "";
      background-color: #FFE900; }
  .rule p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .rule p {
        margin-bottom: 25px; } }
    .rule p.cap_rule {
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1.5;
      margin-bottom: 0; }
    .rule p.cap_rule02 {
      line-height: 1.9;
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        .rule p.cap_rule02 {
          margin-bottom: 25px; } }

.txt_blue {
  color: #004EAB; }

.rule_img {
  text-align: center;
  margin: 0 auto 40px; }
  @media screen and (max-width: 768px) {
    .rule_img {
      margin: 0 auto 30px; } }

.arrow_r_yellow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-25%, -50%);
  width: 6.5%; }
  @media screen and (max-width: 768px) {
    .arrow_r_yellow {
      position: static;
      left: auto;
      top: auto;
      transform: rotate(90deg);
      width: 20px;
      margin: 0 auto 15px; } }

.eye {
  text-align: center;
  margin: 0 auto 40px; }

.read_about_ai03 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-bottom: 65px; }
  @media screen and (max-width: 768px) {
    .read_about_ai03 {
      font-size: 16px;
      text-align: left;
      margin-bottom: 30px; } }

.read_about_ai04 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .read_about_ai04 {
      text-align: left;
      font-size: 14px;
      line-height: 2; } }

.youtube {
  width: 600px;
  height: 337px;
  padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .youtube {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; } }

/*
deepi03
*/
.deepi03 {
  position: relative;
  padding: 130px 0 160px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .deepi03 {
      padding: 100px 0 50px; } }
  .deepi03::before, .deepi03::after {
    position: absolute;
    width: 287px;
    height: 950px;
    background-image: url("../img/bg_deepi_s.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    content: "";
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .deepi03::before, .deepi03::after {
        width: 50px;
        height: 166px; } }
  .deepi03::before {
    top: -1px;
    left: 0; }
  .deepi03::after {
    right: 0;
    bottom: -1px;
    transform: rotate(180deg); }

.logo_deepi {
  text-align: center;
  margin: 0 auto 70px; }
  @media screen and (max-width: 768px) {
    .logo_deepi {
      width: 100%;
      max-width: 320px;
      margin: 0 auto 45px; } }

.deepi_img {
  background-color: #E5F9FD;
  padding: 65px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 768px) {
    .deepi_img {
      padding: 25px;
      margin: 0 auto 25px; } }

/*
deepi_contact
*/
.deepi_contact {
  width: 100%;
  padding: 80px 20px;
  text-align: center;
  background-color: #FFE900; }
  @media screen and (max-width: 768px) {
    .deepi_contact {
      padding: 50px 20px; } }

.read_deepi_contact01 {
  color: #E93600;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0 auto 30px; }
  @media screen and (max-width: 768px) {
    .read_deepi_contact01 {
      font-size: 16px; } }
  .read_deepi_contact01 span {
    position: relative;
    display: inline-block;
    padding: 0 35px; }
    @media screen and (max-width: 768px) {
      .read_deepi_contact01 span {
        padding: 0 25px; } }
    .read_deepi_contact01 span::before, .read_deepi_contact01 span::after {
      position: absolute;
      top: 50%;
      width: 37px;
      height: 3px;
      background-color: #F39815;
      content: "";
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        .read_deepi_contact01 span::before, .read_deepi_contact01 span::after {
          width: 30px; } }
    .read_deepi_contact01 span::before {
      left: 0;
      transform: translateY(50%) rotate(60deg); }
    .read_deepi_contact01 span::after {
      right: 0;
      transform: translateY(50%) rotate(-60deg); }

.btn_deepi_contact {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
  border-radius: 40px; }
  @media screen and (max-width: 768px) {
    .btn_deepi_contact {
      border-radius: 33px; } }

.btn_deepi_contact::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e93600 0%, #751b00 100%);
  content: "";
  z-index: 0;
  border-radius: 40px; }
  @media screen and (max-width: 768px) {
    .btn_deepi_contact::before {
      border-radius: 33px; } }

.btn_deepi_contact a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  border-radius: 40px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .btn_deepi_contact a {
      font-size: 18px;
      border-radius: 33px; } }

.bg_gradation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_contact_glow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 1;
  border-radius: 40px; }
  @media screen and (max-width: 768px) {
    .bg_gradation {
      border-radius: 33px; } }

.deepi_contact_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 auto; }

.deepi_tel {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0 15px; }
  @media screen and (max-width: 768px) {
    .deepi_tel {
      font-size: 22px;
      padding: 2px 0;
      display: block;
      width: 100%; } }
  .deepi_tel small {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 24px;
    letter-spacing: 0.04em; }
    @media screen and (max-width: 768px) {
      .deepi_tel small {
        font-size: 18px;
        padding-bottom: 0; } }

/*
deepi04
*/
.deepi04 {
  padding: 135px 0 80px; }
  @media screen and (max-width: 768px) {
    .deepi04 {
      padding: 100px 0 50px; } }

.read_kawaru {
  position: relative;
  display: inline-block;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .read_kawaru {
      margin-bottom: 30px; } }

.fukidashi02 {
  text-align: center;
  padding: 0 80px; }
  @media screen and (max-width: 768px) {
    .fukidashi02 {
      padding: 0 0 0 30px; } }

.f_sono {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  left: -80px;
  top: -30px;
  width: 67px;
  height: 67px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  content: "";
  border-radius: 50%;
  background-color: #009CE5;
  text-align: center;
  letter-spacing: 0;
  transform: rotate(-10deg); }
  @media screen and (max-width: 768px) {
    .f_sono {
      left: -60px;
      top: -15px;
      width: 47px;
      height: 47px;
      font-size: 13px; } }
  .f_sono::before {
    position: absolute;
    top: 69%;
    left: 59%;
    width: 21px;
    height: 21px;
    content: "";
    background-image: url("../img/bg_sono.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .f_sono::before {
        width: 16px;
        height: 16px; } }

.cap_kawaru {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .cap_kawaru {
      text-align: left;
      margin-bottom: 25px; } }

.babox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .babox {
      display: block; } }

.ba {
  width: 46.5%;
  text-align: center;
  background-color: #F2F2F2;
  padding: 35px 30px; }
  @media screen and (max-width: 768px) {
    .ba {
      width: 100%;
      padding: 30px 20px;
      margin-bottom: 15px; } }
  .ba h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .ba h4 {
        font-size: 24px; } }
  .ba p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0.04em;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .ba p {
        font-size: 14px;
        margin-bottom: 25px; } }

.ba_img {
  margin: 0 auto;
  text-align: center; }
  .ba_img.b_img01 {
    margin: 0 auto 40px; }
    @media screen and (max-width: 768px) {
      .ba_img.b_img01 {
        margin-bottom: 25px; } }
  .ba_img.a_img01 {
    margin: 0 auto 32px; }
    @media screen and (max-width: 768px) {
      .ba_img.a_img01 {
        margin-bottom: 25px; } }
  .ba_img.b_img02, .ba_img.a_img02 {
    mix-blend-mode: multiply; }
  .ba_img.b_img02 {
    max-width: 146px; }
  .ba_img.a_img02 {
    max-width: 329px; }

p.bikou {
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: right;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    p.bikou {
      margin-bottom: 70px; } }

.result {
  width: 100%;
  background-color: #F2F2F2;
  padding: 55px 20px;
  margin-bottom: 125px; }
  .result figure {
    text-align: center;
    margin: 0 auto; }

/*
deepi05
*/
.deepi05 {
  padding: 80px 0;
  background-color: #009CE5; }
  @media screen and (max-width: 768px) {
    .deepi05 {
      padding: 50px 0; } }

.read_jikkan {
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 65px; }
  @media screen and (max-width: 768px) {
    .read_jikkan {
      font-size: 17px;
      margin-bottom: 45px; } }

.jikkanbox {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .jikkanbox {
      display: block; } }

.jikkan {
  width: 31%;
  background-color: #fff;
  padding-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .jikkan {
      width: 100%;
      padding-bottom: 25px;
      margin-bottom: 25px; } }
  .jikkan figure {
    width: 100%;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .jikkan figure {
        margin-bottom: 25px; } }
    .jikkan figure img {
      width: 100%; }
  .jikkan p {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0 20px; }
    .jikkan p.cap_jikkan {
      color: #009CE5;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.8;
      letter-spacing: 0.02em;
      margin-bottom: 20px; }
    .jikkan p.jikkan_name {
      font-weight: bold;
      margin-bottom: 20px; }

/*
deepi06
*/
.deepi06 {
  padding: 105px 0 110px; }
  @media screen and (max-width: 768px) {
    .deepi06 {
      padding: 50px 0; } }
  .deepi06 h2::after {
    background-color: #FFE900; }
  .deepi06 .deepi_title {
    margin-bottom: 25px; }

.workslist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #C9C9C9;
  margin: 0 0 80px;
  padding: 0 0 20px; }
  @media screen and (max-width: 768px) {
    .workslist {
      margin-bottom: 60px;
      justify-content: space-between; } }
  .workslist li {
    width: 31%;
    margin: 0 3.5% 30px 0; }
    @media screen and (max-width: 768px) {
      .workslist li {
        width: 48%;
        margin: 0 0 25px; } }
    .workslist li:nth-child(3n) {
      margin: 0 0 30px; }
      @media screen and (max-width: 768px) {
        .workslist li:nth-child(3n) {
          margin-bottom: 25px; } }
    .workslist li img {
      width: 100%; }

.read_works {
  margin-bottom: 35px; }

.cap_works {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .cap_works {
      text-align: left;
      margin-bottom: 30px; } }

.industrylist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0; }
  .industrylist li {
    width: 23.3%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    background-color: #2DBBED;
    line-height: 1.6;
    text-align: center;
    padding: 15px 0;
    margin: 0 0 20px; }
    @media screen and (max-width: 768px) {
      .industrylist li {
        width: 48%;
        font-size: 15px;
        margin-bottom: 15px; } }
    .industrylist li:nth-child(2), .industrylist li:nth-child(4), .industrylist li:nth-child(5), .industrylist li:nth-child(7), .industrylist li:nth-child(10), .industrylist li:nth-child(12), .industrylist li:nth-child(13), .industrylist li:nth-child(15) {
      background-color: rgba(45, 187, 237, 0.7); }
    @media screen and (max-width: 768px) {
      .industrylist li:nth-child(3), .industrylist li:nth-child(6), .industrylist li:nth-child(11), .industrylist li:nth-child(14) {
        background-color: rgba(45, 187, 237, 0.7); } }
    @media screen and (max-width: 768px) {
      .industrylist li:nth-child(4), .industrylist li:nth-child(5), .industrylist li:nth-child(12), .industrylist li:nth-child(13) {
        background-color: #2DBBED; } }
    .industrylist li.possibility {
      background: none;
      color: #004EAB;
      font-size: 22px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .industrylist li.possibility {
          font-size: 18px; } }

.deepi07 {
  background-color: #009CE5;
  padding: 85px 0 100px; }
  @media screen and (max-width: 768px) {
    .deepi07 {
      padding: 50px 0; } }
  .deepi07 h2 {
    color: #fff;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .deepi07 h2 {
        margin-bottom: 80px; } }
    .deepi07 h2::after {
      background-color: #FFE900; }

.roadmap {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .roadmap {
      display: block;
      padding: 30px 20px; } }

.roadmap_img {
  width: 29%;
  margin: 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .roadmap_img {
      width: 100%;
      margin: 0 auto 25px; } }

.r_roadmap {
  width: 67.4%; }
  @media screen and (max-width: 768px) {
    .r_roadmap {
      width: 100%; } }
  .r_roadmap h3 {
    color: #004EAB;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .r_roadmap h3 {
        font-size: 18px; } }
  .r_roadmap p {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-bottom: 0; }
  .r_roadmap ul {
    padding: 0 0 0 1.2em;
    margin: 0;
    list-style-type: disc; }
    .r_roadmap ul li {
      position: relative;
      font-size: 14px;
      line-height: 2;
      letter-spacing: 0.04em;
      margin-bottom: 0; }

.roadmap_flow {
  position: relative;
  width: 100%;
  max-width: 380px;
  padding: 25px 0;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .roadmap_flow {
      padding: 20px 10px;
      max-width: 280px; } }
  .roadmap_flow::before, .roadmap_flow::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 25px;
    content: "";
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .roadmap_flow::before, .roadmap_flow::after {
        height: 20px; } }
  .roadmap_flow::before {
    top: 0; }
  .roadmap_flow::after {
    bottom: 0; }
  .roadmap_flow p {
    color: #004EAB;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.7;
    text-align: center;
    background-color: #99D7F5;
    margin: 0;
    padding: 6px 0; }
    @media screen and (max-width: 768px) {
      .roadmap_flow p {
        font-size: 18px; } }

/*
deepi_form
*/
#deepi_form {
  background: rgba(135, 215, 245, 0.6);
  padding: 85px 0; }
  @media screen and (max-width: 768px) {
    #deepi_form {
      padding: 35px 0; } }
  #deepi_form h2 {
    margin-bottom: 70px; }
  #deepi_form #present {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 55px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #FEAA00;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #deepi_form #present {
        max-width: none;
        padding: 8px;
        border-radius: 10px;
        margin: 0 auto 30px; } }

.form_tel {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .form_tel {
      display: block;
      margin-bottom: 30px; } }
  .form_tel .l_form_tel {
    width: 210px;
    margin-right: 25px; }
    @media screen and (max-width: 768px) {
      .form_tel .l_form_tel {
        margin: 0 auto 15px;
        text-align: center; } }
    .form_tel .l_form_tel h3 {
      width: 100%;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      background: #009CE5;
      margin: 0;
      padding: 15px 10px;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .form_tel .r_form_tel {
      text-align: center; } }
  .form_tel .r_form_tel .r_tel {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .form_tel .r_form_tel .r_tel {
        font-size: 30px; } }
    .form_tel .r_form_tel .r_tel span {
      display: inline-block;
      font-size: 24px;
      margin-right: 5px; }
      @media screen and (max-width: 768px) {
        .form_tel .r_form_tel .r_tel span {
          font-size: 20px; } }
  .form_tel .r_form_tel .r_time {
    font-size: 12px;
    margin: 0;
    text-align: center; }

#footer_contact {
  display: none; }
