@charset "UTF-8";
/*******************************
fonts
*******************************/
body {
  font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal; }

b, strong, .bold {
  font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal; }

/*******************************
common
*******************************/
body {
  color: #000;
  word-break: break-all;
  line-height: 1.6;
  position: relative; }
  @media screen and (max-width: 599px) {
    body {
      font-size: 4vw; } }

html {
  overflow-y: scroll; }

.sp {
  display: none; }
  @media screen and (max-width: 599px) {
    .sp {
      display: block; } }

@media screen and (max-width: 599px) {
  .pc {
    display: none; } }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none; }

a:hover {
  opacity: 0.8; }

ul, li {
  list-style-type: none; }

button {
  outline: none; }

.sec01 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto; }
  @media screen and (max-width: 599px) {
    .sec01 {
      max-width: 90%; } }

/*******************************
formBtn
*******************************/
.formBtn {
  background: #222222;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 1em 2.5% 2em; }
  @media screen and (max-width: 599px) {
    .formBtn {
      padding: 1em 5% 2em; } }
  .formBtn p {
    font-size: 1.5em;
    line-height: 2; }
    @media screen and (max-width: 599px) {
      .formBtn p {
        font-size: 1.125em;
        line-height: 1.4; } }
    .formBtn p .txt01 {
      color: #c09d59;
      font-size: 175%;
      display: inline-block;
      vertical-align: bottom;
      line-height: 1;
      margin-bottom: 0.25em; }
      @media screen and (max-width: 599px) {
        .formBtn p .txt01 {
          display: block; } }
      .formBtn p .txt01 b {
        font-size: 142.8%;
        line-height: 1;
        margin-bottom: -0.05em;
        display: inline-block;
        vertical-align: bottom; }
  .formBtn a {
    width: 25em;
    max-width: 95%;
    margin: 0.5em auto 0;
    display: block;
    background: url(/ma_lp/assets/images/formBtnBg_01.png) 0 0 no-repeat;
    background-size: auto 100%;
    font-size: 1.75em;
    padding: 0 0 0 1.265em; }
    @media screen and (max-width: 599px) {
      .formBtn a {
        max-width: 90%;
        font-size: 1.5em;
        padding: 0 0 0 1.255em; } }
    .formBtn a:hover {
      opacity: 1; }
      .formBtn a:hover div div div {
        background: url(/ma_lp/assets/images/formBtnBg_04.png) center 15% no-repeat; }
    .formBtn a div {
      background: url(/ma_lp/assets/images/formBtnBg_03.png) 100% 0 no-repeat;
      background-size: auto 100%;
      padding: 0 1.265em 0 0; }
      @media screen and (max-width: 599px) {
        .formBtn a div {
          padding: 0 1.255em 0 0; } }
      .formBtn a div div {
        background: url(/ma_lp/assets/images/formBtnBg_02.png) 0 0 repeat-x;
        background-size: auto 100%;
        padding: 0; }
        .formBtn a div div div {
          padding: 0.5em 0 0.6em;
          background: url(/ma_lp/assets/images/formBtnBg_04.png) center -5% no-repeat;
          position: relative;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .formBtn a div div div::after {
            content: "";
            background: #ffffff;
            height: calc(tan(60deg) * 0.5em / 2);
            width: 0.5em;
            clip-path: polygon(0 0, 100% 0, 50% 100%);
            position: absolute;
            left: 50%;
            bottom: 0.15em;
            transform: translate(-50%, 0); }

/*******************************
mv
*******************************/
#mv {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row-reverse; }
  @media screen and (max-width: 599px) {
    #mv {
      display: block; } }
  #mv .bg01 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
    background: rgba(255, 255, 255, 0.8);
    height: calc(tan(45deg) * 22em / 2);
    width: 26em;
    max-width: 95%;
    clip-path: polygon(0 0, 100% 0, 50% 100%); }
    @media screen and (max-width: 599px) {
      #mv .bg01 {
        height: calc(tan(45deg) * 10em / 2);
        width: 15em; } }
  #mv header {
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translate(-50%, 0);
    width: 11.25em;
    max-width: 90%; }
    @media screen and (max-width: 599px) {
      #mv header {
        top: 0.5em;
        width: 6em; } }
  #mv section {
    width: 50%;
    box-sizing: border-box;
    padding: 1em 2% 2em 5%; }
    @media screen and (max-width: 599px) {
      #mv section {
        width: 100%;
        padding: 1.25em 5% 2em; } }
    #mv section h1 {
      font-size: 3.15vw;
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 0.5em;
      background: url(/ma_lp/assets/images/mv01Bg01.png) 2% 2%;
      background-size: 200%;
      -webkit-background-clip: text;
      color: transparent; }
      @media screen and (max-width: 599px) {
        #mv section h1 {
          white-space: nowrap;
          font-size: 8.2vw;
          margin-bottom: 0.75em; } }
      #mv section h1 strong {
        font-family: "Inter", sans-serif;
        font-style: normal;
        display: inline-block;
        font-size: 250%;
        line-height: 1; }
      #mv section h1 .txt01, #mv section h1 .txt02 {
        display: block;
        overflow: hidden; }
        #mv section h1 .txt01::after, #mv section h1 .txt02::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      #mv section h1 .txt01::after {
        background: #025fa0;
        animation: slideIn 1s forwards; }
      #mv section h1 .txt02::after {
        background: #0e346b;
        animation: slideIn 1s forwards;
        animation-delay: 0.25s; }
