/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html,
body,
div,
article,
section,
main,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
address,
nav,
table,
th,
td,
a,
p,
img,
figure,
span,
em,
small {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

main {
  display: block; }

ul,
li {
  list-style-type: none; }

table {
  border-collapse: collapse; }

img {
  border: none; }

a {
  text-decoration: none; }

a,
button {
  outline: none; }
  a:focus,
  button:focus {
    outline: none; }

/*---------------------------------------------------------
font
---------------------------------------------------------*/
/*---------------------------------------------------------
common
---------------------------------------------------------*/
html {
  font-size: 62.5%; }
  @media only screen and (min-width: 320px) and (max-width: 414px) {
    html {
      font-size: 2.41546vw; } }
  @media screen and (min-width: 768px) and (max-width: 1240px) {
    html {
      font-size: 0.80645vw; } }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-break: break-word; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8.0rem;
  margin-top: 10.0rem; }

img {
  width: 100%;
  vertical-align: bottom; }

a {
  color: #0068B7;
  text-decoration: underline; }

.res-pc {
  display: inline !important; }
  @media only screen and (max-width: 767px) {
    .res-pc {
      display: none !important; } }

.res-sp {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .res-sp {
      display: inline !important; } }

.switch {
  opacity: 0;
  -webkit-transition-duration: opacity 0.2s;
  -o-transition-duration: opacity 0.2s;
  transition-duration: opacity 0.2s; }

.inline-block {
  display: inline-block; }

.inner {
  padding: 0 3.0rem; }
  @media print, screen and (min-width: 768px) {
    .inner {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 2.0rem; } }

/*---------------------------------------------------------
parts
---------------------------------------------------------*/
.link-hover {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media print, screen and (min-width: 768px) {
    .link-hover:hover {
      opacity: 0.8; } }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0068B7;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 1.7rem 2.0rem;
  text-decoration: none;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) {
    .btn {
      font-size: 1.6rem;
      width: auto;
      min-width: 35.0rem;
      padding: 1.5rem 2.0rem;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; } }
  @media print, screen and (min-width: 768px) {
    .btn:hover {
      opacity: 0.8; } }

.btn-pink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0068B7;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 1.7rem 2.0rem;
  text-decoration: none;
  cursor: pointer;
  background-color: #E8447E; }
  @media print, screen and (min-width: 768px) {
    .btn-pink {
      font-size: 1.6rem;
      width: auto;
      min-width: 35.0rem;
      padding: 1.5rem 2.0rem;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; } }
  @media print, screen and (min-width: 768px) {
    .btn-pink:hover {
      opacity: 0.8; } }

.btn-box {
  text-align: center; }

