@charset "UTF-8";
html {
  font-size: 16px;
  /* ルート要素 */ }
  @media (max-width: 1290px) {
    html {
      font-size: 14px; } }
  @media (max-width: 880px) {
    html {
      font-size: 14px; } }
  @media (max-width: 660px) {
    html {
      font-size: 13px; } }
  html .points_page header .header_in .inner ul.menu li.nav_points,
  html .model_page header .header_in .inner ul.menu li.nav_model,
  html .success_page header .header_in .inner ul.menu li.nav_success,
  html .case_page header .header_in .inner ul.menu li.nav_case,
  html .flow_page header .header_in .inner ul.menu li.nav_flow,
  html .faq_page header .header_in .inner ul.menu li.nav_faq,
  html .seminar_page header .header_in .inner ul.menu li.nav_seminar,
  html .about_page header .header_in .inner ul.menu li.nav_about {
    position: relative; }
    html .points_page header .header_in .inner ul.menu li.nav_points::after,
    html .model_page header .header_in .inner ul.menu li.nav_model::after,
    html .success_page header .header_in .inner ul.menu li.nav_success::after,
    html .case_page header .header_in .inner ul.menu li.nav_case::after,
    html .flow_page header .header_in .inner ul.menu li.nav_flow::after,
    html .faq_page header .header_in .inner ul.menu li.nav_faq::after,
    html .seminar_page header .header_in .inner ul.menu li.nav_seminar::after,
    html .about_page header .header_in .inner ul.menu li.nav_about::after {
      position: absolute;
      width: 85%;
      height: 2px;
      content: "";
      left: 50%;
      right: 50%;
      bottom: 0.5rem;
      background-color: #00ACBA;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transition: all .2s;
      transition: all .2s; }
      @media (max-width: 880px) {
        html .points_page header .header_in .inner ul.menu li.nav_points::after,
        html .model_page header .header_in .inner ul.menu li.nav_model::after,
        html .success_page header .header_in .inner ul.menu li.nav_success::after,
        html .case_page header .header_in .inner ul.menu li.nav_case::after,
        html .flow_page header .header_in .inner ul.menu li.nav_flow::after,
        html .faq_page header .header_in .inner ul.menu li.nav_faq::after,
        html .seminar_page header .header_in .inner ul.menu li.nav_seminar::after,
        html .about_page header .header_in .inner ul.menu li.nav_about::after {
          bottom: 0.2rem; } }
      @media (max-width: 660px) {
        html .points_page header .header_in .inner ul.menu li.nav_points::after,
        html .model_page header .header_in .inner ul.menu li.nav_model::after,
        html .success_page header .header_in .inner ul.menu li.nav_success::after,
        html .case_page header .header_in .inner ul.menu li.nav_case::after,
        html .flow_page header .header_in .inner ul.menu li.nav_flow::after,
        html .faq_page header .header_in .inner ul.menu li.nav_faq::after,
        html .seminar_page header .header_in .inner ul.menu li.nav_seminar::after,
        html .about_page header .header_in .inner ul.menu li.nav_about::after {
          content: none; } }
  html body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
    /* 上下のアニメーション*/
    /*左右のアニメーション*/
    /*中の要素*/
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/ }
    html body.show {
      overflow: hidden; }
    html body * {
      box-sizing: border-box; }
    html body .inner {
      max-width: 75rem;
      margin: 0 auto; }
      html body .inner.medi {
        max-width: 65rem; }
      html body .inner.narrow {
        max-width: 53rem; }
      @media (max-width: 1290px) {
        html body .inner {
          padding: 0 1.0714285714286rem; } }
      @media (max-width: 660px) {
        html body .inner {
          padding: 0 1.1538461538462rem; } }
      html body .inner.scroll_right {
        overflow: hidden; }
        @media (max-width: 400px) {
          html body .inner.scroll_right {
            padding: 0; } }
    html body .cell {
      display: table-cell; }
      html body .cell:first-of-type {
        padding-right: 0.5em; }
    html body .memo {
      background-color: #64A9CB;
      padding: 1rem;
      font-size: 1.25rem;
      color: #fff;
      font-weight: bold;
      text-align: center;
      margin: 2rem 0 1rem 0; }
      html body .memo.sub {
        background-color: #FBAA1A; }
      html body .memo.subject {
        background-color: #9e9e9e; }
      html body .memo.accordion {
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 1rem 4rem; }
        html body .memo.accordion::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f078";
          color: #fff;
          font-weight: 700;
          font-size: 1.25rem;
          right: 0;
          top: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          pointer-events: none;
          height: 100%;
          width: 4rem; }
        html body .memo.accordion span {
          position: absolute;
          content: "";
          left: 2rem;
          top: 50%;
          bottom: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          display: flex;
          align-items: center; }
          html body .memo.accordion span svg {
            height: 2rem;
            width: auto;
            fill: #fff;
            opacity: 0.6; }
        html body .memo.accordion.selected::after {
          content: "\f077"; }
        html body .memo.accordion.icon_none {
          padding: 1rem 4rem 1rem 1rem; }
    html body hr {
      margin: 2rem 0 0 0;
      border: 1px solid; }
      html body hr.orange {
        color: #FBAA1A; }
      html body hr.gray {
        color: #707070; }
      html body hr.dotted {
        border: 1px dotted; }
      html body hr.dashed {
        border: 1px dashed; }
      html body hr.main {
        color: #00ACBA; }
    html body .personsWrap {
      display: block; }
      html body .personsWrap .person {
        display: flex;
        align-items: center;
        padding: 1rem;
        border-bottom: dotted 1px gray; }
        html body .personsWrap .person .detail .position {
          margin-bottom: 0.5rem; }
        html body .personsWrap .person .detail .name {
          font-weight: bold;
          font-size: 1.5rem; }
        html body .personsWrap .person .detail .disc {
          margin-top: 1rem; }
        html body .personsWrap .person figure {
          margin-right: 2rem;
          background-position: center;
          background-size: cover;
          width: 30%;
          max-width: 150px;
          border-radius: 8px; }
          @media (max-width: 660px) {
            html body .personsWrap .person figure {
              max-width: 100px;
              width: 20%; } }
          html body .personsWrap .person figure:after {
            content: "";
            display: block;
            padding-top: 100%; }
    html body .title_block {
      padding: 1rem 0 2rem 0; }
      html body .title_block h2 {
        font-weight: bold;
        font-size: 1.5rem;
        position: relative;
        padding: 0.3rem 0 0.3rem 1rem;
        line-height: 1.5; }
        html body .title_block h2::before {
          position: absolute;
          content: "";
          display: block;
          width: 0.3rem;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #00ACBA; }
        @media (max-width: 1290px) {
          html body .title_block h2 {
            font-size: 1.2857142857143rem; } }
        html body .title_block h2.line_none {
          padding: 0; }
          html body .title_block h2.line_none::before {
            content: none; }
      html body .title_block h3 {
        font-weight: bold;
        font-size: 1.5rem;
        position: relative;
        padding: 0.3rem 0 0.3rem 1rem;
        line-height: 1.5; }
        html body .title_block h3::before {
          position: absolute;
          content: "";
          display: block;
          width: 0.3rem;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #00ACBA; }
        @media (max-width: 1290px) {
          html body .title_block h3 {
            font-size: 1.2857142857143rem; } }
        html body .title_block h3.line_none {
          padding: 0; }
          html body .title_block h3.line_none::before {
            content: none; }
      html body .title_block.center {
        text-align: center; }
        html body .title_block.center h3 {
          padding: 0.3rem 0 0.8rem 0; }
          html body .title_block.center h3::before {
            width: 3rem;
            height: 0.28rem;
            right: 50%;
            left: 50%;
            top: inherit;
            bottom: 0;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transition: all ease 0.5s; }
        html body .title_block.center h2 b {
          margin: 0 auto; }
      html body .title_block.right {
        text-align: right; }
        html body .title_block.right h3 {
          padding: 0.3rem 1rem 0.3rem 0; }
          html body .title_block.right h3::before {
            left: inherit;
            right: 0; }
        html body .title_block.right h2 b {
          margin: 0 0 0 auto; }
      html body .title_block h4 {
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.5; }
        @media (max-width: 1290px) {
          html body .title_block h4 {
            font-size: 1.1428571428571rem; } }
      html body .title_block h1.main_title {
        font-size: 1.25rem; }
      html body .title_block h1, html body .title_block h2 {
        font-weight: bold; }
        html body .title_block h1 p, html body .title_block h1 .p, html body .title_block h2 p, html body .title_block h2 .p {
          font-weight: bold;
          line-height: 1.5;
          font-size: 1.75rem; }
          @media (max-width: 880px) {
            html body .title_block h1 p, html body .title_block h1 .p, html body .title_block h2 p, html body .title_block h2 .p {
              font-size: 1.5714285714286rem; } }
          html body .title_block h1 p.color, html body .title_block h1 .p.color, html body .title_block h2 p.color, html body .title_block h2 .p.color {
            color: #00ACBA; }
        html body .title_block h1.simple p, html body .title_block h1.simple .p, html body .title_block h2.simple p, html body .title_block h2.simple .p {
          font-size: 1.625rem; }
          @media (max-width: 880px) {
            html body .title_block h1.simple p, html body .title_block h1.simple .p, html body .title_block h2.simple p, html body .title_block h2.simple .p {
              font-size: 1.3846153846154rem; } }
        html body .title_block h1.sub p, html body .title_block h1.sub .p, html body .title_block h2.sub p, html body .title_block h2.sub .p {
          font-size: 1rem;
          line-height: 1.8; }
        html body .title_block h1 b, html body .title_block h2 b {
          font-size: 1.125rem;
          padding: 1rem 0;
          display: table; }
          html body .title_block h1 b.color, html body .title_block h2 b.color {
            color: #00ACBA; }
          @media (max-width: 1290px) {
            html body .title_block h1 b, html body .title_block h2 b {
              font-size: 1.0714285714286rem; } }
          @media (max-width: 660px) {
            html body .title_block h1 b, html body .title_block h2 b {
              font-size: 1.0769230769231rem; } }
          html body .title_block h1 b.big, html body .title_block h2 b.big {
            font-size: 4.0625rem;
            padding: 0; }
            @media (max-width: 1290px) {
              html body .title_block h1 b.big, html body .title_block h2 b.big {
                font-size: 3rem; } }
            @media (max-width: 660px) {
              html body .title_block h1 b.big, html body .title_block h2 b.big {
                font-size: 2.3076923076923rem; } }
          html body .title_block h1 b.big_line, html body .title_block h2 b.big_line {
            font-size: 2rem;
            padding: 0; }
            @media (max-width: 1290px) {
              html body .title_block h1 b.big_line, html body .title_block h2 b.big_line {
                font-size: 1.7857142857143rem; } }
          html body .title_block h1 b.pink, html body .title_block h1 b.white, html body .title_block h1 b.gray, html body .title_block h2 b.pink, html body .title_block h2 b.white, html body .title_block h2 b.gray {
            color: #222222;
            padding-left: 1em;
            position: relative;
            z-index: 1; }
            html body .title_block h1 b.pink::after, html body .title_block h1 b.white::after, html body .title_block h1 b.gray::after, html body .title_block h2 b.pink::after, html body .title_block h2 b.white::after, html body .title_block h2 b.gray::after {
              position: absolute;
              display: block;
              width: 3em;
              min-width: 3em;
              height: 3em;
              min-height: 3em;
              content: "";
              bottom: 50%;
              left: 1.5em;
              top: 50%;
              border-radius: 5rem;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -webkit-transition: all ease 0.5s;
              z-index: -1; }
          html body .title_block h1 b.pink::after, html body .title_block h2 b.pink::after {
            background-color: #FFE8E8; }
          html body .title_block h1 b.white::after, html body .title_block h2 b.white::after {
            background-color: #fff; }
          html body .title_block h1 b.gray::after, html body .title_block h2 b.gray::after {
            background-color: #F7F0F0; }
    html body br.pc {
      display: none; }
      @media (max-width: 1290px) {
        html body br.pc {
          display: inline-block; } }
    html body br.tb {
      display: none; }
      @media (max-width: 880px) {
        html body br.tb {
          display: inline-block; } }
    html body br.sp {
      display: none; }
      @media (max-width: 660px) {
        html body br.sp {
          display: inline-block; } }
    html body br.sp_s {
      display: none; }
      @media (max-width: 400px) {
        html body br.sp_s {
          display: inline-block; } }
    @media (max-width: 660px) {
      html body br.sp_none {
        display: none; } }
    @media (max-width: 880px) {
      html body br.tb_none {
        display: none; } }
    html body .a_btn_flex {
      display: flex;
      justify-content: center;
      padding: 2rem 0; }
      @media (max-width: 660px) {
        html body .a_btn_flex {
          flex-wrap: wrap; } }
      html body .a_btn_flex .btn {
        text-decoration: none;
        font-weight: 700;
        width: 100%;
        max-width: 23rem;
        margin: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #00ACBA;
        color: #fff;
        padding: 1rem;
        border-radius: 0.2rem;
        font-size: 1.25rem; }
        html body .a_btn_flex .btn.red {
          background-color: #DA4A15; }
        html body .a_btn_flex .btn.red2 {
          background-color: #F24A57; }
        html body .a_btn_flex .btn.btn-back {
          background-color: #707070; }
        @media (max-width: 660px) {
          html body .a_btn_flex .btn {
            margin-top: 1rem;
            font-size: 1.1538461538462rem; }
            html body .a_btn_flex .btn:first-of-type {
              margin-top: 0; } }
        html body .a_btn_flex .btn:disabled {
          opacity: 0.3; }
      html body .a_btn_flex.mini {
        padding: 0; }
        html body .a_btn_flex.mini .btn {
          max-width: inherit;
          margin: 0;
          width: auto;
          font-size: 1rem;
          padding: 0.5rem 1.5rem; }
      html body .a_btn_flex.left {
        justify-content: flex-start; }
        @media (max-width: 660px) {
          html body .a_btn_flex.left {
            justify-content: center;
            flex-wrap: wrap; } }
        html body .a_btn_flex.left .btn {
          margin-left: 0; }
          @media (max-width: 660px) {
            html body .a_btn_flex.left .btn {
              margin: 0 1rem; } }
      html body .a_btn_flex.right {
        justify-content: flex-end; }
        @media (max-width: 660px) {
          html body .a_btn_flex.right {
            justify-content: center;
            flex-wrap: wrap; } }
        html body .a_btn_flex.right .btn {
          margin-right: 0; }
          @media (max-width: 660px) {
            html body .a_btn_flex.right .btn {
              margin: 0 1rem; } }
    html body .a_btn_next.center {
      text-align: center; }
    html body .a_btn_next.right {
      text-align: right; }
    html body .a_btn_next .btn {
      text-decoration: none;
      display: block;
      padding: 1rem 0;
      font-weight: 700;
      color: #00ACBA; }
      @media (max-width: 660px) {
        html body .a_btn_next .btn {
          padding: 0.5rem 0 1rem 0; } }
      html body .a_btn_next .btn span {
        position: relative;
        padding-right: 2.5rem; }
        html body .a_btn_next .btn span::after {
          content: "〉";
          position: absolute;
          bottom: 50%;
          right: 0.5rem;
          top: 50%;
          height: 100%;
          display: flex;
          align-items: center;
          border-radius: 5rem;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s; }
      html body .a_btn_next .btn:hover span::after {
        right: 0; }
    html body .a_btn_circle {
      padding: 1rem 0; }
      html body .a_btn_circle.center {
        text-align: center; }
      html body .a_btn_circle.right {
        text-align: right; }
      html body .a_btn_circle .btn {
        text-decoration: none;
        color: #00ACBA;
        display: block;
        padding: 1rem 0; }
        html body .a_btn_circle .btn span {
          position: relative;
          z-index: 1;
          display: inline-block;
          padding-right: 7em;
          font-weight: 700; }
          html body .a_btn_circle .btn span::after {
            position: absolute;
            display: block;
            width: 4em;
            height: 4em;
            min-width: 4em;
            min-height: 4em;
            background-color: #00ACBA;
            content: "";
            bottom: 50%;
            right: 0;
            top: 50%;
            border-radius: 5rem;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transition: all ease 0.5s;
            z-index: 2; }
          html body .a_btn_circle .btn span::before {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 4em;
            height: 4em;
            min-width: 4em;
            min-height: 4em;
            z-index: 3;
            content: url("../img/right.svg");
            vertical-align: middle;
            color: #fff;
            bottom: 50%;
            right: 0;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transition: all ease 0.5s; }
        html body .a_btn_circle .btn:hover span::after {
          right: -0.5rem; }
        html body .a_btn_circle .btn:hover span::before {
          right: -0.5rem; }
    html body .areaTag {
      display: table-cell;
      padding-top: 1rem; }
      html body .areaTag li {
        background-color: #fff;
        color: #707070;
        border: 1px solid #707070;
        font-size: 0.75rem;
        padding: 0.3rem;
        line-height: 1;
        display: inline-block;
        text-align: center;
        min-width: 5em;
        margin-right: 0.3rem;
        margin-top: 0.3rem;
        font-weight: 700; }
        html body .areaTag li.gray {
          background-color: #707070;
          color: #fff; }
        html body .areaTag li.pink {
          background-color: #FDAFC4;
          color: #fff;
          border-color: #FDAFC4; }
        html body .areaTag li.orange {
          background-color: #FBAA1A;
          color: #fff;
          border-color: #FBAA1A; }
    html body .font_border_yellow {
      display: inline-table;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #EBFF00 50%) no-repeat left;
      background-size: 0 100%;
      display: inline;
      transition: all ease-in-out 1s; }
      html body .font_border_yellow.animated {
        background-size: 100% 100%; }
    html body #seminarList {
      display: block; }
      html body #seminarList .seminarList {
        margin-top: 2rem;
        flex-wrap: wrap;
        justify-content: space-between; }
        html body #seminarList .seminarList article {
          display: flex;
          align-items: center;
          width: 100%;
          padding: 2rem 1rem;
          border-top: 1px dotted grey; }
          @media (max-width: 660px) {
            html body #seminarList .seminarList article {
              padding: 2rem 0.5rem; } }
          html body #seminarList .seminarList article:last-of-type {
            border-bottom: 1px dotted grey; }
          html body #seminarList .seminarList article .data {
            display: flex;
            flex-wrap: wrap;
            width: 70%; }
            html body #seminarList .seminarList article .data .addTitle {
              width: 100%;
              font-size: 100%;
              font-weight: bold;
              padding-top: 0.5rem; }
            @media (max-width: 660px) {
              html body #seminarList .seminarList article .data {
                flex-wrap: wrap; } }
            html body #seminarList .seminarList article .data dl {
              width: calc(33% - 2rem);
              margin-right: 2rem; }
              @media (max-width: 660px) {
                html body #seminarList .seminarList article .data dl {
                  width: 100%; } }
              html body #seminarList .seminarList article .data dl dt {
                font-size: 70%; }
                @media (max-width: 660px) {
                  html body #seminarList .seminarList article .data dl dt {
                    width: 5em;
                    min-width: 5em; } }
              html body #seminarList .seminarList article .data dl dd {
                font-weight: bold; }
              @media (max-width: 660px) {
                html body #seminarList .seminarList article .data dl {
                  width: 100%;
                  display: flex;
                  align-items: center;
                  padding-bottom: 0.5rem; }
                  html body #seminarList .seminarList article .data dl:last-of-type {
                    padding-bottom: 0; } }
              html body #seminarList .seminarList article .data dl:first-of-type dd {
                white-space: nowrap; }
          html body #seminarList .seminarList article a {
            width: 30%;
            border-radius: 5px;
            background-color: #F24A57;
            text-align: center;
            justify-content: center;
            align-items: center;
            display: flex;
            font-weight: bold;
            color: white;
            min-height: 4rem;
            padding: 1rem 0; }
            html body #seminarList .seminarList article a.close {
              pointer-events: none;
              background-color: #707070; }
        html body #seminarList .seminarList:after, html body #seminarList .seminarList:before {
          content: "";
          display: block;
          width: 48%;
          order: 999; }
    html body section {
      padding: 2.5rem 0; }
      html body section.newSingleTitle .tab div {
        border-radius: 5px;
        color: white;
        padding: 1rem;
        display: table;
        margin: auto;
        font-weight: bold; }
        html body section.newSingleTitle .tab div.pink {
          background-color: #FF7170; }
        html body section.newSingleTitle .tab div.orange {
          background-color: #FBAA1A; }
      html body section.newSingleTitle h1 {
        text-align: center;
        font-weight: bold;
        font-size: 2.25rem;
        padding: 1rem; }
      html body section.section_radius {
        padding: 3rem 0; }
        html body section.section_radius .section_inner {
          border-radius: 1rem;
          padding: 2rem 2.5rem;
          background-color: #fff;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3); }
          @media (max-width: 660px) {
            html body section.section_radius .section_inner {
              padding: 2rem 1.25rem; }
              html body section.section_radius .section_inner .inner {
                padding: 0 0.5rem; } }
          html body section.section_radius .section_inner.flow {
            padding: 0 0 2rem 0;
            border-radius: 0; }
            @media (max-width: 660px) {
              html body section.section_radius .section_inner.flow {
                padding: 0; } }
          html body section.section_radius .section_inner.number {
            padding: 3rem 0 2rem 0; }
            @media (max-width: 660px) {
              html body section.section_radius .section_inner.number {
                padding: 2rem 0; } }
      html body section.back_white {
        background-color: #fff; }
      html body section.back_light_blue {
        background-color: #E4F8FA; }
        html body section.back_light_blue .section_inner {
          box-shadow: none; }
      html body section.back_light_orange {
        background-color: #FFF2C7; }
        html body section.back_light_orange .section_inner {
          box-shadow: none; }
      html body section.back_light_gray {
        background-color: #FAFAFA; }
        html body section.back_light_gray .section_inner {
          box-shadow: none; }
      html body section.back_light_green {
        background-color: #E1EADC; }
        html body section.back_light_green .section_inner {
          box-shadow: none; }
      html body section.back_bubble {
        position: relative;
        overflow: hidden; }
        html body section.back_bubble .bubble {
          position: absolute;
          content: "";
          pointer-events: none;
          z-index: 1;
          display: flex;
          align-items: flex-end;
          justify-content: center;
          width: 112%;
          height: 100%;
          bottom: -40%;
          left: 50%;
          right: 50%;
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          overflow: hidden; }
          @media (min-width: 1900px) {
            html body section.back_bubble .bubble {
              width: 100%;
              bottom: -30%; } }
          @media (max-width: 1290px) {
            html body section.back_bubble .bubble {
              bottom: -30%; } }
          @media (max-width: 880px) {
            html body section.back_bubble .bubble {
              bottom: -20%; } }
          @media (max-width: 660px) {
            html body section.back_bubble .bubble {
              bottom: -5%; } }
          html body section.back_bubble .bubble img {
            width: 100%;
            height: auto; }
            @media (min-width: 1900px) {
              html body section.back_bubble .bubble img {
                width: auto; } }
        html body section.back_bubble .inner {
          position: relative;
          z-index: 2; }
      html body section.back_document {
        padding: 6rem 0;
        background-image: url("../img/img005.jpg");
        background-size: cover; }
        @media (max-width: 660px) {
          html body section.back_document {
            background-position: top right 70%; } }
        html body section.back_document .inner_filter {
          position: relative;
          z-index: 4;
          max-width: 65rem;
          margin: 0 auto;
          padding: 2rem 3.5rem;
          overflow: hidden;
          border-radius: 1rem; }
          @media (max-width: 660px) {
            html body section.back_document .inner_filter {
              padding: 1rem 0; }
              html body section.back_document .inner_filter .title_block {
                padding: 0 1rem 1rem 1rem; } }
          html body section.back_document .inner_filter::after {
            position: absolute;
            content: "";
            display: block;
            -webkit-backdrop-filter: blur(7px) brightness(120%);
            backdrop-filter: blur(7px) brightness(120%);
            z-index: 2;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
          html body section.back_document .inner_filter::before {
            position: absolute;
            content: "";
            display: block;
            background-color: #fff;
            opacity: 0.6;
            z-index: 3;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
          html body section.back_document .inner_filter .inner_filter_in {
            position: relative;
            z-index: 4; }
      html body section.back_3point {
        background-image: url("../img/img001.jpg");
        background-size: cover;
        background-position: top 10% right 10%; }
        @media (min-width: 1900px) {
          html body section.back_3point {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative; }
            html body section.back_3point::after {
              display: block;
              position: absolute;
              content: "";
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(to left, #83C4DA 50%, #A7D9F0 50%);
              z-index: -1; } }
        @media (max-width: 880px) {
          html body section.back_3point {
            background-position: bottom 30% right 18%;
            background-image: url("../img/img001_sp.jpg"); } }
        @media (max-width: 400px) {
          html body section.back_3point {
            background-position: bottom 18% right 21%; } }
        html body section.back_3point.juku {
          background-image: url("../img/img001_juku.jpg"); }
          @media (min-width: 1900px) {
            html body section.back_3point.juku::after {
              background: linear-gradient(to left, #314B45 50%, #4F807D 50%); } }
          @media (max-width: 880px) {
            html body section.back_3point.juku {
              background-image: url("../img/img001_juku_sp.jpg"); } }
          html body section.back_3point.juku .text b {
            color: #fff; }
            html body section.back_3point.juku .text b .font_border_yellow {
              background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #FF9898 50%) no-repeat left;
              background-size: 0 100%;
              transition: all ease-in-out 1s; }
              html body section.back_3point.juku .text b .font_border_yellow.animated {
                background-size: 100% 100%; }
      html body section.back_merit {
        background-image: url("../img/img002.jpg");
        background-size: cover;
        position: relative;
        background-position: top left 20%; }
        @media (min-width: 1900px) {
          html body section.back_merit {
            background-size: auto;
            background-position: bottom 63% left 0%;
            background-repeat: no-repeat; } }
        @media (max-width: 1290px) {
          html body section.back_merit {
            background-position: top left 22%; } }
        @media (max-width: 660px) {
          html body section.back_merit {
            background-position: top left 28%; } }
        html body section.back_merit:after {
          position: absolute;
          content: "";
          display: block;
          background-color: #CCCCCC;
          opacity: 0.25;
          z-index: 2;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        html body section.back_merit .inner {
          position: relative;
          z-index: 3; }
      html body section.back_room {
        background-image: url("../img/back002.jpg");
        background-size: cover;
        position: relative; }
        html body section.back_room::after {
          position: absolute;
          content: "";
          display: block;
          -webkit-backdrop-filter: blur(7px) brightness(120%);
          backdrop-filter: blur(7px) brightness(120%);
          z-index: 2;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        html body section.back_room::before {
          position: absolute;
          content: "";
          display: block;
          background-color: #fff;
          opacity: 0.5;
          z-index: 3;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        html body section.back_room .inner {
          position: relative;
          z-index: 4; }
    html body .color_btn {
      transition: all ease 0.2s; }
      html body .color_btn:hover {
        opacity: 0.8; }
    html body .form_covor {
      padding: 2rem 0 1rem 0;
      background-color: #F0F0F0; }
    html body .section_text b {
      display: block;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.8; }
      html body .section_text b span {
        font-size: 1rem;
        font-weight: 700; }
    html body .form_content p {
      font-size: 0.8125rem;
      padding: 0.5rem 0; }
      html body .form_content p a {
        color: #00ACBA;
        text-decoration: underline; }
    html body .form_content.form_section {
      margin-bottom: 3rem; }
      html body .form_content.form_section section {
        border-bottom: 1px dotted #707070; }
        html body .form_content.form_section section:last-of-type {
          border: none; }
        html body .form_content.form_section section .a_btn_flex {
          padding: 2rem 0; }
    html body .form_content button, html body .form_content input, html body .form_content select, html body .form_content textarea {
      background: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 100%;
      font-family: inherit;
      border-radius: 0;
      color: #333333; }
    html body .form_content .label-danger {
      background-color: #DA4A15;
      color: #fff;
      padding: 0.2rem 0.3rem;
      margin-left: 0.5rem;
      font-size: 0.75rem;
      white-space: nowrap;
      border-radius: 0.2rem;
      display: inline; }
    html body .form_content form dl {
      display: flex;
      padding: 0.5rem 0; }
      @media (max-width: 660px) {
        html body .form_content form dl {
          flex-wrap: wrap; } }
      html body .form_content form dl dt {
        font-size: 1rem;
        padding: 0.8rem;
        width: 30%;
        display: flex;
        align-items: center; }
        @media (max-width: 660px) {
          html body .form_content form dl dt {
            width: 100%;
            padding: 0.8rem 0 0 0; } }
        html body .form_content form dl dt .dt_wrap {
          width: 100%;
          display: table-cell; }
          @media (max-width: 880px) {
            html body .form_content form dl dt .dt_wrap {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: flex-start; }
              html body .form_content form dl dt .dt_wrap .label-danger {
                margin-left: 0;
                margin-top: 0.3rem;
                padding: 0 0.3rem; } }
          @media (max-width: 660px) {
            html body .form_content form dl dt .dt_wrap {
              display: table-cell; }
              html body .form_content form dl dt .dt_wrap .label-danger {
                margin-left: 0.5rem;
                margin-top: 0;
                padding: 0.2rem 0.3rem; } }
      html body .form_content form dl dd {
        padding: 0.8rem;
        width: 70%; }
        @media (max-width: 660px) {
          html body .form_content form dl dd {
            width: 100%;
            padding: 0.8rem 0 1rem 0; } }
        html body .form_content form dl dd input {
          width: 100%;
          background-color: #fff;
          padding: 0.8rem;
          font-size: 1rem;
          border: 1px solid #707070;
          line-height: 1; }
          html body .form_content form dl dd input:read-only {
            background-color: #F0F0F0;
            pointer-events: none; }
          html body .form_content form dl dd input::placeholder {
            color: #707070;
            opacity: 0.4; }
          @media (max-width: 1290px) {
            html body .form_content form dl dd input {
              font-size: 1.1428571428571rem; } }
        html body .form_content form dl dd .col-sm-7 {
          display: flex; }
          html body .form_content form dl dd .col-sm-7 input {
            border-right: none; }
          html body .form_content form dl dd .col-sm-7 .input-group-btn {
            display: inline-block;
            height: auto;
            width: 3.5rem;
            background-color: #00ACBA;
            border: 1px solid #707070;
            border-left: 1px solid #00ACBA; }
            html body .form_content form dl dd .col-sm-7 .input-group-btn button {
              display: block;
              width: 100%;
              height: 100%; }
              html body .form_content form dl dd .col-sm-7 .input-group-btn button .glyphicon-search {
                display: block;
                width: 100%;
                height: 100%;
                position: relative; }
                html body .form_content form dl dd .col-sm-7 .input-group-btn button .glyphicon-search::before {
                  position: absolute;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  font-family: "Font Awesome 5 Free";
                  content: "\f002";
                  color: #fff;
                  font-weight: 700;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0;
                  font-size: 1rem;
                  pointer-events: none; }
        html body .form_content form dl dd .check_block {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          html body .form_content form dl dd .check_block::after {
            display: block;
            width: calc( (100% - 1.4rem) / 3);
            content: "";
            order: 999; }
            @media (max-width: 880px) {
              html body .form_content form dl dd .check_block::after {
                width: calc( (100% - 0.8rem) / 2); } }
          html body .form_content form dl dd .check_block input {
            display: none; }
          html body .form_content form dl dd .check_block label {
            width: calc( (100% - 1.4rem) / 3);
            background-color: #fff;
            padding: 1rem 2.3rem 1rem 0.8rem;
            font-size: 1rem;
            margin-bottom: 0.8rem;
            border: 1px solid #00ACBA;
            line-height: 1;
            border-radius: 0.3rem;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            @media (max-width: 1290px) {
              html body .form_content form dl dd .check_block label {
                font-size: 1.1428571428571rem; } }
            @media (max-width: 880px) {
              html body .form_content form dl dd .check_block label {
                width: calc( (100% - 0.8rem) / 2); } }
          html body .form_content form dl dd .check_block input:checked + label {
            background-color: #00ACBA;
            color: #fff;
            position: relative; }
            html body .form_content form dl dd .check_block input:checked + label::after {
              font-family: "Font Awesome 5 Free";
              content: "\f00c";
              position: absolute;
              color: #fff;
              font-size: 1rem;
              pointer-events: none;
              top: 0;
              right: 0.8rem;
              bottom: 0;
              padding-left: 0.5rem;
              font-weight: bold;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center; }
          html body .form_content form dl dd .check_block.column_2::after {
            width: calc( (100% - 1rem) / 2); }
            @media (max-width: 880px) {
              html body .form_content form dl dd .check_block.column_2::after {
                width: 100%; } }
          html body .form_content form dl dd .check_block.column_2 label {
            width: calc( (100% - 1rem) / 2); }
            @media (max-width: 880px) {
              html body .form_content form dl dd .check_block.column_2 label {
                width: 100%; } }
          html body .form_content form dl dd .check_block.column_1::after {
            width: 100%; }
          html body .form_content form dl dd .check_block.column_1 label {
            width: 100%; }
        html body .form_content form dl dd .check_square input {
          display: none; }
        html body .form_content form dl dd .check_square label {
          display: block;
          padding: 1rem 0;
          margin-left: 2em;
          position: relative; }
          html body .form_content form dl dd .check_square label::before {
            left: -2em;
            position: absolute;
            content: "";
            height: 1.5em;
            width: 1.5em;
            display: block;
            background-color: #fff;
            border: 1px solid #707070; }
          html body .form_content form dl dd .check_square label a {
            color: #00ACBA;
            text-decoration: underline; }
            html body .form_content form dl dd .check_square label a:hover {
              text-decoration: none; }
        html body .form_content form dl dd .check_square input:checked + label::before {
          background-color: #00ACBA;
          border: 1px solid #00ACBA; }
        html body .form_content form dl dd .check_square input:checked + label::after {
          content: "";
          display: block;
          position: absolute;
          border-left: 2px solid #fff;
          border-bottom: 2px solid #fff;
          width: 10px;
          height: 6px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          left: -1.6rem;
          top: 1.45rem; }
        html body .form_content form dl dd .datepicker_wrap {
          width: 100%;
          position: relative; }
          html body .form_content form dl dd .datepicker_wrap input {
            padding-right: 2.5rem; }
          html body .form_content form dl dd .datepicker_wrap::after {
            font-family: "Font Awesome 5 Free";
            content: "\f073";
            position: absolute;
            color: #00ACBA;
            font-size: 1.5rem;
            pointer-events: none;
            top: 0;
            right: 0.8rem;
            bottom: 0;
            padding-left: 0.5rem;
            font-weight: bold;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
        html body .form_content form dl dd .select_mark {
          position: relative;
          width: 100%; }
          html body .form_content form dl dd .select_mark::after {
            font-family: "Font Awesome 5 Free";
            content: "\f0d7";
            position: absolute;
            color: #00ACBA;
            font-size: 1rem;
            pointer-events: none;
            top: 0;
            right: 1rem;
            bottom: 0;
            padding-left: 0.5rem;
            font-weight: bold;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
          html body .form_content form dl dd .select_mark select {
            width: 100%;
            background-color: #fff;
            padding: 1rem 2.5rem 1rem 0.8rem;
            font-size: 1rem;
            border: 1px solid #707070; }
            html body .form_content form dl dd .select_mark select::placeholder {
              color: #707070;
              opacity: 0.4; }
            @media (max-width: 1290px) {
              html body .form_content form dl dd .select_mark select {
                font-size: 1.1428571428571rem; } }
        html body .form_content form dl dd textarea {
          font-family: '游ゴシック',YuGothic,sans-serif;
          width: 100%;
          background-color: #fff;
          padding: 1rem;
          font-size: 1rem;
          height: 7em;
          border: 1px solid #707070; }
          html body .form_content form dl dd textarea::placeholder {
            color: #707070;
            opacity: 0.4; }
          @media (max-width: 1290px) {
            html body .form_content form dl dd textarea {
              font-size: 1.1428571428571rem; } }
          @media (max-width: 880px) {
            html body .form_content form dl dd textarea {
              width: 100%; } }
        html body .form_content form dl dd .entry_block {
          position: relative;
          display: inline-block;
          overflow: hidden;
          border: 1px solid #707070;
          width: 100%;
          max-width: 10em; }
          @media (max-width: 880px) {
            html body .form_content form dl dd .entry_block {
              position: static;
              display: flex;
              padding-right: 0;
              max-width: 14em; } }
          html body .form_content form dl dd .entry_block .input-group-btn {
            background-color: #F0F0F0;
            border-left: 1px solid #707070;
            width: 2rem;
            position: absolute;
            content: "";
            bottom: 0;
            right: 0;
            height: 50%; }
            @media (max-width: 880px) {
              html body .form_content form dl dd .entry_block .input-group-btn {
                width: 7rem;
                position: static;
                display: block;
                height: auto; } }
            html body .form_content form dl dd .entry_block .input-group-btn button {
              display: block;
              width: 100%;
              height: 100%;
              position: relative; }
              html body .form_content form dl dd .entry_block .input-group-btn button::after {
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: "Font Awesome 5 Free";
                content: "\f068";
                color: #00ACBA;
                font-weight: 700;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                font-size: 1rem;
                pointer-events: none; }
            html body .form_content form dl dd .entry_block .input-group-btn.up {
              top: 0;
              border-bottom: 1px solid #707070; }
              @media (max-width: 880px) {
                html body .form_content form dl dd .entry_block .input-group-btn.up {
                  border-bottom: none; } }
              html body .form_content form dl dd .entry_block .input-group-btn.up button::after {
                content: "\2b";
                font-size: 1.4rem;
                top: -1px; }
          html body .form_content form dl dd .entry_block input {
            width: 100%;
            padding-right: 2rem;
            border: none; }
            @media (max-width: 880px) {
              html body .form_content form dl dd .entry_block input {
                padding: 0.8rem; } }
        html body .form_content form dl dd.medi input, html body .form_content form dl dd.medi .select_mark, html body .form_content form dl dd.medi .datepicker_wrap, html body .form_content form dl dd.medi textarea {
          max-width: 28rem; }
        html body .form_content form dl dd.mini input, html body .form_content form dl dd.mini .select_mark, html body .form_content form dl dd.mini .datepicker_wrap, html body .form_content form dl dd.mini textarea {
          max-width: 16rem; }
      html body .form_content form dl.dd_width {
        display: block;
        padding: 0; }
        html body .form_content form dl.dd_width dt {
          display: none; }
        html body .form_content form dl.dd_width dd {
          width: 100%;
          padding: 0.6rem 0; }
          @media (max-width: 660px) {
            html body .form_content form dl.dd_width dd {
              padding: 0.6rem 0; } }
          html body .form_content form dl.dd_width dd.column_2 {
            display: flex;
            justify-content: space-between; }
            html body .form_content form dl.dd_width dd.column_2 input {
              width: calc( (100% - 1rem) / 2); }
    html body .form_content form .a_btn_flex {
      padding: 0.3rem 0; }
    html body header .header_news {
      padding: 0.5rem 0;
      background-color: #00ACBA; }
      html body header .header_news p {
        color: #fff;
        text-align: center;
        font-size: 0.8125rem; }
        @media (max-width: 690px) {
          html body header .header_news p {
            font-size: 0.84615384615385rem; } }
        html body header .header_news p a {
          color: #fff; }
    html body header .header_in {
      padding: 0.8rem 0; }
      @media (max-width: 690px) {
        html body header .header_in {
          position: relative; } }
      html body header .header_in .inner {
        display: flex;
        justify-content: space-between;
        max-width: 100rem;
        padding: 0 0.9375rem; }
        @media (max-width: 1400px) {
          html body header .header_in .inner {
            flex-wrap: wrap; } }
        html body header .header_in .inner .header_logo {
          display: flex;
          align-items: center;
          width: 16.25rem;
          position: relative;
          z-index: 230; }
          @media (max-width: 690px) {
            html body header .header_in .inner .header_logo {
              width: 12rem; } }
          html body header .header_in .inner .header_logo a {
            display: block; }
            html body header .header_in .inner .header_logo a .img_box {
              width: 100%; }
              html body header .header_in .inner .header_logo a .img_box img {
                width: 100%;
                height: auto; }
        html body header .header_in .inner .header_menu {
          display: flex;
          margin: 0 0 0 auto; }
          @media (max-width: 1400px) {
            html body header .header_in .inner .header_menu {
              width: 100%;
              order: 999;
              justify-content: flex-end;
              padding: 1rem 0 0 0; } }
          @media (max-width: 690px) {
            html body header .header_in .inner .header_menu {
              display: none; } }
        @media (max-width: 690px) {
          html body header .header_in .inner .header_document {
            padding-right: 3.6em; }
            html body header .header_in .inner .header_document ul.menu li {
              border: none; } }
        @media (max-width: 400px) {
          html body header .header_in .inner .header_document {
            display: none; } }
        html body header .header_in .inner ul.menu {
          display: flex;
          align-items: center;
          height: 100%;
          font-size: 14px;}
          html body header .header_in .inner ul.menu li {
            cursor: pointer;
            height: 100%;
            border-left: 1px solid #CCCCCC;
            position: relative; }
            @media (max-width: 880px) {
              html body header .header_in .inner ul.menu li {
                font-size: 0.88rem; } }
            @media (max-width: 690px) {
              html body header .header_in .inner ul.menu li {
                font-size: 1rem; } }
            html body header .header_in .inner ul.menu li:first-of-type {
              border-left: none; }
            html body header .header_in .inner ul.menu li a {
              padding: 0.8rem; }
              @media (max-width: 880px) {
                html body header .header_in .inner ul.menu li a {
                  padding: 0.5rem; } }
            @media (max-width: 690px) {
              html body header .header_in .inner ul.menu li {
                border-left: none; } }
            html body header .header_in .inner ul.menu li:last-of-type {
              border-left: none; }
            html body header .header_in .inner ul.menu li::after {
              position: absolute;
              width: 0;
              height: 2px;
              content: "";
              left: 50%;
              right: 50%;
              bottom: 0.5rem;
              background-color: #00ACBA;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -webkit-transition: all .2s;
              transition: all .2s; }
              @media (max-width: 880px) {
                html body header .header_in .inner ul.menu li::after {
                  bottom: 0.2rem; } }
            @media (max-width: 690px) {
              html body header .header_in .inner ul.menu li {
                position: static; }
                html body header .header_in .inner ul.menu li::after {
                  content: none; } }
            @media (max-width: 690px) {
              html body header .header_in .inner ul.menu li {
                padding: 0.3rem 0;
                border-bottom: 1px solid #707070; } }
            html body header .header_in .inner ul.menu li .accordion {
              pointer-events: none;
              padding: 0.8rem; }
              @media (max-width: 880px) {
                html body header .header_in .inner ul.menu li .accordion {
                  padding: 0.5rem; } }
              @media (max-width: 690px) {
                html body header .header_in .inner ul.menu li .accordion {
                  pointer-events: auto;
                  position: relative; }
                  html body header .header_in .inner ul.menu li .accordion::after {
                    position: absolute;
                    content: "";
                    display: block;
                    pointer-events: none;
                    margin: 0 auto;
                    top: 50%;
                    bottom: 50%;
                    right: 1rem;
                    width: 0.8rem;
                    height: 2px;
                    background-color: #707070;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%); }
                  html body header .header_in .inner ul.menu li .accordion::before {
                    position: absolute;
                    content: "";
                    display: block;
                    pointer-events: none;
                    top: 50%;
                    bottom: 50%;
                    right: 1.65rem;
                    width: 2px;
                    height: 0.8rem;
                    background-color: #707070;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%); }
                  html body header .header_in .inner ul.menu li .accordion.selected::before {
                    content: none; } }
            html body header .header_in .inner ul.menu li .accordion_in {
              display: none; }
              @media (max-width: 690px) {
                html body header .header_in .inner ul.menu li .accordion_in {
                  border-top: 1px dotted #707070;
                  margin-top: 0.5rem;
                  padding-top: 0.5rem; } }
              html body header .header_in .inner ul.menu li .accordion_in ul {
                width: 100%; }
                html body header .header_in .inner ul.menu li .accordion_in ul li {
                  margin-left: 0;
                  cursor: auto;
                  font-size: 0.875rem;
                  border: none;
                  border-top: 1px dotted #707070; }
                  html body header .header_in .inner ul.menu li .accordion_in ul li::after {
                    content: none; }
                  html body header .header_in .inner ul.menu li .accordion_in ul li:first-of-type {
                    border: none; }
                  @media (max-width: 690px) {
                    html body header .header_in .inner ul.menu li .accordion_in ul li {
                      border: none;
                      margin: 0.2rem 0; } }
                  html body header .header_in .inner ul.menu li .accordion_in ul li a {
                    display: block;
                    padding: 1rem 2.5rem 1rem 1rem;
                    position: relative;
                    color: #333333; }
                    html body header .header_in .inner ul.menu li .accordion_in ul li a::after {
                      right: 1rem;
                      top: 0;
                      bottom: 0;
                      content: "\f054";
                      font-family: "Font Awesome 5 Free";
                      font-weight: bold;
                      pointer-events: none;
                      position: absolute;
                      margin: auto;
                      color: #00ACBA;
                      display: -webkit-box;
                      display: -webkit-flex;
                      display: -ms-flexbox;
                      display: flex;
                      -webkit-box-pack: center;
                      -webkit-justify-content: center;
                      -ms-flex-pack: center;
                      justify-content: center;
                      -webkit-box-align: center;
                      -webkit-align-items: center;
                      -ms-flex-align: center;
                      align-items: center;
                      font-size: 0.875rem;
                      -webkit-transition: all ease 0.5s;
                      transition: all ease 0.5s; }
                    html body header .header_in .inner ul.menu li .accordion_in ul li a:hover::after {
                      right: 0.5rem; }
                    @media (max-width: 690px) {
                      html body header .header_in .inner ul.menu li .accordion_in ul li a {
                        padding: 0.3rem 1.1538461538462rem;
                        position: static; }
                        html body header .header_in .inner ul.menu li .accordion_in ul li a::after {
                          content: none; } }
              html body header .header_in .inner ul.menu li .accordion_in.width .sub_block {
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: space-between;
                width: 100%; }
                @media (max-width: 690px) {
                  html body header .header_in .inner ul.menu li .accordion_in.width .sub_block {
                    justify-content: flex-start; } }
                html body header .header_in .inner ul.menu li .accordion_in.width .sub_block ul {
                  width: calc( (100% - 1em) / 2); }
                  @media (max-width: 690px) {
                    html body header .header_in .inner ul.menu li .accordion_in.width .sub_block ul {
                      width: auto; }
                      html body header .header_in .inner ul.menu li .accordion_in.width .sub_block ul:first-of-type {
                        padding-right: 1em; } }
              html body header .header_in .inner ul.menu li .accordion_in p {
                font-size: 1rem;
                width: 100%;
                padding: 0;
                border-bottom: 1px dotted #00ACBA; }
                @media (max-width: 690px) {
                  html body header .header_in .inner ul.menu li .accordion_in p {
                    border: none; } }
                html body header .header_in .inner ul.menu li .accordion_in p b {
                  color: #707070; }
                html body header .header_in .inner ul.menu li .accordion_in p a {
                  padding: 1rem 2.5rem 1rem 1rem;
                  color: #333333;
                  position: relative; }
                  html body header .header_in .inner ul.menu li .accordion_in p a::after {
                    right: 1rem;
                    top: 0;
                    bottom: 0;
                    content: "\f054";
                    font-family: "Font Awesome 5 Free";
                    font-weight: bold;
                    pointer-events: none;
                    position: absolute;
                    margin: auto;
                    color: #00ACBA;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 1rem;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s; }
                  html body header .header_in .inner ul.menu li .accordion_in p a:hover::after {
                    right: 0.5rem; }
                  @media (max-width: 690px) {
                    html body header .header_in .inner ul.menu li .accordion_in p a {
                      position: static; }
                      html body header .header_in .inner ul.menu li .accordion_in p a::after {
                        content: none; } }
              @media (max-width: 690px) {
                html body header .header_in .inner ul.menu li .accordion_in li {
                  padding: 0;
                  padding-left: 1em;
                  margin: 0.3rem 0;
                  border-bottom: none; }
                  html body header .header_in .inner ul.menu li .accordion_in li a {
                    font-size: 0.92307692307692rem;
                    padding: 0.3rem 0;
                    position: static; }
                    html body header .header_in .inner ul.menu li .accordion_in li a::after {
                      content: none; }
                html body header .header_in .inner ul.menu li .accordion_in p {
                  padding: 0;
                  padding-left: 0; }
                  html body header .header_in .inner ul.menu li .accordion_in p a {
                    font-size: 1rem;
                    padding: 0.3rem 1.1538461538462rem;
                    position: static; }
                    html body header .header_in .inner ul.menu li .accordion_in p a::after {
                      content: none; } }
            html body header .header_in .inner ul.menu li .accordion, html body header .header_in .inner ul.menu li a {
              color: #1B224C;
              display: flex;
              align-items: center;
              height: 100%;
              font-weight: 700; }
              @media (max-width: 690px) {
                html body header .header_in .inner ul.menu li .accordion, html body header .header_in .inner ul.menu li a {
                  padding: 0.5rem 3rem 0.5rem 1.1538461538462rem; } }
            @media (max-width: 690px) {
              html body header .header_in .inner ul.menu li a {
                position: relative;
                padding-right: 3rem; }
                html body header .header_in .inner ul.menu li a::after {
                  right: 1.5rem;
                  top: 0;
                  bottom: 0;
                  content: "\f054";
                  font-family: "Font Awesome 5 Free";
                  font-weight: bold;
                  pointer-events: none;
                  position: absolute;
                  margin: auto;
                  color: #707070;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: center;
                  -webkit-justify-content: center;
                  -ms-flex-pack: center;
                  justify-content: center;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                  -ms-flex-align: center;
                  align-items: center;
                  font-size: 0.875rem;
                  -webkit-transition: all ease 0.5s;
                  transition: all ease 0.5s; }
                html body header .header_in .inner ul.menu li a:hover::after {
                  right: 1rem; } }
            html body header .header_in .inner ul.menu li.document::after {
              content: none; }
            @media (max-width: 690px) {
              html body header .header_in .inner ul.menu li.document {
                padding: 0 1.1538461538462rem; }
                html body header .header_in .inner ul.menu li.document a {
                  position: static; }
                  html body header .header_in .inner ul.menu li.document a::after {
                    content: none; } }
            html body header .header_in .inner ul.menu li.document a {
              display: flex;
              align-items: center;
              justify-content: center;
              background-color: #00ACBA;
              color: #fff;
              padding: 0.8rem 0.5rem;
              width: 10rem;
              border-radius: 0.2rem; }
            html body header .header_in .inner ul.menu li.sp_show {
              display: none; }
            html body header .header_in .inner ul.menu li:hover {
              position: relative; }
              html body header .header_in .inner ul.menu li:hover::after {
                width: 85%; }
              @media (max-width: 690px) {
                html body header .header_in .inner ul.menu li:hover {
                  position: static; }
                  html body header .header_in .inner ul.menu li:hover::after {
                    content: none; } }
              html body header .header_in .inner ul.menu li:hover .accordion_in {
                position: absolute;
                content: "";
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
                top: 3.2rem;
                left: 50%;
                right: 50%;
                width: 100%;
                min-width: 14rem;
                max-width: 30rem;
                background: rgba(255, 255, 255, 0.9);
                z-index: 250;
                transform: translate(-50%, 0);
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0); }
                @media (max-width: 1290px) {
                  html body header .header_in .inner ul.menu li:hover .accordion_in {
                    top: 3rem; } }
                @media (max-width: 880px) {
                  html body header .header_in .inner ul.menu li:hover .accordion_in {
                    top: 2.4rem; } }
                @media (max-width: 690px) {
                  html body header .header_in .inner ul.menu li:hover .accordion_in {
                    background: none; } }
                html body header .header_in .inner ul.menu li:hover .accordion_in.width {
                  max-width: inherit;
                  width: 28rem; }
                  @media (max-width: 690px) {
                    html body header .header_in .inner ul.menu li:hover .accordion_in.width {
                      width: 100%; } }
                html body header .header_in .inner ul.menu li:hover .accordion_in.last {
                  right: 0;
                  left: inherit;
                  transform: none;
                  -webkit-transform: none;
                  -ms-transform: none; }
                @media (max-width: 690px) {
                  html body header .header_in .inner ul.menu li:hover .accordion_in {
                    padding-left: 0;
                    position: static;
                    min-width: inherit;
                    max-width: inherit;
                    display: none;
                    content: none;
                    transform: none;
                    -webkit-transform: none;
                    -ms-transform: none; } }
      html body header .header_in #menu_trigger {
        display: none; }
      html body header .header_in .menu_trigger {
        display: none;
        position: relative;
        width: 2.8rem;
        height: 2rem;
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 250; }
        @media (max-width: 690px) {
          html body header .header_in .menu_trigger {
            display: block;
            position: absolute;
            top: 1rem;
            right: 1rem; } }
        html body header .header_in .menu_trigger span {
          position: absolute;
          left: 0;
          height: 3px;
          background-color: #00ACBA;
          border-radius: 0.5rem;
          display: inline-block;
          -webkit-transition: all .4s;
          transition: all .4s;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          html body header .header_in .menu_trigger span:first-of-type {
            top: 0;
            width: 100%; }
          html body header .header_in .menu_trigger span:nth-of-type(2) {
            top: 0.95rem;
            width: 55%; }
            html body header .header_in .menu_trigger span:nth-of-type(2)::after {
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              width: 100%;
              height: 3px;
              background-color: #00ACBA;
              border-radius: 4px;
              -webkit-transition: all .4s;
              transition: all .4s; }
          html body header .header_in .menu_trigger span:nth-of-type(3) {
            bottom: 0;
            width: 55%; }
      html body header .header_in #menu_trigger:checked + label span:first-of-type {
        -webkit-transform: translateY(0.95rem) scale(0);
        transform: translateY(0.95rem) scale(0); }
      html body header .header_in #menu_trigger:checked + label span:nth-of-type(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%; }
        html body header .header_in #menu_trigger:checked + label span:nth-of-type(2)::after {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      html body header .header_in #menu_trigger:checked + label span:last-of-type {
        -webkit-transform: translateY(-0.95rem) scale(0);
        transform: translateY(-0.95rem) scale(0); }
      html body header .header_in #menu_trigger:checked ~ .header_menu {
        display: block;
        padding: 0;
        height: 100vh;
        width: 100%;
        position: absolute;
        background-color: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 200; }
        html body header .header_in #menu_trigger:checked ~ .header_menu nav {
          overflow: hidden;
          display: block;
          height: 100%;
          padding: 0 0 5rem 0;
          margin: 5rem 0 0 0; }
        html body header .header_in #menu_trigger:checked ~ .header_menu .menu {
          display: flex;
          flex-direction: column;
          overflow-y: scroll; }
          html body header .header_in #menu_trigger:checked ~ .header_menu .menu li {
            display: block;
            width: 100%;
            margin-left: 0;
            height: auto; }
            html body header .header_in #menu_trigger:checked ~ .header_menu .menu li.gray {
              background-color: #F0F0F0; }
            html body header .header_in #menu_trigger:checked ~ .header_menu .menu li .accordion {
              height: auto; }
            html body header .header_in #menu_trigger:checked ~ .header_menu .menu li.document {
              border: none;
              margin-top: 1rem;
              padding: 2rem 2.1538461538462rem 13rem 2.1538461538462rem; }
              html body header .header_in #menu_trigger:checked ~ .header_menu .menu li.document a {
                width: 100%;
                padding: 1rem;
                max-width: 23rem;
                margin: 0 auto; }
    html body footer {
      padding: 2rem 0 0 0; }
      html body footer .footer_in_top {
        padding: 2rem 0 0 0; }
        @media (max-width: 660px) {
          html body footer .footer_in_top .inner:last-of-type {
            padding: 0; } }
        html body footer .footer_in_top .footer_logo {
          width: 16.25rem;
          padding-bottom: 1rem; }
          @media (max-width: 660px) {
            html body footer .footer_in_top .footer_logo {
              width: 12rem; } }
          html body footer .footer_in_top .footer_logo a {
            display: block; }
            html body footer .footer_in_top .footer_logo a .img_box {
              width: 100%; }
              html body footer .footer_in_top .footer_logo a .img_box img {
                width: 100%;
                height: auto; }
        html body footer .footer_in_top .footer_top_in {
          display: flex;
          flex-wrap: wrap; }
          html body footer .footer_in_top .footer_top_in .main {
            display: table-cell;
            padding: 1rem 3rem 1rem 0; }
            html body footer .footer_in_top .footer_top_in .main li a span {
              position: relative;
              padding-right: 2rem; }
              @media (max-width: 660px) {
                html body footer .footer_in_top .footer_top_in .main li a span {
                  position: static; } }
              html body footer .footer_in_top .footer_top_in .main li a span::after {
                right: 1rem;
                top: 0;
                bottom: 0;
                content: "\f054";
                font-family: "Font Awesome 5 Free";
                font-weight: bold;
                pointer-events: none;
                position: absolute;
                margin: auto;
                color: #333333;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 0.875rem;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s; }
                @media (max-width: 660px) {
                  html body footer .footer_in_top .footer_top_in .main li a span::after {
                    content: none; } }
            html body footer .footer_in_top .footer_top_in .main li a:hover span::after {
              right: 0.5rem; }
            @media (max-width: 660px) {
              html body footer .footer_in_top .footer_top_in .main {
                border-bottom: 1px solid #707070;
                padding: 0rem;
                width: 100%; }
                html body footer .footer_in_top .footer_top_in .main:first-of-type, html body footer .footer_in_top .footer_top_in .main:last-of-type {
                  border: none;
                  padding-right: 0;
                  padding-left: 0; }
                  html body footer .footer_in_top .footer_top_in .main:first-of-type li, html body footer .footer_in_top .footer_top_in .main:last-of-type li {
                    border-bottom: 1px solid #707070;
                    padding-right: 0;
                    padding-left: 0; }
                    html body footer .footer_in_top .footer_top_in .main:first-of-type li a, html body footer .footer_in_top .footer_top_in .main:last-of-type li a {
                      padding: 0.5rem 3rem 0.5rem 1.1538461538462rem;
                      position: relative; }
                      html body footer .footer_in_top .footer_top_in .main:first-of-type li a::after, html body footer .footer_in_top .footer_top_in .main:last-of-type li a::after {
                        right: 1.5rem;
                        top: 0;
                        bottom: 0;
                        content: "\f054";
                        font-family: "Font Awesome 5 Free";
                        font-weight: bold;
                        pointer-events: none;
                        position: absolute;
                        margin: auto;
                        color: #707070;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -webkit-justify-content: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center;
                        font-size: 0.875rem;
                        -webkit-transition: all ease 0.5s;
                        transition: all ease 0.5s; }
                      html body footer .footer_in_top .footer_top_in .main:first-of-type li a:hover::after, html body footer .footer_in_top .footer_top_in .main:last-of-type li a:hover::after {
                        right: 1rem; } }
            html body footer .footer_in_top .footer_top_in .main li {
              padding: 0.3rem 0;
              font-size: 0.9375rem; }
              @media (max-width: 660px) {
                html body footer .footer_in_top .footer_top_in .main li {
                  font-size: 1rem; }
                  html body footer .footer_in_top .footer_top_in .main li.toggle b {
                    cursor: pointer; }
                    html body footer .footer_in_top .footer_top_in .main li.toggle b a {
                      pointer-events: none; } }
              html body footer .footer_in_top .footer_top_in .main li a {
                display: block;
                padding: 0.3rem 0; }
                @media (max-width: 660px) {
                  html body footer .footer_in_top .footer_top_in .main li a {
                    padding: 0.5rem 3rem 0.5rem 1.1538461538462rem; } }
              @media (max-width: 660px) {
                html body footer .footer_in_top .footer_top_in .main li b {
                  display: block; } }
              @media (max-width: 660px) {
                html body footer .footer_in_top .footer_top_in .main li .toggle_title {
                  position: relative; }
                  html body footer .footer_in_top .footer_top_in .main li .toggle_title::after {
                    position: absolute;
                    content: "";
                    display: block;
                    pointer-events: none;
                    margin: 0 auto;
                    top: 50%;
                    bottom: 50%;
                    right: 1rem;
                    width: 0.8rem;
                    height: 2px;
                    background-color: #707070;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%); }
                  html body footer .footer_in_top .footer_top_in .main li .toggle_title::before {
                    position: absolute;
                    content: "";
                    display: block;
                    pointer-events: none;
                    top: 50%;
                    bottom: 50%;
                    right: 1.65rem;
                    width: 2px;
                    height: 0.8rem;
                    background-color: #707070;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%); }
                  html body footer .footer_in_top .footer_top_in .main li .toggle_title.selected::before {
                    content: none; } }
            html body footer .footer_in_top .footer_top_in .main:first-of-type li a {
              font-weight: 700; }
            html body footer .footer_in_top .footer_top_in .main:last-of-type {
              padding-right: 0; }
            html body footer .footer_in_top .footer_top_in .main .sub {
              padding-top: 0.5rem;
              display: table-cell; }
              @media (max-width: 660px) {
                html body footer .footer_in_top .footer_top_in .main .sub {
                  display: none;
                  padding-top: 0.3rem; } }
              html body footer .footer_in_top .footer_top_in .main .sub li {
                padding: 0;
                font-size: 0.75rem;
                font-weight: 700;
                margin: 0.2rem 0; }
                html body footer .footer_in_top .footer_top_in .main .sub li.sp_show {
                  display: none; }
                @media (max-width: 660px) {
                  html body footer .footer_in_top .footer_top_in .main .sub li {
                    font-size: 0.92307692307692rem;
                    padding-left: 1em; }
                    html body footer .footer_in_top .footer_top_in .main .sub li.sp_show {
                      display: block;
                      padding-left: 0;
                      font-size: 1rem; } }
                @media (max-width: 660px) {
                  html body footer .footer_in_top .footer_top_in .main .sub li:first-of-type {
                    border-top: 1px dotted #707070;
                    padding-top: 0.5rem; } }
                html body footer .footer_in_top .footer_top_in .main .sub li a {
                  display: block;
                  padding: 0.3rem 0; }
                  @media (max-width: 660px) {
                    html body footer .footer_in_top .footer_top_in .main .sub li a {
                      padding: 0.3rem 1.1538461538462rem; } }
            html body footer .footer_in_top .footer_top_in .main .sub_block .sp_show {
              display: none; }
            @media (max-width: 660px) {
              html body footer .footer_in_top .footer_top_in .main .sub_block {
                display: none;
                border-top: 1px dotted #707070;
                margin-top: 0.5rem;
                padding-top: 0.5rem; }
                html body footer .footer_in_top .footer_top_in .main .sub_block .sp_show {
                  display: block;
                  font-size: 1rem;
                  font-weight: 700;
                  padding-left: 0; }
                  html body footer .footer_in_top .footer_top_in .main .sub_block .sp_show a {
                    padding: 0.3rem 1.1538461538462rem; } }
            @media (max-width: 660px) {
              html body footer .footer_in_top .footer_top_in .main .sub_block .sub {
                display: table-cell; } }
  @media (max-width: 660px) and (max-width: 660px) {
    html body footer .footer_in_top .footer_top_in .main .sub_block .sub li:first-of-type {
      border-top: none;
      padding-top: 0; } }

            html body footer .footer_in_top .footer_top_in .main .sub_block .sub:first-of-type {
              padding-right: 2em; }
              @media (max-width: 660px) {
                html body footer .footer_in_top .footer_top_in .main .sub_block .sub:first-of-type {
                  padding-right: 1em; } }
            @media (max-width: 660px) {
              html body footer .footer_in_top .footer_top_in .main.sp_contents {
                display: contents; }
                html body footer .footer_in_top .footer_top_in .main.sp_contents li {
                  width: 100%; }
                  html body footer .footer_in_top .footer_top_in .main.sp_contents li.order {
                    order: -2; }
                  html body footer .footer_in_top .footer_top_in .main.sp_contents li.order_2 {
                    order: -1; }
                  html body footer .footer_in_top .footer_top_in .main.sp_contents li.order_99 {
                    order: 99; } }
            @media (max-width: 660px) {
              html body footer .footer_in_top .footer_top_in .main.order {
                order: -2; }
              html body footer .footer_in_top .footer_top_in .main.order_2 {
                order: -1; }
              html body footer .footer_in_top .footer_top_in .main.order_99 {
                order: 99; } }
      html body footer .footer_in_bottom {
        background-color: #F0F0F0;
        padding: 1rem 0; }
        @media (max-width: 660px) {
          html body footer .footer_in_bottom {
            padding: 0; } }
        @media (max-width: 660px) {
          html body footer .footer_in_bottom .inner {
            padding: 0; } }
        html body footer .footer_in_bottom .footer_bottom_in {
          padding: 1rem 0; }
          @media (max-width: 660px) {
            html body footer .footer_in_bottom .footer_bottom_in {
              padding: 0; } }
          html body footer .footer_in_bottom .footer_bottom_in .main li a span {
            position: relative;
            padding-right: 2rem; }
            @media (max-width: 660px) {
              html body footer .footer_in_bottom .footer_bottom_in .main li a span {
                position: static; } }
            html body footer .footer_in_bottom .footer_bottom_in .main li a span::after {
              right: 1rem;
              top: 0;
              bottom: 0;
              content: "\f054";
              font-family: "Font Awesome 5 Free";
              font-weight: bold;
              pointer-events: none;
              position: absolute;
              margin: auto;
              color: #333333;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 0.875rem;
              -webkit-transition: all ease 0.5s;
              transition: all ease 0.5s; }
              @media (max-width: 660px) {
                html body footer .footer_in_bottom .footer_bottom_in .main li a span::after {
                  content: ""; } }
          html body footer .footer_in_bottom .footer_bottom_in .main li a:hover span::after {
            right: 0.5rem; }
          @media (max-width: 660px) {
            html body footer .footer_in_bottom .footer_bottom_in .main {
              width: 100%; } }
          html body footer .footer_in_bottom .footer_bottom_in .main li {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0.5rem 0;
            font-size: 0.9375rem; }
            @media (max-width: 660px) {
              html body footer .footer_in_bottom .footer_bottom_in .main li {
                font-size: 1rem; }
                html body footer .footer_in_bottom .footer_bottom_in .main li.toggle {
                  position: relative;
                  border-bottom: 1px solid #707070;
                  padding: 0.3rem 0; }
                  html body footer .footer_in_bottom .footer_bottom_in .main li.toggle b {
                    cursor: pointer;
                    padding: 0; }
                    html body footer .footer_in_bottom .footer_bottom_in .main li.toggle b a {
                      pointer-events: none;
                      padding: 0.5rem 3rem 0.5rem 1.1538461538462rem; } }
            html body footer .footer_in_bottom .footer_bottom_in .main li a {
              display: block;
              padding: 0.3rem 0; }
            html body footer .footer_in_bottom .footer_bottom_in .main li b {
              display: block;
              width: 18%;
              white-space: nowrap; }
              @media (max-width: 880px) {
                html body footer .footer_in_bottom .footer_bottom_in .main li b {
                  width: 26%; } }
              @media (max-width: 660px) {
                html body footer .footer_in_bottom .footer_bottom_in .main li b {
                  width: 100%;
                  padding: 0;
                  display: block; } }
              html body footer .footer_in_bottom .footer_bottom_in .main li b.a_none {
                pointer-events: none;
                padding: 0.3rem 0; }
                @media (max-width: 660px) {
                  html body footer .footer_in_bottom .footer_bottom_in .main li b.a_none {
                    pointer-events: auto;
                    padding: 0.5rem 3rem 0.5rem 1.1538461538462rem; } }
            @media (max-width: 660px) {
              html body footer .footer_in_bottom .footer_bottom_in .main li .toggle_title {
                position: relative; }
                html body footer .footer_in_bottom .footer_bottom_in .main li .toggle_title::after {
                  position: absolute;
                  content: "";
                  display: block;
                  pointer-events: none;
                  margin: 0 auto;
                  top: 50%;
                  bottom: 50%;
                  right: 1rem;
                  width: 0.8rem;
                  height: 2px;
                  background-color: #707070;
                  transform: translate(-50%, -50%);
                  -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%); }
                html body footer .footer_in_bottom .footer_bottom_in .main li .toggle_title::before {
                  position: absolute;
                  content: "";
                  display: block;
                  pointer-events: none;
                  top: 50%;
                  bottom: 50%;
                  right: 1.65rem;
                  width: 2px;
                  height: 0.8rem;
                  background-color: #707070;
                  transform: translate(-50%, -50%);
                  -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%); }
                html body footer .footer_in_bottom .footer_bottom_in .main li .toggle_title.selected::before {
                  content: none; } }
            html body footer .footer_in_bottom .footer_bottom_in .main li .sub {
              display: flex;
              flex-wrap: wrap;
              width: 80%; }
              @media (max-width: 880px) {
                html body footer .footer_in_bottom .footer_bottom_in .main li .sub {
                  width: 70%; } }
              @media (max-width: 660px) {
                html body footer .footer_in_bottom .footer_bottom_in .main li .sub {
                  width: 100%;
                  display: none; } }
              html body footer .footer_in_bottom .footer_bottom_in .main li .sub li {
                padding: 0;
                font-size: 0.75rem;
                font-weight: 700;
                margin: 0.2rem 1.5em 0.2rem 0;
                display: inline-block; }
                html body footer .footer_in_bottom .footer_bottom_in .main li .sub li.sp_show {
                  display: none; }
                @media (max-width: 660px) {
                  html body footer .footer_in_bottom .footer_bottom_in .main li .sub li {
                    display: block;
                    border: none;
                    font-size: 0.92307692307692rem;
                    padding-left: 1em;
                    margin-right: 0; }
                    html body footer .footer_in_bottom .footer_bottom_in .main li .sub li.sp_show {
                      display: block;
                      font-size: 1rem;
                      font-weight: 700;
                      padding-left: 0; }
                    html body footer .footer_in_bottom .footer_bottom_in .main li .sub li:first-of-type {
                      border-top: 1px dotted #707070;
                      padding-top: 0.5rem;
                      margin-top: 0.5rem; } }
                html body footer .footer_in_bottom .footer_bottom_in .main li .sub li a {
                  display: block;
                  padding: 0.3rem 0; }
                  @media (max-width: 660px) {
                    html body footer .footer_in_bottom .footer_bottom_in .main li .sub li a {
                      padding: 0.3rem 1.1538461538462rem; } }
      html body footer .footer_small {
        padding: 0.5rem 0;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 660px) {
          html body footer .footer_small {
            flex-wrap: wrap; } }
        @media (max-width: 660px) {
          html body footer .footer_small .footer_small_in {
            width: 100%; }
            html body footer .footer_small .footer_small_in:first-of-type {
              order: 999; } }
        html body footer .footer_small .footer_small_in p {
          padding: 1rem 0; }
          html body footer .footer_small .footer_small_in p small {
            font-size: 0.75rem;
            padding: 0.3rem 0;
            line-height: 1; }
          @media (max-width: 660px) {
            html body footer .footer_small .footer_small_in p {
              text-align: center;
              padding: 1rem 0 1.5rem 0; } }
        html body footer .footer_small .footer_small_in ul {
          padding: 1rem 0;
          display: flex; }
          @media (max-width: 660px) {
            html body footer .footer_small .footer_small_in ul {
              justify-content: center;
              padding: 1rem 0 0 0; } }
          html body footer .footer_small .footer_small_in ul li {
            padding: 0 0.5rem 0 0;
            line-height: 1; }
            html body footer .footer_small .footer_small_in ul li:last-of-type {
              padding: 0 0 0 0.5rem;
              border-left: 1px solid #333333; }
            html body footer .footer_small .footer_small_in ul li a {
              font-size: 0.75rem;
              padding: 0.3rem 0;
              display: block; }
    html body .cover {
      position: relative;
      overflow: hidden; }
      @media (min-width: 1500px) {
        html body .cover::after {
          display: block;
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to right, #9BDDF5 60%, #fff 40%);
          z-index: -2; } }
      @media (max-width: 880px) {
        html body .cover {
          position: static; }
          html body .cover .inner {
            padding: 0; } }
      html body .cover .cover_back {
        position: absolute;
        width: 67.5%;
        height: 100%;
        content: "";
        display: block;
        background-image: url("../img/img006.jpg");
        background-position: top right;
        background-size: cover;
        bottom: 0;
        left: 0;
        z-index: -1; }
        @media (min-width: 1500px) {
          html body .cover .cover_back {
            background-size: cover;
            background-position: top right 10%;
            background-repeat: no-repeat;
            width: 100%; } }
        @media (max-width: 1290px) {
          html body .cover .cover_back {
            padding-left: 1.0714285714286rem;
            background-position: top right 5%; } }
        @media (max-width: 880px) {
          html body .cover .cover_back {
            background-image: url("../img/img007.jpg");
            padding-left: 0.76923076923077rem;
            background-position: bottom right;
            width: 100%;
            bottom: 0; } }
        @media (max-width: 660px) {
          html body .cover .cover_back {
            background-position: bottom 20% right 20%; } }
      html body .cover .cover_flex {
        display: flex;
        z-index: 1; }
        @media (max-width: 880px) {
          html body .cover .cover_flex {
            flex-wrap: wrap; } }
        html body .cover .cover_flex .cover_flex_in {
          width: 70%;
          padding: 2.5rem 0;
          display: flex;
          flex-direction: column; }
          @media (min-width: 1500px) {
            html body .cover .cover_flex .cover_flex_in {
              position: relative; } }
          @media (max-width: 880px) {
            html body .cover .cover_flex .cover_flex_in {
              position: relative;
              width: 100%;
              padding: 2rem 1.0714285714286rem; } }
          @media (max-width: 660px) {
            html body .cover .cover_flex .cover_flex_in {
              padding: 2rem 1.1538461538462rem; } }
          html body .cover .cover_flex .cover_flex_in .img_box {
            width: 70%; }
            @media (max-width: 660px) {
              html body .cover .cover_flex .cover_flex_in .img_box {
                width: 100%; } }
            html body .cover .cover_flex .cover_flex_in .img_box img {
              width: 100%;
              height: auto; }
            html body .cover .cover_flex .cover_flex_in .img_box.box2 {
              width: 15%;
              margin-bottom: 2rem;
              position: absolute;
              bottom: 0;
              right: 35%;
              content: ""; }
              @media (min-width: 1500px) {
                html body .cover .cover_flex .cover_flex_in .img_box.box2 {
                  width: 25%;
                  bottom: 0;
                  right: 1rem; } }
              @media (max-width: 1290px) {
                html body .cover .cover_flex .cover_flex_in .img_box.box2 {
                  width: 20%;
                  top: 2.5rem;
                  bottom: inherit; } }
              @media (max-width: 880px) {
                html body .cover .cover_flex .cover_flex_in .img_box.box2 {
                  width: 30%;
                  top: 2rem;
                  right: 1rem; } }
              @media (max-width: 660px) {
                html body .cover .cover_flex .cover_flex_in .img_box.box2 {
                  top: inherit;
                  bottom: 0;
                  width: 35%; } }
              html body .cover .cover_flex .cover_flex_in .img_box.box2 img {
                filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3)); }
          html body .cover .cover_flex .cover_flex_in .point {
            padding: 1.25rem 0;
            flex-grow: 1; }
            html body .cover .cover_flex .cover_flex_in .point .point3_box .point3_flex {
              justify-content: center; }
              html body .cover .cover_flex .cover_flex_in .point .point3_box .point3_flex .point3_flex_in {
                opacity: 0;
                transition: all ease-in-out 1s; }
                html body .cover .cover_flex .cover_flex_in .point .point3_box .point3_flex .point3_flex_in:nth-of-type(2) {
                  transition-delay: 0.5s; }
                html body .cover .cover_flex .cover_flex_in .point .point3_box .point3_flex .point3_flex_in:nth-of-type(3) {
                  transition-delay: 1s; }
                html body .cover .cover_flex .cover_flex_in .point .point3_box .point3_flex .point3_flex_in.animated {
                  opacity: 1; }
            @media (max-width: 880px) {
              html body .cover .cover_flex .cover_flex_in .point {
                padding: 2rem 0; } }
            @media (max-width: 400px) {
              html body .cover .cover_flex .cover_flex_in .point {
                padding: 1rem 0; } }
          html body .cover .cover_flex .cover_flex_in .text {
            padding-bottom: 0; }
            html body .cover .cover_flex .cover_flex_in .text b {
              font-size: 1.6875rem; }
              html body .cover .cover_flex .cover_flex_in .text b span.font_border_yellow {
                transition-delay: 1.4s; }
              @media (max-width: 1290px) {
                html body .cover .cover_flex .cover_flex_in .text b {
                  font-size: 1.4285714285714rem; } }
              @media (max-width: 400px) {
                html body .cover .cover_flex .cover_flex_in .text b {
                  font-size: 1.1538461538462rem; } }
        html body .cover .cover_flex .cover_flex_dl {
          width: 30%;
          background-color: #fff;
          padding: 2rem 0 1rem 2rem; }
          @media (max-width: 1290px) {
            html body .cover .cover_flex .cover_flex_dl {
              padding-left: 1.0714285714286rem; } }
          @media (max-width: 880px) {
            html body .cover .cover_flex .cover_flex_dl {
              padding: 3rem 1.1538461538462rem;
              width: 100%;
              display: flex; }
              html body .cover .cover_flex .cover_flex_dl .cover_flex_dl_in {
                width: 40%;
                padding-right: 1.25rem; }
              html body .cover .cover_flex .cover_flex_dl .form_content {
                width: 60%; } }
          @media (max-width: 660px) {
            html body .cover .cover_flex .cover_flex_dl {
              flex-wrap: wrap; }
              html body .cover .cover_flex .cover_flex_dl .cover_flex_dl_in {
                width: 100%;
                padding-right: 0; }
              html body .cover .cover_flex .cover_flex_dl .form_content {
                width: 100%; } }
          html body .cover .cover_flex .cover_flex_dl .a_btn_flex .btn {
            margin: 0; }
            @media (max-width: 660px) {
              html body .cover .cover_flex .cover_flex_dl .a_btn_flex .btn {
                margin: 0 1; } }
          html body .cover .cover_flex .cover_flex_dl h2 {
            font-weight: 700;
            font-size: 1.5rem;
            color: #1B224C;
            padding-bottom: 1rem;
            position: relative; }
            @media (max-width: 660px) {
              html body .cover .cover_flex .cover_flex_dl h2 {
                display: inline-block; } }
            html body .cover .cover_flex .cover_flex_dl h2 span {
              position: relative;
              z-index: 1; }
            html body .cover .cover_flex .cover_flex_dl h2 .img_box {
              position: absolute;
              content: "";
              bottom: 0.5rem;
              right: 0.5rem;
              width: 3.5em;
              z-index: 0; }
              html body .cover .cover_flex .cover_flex_dl h2 .img_box img {
                width: 100%;
                height: auto; }
              @media (max-width: 1290px) {
                html body .cover .cover_flex .cover_flex_dl h2 .img_box {
                  width: 3.2em;
                  right: 0; } }
              @media (max-width: 880px) {
                html body .cover .cover_flex .cover_flex_dl h2 .img_box {
                  width: 2.5em;
                  right: 1rem; } }
              @media (max-width: 660px) {
                html body .cover .cover_flex .cover_flex_dl h2 .img_box {
                  width: 3em;
                  right: -3.5rem;
                  bottom: 1rem; } }
      html body .cover.juku .cover_flex .cover_flex_in .text b {
        color: #fff; }
        html body .cover.juku .cover_flex .cover_flex_in .text b .font_border_yellow {
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #FF9898 50%) no-repeat left;
          background-size: 0 100%;
          transition: all ease-in-out 1s; }
          html body .cover.juku .cover_flex .cover_flex_in .text b .font_border_yellow.animated {
            background-size: 100% 100%; }
      @media (min-width: 1500px) {
        html body .cover.juku::after {
          background: linear-gradient(to right, #4B655D 60%, #fff 40%); } }
      html body .cover.juku .cover_back {
        background-image: url("../img/img006_juku.jpg"); }
        @media (max-width: 880px) {
          html body .cover.juku .cover_back {
            background-image: url("../img/img007_juku.jpg"); } }
    html body .point3_box {
      width: 70%; }
      @media (max-width: 1290px) {
        html body .point3_box {
          width: 50%; } }
      @media (max-width: 660px) {
        html body .point3_box {
          width: 62%; } }
      @media (max-width: 400px) {
        html body .point3_box {
          width: 68%; } }
      html body .point3_box .point3_flex {
        display: flex;
        justify-content: center; }
        @media (max-width: 1290px) {
          html body .point3_box .point3_flex {
            flex-wrap: wrap; } }
        html body .point3_box .point3_flex .point3_flex_in {
          width: calc( (100% - 0rem) / 3); }
          @media (max-width: 1290px) {
            html body .point3_box .point3_flex .point3_flex_in {
              width: calc( (100% - 0rem) / 2); } }
          html body .point3_box .point3_flex .point3_flex_in .bottom_text {
            padding: 0.8rem 0; }
            html body .point3_box .point3_flex .point3_flex_in .bottom_text p {
              font-weight: 700;
              line-height: 1.5;
              text-align: center;
              color: #1B224C;
              font-size: 1.0625rem; }
          html body .point3_box .point3_flex .point3_flex_in .back {
            width: 100%;
            position: relative;
            border-radius: 30rem; }
            html body .point3_box .point3_flex .point3_flex_in .back::before {
              content: "";
              display: block;
              padding-top: 100%; }
            html body .point3_box .point3_flex .point3_flex_in .back::after {
              content: "";
              position: absolute;
              display: block;
              width: 20%;
              height: 20%;
              background-color: #fff;
              top: 42%;
              bottom: 50%;
              right: -0.7rem;
              z-index: 3;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: rotate(45deg); }
              @media (max-width: 880px) {
                html body .point3_box .point3_flex .point3_flex_in .back::after {
                  right: -0.5rem; } }
            html body .point3_box .point3_flex .point3_flex_in .back.blue {
              background-color: #64A9CB; }
              html body .point3_box .point3_flex .point3_flex_in .back.blue::after {
                background-color: #64A9CB; }
            html body .point3_box .point3_flex .point3_flex_in .back.green {
              background-color: #6BE870; }
              html body .point3_box .point3_flex .point3_flex_in .back.green::after {
                background-color: #6BE870; }
            html body .point3_box .point3_flex .point3_flex_in .back.navy {
              background-color: #1E4BB2; }
              html body .point3_box .point3_flex .point3_flex_in .back.navy::after {
                background-color: #1E4BB2; }
            html body .point3_box .point3_flex .point3_flex_in .back.red {
              background-color: #FF7170; }
              html body .point3_box .point3_flex .point3_flex_in .back.red::after {
                background-color: #FF7170; }
            html body .point3_box .point3_flex .point3_flex_in .back.yellow {
              background-color: #FFC851; }
              html body .point3_box .point3_flex .point3_flex_in .back.yellow::after {
                background-color: #FFC851; }
            html body .point3_box .point3_flex .point3_flex_in .back.pink {
              background-color: #FC84A4; }
              html body .point3_box .point3_flex .point3_flex_in .back.pink::after {
                background-color: #FC84A4; }
            html body .point3_box .point3_flex .point3_flex_in .back .white {
              width: 80%;
              height: 80%;
              position: absolute;
              top: 50%;
              left: 50%;
              bottom: 50%;
              right: 50%;
              content: "";
              display: block;
              border-radius: 20rem;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              color: #1B224C;
              background-color: #fff;
              box-shadow: 0.875rem 1.25rem 0.5rem 0.3rem rgba(0, 0, 0, 0.3);
              z-index: 5; }
              @media (max-width: 660px) {
                html body .point3_box .point3_flex .point3_flex_in .back .white {
                  box-shadow: 0.6rem 0.6rem 0.8rem 0.5rem rgba(0, 0, 0, 0.3); } }
              html body .point3_box .point3_flex .point3_flex_in .back .white .flex {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                box-shadow: 5px 7px 6px 5px rgba(0, 0, 0, 0.25);
                border-radius: 20rem;
                padding: 0.5rem; }
                html body .point3_box .point3_flex .point3_flex_in .back .white .flex p {
                  text-align: center;
                  font-size: 1rem;
                  font-weight: bold;
                  padding-bottom: 0.5rem; }
                  @media (max-width: 880px) {
                    html body .point3_box .point3_flex .point3_flex_in .back .white .flex p {
                      font-size: 0.92857142857143rem; } }
                  @media (max-width: 660px) {
                    html body .point3_box .point3_flex .point3_flex_in .back .white .flex p {
                      font-size: 0.92857142857143rem; } }
                  @media (max-width: 400px) {
                    html body .point3_box .point3_flex .point3_flex_in .back .white .flex p {
                      font-size: 0.76923076923077rem; } }
                html body .point3_box .point3_flex .point3_flex_in .back .white .flex b {
                  text-align: center;
                  font-size: 1.5rem;
                  line-height: 1;
                  margin-bottom: -0.5rem;
                  font-family: hero-new, sans-serif;
                  font-weight: 700;
                  font-style: normal; }
                  @media (max-width: 880px) {
                    html body .point3_box .point3_flex .point3_flex_in .back .white .flex b {
                      font-size: 1rem; } }
                  html body .point3_box .point3_flex .point3_flex_in .back .white .flex b .line {
                    line-height: 1.5;
                    font-size: 1.125rem; }
                    @media (max-width: 880px) {
                      html body .point3_box .point3_flex .point3_flex_in .back .white .flex b .line {
                        font-size: 1rem; } }
                    @media (max-width: 660px) {
                      html body .point3_box .point3_flex .point3_flex_in .back .white .flex b .line {
                        font-size: 0.92307692307692rem; } }
                  html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span {
                    font-size: 3.8rem; }
                    @media (max-width: 1290px) {
                      html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span {
                        font-size: 3.5rem; } }
                    @media (max-width: 880px) {
                      html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span {
                        font-size: 2.5rem; } }
                    @media (max-width: 660px) {
                      html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span {
                        font-size: 2.25rem; } }
                    @media (max-width: 400px) {
                      html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span {
                        font-size: 2rem; } }
                    html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span.small {
                      font-size: 3rem;
                      display: block; }
                      @media (max-width: 1290px) {
                        html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span.small {
                          font-size: 3rem; } }
                      @media (max-width: 880px) {
                        html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span.small {
                          font-size: 2.5rem; } }
                      @media (max-width: 660px) {
                        html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span.small {
                          font-size: 2.25rem; } }
                      @media (max-width: 400px) {
                        html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span.small {
                          font-size: 2rem; } }
                    html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span .in {
                      font-size: 2rem; }
                      @media (max-width: 1290px) {
                        html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span .in {
                          font-size: 1.8rem; } }
                      @media (max-width: 880px) {
                        html body .point3_box .point3_flex .point3_flex_in .back .white .flex b span .in {
                          font-size: 1.5rem; } }
          @media (max-width: 1290px) {
            html body .point3_box .point3_flex .point3_flex_in:last-of-type {
              margin-top: -1.5rem; } }
          @media (max-width: 660px) {
            html body .point3_box .point3_flex .point3_flex_in:last-of-type {
              margin-top: -1.25rem; } }
          html body .point3_box .point3_flex .point3_flex_in:last-of-type .back::after {
            content: none; }
            @media (max-width: 1290px) {
              html body .point3_box .point3_flex .point3_flex_in:last-of-type .back::after {
                content: "";
                left: 1.8rem;
                top: 2%;
                transform: rotate(-80deg); } }
            @media (max-width: 880px) {
              html body .point3_box .point3_flex .point3_flex_in:last-of-type .back::after {
                left: 2rem; } }
          @media (max-width: 1290px) {
            html body .point3_box .point3_flex .point3_flex_in:nth-of-type(2) .back::after {
              left: 2rem;
              top: 79%;
              transform: rotate(-14deg); } }
          @media (max-width: 880px) {
            html body .point3_box .point3_flex .point3_flex_in:nth-of-type(2) .back::after {
              left: 2.3rem; } }
          @media (max-width: 660px) {
            html body .point3_box .point3_flex .point3_flex_in:nth-of-type(2) .back::after {
              left: 2rem; } }
      html body .point3_box.simple .point3_flex {
        justify-content: center; }
        @media (max-width: 1290px) {
          html body .point3_box.simple .point3_flex {
            flex-wrap: nowrap; } }
        @media (max-width: 660px) {
          html body .point3_box.simple .point3_flex {
            flex-wrap: wrap; } }
        html body .point3_box.simple .point3_flex .point3_flex_in {
          width: calc( (100% - 2rem) / 3); }
          @media (max-width: 1290px) {
            html body .point3_box.simple .point3_flex .point3_flex_in {
              width: calc( (100% - 2rem) / 3); } }
          @media (max-width: 660px) {
            html body .point3_box.simple .point3_flex .point3_flex_in {
              width: 48%;
              margin: 0 2%; } }
          html body .point3_box.simple .point3_flex .point3_flex_in .back::after {
            content: none; }
          html body .point3_box.simple .point3_flex .point3_flex_in:nth-of-type(2) {
            margin: 0 0.5%; }
          html body .point3_box.simple .point3_flex .point3_flex_in:last-of-type {
            margin: 0 0.5%; }
          @media (max-width: 400px) {
            html body .point3_box.simple .point3_flex .point3_flex_in {
              width: 58%;
              margin: 0 0 2rem 0; }
              html body .point3_box.simple .point3_flex .point3_flex_in:nth-of-type(2) {
                margin: 0 0 2rem 0; }
              html body .point3_box.simple .point3_flex .point3_flex_in:last-of-type {
                margin: 0 0 2rem 0; } }
      html body .point3_box.loop {
        margin: 0 auto;
        width: 40%; }
        @media (max-width: 880px) {
          html body .point3_box.loop {
            width: 50%; } }
        @media (max-width: 660px) {
          html body .point3_box.loop {
            width: 70%; } }
        @media (max-width: 400px) {
          html body .point3_box.loop {
            width: 100%; } }
        html body .point3_box.loop .point3_flex {
          flex-wrap: wrap;
          justify-content: center; }
          html body .point3_box.loop .point3_flex .point3_flex_in {
            width: calc( (100% - 0rem) / 2);
            opacity: 0;
            transition: all ease-in-out 1s; }
            html body .point3_box.loop .point3_flex .point3_flex_in:last-of-type {
              margin-top: -1.5rem;
              transition-delay: 1s; }
              html body .point3_box.loop .point3_flex .point3_flex_in:last-of-type .back::after {
                content: "";
                left: 1.8rem;
                top: 2%;
                transform: rotate(-80deg); }
            html body .point3_box.loop .point3_flex .point3_flex_in:nth-of-type(2) {
              transition-delay: 0.5s; }
              html body .point3_box.loop .point3_flex .point3_flex_in:nth-of-type(2) .back::after {
                left: 2rem;
                top: 79%;
                transform: rotate(-14deg); }
            html body .point3_box.loop .point3_flex .point3_flex_in.animated {
              opacity: 1; }
    html body .text {
      padding: 0 0 2rem 0; }
      html body .text b.big {
        font-size: 1.6875rem; }
        @media (max-width: 1290px) {
          html body .text b.big {
            font-size: 1.5rem; } }
      html body .text p {
        font-size: 0.875rem;
        line-height: 2; }
        html body .text p .font_border_yellow {
          display: inline; }
    html body .feature_list .feature_list_in {
      padding-bottom: 2rem; }
      html body .feature_list .feature_list_in:last-of-type {
        padding-bottom: 0; }
      html body .feature_list .feature_list_in .feature_list_flex {
        display: flex; }
        @media (max-width: 660px) {
          html body .feature_list .feature_list_in .feature_list_flex {
            flex-wrap: wrap; } }
        html body .feature_list .feature_list_in .feature_list_flex .feature_text {
          width: 60%;
          padding-right: 2rem; }
          @media (max-width: 660px) {
            html body .feature_list .feature_list_in .feature_list_flex .feature_text {
              width: 100%;
              padding: 0; } }
          @media (max-width: 660px) {
            html body .feature_list .feature_list_in .feature_list_flex .feature_text .title_block {
              width: 100%; } }
        html body .feature_list .feature_list_in .feature_list_flex .feature_img {
          width: 40%;
          position: relative; }
          @media (max-width: 880px) {
            html body .feature_list .feature_list_in .feature_list_flex .feature_img {
              display: flex;
              align-items: center; } }
          @media (max-width: 660px) {
            html body .feature_list .feature_list_in .feature_list_flex .feature_img {
              width: 80%;
              margin: 0 auto; } }
          @media (max-width: 400px) {
            html body .feature_list .feature_list_in .feature_list_flex .feature_img {
              width: 100%; } }
          html body .feature_list .feature_list_in .feature_list_flex .feature_img.img_point {
            padding: 2rem 0 3rem 0; }
            @media (max-width: 660px) {
              html body .feature_list .feature_list_in .feature_list_flex .feature_img.img_point {
                padding: 0 0 6rem 0; } }
            @media (max-width: 400px) {
              html body .feature_list .feature_list_in .feature_list_flex .feature_img.img_point {
                padding: 0 0 8rem 0; } }
          html body .feature_list .feature_list_in .feature_list_flex .feature_img .img_box {
            width: 100%;
            position: relative; }
            html body .feature_list .feature_list_in .feature_list_flex .feature_img .img_box img {
              width: 100%;
              height: auto; }
            html body .feature_list .feature_list_in .feature_list_flex .feature_img .img_box .img_point_text {
              position: absolute;
              top: 0;
              left: 0;
              display: block;
              content: "";
              z-index: 4;
              font-weight: 700;
              font-size: 0.875rem; }
              @media (max-width: 660px) {
                html body .feature_list .feature_list_in .feature_list_flex .feature_img .img_box .img_point_text {
                  top: 1rem; } }
          html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in {
            position: absolute;
            bottom: 0;
            right: 1rem;
            display: block;
            content: "";
            width: 100%; }
            @media (max-width: 660px) {
              html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in {
                right: -10%; } }
            @media (max-width: 450px) {
              html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in {
                width: 90%;
                right: 5%; } }
            html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in .point3_box {
              width: 100%; }
              html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in .point3_box .point3_flex {
                justify-content: flex-end; }
                html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in .point3_box .point3_flex .point3_flex_in {
                  width: 40%;
                  opacity: 0;
                  transition: all ease-in-out 1s;
                  z-index: 2;
                  transform: translateX(25px); }
                  html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in .point3_box .point3_flex .point3_flex_in:nth-of-type(2) {
                    z-index: 3;
                    margin-left: -0.5rem; }
                  html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in .point3_box .point3_flex .point3_flex_in.animated {
                    opacity: 1;
                    transform: translateX(0); }
                  @media (max-width: 1290px) {
                    html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in .point3_box .point3_flex .point3_flex_in {
                      width: 45%; } }
                  @media (max-width: 880px) {
                    html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in .point3_box .point3_flex .point3_flex_in {
                      width: 48%; } }
                  @media (max-width: 660px) {
                    html body .feature_list .feature_list_in .feature_list_flex .feature_img .feature_img_in .point3_box .point3_flex .point3_flex_in {
                      width: 40%;
                      margin: 0; } }
    html body .text_a_flex {
      display: flex;
      justify-content: space-between;
      padding: 3rem 0 1rem 0; }
      @media (max-width: 660px) {
        html body .text_a_flex {
          flex-wrap: wrap;
          justify-content: center;
          padding: 1rem 0; } }
      html body .text_a_flex p {
        font-size: 1.125rem;
        display: flex;
        align-items: center;
        font-weight: 700;
        padding-right: 1.25rem; }
        @media (max-width: 660px) {
          html body .text_a_flex p {
            padding-right: 0;
            margin: 0 1rem;
            max-width: 23rem;
            font-size: 1rem; } }
        html body .text_a_flex p span {
          height: 3em;
          min-height: 3em;
          width: 3em;
          min-width: 3em;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #fff;
          border: 2px solid #333333;
          border-radius: 5rem;
          margin-right: 1em; }
      html body .text_a_flex a {
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        padding: 1rem;
        width: 100%;
        border-radius: 0.2rem;
        max-width: 15rem;
        background-color: #fff;
        border: 1px solid #0092E5;
        color: #0092E5; }
        @media (max-width: 660px) {
          html body .text_a_flex a {
            margin: 1rem 1rem 0 1rem;
            max-width: 23rem; } }
    html body .jump_flex {
      box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
      z-index: 4;
      position: relative; }
      html body .jump_flex ul {
        display: flex; }
        @media (min-width: 1100px) {
          html body .jump_flex ul {
            max-width: 80rem;
            margin: 0 auto;
            border-right: 1px solid #F0F0F0;
            border-left: 1px solid #F0F0F0; } }
        html body .jump_flex ul li {
          width: calc( (100% - 0rem) / 2);
          background-color: #fff;
          padding: 0.2rem 0; }
          html body .jump_flex ul li a {
            border-right: 1px solid #707070;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            min-height: 5rem;
            font-size: 1.25rem;
            line-height: 1;
            font-weight: bold;
            padding: 1rem 0.5rem 1.5rem 0.5rem;
            position: relative; }
            @media (max-width: 660px) {
              html body .jump_flex ul li a {
                font-size: 1rem; } }
            html body .jump_flex ul li a::after {
              position: absolute;
              font-family: "Font Awesome 5 Free";
              content: "\f078";
              color: #333333;
              font-weight: 700;
              font-size: 1rem;
              right: 0;
              bottom: 0.5rem;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              height: 1rem;
              -webkit-transition: all ease 0.5s;
              transition: all ease 0.5s; }
            html body .jump_flex ul li a:hover::after {
              bottom: 0.2rem; }
          html body .jump_flex ul li:last-of-type a {
            border: none; }
    html body .seminar_flex {
      display: flex; }
      @media (max-width: 660px) {
        html body .seminar_flex {
          flex-wrap: wrap; } }
      html body .seminar_flex .seminar_flex_in {
        width: 45%; }
        @media (max-width: 660px) {
          html body .seminar_flex .seminar_flex_in {
            width: 100%; } }
        html body .seminar_flex .seminar_flex_in.white {
          width: 50%;
          background: rgba(255, 255, 255, 0.8);
          padding: 1rem;
          border-radius: 0.5rem; }
          @media (max-width: 660px) {
            html body .seminar_flex .seminar_flex_in.white {
              width: 100%;
              margin-top: 2rem; } }
      html body .seminar_flex .seminar_list {
        width: 55%;
        margin-left: 2rem;
        display: flex;
        align-items: flex-end; }
        @media (max-width: 660px) {
          html body .seminar_flex .seminar_list {
            width: 100%;
            margin-left: 0; } }
        html body .seminar_flex .seminar_list ul {
          padding: 2.5rem 0 2.5rem 2rem;
          background-color: #fff;
          width: 100%;
          border-radius: 0.5rem 0 0 0.5rem;
          position: relative; }
          @media (max-width: 880px) {
            html body .seminar_flex .seminar_list ul {
              padding: 1.5rem 0 1.5rem 1rem; } }
          @media (max-width: 660px) {
            html body .seminar_flex .seminar_list ul {
              border-radius: 0.5rem;
              padding: 1.5rem 1rem;
              position: static; } }
          html body .seminar_flex .seminar_list ul::after {
            position: absolute;
            width: 100vw;
            height: 100%;
            background-color: #fff;
            content: "";
            right: -99.9vw;
            top: 0; }
            @media (max-width: 660px) {
              html body .seminar_flex .seminar_list ul::after {
                content: none; } }
          html body .seminar_flex .seminar_list ul li {
            padding: 0.3rem 0;
            border-bottom: 1px dashed #CCCCCC; }
            html body .seminar_flex .seminar_list ul li:first-of-type {
              border-top: 1px dashed #CCCCCC; }
            html body .seminar_flex .seminar_list ul li a {
              padding: 0.5rem 3em 0.5rem 0.5rem;
              display: flex;
              position: relative;
              flex-wrap: wrap; }
              html body .seminar_flex .seminar_list ul li a::after {
                right: 0.5rem;
                top: 0;
                bottom: 0;
                content: "\f054";
                font-family: "Font Awesome 5 Free";
                font-weight: bold;
                pointer-events: none;
                position: absolute;
                border: 1px solid #707070;
                margin: auto;
                color: #707070;
                width: 2rem;
                height: 2rem;
                min-width: 2rem;
                min-height: 2rem;
                border-radius: 5rem;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 0.875rem;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                z-index: 10; }
              html body .seminar_flex .seminar_list ul li a .label {
                display: flex; }
                html body .seminar_flex .seminar_list ul li a .label span {
                  font-size: 0.8125rem;
                  font-weight: 700;
                  display: block;
                  background-color: #F0F0F0;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  min-width: 5.5em;
                  padding: 0.3rem;
                  margin: 0 0.8em 0 0; }
              html body .seminar_flex .seminar_list ul li a b {
                font-weight: 500;
                display: flex;
                align-items: center;
                width: 100%;
                padding-top: 0.3rem; }
              html body .seminar_flex .seminar_list ul li a time, html body .seminar_flex .seminar_list ul li a .time {
                display: flex;
                align-items: center;
                white-space: nowrap; }
              html body .seminar_flex .seminar_list ul li a:hover::after {
                right: 0; }
    html body .seminar_pickup {
      padding: 2rem 0 0 0; }
      html body .seminar_pickup ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        html body .seminar_pickup ul li {
          width: calc( (100% - 1.8rem) / 2);
          padding: 1rem 0; }
          @media (max-width: 660px) {
            html body .seminar_pickup ul li {
              width: 100%; }
              html body .seminar_pickup ul li:first-of-type {
                padding-bottom: 1.5rem; } }
          html body .seminar_pickup ul li a {
            background-color: #fff;
            padding: 1.5rem;
            border-radius: 0.5rem;
            display: flex;
            flex-direction: column;
            height: 100%; }
            html body .seminar_pickup ul li a .imageTitle {
              position: relative; }
              html body .seminar_pickup ul li a .imageTitle img {
                width: 100%;
                height: auto; }
            html body .seminar_pickup ul li a .category {
              z-index: 111; }
              html body .seminar_pickup ul li a .category span {
                padding: 0.15rem 1rem;
                border-radius: 0.3rem;
                font-weight: 700;
                font-size: 1rem;
                margin: 0.5rem 0;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                text-align: center; }
                html body .seminar_pickup ul li a .category span.pink {
                  background-color: #FDAFC4;
                  color: #fff; }
                html body .seminar_pickup ul li a .category span.orange {
                  background-color: #FBAA1A;
                  color: #fff; }
            html body .seminar_pickup ul li a .title_Wrap .title {
              font-size: 1.625rem;
              line-height: 1.6; }
            html body .seminar_pickup ul li a p {
              padding: 1rem 0;
              font-size: 0.875rem;
              line-height: 2;
              flex-grow: 1; }
            @media (max-width: 660px) {
              html body .seminar_pickup ul li a .a_btn_flex .btn {
                margin: 0 0 0 auto; } }
        html body .seminar_pickup ul.width_100 li {
          width: 100%; }
          html body .seminar_pickup ul.width_100 li a .seminar_img_wrap {
            display: flex;
            justify-content: space-between; }
            @media (max-width: 660px) {
              html body .seminar_pickup ul.width_100 li a .seminar_img_wrap {
                flex-wrap: wrap; } }
            html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in {
              width: 67%;
              display: flex;
              flex-direction: column; }
              @media (max-width: 660px) {
                html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in {
                  width: 100%;
                  order: 99; } }
            html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in_img {
              width: 28%;
              padding-top: 1rem; }
              @media (max-width: 660px) {
                html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in_img {
                  width: 100%; } }
              html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in_img .img_box_wrap {
                width: 100%;
                display: flex;
                justify-content: center; }
                html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in_img .img_box_wrap .img_box {
                  width: 100%;
                  overflow: hidden;
                  position: relative;
                  background: none; }
                  @media (max-width: 660px) {
                    html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in_img .img_box_wrap .img_box {
                      position: static;
                      overflow: inherit; } }
                  html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in_img .img_box_wrap .img_box::before {
                    content: "";
                    display: block;
                    padding-top: 100%;
                    overflow: hidden; }
                    @media (max-width: 660px) {
                      html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in_img .img_box_wrap .img_box::before {
                        content: none;
                        overflow: inherit; } }
                  html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in_img .img_box_wrap .img_box img {
                    position: absolute;
                    width: auto;
                    height: 100%;
                    top: 50%;
                    right: 50%;
                    bottom: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%); }
                    @media (max-width: 660px) {
                      html body .seminar_pickup ul.width_100 li a .seminar_img_wrap .seminar_img_wrap_in_img .img_box_wrap .img_box img {
                        position: static;
                        width: 100%;
                        height: auto;
                        transform: none;
                        -webkit-transform: none;
                        -ms-transform: tnone; } }
      html body .seminar_pickup.shadow ul li a {
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3); }
      html body .seminar_pickup.column_4 ul {
        position: relative; }
        html body .seminar_pickup.column_4 ul::after, html body .seminar_pickup.column_4 ul::before {
          order: 999;
          content: "";
          display: block;
          width: calc( (100% - 5.4rem) / 4); }
          @media (max-width: 1290px) {
            html body .seminar_pickup.column_4 ul::after, html body .seminar_pickup.column_4 ul::before {
              width: calc( (100% - 2.6rem) / 3); } }
          @media (max-width: 880px) {
            html body .seminar_pickup.column_4 ul::after, html body .seminar_pickup.column_4 ul::before {
              width: calc( (100% - 1.8rem) / 2); } }
          @media (max-width: 660px) {
            html body .seminar_pickup.column_4 ul::after, html body .seminar_pickup.column_4 ul::before {
              content: none; } }
        html body .seminar_pickup.column_4 ul li {
          width: calc( (100% - 5.4rem) / 4); }
          @media (max-width: 1290px) {
            html body .seminar_pickup.column_4 ul li {
              width: calc( (100% - 2.6rem) / 3); } }
          @media (max-width: 880px) {
            html body .seminar_pickup.column_4 ul li {
              width: calc( (100% - 1.8rem) / 2); } }
          @media (max-width: 660px) {
            html body .seminar_pickup.column_4 ul li {
              width: 100%; } }
          html body .seminar_pickup.column_4 ul li a {
            padding: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            html body .seminar_pickup.column_4 ul li a .title {
              padding: 0.5rem 0 0 0; }
              html body .seminar_pickup.column_4 ul li a .title b {
                font-size: 1.25rem; }
                html body .seminar_pickup.column_4 ul li a .title b span {
                  display: block;
                  width: 100%;
                  font-size: 1rem; }
            html body .seminar_pickup.column_4 ul li a .category span {
              display: inline-block;
              padding: 0.3rem 0.8rem;
              border-radius: 0.3rem;
              font-weight: 700;
              font-size: 0.875rem;
              text-align: center; }
              html body .seminar_pickup.column_4 ul li a .category span.pink {
                background-color: #FDAFC4;
                color: #fff; }
              html body .seminar_pickup.column_4 ul li a .category span.orange {
                background-color: #FBAA1A;
                color: #fff; }
            html body .seminar_pickup.column_4 ul li a .dl_wrap {
              padding: 1rem 0;
              flex-grow: 1; }
              html body .seminar_pickup.column_4 ul li a .dl_wrap dl {
                font-size: 0.875rem;
                display: flex;
                padding: 0.2rem 0; }
                @media (max-width: 660px) {
                  html body .seminar_pickup.column_4 ul li a .dl_wrap dl {
                    font-size: 0.92307692307692rem; } }
                html body .seminar_pickup.column_4 ul li a .dl_wrap dl dt {
                  width: 5.5em;
                  min-width: 5.5em; }
                html body .seminar_pickup.column_4 ul li a .dl_wrap dl dd {
                  width: 100%; }
    html body .tabs input {
      display: none; }
    html body .tabs label {
      font-size: 0.875rem;
      border: 2px solid #00ACBA;
      background-color: #fff;
      color: #00ACBA;
      padding: 0.5rem 1rem;
      margin: 0 0.5em 0.5em 0;
      display: inline-block;
      font-weight: 700;
      min-width: 6em;
      text-align: center; }
    html body .tabs .tab_content {
      display: none; }
      html body .tabs .tab_content .message {
        width: 100%;
        min-height: 30vh;
        display: flex;
        justify-content: center;
        align-items: center; }
        html body .tabs .tab_content .message p {
          text-align: center; }
    html body .tabs input:checked + .tab_item {
      background-color: #00ACBA;
      color: #fff; }
    html body .tabs #online:checked ~ #online_content, html body .tabs #hokkaido_tohoku:checked ~ #hokkaido_tohoku_content, html body .tabs #kanto:checked ~ #kanto_content, html body .tabs #hokuriku_koshinetsu:checked ~ #hokuriku_koshinetsu_content, html body .tabs #tokai:checked ~ #tokai_content, html body .tabs #kinki:checked ~ #kinki_content, html body .tabs #chugoku_shikoku:checked ~ #chugoku_shikoku_content, html body .tabs #kyusyu_okinawa:checked ~ #kyusyu_okinawa_content {
      display: block; }
    html body .title_flex {
      display: flex; }
      @media (max-width: 880px) {
        html body .title_flex {
          flex-wrap: wrap; } }
      html body .title_flex .category {
        width: 28%;
        min-width: 9em;
        padding-right: 1rem; }
        @media (max-width: 880px) {
          html body .title_flex .category {
            min-width: inherit;
            width: auto;
            padding-bottom: 0.5rem; } }
        html body .title_flex .category span {
          padding: 0.8rem;
          border-radius: 0.3rem;
          font-weight: 700;
          font-size: 1rem;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center; }
          html body .title_flex .category span.pink {
            background-color: #FDAFC4;
            color: #fff; }
          html body .title_flex .category span.orange {
            background-color: #FBAA1A;
            color: #fff; }
          @media (max-width: 880px) {
            html body .title_flex .category span {
              padding: 0.3rem 0.8rem; }
              html body .title_flex .category span br {
                display: none; } }
      html body .title_flex .title {
        width: 72%;
        display: flex;
        align-items: center; }
        @media (max-width: 880px) {
          html body .title_flex .title {
            width: 100%;
            padding-left: 0; } }
        html body .title_flex .title b {
          display: block;
          font-size: 1.625rem; }
          html body .title_flex .title b span {
            display: block;
            font-size: 1.25rem; }
    html body .point_list {
      padding: 1rem 0 2rem 0; }
      html body .point_list ul {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 660px) {
          html body .point_list ul {
            flex-wrap: wrap; } }
        html body .point_list ul li {
          width: calc( (100% - 3.75rem) / 3); }
          @media (max-width: 660px) {
            html body .point_list ul li {
              width: 80%;
              padding: 0 0 2rem 0;
              margin: 0 auto; } }
          html body .point_list ul li .point_title h3 {
            border: 5px solid #0A29D5;
            border-radius: 1rem;
            padding: 0.5rem;
            min-height: 7rem;
            text-align: center;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            font-size: 1.25rem;
            z-index: 2;
            background-color: #fff;
            position: relative; }
            @media (max-width: 1290px) {
              html body .point_list ul li .point_title h3 {
                border: 4px solid #0A29D5;
                font-size: 1.1428571428571rem; } }
            html body .point_list ul li .point_title h3::before {
              position: absolute;
              bottom: -2.5rem;
              left: 20%;
              content: "";
              background-image: url(../img/bar.svg);
              background-size: contain;
              background-repeat: no-repeat;
              vertical-align: middle;
              z-index: 3;
              width: 30%;
              height: 3rem; }
              @media (max-width: 880px) {
                html body .point_list ul li .point_title h3::before {
                  width: 40%; } }
              @media (max-width: 660px) {
                html body .point_list ul li .point_title h3::before {
                  left: 30%; } }
          html body .point_list ul li .img_flex {
            display: flex;
            padding-top: 1rem; }
            @media (max-width: 880px) {
              html body .point_list ul li .img_flex {
                flex-wrap: wrap; } }
            html body .point_list ul li .img_flex p {
              width: 75%;
              padding: 3rem 1.5rem 0 0; }
              @media (max-width: 880px) {
                html body .point_list ul li .img_flex p {
                  width: 100%;
                  order: 999;
                  padding: 1rem 0 0 0; } }
              @media (max-width: 660px) {
                html body .point_list ul li .img_flex p {
                  order: 1;
                  width: 75%;
                  padding: 2.5rem 1.5rem 0 0; } }
            html body .point_list ul li .img_flex .img_box {
              width: 25%; }
              @media (max-width: 880px) {
                html body .point_list ul li .img_flex .img_box {
                  margin: 0 0 0 auto; } }
              @media (max-width: 660px) {
                html body .point_list ul li .img_flex .img_box {
                  margin: 0;
                  order: 2; } }
              html body .point_list ul li .img_flex .img_box img {
                width: 100%;
                height: auto; }
    html body .back_3point_inner {
      width: 70%;
      padding-top: 2rem; }
      @media (max-width: 660px) {
        html body .back_3point_inner {
          padding: 0;
          width: 100%; } }
      html body .back_3point_inner .img_box {
        width: 100%; }
        html body .back_3point_inner .img_box img {
          width: 100%;
          height: auto; }
      html body .back_3point_inner .text b span.font_border_yellow {
        transition-delay: 1.4s; }
      @media (max-width: 660px) {
        html body .back_3point_inner .text {
          padding: 0; } }
      html body .back_3point_inner .point {
        padding: 2rem 0; }
        @media (max-width: 660px) {
          html body .back_3point_inner .point {
            padding: 1rem 0; } }
        html body .back_3point_inner .point .point3_box {
          width: 90%; }
          @media (max-width: 1290px) {
            html body .back_3point_inner .point .point3_box {
              width: 65%; } }
          @media (max-width: 400px) {
            html body .back_3point_inner .point .point3_box {
              width: 68%; } }
          html body .back_3point_inner .point .point3_box .point3_flex .point3_flex_in {
            opacity: 0;
            transition: all ease-in-out 1s; }
            html body .back_3point_inner .point .point3_box .point3_flex .point3_flex_in::after {
              opacity: 0; }
            html body .back_3point_inner .point .point3_box .point3_flex .point3_flex_in:nth-of-type(2) {
              transition-delay: 0.5s; }
            html body .back_3point_inner .point .point3_box .point3_flex .point3_flex_in:nth-of-type(3) {
              transition-delay: 1s; }
            html body .back_3point_inner .point .point3_box .point3_flex .point3_flex_in.animated {
              opacity: 1; }
    html body .graph_flex {
      display: flex;
      padding: 1rem 0; }
      @media (max-width: 660px) {
        html body .graph_flex {
          flex-wrap: wrap;
          padding-bottom: 6rem;
          position: relative; } }
      html body .graph_flex .graph_flex_in {
        width: 55%;
        padding-right: 2rem; }
        @media (max-width: 660px) {
          html body .graph_flex .graph_flex_in {
            width: 100%;
            padding: 0; } }
        @media (max-width: 880px) {
          html body .graph_flex .graph_flex_in .title_block {
            width: 95vw; } }
        @media (max-width: 660px) {
          html body .graph_flex .graph_flex_in .title_block {
            width: 100%; } }
        @media (max-width: 660px) {
          html body .graph_flex .graph_flex_in .a_btn_circle {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            display: block;
            width: 100%; } }
      html body .graph_flex .graph_flex_img {
        width: 45%; }
        @media (max-width: 880px) {
          html body .graph_flex .graph_flex_img {
            display: flex;
            align-items: flex-end;
            margin-bottom: 1rem; } }
        @media (max-width: 660px) {
          html body .graph_flex .graph_flex_img {
            width: 90%;
            margin: 0 auto; } }
        @media (max-width: 400px) {
          html body .graph_flex .graph_flex_img {
            width: 100%; } }
        html body .graph_flex .graph_flex_img .img_box {
          width: 100%; }
          html body .graph_flex .graph_flex_img .img_box img {
            width: 100%;
            height: auto; }
    html body ul.article_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      html body ul.article_list::after, html body ul.article_list::before {
        display: block;
        content: "";
        order: 999;
        width: calc( (100% - 3.75rem) / 3); }
        @media (max-width: 880px) {
          html body ul.article_list::after, html body ul.article_list::before {
            width: calc( (100% - 2rem) / 2); } }
        @media (max-width: 660px) {
          html body ul.article_list::after, html body ul.article_list::before {
            width: 100%; } }
      html body ul.article_list li {
        width: calc( (100% - 3.75rem) / 3);
        padding-bottom: 2rem; }
        @media (max-width: 880px) {
          html body ul.article_list li {
            width: calc( (100% - 2rem) / 2); } }
        @media (max-width: 660px) {
          html body ul.article_list li {
            width: 100%; } }
        html body ul.article_list li a {
          display: block;
          text-decoration: none;
          height: 100%; }
          html body ul.article_list li a article {
            display: flex;
            flex-direction: column;
            height: 100%; }
            html body ul.article_list li a article .img_box {
              width: 100%;
              z-index: 1;
              -webkit-transition: all ease 0.5s;
              transition: all ease 0.5s; }
              html body ul.article_list li a article .img_box img {
                width: 100%;
                height: auto; }
              html body ul.article_list li a article .img_box .img_box_logo {
                width: 45%;
                margin-top: -8%;
                z-index: 2; }
            html body ul.article_list li a article h3 {
              font-size: 1.25rem;
              font-weight: 700;
              color: #00ACBA;
              padding: 0.5rem 0; }
              html body ul.article_list li a article h3 span {
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #E4F8FA 50%) no-repeat left;
                background-size: 0 100%;
                display: inline;
                transition: all ease-in-out 1s; }
            html body ul.article_list li a article p {
              font-weight: 700;
              padding: 0 0 0.5rem 0; }
            html body ul.article_list li a article dl {
              display: flex;
              font-size: 0.875rem; }
              html body ul.article_list li a article dl dt {
                width: 6em;
                font-weight: 500; }
              html body ul.article_list li a article dl dd {
                font-weight: 700; }
          html body ul.article_list li a:hover h3 span {
            background-size: 100% 100%; }
          html body ul.article_list li a:hover .img_box {
            opacity: 0.7; }
      html body ul.article_list.tb_show li:last-of-type {
        display: none; }
        @media (max-width: 880px) {
          html body ul.article_list.tb_show li:last-of-type {
            display: block; } }
        @media (max-width: 660px) {
          html body ul.article_list.tb_show li:last-of-type {
            display: none; } }
      html body ul.article_list.white li a article h3 span {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #fff 50%) no-repeat left;
        background-size: 0 100%; }
      html body ul.article_list.white li a:hover h3 span {
        background-size: 100% 100%; }
    html body .back_light_green {
      position: relative;
      overflow: hidden; }
      @media (min-width: 1900px) {
        html body .back_light_green .inner {
          position: relative; } }
    html body .tag_block {
      padding-top: 2rem; }
      @media (max-width: 780px) {
        html body .tag_block {
          width: 50%; } }
      @media (max-width: 660px) {
        html body .tag_block {
          width: 100%; } }
      html body .tag_block .tag_list {
        display: flex;
        flex-wrap: wrap;
        max-width: 29em; }
        @media (max-width: 660px) {
          html body .tag_block .tag_list {
            max-width: 100%; } }
        html body .tag_block .tag_list .tag_list_in {
          margin: 0 0.5rem 0.5rem 0; }
          html body .tag_block .tag_list .tag_list_in .tag {
            background-color: #F0F0F0;
            padding: 0.8rem 1rem;
            min-width: 9em;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.8125rem;
            font-weight: 700; }
            @media (max-width: 660px) {
              html body .tag_block .tag_list .tag_list_in .tag {
                min-width: 8em; } }
    html body .support_flex {
      display: flex; }
      @media (max-width: 780px) {
        html body .support_flex {
          display: block; } }
      html body .support_flex .support_flex_in {
        width: 50%; }
        @media (max-width: 780px) {
          html body .support_flex .support_flex_in {
            width: 100%; } }
      html body .support_flex .support_flex_img {
        position: absolute;
        content: "";
        display: block;
        bottom: 0;
        right: 0;
        max-height: 90%;
        max-width: 45%;
        overflow: hidden;
        border-radius: 4rem 0 0 0; }
        @media (min-width: 1900px) {
          html body .support_flex .support_flex_img {
            bottom: -3.5rem; } }
        @media (max-width: 660px) {
          html body .support_flex .support_flex_img {
            position: relative;
            max-height: inherit;
            max-width: 65%;
            margin: 2rem -1.1538461538462rem -3rem auto; } }
        html body .support_flex .support_flex_img .img_box {
          width: 100%;
          z-index: 2; }
          html body .support_flex .support_flex_img .img_box img {
            width: 100%;
            height: auto; }
          html body .support_flex .support_flex_img .img_box .img_box_in {
            width: 100%;
            position: absolute;
            display: block;
            content: "";
            bottom: 2rem;
            left: 1.5rem;
            z-index: 3; }
            @media (max-width: 660px) {
              html body .support_flex .support_flex_img .img_box .img_box_in {
                bottom: 1.8rem;
                left: 1rem; } }
            html body .support_flex .support_flex_img .img_box .img_box_in .point3_box {
              width: 100%; }
              html body .support_flex .support_flex_img .img_box .img_box_in .point3_box .point3_flex {
                justify-content: flex-start; }
                html body .support_flex .support_flex_img .img_box .img_box_in .point3_box .point3_flex .point3_flex_in {
                  width: 33%; }
                  @media (max-width: 1290px) {
                    html body .support_flex .support_flex_img .img_box .img_box_in .point3_box .point3_flex .point3_flex_in {
                      width: 36%; } }
                  @media (max-width: 880px) {
                    html body .support_flex .support_flex_img .img_box .img_box_in .point3_box .point3_flex .point3_flex_in {
                      width: 45%; } }
                  @media (max-width: 400px) {
                    html body .support_flex .support_flex_img .img_box .img_box_in .point3_box .point3_flex .point3_flex_in {
                      width: 52%; } }
    html body .merit_block {
      width: 55%;
      margin: 0 0 0 auto; }
      @media (max-width: 660px) {
        html body .merit_block {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: flex-end; } }
      html body .merit_block .title_block .title_img {
        width: 85%;
        padding: 1rem 0; }
        @media (max-width: 1290px) {
          html body .merit_block .title_block .title_img {
            width: 100%; } }
        html body .merit_block .title_block .title_img img {
          width: 100%;
          height: auto; }
      @media (max-width: 660px) {
        html body .merit_block .title_block {
          width: 54%; } }
      @media (max-width: 660px) {
        html body .merit_block .text {
          width: 100%; } }
      html body .merit_block .img_block {
        width: 100%;
        display: flex; }
        @media (max-width: 660px) {
          html body .merit_block .img_block {
            width: 75%; } }
        html body .merit_block .img_block .img_box {
          width: 64%;
          padding: 0 0 1rem 0;
          transition: all linear 0.8s;
          opacity: 0.5; }
          html body .merit_block .img_block .img_box:first-of-type {
            margin-right: -14%;
            clip-path: inset(0 0 0 100%); }
          html body .merit_block .img_block .img_box:last-of-type {
            margin-left: -14%;
            clip-path: inset(0 100% 0 0); }
          html body .merit_block .img_block .img_box.animated {
            clip-path: inset(0 0 0 0);
            opacity: 1; }
          @media (max-width: 660px) {
            html body .merit_block .img_block .img_box {
              padding: 1rem 0 2rem 0;
              width: 75%; } }
          @media (max-width: 400px) {
            html body .merit_block .img_block .img_box {
              padding: 0 0 1rem 0;
              width: 85%; } }
          html body .merit_block .img_block .img_box img {
            width: 100%;
            height: auto; }
    html body .image_flex {
      display: flex;
      padding: 1rem 0 2rem 0; }
      @media (max-width: 660px) {
        html body .image_flex {
          flex-wrap: wrap;
          padding-top: 0; } }
      html body .image_flex .image_flex_img {
        width: 45%; }
        html body .image_flex .image_flex_img .img_box {
          width: 100%; }
          html body .image_flex .image_flex_img .img_box img {
            width: 100%;
            height: auto; }
        @media (max-width: 660px) {
          html body .image_flex .image_flex_img {
            width: 100%;
            order: 999; } }
      html body .image_flex .image_flex_in {
        width: 55%;
        padding-left: 2rem; }
        @media (max-width: 660px) {
          html body .image_flex .image_flex_in {
            width: 100%;
            padding-left: 0; } }
      html body .image_flex .title_block {
        padding-top: 0; }
    html body .privilege_flex {
      margin: 0 auto;
      padding: 2rem 0;
      max-width: 53.125rem; }
      html body .privilege_flex .point3_box {
        width: 100%; }
        html body .privilege_flex .point3_box .point3_flex .point3_flex_in {
          padding: 0 1rem 1rem 1rem; }
          @media (max-width: 660px) {
            html body .privilege_flex .point3_box .point3_flex .point3_flex_in {
              width: 40%;
              margin: 0 10%; } }
          @media (max-width: 460px) {
            html body .privilege_flex .point3_box .point3_flex .point3_flex_in {
              width: 49%;
              margin: 0 5%; }
              html body .privilege_flex .point3_box .point3_flex .point3_flex_in:nth-of-type(2), html body .privilege_flex .point3_box .point3_flex .point3_flex_in:last-of-type {
                margin: 0%; } }
          @media (max-width: 380px) {
            html body .privilege_flex .point3_box .point3_flex .point3_flex_in {
              width: 66%;
              margin: 0 2%; }
              html body .privilege_flex .point3_box .point3_flex .point3_flex_in:nth-of-type(2), html body .privilege_flex .point3_box .point3_flex .point3_flex_in:first-of-type {
                margin: 0 2% 1rem 2%; } }
          @media (max-width: 660px) {
            html body .privilege_flex .point3_box .point3_flex .point3_flex_in .back .white {
              box-shadow: 0.875rem 1.25rem 0.5rem 0.3rem rgba(0, 0, 0, 0.3); } }
          html body .privilege_flex .point3_box .point3_flex .point3_flex_in.slide-in:nth-of-type(2) {
            animation-delay: 0.5s; }
            html body .privilege_flex .point3_box .point3_flex .point3_flex_in.slide-in:nth-of-type(2) .slide-in_inner {
              animation-delay: 0.5s; }
          html body .privilege_flex .point3_box .point3_flex .point3_flex_in.slide-in:nth-of-type(3) {
            animation-delay: 1s; }
            html body .privilege_flex .point3_box .point3_flex .point3_flex_in.slide-in:nth-of-type(3) .slide-in_inner {
              animation-delay: 1s; }
          @media (max-width: 380px) {
            html body .privilege_flex .point3_box .point3_flex .point3_flex_in.slide-in:nth-of-type(2) {
              animation-delay: 0s; }
              html body .privilege_flex .point3_box .point3_flex .point3_flex_in.slide-in:nth-of-type(2) .slide-in_inner {
                animation-delay: 0s; }
            html body .privilege_flex .point3_box .point3_flex .point3_flex_in.slide-in:nth-of-type(3) {
              animation-delay: 0s; }
              html body .privilege_flex .point3_box .point3_flex .point3_flex_in.slide-in:nth-of-type(3) .slide-in_inner {
                animation-delay: 0s; } }
      @media (max-width: 460px) {
        html body .privilege_flex {
          padding-bottom: 0; } }
      @media (max-width: 460px) {
        html body .privilege_flex.column1, html body .privilege_flex.column2 {
          padding-bottom: 2rem; } }
      html body .privilege_flex.column1 .point3_box .point3_flex, html body .privilege_flex.column2 .point3_box .point3_flex {
        justify-content: center; }
        @media (max-width: 460px) {
          html body .privilege_flex.column1 .point3_box .point3_flex .point3_flex_in, html body .privilege_flex.column2 .point3_box .point3_flex .point3_flex_in {
            width: 49%;
            margin: 0 5%; }
            html body .privilege_flex.column1 .point3_box .point3_flex .point3_flex_in:nth-of-type(2), html body .privilege_flex.column2 .point3_box .point3_flex .point3_flex_in:nth-of-type(2) {
              margin: 0 2% 1rem 2%; } }
        @media (max-width: 380px) {
          html body .privilege_flex.column1 .point3_box .point3_flex .point3_flex_in, html body .privilege_flex.column2 .point3_box .point3_flex .point3_flex_in {
            width: 66%;
            margin: 0 2%; } }
      @media (max-width: 460px) {
        html body .privilege_flex.column2 .point3_box .point3_flex .point3_flex_in:first-of-type {
          margin-bottom: 1rem; } }
      @media (max-width: 450px) {
        html body .privilege_flex.include {
          padding-bottom: 2rem; } }
      html body .privilege_flex.include .point3_box {
        padding: 0 1.5rem; }
        @media (max-width: 1290px) {
          html body .privilege_flex.include .point3_box {
            padding: 0; } }
        @media (max-width: 660px) {
          html body .privilege_flex.include .point3_box {
            padding: 0.5rem; } }
        html body .privilege_flex.include .point3_box .point3_flex .point3_flex_in {
          margin-top: 0;
          margin-bottom: 0; }
          @media (max-width: 380px) {
            html body .privilege_flex.include .point3_box .point3_flex .point3_flex_in {
              width: 49%;
              margin: 0 5%; }
              html body .privilege_flex.include .point3_box .point3_flex .point3_flex_in:first-of-type {
                margin: 0 5%; }
              html body .privilege_flex.include .point3_box .point3_flex .point3_flex_in:nth-of-type(2), html body .privilege_flex.include .point3_box .point3_flex .point3_flex_in:nth-of-type(3) {
                margin: 0 !important; } }
          @media (max-width: 365px) {
            html body .privilege_flex.include .point3_box .point3_flex .point3_flex_in {
              width: 66%; } }
          @media (max-width: 880px) {
            html body .privilege_flex.include .point3_box .point3_flex .point3_flex_in .back .white .flex b span {
              font-size: 3.5rem; } }
          @media (max-width: 660px) {
            html body .privilege_flex.include .point3_box .point3_flex .point3_flex_in .back .white .flex b span {
              font-size: 3.5rem; } }
          @media (max-width: 400px) {
            html body .privilege_flex.include .point3_box .point3_flex .point3_flex_in .back .white .flex b span {
              font-size: 3.5rem; } }
    html body .q_a_list {
      padding: 2rem 0;
      max-width: 61.25rem;
      margin: 0 auto; }
      html body .q_a_list .q_a_list_in {
        margin-bottom: 1.5rem;
        padding: 1rem 2rem;
        background-color: #fff;
        border-radius: 1rem; }
        html body .q_a_list .q_a_list_in:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 660px) {
          html body .q_a_list .q_a_list_in {
            padding: 1rem 1.25rem; } }
        html body .q_a_list .q_a_list_in div {
          display: flex;
          font-family: hero-new, sans-serif;
          font-style: normal; }
          html body .q_a_list .q_a_list_in div span {
            font-size: 2.25rem;
            font-weight: 700;
            width: 1.5em;
            min-width: 1.5em;
            height: 1.5em;
            min-height: 1.5em;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5rem; }
          html body .q_a_list .q_a_list_in div p {
            padding: 0.7rem 0 0.3rem 1rem;
            display: block;
            line-height: 1.8;
            font-size: 1rem; }
            html body .q_a_list .q_a_list_in div p a {
              text-decoration: underline; }
              html body .q_a_list .q_a_list_in div p a:hover {
                text-decoration: none; }
          html body .q_a_list .q_a_list_in div.q_block {
            padding-bottom: 1.25rem; }
            html body .q_a_list .q_a_list_in div.q_block p {
              color: #0092E5; }
            html body .q_a_list .q_a_list_in div.q_block span {
              background-color: #BFE8FF;
              color: #0092E5; }
          html body .q_a_list .q_a_list_in div.a_block span {
            background-color: #FFE8E8;
            color: #E35D5D; }
    html body .ui-datepicker .ui-datepicker-header {
      background-color: #00ACBA; }
    html body .ui-datepicker .ui-widget-content, html body .ui-datepicker .ui-state-default {
      border-color: #00ACBA !important; }
    html body .ui-datepicker .ui-state-active {
      background-color: #00ACBA;
      border-color: #00ACBA; }
    html body .error_comment {
      color: #DA4A15;
      font-size: 0.8125rem;
      padding-bottom: 0.5rem;
      font-weight: 700; }
      html body .error_comment .mark {
        display: table-cell; }
        html body .error_comment .mark span {
          background-color: #DA4A15;
          color: #fff;
          width: 1.5em;
          height: 1.5em;
          min-width: 1.5em;
          min-height: 1.5em;
          border-radius: 0.2rem;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 0.5rem; }
      html body .error_comment .error {
        display: table-cell; }
      html body .error_comment.error_radio_checkbox {
        display: none; }
        html body .error_comment.error_radio_checkbox:first-of-type {
          display: block; }
    html body .cover_title {
      background-color: #F0F0F0; }
      @media (max-width: 1290px) {
        html body .cover_title .inner {
          padding-right: 0; } }
      @media (max-width: 660px) {
        html body .cover_title .inner {
          padding-right: 1.1538461538462rem; } }
      html body .cover_title .cover_title_flex {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 660px) {
          html body .cover_title .cover_title_flex {
            flex-wrap: wrap; } }
        html body .cover_title .cover_title_flex .title {
          padding: 2rem 0;
          width: 70%;
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          justify-content: center; }
          @media (max-width: 660px) {
            html body .cover_title .cover_title_flex .title {
              width: 100%;
              padding: 1.5rem 0; } }
          html body .cover_title .cover_title_flex .title .title_block {
            padding: 0; }
            html body .cover_title .cover_title_flex .title .title_block p, html body .cover_title .cover_title_flex .title .title_block .p {
              padding: 0.5rem 0;
              font-size: 2.25rem;
              line-height: 1.65; }
              @media (max-width: 660px) {
                html body .cover_title .cover_title_flex .title .title_block p, html body .cover_title .cover_title_flex .title .title_block .p {
                  font-size: 2rem; } }
            html body .cover_title .cover_title_flex .title .title_block b {
              font-size: 1.25rem;
              display: block;
              padding: 0.5rem 0; }
              @media (max-width: 1290px) {
                html body .cover_title .cover_title_flex .title .title_block b {
                  font-size: 1.0714285714286rem; } }
        html body .cover_title .cover_title_flex .img_box_wrap {
          width: 28%;
          display: flex;
          justify-content: center;
          align-items: center; }
          html body .cover_title .cover_title_flex .img_box_wrap .img_box {
            width: 100%;
            overflow: hidden;
            position: relative;
            background: none; }
            @media (max-width: 660px) {
              html body .cover_title .cover_title_flex .img_box_wrap .img_box {
                overflow: inherit; } }
            html body .cover_title .cover_title_flex .img_box_wrap .img_box:before {
              content: "";
              display: block;
              padding-top: 100%;
              overflow: hidden; }
            html body .cover_title .cover_title_flex .img_box_wrap .img_box img {
              position: absolute;
              width: auto;
              height: 100%;
              top: 50%;
              right: 50%;
              bottom: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%); }
          @media (max-width: 660px) {
            html body .cover_title .cover_title_flex .img_box_wrap {
              width: 60%;
              margin: 0 auto;
              padding: 0;
              margin-bottom: 2rem; } }
      @media (max-width: 660px) {
        html body .cover_title.sub {
          background: none; } }
      @media (max-width: 660px) {
        html body .cover_title.sub .inner {
          padding: 0; } }
      @media (max-width: 660px) {
        html body .cover_title.sub .inner .cover_title_flex {
          position: relative; } }
      @media (max-width: 660px) {
        html body .cover_title.sub .inner .cover_title_flex .title {
          padding: 1.5rem 1.1538461538462rem;
          background-color: #F0F0F0; } }
      html body .cover_title.sub .inner .cover_title_flex .img_box_wrap {
        width: 28%;
        margin: 1.5rem 0; }
        @media (max-width: 660px) {
          html body .cover_title.sub .inner .cover_title_flex .img_box_wrap {
            width: 30%;
            margin: 0 0 0 auto;
            padding: 1rem 1.1538461538462rem;
            position: absolute;
            content: "";
            right: 0;
            top: 100%; } }
        html body .cover_title.sub .inner .cover_title_flex .img_box_wrap .img_box {
          width: 70%;
          border-radius: 50rem;
          overflow: hidden; }
          @media (max-width: 660px) {
            html body .cover_title.sub .inner .cover_title_flex .img_box_wrap .img_box {
              overflow: hidden;
              width: 100%;
              padding-bottom: 0;
              margin: 0 0 0 auto; } }
    html body .shiki_wrap {
      display: flex;
      justify-content: center;
      padding: 1rem 0; }
      html body .shiki_wrap div {
        font-family: hero-new, sans-serif;
        font-size: 2rem;
        font-weight: 700;
        background-color: #64A9CB;
        min-width: 3.5rem;
        min-height: 3.5rem;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0.5rem;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: all ease-in-out 1s;
        z-index: 7; }
        @media (max-width: 400px) {
          html body .shiki_wrap div {
            font-size: 1.8rem;
            min-width: 3rem;
            min-height: 3rem;
            width: 3rem;
            height: 3rem; } }
        html body .shiki_wrap div:nth-of-type(2) {
          transition-delay: 0.5s; }
        html body .shiki_wrap div:nth-of-type(3) {
          transition-delay: 1s;
          background-color: #FF7170; }
        html body .shiki_wrap div:nth-of-type(4) {
          transition-delay: 1.5s; }
        html body .shiki_wrap div:last-of-type {
          transition-delay: 2s;
          min-width: 10rem;
          width: 10rem;
          background-color: #FBAA1A; }
          @media (max-width: 400px) {
            html body .shiki_wrap div:last-of-type {
              min-width: 9rem;
              width: 9rem; } }
        html body .shiki_wrap div.animated {
          opacity: 1; }
        html body .shiki_wrap div.equal, html body .shiki_wrap div.plus {
          background: none;
          position: relative;
          min-width: inherit;
          min-height: inherit;
          width: auto;
          height: auto;
          margin: 0 0.5rem; }
          html body .shiki_wrap div.equal span, html body .shiki_wrap div.plus span {
            position: absolute;
            content: "";
            display: block;
            pointer-events: none;
            margin: 0 auto;
            border-radius: 1rem;
            z-index: 5; }
          html body .shiki_wrap div.equal b, html body .shiki_wrap div.plus b {
            background-color: #fff;
            z-index: 3; }
        html body .shiki_wrap div.plus {
          transform: rotate(45deg);
          z-index: 6; }
          html body .shiki_wrap div.plus b {
            transform: rotate(45deg); }
          html body .shiki_wrap div.plus span {
            top: 50%;
            bottom: 50%;
            right: 50%;
            left: 50%;
            width: 1.5rem;
            height: 5px;
            background-color: #707070;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); }
            html body .shiki_wrap div.plus span:last-of-type {
              width: 5px;
              height: 1.5rem; }
        html body .shiki_wrap div.equal span {
          bottom: 50%;
          right: 50%;
          left: 50%;
          width: 1.5rem;
          height: 5px;
          background-color: #707070;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          top: 1.4rem; }
          html body .shiki_wrap div.equal span:last-of-type {
            top: 2rem; }
    html body .subject_list {
      padding: 1rem 0 0 0;
      max-width: 54rem;
      margin: 0 auto; }
      html body .subject_list .subject_list_in {
        display: flex;
        padding: 1rem 0 0.5rem 0;
        border-bottom: 1px dashed #CCCCCC; }
        html body .subject_list .subject_list_in:last-of-type {
          border-bottom: none; }
        html body .subject_list .subject_list_in dt {
          width: 8em;
          padding: 1em 0 0 0;
          color: #1B224C; }
        html body .subject_list .subject_list_in dd {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          font-size: 1.0625rem; }
          @media (max-width: 660px) {
            html body .subject_list .subject_list_in dd {
              justify-content: space-between; } }
          html body .subject_list .subject_list_in dd div {
            margin: 0 0.5rem 0.5rem 0;
            min-height: 3.5em;
            min-width: 8em;
            background-color: #F0F0F0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            text-align: center;
            flex-direction: column; }
            html body .subject_list .subject_list_in dd div:last-of-type {
              margin: 0 0 0.5rem 0; }
            @media (max-width: 660px) {
              html body .subject_list .subject_list_in dd div {
                margin: 0 0 0.5rem 0;
                width: 48%;
                min-width: inherit; } }
            html body .subject_list .subject_list_in dd div.blue {
              background-color: #BFE8FF; }
            html body .subject_list .subject_list_in dd div.orange {
              background-color: #FFF2C7; }
            html body .subject_list .subject_list_in dd div.pink {
              background-color: #FFE8E8; }
            html body .subject_list .subject_list_in dd div.green {
              background-color: #dbffb7; }
            html body .subject_list .subject_list_in dd div.purple {
              background-color: #EEF0FF; }
            html body .subject_list .subject_list_in dd div small {
              display: block;
              width: 100%;
              font-size: 0.675rem; }
              html body .subject_list .subject_list_in dd div small span {
                font-size: 0.625rem;
                transform: scale(0.8); }
              @media (max-width: 660px) {
                html body .subject_list .subject_list_in dd div small {
                  font-size: 0.92307692307692rem; }
                  html body .subject_list .subject_list_in dd div small span {
                    font-size: 0.76923076923077rem; } }
    html body .dl_list {
      padding: 2rem 0 1rem 0; }
      html body .dl_list dl {
        display: flex;
        font-size: 1rem;
        padding: 0.4rem 0; }
        html body .dl_list dl dt {
          width: 8em;
          min-width: 8em;
          font-weight: 700; }
        html body .dl_list dl dd {
          font-weight: 700; }
          html body .dl_list dl dd a {
            word-break: break-all; }
      @media (max-width: 660px) {
        html body .dl_list.sub_dl {
          width: 70%;
          margin: 0 auto 0 0;
          padding-right: 0; }
          html body .dl_list.sub_dl dl dt {
            width: 5em;
            min-width: 5em; } }
      html body .dl_list.schedule {
        padding: 0 0 1rem 0; }
        html body .dl_list.schedule dl {
          padding: 0;
          font-size: 0.875rem; }
          html body .dl_list.schedule dl dt {
            width: 3em;
            min-width: 3em; }
          html body .dl_list.schedule dl dd {
            font-weight: 500; }
    html body .small_tag {
      display: table-cell; }
      html body .small_tag .tag {
        background-color: #F0F0F0;
        font-size: 0.75rem;
        padding: 0.3rem 0;
        line-height: 1;
        display: inline-block;
        text-align: center;
        min-width: 5em;
        border-radius: 0.2rem;
        margin-right: 0.3rem;
        margin-bottom: 0.3rem; }
    html body .overview_list {
      width: 100%;
      font-size: 1rem;
      font-weight: 700;
      padding: 1rem 0 0.5rem 0; }
      html body .overview_list li {
        padding: 0.5rem;
        border-bottom: 1px solid #707070; }
        html body .overview_list li:first-of-type {
          border-top: 1px solid #707070; }
    html body .text_block .text_block_in {
      padding: 1rem 0; }
    html body .text_block .text p {
      font-size: 1rem; }
    html body .text_block .text.overview p {
      font-size: 1.125rem; }
    html body .text_block .img_box {
      width: 100%;
      padding: 1rem 0; }
      html body .text_block .img_box img {
        width: 100%;
        height: auto; }
    html body .speakers_list {
      padding-bottom: 2rem; }
      html body .speakers_list .speakers_list_in {
        padding: 1rem 0.5rem; }
        html body .speakers_list .speakers_list_in .shadow {
          padding: 2rem 3rem;
          border-radius: 0.5rem;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3); }
          @media (max-width: 880px) {
            html body .speakers_list .speakers_list_in .shadow {
              padding: 2rem; } }
          @media (max-width: 660px) {
            html body .speakers_list .speakers_list_in .shadow {
              padding: 1.5rem; } }
          html body .speakers_list .speakers_list_in .shadow .speakers_list_flex {
            display: flex;
            justify-content: space-between; }
            @media (max-width: 660px) {
              html body .speakers_list .speakers_list_in .shadow .speakers_list_flex {
                flex-wrap: wrap; } }
            html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_text {
              width: 70%;
              display: flex;
              flex-direction: column;
              justify-content: center; }
              @media (max-width: 660px) {
                html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_text {
                  width: 100%; } }
              html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_text b {
                font-size: 1.25rem; }
                @media (max-width: 660px) {
                  html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_text b {
                    font-size: 1.0769230769rem; } }
              html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_text p {
                font-size: 0.875rem;
                padding: 1rem 0;
                font-weight: 700; }
              html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_text span {
                font-size: 0.8125rem;
                line-height: 2; }
            html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_img {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 25%; }
              @media (max-width: 660px) {
                html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_img {
                  width: 35%;
                  margin: 0 auto;
                  padding-bottom: 1rem; } }
              html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_img .img_box {
                padding: 0;
                border-radius: 20rem;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center; }
                html body .speakers_list .speakers_list_in .shadow .speakers_list_flex .speakers_list_img .img_box img {
                  width: 100%;
                  height: auto; }
    html body .benefits_list {
      padding: 2rem 0; }
      html body .benefits_list .benefits_list_in {
        padding: 0.8rem 0;
        border-bottom: 1px solid #707070; }
        html body .benefits_list .benefits_list_in:first-of-type {
          border-top: 1px solid #707070; }
        html body .benefits_list .benefits_list_in .benefits_list_flex {
          display: flex;
          justify-content: space-between; }
          html body .benefits_list .benefits_list_in .benefits_list_flex .icon {
            width: 12%; }
            @media (max-width: 660px) {
              html body .benefits_list .benefits_list_in .benefits_list_flex .icon {
                width: 5em;
                min-width: 5em; } }
            html body .benefits_list .benefits_list_in .benefits_list_flex .icon .point3_box {
              width: 100%; }
              html body .benefits_list .benefits_list_in .benefits_list_flex .icon .point3_box .point3_flex {
                width: 100%; }
                html body .benefits_list .benefits_list_in .benefits_list_flex .icon .point3_box .point3_flex .point3_flex_in {
                  width: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  margin-bottom: 0; }
                  html body .benefits_list .benefits_list_in .benefits_list_flex .icon .point3_box .point3_flex .point3_flex_in .back .white {
                    box-shadow: 0.2rem 0.2rem 0.5rem 0.3rem rgba(0, 0, 0, 0.3); }
                  html body .benefits_list .benefits_list_in .benefits_list_flex .icon .point3_box .point3_flex .point3_flex_in p {
                    padding-bottom: 0;
                    font-size: 0.75rem; }
                  html body .benefits_list .benefits_list_in .benefits_list_flex .icon .point3_box .point3_flex .point3_flex_in b span {
                    font-size: 2.5rem; }
                    @media (max-width: 1290px) {
                      html body .benefits_list .benefits_list_in .benefits_list_flex .icon .point3_box .point3_flex .point3_flex_in b span {
                        font-size: 2rem; } }
          html body .benefits_list .benefits_list_in .benefits_list_flex .benefits_list_text {
            width: 100%;
            padding-left: 2rem;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            html body .benefits_list .benefits_list_in .benefits_list_flex .benefits_list_text b {
              text-align: left;
              font-size: 1.25rem; }
              @media (max-width: 1290px) {
                html body .benefits_list .benefits_list_in .benefits_list_flex .benefits_list_text b {
                  font-size: 1.125rem; } }
    html body .card_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      html body .card_list::after, html body .card_list::before {
        content: "";
        display: block;
        width: calc( (100% - 1.4rem) / 3);
        order: 999; }
        @media (max-width: 880px) {
          html body .card_list::after, html body .card_list::before {
            content: none; } }
      html body .card_list .card_list_in {
        padding: 1rem 0.5rem;
        width: calc( (100% - 1.4rem) / 3);
        display: block; }
        @media (max-width: 880px) {
          html body .card_list .card_list_in {
            width: calc( (100% - 0.8rem) / 2); } }
        @media (max-width: 660px) {
          html body .card_list .card_list_in {
            width: 100%; } }
        html body .card_list .card_list_in.tb_show {
          display: none; }
          @media (max-width: 880px) {
            html body .card_list .card_list_in.tb_show {
              display: block; } }
          @media (max-width: 660px) {
            html body .card_list .card_list_in.tb_show {
              display: none; } }
        html body .card_list .card_list_in .shadow {
          height: 100%;
          border-radius: 0.5rem;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          overflow: hidden;
          background-color: #fff; }
          html body .card_list .card_list_in .shadow .card_list_img {
            width: 100%;
            background-color: #FAFAFA; }
            html body .card_list .card_list_in .shadow .card_list_img img {
              width: 100%;
              height: auto; }
          html body .card_list .card_list_in .shadow .card_list_text {
            padding: 1rem 1rem 2rem 1rem;
            flex-grow: 1; }
            html body .card_list .card_list_in .shadow .card_list_text h3 {
              display: flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              flex-wrap: wrap;
              min-height: 3em;
              color: #00ACBA;
              font-weight: 700;
              font-size: 1.25rem;
              line-height: 1.5;
              margin-bottom: 1rem; }
              html body .card_list .card_list_in .shadow .card_list_text h3 b {
                display: block;
                width: 100%;
                font-size: 0.875rem;
                color: #707070; }
            html body .card_list .card_list_in .shadow .card_list_text p {
              font-size: 0.875rem;
              color: #333333; }
          html body .card_list .card_list_in .shadow .a_btn_flex {
            padding: 0 1rem 2rem 1rem; }
            html body .card_list .card_list_in .shadow .a_btn_flex .btn {
              margin: 0 1.5rem;
              font-size: 1rem; }
        html body .card_list .card_list_in a {
          transition: all ease 0.5s; }
          html body .card_list .card_list_in a .card_list_img {
            overflow: hidden; }
            html body .card_list .card_list_in a .card_list_img img {
              transition: all ease 0.5s; }
          html body .card_list .card_list_in a:hover {
            box-shadow: 0 0 0.5rem rgba(0, 177, 186, 0.9); }
            html body .card_list .card_list_in a:hover .card_list_img img {
              transform: scale(1.1); }
          html body .card_list .card_list_in a .btn {
            transition: all ease 0.2s; }
          html body .card_list .card_list_in a:hover .a_btn_flex .btn {
            opacity: 0.8; }
      html body .card_list.column1_text .card_list_in {
        width: 100%; }
        html body .card_list.column1_text .card_list_in .shadow {
          padding-top: 0.5rem; }
        @media (max-width: 880px) {
          html body .card_list.column1_text .card_list_in {
            width: 100%; } }
      html body .card_list.index .card_list_in {
        width: 70%;
        position: relative; }
        html body .card_list.index .card_list_in::after {
          position: absolute;
          content: "";
          background: #ABEDF0;
          border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
          -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
          width: 70%;
          height: 100%;
          z-index: -1;
          top: 1rem;
          left: 0;
          opacity: 0.5; }
          @media (max-width: 660px) {
            html body .card_list.index .card_list_in::after {
              width: 80%;
              height: 80%;
              left: -4rem;
              top: 2rem; } }
        html body .card_list.index .card_list_in::before {
          position: absolute;
          content: "";
          background: #ABEDF0;
          -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
          border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
          width: 4rem;
          height: 4rem;
          z-index: -1;
          top: 1.5rem;
          right: 20%;
          opacity: 0.5; }
        @media (max-width: 880px) {
          html body .card_list.index .card_list_in {
            width: 85%; } }
        @media (max-width: 450px) {
          html body .card_list.index .card_list_in {
            width: 100%; } }
        html body .card_list.index .card_list_in a {
          border-radius: 0;
          flex-direction: inherit;
          align-items: center;
          padding: 0.8rem;
          box-shadow: none;
          background: none;
          overflow: inherit; }
          @media (max-width: 660px) {
            html body .card_list.index .card_list_in a {
              align-items: flex-end;
              flex-wrap: wrap;
              padding: 0; } }
          html body .card_list.index .card_list_in a .card_list_img {
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: none;
            border-radius: 2rem;
            overflow: hidden; }
            @media (max-width: 880px) {
              html body .card_list.index .card_list_in a .card_list_img {
                width: 40%; } }
            @media (max-width: 660px) {
              html body .card_list.index .card_list_in a .card_list_img {
                border-radius: 20rem; } }
            html body .card_list.index .card_list_in a .card_list_img .img_box {
              width: 100%;
              position: relative;
              background: none; }
              html body .card_list.index .card_list_in a .card_list_img .img_box:before {
                content: "";
                display: block;
                padding-top: 100%;
                overflow: hidden; }
              html body .card_list.index .card_list_in a .card_list_img .img_box img {
                position: absolute;
                width: auto;
                height: 100%;
                top: 50%;
                right: 50%;
                bottom: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%); }
          html body .card_list.index .card_list_in a .card_list_text {
            width: 50%;
            padding: 0 0 0 2rem;
            display: flex;
            flex-direction: column;
            justify-content: flex-start; }
            @media (max-width: 880px) {
              html body .card_list.index .card_list_in a .card_list_text {
                width: 60%; } }
            @media (max-width: 660px) {
              html body .card_list.index .card_list_in a .card_list_text {
                width: 100%;
                padding: 0;
                display: contents; } }
            html body .card_list.index .card_list_in a .card_list_text h3 {
              justify-content: flex-start;
              margin: 1rem 0;
              min-height: inherit;
              font-size: 2.5rem;
              text-align: left;
              position: relative;
              z-index: 5; }
              @media (max-width: 660px) {
                html body .card_list.index .card_list_in a .card_list_text h3 {
                  font-size: 2rem;
                  width: 55%; } }
            html body .card_list.index .card_list_in a .card_list_text p {
              padding-bottom: 1.5rem; }
              @media (max-width: 660px) {
                html body .card_list.index .card_list_in a .card_list_text p {
                  width: 100%;
                  padding: 1rem 0 1.5rem 0; } }
            html body .card_list.index .card_list_in a .card_list_text .a_btn_flex {
              padding: 0;
              width: 100%; }
              html body .card_list.index .card_list_in a .card_list_text .a_btn_flex .btn {
                width: 70%;
                margin: 0 auto 0 0; }
                @media (max-width: 450px) {
                  html body .card_list.index .card_list_in a .card_list_text .a_btn_flex .btn {
                    width: 80%;
                    margin: 0 auto; } }
        html body .card_list.index .card_list_in:hover::after {
          border-radius: 80% 30% 50% 50%/50%; }
        html body .card_list.index .card_list_in:hover:before {
          border-radius: 50% 30% 30% 80%/50%; }
        html body .card_list.index .card_list_in:nth-of-type(even) {
          margin: 0 0 0 auto; }
          html body .card_list.index .card_list_in:nth-of-type(even)::after {
            border-radius: 80% 30% 50% 50%/50%;
            background: #EEF0FF;
            left: 15%; }
            @media (max-width: 660px) {
              html body .card_list.index .card_list_in:nth-of-type(even)::after {
                left: inherit;
                right: -4rem; } }
          html body .card_list.index .card_list_in:nth-of-type(even)::before {
            right: inherit;
            left: 10%;
            background: #EEF0FF;
            border-radius: 80% 30% 80% 50%/50%; }
          @media (max-width: 450px) {
            html body .card_list.index .card_list_in:nth-of-type(even) {
              margin: 0; } }
          html body .card_list.index .card_list_in:nth-of-type(even) .card_list_img {
            order: 999; }
            @media (max-width: 660px) {
              html body .card_list.index .card_list_in:nth-of-type(even) .card_list_img {
                order: 0; } }
          html body .card_list.index .card_list_in:nth-of-type(even) .card_list_text {
            padding: 0 2rem 0 0; }
            @media (max-width: 660px) {
              html body .card_list.index .card_list_in:nth-of-type(even) .card_list_text h3 {
                order: -1; } }
            html body .card_list.index .card_list_in:nth-of-type(even) .card_list_text .a_btn_flex .btn {
              margin: 0 0 0 auto; }
              @media (max-width: 450px) {
                html body .card_list.index .card_list_in:nth-of-type(even) .card_list_text .a_btn_flex .btn {
                  margin: 0 auto; } }
          html body .card_list.index .card_list_in:nth-of-type(even):hover::after, html body .card_list.index .card_list_in:nth-of-type(even):hover:before {
            border-radius: 40% 40% 50% 40%/30% 50% 50% 50%; }
      html body .card_list.index.yellow .card_list_in::after, html body .card_list.index.yellow .card_list_in:before {
        background: #ffffe0;
        opacity: 1; }
      html body .card_list.index.yellow .card_list_in:nth-of-type(even)::after, html body .card_list.index.yellow .card_list_in:nth-of-type(even):before {
        background: #ffe4b5;
        opacity: 0.6; }
      html body .card_list.index.green .card_list_in::after, html body .card_list.index.green .card_list_in:before {
        background: #ccffe5; }
      html body .card_list.index.green .card_list_in:nth-of-type(even)::after, html body .card_list.index.green .card_list_in:nth-of-type(even):before {
        background: #f4ffea; }
    html body .number_list .number_list_in {
      padding: 1rem 0.5rem; }
      html body .number_list .number_list_in .shadow {
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
        display: flex;
        flex-wrap: wrap;
        background: linear-gradient(to left, #fff 99%, #00ACBA 1%) no-repeat left; }
        @media (max-width: 400px) {
          html body .number_list .number_list_in .shadow {
            background: linear-gradient(to left, #fff 98%, #00ACBA 2%) no-repeat left; } }
        html body .number_list .number_list_in .shadow .number {
          line-height: 1;
          font-size: 2rem;
          font-family: hero-new, sans-serif;
          font-weight: 700;
          font-style: normal;
          color: #00ACBA;
          padding: 1.6rem 0 0 0.5em;
          display: flex;
          justify-content: center;
          width: 8%; }
          @media (max-width: 660px) {
            html body .number_list .number_list_in .shadow .number {
              font-size: 1.8rem;
              display: block;
              padding: 1.5rem 1rem 1.25rem 1.5rem; } }
        html body .number_list .number_list_in .shadow .number_list_point {
          width: 100%;
          padding: 0 1.5rem; }
          @media (max-width: 1290px) {
            html body .number_list .number_list_in .shadow .number_list_point {
              padding: 0; } }
          html body .number_list .number_list_in .shadow .number_list_point ul {
            padding-left: 0; }
            html body .number_list .number_list_in .shadow .number_list_point ul li {
              margin-top: 0;
              margin-bottom: 0; }
              @media (max-width: 380px) {
                html body .number_list .number_list_in .shadow .number_list_point ul li {
                  width: 49%;
                  margin: 0 5%; }
                  html body .number_list .number_list_in .shadow .number_list_point ul li:first-of-type {
                    margin: 0 5%; }
                  html body .number_list .number_list_in .shadow .number_list_point ul li:nth-of-type(2), html body .number_list .number_list_in .shadow .number_list_point ul li:nth-of-type(3) {
                    margin: 0; } }
              @media (max-width: 365px) {
                html body .number_list .number_list_in .shadow .number_list_point ul li {
                  width: 66%; } }
        html body .number_list .number_list_in .shadow .number_list_text {
          width: 92%;
          padding: 1.5rem 2rem; }
          @media (max-width: 660px) {
            html body .number_list .number_list_in .shadow .number_list_text {
              width: 100%;
              padding: 1.25rem 1.5rem;
              margin-top: -4.6rem; } }
          html body .number_list .number_list_in .shadow .number_list_text h3 {
            color: #00ACBA;
            font-weight: 700;
            font-size: 1.5rem;
            line-height: 1.5;
            padding-bottom: 1rem; }
            @media (max-width: 660px) {
              html body .number_list .number_list_in .shadow .number_list_text h3 {
                padding-left: 1.5em; } }
          html body .number_list .number_list_in .shadow .number_list_text p {
            font-size: 1rem;
            color: #333333; }
            html body .number_list .number_list_in .shadow .number_list_text p a {
              text-decoration: underline;
              color: #00ACBA; }
              html body .number_list .number_list_in .shadow .number_list_text p a:hover {
                text-decoration: none; }
    html body .number_list.orange .number_list_in .shadow {
      background: linear-gradient(to left, #fff 99%, #FBAA1A 1%) no-repeat left; }
      @media (max-width: 400px) {
        html body .number_list.orange .number_list_in .shadow {
          background: linear-gradient(to left, #fff 98%, #FBAA1A 2%) no-repeat left; } }
      html body .number_list.orange .number_list_in .shadow .number {
        color: #FBAA1A; }
      html body .number_list.orange .number_list_in .shadow .number_list_text h3 {
        color: #FBAA1A; }
    html body .number_list.flow .number_list_in {
      position: relative; }
      html body .number_list.flow .number_list_in::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        font-weight: 700;
        font-size: 2.5rem;
        left: 50%;
        bottom: -4rem;
        right: 50%;
        width: 3rem;
        display: flex;
        justify-content: center;
        color: #00ACBA;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
      html body .number_list.flow .number_list_in:last-of-type {
        position: static; }
        html body .number_list.flow .number_list_in:last-of-type::after {
          content: none; }
    html body .number_list.flow.orange .number_list_in::after {
      color: #FBAA1A; }
    html body .flow_text p {
      padding-bottom: 1rem; }
    html body .flow_text .ceo_text {
      padding: 2rem 0 4rem 0; }
      html body .flow_text .ceo_text p {
        text-align: right; }
      html body .flow_text .ceo_text .img_box {
        width: 14em;
        margin: 0 0 0 auto; }
        html body .flow_text .ceo_text .img_box img {
          width: 100%;
          height: auto; }
    html body .gray_back_list {
      background-color: #F0F0F0;
      padding: 0.5rem 1rem;
      margin: 1rem 0; }
      html body .gray_back_list p {
        padding-bottom: 0 !important; }
      html body .gray_back_list.column2 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        html body .gray_back_list.column2 ul li {
          width: 48%; }
          @media (max-width: 660px) {
            html body .gray_back_list.column2 ul li {
              width: 100%; } }
      html body .gray_back_list.column3 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        html body .gray_back_list.column3 ul li {
          width: 32%; }
          @media (max-width: 660px) {
            html body .gray_back_list.column3 ul li {
              width: 100%; } }
    html body .img_flow_flex .img_flow_flex_in .title_block {
      padding: 0 0 1rem 0; }
    html body .img_flow_flex .img_flow_flex_in .gray_back_list {
      width: 100%;
      background-color: #E4F8FA;
      position: relative;
      padding: 0.5rem 1rem 0.7rem 1rem; }
      @media (max-width: 660px) {
        html body .img_flow_flex .img_flow_flex_in .gray_back_list {
          padding-bottom: 0; } }
      html body .img_flow_flex .img_flow_flex_in .gray_back_list ul {
        list-style-type: none;
        width: 72%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: 0;
        padding-left: 0; }
        @media (max-width: 660px) {
          html body .img_flow_flex .img_flow_flex_in .gray_back_list ul {
            width: 100%; } }
        html body .img_flow_flex .img_flow_flex_in .gray_back_list ul li {
          width: 48%;
          border-radius: 1rem;
          background-color: #fff;
          padding: 1rem;
          margin: 0.5rem 0;
          min-height: 7em;
          display: flex;
          align-items: center;
          border: 1px solid #0092E5;
          position: relative;
          z-index: 3; }
          html body .img_flow_flex .img_flow_flex_in .gray_back_list ul li::after {
            position: absolute;
            content: "";
            border-radius: 1rem;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: #fff;
            z-index: -1; }
          html body .img_flow_flex .img_flow_flex_in .gray_back_list ul li::before {
            position: absolute;
            content: "";
            border-radius: 1rem;
            width: 100%;
            height: 100%;
            left: 0.28rem;
            top: 0.3rem;
            background-color: #0092E5;
            opacity: 0.7;
            z-index: -2; }
          @media (max-width: 660px) {
            html body .img_flow_flex .img_flow_flex_in .gray_back_list ul li {
              width: 100%;
              min-height: 5em; } }
      html body .img_flow_flex .img_flow_flex_in .gray_back_list .img_box {
        position: absolute;
        content: "";
        right: 2%;
        bottom: 0;
        width: 25%; }
        @media (max-width: 660px) {
          html body .img_flow_flex .img_flow_flex_in .gray_back_list .img_box {
            width: 50%;
            position: static;
            margin: 0 0 0 auto;
            padding-top: 1rem; } }
        html body .img_flow_flex .img_flow_flex_in .gray_back_list .img_box img {
          width: 100%;
          height: auto; }
      html body .img_flow_flex .img_flow_flex_in .gray_back_list.mini ul li {
        width: 32%;
        min-height: inherit; }
        @media (max-width: 660px) {
          html body .img_flow_flex .img_flow_flex_in .gray_back_list.mini ul li {
            width: 48%;
            min-height: inherit; } }
    html body .img_flow_flex.orange .img_flow_flex_in .gray_back_list {
      background-color: #FFF2C7; }
      html body .img_flow_flex.orange .img_flow_flex_in .gray_back_list ul li {
        border: 1px solid #FBAA1A; }
        html body .img_flow_flex.orange .img_flow_flex_in .gray_back_list ul li::before {
          background-color: #FBAA1A; }
    @media (max-width: 900px) {
      html body .flow .flow_in .title_block {
        padding-left: 4rem; } }
    html body .flow .flow_in .title_block h2 p, html body .flow .flow_in .title_block h2 .p {
      color: #00ACBA; }
    html body .flow .flow_in .a_btn_next a {
      padding-bottom: 0; }
    html body .flow .flow_in .flow_line {
      display: block;
      position: relative;
      background: url("../img/arrow_line.svg") top center/auto 100% no-repeat;
      height: 27px;
      margin-top: 2.5rem; }
      html body .flow .flow_in .flow_line::after, html body .flow .flow_in .flow_line::before {
        content: '';
        display: block;
        width: 40%;
        height: 1px;
        position: absolute;
        background: #00ACBA;
        top: 0; }
      html body .flow .flow_in .flow_line::after {
        right: 0; }
      html body .flow .flow_in .flow_line::before {
        left: 0; }
    html body .flow .flow_in:first-of-type .flow_line {
      background: none; }
      html body .flow .flow_in:first-of-type .flow_line::after, html body .flow .flow_in:first-of-type .flow_line::before {
        width: 50%; }
    html body .flow .flow_in .line {
      position: relative; }
      html body .flow .flow_in .line .number_back {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6rem 6rem 0 0;
        border-color: #00ACBA transparent transparent transparent; }
      html body .flow .flow_in .line .number {
        position: absolute;
        content: "";
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 2.5rem;
        height: 4rem;
        font-size: 2rem;
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #fff; }
    html body .content_include .target_loop li {
      margin: 1rem 0;
      font-size: 1.25rem; }
    html body .content_include.item h2 {
      font-weight: bold;
      line-height: 1.5;
      font-size: 1.75rem;
      padding: 1rem 0;
      margin-top: 2rem; }
      @media (max-width: 880px) {
        html body .content_include.item h2 {
          font-size: 1.5714285714286rem; } }
      html body .content_include.item h2:first-of-type {
        margin-top: 0; }
    html body .content_include.item h3 {
      font-weight: bold;
      font-size: 1.5rem;
      padding: 0.3rem 0 0.3rem 1rem;
      line-height: 1.5;
      margin: 2.7rem 0 0.7rem 0;
      position: relative; }
      html body .content_include.item h3:first-of-type {
        margin-top: 1.7rem; }
      html body .content_include.item h3::before {
        position: absolute;
        content: "";
        display: block;
        width: 0.3rem;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #00ACBA; }
      @media (max-width: 1290px) {
        html body .content_include.item h3 {
          font-size: 1.2857142857143rem; } }
    html body .content_include.item h4 {
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 1.5;
      padding: 1rem 0;
      margin-top: 2rem; }
      @media (max-width: 1290px) {
        html body .content_include.item h4 {
          font-size: 1.1428571428571rem; } }
    html body .content_include .experience_list {
      padding: 1rem 0.5rem 0 0.5rem;
      list-style-type: none;
      margin-left: 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      html body .content_include .experience_list::after, html body .content_include .experience_list:before {
        display: block;
        width: calc( (100% - 3.5rem) / 4);
        content: "";
        order: 999; }
        @media (max-width: 880px) {
          html body .content_include .experience_list::after, html body .content_include .experience_list:before {
            width: calc( (100% - 2rem) / 3); } }
        @media (max-width: 660px) {
          html body .content_include .experience_list::after, html body .content_include .experience_list:before {
            width: calc( (100% - 1rem) / 2); } }
        @media (max-width: 370px) {
          html body .content_include .experience_list::after, html body .content_include .experience_list:before {
            width: 100%; } }
      html body .content_include .experience_list li {
        width: calc( (100% - 3.5rem) / 4);
        margin: 0;
        padding-bottom: 1.5rem; }
        @media (max-width: 880px) {
          html body .content_include .experience_list li {
            width: calc( (100% - 2rem) / 3); } }
        @media (max-width: 660px) {
          html body .content_include .experience_list li {
            width: calc( (100% - 1rem) / 2); } }
        @media (max-width: 370px) {
          html body .content_include .experience_list li {
            width: 100%; } }
        html body .content_include .experience_list li a {
          width: 100%;
          height: 100%;
          text-decoration: none;
          display: flex;
          align-items: center;
          border-radius: 0  0 1.5rem 0;
          overflow: hidden;
          -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
          position: relative; }
          html body .content_include .experience_list li a::before {
            position: absolute;
            content: "";
            display: block;
            height: 14rem;
            width: 100%;
            background-color: #E4F8FA;
            bottom: 10%;
            left: -70%;
            transform: rotate(-43deg);
            z-index: 0; }
          html body .content_include .experience_list li a .img {
            padding: 1rem;
            width: 40%;
            position: relative;
            z-index: 2; }
            @media (max-width: 880px) {
              html body .content_include .experience_list li a .img {
                padding: 1rem 0.5rem; } }
            html body .content_include .experience_list li a .img .img_box {
              width: 100%;
              overflow: hidden;
              border-radius: 20rem; }
              html body .content_include .experience_list li a .img .img_box img {
                width: 100%;
                height: auto; }
          html body .content_include .experience_list li a .text {
            padding: 1rem;
            width: 60%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            position: relative;
            z-index: 2; }
            html body .content_include .experience_list li a .text b {
              font-size: 1.5rem;
              font-family: hero-new, sans-serif;
              font-weight: 700;
              font-style: normal;
              color: #333333;
              letter-spacing: 0.3em;
              display: block; }
            html body .content_include .experience_list li a .text p {
              letter-spacing: 0.2em;
              line-height: 1;
              font-size: 0.75rem;
              font-family: hero-new, sans-serif;
              font-weight: 700;
              font-style: normal;
              color: #707070; }
              @media (max-width: 880px) {
                html body .content_include .experience_list li a .text p {
                  font-size: 1rem; } }
        html body .content_include .experience_list li.pink a {
          border: 3px solid #FF7170; }
          html body .content_include .experience_list li.pink a::before {
            background-color: #FFE8E8; }
          html body .content_include .experience_list li.pink a .text b {
            color: #FF7170; }
          html body .content_include .experience_list li.pink a:hover {
            box-shadow: 0 0 0.5rem #FF7170; }
        html body .content_include .experience_list li.blue a {
          border: 3px solid #64A9CB; }
          html body .content_include .experience_list li.blue a::before {
            background-color: #E4F8FA; }
          html body .content_include .experience_list li.blue a .text b {
            color: #64A9CB; }
          html body .content_include .experience_list li.blue a:hover {
            box-shadow: 0 0 0.5rem #64A9CB; }
        html body .content_include .experience_list li.orange a {
          border: 3px solid #FBAA1A; }
          html body .content_include .experience_list li.orange a::before {
            background-color: #FFF2C7; }
          html body .content_include .experience_list li.orange a .text b {
            color: #FBAA1A; }
          html body .content_include .experience_list li.orange a:hover {
            box-shadow: 0 0 0.5rem #FBAA1A; }
        html body .content_include .experience_list li.green a {
          border: 3px solid #00cc00; }
          html body .content_include .experience_list li.green a::before {
            background-color: #dbffb7; }
          html body .content_include .experience_list li.green a .text b {
            color: #00cc00; }
          html body .content_include .experience_list li.green a:hover {
            box-shadow: 0 0 0.5rem  #00cc00; }
        html body .content_include .experience_list li.purple a {
          border: 3px solid  #9370db; }
          html body .content_include .experience_list li.purple a::before {
            background-color: #EEF0FF; }
          html body .content_include .experience_list li.purple a .text b {
            color: #9370db; }
          html body .content_include .experience_list li.purple a:hover {
            box-shadow: 0 0 0.5rem  #9370db; }
    html body .content_include .jump_list {
      display: block;
      padding: 1rem 0; }
      html body .content_include .jump_list ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap; }
        html body .content_include .jump_list ul li {
          margin: 0 0.5em 0.5em 0; }
          html body .content_include .jump_list ul li a, html body .content_include .jump_list ul li div {
            font-size: 0.875rem;
            border: 2px solid #00ACBA;
            background-color: #fff;
            color: #00ACBA;
            padding: 0.5rem 1rem;
            font-weight: 700;
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: 6em; }
          html body .content_include .jump_list ul li:last-of-type {
            margin: 0 0 0.5em 0; }
      html body .content_include .jump_list.orange ul li a, html body .content_include .jump_list.orange ul li div {
        border: 2px solid #FBAA1A;
        color: #FBAA1A; }
    html body .content_include .line_list ul {
      list-style-type: none;
      padding-left: 0;
      margin-left: 0; }
      html body .content_include .line_list ul li {
        margin-bottom: 1.5rem; }
        html body .content_include .line_list ul li:last-of-type {
          margin-bottom: 0; }
        html body .content_include .line_list ul li b {
          background-color: #9e9e9e;
          color: #fff;
          padding: 0.3rem 0.5rem;
          border-radius: 0.3rem;
          font-size: 1.125rem;
          display: inline-block; }
          @media (max-width: 1290px) {
            html body .content_include .line_list ul li b {
              font-size: 1rem; } }
        html body .content_include .line_list ul li div {
          padding: 1rem 0 0.5rem 1em;
          font-size: 0.9375rem;
          line-height: 1.8; }
          @media (max-width: 660px) {
            html body .content_include .line_list ul li div {
              padding: 1rem 0 0.5rem 0; } }
    html body .content_include .text_flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      html body .content_include .text_flex .text_flex_in {
        height: 100%;
        padding: 1rem 0;
        width: calc( (100% - 4rem) / 3);
        content: "";
        order: 999; }
        html body .content_include .text_flex .text_flex_in p {
          padding-bottom: 0; }
        @media (max-width: 880px) {
          html body .content_include .text_flex .text_flex_in {
            width: calc( (100% - 1.5rem) / 2); } }
        @media (max-width: 660px) {
          html body .content_include .text_flex .text_flex_in {
            width: 100%; } }
      html body .content_include .text_flex.column2 .text_flex_in {
        width: calc( (100% - 2rem) / 2); }
        @media (max-width: 880px) {
          html body .content_include .text_flex.column2 .text_flex_in {
            width: calc( (100% - 1.5rem) / 2); } }
        @media (max-width: 660px) {
          html body .content_include .text_flex.column2 .text_flex_in {
            width: 100%; } }
        html body .content_include .text_flex.column2 .text_flex_in .text_flex_in_inner {
          height: 100%;
          padding: 1.5rem;
          background-color: #fff;
          border-radius: 1rem; }
          @media (max-width: 660px) {
            html body .content_include .text_flex.column2 .text_flex_in .text_flex_in_inner {
              padding: 1.1538461538462rem; } }
        html body .content_include .text_flex.column2 .text_flex_in .video_width {
          padding: 0; }
        html body .content_include .text_flex.column2 .text_flex_in h3 {
          font-weight: 700;
          color: #00ACBA;
          font-size: 1.125rem;
          padding: 1rem 0 0 0; }
      @media (max-width: 880px) {
        html body .content_include .text_flex.column2.tb_wrap .text_flex_in {
          width: 100%; } }
      html body .content_include .text_flex.width_3_7 .text_flex_in:first-of-type {
        width: 30%; }
        @media (max-width: 660px) {
          html body .content_include .text_flex.width_3_7 .text_flex_in:first-of-type {
            width: 70%;
            margin: 0 auto; } }
      html body .content_include .text_flex.width_3_7 .text_flex_in:last-of-type {
        width: 67%; }
        @media (max-width: 660px) {
          html body .content_include .text_flex.width_3_7 .text_flex_in:last-of-type {
            width: 100%; } }
      html body .content_include .text_flex.width_3_7.sp_reverse .text_flex_in:first-of-type {
        order: 2; }
        @media (max-width: 660px) {
          html body .content_include .text_flex.width_3_7.sp_reverse .text_flex_in:first-of-type {
            order: 1; } }
      html body .content_include .text_flex.width_3_7.sp_reverse .text_flex_in:last-of-type {
        order: 1; }
        @media (max-width: 660px) {
          html body .content_include .text_flex.width_3_7.sp_reverse .text_flex_in:last-of-type {
            order: 2; } }
      html body .content_include .text_flex.width_7_3 .text_flex_in:last-of-type {
        width: 67%; }
        @media (max-width: 660px) {
          html body .content_include .text_flex.width_7_3 .text_flex_in:last-of-type {
            width: 100%; } }
      html body .content_include .text_flex.width_7_3 .text_flex_in:first-of-type {
        width: 30%; }
        @media (max-width: 660px) {
          html body .content_include .text_flex.width_7_3 .text_flex_in:first-of-type {
            width: 70%;
            margin: 0 auto; } }
    html body .content_include .text_img_flex .flex_text p {
      padding-bottom: 1rem; }
    html body .content_include .text_img_flex .flex_text .title_block p, html body .content_include .text_img_flex .flex_text .title_block .p {
      padding-bottom: 0; }
    @media (max-width: 660px) {
      html body .content_include .text_img_flex .flex_text .a_btn_circle {
        padding: 1rem 0 2rem 0; } }
    html body .content_include p {
      font-size: 1rem;
      line-height: 2;
      padding: 0.5rem 0;
      font-weight: 500; }
      html body .content_include p .font_border_yellow {
        display: inline; }
    html body .content_include .form_content p {
      font-size: 0.8125rem;
      padding: 0.5rem 0;
      line-height: 1.5; }
    html body .content_include .content_include_img {
      width: 100%;
      padding: 1rem 0; }
      html body .content_include .content_include_img img {
        width: 100%;
        height: auto; }
      html body .content_include .content_include_img.medi {
        max-width: 65rem; }
      html body .content_include .content_include_img.narrow {
        max-width: 53rem; }
      html body .content_include .content_include_img.half {
        width: 60%; }
      @media (max-width: 1290px) {
        html body .content_include .content_include_img.sp_width {
          width: 70%; } }
      @media (max-width: 660px) {
        html body .content_include .content_include_img.sp_width {
          width: 80%; } }
      @media (max-width: 1290px) {
        html body .content_include .content_include_img.sp_width100 {
          width: 70%; } }
      @media (max-width: 660px) {
        html body .content_include .content_include_img.sp_width100 {
          width: 100%; } }
      html body .content_include .content_include_img.center {
        margin: 0 auto; }
      html body .content_include .content_include_img.right {
        margin: 0 0 0 auto; }
    html body .content_include span.underline {
      text-decoration: underline; }
    html body .content_include span.red {
      color: #DA4A15; }
    html body .content_include span.gray {
      color: #707070; }
    html body .content_include span.color {
      color: #00ACBA; }
    html body .content_include span.big {
      font-size: 1.25rem;
      line-height: 1.5; }
    html body .content_include strong, html body .content_include b {
      font-weight: 700; }
    html body .content_include small {
      font-size: 0.875rem; }
    html body .content_include a {
      color: #00ACBA;
      text-decoration: underline;
      word-wrap: break-word; }
      html body .content_include a:hover {
        text-decoration: none; }
    html body .content_include ul, html body .content_include ol {
      font-size: 1rem;
      list-style-type: disc;
      margin-left: 0.5em;
      padding-left: 1em; }
      html body .content_include ul.article_list, html body .content_include ul.speakers_list, html body .content_include ul.benefits_list, html body .content_include ul.card_list, html body .content_include ul.number_list, html body .content_include ul.q_a_list, html body .content_include ol.article_list, html body .content_include ol.speakers_list, html body .content_include ol.benefits_list, html body .content_include ol.card_list, html body .content_include ol.number_list, html body .content_include ol.q_a_list {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0; }
        html body .content_include ul.article_list a, html body .content_include ul.speakers_list a, html body .content_include ul.benefits_list a, html body .content_include ul.card_list a, html body .content_include ul.number_list a, html body .content_include ul.q_a_list a, html body .content_include ol.article_list a, html body .content_include ol.speakers_list a, html body .content_include ol.benefits_list a, html body .content_include ol.card_list a, html body .content_include ol.number_list a, html body .content_include ol.q_a_list a {
          text-decoration: none; }
      html body .content_include ul.q_a_list, html body .content_include ol.q_a_list {
        margin: 0 auto; }
      html body .content_include ul.benefits_list li, html body .content_include ol.benefits_list li {
        margin: 0;
        padding-left: 0; }
      html body .content_include ul.benefits_list .icon b, html body .content_include ol.benefits_list .icon b {
        line-height: 1.5;
        padding-bottom: 0;
        font-size: 0.75rem; }
      html body .content_include ul.benefits_list .icon p, html body .content_include ol.benefits_list .icon p {
        line-height: 1.5; }
      html body .content_include ul.speakers_list p, html body .content_include ul.speakers_list b, html body .content_include ol.speakers_list p, html body .content_include ol.speakers_list b {
        line-height: 1.5; }
      html body .content_include ul.article_list a h3, html body .content_include ol.article_list a h3 {
        line-height: 1.5; }
      html body .content_include ul.article_list a p, html body .content_include ul.article_list a dl, html body .content_include ol.article_list a p, html body .content_include ol.article_list a dl {
        color: #333333;
        line-height: 1.5; }
      html body .content_include ul ol, html body .content_include ul ul, html body .content_include ol ol, html body .content_include ol ul {
        margin-left: 0em; }
        html body .content_include ul ol ol, html body .content_include ul ol ul, html body .content_include ul ul ol, html body .content_include ul ul ul, html body .content_include ol ol ol, html body .content_include ol ol ul, html body .content_include ol ul ol, html body .content_include ol ul ul {
          margin-left: 0em; }
          html body .content_include ul ol ol ol, html body .content_include ul ol ol ul, html body .content_include ul ol ul ol, html body .content_include ul ol ul ul, html body .content_include ul ul ol ol, html body .content_include ul ul ol ul, html body .content_include ul ul ul ol, html body .content_include ul ul ul ul, html body .content_include ol ol ol ol, html body .content_include ol ol ol ul, html body .content_include ol ol ul ol, html body .content_include ol ol ul ul, html body .content_include ol ul ol ol, html body .content_include ol ul ol ul, html body .content_include ol ul ul ol, html body .content_include ol ul ul ul {
            margin-left: 0em; }
            html body .content_include ul ol ol ol ol, html body .content_include ul ol ol ol ul, html body .content_include ul ol ol ul ol, html body .content_include ul ol ol ul ul, html body .content_include ul ol ul ol ol, html body .content_include ul ol ul ol ul, html body .content_include ul ol ul ul ol, html body .content_include ul ol ul ul ul, html body .content_include ul ul ol ol ol, html body .content_include ul ul ol ol ul, html body .content_include ul ul ol ul ol, html body .content_include ul ul ol ul ul, html body .content_include ul ul ul ol ol, html body .content_include ul ul ul ol ul, html body .content_include ul ul ul ul ol, html body .content_include ul ul ul ul ul, html body .content_include ol ol ol ol ol, html body .content_include ol ol ol ol ul, html body .content_include ol ol ol ul ol, html body .content_include ol ol ol ul ul, html body .content_include ol ol ul ol ol, html body .content_include ol ol ul ol ul, html body .content_include ol ol ul ul ol, html body .content_include ol ol ul ul ul, html body .content_include ol ul ol ol ol, html body .content_include ol ul ol ol ul, html body .content_include ol ul ol ul ol, html body .content_include ol ul ol ul ul, html body .content_include ol ul ul ol ol, html body .content_include ol ul ul ol ul, html body .content_include ol ul ul ul ol, html body .content_include ol ul ul ul ul {
              margin-left: 0em; }
      html body .content_include ul li, html body .content_include ol li {
        margin: 0.8rem 0; }
    html body .content_include ol {
      list-style-type: decimal; }
    html body .content_include .video_width {
      width: 100%;
      max-width: 48rem;
      margin: 0 auto;
      padding: 2rem 0; }
      html body .content_include .video_width.half {
        width: 50%; }
        @media (max-width: 660px) {
          html body .content_include .video_width.half {
            width: 100%; } }
      html body .content_include .video_width.left {
        margin: 0 auto 0 0; }
      html body .content_include .video_width.right {
        margin: 0 0 0 auto; }
      html body .content_include .video_width .video_padding {
        width: 100%;
        position: relative;
        padding-top: 56.25%;
        height: 0;
        overflow: hidden; }
        html body .content_include .video_width .video_padding iframe, html body .content_include .video_width .video_padding video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    html body .content_include .operating_text {
      max-width: 53rem;
      margin: 0 auto;
      padding: 1rem 0; }
      html body .content_include .operating_text a {
        word-wrap: break-word; }
    html body .content_include .model_text {
      position: relative;
      z-index: 5; }
      html body .content_include .model_text .model_text_1, html body .content_include .model_text .model_text_2 {
        opacity: 0;
        transition: all ease-in-out 1s;
        padding: 1rem 0; }
        html body .content_include .model_text .model_text_1.animated, html body .content_include .model_text .model_text_2.animated {
          opacity: 1; }
        html body .content_include .model_text .model_text_1 p, html body .content_include .model_text .model_text_2 p {
          font-family: hero-new, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1rem;
          padding: 1.25rem;
          border-radius: 1rem;
          background-color: #fff;
          border: 3px solid #FBAA1A;
          color: #707070;
          display: table; }
          html body .content_include .model_text .model_text_1 p b, html body .content_include .model_text .model_text_2 p b {
            color: #FBAA1A; }
      html body .content_include .model_text .model_text_1 {
        transition-delay: 1s; }
        html body .content_include .model_text .model_text_1 p {
          position: relative; }
          html body .content_include .model_text .model_text_1 p::after {
            content: "";
            position: absolute;
            bottom: -3.5rem;
            right: 10%;
            margin-top: -3rem;
            border: 0.5rem solid transparent;
            border-top: 2.875rem solid #FBAA1A;
            opacity: 0.5; }
            @media (max-width: 660px) {
              html body .content_include .model_text .model_text_1 p::after {
                right: 40%; } }
            @media (max-width: 400px) {
              html body .content_include .model_text .model_text_1 p::after {
                right: 50%; } }
      html body .content_include .model_text .model_text_2 p {
        margin: 0 0 0 auto;
        position: relative; }
        html body .content_include .model_text .model_text_2 p::after {
          content: "";
          position: absolute;
          top: -3.5rem;
          right: 50%;
          margin-bottom: -3rem;
          border: 0.5rem solid transparent;
          border-bottom: 2.875rem solid #FBAA1A;
          opacity: 0.5; }
          @media (max-width: 660px) {
            html body .content_include .model_text .model_text_2 p::after {
              right: 20%; } }
          @media (max-width: 400px) {
            html body .content_include .model_text .model_text_2 p::after {
              right: 10%; } }
    html body .content_include .table_scroll {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      padding: 1rem 0; }
      @media (max-width: 1290px) {
        html body .content_include .table_scroll table {
          width: 100%; } }
      html body .content_include .table_scroll table.width {
        width: 100%; }
    html body .content_include .color_back {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      background-color: #E4F8FA;
      background-image: repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 0, transparent 8px);
      padding: 0.5rem; }
      @media (max-width: 400px) {
        html body .content_include .color_back {
          padding: 0.5rem 1.1538461538462rem; } }
      html body .content_include .color_back table {
        margin: 0; }
      html body .content_include .color_back.operating {
        max-width: 53rem;
        margin: 0 auto; }
        @media (max-width: 400px) {
          html body .content_include .color_back.operating {
            padding: 0.5rem; } }
    html body .content_include table {
      border-collapse: collapse;
      border: 1px solid #707070;
      font-size: 1rem;
      margin: 0 0 0.5rem 0; }
      html body .content_include table tr th {
        border-collapse: collapse;
        border: 1px solid #707070;
        background-color: #F0F0F0;
        padding: 0.5rem;
        line-height: 1em;
        font-weight: 700;
        white-space: nowrap; }
        html body .content_include table tr th.center {
          text-align: center; }
        html body .content_include table tr th.wrap {
          white-space: normal; }
        html body .content_include table tr th.vertical {
          line-height: 1.5;
          text-align: center;
          vertical-align: inherit;
          margin: 0; }
      html body .content_include table tr td {
        border-collapse: collapse;
        border: 1px solid #707070;
        padding: 0.5rem;
        line-height: 1em;
        white-space: nowrap; }
        html body .content_include table tr td.center {
          text-align: center; }
        html body .content_include table tr td.wrap {
          white-space: normal; }
        html body .content_include table tr td.vertical {
          text-align: center;
          vertical-align: inherit;
          margin: 0; }
      html body .content_include table.model {
        width: 100%; }
        html body .content_include table.model tr td {
          font-weight: 700;
          text-align: right;
          vertical-align: inherit;
          border: 1px solid #00ACBA;
          background-color: #fff;
          padding: 0.8rem;
          font-size: 1.0625rem; }
          @media (max-width: 880px) {
            html body .content_include table.model tr td {
              font-size: 1rem; } }
          @media (max-width: 660px) {
            html body .content_include table.model tr td {
              font-size: 0.92307692307692rem;
              padding: 0.5rem; } }
          html body .content_include table.model tr td.border_red {
            border: 3px solid #FBAA1A; }
          html body .content_include table.model tr td.border_red_left {
            border: 3px solid #FBAA1A;
            border-right: 1px solid #00ACBA; }
          html body .content_include table.model tr td.border_red_right {
            border: 3px solid #FBAA1A;
            border-left: 1px solid #00ACBA; }
        html body .content_include table.model tr th {
          background: none;
          border: 1px solid #00ACBA;
          color: #00ACBA;
          background-color: #fff;
          padding: 0.8rem;
          text-align: left;
          vertical-align: inherit;
          font-size: 1.0625rem; }
          @media (max-width: 880px) {
            html body .content_include table.model tr th {
              font-size: 1rem; } }
          @media (max-width: 660px) {
            html body .content_include table.model tr th {
              font-size: 0.92307692307692rem;
              padding: 0.5rem; } }
          html body .content_include table.model tr th.vertical {
            background-color: #E4F8FA;
            width: 2em; }
            @media (max-width: 660px) {
              html body .content_include table.model tr th.vertical {
                font-size: 0.84615384615385rem;
                width: 1.5em; } }
          html body .content_include table.model tr th.center, html body .content_include table.model tr th.vertical {
            text-align: center; }
          @media (max-width: 660px) {
            html body .content_include table.model tr th.center, html body .content_include table.model tr th.wrap {
              font-size: 0.84615384615385rem; } }
          @media (max-width: 660px) {
            html body .content_include table.model tr th .big {
              font-size: 1rem; } }
        html body .content_include table.model.operating_environment tr td {
          text-align: left;
          font-weight: normal;
          line-height: 1.5;
          white-space: normal; }
    html body .content_include .dl_wrap {
      width: 100%;
      margin: 1rem 0;
      border-bottom: 1px dotted #707070; }
      html body .content_include .dl_wrap.block {
        display: block;
        height: 100%;
        margin: 0; }
      html body .content_include .dl_wrap.medi {
        max-width: 60rem; }
      html body .content_include .dl_wrap.narrow {
        max-width: 53rem; }
      html body .content_include .dl_wrap.half {
        width: 50%; }
        @media (max-width: 660px) {
          html body .content_include .dl_wrap.half {
            width: 100%; } }
      html body .content_include .dl_wrap.center {
        margin-left: auto;
        margin-right: auto; }
      html body .content_include .dl_wrap.right {
        margin-left: auto; }
      html body .content_include .dl_wrap dl {
        display: flex;
        font-size: 1rem;
        border-top: 1px dotted #707070;
        line-height: 1.8; }
        @media (max-width: 660px) {
          html body .content_include .dl_wrap dl {
            flex-wrap: wrap; } }
        html body .content_include .dl_wrap dl dt {
          font-weight: 700;
          padding: 0.8rem;
          padding-right: 1em;
          width: 20%; }
          @media (max-width: 660px) {
            html body .content_include .dl_wrap dl dt {
              width: 100%;
              padding-bottom: 0; } }
        html body .content_include .dl_wrap dl dd {
          width: 80%;
          font-weight: 500;
          padding: 0.8rem; }
          @media (max-width: 660px) {
            html body .content_include .dl_wrap dl dd {
              width: 100%; } }
    html body .content_include p img {
      width: 100%;
      height: auto; }
    html body .text_img_flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 0; }
      @media (max-width: 660px) {
        html body .text_img_flex {
          flex-wrap: wrap;
          padding: 1rem 0 2rem 0; } }
      html body .text_img_flex .flex_img {
        width: 40%; }
        @media (max-width: 660px) {
          html body .text_img_flex .flex_img {
            width: 100%; } }
        html body .text_img_flex .flex_img .img_box {
          width: 100%; }
          html body .text_img_flex .flex_img .img_box img {
            width: 100%;
            height: auto; }
      html body .text_img_flex .flex_text {
        width: 55%; }
        @media (max-width: 660px) {
          html body .text_img_flex .flex_text {
            width: 100%; } }
        html body .text_img_flex .flex_text .text p {
          font-size: 0.875rem; }
    html body .bread_list {
      padding: 1rem 0; }
      html body .bread_list ul {
        display: flex;
        flex-wrap: wrap; }
        html body .bread_list ul li {
          margin-right: 1em;
          font-size: 0.875rem; }
          html body .bread_list ul li::before {
            content: ">";
            padding-right: 0.5em; }
          html body .bread_list ul li:first-of-type::before {
            content: none; }
          html body .bread_list ul li a {
            text-decoration: underline; }
            html body .bread_list ul li a:hover {
              text-decoration: none; }
    html body .next_prev_list ul {
      display: flex; }
      html body .next_prev_list ul li {
        width: 50%; }
        html body .next_prev_list ul li a {
          height: 100%;
          width: 100%;
          display: block;
          color: #fff;
          position: relative;
          -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s; }
          html body .next_prev_list ul li a::after {
            right: 2rem;
            top: 0;
            bottom: 0;
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            pointer-events: none;
            position: absolute;
            background-color: #fff;
            margin: auto;
            width: 2.5rem;
            height: 2.5rem;
            min-width: 2.5rem;
            min-height: 2.5rem;
            border-radius: 20rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 1rem;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            z-index: 10; }
            @media (max-width: 660px) {
              html body .next_prev_list ul li a::after {
                right: 1rem; } }
          html body .next_prev_list ul li a:hover {
            opacity: 0.9; }
            html body .next_prev_list ul li a:hover::after {
              right: 1.5rem; }
              @media (max-width: 660px) {
                html body .next_prev_list ul li a:hover::after {
                  right: 0.5rem; } }
          html body .next_prev_list ul li a .next_prev_text {
            max-width: 37.5rem; }
            html body .next_prev_list ul li a .next_prev_text h3 {
              font-size: 1.25rem;
              font-weight: 700;
              padding-bottom: 1rem; }
              html body .next_prev_list ul li a .next_prev_text h3 b {
                font-size: 0.875rem;
                display: block;
                width: 100%;
                font-weight: 700; }
            html body .next_prev_list ul li a .next_prev_text p {
              font-size: 0.8125rem; }
        html body .next_prev_list ul li.prev a {
          background-color: #64A9CB; }
          html body .next_prev_list ul li.prev a::after {
            color: #64A9CB;
            right: inherit;
            left: 2rem;
            content: "\f053"; }
            @media (max-width: 660px) {
              html body .next_prev_list ul li.prev a::after {
                left: 1rem; } }
          html body .next_prev_list ul li.prev a:hover::after {
            right: inherit;
            left: 1.5rem; }
            @media (max-width: 660px) {
              html body .next_prev_list ul li.prev a:hover::after {
                left: 0.5rem; } }
          html body .next_prev_list ul li.prev a .next_prev_text {
            text-align: right;
            margin: 0 0 0 auto;
            padding: 2rem 2rem 2rem 4rem; }
            @media (max-width: 660px) {
              html body .next_prev_list ul li.prev a .next_prev_text {
                padding: 2rem 1.5rem 2rem 4rem; } }
        html body .next_prev_list ul li.next a {
          background-color: #00ACBA;
          padding: 2rem 4rem 2rem 2rem; }
          html body .next_prev_list ul li.next a::after {
            color: #00ACBA; }
          @media (max-width: 660px) {
            html body .next_prev_list ul li.next a {
              padding: 2rem 4rem 2rem 1.5rem; } }
    html body .slide-in {
      overflow: hidden;
      display: inline-block; }
    html body .slide-in_inner {
      display: inline-block; }
    html body .upAnime {
      opacity: 0;
      /* 事前に透過0 にして消しておく*/ }
    html body .downAnime {
      opacity: 0;
      /* 事前に透過0 にして消しておく*/ }
    html body .slideAnimeDownUp {
      animation-name: slideTextY100;
      animation-duration: 0.8s;
      animation-fill-mode: forwards;
      opacity: 0; }
@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1; } }
    html body .slideAnimeUpDown {
      animation-name: slideTextY-100;
      animation-duration: 0.8s;
      animation-fill-mode: forwards;
      opacity: 0; }
@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1; } }
    html body .leftAnime {
      opacity: 0;
      /*事前に透過0にして消しておく*/ }
    html body .slideAnimeLeftRight {
      animation-name: slideTextX100;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      opacity: 0; }
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
    html body .slideAnimeRightLeft {
      animation-name: slideTextX-100;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      opacity: 0; }
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
    html body .bgextend {
      animation-name: bgextendAnimeBase;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      position: relative;
      overflow: hidden;
      /*　はみ出た色要素を隠す　*/
      opacity: 0;
      display: inline-block; }
@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    html body .bgappear {
      animation-name: bgextendAnimeSecond;
      animation-duration: 1s;
      animation-delay: 0.6s;
      animation-fill-mode: forwards;
      opacity: 0; }
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    html body .bgLRextend::before {
      animation-name: bgLRextendAnime;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      background-color: #64A9CB;
      /*伸びる背景色の設定*/ }
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
    html body .bgappearTrigger,
    html body .bgLRextendTrigger {
      opacity: 0; }
    html body .cover_page_title {
      padding: 3rem 0;
      overflow: hidden;
      position: relative;
      background-image: url("../img/img020.jpg");
      background-size: cover; }
      html body .cover_page_title .imageWrap {
        position: relative;
        z-index: 3;
        max-width: 65rem;
        margin: auto; }
        html body .cover_page_title .imageWrap .imageTitle img {
          width: 100%;
          height: auto; }
      html body .cover_page_title .inner {
        position: relative;
        z-index: 3; }
        html body .cover_page_title .inner::after, html body .cover_page_title .inner::before {
          width: 1px;
          height: 2rem;
          display: block;
          content: "";
          background-color: #1B224C;
          position: absolute;
          z-index: 10; }
        html body .cover_page_title .inner::after {
          bottom: 0;
          right: 2rem;
          height: 100%; }
          @media (max-width: 1290px) {
            html body .cover_page_title .inner::after {
              right: 3rem; } }
        html body .cover_page_title .inner::before {
          top: 0;
          left: 2rem;
          height: 100%; }
          @media (max-width: 1290px) {
            html body .cover_page_title .inner::before {
              left: 3rem; } }
        html body .cover_page_title .inner .title {
          padding: 1rem;
          background-color: rgba(255, 255, 255, 0.6);
          margin: 0 1rem;
          position: relative; }
          html body .cover_page_title .inner .title::after, html body .cover_page_title .inner .title::before {
            -webkit-transition: all ease 1s;
            transition: all ease 1s;
            height: 1px;
            width: 2rem;
            display: block;
            content: "";
            background-color: #1B224C;
            position: absolute;
            z-index: 10; }
          html body .cover_page_title .inner .title::after {
            bottom: 1rem;
            right: 0rem;
            width: 100%; }
          html body .cover_page_title .inner .title::before {
            top: 1rem;
            left: 0;
            width: 100%; }
          html body .cover_page_title .inner .title .title_block {
            padding: 2rem 0.5rem; }
            html body .cover_page_title .inner .title .title_block h1 {
              overflow: hidden; }
              html body .cover_page_title .inner .title .title_block h1 p, html body .cover_page_title .inner .title .title_block h1 .p {
                display: inline-block;
                font-size: 2.25rem;
                line-height: 1.65; }
                @media (max-width: 1290px) {
                  html body .cover_page_title .inner .title .title_block h1 p, html body .cover_page_title .inner .title .title_block h1 .p {
                    font-size: 2rem; } }
                @media (max-width: 660px) {
                  html body .cover_page_title .inner .title .title_block h1 p, html body .cover_page_title .inner .title .title_block h1 .p {
                    font-size: 1.8461538461538rem; } }
                html body .cover_page_title .inner .title .title_block h1 p .wow, html body .cover_page_title .inner .title .title_block h1 .p .wow {
                  opacity: 1;
                  transition-delay: 1s; }
              html body .cover_page_title .inner .title .title_block h1 b {
                display: block;
                width: 100%;
                font-size: 1.375rem;
                padding-bottom: 2rem;
                color: #1B224C; }
                html body .cover_page_title .inner .title .title_block h1 b span {
                  letter-spacing: 0.2em;
                  font-size: 1rem;
                  display: block;
                  width: 100%;
                  padding-bottom: 1.5rem;
                  position: relative; }
                  html body .cover_page_title .inner .title .title_block h1 b span::after {
                    position: absolute;
                    width: 3rem;
                    height: 4px;
                    content: "";
                    left: 50%;
                    right: 50%;
                    bottom: 0.4rem;
                    background-color: #64A9CB;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%); }
      html body .cover_page_title .fluid_block {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        content: "";
        display: block; }
        @media (max-width: 880px) {
          html body .cover_page_title .fluid_block {
            transform: skewY(-25deg); } }
        html body .cover_page_title .fluid_block .fluid {
          width: 14rem;
          /*横幅*/
          height: 14rem;
          /*縦幅*/
          background: #8AD8EB;
          /*背景色*/
          animation: fluidrotate 20s ease 0s infinite;
          /*アニメーションの設定*/
          position: absolute;
          content: "";
          opacity: 0.8;
          top: 1rem;
          left: 9rem;
          z-index: 2; }
          @media (max-width: 880px) {
            html body .cover_page_title .fluid_block .fluid {
              width: 12rem;
              /*横幅*/
              height: 12rem;
              /*縦幅*/
              top: -8rem;
              left: 3rem; } }
          @media (max-width: 660px) {
            html body .cover_page_title .fluid_block .fluid {
              width: 10rem;
              /*横幅*/
              height: 10rem;
              /*縦幅*/
              top: -4rem;
              left: 1.5rem; } }
          html body .cover_page_title .fluid_block .fluid::after {
            width: 21rem;
            /*横幅*/
            height: 17rem;
            /*縦幅*/
            background: #ABEDF0;
            /*背景色*/
            opacity: 0.8;
            animation: fluidrotate 20s ease 0s infinite;
            /*アニメーションの設定*/
            position: absolute;
            content: "";
            top: 4rem;
            left: -12rem;
            z-index: 1;
            transform: rotate(20deg); }
            @media (max-width: 880px) {
              html body .cover_page_title .fluid_block .fluid::after {
                width: 18rem;
                /*横幅*/
                height: 13rem;
                /*縦幅*/
                left: -13rem; } }
            @media (max-width: 660px) {
              html body .cover_page_title .fluid_block .fluid::after {
                width: 13rem;
                /*横幅*/
                height: 9rem;
                /*縦幅*/
                left: -8rem;
                top: 6rem; } }
          html body .cover_page_title .fluid_block .fluid::before {
            width: 10rem;
            /*横幅*/
            height: 8rem;
            /*縦幅*/
            background: #EEF0FF;
            /*背景色*/
            opacity: 0.8;
            animation: fluidrotate 20s ease 0s infinite;
            /*アニメーションの設定*/
            position: absolute;
            content: "";
            bottom: -15rem;
            left: 7rem;
            z-index: -1;
            transform: rotate(20deg); }
            @media (max-width: 880px) {
              html body .cover_page_title .fluid_block .fluid::before {
                bottom: -20rem;
                left: -2rem; } }
            @media (max-width: 660px) {
              html body .cover_page_title .fluid_block .fluid::before {
                width: 5rem;
                /*横幅*/
                height: 5rem;
                /*縦幅*/
                bottom: -28rem;
                left: -1rem; } }
        html body .cover_page_title .fluid_block .fluid2 {
          width: 16rem;
          /*横幅*/
          height: 13rem;
          /*縦幅*/
          background: #EEF0FF;
          /*背景色*/
          animation: fluidrotate 20s ease 0s infinite;
          /*アニメーションの設定*/
          position: absolute;
          content: "";
          opacity: 0.8;
          right: -1.5rem;
          bottom: 6rem; }
          @media (max-width: 880px) {
            html body .cover_page_title .fluid_block .fluid2 {
              width: 15rem;
              /*横幅*/
              height: 12rem;
              /*縦幅*/
              bottom: -1rem;
              right: -3.5rem; } }
          @media (max-width: 660px) {
            html body .cover_page_title .fluid_block .fluid2 {
              width: 11rem;
              /*横幅*/
              right: -2rem;
              height: 10rem;
              /*縦幅*/
              bottom: 5rem; } }
          html body .cover_page_title .fluid_block .fluid2::after {
            width: 22rem;
            /*横幅*/
            height: 17rem;
            /*縦幅*/
            background: #8AD8EB;
            /*背景色*/
            opacity: 0.8;
            animation: fluidrotate 20s ease 0s infinite;
            /*アニメーションの設定*/
            position: absolute;
            content: "";
            right: 7rem;
            bottom: -10rem;
            z-index: 1;
            transform: rotate(20deg); }
            @media (max-width: 880px) {
              html body .cover_page_title .fluid_block .fluid2::after {
                width: 14rem;
                /*横幅*/
                height: 14rem;
                /*縦幅*/ } }
            @media (max-width: 660px) {
              html body .cover_page_title .fluid_block .fluid2::after {
                width: 12rem;
                /*横幅*/
                height: 10rem;
                /*縦幅*/
                right: 2rem;
                bottom: -8rem; } }
          html body .cover_page_title .fluid_block .fluid2::before {
            width: 10rem;
            /*横幅*/
            height: 8rem;
            /*縦幅*/
            background: #ABEDF0;
            /*背景色*/
            opacity: 0.8;
            animation: fluidrotate 20s ease 0s infinite;
            /*アニメーションの設定*/
            position: absolute;
            content: "";
            right: 18rem;
            top: -11rem;
            z-index: -1;
            transform: rotate(50deg); }
            @media (max-width: 880px) {
              html body .cover_page_title .fluid_block .fluid2::before {
                top: -14rem;
                right: 5rem; } }
            @media (max-width: 660px) {
              html body .cover_page_title .fluid_block .fluid2::before {
                width: 6rem;
                /*横幅*/
                height: 5rem;
                /*縦幅*/
                right: 3rem;
                top: -20rem; } }
      html body .cover_page_title.yellow .fluid_block .fluid {
        background: #ffffe0; }
        html body .cover_page_title.yellow .fluid_block .fluid::before {
          background: #f0fff0; }
        html body .cover_page_title.yellow .fluid_block .fluid::after {
          background: #ffe4b5;
          /*背景色*/ }
      html body .cover_page_title.yellow .fluid_block .fluid2 {
        background: #f0fff0; }
        html body .cover_page_title.yellow .fluid_block .fluid2::before {
          background: #ffe4b5; }
        html body .cover_page_title.yellow .fluid_block .fluid2::after {
          background: #ffffe0;
          /*背景色*/ }
      html body .cover_page_title.green .fluid_block .fluid {
        background: #f4ffea; }
        html body .cover_page_title.green .fluid_block .fluid::before {
          background: #e0efff; }
        html body .cover_page_title.green .fluid_block .fluid::after {
          background: #ccffe5;
          /*背景色*/ }
      html body .cover_page_title.green .fluid_block .fluid2 {
        background: #e0efff; }
        html body .cover_page_title.green .fluid_block .fluid2::before {
          background: #ccffe5; }
        html body .cover_page_title.green .fluid_block .fluid2::after {
          background: #f4ffea;
          /*背景色*/ }
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%; }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%; }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%; }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%; }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%; }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%; } }