@keyframes slideIn {
  from {
    transform: translateX(-100%); }
  to {
    opacity: 1;
    transform: translateX(100%); } }
    #mv section h2 {
      font-size: 1.25em;
      color: #025fa0;
      font-weight: 700;
      margin-bottom: 1em; }
      @media screen and (max-width: 599px) {
        #mv section h2 {
          margin-bottom: 1.5em; } }
    #mv section p {
      font-size: 0.9375em;
      line-height: 1.5; }
      #mv section p:not(:last-child) {
        margin-bottom: 0.75em; }
        @media screen and (max-width: 599px) {
          #mv section p:not(:last-child) {
            margin-bottom: 1.5em; } }
  #mv .img {
    width: 50%; }
    @media screen and (max-width: 599px) {
      #mv .img {
        width: 100%; } }

/*******************************
nav
*******************************/
#nav {
  background: #0E346B;
  background: -webkit-linear-gradient(left, #0e346b 0%, #025fa0 100%);
  background: -o-linear-gradient(left, #0e346b 0%, #025fa0 100%);
  background: linear-gradient(to right, #0e346b 0%, #025fa0 100%);
  padding: 5em 2.5% 2.5em; }
  @media screen and (max-width: 599px) {
    #nav {
      padding: 2.5em 5%; } }
  #nav ul {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #nav ul li {
      width: 48.33%;
      margin-bottom: 2em; }
      @media screen and (max-width: 599px) {
        #nav ul li {
          width: 100%;
          margin-bottom: 0.5em; } }
      #nav ul li:nth-child(odd) {
        margin-right: 3.25%; }
        @media screen and (max-width: 599px) {
          #nav ul li:nth-child(odd) {
            margin-right: 0; } }
      #nav ul li a {
        margin: 0.5em auto 0;
        display: block;
        background: url(/ma_lp/assets/images/navBg_01.png) 0 0 no-repeat;
        background-size: auto 100%;
        font-size: 1.5em;
        padding: 0 0 0 1.7em;
        color: #0e346b;
        font-weight: 700;
        text-align: center; }
        @media screen and (max-width: 599px) {
          #nav ul li a {
            font-size: 1.125em;
            white-space: nowrap; } }
        #nav ul li a div {
          background: url(/ma_lp/assets/images/navBg_03.png) 100% 0 no-repeat;
          background-size: auto 100%;
          padding: 0 1.7em 0 0; }
          #nav ul li a div div {
            background: url(/ma_lp/assets/images/navBg_02.png) 0 0 repeat-x;
            background-size: auto 100%;
            padding: 0; }
            #nav ul li a div div div {
              padding: 1em 0 1.25em;
              background: url(/ma_lp/assets/images/navBg_04.png) center -5% no-repeat;
              position: relative; }
              #nav ul li a div div div::after {
                content: "";
                background: #c09d59;
                height: calc(tan(60deg) * 0.5em / 2);
                width: 0.5em;
                clip-path: polygon(0 0, 100% 0, 50% 100%);
                position: absolute;
                left: 50%;
                bottom: 0.15em;
                transform: translate(-50%, 0); }

/*******************************
example
*******************************/
#example {
  position: relative;
  padding: 5.625em 0; }
  @media screen and (max-width: 599px) {
    #example {
      padding: 3em 0 2em; } }
  #example::after {
    content: "";
    width: 1px;
    height: 5em;
    background: #222222;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(50%, 0); }
    @media screen and (max-width: 599px) {
      #example::after {
        height: 2.5em; } }
  @media screen and (max-width: 599px) {
    #example section {
      max-width: 100%; } }
  #example section h2 {
    text-align: center;
    font-size: 2em;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 599px) {
      #example section h2 {
        font-size: 1.75em;
        padding-bottom: 0; } }
  #example section .box01 {
    background: #DADADA;
    background: -webkit-linear-gradient(bottom left, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 79%, #eeeeee 100%);
    background: -o-linear-gradient(bottom left, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 79%, #eeeeee 100%);
    background: linear-gradient(to top right, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 79%, #eeeeee 100%);
    position: relative;
    padding: 2.5em;
    margin-top: 3.5em; }
    @media screen and (max-width: 599px) {
      #example section .box01 {
        padding: 2.5em 5% 1.25em; } }
    #example section .box01 h3 {
      font-size: 1.5em;
      color: #222;
      font-weight: 700;
      text-align: center;
      border-bottom: 1px solid #222; }
      @media screen and (max-width: 599px) {
        #example section .box01 h3 {
          font-size: 1.375em;
          line-height: 1.4; } }
      #example section .box01 h3 .number {
        position: absolute;
        top: -0.5em;
        left: 50%;
        transform: translate(-50%, 0);
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #333333;
        font-size: 4.166em;
        opacity: 0.12;
        line-height: 1.2; }
        @media screen and (max-width: 599px) {
          #example section .box01 h3 .number {
            top: -0.5em; } }
    #example section .box01 .li01, #example section .box01 .li02 {
      display: flex;
      justify-content: space-between;
      margin-top: 2em; }
      @media screen and (max-width: 599px) {
        #example section .box01 .li01, #example section .box01 .li02 {
          display: block;
          margin-top: 1.25em; } }
      #example section .box01 .li01 li, #example section .box01 .li02 li {
        background: #fff;
        text-align: center; }
        @media screen and (max-width: 599px) {
          #example section .box01 .li01 li:not(:last-child), #example section .box01 .li02 li:not(:last-child) {
            margin-bottom: 1.375em; } }
        #example section .box01 .li01 li dl dt, #example section .box01 .li02 li dl dt {
          background: #333;
          font-size: 1.125em;
          font-weight: 500;
          color: #fff;
          padding: 0.25em 0.25em 0.35em; }
        #example section .box01 .li01 li dl dd, #example section .box01 .li02 li dl dd {
          padding: 1.25em 2.5% 1.5em; }
          @media screen and (max-width: 599px) {
            #example section .box01 .li01 li dl dd, #example section .box01 .li02 li dl dd {
              text-align: left; } }
          @media screen and (max-width: 599px) {
            #example section .box01 .li01 li dl dd br, #example section .box01 .li02 li dl dd br {
              display: none; } }
    #example section .box01 .li01 li {
      width: 31.25%; }
      @media screen and (max-width: 599px) {
        #example section .box01 .li01 li {
          width: 100%; } }
    #example section .box01 .li02 li {
      width: 48.21%; }
      @media screen and (max-width: 599px) {
        #example section .box01 .li02 li {
          width: 100%; } }
  #example section .txt01 {
    text-align: center;
    font-size: 1.0625em;
    margin-top: 3.5em; }
    @media screen and (max-width: 599px) {
      #example section .txt01 {
        text-align: left;
        margin: 2em 5% 0;
        font-size: 1em; } }
  #example section .txt02 {
    font-size: 1.25em;
    text-align: center;
    color: #9d7b39;
    font-weight: 700;
    margin-top: 2em; }
    @media screen and (max-width: 599px) {
      #example section .txt02 {
        text-align: left;
        margin: 1em 5% 0;
        font-size: 1.125em; } }