.btn-note {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .btn-note {
      display: block;
      font-size: 1.4rem;
      font-weight: bold;
      margin-top: 1.5rem;
      color: #777777; } }

ul.note {
  margin-top: 1em; }
  ul.note li {
    padding-left: 1em;
    font-size: 1.4rem;
    color: #777777; }
    ul.note li > span:first-child {
      float: left;
      margin-left: -1em; }

.bg-gray {
  background-color: #F6F7F9; }

.sec {
  margin-top: 8.0rem; }
  @media print, screen and (min-width: 768px) {
    .sec {
      margin-top: 9.0rem; } }

.sec-title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #0068B7;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .sec-title {
      font-size: 3.0rem; } }

/*---------------------------------------------------------
header
---------------------------------------------------------*/
header {
  width: 100%;
  position: absolute;
  z-index: 100000;
  background-color: #fff;
  position: fixed; }
  header #header-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10.0rem;
    border-bottom: 2px solid #0068B7;
    padding: 0 2.0rem; }
    @media print, screen and (min-width: 768px) {
      header #header-box {
        padding: 0 15.5rem; } }
    header #header-box #h_logo {
      width: 5.419rem; }
      @media print, screen and (min-width: 768px) {
        header #header-box #h_logo {
          width: 6.625rem; } }
    header #header-box #h_logo_ts {
      border-left: 1px solid #D3D3D3;
      padding-left: 10px;
      margin-left: 10px; }
      @media print, screen and (min-width: 768px) {
        header #header-box #h_logo_ts {
          padding-left: 20px;
          margin-left: 20px; } }
      header #header-box #h_logo_ts img {
        width: 8.8rem; }
        @media print, screen and (min-width: 768px) {
          header #header-box #h_logo_ts img {
            width: 19.8rem; } }
    header #header-box #h_btn {
      position: absolute;
      right: 8.5rem; }
      @media print, screen and (min-width: 768px) {
        header #header-box #h_btn {
          right: 23.5rem; } }
      header #header-box #h_btn img {
        width: 5rem; }
        @media print, screen and (min-width: 768px) {
          header #header-box #h_btn img {
            width: 5.6rem; } }
        header #header-box #h_btn img:hover {
          cursor: pointer; }
    header #header-box #h_btn_02 {
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #0068B7;
      border-radius: 4px;
      position: absolute;
      right: 2.0rem; }
      @media print, screen and (min-width: 768px) {
        header #header-box #h_btn_02 {
          width: 6rem;
          height: 6rem;
          right: 15.5rem; } }
      header #header-box #h_btn_02:hover {
        cursor: pointer; }
      header #header-box #h_btn_02 img {
        width: 2.3rem; }
        @media print, screen and (min-width: 768px) {
          header #header-box #h_btn_02 img {
            width: 2rem; } }
      header #header-box #h_btn_02 .close {
        width: 2.8rem; }
        @media print, screen and (min-width: 768px) {
          header #header-box #h_btn_02 .close {
            width: 2.6rem; } }
  header #modal-lang {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999; }
  header .modal_wrap {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    header .modal_wrap .lang_txt {
      font-size: 2.0rem;
      font-weight: bold;
      color: #fff;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        header .modal_wrap .lang_txt {
          font-size: 2.6rem; } }
    header .modal_wrap .lang_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 2.0rem; }
      @media print, screen and (min-width: 768px) {
        header .modal_wrap .lang_list {
          width: 38.8rem;
          margin: 3.0rem auto 0; } }
      header .modal_wrap .lang_list li {
        width: 12.0rem;
        margin: 1.0rem; }
        @media print, screen and (min-width: 768px) {
          header .modal_wrap .lang_list li {
            width: 17.4rem; } }
        header .modal_wrap .lang_list li a {
          display: block;
          background-color: #0068B7;
          border: 2px solid #fff;
          font-size: 1.85rem;
          font-weight: bold;
          color: #fff;
          text-decoration: none;
          text-align: center;
          padding: 2.0rem 1.0rem; }
          @media print, screen and (min-width: 768px) {
            header .modal_wrap .lang_list li a {
              font-size: 2.2rem;
              padding: 2.5rem 1.0rem; } }
  header .ham_nev {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 10.0rem;
    z-index: 100000000;
    background: rgba(168, 168, 168, 0.6);
    height: 100vh; }
    header .ham_nev .ham_nev_inner {
      background-color: #fff;
      padding: 80px 0; }
      @media only screen and (max-width: 767px) {
        header .ham_nev .ham_nev_inner {
          padding: 50px 0; } }
      header .ham_nev .ham_nev_inner .nev_inner {
        max-width: 1000px;
        margin: auto; }
      header .ham_nev .ham_nev_inner .nav_list li {
        display: inline-block;
        width: 32.5%;
        text-align: center;
        margin-bottom: 70px;
        border-right: 1px solid #E5E5E5;
        vertical-align: top; }
        header .ham_nev .ham_nev_inner .nav_list li:nth-child(3) {
          border-right: 0; }
        header .ham_nev .ham_nev_inner .nav_list li:nth-child(6) {
          border-right: 0; }
        @media only screen and (max-width: 767px) {
          header .ham_nev .ham_nev_inner .nav_list li {
            width: 49%;
            padding: 0 10px;
            margin-bottom: 30px; }
            header .ham_nev .ham_nev_inner .nav_list li:nth-child(2n) {
              border-right: 0; }
            header .ham_nev .ham_nev_inner .nav_list li:nth-child(3) {
              border-right: 1px solid #E5E5E5; }
            header .ham_nev .ham_nev_inner .nav_list li:nth-child(6) {
              border-right: 1px solid #E5E5E5; } }
        header .ham_nev .ham_nev_inner .nav_list li a {
          display: block;
          text-decoration: none; }
          header .ham_nev .ham_nev_inner .nav_list li a span {
            display: block;
            font-size: 1.6rem;
            margin-top: 20px;
            font-weight: bold;
            color: #E8447E; }
            @media only screen and (max-width: 767px) {
              header .ham_nev .ham_nev_inner .nav_list li a span {
                font-size: 1.4rem;
                margin-top: 15px; } }
          header .ham_nev .ham_nev_inner .nav_list li a img {
            width: 70px; }
            @media only screen and (max-width: 767px) {
              header .ham_nev .ham_nev_inner .nav_list li a img {
                width: 60px; } }

.body.content_fixd {
  overflow: hidden; }

/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
  background-color: #0068B7; }
  footer .inner {
    padding-top: 4.0rem;
    padding-bottom: 4.0rem; }
    @media print, screen and (min-width: 768px) {
      footer .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; } }
    footer .inner #f_logo {
      display: block;
      width: 5.73rem;
      margin: 0 auto; }
      @media print, screen and (min-width: 768px) {
        footer .inner #f_logo {
          margin: 0; } }
    footer .inner #copyright {
      display: block;
      margin: 2.6rem -1.0rem 0;
      font-family: 'Roboto', sans-serif;
      font-size: 1.2rem;
      font-weight: 500;
      color: #fff;
      text-align: center;
      letter-spacing: 0; }
      @media print, screen and (min-width: 768px) {
        footer .inner #copyright {
          margin: 0; } }

.pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  @media only screen and (max-width: 767px) {
    .pagetop {
      width: 60px;
      bottom: 53px; } }
  .pagetop img {
    width: 80px; }
    @media only screen and (max-width: 767px) {
      .pagetop img {
        width: 60px; } }

.pagetop.isActive {
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

/*-----------------------------------------------------
  float-nav
-----------------------------------------------------*/
#float-nav {
  position: relative;
  z-index: 998; }
  #float-nav a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 6.0rem;
    background-color: rgba(0, 104, 183, 0.9);
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
    @media print, screen and (min-width: 768px) {
      #float-nav a {
        position: fixed;
        bottom: auto;
        left: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 7.8rem;
        height: 26.4rem;
        border: 2px solid #fff;
        border-right: 0;
        border-radius: 0.8rem 0 0 0.8rem; } }
    @media print, screen and (min-width: 768px) {
      #float-nav a > span {
        display: block;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: center;
        height: 100%; } }
  #float-nav.fixed a {
    position: fixed; }

/*---------------------------------------------------------
mv
---------------------------------------------------------*/
#mv {
  padding: 4.5rem 0 5.0rem; }
  @media print, screen and (min-width: 768px) {
    #mv {
      position: relative;
      padding: 13.8rem 0; } }
  @media print, screen and (min-width: 768px) {
    #mv .inner {
      position: relative;
      min-height: 45.7rem;
      padding: 0 5.0rem; } }
  @media print, screen and (min-width: 768px) {
    #mv .inner:before {
      position: absolute;
      display: block;
      content: " ";
      background-color: #0068B7;
      border-radius: 10.0rem 0 0 10.0rem;
      width: calc(37.0rem + 50vw - 50%);
      height: 51.6rem;
      top: -13.8rem;
      right: 0;
      margin-right: calc(50% - 50vw); } }
  #mv h1 {
    width: 34.32rem; }
    @media print, screen and (min-width: 768px) {
      #mv h1 {
        width: 48.0rem; } }
  #mv #mv-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.0rem;
    padding: 0 1.5rem; }
    @media print, screen and (min-width: 768px) {
      #mv #mv-box {
        margin-top: 5.5rem;
        padding: 0; } }
    #mv #mv-box #mv-catch {
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.5; }
      @media print, screen and (min-width: 768px) {
        #mv #mv-box #mv-catch {
          font-size: 2.2rem;
          letter-spacing: 0.11em;
          padding-right: 48.0rem; } }
      #mv #mv-box #mv-catch > span {
        position: relative;
        display: block;
        margin-top: 3.5rem;
        font-size: 1.5rem;
        color: #0068B7;
        padding-left: 1.5rem; }
        @media print, screen and (min-width: 768px) {
          #mv #mv-box #mv-catch > span {
            font-size: 2.5rem;
            margin-top: 3.0rem; } }
        #mv #mv-box #mv-catch > span:before {
          position: absolute;
          display: block;
          content: " ";
          background-color: #0068B7;
          border-radius: 100vw;
          width: 0.4rem;
          height: 100%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin-top: 0.05em;
          left: 0; }
    #mv #mv-box #mv-img {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 11.62rem;
      margin-left: 2.0rem; }
      @media print, screen and (min-width: 768px) {
        #mv #mv-box #mv-img {
          position: absolute;
          top: -2.6rem;
          right: 19.4rem;
          width: 22.74rem; } }
      #mv #mv-box #mv-img #mv-start {
        position: absolute;
        top: -5.0rem;
        right: -3.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 9.2rem;
        height: 9.2rem;
        background-color: #E8447E;
        border-radius: 100vw; }
        @media print, screen and (min-width: 768px) {
          #mv #mv-box #mv-img #mv-start {
            top: auto;
            bottom: -5.3rem;
            right: -25.0rem;
            width: 20.0rem;
            height: 20.0rem; } }
        #mv #mv-box #mv-img #mv-start span {
          font-size: 1.6rem;
          font-weight: bold;
          color: #fff;
          text-align: center;
          letter-spacing: -0.05em;
          line-height: 1; }
          @media print, screen and (min-width: 768px) {
            #mv #mv-box #mv-img #mv-start span {
              font-size: 2.6rem;
              letter-spacing: 0.02em; } }
          #mv #mv-box #mv-img #mv-start span small {
            display: block;
            font-size: 1.4rem;
            margin-top: 0.5em; }
            @media print, screen and (min-width: 768px) {
              #mv #mv-box #mv-img #mv-start span small {
                font-size: 2.6rem;
                margin-top: 0.2em; } }

