@charset "UTF-8";
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  padding: 0;
  margin: 0;
  border: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
button {
  cursor: pointer; }

/* PC */
@media screen and (min-width: 798px) {
  .sponly {
    display: none !important; }

  header {
    width: 100%;
    height: 62px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    z-index: 10; }
    header .header_inner {
      width: calc(100% - 40px);
      max-width: calc(100% - 40px);
      margin: 0 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .header_inner .header_left a.header_logo {
        display: block;
        width: 148px;
        max-width: calc(100% - 24px);
        height: 28px;
        position: relative;
        margin-right: 24px; }
        header .header_inner .header_left a.header_logo::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: url("../img/campaign2026goen/header_logo.svg") no-repeat 50%;
          background-size: cover; }
      header .header_inner .header_right {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        box-sizing: border-box; }
        header .header_inner .header_right a.request {
          display: block;
          width: 100px;
          max-width: 100px;
          height: 32px;
          margin: 0 11px 0 0;
          box-sizing: border-box;
          border: solid 1px #000;
          border-radius: 3px;
          font-size: 12px;
          line-height: 30px;
          font-weight: 700;
          color: #000;
          text-align: center; }
        header .header_inner .header_right a.contact {
          display: block;
          width: 124px;
          max-width: 124px;
          height: 32px;
          margin: 0;
          box-sizing: border-box;
          border-radius: 3px;
          font-size: 12px;
          line-height: 32px;
          font-weight: 700;
          color: #fff;
          background: #377376;
          text-align: center; }

  #mv {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 62px; }
    #mv::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #F1F8F9;
      z-index: -1; }
    #mv .inner {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding-bottom: 15px;
      position: relative;
      z-index: 3; }
      #mv .inner .mv_img {
        line-height: 0;
        margin-bottom: 20px; }
      #mv .inner .mv_btn {
        width: 57.142%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        #mv .inner .mv_btn .btn {
          width: 46.5%; }
          #mv .inner .mv_btn .btn a {
            display: block;
            width: 100%;
            transition: 0.3s; }
            #mv .inner .mv_btn .btn a:hover {
              filter: brightness(1.1); }
            #mv .inner .mv_btn .btn a img {
              filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)); }

  #intro {
    width: 100%;
    max-width: 100%;
    padding: 127px 0 76px;
    box-sizing: border-box;
    background: url("../img/campaign2026goen/intro_bg.webp") no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    margin-top: -103px;
    position: relative;
    z-index: 2; }
    #intro .inner {
      width: 95%;
      max-width: 1010px;
      margin: 0 auto; }
      #intro .inner h2 {
        font-size: 40px;
        letter-spacing: 0.03em;
        line-height: 1.3em;
        font-weight: 700;
        color: #167078; }
      #intro .inner .initial {
        width: 100%;
        margin-bottom: 47px;
        padding: 45px 1em 88px;
        box-sizing: border-box;
        border: solid 5px #167078;
        border-radius: 20px;
        background: url("../img/campaign2026goen/initial_bg.png") no-repeat center #fff;
        background-size: cover;
        text-align: center;
        position: relative;
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2); }
        #intro .inner .initial .initial_ttl_line {
          width: 304px;
          margin: 0 auto 38px; }
        #intro .inner .initial h2 {
          margin-bottom: 18px; }
        #intro .inner .initial .initial_txt {
          font-size: 20px;
          letter-spacing: 0.03em;
          line-height: 1.8em;
          font-weight: 800; }
          #intro .inner .initial .initial_txt.txt01 {
            margin-bottom: 20px; }
          #intro .inner .initial .initial_txt.txt02 {
            margin-bottom: 10px; }
          #intro .inner .initial .initial_txt.txt03 {
            margin-bottom: 25px; }
          #intro .inner .initial .initial_txt.txt04 {
            margin-bottom: 39px; }
          #intro .inner .initial .initial_txt span.green {
            display: inline-block;
            font-size: 32px;
            line-height: 1.5em;
            color: #0AA4B4;
            background: url("../img/campaign2026goen/yellow_line.png") no-repeat left bottom;
            background-size: 100% 22px; }
          #intro .inner .initial .initial_txt span.big {
            font-size: 52px; }
        #intro .inner .initial .initial_btn {
          width: 500px;
          margin: 0 auto; }
          #intro .inner .initial .initial_btn a {
            display: block;
            width: 100%;
            height: 78px;
            box-sizing: border-box;
            font-size: 26px;
            letter-spacing: 0.03em;
            line-height: 70px;
            font-weight: bold;
            color: #fff;
            border: solid 4px #fff;
            border-radius: 50px;
            background: #E30000;
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            transition: 0.3s; }
            #intro .inner .initial .initial_btn a:hover {
              filter: brightness(1.1); }
        #intro .inner .initial .initial_ob {
          width: 126px;
          position: absolute; }
          #intro .inner .initial .initial_ob.top {
            top: 15px; }
          #intro .inner .initial .initial_ob.bottom {
            bottom: 15px; }
          #intro .inner .initial .initial_ob.left {
            left: 15px; }
          #intro .inner .initial .initial_ob.right {
            right: 15px; }
      #intro .inner .about {
        width: 100%;
        padding: 70px 0;
        box-sizing: border-box;
        border: solid 5px #167078;
        border-radius: 20px;
        background: #fff;
        text-align: center;
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2); }
        #intro .inner .about h2 {
          margin-bottom: 10px; }
        #intro .inner .about .about_box {
          width: 95%;
          max-width: 860px;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          flex-direction: row-reverse; }
          #intro .inner .about .about_box .about_box_img {
            width: 41.046%;
            box-sizing: border-box;
            padding-right: 15px;
            line-height: 0; }
          #intro .inner .about .about_box .about_box_txt {
            width: 58.954%;
            font-size: 18px;
            letter-spacing: 0.03em;
            line-height: 1.7em;
            font-weight: 800;
            text-align: left;
            padding-top: 70px; }
            #intro .inner .about .about_box .about_box_txt span {
              color: #319EA5; }

  #feature {
    width: 100%;
    box-sizing: border-box;
    padding: 120px 0 49px;
    background: #319EA5; }
    #feature .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto; }
      #feature .inner h2 {
        font-size: 48px;
        letter-spacing: 0.03em;
        line-height: 1.5em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 52px; }
      #feature .inner .feature_boxes {
        width: 100%;
        margin: 0 auto 52px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 18px 23px;
        background: #E9F7F8;
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.25); }
        #feature .inner .feature_boxes .feature_box {
          width: 49.47%;
          border-radius: 5px;
          background: #FBFEFE;
          flex-wrap: wrap;
          position: relative;
          box-sizing: border-box;
          padding-left: 20px;
          padding-bottom: 20px; }
          #feature .inner .feature_boxes .feature_box:nth-child(n+3) {
            margin-top: 16px; }
          #feature .inner .feature_boxes .feature_box .num {
            font-size: 15px;
            line-height: 1.5em;
            font-weight: 500;
            padding-left: 16px;
            position: absolute;
            top: 20px;
            left: 20px; }
            #feature .inner .feature_boxes .feature_box .num::before {
              position: absolute;
              content: "";
              width: 8px;
              height: 8px;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              border-radius: 100%;
              background: #212C68; }
          #feature .inner .feature_boxes .feature_box .feature_box_head {
            display: flex;
            justify-content: flex-start;
            align-items: center; }
          #feature .inner .feature_boxes .feature_box h3 {
            font-size: 32px;
            line-height: 1.55em;
            font-weight: bold; }
          #feature .inner .feature_boxes .feature_box .feature_box_txt {
            font-size: 15px;
            letter-spacing: 0.05em;
            line-height: 1.5em;
            font-weight: 500;
            padding-right: 20px;
            box-sizing: border-box; }
          #feature .inner .feature_boxes .feature_box.box01 {
            padding-top: 25px; }
            #feature .inner .feature_boxes .feature_box.box01 h3 {
              width: 43.33%;
              padding-top: 22px;
              padding-top: 22px;
              margin-right: 32px; }
            #feature .inner .feature_boxes .feature_box.box01 .feature_box_img {
              width: 44.44%; }
            #feature .inner .feature_boxes .feature_box.box01 .feature_box_txt {
              margin-top: 15px; }
          #feature .inner .feature_boxes .feature_box.box02 {
            padding-top: 40px; }
            #feature .inner .feature_boxes .feature_box.box02 h3 {
              width: 45.55%;
              padding-top: 35px;
              padding-top: 0;
              margin-right: 46px; }
            #feature .inner .feature_boxes .feature_box.box02 .feature_box_img {
              width: 38.66%; }
            #feature .inner .feature_boxes .feature_box.box02 .feature_box_txt {
              margin-top: 9px; }
          #feature .inner .feature_boxes .feature_box.box03 {
            padding-top: 23px; }
            #feature .inner .feature_boxes .feature_box.box03 h3 {
              width: 36.888%;
              padding-top: 53px;
              padding-top: 0;
              margin-right: 40px; }
            #feature .inner .feature_boxes .feature_box.box03 .feature_box_img {
              width: 48%; }
            #feature .inner .feature_boxes .feature_box.box03 .feature_box_txt {
              margin-top: 14px; }
          #feature .inner .feature_boxes .feature_box.box04 {
            padding-top: 37px; }
            #feature .inner .feature_boxes .feature_box.box04 h3 {
              width: 56.888%;
              padding-top: 41px;
              padding-top: 0;
              margin-right: 23px; }
            #feature .inner .feature_boxes .feature_box.box04 .feature_box_img {
              width: 34.22%; }
            #feature .inner .feature_boxes .feature_box.box04 .feature_box_txt {
              margin-top: 23px; }
      #feature .inner .feature_btn {
        width: 500px;
        margin: 0 auto; }
        #feature .inner .feature_btn a {
          display: block;
          width: 100%;
          height: 68px;
          box-sizing: border-box;
          font-size: 26px;
          letter-spacing: 0.03em;
          line-height: 60px;
          font-weight: bold;
          color: #fff;
          text-align: center;
          border: solid 4px #fff;
          border-radius: 50px;
          background: #E30000;
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          transition: 0.3s; }
          #feature .inner .feature_btn a:hover {
            filter: brightness(1.1); }

  #campaign {
    width: 100%; }
    #campaign .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 55px 0 90px; }
      #campaign .inner h2 {
        font-size: 48px;
        letter-spacing: 0.03em;
        line-height: 1.5em;
        font-weight: bold;
        color: #167078;
        text-align: center;
        margin-bottom: 52px; }
      #campaign .inner .campaign_txt {
        font-size: 30px;
        letter-spacing: 0.03em;
        line-height: 1.78em;
        font-weight: 700;
        margin-bottom: 52px;
        text-align: center; }
        #campaign .inner .campaign_txt span.green {
          font-size: 56px;
          color: #319EA5;
          display: inline-block;
          line-height: 1.2em;
          background: url("../img/campaign2026goen/yellow_line.png") no-repeat left bottom;
          background-size: 100% 22px;
          padding: 0 10px; }
      #campaign .inner h3 {
        width: 301px;
        margin: 0 auto 20px; }
      #campaign .inner dl {
        width: 700px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        #campaign .inner dl dt {
          width: 133px;
          height: 39px;
          font-size: 18px;
          letter-spacing: 0.03em;
          line-height: 39px;
          font-weight: 600;
          color: #fff;
          background: #319EA5;
          border-radius: 25px;
          text-align: center; }
        #campaign .inner dl dd {
          width: 550px;
          font-size: 18px;
          line-height: 1.6em;
          font-weight: bold; }
        #campaign .inner dl:nth-of-type(1) {
          align-items: flex-start;
          margin-bottom: 20px; }
          #campaign .inner dl:nth-of-type(1) dd {
            font-size: 16px;
            line-height: 2em; }

  #contact {
    width: 100%;
    background: #FFFDEC; }
    #contact .inner {
      width: 95%;
      max-width: 960px;
      margin: 0 auto;
      padding: 120px 0; }
      #contact .inner h2 {
        font-size: 48px;
        letter-spacing: 0.03em;
        line-height: 1.5em;
        font-weight: bold;
        color: #167078;
        text-align: center;
        margin-bottom: 52px; }
      #contact .inner .contact_txt {
        font-size: 23px;
        letter-spacing: 0.03em;
        line-height: 1.6em;
        font-weight: bold;
        color: #192525;
        text-align: center;
        margin-bottom: 52px; }
        #contact .inner .contact_txt span {
          color: #F18446; }
      #contact .inner .contact_form {
        width: 100%;
        height: 760px;
        min-height: 760px;
        box-sizing: border-box;
        padding: 50px 81px;
        background: #fff;
        border-radius: 5px; }
        #contact .inner .contact_form iframe {
          width: 100%;
          height: 100%; }

  /*問い合わせ系のモーダル*/
  .modal02 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 11; }
    .modal02 .modal-bg {
      position: absolute;
      height: 100vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.4); }
    .modal02 .modal-content {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center; }
      .modal02 .modal-content .modal_inner {
        width: 560px;
        max-width: 100%;
        height: 90vh;
        box-sizing: border-box;
        padding: 24px;
        background: #fff;
        border-radius: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 12;
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); }
        .modal02 .modal-content .modal_inner .btn {
          width: 100%;
          max-width: 100%;
          height: 20px;
          margin-bottom: 20px;
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          flex-direction: column; }
          .modal02 .modal-content .modal_inner .btn button {
            color: #333;
            font-size: 24px;
            background: transparent;
            padding: 0;
            margin: 0;
            border: none; }
        .modal02 .modal-content .modal_inner .modal_ttl {
          font-size: 20px;
          letter-spacing: 0;
          line-height: 1.4em;
          font-weight: 600;
          color: #333;
          padding-bottom: 16px;
          text-align: center; }
        .modal02 .modal-content .modal_inner .modal_form {
          width: 541px;
          max-width: 100%;
          height: 88%; }
          .modal02 .modal-content .modal_inner .modal_form iframe {
            width: 100%;
            height: 100%; }
    .modal02.contact {
      width: 100%; }
      .modal02.contact .modal-content .modal_inner {
        width: auto;
        margin-top: 80px;
        height: 85vh; }
        .modal02.contact .modal-content .modal_inner .btn {
          margin-bottom: 25px; }
        .modal02.contact .modal-content .modal_inner h1 {
          padding-bottom: 8px; }
        .modal02.contact .modal-content .modal_inner .modal_form {
          height: 100%; }
    .modal02.dl {
      width: 100%; }
      .modal02.dl .modal-content .modal_inner {
        margin-top: 80px;
        height: 90vh; }
        .modal02.dl .modal-content .modal_inner .modal_form {
          height: 88%; }

  footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px 30px; }
    footer .footer_inner {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer .footer_inner .footer_left {
        width: 143px; }
      footer .footer_inner .copyrihgt {
        width: auto;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.34em;
        font-weight: 500; } }