/*******************************
reason
*******************************/
#reason {
  background: #0E346B;
  background: -webkit-linear-gradient(left, #0e346b 0%, #025fa0 100%);
  background: -o-linear-gradient(left, #0e346b 0%, #025fa0 100%);
  background: linear-gradient(to right, #0e346b 0%, #025fa0 100%);
  position: relative;
  padding: 5.625em 0;
  color: #fff; }
  @media screen and (max-width: 599px) {
    #reason {
      padding: 3em 0; } }
  #reason::after {
    content: "";
    width: 1px;
    height: 5em;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(50%, 0); }
    @media screen and (max-width: 599px) {
      #reason::after {
        height: 2.5em; } }
  #reason section h2 {
    text-align: center;
    font-size: 2em;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 599px) {
      #reason section h2 {
        font-size: 1.75em; } }
  #reason section .lead {
    font-size: 1.0625em;
    text-align: center;
    font-weight: 500; }
    @media screen and (max-width: 599px) {
      #reason section .lead {
        font-size: 1em; } }
    #reason section .lead p {
      margin-top: 1.25em; }
    #reason section .lead .li01 {
      background: #0E346B;
      background: -webkit-linear-gradient(left, #0e549c 0%, #0b63aa 100%);
      background: -o-linear-gradient(left, #0e549c 0%, #0b63aa 100%);
      background: linear-gradient(to right, #0e549c 0%, #0b63aa 100%);
      text-align: center;
      display: inline-block;
      padding: 1em 2.5em 1em 3em;
      margin-top: 1.5em; }
      @media screen and (max-width: 599px) {
        #reason section .lead .li01 {
          padding: 1em 2.5% 1em 2.5em; } }
      #reason section .lead .li01 li {
        text-align: left;
        list-style-type: disc; }
        @media screen and (max-width: 599px) {
          #reason section .lead .li01 li:not(:last-child) {
            margin-bottom: 0.75em; } }
  #reason section .sec01 {
    display: flex;
    margin-top: 5em; }
    @media screen and (max-width: 599px) {
      #reason section .sec01 {
        display: block;
        margin-top: 2.5em; } }
    #reason section .sec01 h3 {
      font-size: 3em;
      font-weight: 700;
      width: 48.33%;
      position: relative;
      line-height: 1.4; }
      @media screen and (max-width: 599px) {
        #reason section .sec01 h3 {
          width: 100%;
          font-size: 2em; } }
      #reason section .sec01 h3::after {
        content: "";
        width: 5.65em;
        height: 2px;
        background: #c09d59;
        position: absolute;
        top: 3.95em;
        right: 0; }
        @media screen and (max-width: 599px) {
          #reason section .sec01 h3::after {
            width: 5em; } }
    #reason section .sec01 .nav {
      width: 51.66%;
      border-left: 2px solid #c09d59;
      padding-left: 3.33%; }
      @media screen and (max-width: 599px) {
        #reason section .sec01 .nav {
          width: 100%;
          box-sizing: border-box;
          margin-top: 1.25em;
          padding-bottom: 0.5em; } }
      #reason section .sec01 .nav li {
        border-bottom: 1px solid #c09d59;
        position: relative;
        margin-bottom: 1.5em; }
        #reason section .sec01 .nav li::after {
          content: "";
          background: #c09d59;
          height: calc(tan(60deg) * 1em / 2);
          width: 1em;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
          position: absolute;
          left: 50%;
          top: 100%;
          transform: translate(-50%, 0); }
        #reason section .sec01 .nav li a {
          display: flex;
          align-items: flex-end; }
          @media screen and (max-width: 599px) {
            #reason section .sec01 .nav li a {
              align-items: center; } }
          #reason section .sec01 .nav li a .number {
            font-family: "Inter", sans-serif;
            font-style: normal;
            font-weight: 700;
            background: #5980A9;
            background: -webkit-linear-gradient(bottom, #5980a9 0%, #fefefe 100%);
            background: -o-linear-gradient(bottom, #5980a9 0%, #fefefe 100%);
            background: linear-gradient(to top, #5980a9 0%, #fefefe 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 5em;
            line-height: 1;
            width: 1.4em;
            white-space: nowrap; }
            @media screen and (max-width: 599px) {
              #reason section .sec01 .nav li a .number {
                font-size: 4em; } }
          #reason section .sec01 .nav li a .txt {
            font-size: 1.25em;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 0.5em; }
            @media screen and (max-width: 599px) {
              #reason section .sec01 .nav li a .txt {
                font-size: 1em;
                line-height: 1.3; } }
  #reason section #reason01, #reason section #reason02, #reason section #reason03 {
    display: flex;
    align-items: flex-start;
    margin-top: 3.5em; }
    @media screen and (max-width: 599px) {
      #reason section #reason01, #reason section #reason02, #reason section #reason03 {
        display: block;
        padding: 0 5%;
        margin-top: 2.5em; } }
    #reason section #reason01 .inner, #reason section #reason02 .inner, #reason section #reason03 .inner {
      width: 65.85%;
      display: flex; }
      @media screen and (max-width: 599px) {
        #reason section #reason01 .inner, #reason section #reason02 .inner, #reason section #reason03 .inner {
          width: 100%;
          display: block; } }
      #reason section #reason01 .inner section, #reason section #reason02 .inner section, #reason section #reason03 .inner section {
        width: 69%; }
        @media screen and (max-width: 599px) {
          #reason section #reason01 .inner section, #reason section #reason02 .inner section, #reason section #reason03 .inner section {
            width: 100%; } }
        #reason section #reason01 .inner section h3, #reason section #reason02 .inner section h3, #reason section #reason03 .inner section h3 {
          display: flex;
          align-items: flex-end;
          position: relative;
          margin-bottom: 0.75em; }
          @media screen and (max-width: 599px) {
            #reason section #reason01 .inner section h3, #reason section #reason02 .inner section h3, #reason section #reason03 .inner section h3 {
              align-items: center;
              margin-bottom: 1.25em; } }
          #reason section #reason01 .inner section h3::after, #reason section #reason02 .inner section h3::after, #reason section #reason03 .inner section h3::after {
            content: "";
            position: absolute;
            bottom: 0.75em;
            left: 0;
            width: 100%;
            height: 1px;
            background: #c09d59; }
            @media screen and (max-width: 599px) {
              #reason section #reason01 .inner section h3::after, #reason section #reason02 .inner section h3::after, #reason section #reason03 .inner section h3::after {
                bottom: -0.25em; } }
          #reason section #reason01 .inner section h3 .number, #reason section #reason02 .inner section h3 .number, #reason section #reason03 .inner section h3 .number {
            font-family: "Inter", sans-serif;
            font-style: normal;
            font-weight: 700;
            background: #5980A9;
            background: -webkit-linear-gradient(bottom, #5980a9 0%, #fefefe 100%);
            background: -o-linear-gradient(bottom, #5980a9 0%, #fefefe 100%);
            background: linear-gradient(to top, #5980a9 0%, #fefefe 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 6em;
            line-height: 1;
            margin-right: 0.15em;
            white-space: nowrap; }
            @media screen and (max-width: 599px) {
              #reason section #reason01 .inner section h3 .number, #reason section #reason02 .inner section h3 .number, #reason section #reason03 .inner section h3 .number {
                font-size: 5em; } }
          #reason section #reason01 .inner section h3 .txt, #reason section #reason02 .inner section h3 .txt, #reason section #reason03 .inner section h3 .txt {
            font-size: 1.5em;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 1.25em; }
            @media screen and (max-width: 599px) {
              #reason section #reason01 .inner section h3 .txt, #reason section #reason02 .inner section h3 .txt, #reason section #reason03 .inner section h3 .txt {
                font-size: 1.375em;
                margin-bottom: 0;
                line-height: 1.3; } }
        #reason section #reason01 .inner section p, #reason section #reason02 .inner section p, #reason section #reason03 .inner section p {
          font-size: 1.0625em; }
          @media screen and (max-width: 599px) {
            #reason section #reason01 .inner section p, #reason section #reason02 .inner section p, #reason section #reason03 .inner section p {
              font-size: 1em; } }
          #reason section #reason01 .inner section p:not(:last-child), #reason section #reason02 .inner section p:not(:last-child), #reason section #reason03 .inner section p:not(:last-child) {
            margin-bottom: 0.75em; }
        #reason section #reason01 .inner section .li01, #reason section #reason02 .inner section .li01, #reason section #reason03 .inner section .li01 {
          background: #0E346B;
          background: -webkit-linear-gradient(left, #0e549c 0%, #0b63aa 100%);
          background: -o-linear-gradient(left, #0e549c 0%, #0b63aa 100%);
          background: linear-gradient(to right, #0e549c 0%, #0b63aa 100%);
          padding: 0.75em 0.75em 0.75em 1.75em;
          margin: 1.5em 0; }
          #reason section #reason01 .inner section .li01 li, #reason section #reason02 .inner section .li01 li, #reason section #reason03 .inner section .li01 li {
            text-align: left;
            list-style-type: disc; }
    #reason section #reason01 .img, #reason section #reason02 .img, #reason section #reason03 .img {
      width: 34.15%; }
      @media screen and (max-width: 599px) {
        #reason section #reason01 .img, #reason section #reason02 .img, #reason section #reason03 .img {
          width: 100%;
          margin-top: 1em; } }
      #reason section #reason01 .img img, #reason section #reason02 .img img, #reason section #reason03 .img img {
        width: 100%; }
  #reason section #reason01, #reason section #reason03 {
    flex-direction: row-reverse; }
    #reason section #reason01 .inner section, #reason section #reason03 .inner section {
      margin-left: 3%; }
      @media screen and (max-width: 599px) {
        #reason section #reason01 .inner section, #reason section #reason03 .inner section {
          margin-left: 0; } }
  #reason section #reason02 .inner {
    justify-content: flex-end; }
    #reason section #reason02 .inner section {
      margin-right: 3%; }
      @media screen and (max-width: 599px) {
        #reason section #reason02 .inner section {
          margin-right: 0; } }

