@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
@media screen and (max-width: 800px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8; }
  li {
    list-style: none; }
  #header {
    transition: background-color .3s;
    z-index: 99;
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 15px; }
    #header.fixed {
      background-color: #fff; }
    #header .header_inner {
      position: relative; }
      #header .header_inner .logo {
        position: relative;
        z-index: 2; }
        #header .header_inner .logo img {
          width: 110px; }
    #header #gmenu {
      transition: all .5s;
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: fixed;
      top: -100%;
      left: 0;
      padding-top: 60px; }
      #header #gmenu.active {
        top: 0; }
      #header #gmenu ul{
        transform: translateY(60%);
      }
      #header #gmenu ul li {
        text-align: center;
        margin-top: 25px; }
      #header #gmenu ul a {
        text-decoration: none;
        color: #222;
        font-size: 20px;
      font-weight: 700; }
    #header .sp_menu_trigger {
      position: absolute;
      width: 30px;
      height: 25px;
      cursor: pointer;
      display: inline-block;
      transition: all .5s;
      box-sizing: border-box;
      z-index: 2;
      right: 0;
      top: 5px; }
      #header .sp_menu_trigger span {
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #0d3fa6;
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box; }
        #header .sp_menu_trigger span:nth-of-type(1) {
          top: 0; }
        #header .sp_menu_trigger span:nth-of-type(2) {
          top: 12px; }
        #header .sp_menu_trigger span:nth-of-type(3) {
          bottom: 0; }
      #header .sp_menu_trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg); }
      #header .sp_menu_trigger.active span:nth-of-type(2) {
        opacity: 0; }
      #header .sp_menu_trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg); }
  .footer_pdf_area {
    background-color: #eceff1; }
    .footer_pdf_area .inner {
      padding: 15px; }
    .footer_pdf_area a {
      color: #000;
      font-size: 11px; }
      .footer_pdf_area a.pdf {
        position: relative;
        padding-left: 35px;
        display: block; }
        .footer_pdf_area a.pdf:before {
          content: "";
          background: url(../images/icon_pdf.png) no-repeat;
          display: inline-block;
          background-size: cover;
          width: 25px;
          height: 30px;
          margin-right: 10px;
          position: absolute;
          top: -5px;
          left: 0;
          top: 0; }
  #footer {
    background-color: #000;
    color: #fff; }
    #footer .footer_inner {
      position: relative;
      padding: 20px 15px; }
      #footer .footer_inner #pageTop {
        display: inline-block;
        background: url(../images/pagetop_2026.png) no-repeat;
        width: 50px;
        height: 50px;
        background-size: cover;
        position: fixed;
        bottom: 15px;
        right: 15px;
        opacity: 0;
        transition: opacity .3s;
        width: 35px;
        height: 35px; }
        #footer .footer_inner #pageTop.isScroll {
          opacity: 1; }
      #footer .footer_inner .text .title {
        font-weight: bold;
        font-size: 15px; }
      #footer .footer_inner .text .info {
        font-size: 14px;
        margin-top: 15px; }
      #footer .footer_inner .text a {
        color: #fff;
        text-decoration: none; }
      #footer .footer_inner .copyright {
        font-size: 12px;
        margin-top: 30px; }
  #mv {
    font-size: 0;
    background: url(../images/mv_sp_2026.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 260px; }
  .common_inner {
    padding: 0 15px; }
  .contents_bg_wrap {
    padding-top: 45px; }
  #message {
    padding-bottom: 70px; }
    #message .message_wrap {
      overflow: hidden; }
      #message .message_wrap .img {
        float: right;
        width: 150px;
        padding-left: 15px; }
        #message .message_wrap .img img {
          max-width: 100%; }
          #message .message_wrap p{
        margin-top: 45px;
      }
      #message .message_wrap .title {
        font-family: "Noto Serif JP", serif;
        font-weight: 900;
        line-height: 1.3;
        font-size: 21px; 
        margin-top: 0px;}
      #message .message_wrap .text {
        margin-top: 20px;
        border-top: #0d3fa6 solid 1px;
        padding-top: 20px; }
      
      #message .message_wrap .signature {
        text-align: right; }
  .h2 {
    color: #0d3fa6;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    font-size: 26px; }
  .h3 {
    position: relative;
    font-size: 17px;
    padding-left: 25px;
    margin-bottom: 20px; }
    .h3:before {
      content: "";
      display: inline-block;
      background: url(../images/h3_kazari_2026.png) no-repeat;
      background-size: cover;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 14px;
      left: 6px;
      width: 13px;
      height: 13px;
      top: 8px; }
  .h2_sub {
    font-family: "Roboto", sans-serif;
    color: #0d3fa6;
    text-align: center;
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: 15px; }
    .h2_sub:before {
      content: "";
      background: url(../images/midashi_kazari_2026.png) no-repeat;
      width: 94px;
      height: 18px;
      background-size: contain;
      display: block;
      margin: 0 auto 15px; }
  #profile {
    position: relative;
    padding-block: 70px;
  background-color: #f9f9f9; }
    #profile p+p{
      margin-top: 10px;
    }
    #profile p+h3{
      margin-top: 40px;
    }
    #profile .chronology {
      padding-bottom: 40px; }
      #profile .chronology:last-child{
        padding-bottom: 0;
      }
      #profile .chronology dl {
        display: flex;
        font-size: 14px; }
        #profile .chronology dl:first-of-type dd {
          padding-top: 0px; }
          #profile .chronology dl:first-of-type dd:before {
            top: 11px; }
          #profile .chronology dl:first-of-type dd:after {
            top: 14px; }
        #profile .chronology dl:last-of-type dd:after {
          height: 30px; }
        #profile .chronology dl:first-of-type dt {
          padding-top: 0px; }
        #profile .chronology dl dt {
          width: 100px;
          padding-top: 20px;
          }
        #profile .chronology dl dd {
          position: relative;
          width: calc(100% - 100px);
          padding-left: 15px;
          padding-top: 20px; }
          #profile .chronology dl dd:before {
            content: "";
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #000;
            position: absolute;
            left: 0;
            top: 43px;
            z-index: 2;
            top: 30px; }
          #profile .chronology dl dd:after {
            content: "";
            width: 1px;
            height: 100%;
            display: inline-block;
            background-color: #eceff1;
            position: absolute;
            left: 2px;
            top: 0; }
  #policies {
    position: relative; 
    background: #d7eafb;
    padding-top: 70px;
    }
    #policies:before {
      content: "";
      background: url(../images/policies.png) no-repeat top center;
      background-size: contain;
      width: 150px;
      height: 62px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    #policies .policies_link li:not(:first-of-type) {
      margin-top: 15px; }
    #policies .policies_link a {
      color: #fff;
      text-decoration: none;
      background-color: #0d3fa6;
      display: flex;
      position: relative;
      align-items: center;
      padding: 20px 20px 20px 15px; }
      #policies .policies_link a:after {
        content: "";
        display: inline-block;
        background: url(../images/anker_arrow_2026.png) no-repeat;
        background-size: cover;
        position: absolute;
        right: 27px;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;}
    #policies .policies_link .number {
      font-family: "Roboto", sans-serif;
      line-height: 1;
      text-align: center;
      font-size: 10px;
      width: 35px; }
      #policies .policies_link .number span {
        display: block;
        margin-top: 3px;
        font-size: 22px; }
    #policies .policies_link .title {
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      line-height: 1.3;
      widows: calc(100% - 35px);
      font-size: 19px;
      padding-inline: 15px 60px; }
      #policies .policies_link .title.left_justified {
        padding-left: 0; }
  .seisaku_wrap {
    margin-top: 60px; }
    .seisaku_wrap .common_inner {
      position: relative;
      padding: 90px 15px 50px; }
      .seisaku_wrap .last{
      padding: 50px 15px 50px; }
    .seisaku_wrap > div:nth-of-type(odd) {
      background-color: #f5f6f7; }
    .seisaku_wrap > div .number {
      display: inline-block;
      color: #0d3fa6;
      font-family: "Roboto", sans-serif;
      line-height: 1;
      position: absolute;
      left: 0;
      font-size: 40px;
      top: 45px;
      left: 15px; }
      .seisaku_wrap > div .number:after {
        content: "";
        display: inline-block;
        background-color: #0d3fa6;
        position: absolute;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 1px;
        height: 45px;
        right: -10px;
        bottom: -15px;
        height: 30px;
        bottom: -13px; }
    .seisaku_wrap > div h3 {
      color: #0d3fa6;
      font-family: "Noto Serif JP", serif;
      font-weight: bold;
      line-height: 1.3;
      padding-left: 40px;
      font-size: 22px; }
      .seisaku_wrap > div h3.left_justified {
        padding-left: 0; }
    .seisaku_wrap > div h4 {
      font-weight: bold;
      line-height: 1.3;
      position: relative;
      font-size: 18px;
      margin-top: 30px;
      padding-left: 50px; }
      .seisaku_wrap > div h4 span {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0; }
        .seisaku_wrap > div h4 span:after {
          content: "";
          display: inline-block;
          background-color: #a1bef9;
          width: 40px;
          height: 6px;
          position: absolute;
          bottom: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          z-index: -1;
          width: 30px; }
    .seisaku_wrap > div h5 {
      font-weight: bold;
      line-height: 1.3;
      font-size: 15px;
      margin-top: 20px; }
    .seisaku_wrap > div p {
      margin-top: 15px; }
  .alignR {
    text-align: right !important; }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media screen and (min-width: 800px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  li {
    list-style: none; }
  #header {
    transition: background-color .3s;
    z-index: 99; }
    #header.fixed {
      background-color: #fff; }
    #header #gmenu ul a {
      text-decoration: none;
      color: #222;
      font-weight: 700; }
  .footer_pdf_area {
    background-color: #eceff1; }
    .footer_pdf_area a {
      color: #000; }
      .footer_pdf_area a.pdf {
        position: relative;
        padding-left: 35px;
        display: block; }
        .footer_pdf_area a.pdf:before {
          content: "";
          background: url(../images/icon_pdf.png) no-repeat;
          display: inline-block;
          background-size: cover;
          width: 25px;
          height: 30px;
          margin-right: 10px;
          position: absolute;
          top: -5px;
          left: 0; }
  #footer {
    background-color: #000;
    color: #fff; }
    #footer .footer_inner {
      position: relative; }
      #footer .footer_inner #pageTop {
        display: inline-block;
        background: url(../images/pagetop_2026.png) no-repeat;
        width: 50px;
        height: 50px;
        background-size: cover;
        position: fixed;
        bottom: 15px;
        right: 15px;
        opacity: 0;
        transition: opacity .3s; }
        #footer .footer_inner #pageTop.isScroll {
          opacity: 1; }
      #footer .footer_inner .text .title {
        font-weight: bold; }
      #footer .footer_inner .text a {
        color: #fff;
        text-decoration: none; }
  #mv {
    font-size: 0; }
  #message .message_wrap {
    overflow: hidden; }
    #message .message_wrap .img {
      float: right; }
      #message .message_wrap .img img {
        max-width: 100%; }
    #message .message_wrap .title {
      font-family: "Noto Serif JP", serif;
      font-weight: 900;
      line-height: 1.3; }
    #message .message_wrap .signature {
      float: right; }
  .h2 {
    color: #0d3fa6;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.3; }
  .h3 {
    position: relative; }
    .h3:before {
      content: "";
      display: inline-block;
      background: url(../images/h3_kazari_2026.png) no-repeat;
      background-size: cover;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 14px;
      left: 6px; }
  .h2_sub {
    font-family: "Roboto", sans-serif;
    color: #0d3fa6;
    text-align: center; }
    .h2_sub:before {
      content: "";
      background: url(../images/midashi_kazari_2026.png) no-repeat;
      width: 94px;
      height: 18px;
      background-size: contain;
      display: block;
      margin: 0 auto 15px; }
  #profile p+p{
      margin-top: 16px;
    }
    #profile p+h3{
      margin-top: 60px;
    }
  #profile .chronology dl {
    display: flex; }
    #profile .chronology dl dd {
      position: relative; }
      #profile .chronology dl dd:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 43px;
        z-index: 2; }
      #profile .chronology dl dd:after {
        content: "";
        width: 1px;
        height: 100%;
        display: inline-block;
        background-color: #eceff1;
        position: absolute;
        left: 2px;
        top: 0; }
  #policies .policies_link a {
    color: #fff;
    text-decoration: none;
    background-color: #0d3fa6;
    display: flex;
    position: relative;
    align-items: center; }
    #policies .policies_link a:after {
      content: "";
      display: inline-block;
      background: url(../images/anker_arrow_2026.png) no-repeat;
      background-size: cover;
      position: absolute;
      right: 27px;
      top: 50%;
      transform: translateY(-50%);
      width: 38px;
      height: 38px; }
  #policies .policies_link .number {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    text-align: center; }
  #policies .policies_link .title {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.3; 
    padding-right: 60px;}
    #policies .policies_link .title.left_justified {
      padding-left: 0; }
  .seisaku_wrap .common_inner {
    position: relative; }
  .seisaku_wrap > div:nth-of-type(odd) {
    background-color: #f5f6f7; }
  .seisaku_wrap > div .number {
    display: inline-block;
    color: #0d3fa6;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    position: absolute;
    left: 0; }
    .seisaku_wrap > div .number:after {
      content: "";
      display: inline-block;
      background-color: #0d3fa6;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 1px;
      height: 45px;
      right: -10px;
      bottom: -15px; }
  .seisaku_wrap > div h3 {
    color: #0d3fa6;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.3; }
    .seisaku_wrap > div h3.left_justified {
      padding-left: 0; }
  .seisaku_wrap > div h4 {
    font-weight: bold;
    line-height: 1.3;
    position: relative; }
    .seisaku_wrap > div h4 span {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0; }
      .seisaku_wrap > div h4 span:after {
        content: "";
        display: inline-block;
        background-color: #a1bef9;
        width: 40px;
        height: 6px;
        position: absolute;
        bottom: 2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: -1; }
  .seisaku_wrap > div h5 {
    font-weight: bold;
    line-height: 1.3; }
  .alignR {
    text-align: right !important; }
  /* ココから下には記入禁止 */ }

@media print, screen and (min-width: 801px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8; }
  li {
    list-style: none; }
  #header {
    transition: background-color .3s;
    z-index: 99;
    width: 100%;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0; }
    #header .header_inner .logo img {
          width: 216px; }
    #header.fixed {
      background-color: #fff; }
    #header .header_inner {
      width: 902px;
      max-width: 96%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 90px; }
    #header #gmenu ul {
      display: flex; }
      #header #gmenu ul li:not(:first-of-type) {
        margin-left: 4vw; }
      #header #gmenu ul a {
        text-decoration: none;
        color: #222;
        font-size: 16px;
      font-weight: 700; }
        #header #gmenu ul a:hover, #header #gmenu ul a.current {
          text-decoration: underline #0d3fa6 2px;
          text-underline-offset: 8px; }
    #header .sp_menu_trigger {
      display: none; }
  .footer_pdf_area {
    background-color: #eceff1; }
    .footer_pdf_area .inner {
      width: 902px;
      max-width: 96%;
      margin: 0 auto;
      padding: 15px 0; }
    .footer_pdf_area a {
      color: #000;
      font-size: 14px; }
      .footer_pdf_area a:hover {
        text-decoration: none; }
      .footer_pdf_area a.pdf {
        position: relative;
        padding-left: 35px;
        display: block; }
        .footer_pdf_area a.pdf:before {
          content: "";
          background: url(../images/icon_pdf.png) no-repeat;
          display: inline-block;
          background-size: cover;
          width: 25px;
          height: 30px;
          margin-right: 10px;
          position: absolute;
          top: -5px;
          left: 0; }
  #footer {
    background-color: #000;
    color: #fff; }
    #footer .footer_inner {
      position: relative;
      width: 902px;
      max-width: 96%;
      margin: 0 auto;
      padding: 20px 0;
      display: flex;
      justify-content: space-between; }
      #footer .footer_inner #pageTop {
        display: inline-block;
        background: url(../images/pagetop_2026.png) no-repeat;
        width: 50px;
        height: 50px;
        background-size: cover;
        position: fixed;
        bottom: 15px;
        right: 15px;
        opacity: 0;
        transition: opacity .3s; }
        #footer .footer_inner #pageTop:hover {
          opacity: .8;
          cursor: pointer; }
        #footer .footer_inner #pageTop.isScroll {
          opacity: 1; }
      #footer .footer_inner .text .title {
        font-weight: bold; }
      #footer .footer_inner .text .info {
        font-size: 14px;
        margin-top: 10px; }
      #footer .footer_inner .text a {
        color: #fff;
        text-decoration: none; }
      #footer .footer_inner .copyright {
        font-size: 12px;
        align-self: flex-end; }
  #mv {
    font-size: 0;
    background: url(../images/mv_pc_2026.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 467px; }
  .common_inner {
    width: 840px;
    max-width: 96%;
    margin: 0 auto; }
  .contents_bg_wrap {
    padding-top: 100px; }
  #message {
    padding-bottom: 120px; }
    #message .message_wrap {
      overflow: hidden; }
      #message .message_wrap .img {
        float: right;
        padding-left: 20px; }
        #message .message_wrap .img img {
          max-width: 100%; }
          #message .message_wrap p{
        margin-top: 45px;
      }
      #message .message_wrap .title {
        font-family: "Noto Serif JP", serif;
        font-weight: 900;
        line-height: 1.3;
        font-size: 46px; 
        margin-top: 0px;}
      #message .message_wrap .text {
        margin-top: 25px;
        border-top: #0d3fa6 solid 1px;
        padding-top: 25px; }
      
      #message .message_wrap .signature {
        text-align: right;
        margin-top: 15px;}
  .h2 {
    color: #0d3fa6;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    font-size: 44px; }
  .h3 {
    position: relative;
    font-size: 22px;
    padding-left: 30px;
    margin-bottom: 15px; }
    .h3:before {
      content: "";
      display: inline-block;
      background: url(../images/h3_kazari_2026.png) no-repeat;
      background-size: cover;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 14px;
      left: 6px; }
  .h2_sub {
    font-family: "Roboto", sans-serif;
    color: #0d3fa6;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px; }
    .h2_sub:before {
      content: "";
      background: url(../images/midashi_kazari_2026.png) no-repeat;
      width: 94px;
      height: 18px;
      background-size: contain;
      display: block;
      margin: 0 auto 15px; }
  #profile {
    padding-block: 120px 180px;
    background-color: #f9f9f9; }
    #profile p+p{
      margin-top: 16px;
    }
    #profile p+h3{
      margin-top: 60px;
    }
    #profile .chronology {
      padding-bottom: 60px; }
      #profile .chronology:last-child {
      padding-bottom: 0; }
      #profile .chronology dl {
        display: flex;
        font-size: 15px; }
        #profile .chronology dl:first-of-type dd {
          padding-top: 0px; }
          #profile .chronology dl:first-of-type dd:before {
            top: 13px; }
          #profile .chronology dl:first-of-type dd:after {
            top: 13px; }
        #profile .chronology dl:last-of-type dd:after {
          height: 43px; }
        #profile .chronology dl:first-of-type dt {
          padding-top: 0px; }
        #profile .chronology dl dt {
          width: 340px;
          padding-top: 30px;
          font-size: 16px;
          }
        #profile .chronology dl dd {
          position: relative;
          width: calc(100% - 340px);
          padding-left: 50px;
          padding-top: 30px;
          font-size: 16px; }
          #profile .chronology dl dd:before {
            content: "";
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #000;
            position: absolute;
            left: 0;
            top: 43px;
            z-index: 2; }
          #profile .chronology dl dd:after {
            content: "";
            width: 1px;
            height: 100%;
            display: inline-block;
            background-color: #eceff1;
            position: absolute;
            left: 2px;
            top: 0; }
  #policies {
    background: #d7eafb;
    padding-top: 104px;
    position: relative;
  }
  #policies:before {
      content: "";
      background: url(../images/policies.png) no-repeat top center;
      background-size: contain;
      width: 588px;
      height: 240px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  #policies .policies_link li:not(:first-of-type) {
    margin-top: 30px; }
  #policies .policies_link a {
    color: #fff;
    text-decoration: none;
    background-color: #0d3fa6;
    display: flex;
    position: relative;
    align-items: center;
    padding: 20px 40px; }
    #policies .policies_link a:hover {
      opacity: .7; }
    #policies .policies_link a:after {
      content: "";
      display: inline-block;
      background: url(../images/anker_arrow_2026.png) no-repeat;
      background-size: cover;
      position: absolute;
      right: 27px;
      top: 50%;
      transform: translateY(-50%);
      width: 38px;
      height: 38px; }
  #policies .policies_link .number {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    width: 80px; }
    #policies .policies_link .number span {
      display: block;
      margin-top: 5px;
      font-size: 30px; }
  #policies .policies_link .title {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.3;
    width: calc(100% - 80px);
    font-size: 28px;
    padding-inline: 30px; }
    #policies .policies_link .title.left_justified {
      padding-left: 0; }
  .seisaku_wrap {
    margin-top: 100px; }
    .seisaku_wrap .common_inner {
      position: relative;
      padding: 130px 0 80px; }
    .seisaku_wrap .last{
    padding: 80px 0 80px; }
    .seisaku_wrap > div:nth-of-type(odd) {
      background-color: #f5f6f7; }
    .seisaku_wrap > div .number {
      display: inline-block;
      color: #0d3fa6;
      font-family: "Roboto", sans-serif;
      line-height: 1;
      position: absolute;
      left: 0;
      font-size: 68px;
      top: 65px; }
      .seisaku_wrap > div .number:after {
        content: "";
        display: inline-block;
        background-color: #0d3fa6;
        position: absolute;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 1px;
        height: 45px;
        right: -10px;
        bottom: -15px; }
    .seisaku_wrap > div h3 {
      color: #0d3fa6;
      font-family: "Noto Serif JP", serif;
      font-weight: bold;
      line-height: 1.3;
      font-size: 32px;
      padding-left: 55px; }
      .seisaku_wrap > div h3.left_justified {
        padding-left: 0; }
    .seisaku_wrap > div h4 {
      font-weight: bold;
      line-height: 1.3;
      position: relative;
      font-size: 24px;
      margin-top: 40px;
      padding-left: 70px; }
      .seisaku_wrap > div h4 span {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0; }
        .seisaku_wrap > div h4 span:after {
          content: "";
          display: inline-block;
          background-color: #a1bef9;
          width: 40px;
          height: 6px;
          position: absolute;
          bottom: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          z-index: -1; }
    .seisaku_wrap > div h5 {
      font-weight: bold;
      line-height: 1.3;
      font-size: 20px;
      margin-top: 30px; }
      .seisaku_wrap > div h5 + p {
        margin-top: 15px; }
    .seisaku_wrap > div p {
      margin-top: 16px; }
  .alignR {
    text-align: right !important; }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

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