/*---------------------------------------------------------
service
---------------------------------------------------------*/
#service {
  margin-top: 0; }
  @media print, screen and (min-width: 768px) {
    #service ul#service-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 6.0rem; } }
  #service ul#service-list li {
    padding: 4.0rem 0; }
    @media print, screen and (min-width: 768px) {
      #service ul#service-list li {
        position: relative;
        padding: 3.0rem 3.4rem;
        width: calc((100% - 4.0rem) / 3); }
        #service ul#service-list li:before, #service ul#service-list li:after {
          position: absolute;
          display: block;
          content: " "; }
        #service ul#service-list li:before {
          width: 1px;
          height: 100%;
          border-left: 2px dotted #ddd;
          top: 0;
          left: -1.0rem; } }
    @media only screen and (max-width: 767px) {
      #service ul#service-list li:nth-child(n+2) {
        border-top: 2px dotted #ddd; } }
    @media print, screen and (min-width: 768px) {
      #service ul#service-list li:nth-child(n+4) {
        margin-top: 4.0rem; }
        #service ul#service-list li:nth-child(n+4):after {
          width: 100%;
          height: 1px;
          border-top: 2px dotted #ddd;
          top: -2.0rem;
          left: 0; }
      #service ul#service-list li:nth-child(3n+1):before {
        display: none; } }
    #service ul#service-list li .service-list-img {
      display: block;
      width: 10.0rem;
      margin: 0 auto; }
    #service ul#service-list li .service-list-title {
      margin-top: 2.0rem;
      font-size: 2.0rem;
      font-weight: bold;
      color: #E8447E;
      text-align: center;
      line-height: 2.4rem; }
      #service ul#service-list li .service-list-title small {
        display: block;
        font-size: 1.4rem; }
    #service ul#service-list li .service-list-txt {
      margin-top: 2.0rem;
      text-align: center;
      color: #000; }
    #service ul#service-list li a {
      display: block;
      text-decoration: none; }
  @media print, screen and (min-width: 768px) {
    #service .btn-box {
      margin-top: 5.0rem; } }