/*******************************
service
*******************************/
#service {
  position: relative;
  padding: 5.625em 0; }
  @media screen and (max-width: 599px) {
    #service {
      padding: 3em 0; } }
  #service::after {
    content: "";
    width: 1px;
    height: 5em;
    background: #222222;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(50%, 0); }
    @media screen and (max-width: 599px) {
      #service::after {
        height: 2.5em; } }
  #service section h2 {
    text-align: center;
    font-size: 2em;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 599px) {
      #service section h2 {
        font-size: 1.75em; } }
  #service section .sec02 {
    padding-top: 1.5em; }
    @media screen and (max-width: 599px) {
      #service section .sec02 {
        padding-top: 0; } }
    #service section .sec02 h3 {
      background: #DADADA;
      background: -webkit-linear-gradient(left, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 80%, #eeeeee 100%);
      background: -o-linear-gradient(left, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 80%, #eeeeee 100%);
      background: linear-gradient(to right, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 80%, #eeeeee 100%);
      font-weight: 700;
      text-align: center;
      color: #222222;
      font-size: 1.5em;
      padding: 0.5em;
      margin: 0 auto 1.35em;
      width: 1200px;
      max-width: 95%; }
      @media screen and (max-width: 599px) {
        #service section .sec02 h3 {
          font-size: 1.25em;
          margin-bottom: 1em; } }
    #service section .sec02 .txt01 {
      font-size: 1.0625em;
      text-align: center;
      margin-bottom: 2.5em; }
      @media screen and (max-width: 599px) {
        #service section .sec02 .txt01 {
          font-size: 1em;
          margin-bottom: 1.5em;
          padding: 0 5%;
          text-align: left; } }
    #service section .sec02 .box01 {
      display: flex;
      flex-direction: row-reverse;
      margin-top: 3.5em; }
      @media screen and (max-width: 599px) {
        #service section .sec02 .box01 {
          display: block;
          margin-top: 0;
          padding: 0 5%; } }
      #service section .sec02 .box01 .inner01 {
        width: 53.24%;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 599px) {
          #service section .sec02 .box01 .inner01 {
            width: 100%;
            display: block; } }
        #service section .sec02 .box01 .inner01 .inner02 {
          width: 60.28%;
          margin-left: 5%; }
          @media screen and (max-width: 599px) {
            #service section .sec02 .box01 .inner01 .inner02 {
              width: 100%;
              margin-left: 0; } }
          #service section .sec02 .box01 .inner01 .inner02 p {
            font-size: 1.0625em; }
            @media screen and (max-width: 599px) {
              #service section .sec02 .box01 .inner01 .inner02 p {
                font-size: 1em; } }
            #service section .sec02 .box01 .inner01 .inner02 p:not(:last-child) {
              margin-bottom: 1em; }
      #service section .sec02 .box01 .img {
        width: 46.76%; }
        @media screen and (max-width: 599px) {
          #service section .sec02 .box01 .img {
            width: 100%;
            margin-top: 1em; } }
  #service section .lead01 {
    text-align: center;
    color: #9d7b39;
    font-weight: 700;
    font-size: 1.25em;
    text-decoration: underline;
    margin-top: 2.5em; }
    @media screen and (max-width: 599px) {
      #service section .lead01 {
        font-size: 1.125em; } }
  #service section .box01, #service section .box02 {
    display: flex;
    align-items: flex-start;
    margin-top: 2.5em; }
    @media screen and (max-width: 599px) {
      #service section .box01, #service section .box02 {
        display: block;
        padding: 0 5%; } }
    #service section .box01 .inner01, #service section .box02 .inner01 {
      width: 65.85%;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 599px) {
        #service section .box01 .inner01, #service section .box02 .inner01 {
          width: 100%;
          display: block; } }
      #service section .box01 .inner01 section, #service section .box02 .inner01 section {
        width: 69%; }
        @media screen and (max-width: 599px) {
          #service section .box01 .inner01 section, #service section .box02 .inner01 section {
            width: 100%; } }
        #service section .box01 .inner01 section h3, #service section .box02 .inner01 section h3 {
          margin-bottom: 1em;
          color: #0e346b;
          border-bottom: 1px solid #c09d59;
          font-size: 1.5em; }
          @media screen and (max-width: 599px) {
            #service section .box01 .inner01 section h3, #service section .box02 .inner01 section h3 {
              font-size: 1.25em;
              text-align: center;
              margin-bottom: 0.75em; } }
        #service section .box01 .inner01 section p, #service section .box02 .inner01 section p {
          font-size: 1.0625em; }
          @media screen and (max-width: 599px) {
            #service section .box01 .inner01 section p, #service section .box02 .inner01 section p {
              font-size: 1em; } }
          #service section .box01 .inner01 section p:not(:last-child), #service section .box02 .inner01 section p:not(:last-child) {
            margin-bottom: 1em; }
    #service section .box01 .img, #service section .box02 .img {
      width: 34.15%; }
      @media screen and (max-width: 599px) {
        #service section .box01 .img, #service section .box02 .img {
          width: 100%;
          margin-top: 1em; } }
  #service section .box01 {
    flex-direction: row-reverse; }
    #service section .box01 .inner01 section {
      margin-left: 3%; }
      @media screen and (max-width: 599px) {
        #service section .box01 .inner01 section {
          margin-left: 0; } }
  #service section .box02 .inner01 {
    justify-content: flex-end; }
    #service section .box02 .inner01 section {
      margin-right: 3%; }
      @media screen and (max-width: 599px) {
        #service section .box02 .inner01 section {
          margin-right: 0; } }
  #service section .dl01 {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 599px) {
      #service section .dl01 {
        display: block;
        padding-top: 2em;
        max-width: 90%; } }
    #service section .dl01 dl {
      width: 48.33%;
      margin-top: 2.5em;
      background: #DADADA;
      background: -webkit-linear-gradient(bottom left, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 80%, #eeeeee 100%);
      background: -o-linear-gradient(bottom left, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 80%, #eeeeee 100%);
      background: linear-gradient(to top right, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 80%, #eeeeee 100%);
      padding: 1.75em 3.5%;
      box-sizing: border-box; }
      @media screen and (max-width: 599px) {
        #service section .dl01 dl {
          width: 100%;
          margin-top: 0.65em;
          padding-top: 1.25em; } }
      #service section .dl01 dl:nth-child(odd) {
        margin-right: 3.34%; }
        @media screen and (max-width: 599px) {
          #service section .dl01 dl:nth-child(odd) {
            margin-right: 0; } }
      #service section .dl01 dl dt {
        text-align: center;
        font-size: 1.5em;
        color: #222222;
        font-weight: 700;
        margin-bottom: 0.75em; }
        @media screen and (max-width: 599px) {
          #service section .dl01 dl dt {
            font-size: 1.25em;
            margin-bottom: 0.375em; } }
      #service section .dl01 dl dd {
        font-size: 0.9375em; }