/* SP */
@media screen and (max-width: 797px) {
  .pconly {
    display: none !important; }

  header {
    width: 100%;
    height: 14.1vw;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 3.84vw 3.84vw 3.54vw 4.87vw;
    z-index: 10; }
    header .header_inner {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .header_inner .header_left {
        display: flex;
        justify-content: center;
        align-items: center; }
        header .header_inner .header_left a.header_logo {
          display: block;
          width: 25.64vw;
          height: 4.87vw;
          position: relative;
          line-height: 1; }
          header .header_inner .header_left a.header_logo::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: url("../img/campaign2026goen/header_logo.svg") no-repeat 50%;
            background-size: cover; }
      header .header_inner .header_right {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box; }
        header .header_inner .header_right a.request {
          display: block;
          width: 16.153vw;
          height: 6.666vw;
          margin: 0 11px 0 0;
          box-sizing: border-box;
          border: solid 0.256vw #000;
          border-radius: 0.474vw;
          font-size: 2.36vw;
          line-height: 6.153vw;
          font-weight: 700;
          color: #000;
          text-align: center; }
        header .header_inner .header_right a.contact {
          display: block;
          width: 25.43vw;
          height: 6.666vw;
          margin: 0;
          box-sizing: border-box;
          border-radius: 0.474vw;
          font-size: 2.36vw;
          line-height: 6.666vw;
          font-weight: 700;
          color: #fff;
          background: #377376;
          text-align: center; }

  #mv {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 14.1vw; }
    #mv::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #F1F8F9;
      z-index: -1; }
    #mv .inner {
      padding-bottom: 2.56vw;
      position: relative;
      z-index: 3; }
      #mv .inner .mv_img {
        width: 100%;
        position: relative;
        line-height: 0;
        margin-bottom: 12.05vw; }
      #mv .inner .mv_btn {
        width: 71.282vw;
        margin: 0 auto; }
        #mv .inner .mv_btn .btn {
          width: 100%; }
          #mv .inner .mv_btn .btn:first-child {
            margin-bottom: 7.18vw; }
          #mv .inner .mv_btn .btn a {
            display: block;
            width: 100%; }
            #mv .inner .mv_btn .btn a img {
              filter: drop-shadow(0 0.76vw 0.76vw rgba(0, 0, 0, 0.25)); }

  #intro {
    width: 100%;
    max-width: 100%;
    padding: 31.53vw 0 8.717vw;
    box-sizing: border-box;
    background: url("../img/campaign2026goen/intro_bg_sp.png") no-repeat center top;
    background-size: cover;
    overflow: hidden;
    margin-top: -26.92vw; }
    #intro .inner {
      width: 87.179vw;
      margin: 0 auto; }
      #intro .inner h2 {
        font-size: 6.15vw;
        letter-spacing: 0.03em;
        line-height: 1.3em;
        font-weight: 700;
        color: #167078; }
      #intro .inner .initial {
        width: 100%;
        margin-bottom: 8.97vw;
        padding: 5.38vw 0 9.74vw;
        box-sizing: border-box;
        border: solid 1.02vw #4FA5AB;
        border-radius: 2.56vw;
        background: url("../img/campaign2026goen/initial_bg_sp.png") no-repeat center #fff;
        background-size: cover;
        text-align: center;
        position: relative;
        box-shadow: 0 2.56vw 2.56vw rgba(0, 0, 0, 0.25); }
        #intro .inner .initial .initial_ttl_line {
          width: 30.51vw;
          margin: 0 auto 9.48vw; }
        #intro .inner .initial h2 {
          margin-bottom: 6.92vw; }
        #intro .inner .initial .initial_txt {
          font-size: 3.589vw;
          letter-spacing: 0.03em;
          line-height: 1.7em;
          font-weight: 800; }
          #intro .inner .initial .initial_txt.txt01 {
            margin-bottom: 6.92vw; }
          #intro .inner .initial .initial_txt.txt02 {
            margin-bottom: 2.56vw; }
          #intro .inner .initial .initial_txt.txt03 {
            margin-bottom: 6.15vw; }
          #intro .inner .initial .initial_txt.txt04 {
            margin-bottom: 9.23vw; }
          #intro .inner .initial .initial_txt span.green {
            font-size: 4.61vw;
            color: #4FA5AB;
            background: url("../img/campaign2026goen/yellow_line.png") no-repeat left bottom;
            background-size: 100% 3.33vw; }
          #intro .inner .initial .initial_txt span.big {
            font-size: 9.23vw; }
        #intro .inner .initial .initial_btn {
          width: 71.28vw;
          margin: 0 auto; }
          #intro .inner .initial .initial_btn a {
            display: block;
            width: 100%;
            height: 12.82vw;
            box-sizing: border-box;
            font-size: 4.61vw;
            letter-spacing: 0.03em;
            line-height: 11.28vw;
            font-weight: bold;
            color: #fff;
            border: solid 0.769vw #fff;
            border-radius: 10vw;
            background: #E30000;
            box-shadow: 0 0.769vw 0.769vw rgba(0, 0, 0, 0.25); }
        #intro .inner .initial .initial_ob {
          width: 11.53vw;
          position: absolute; }
          #intro .inner .initial .initial_ob.top {
            top: 2.05vw; }
          #intro .inner .initial .initial_ob.bottom {
            bottom: 2.05vw; }
          #intro .inner .initial .initial_ob.left {
            left: 2.05vw; }
          #intro .inner .initial .initial_ob.right {
            right: 2.05vw; }
      #intro .inner .about {
        width: 100%;
        padding: 10.76vw 0 13.07vw;
        box-sizing: border-box;
        border: solid 1.02vw #319EA5;
        border-radius: 2.56vw;
        background: #fff;
        text-align: center;
        box-shadow: 0 2.56vw 2.56vw rgba(0, 0, 0, 0.2); }
        #intro .inner .about h2 {
          margin-bottom: 7.18vw; }
        #intro .inner .about .about_box {
          width: 74.359vw;
          margin: 0 auto; }
          #intro .inner .about .about_box .about_box_img {
            width: 70.2vw;
            line-height: 0;
            margin-bottom: 4.35vw; }
          #intro .inner .about .about_box .about_box_txt {
            font-size: 3.589vw;
            letter-spacing: 0.03em;
            line-height: 1.7em;
            font-weight: 800;
            text-align: left; }
            #intro .inner .about .about_box .about_box_txt span {
              color: #319EA5; }

  #feature {
    width: 100%;
    box-sizing: border-box;
    padding: 12.05vw 0 10vw;
    background: #319EA5; }
    #feature .inner {
      width: 82.564vw;
      margin: 0 auto; }
      #feature .inner h2 {
        font-size: 7.18vw;
        letter-spacing: 0.03em;
        line-height: 1.28em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 8.2vw; }
      #feature .inner .feature_boxes {
        width: 100%;
        margin: 0 auto 11.8vw; }
        #feature .inner .feature_boxes .feature_box {
          width: 100%;
          border-radius: 5px;
          background: #FBFEFE;
          position: relative;
          box-sizing: border-box;
          padding: 6.41vw 7.56vw 8.97vw; }
          #feature .inner .feature_boxes .feature_box:nth-child(n+2) {
            margin-top: 7.69vw; }
          #feature .inner .feature_boxes .feature_box .num {
            font-size: 3.846vw;
            line-height: 1.5em;
            font-weight: 500;
            padding-left: 5.12vw;
            position: relative;
            margin-bottom: 3.33vw; }
            #feature .inner .feature_boxes .feature_box .num::before {
              position: absolute;
              content: "";
              width: 2.56vw;
              height: 2.56vw;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              border-radius: 100%;
              background: #349EA4; }
          #feature .inner .feature_boxes .feature_box h3 {
            font-size: 6.15vw;
            line-height: 1.25em;
            font-weight: bold; }
          #feature .inner .feature_boxes .feature_box .feature_box_img {
            margin: 0 auto; }
          #feature .inner .feature_boxes .feature_box .feature_box_txt {
            font-size: 3.589vw;
            letter-spacing: 0.05em;
            line-height: 1.5em;
            font-weight: 500; }
          #feature .inner .feature_boxes .feature_box.box01 h3 {
            margin-bottom: 7.17vw; }
          #feature .inner .feature_boxes .feature_box.box01 .feature_box_img {
            width: 62.82vw; }
          #feature .inner .feature_boxes .feature_box.box01 .feature_box_txt {
            margin-top: 5.89vw; }
          #feature .inner .feature_boxes .feature_box.box02 h3 {
            margin-bottom: 7.17vw; }
          #feature .inner .feature_boxes .feature_box.box02 .feature_box_img {
            width: 50.51vw; }
          #feature .inner .feature_boxes .feature_box.box03 h3 {
            margin-bottom: 5.64vw; }
          #feature .inner .feature_boxes .feature_box.box03 .feature_box_img {
            width: 55.58vw; }
          #feature .inner .feature_boxes .feature_box.box03 .feature_box_txt {
            margin-top: 3.84vw; }
          #feature .inner .feature_boxes .feature_box.box04 h3 {
            margin-bottom: 2.05vw; }
          #feature .inner .feature_boxes .feature_box.box04 .feature_box_img {
            width: 39.46vw; }
          #feature .inner .feature_boxes .feature_box.box04 .feature_box_txt {
            margin-top: 4.53vw; }
      #feature .inner .feature_btn {
        width: 71.28vw;
        margin: 0 auto; }
        #feature .inner .feature_btn a {
          display: block;
          width: 100%;
          height: 12.82vw;
          box-sizing: border-box;
          font-size: 4.61vw;
          letter-spacing: 0.03em;
          line-height: 11.28vw;
          font-weight: bold;
          color: #fff;
          text-align: center;
          border: solid 0.769vw #fff;
          border-radius: 10vw;
          background: #E30000;
          box-shadow: 0 0.769vw 0.769vw rgba(0, 0, 0, 0.25); }

  #campaign {
    width: 100%; }
    #campaign .inner {
      width: 100%;
      padding: 10.25vw 0; }
      #campaign .inner h2 {
        font-size: 6.666vw;
        letter-spacing: 0.03em;
        line-height: 1.5em;
        font-weight: bold;
        color: #167078;
        text-align: center;
        margin-bottom: 6.317vw; }
      #campaign .inner .campaign_txt {
        font-size: 3.94vw;
        letter-spacing: 0.03em;
        line-height: 1.77em;
        font-weight: 700;
        margin-bottom: 8.2vw;
        text-align: center; }
        #campaign .inner .campaign_txt span.green {
          font-size: 8.46vw;
          color: #0AA4B4;
          display: inline-block;
          line-height: 1.17em;
          background: url("../img/campaign2026goen/yellow_line.png") no-repeat left bottom;
          background-size: 100% 3.589vw; }
        #campaign .inner .campaign_txt span.lh {
          display: inline-block;
          line-height: 1.8em; }
      #campaign .inner h3 {
        width: 52.69vw;
        margin: 0 auto 2.76vw; }
      #campaign .inner dl {
        width: 82.56vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 2.56vw; }
        #campaign .inner dl:last-of-type {
          margin-bottom: 0; }
        #campaign .inner dl dt {
          width: 15.384vw;
          height: 6.92vw;
          font-size: 3.33vw;
          letter-spacing: 0.03em;
          line-height: 6.92vw;
          font-weight: 600;
          color: #fff;
          background: #319EA5;
          border-radius: 4.48vw;
          text-align: center; }
        #campaign .inner dl dd {
          width: 65.128vw;
          font-size: 3.33vw;
          line-height: 1.6em;
          font-weight: 600;
          padding-top: 0.77vw;
          padding-right: 5.12vw;
          box-sizing: border-box; }
          #campaign .inner dl dd span {
            font-size: 3.07vw; }

  #contact {
    width: 100%;
    padding-top: 14.1vw;
    margin-top: -14.1vw; }
    #contact .bg {
      background: #FFFDEC; }
    #contact .inner {
      width: 89.743vw;
      margin: 0 auto;
      padding: 10.76vw 0 6.4vw; }
      #contact .inner h2 {
        font-size: 6.666vw;
        letter-spacing: 0.03em;
        line-height: 1.5em;
        font-weight: 600;
        color: #167078;
        text-align: center;
        margin-bottom: 3.84vw; }
      #contact .inner .contact_txt {
        font-size: 4.1vw;
        letter-spacing: 0.03em;
        line-height: 1.6em;
        font-weight: 600;
        text-align: center;
        color: #192525;
        margin-bottom: 4.61vw; }
        #contact .inner .contact_txt span {
          display: inline-block;
          font-size: 3.076vw;
          line-height: 1.6em;
          font-weight: 600;
          color: #F18446;
          text-align: center; }
      #contact .inner .contact_form {
        width: 100%;
        height: 740px;
        min-height: 740px;
        box-sizing: border-box;
        padding: 4.61vw;
        background: #fff;
        border-radius: 2.56vw; }
        #contact .inner .contact_form iframe {
          width: 100%;
          height: 100%; }

  /*問い合わせ系のモーダル*/
  .modal02 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11; }
    .modal02 .modal-bg {
      position: absolute;
      height: 100vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.4); }
    .modal02 .modal-content {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      align-items: center; }
      .modal02 .modal-content .modal_inner {
        width: 100%;
        max-width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 16px;
        background: #fff;
        border-radius: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 12;
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); }
        .modal02 .modal-content .modal_inner .btn {
          width: 100%;
          max-width: 100%;
          height: 20px;
          margin-bottom: 20px;
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          flex-direction: column; }
          .modal02 .modal-content .modal_inner .btn button {
            color: #333;
            font-size: 24px;
            background: transparent;
            padding: 0;
            margin: 0;
            border: none; }
        .modal02 .modal-content .modal_inner .modal_ttl {
          font-size: 18px;
          letter-spacing: 0;
          line-height: 1.4em;
          font-weight: 900;
          color: #333;
          padding-bottom: 16px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
        .modal02 .modal-content .modal_inner .modal_form {
          width: 541px;
          max-width: 100%;
          height: 88%; }
          .modal02 .modal-content .modal_inner .modal_form iframe {
            width: 100%;
            height: 100%; }
    .modal02.contact {
      width: 100%; }
      .modal02.contact .modal-content .modal_inner {
        width: 95%;
        max-width: 95%;
        margin: 24px 0;
        height: calc(100% - 48px);
        padding: 16px 16px 1px 16px; }
        .modal02.contact .modal-content .modal_inner .btn {
          margin-bottom: 25px; }
        .modal02.contact .modal-content .modal_inner h1 {
          font-size: 18px;
          height: calc(5% - 20px);
          padding-bottom: 8px;
          margin: 0px 0px 20px 0px;
          max-width: 100%; }
        .modal02.contact .modal-content .modal_inner .modal_form {
          width: 541px;
          height: 95%; }
    .modal02.dl {
      width: 100%; }
      .modal02.dl .modal-content .modal_inner h1 {
        height: 5%; }
      .modal02.dl .modal-content .modal_inner .modal_form {
        height: 88%;
        flex: 1; }

  footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 4.61vw 4.1vw; }
    footer .footer_inner {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer .footer_inner .footer_left {
        width: 26.15vw; }
      footer .footer_inner .copyright {
        width: auto;
        max-width: 100%;
        font-size: 3.07vw;
        line-height: 1.34em;
        font-weight: 500; } }

/*# sourceMappingURL=style_campaign2026goen.css.map */