/*---------------------------------------------------------
terms
---------------------------------------------------------*/
#terms {
  padding: 3.0rem 0; }
  @media print, screen and (min-width: 768px) {
    #terms {
      padding: 10.0rem 0; } }
  #terms .whitebox {
    background-color: #fff;
    border-radius: 1.0rem;
    padding: 4.0rem 2.0rem; }
    @media print, screen and (min-width: 768px) {
      #terms .whitebox {
        padding: 7.0rem 10.0rem; } }
  #terms #terms-box {
    margin-top: 4.0rem; }
    @media print, screen and (min-width: 768px) {
      #terms #terms-box {
        margin-top: 5.0rem; } }
    #terms #terms-box dl {
      padding-bottom: 3.0rem;
      margin-bottom: 3.0rem;
      border-bottom: 1px solid #DDDDDD; }
      @media print, screen and (min-width: 768px) {
        #terms #terms-box dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 5.0rem;
          margin-bottom: 5.0rem; } }
      #terms #terms-box dl dt {
        font-size: 1.8rem;
        font-weight: bold;
        color: #E8447E; }
        @media print, screen and (min-width: 768px) {
          #terms #terms-box dl dt {
            font-size: 2.0rem;
            width: 32.0rem;
            padding-right: 20px; } }
      #terms #terms-box dl dd {
        margin-top: 1.0rem; }
        @media print, screen and (min-width: 768px) {
          #terms #terms-box dl dd {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin: 0; } }
        #terms #terms-box dl dd > a {
          display: inline-block;
          margin-top: 2.0rem; }
        #terms #terms-box dl dd figure {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 3.0rem -0.6rem 0; }
          @media print, screen and (min-width: 768px) {
            #terms #terms-box dl dd figure {
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              margin: 3.0rem -1.0rem 0; } }
          #terms #terms-box dl dd figure > span {
            margin: 0 0.6rem;
            width: 50%; }
            @media print, screen and (min-width: 768px) {
              #terms #terms-box dl dd figure > span {
                width: 21.67rem;
                margin: 0 1.0rem; } }
        #terms #terms-box dl dd .note {
          margin-top: 1.0rem; }
          @media print, screen and (min-width: 768px) {
            #terms #terms-box dl dd .note {
              margin-top: 1.5rem; } }
    #terms #terms-box dl + .note {
      letter-spacing: 0; }