/*******************************
fee
*******************************/
#fee {
  background: #0E346B;
  background: -webkit-linear-gradient(left, #0e346b 0%, #025fa0 100%);
  background: -o-linear-gradient(left, #0e346b 0%, #025fa0 100%);
  background: linear-gradient(to right, #0e346b 0%, #025fa0 100%);
  position: relative;
  padding: 5.625em 0;
  color: #fff; }
  @media screen and (max-width: 599px) {
    #fee {
      padding: 3em 0; } }
  #fee::after {
    content: "";
    width: 1px;
    height: 5em;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(50%, 0); }
    @media screen and (max-width: 599px) {
      #fee::after {
        height: 2.5em; } }
  #fee section h2 {
    text-align: center;
    font-size: 2em;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 599px) {
      #fee section h2 {
        font-size: 1.75em; } }
  #fee section .txt01 {
    text-align: center;
    font-size: 1.0625em; }
    @media screen and (max-width: 599px) {
      #fee section .txt01 {
        font-size: 1em;
        text-align: left; } }
  #fee section .free {
    color: #d6bf93;
    text-align: center;
    margin: 2em 0; }
    @media screen and (max-width: 599px) {
      #fee section .free {
        margin: 1em 0; } }
    #fee section .free p {
      display: inline-block;
      border-bottom: 1px solid #d6bf93;
      line-height: 1; }
    #fee section .free span {
      font-size: 1.5em;
      font-weight: 700; }
    #fee section .free strong {
      font-size: 3.75em;
      background: #989896;
      background: -webkit-linear-gradient(bottom, #989896 0%, #d0b683 50%, white 100%);
      background: -o-linear-gradient(bottom, #989896 0%, #d0b683 50%, white 100%);
      background: linear-gradient(to top, #989896 0%, #d0b683 50%, white 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  #fee section .model {
    display: flex;
    justify-content: space-between;
    color: #333;
    margin-top: 5em; }
    @media screen and (max-width: 599px) {
      #fee section .model {
        display: block;
        margin-top: 1.5em; } }
    #fee section .model dl {
      width: 48.33%;
      background: #fff;
      box-sizing: border-box;
      padding: 1em 3% 2em; }
      @media screen and (max-width: 599px) {
        #fee section .model dl {
          width: 100%;
          padding: 0.5em 5% 1.5em;
          margin-top: 1em; } }
      #fee section .model dl dt {
        border-bottom: 1px solid #c09d59;
        display: flex;
        align-items: center;
        margin-bottom: 2em; }
        @media screen and (max-width: 599px) {
          #fee section .model dl dt {
            margin-bottom: 1em; } }
        #fee section .model dl dt .number {
          font-family: "Inter", sans-serif;
          font-style: normal;
          font-weight: 700;
          background: #747474;
          background: -webkit-linear-gradient(bottom, #747474 16%, #c09d59 47%, white 100%);
          background: -o-linear-gradient(bottom, #747474 16%, #c09d59 47%, white 100%);
          background: linear-gradient(to top, #747474 16%, #c09d59 47%, white 100%);
          background-clip: border-box;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 6.5em;
          line-height: 1;
          margin-right: 0.15em;
          margin-bottom: -0.15em;
          white-space: nowrap; }
          @media screen and (max-width: 599px) {
            #fee section .model dl dt .number {
              font-size: 5em; } }
        #fee section .model dl dt .txt {
          font-size: 1.5em;
          font-weight: 700;
          color: #222222;
          line-height: 1.2;
          margin-top: 0.5em; }
          @media screen and (max-width: 599px) {
            #fee section .model dl dt .txt {
              font-size: 1.25em; } }
      #fee section .model dl dd ul {
        margin-top: 1.25em;
        margin-left: 1.15em; }
        #fee section .model dl dd ul li {
          list-style-type: disc; }
          @media screen and (max-width: 599px) {
            #fee section .model dl dd ul li {
              line-height: 1.4; } }
          @media screen and (max-width: 599px) {
            #fee section .model dl dd ul li:not(:last-child) {
              margin-bottom: 0.75em; } }
          #fee section .model dl dd ul li span {
            margin-left: 1em;
            font-size: 87.5%; }
          #fee section .model dl dd ul li ul {
            margin-top: 0;
            margin-left: 0;
            margin-bottom: 0.75em; }
            @media screen and (max-width: 599px) {
              #fee section .model dl dd ul li ul {
                margin-top: 0.5em; } }
            #fee section .model dl dd ul li ul li {
              list-style-type: none; }
              @media screen and (max-width: 599px) {
                #fee section .model dl dd ul li ul li {
                  text-indent: -2em;
                  margin-left: 2em; } }
              @media screen and (max-width: 599px) {
                #fee section .model dl dd ul li ul li:not(:last-child) {
                  margin-bottom: 0; } }
              #fee section .model dl dd ul li ul li::before {
                content: "－";
                text-indent: -1em;
                margin-left: 1em; }

/*******************************
scheme
*******************************/
#scheme {
  position: relative;
  padding: 5.625em 0; }
  @media screen and (max-width: 599px) {
    #scheme {
      padding: 3em 0; } }
  #scheme::after {
    content: "";
    width: 1px;
    height: 5em;
    background: #222222;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(50%, 0); }
    @media screen and (max-width: 599px) {
      #scheme::after {
        height: 2.5em; } }
  #scheme section h2 {
    text-align: center;
    font-size: 2em;
    padding-bottom: 1em; }
    @media screen and (max-width: 599px) {
      #scheme section h2 {
        font-size: 1.75em; } }
  #scheme section .txt01 {
    font-size: 1.0625em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2.5em;
    color: #333; }
    @media screen and (max-width: 599px) {
      #scheme section .txt01 {
        font-size: 1em;
        text-align: left;
        margin-bottom: 1em; } }
  #scheme section .box01 {
    background: #DADADA;
    background: -webkit-linear-gradient(bottom left, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 79%, #eeeeee 100%);
    background: -o-linear-gradient(bottom left, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 79%, #eeeeee 100%);
    background: linear-gradient(to top right, #dadada 0%, #f3ecdf 33%, #f8f8f8 66%, #f3efe7 79%, #eeeeee 100%);
    position: relative;
    padding: 2.5em;
    margin-top: 3.5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 599px) {
      #scheme section .box01 {
        display: block;
        padding: 1.15em 5%;
        margin-top: 1.5em; } }
    #scheme section .box01 .img {
      width: 15.8%; }
      @media screen and (max-width: 599px) {
        #scheme section .box01 .img {
          width: 40%;
          margin: 0 auto 1.15em;
          display: block; } }
    #scheme section .box01 section {
      width: 81.07%; }
      @media screen and (max-width: 599px) {
        #scheme section .box01 section {
          width: 100%; } }
      #scheme section .box01 section h3 {
        color: #222222;
        font-size: 1.5em;
        margin-top: -0.25em;
        margin-bottom: 0.75em; }
        @media screen and (max-width: 599px) {
          #scheme section .box01 section h3 {
            margin-top: 0;
            font-size: 1.25em;
            text-align: center; } }
      #scheme section .box01 section p, #scheme section .box01 section ul {
        font-size: 1.0625em; }
        @media screen and (max-width: 599px) {
          #scheme section .box01 section p, #scheme section .box01 section ul {
            font-size: 1em; } }
      #scheme section .box01 section p:not(:last-child) {
        margin-bottom: 1em; }
      #scheme section .box01 section ul {
        padding: 0 0 0.5em; }
        #scheme section .box01 section ul li {
          margin-bottom: 0.5em; }
          #scheme section .box01 section ul li dl {
            display: flex; }
            #scheme section .box01 section ul li dl dt {
              font-weight: 700;
              white-space: nowrap; }