/*---------------------------------------------------------
howto
---------------------------------------------------------*/
#howto ol#howto-list {
  position: relative;
  margin-top: 5.0rem;
  padding-left: 5.0rem;
  padding-bottom: 7.0rem;
  counter-reset: num 0; }
  @media print, screen and (min-width: 768px) {
    #howto ol#howto-list {
      margin: 6.0rem 10.0rem;
      padding-left: 7.5rem;
      padding-bottom: 10.0rem; } }
  #howto ol#howto-list:before {
    position: absolute;
    display: block;
    content: " ";
    border-left: 1px dotted #DDDDDD;
    width: 1px;
    height: 100%;
    top: 0;
    left: 2.0rem; }
    @media print, screen and (min-width: 768px) {
      #howto ol#howto-list:before {
        left: 2.5rem; } }
  #howto ol#howto-list > li:nth-child(n+2) {
    margin-top: 5.7rem; }
    @media print, screen and (min-width: 768px) {
      #howto ol#howto-list > li:nth-child(n+2) {
        margin-top: 6.7rem; } }
  #howto ol#howto-list > li .howto-list-title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #E8447E; }
    @media print, screen and (min-width: 768px) {
      #howto ol#howto-list > li .howto-list-title {
        font-size: 2.2rem; } }
    #howto ol#howto-list > li .howto-list-title:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -5.0rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 4.0rem;
      height: 4.0rem;
      background-color: #E8447E;
      border-radius: 100vw;
      font-size: 2.3rem;
      color: #fff;
      counter-increment: num 1;
      content: counter(num) ""; }
      @media print, screen and (min-width: 768px) {
        #howto ol#howto-list > li .howto-list-title:before {
          left: -7.5rem;
          width: 5.0rem;
          height: 5.0rem; } }
  #howto ol#howto-list > li .howto-list-txt {
    font-weight: 500;
    line-height: 1.4375; }
    @media print, screen and (min-width: 768px) {
      #howto ol#howto-list > li .howto-list-txt {
        font-size: 1.8rem;
        line-height: 1.66667; } }
  #howto ol#howto-list > li .howto-list-box {
    margin-top: 3.0rem;
    padding-right: 5.2rem; }
    @media print, screen and (min-width: 768px) {
      #howto ol#howto-list > li .howto-list-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0; } }
    #howto ol#howto-list > li .howto-list-box .howto-list-img {
      width: 25.2rem; }
      @media print, screen and (min-width: 768px) {
        #howto ol#howto-list > li .howto-list-box .howto-list-img {
          width: 27.0rem; } }
      #howto ol#howto-list > li .howto-list-box .howto-list-img figcaption {
        margin-top: 2.0rem; }
    #howto ol#howto-list > li .howto-list-box .howto-list-txt-box {
      margin-top: 2.0rem; }
      @media print, screen and (min-width: 768px) {
        #howto ol#howto-list > li .howto-list-box .howto-list-txt-box {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-left: 7.0rem;
          margin-top: 5.5rem; } }
      #howto ol#howto-list > li .howto-list-box .howto-list-txt-box .btn-box {
        margin-top: 2.5rem; }
        @media print, screen and (min-width: 768px) {
          #howto ol#howto-list > li .howto-list-box .howto-list-txt-box .btn-box {
            display: inline-block;
            margin-top: 4.0rem; } }
    #howto ol#howto-list > li .howto-list-box .howto-list-scroll {
      position: relative; }
      @media only screen and (max-width: 767px) {
        #howto ol#howto-list > li .howto-list-box .howto-list-scroll {
          width: calc(100% + 5.2rem + 3.0rem);
          padding-bottom: 3.0rem; } }
      @media print, screen and (min-width: 768px) {
        #howto ol#howto-list > li .howto-list-box .howto-list-scroll {
          overflow: visible !important; } }
      #howto ol#howto-list > li .howto-list-box .howto-list-scroll ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #howto ol#howto-list > li .howto-list-box .howto-list-scroll ul li:nth-child(n+2) {
          margin-left: 2.0rem; }
          @media print, screen and (min-width: 768px) {
            #howto ol#howto-list > li .howto-list-box .howto-list-scroll ul li:nth-child(n+2) {
              margin-left: 4.0rem; } }
        @media only screen and (max-width: 767px) {
          #howto ol#howto-list > li .howto-list-box .howto-list-scroll ul li:last-child img {
            margin-right: calc(5.2rem + 3.0rem); } }
      #howto ol#howto-list > li .howto-list-box .howto-list-scroll .ps__scrollbar-x-rail {
        opacity: 1 !important;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        border: 1px solid #0068B7;
        border-radius: 100vw;
        height: 1.2rem; }
        @media print, screen and (min-width: 768px) {
          #howto ol#howto-list > li .howto-list-box .howto-list-scroll .ps__scrollbar-x-rail {
            display: none !important; } }
        #howto ol#howto-list > li .howto-list-box .howto-list-scroll .ps__scrollbar-x-rail .ps__scrollbar-x {
          background-color: #0068B7;
          height: 100%;
          border-radius: 100vw;
          bottom: 0; }
  #howto ol#howto-list > li .howto-list-box + * {
    margin-top: 2.0rem; }
  #howto ol#howto-list > li:last-child .howto-list-txt-box {
    margin-top: 3.0rem; }
  #howto ol#howto-list > li:last-child .howto-list-txt + p {
    margin-top: 1.0rem;
    font-size: 1.4rem;
    color: #777777; }
    @media print, screen and (min-width: 768px) {
      #howto ol#howto-list > li:last-child .howto-list-txt + p {
        margin-top: 2.0rem;
        font-size: 1.6rem; } }
  #howto ol#howto-list > li:last-child ul.howto-banner {
    margin-top: 3.0rem; }
    #howto ol#howto-list > li:last-child ul.howto-banner li:nth-child(n+2) {
      margin-top: 3.0rem; }
    #howto ol#howto-list > li:last-child ul.howto-banner li .howto-banner-title {
      font-size: 1.6rem;
      font-weight: 500;
      margin-bottom: 1.5rem; }
      @media print, screen and (min-width: 768px) {
        #howto ol#howto-list > li:last-child ul.howto-banner li .howto-banner-title {
          font-size: 1.8rem;
          margin-bottom: 1.0rem; } }
    #howto ol#howto-list > li:last-child ul.howto-banner li > a {
      display: inline-block;
      width: 25.2rem; }
      @media print, screen and (min-width: 768px) {
        #howto ol#howto-list > li:last-child ul.howto-banner li > a {
          width: 29.8rem; } }

.underlayer_Mv {
  background-color: #0068B7;
  padding: 80px 30px; }
  @media only screen and (max-width: 767px) {
    .underlayer_Mv {
      padding: 90px 20px; } }
  .underlayer_Mv .mv_inner {
    max-width: 800px;
    margin: auto; }
    .underlayer_Mv .mv_inner .item_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .underlayer_Mv .mv_inner .item_box {
          display: block; } }
      .underlayer_Mv .mv_inner .item_box .logo_area {
        width: 25%; }
        @media only screen and (max-width: 767px) {
          .underlayer_Mv .mv_inner .item_box .logo_area {
            width: 100%; } }
        .underlayer_Mv .mv_inner .item_box .logo_area .logo {
          width: 150px; }
          @media only screen and (max-width: 767px) {
            .underlayer_Mv .mv_inner .item_box .logo_area .logo {
              margin: auto; } }
        .underlayer_Mv .mv_inner .item_box .logo_area .logo_name {
          display: none;
          margin-top: 20px;
          color: #fff;
          text-align: center;
          font-size: 2.4rem; }
          @media only screen and (max-width: 767px) {
            .underlayer_Mv .mv_inner .item_box .logo_area .logo_name {
              display: block; } }
          .underlayer_Mv .mv_inner .item_box .logo_area .logo_name span {
            display: block;
            font-size: 1.4rem; }
      .underlayer_Mv .mv_inner .item_box .txt_area {
        color: #fff;
        width: 75%; }
        .underlayer_Mv .mv_inner .item_box .txt_area h2 {
          font-size: 2.8rem;
          margin-bottom: 30px; }
          .underlayer_Mv .mv_inner .item_box .txt_area h2 span {
            display: block;
            font-size: 1.8rem; }
        .underlayer_Mv .mv_inner .item_box .txt_area .mv_txt {
          margin-bottom: 10px; }