/*******************************
form
*******************************/
#form {
  background: #0E346B;
  background: -webkit-linear-gradient(left, #0e346b 0%, #025fa0 100%);
  background: -o-linear-gradient(left, #0e346b 0%, #025fa0 100%);
  background: linear-gradient(to right, #0e346b 0%, #025fa0 100%);
  position: relative;
  padding: 5.625em 0 7.5em;
  color: #fff; }
  @media screen and (max-width: 599px) {
    #form {
      padding: 3em 0; } }
  #form section h2 {
    text-align: center;
    font-size: 2em;
    padding-bottom: 1em; }
    @media screen and (max-width: 599px) {
      #form section h2 {
        font-size: 1.75em; } }
  #form section p {
    text-align: center; }
    @media screen and (max-width: 599px) {
      #form section p {
        text-align: left; } }
    #form section p:not(:last-child) {
      margin-bottom: 1.75em; }
  #form section .btn01 {
    width: 23.75em;
    max-width: 95%;
    margin: 2em auto 0; }
    #form section .btn01 a {
      display: block;
      border-radius: 500px;
      font-size: 1.25em;
      color: #222222;
      text-align: center;
      font-weight: 700;
      background: #D1D0D0;
      background: -webkit-linear-gradient(bottom, #d1d0d0 16%, #e7dcc8 47%, #f6f2ec 100%);
      background: -o-linear-gradient(bottom, #d1d0d0 16%, #e7dcc8 47%, #f6f2ec 100%);
      background: linear-gradient(to top, #d1d0d0 16%, #e7dcc8 47%, #f6f2ec 100%);
      padding: 1em 0; }
      @media screen and (max-width: 599px) {
        #form section .btn01 a {
          font-size: 1em; } }
  #form input[type="text"], #form input[type="email"] {
    margin: 0;
    background: #fff;
    border: none;
    border-radius: 0.25em;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: inherit;
    padding: 1.25em 0.75em;
    width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 599px) {
      #form input[type="text"], #form input[type="email"] {
        padding: 0.5em; } }
  #form select {
    margin: 0;
    background: #fff;
    border: none;
    border-radius: 0.25em;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: inherit;
    padding: 0.75em 1.25em; }
    @media screen and (max-width: 599px) {
      #form select {
        padding: 0.5em; } }
  #form textarea {
    margin: 0;
    background: #fff;
    border: none;
    border-radius: 0.25em;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: inherit;
    padding: 1.25em 0.75em;
    width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 599px) {
      #form textarea {
        padding: 0.5em; } }
  #form .table01 {
    margin-top: 3em;
    width: 100%;
    border-collapse: collapse; }
    @media screen and (max-width: 599px) {
      #form .table01 {
        display: block; } }
    #form .table01 th, #form .table01 td {
      border-bottom: 1px solid #0b4a86;
      box-sizing: border-box;
      vertical-align: middle; }
      @media screen and (max-width: 599px) {
        #form .table01 th, #form .table01 td {
          display: block; } }
    @media screen and (max-width: 599px) {
      #form .table01 tbody, #form .table01 tr {
        display: block;
        width: 100%; } }
    #form .table01 th {
      background: #0b3566;
      width: 31.66%;
      color: #fff;
      font-size: 1.125em;
      padding: 1em 1.25em 1em 1.75em; }
      @media screen and (max-width: 599px) {
        #form .table01 th {
          width: 100%;
          padding: 0.5em;
          font-size: 1em; } }
      #form .table01 th .inner {
        display: flex;
        justify-content: space-between; }
      #form .table01 th .required {
        font-size: 88.88%;
        color: #fff;
        padding: 0 0.75em 0.15em;
        border-radius: 500px;
        background: #ee1f1b;
        font-weight: 400;
        line-height: 1.4; }
    #form .table01 td {
      padding: 1em 1.75em;
      background: #0F59A4;
      background: -webkit-linear-gradient(left, #0f59a4 0%, #0a6db4 100%);
      background: -o-linear-gradient(left, #0f59a4 0%, #0a6db4 100%);
      background: linear-gradient(to right, #0f59a4 0%, #0a6db4 100%); }
      @media screen and (max-width: 599px) {
        #form .table01 td {
          width: 100%;
          padding: 0.75em 0.5em 1.5em; } }
  #form .submitBtn {
    width: 23.75em;
    max-width: 95%;
    margin: 2em auto 0;
    background: #fff;
    overflow: hidden;
    border-radius: 500px; }
    #form .submitBtn button, #form .submitBtn input {
      border: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      border-radius: 500px;
      font-size: 1.25em;
      color: #fff;
      text-align: center;
      font-weight: 700;
      background: #6B4B0E;
      background: -webkit-linear-gradient(bottom, #6b4b0e 0%, #c09d59 100%);
      background: -o-linear-gradient(bottom, #6b4b0e 0%, #c09d59 100%);
      background: linear-gradient(to top, #6b4b0e 0%, #c09d59 100%);
      padding: 1em 0;
      font-family: inherit;
      display: block;
      width: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      @media screen and (max-width: 599px) {
        #form .submitBtn button, #form .submitBtn input {
          font-size: 1em; } }
      #form .submitBtn button:hover, #form .submitBtn input:hover {
        opacity: 0.8; }

/*******************************
footer
*******************************/
footer {
  background: #222222;
  color: #fff;
  padding: 2.5em 0 10em; }
  footer #copyright {
    text-align: center; }
    footer #copyright small {
      font-size: 0.8125em; }