.attention_txt {
  text-indent: -18px;
  padding-left: 18px;
  font-size: 1.4rem;
  margin-top: 10px; }

.attention_txt.other_lang {
  text-indent: -11px;
  padding-left: 11px;
  font-size: 1.4rem;
  margin-top: 10px; }

.mv_sp_btn {
  padding: 30px 0; }

.basic_list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px; }
  .basic_list li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/underlayer/list_dots.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 0; }
    @media print, screen and (min-width: 768px) {
      .basic_list li::before {
        width: .7vw;
        height: .7vw; } }

.terms_br_span {
  display: block;
  font-size: 1.4rem; }
  @media print, screen and (min-width: 768px) {
    .terms_br_span {
      font-size: 1.6rem; } }

.under #howto-list .howto-list-title {
  color: #000 !important;
  font-size: 1.6rem !important;
  font-weight: normal !important; }
  @media print, screen and (min-width: 768px) {
    .under #howto-list .howto-list-title {
      color: #000 !important;
      font-size: 1.6rem !important;
      font-weight: normal !important; } }
  .under #howto-list .howto-list-title::before {
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .under #howto-list .howto-list-title::before {
        top: 25% !important; } }

#language-sec {
  margin: 0px 0 0 0; }

#language-sec.bg-gray {
  margin: 60px 0 0 0; }

#language-sec {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    #language-sec {
      padding: 40px 30px 100px 30px; } }
  #language-sec .inner02 {
    max-width: 900px;
    margin: auto; }
  #language-sec h3 {
    color: #0068B7;
    font-size: 1.6rem;
    margin-bottom: 10px; }
    #language-sec h3 span {
      font-size: 1.4rem; }

.underlayer main {
  margin-bottom: 0 !important; }

.icon_prev {
  margin-top: 10px; }
  .icon_prev span {
    color: #E8447E;
    font-weight: bold;
    margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .icon_prev span {
        display: block; } }
  .icon_prev img {
    width: 25px; }

.title_ire {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px; }
  .title_ire span {
    font-size: 1.4rem; }
    @media only screen and (max-width: 767px) {
      .title_ire span {
        font-size: 1.8rem;
        display: block; } }

.title_ire.top0 {
  margin-top: 0; }

.none_border {
  padding-bottom: 0rem !important;
  margin-bottom: 0rem !important;
  border-bottom: 0 !important; }

.ire_dl dd {
  -webkit-box-flex: inherit !important;
  -ms-flex: inherit !important;
  flex: inherit !important; }
  .ire_dl dd:first-child {
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .ire_dl dd:first-child {
        width: 100%; } }

.dd_img_box {
  width: 290px; }
  @media only screen and (max-width: 767px) {
    .dd_img_box {
      margin: auto; } }

.ire_sec-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #E8447E;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .ire_sec-title {
      font-size: 1.8rem;
      margin-top: 30px;
      margin-bottom: 20px; } }

.sub_title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #E8447E;
  display: block;
  margin-bottom: -50px; }
  @media only screen and (max-width: 767px) {
    .sub_title {
      font-size: 2.0rem; } }

.sub_title.top_add {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .sub_title.top_add {
      margin-top: 40px; } }

.num_none::before {
  color: #E8447E !important; }

.num_ed::before {
  height: 90% !important;
  top: 60px !important; }

.back_top {
  display: none; }

.underlayer .back_top {
  display: block;
  background-color: #E8447E;
  text-align: center; }
  .underlayer .back_top a {
    padding: 16px 0;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none; }

header #header-box #h_logo_ts {
  text-decoration: none; }

.logo_back_top {
  display: none; }

.underlayer .logo_back_top {
  display: block;
  font-size: 1.2rem;
  margin-top: 2px; }

header #header-box #h_logo_ts img {
  width: 8.8rem; }

@media print, screen and (min-width: 768px) {
  header #header-box #h_logo_ts img {
    width: 16.8rem; } }