/*******************************
tracking
*******************************/
#tracking {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 22vw;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden; }
  @media screen and (max-width: 599px) {
    #tracking {
      width: 100%; } }
  #tracking.close {
    width: 2.1vw; }
    @media screen and (max-width: 599px) {
      #tracking.close {
        width: 4.5em; } }
  #tracking .inner {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 599px) {
      #tracking .inner {
        display: block; } }
    #tracking .inner .title {
      background: #222;
      color: #fff;
      font-weight: 700;
      font-size: 1.05vw;
      text-align: center;
      width: 2em;
      height: 5em;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media screen and (max-width: 599px) {
        #tracking .inner .title {
          width: 5em;
          height: auto;
          font-size: 0.875em;
          padding: 0.5em 0; } }
      #tracking .inner .title:hover {
        background: #333; }
      #tracking .inner .title.close img {
        transform: scale(-1, 1); }
        @media screen and (max-width: 599px) {
          #tracking .inner .title.close img {
            transform: rotate(270deg); } }
      #tracking .inner .title span {
        width: 100%;
        display: block;
        line-height: 1.2; }
        @media screen and (max-width: 599px) {
          #tracking .inner .title span {
            width: auto;
            display: inline; } }
      #tracking .inner .title img {
        margin-top: -1em;
        width: 1.05vw;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        @media screen and (max-width: 599px) {
          #tracking .inner .title img {
            margin: 0;
            width: 1em;
            transform: rotate(90deg); } }
    #tracking .inner .nav {
      width: calc(100% - 2.1vw);
      box-sizing: border-box;
      background: #fff; }
      @media screen and (max-width: 599px) {
        #tracking .inner .nav {
          width: 100%; } }
      #tracking .inner .nav ul {
        padding: 0.25vw 5% 1.35vw; }
        @media screen and (max-width: 599px) {
          #tracking .inner .nav ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 0; } }
        #tracking .inner .nav ul li {
          padding-top: 1em;
          border-bottom: 1px solid #c09d59; }
          @media screen and (max-width: 599px) {
            #tracking .inner .nav ul li {
              padding: 0;
              margin: 0 0.25em;
              border-top: 1px solid #c09d59;
              border-bottom: none; } }
          #tracking .inner .nav ul li a {
            display: block;
            font-size: 0.89vw;
            color: #0e346b;
            font-weight: 700; }
            @media screen and (max-width: 599px) {
              #tracking .inner .nav ul li a {
                font-size: 0.78em;
                padding: 0.5em 0;
                letter-spacing: -0.04em; } }
            #tracking .inner .nav ul li a::before {
              content: "";
              background: #c09d59;
              display: inline-block;
              height: calc(tan(60deg) * 0.7em / 2);
              width: 0.7em;
              clip-path: polygon(0 0, 100% 0, 50% 100%);
              margin-right: 0.25em; }
              @media screen and (max-width: 599px) {
                #tracking .inner .nav ul li a::before {
                  margin-right: 0.15em; } }
      #tracking .inner .nav .contact {
        background: #fff; }
        #tracking .inner .nav .contact a {
          display: block;
          background: #222; }
          @media screen and (max-width: 599px) {
            #tracking .inner .nav .contact a img {
              width: 50%;
              display: block;
              margin: 0 auto; } }

/*******************************
confirm, thanks
*******************************/
#confirm header a, #thanks header a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 8em;
  padding: 0.5em 0; }
  @media screen and (max-width: 599px) {
    #confirm header a, #thanks header a {
      width: 6.5em; } }
#confirm #form, #thanks #form {
  padding: 3em 0 4em; }
  #confirm #form .table01 td, #thanks #form .table01 td {
    background: #fff;
    color: #333; }
  #confirm #form .topLink, #thanks #form .topLink {
    text-align: center; }
    #confirm #form .topLink a, #thanks #form .topLink a {
      text-decoration: underline;
      font-weight: 500; }
