@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*font-size: 1px;*/
  font-size: 62.5%;
  color: #111;
  line-height: 1.6; }
  @media screen and (max-width: 1600px) {
    html {
      /*font-size: .8px;*/
      font-size: 50%; } }

body, input, button, textarea, select {
  font-family: "Noto Sans JP","Noto Sans CJK JP","Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  /*font-size: 1.6rem;*/
  font-size: 16px; }

img {
  max-width: 100%;
  height: auto; }

.sp {
  display: none; }

.pc {
  display: block; }

.common_container {
  overflow: hidden; }

.common_pcnolink {
  pointer-events: none; }

.common_inner {
  max-width: 1200px;
  width: 94%; }

.ank {
  padding-top: 5.2083333333vw;
  margin-top: -5.2083333333vw; }

.common_en_01 {
  font-family: "Roboto Condensed", sans-serif; }

.common_txt01 {
  line-height: 2.0;
  letter-spacing: 0.05em;
  font-size: 16px; }

.common_leadtxt {
  text-align: center;
  margin-bottom: 1.5625vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 16px; }

.common_h2_ttl {
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 1.5625vw;
  margin-bottom: 2.6041666667vw;
  text-align: center;
  position: relative; }
  .common_h2_ttl:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px;
    margin-left: -50px; }
  .common_h2_ttl:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px; }
  .common_h2_ttl span {
    color: #004ea2; }
  .common_h2_ttl:before {
    border-bottom: 3px solid #199ccb; }
  .common_h2_ttl:after {
    border-bottom: 3px solid #004ea2; }

.common_h2_ttl_wh {
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 1.5625vw;
  margin-bottom: 2.6041666667vw;
  text-align: center;
  position: relative;
  color: #FFF; }
  .common_h2_ttl_wh:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px;
    margin-left: -50px; }
  .common_h2_ttl_wh:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px; }
  .common_h2_ttl_wh:before, .common_h2_ttl_wh:after {
    border-bottom: 3px solid #FFF; }

.common_btn01 {
  display: flex;
  justify-content: center; }
  .common_btn01 a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 50px;
    cursor: pointer; }
    .common_btn01 a span {
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01 a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01 a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01 a:hover span:before, .common_btn01 a:hover span:after {
      right: 4%; }
  .common_btn01 a {
    width: 350px;
    height: 50px;
    background: -webkit-linear-gradient(left, #184e9e, #386fbf);
    background: -o-linear-gradient(left, #184e9e, #386fbf);
    background: linear-gradient(to right, #184e9e, #386fbf); }
    .common_btn01 a span {
      font-size: 1.6rem;
      color: #fff; }
      .common_btn01 a span:before, .common_btn01 a span:after {
        border-bottom: 1px solid #fff; }

.common_btn01_s {
  display: flex;
  justify-content: center; }
  .common_btn01_s a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 50px;
    cursor: pointer; }
    .common_btn01_s a span {
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01_s a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01_s a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01_s a:hover span:before, .common_btn01_s a:hover span:after {
      right: 4%; }
  .common_btn01_s a {
    width: 300px;
    height: 50px;
    background: -webkit-linear-gradient(left, #184e9e, #386fbf);
    background: -o-linear-gradient(left, #184e9e, #386fbf);
    background: linear-gradient(to right, #184e9e, #386fbf); }
    .common_btn01_s a span {
      font-size: 1.6rem;
      color: #fff; }
      .common_btn01_s a span:before, .common_btn01_s a span:after {
        border-bottom: 1px solid #fff; }

.common_btn01_yl_big {
  display: flex;
  justify-content: center; }
  .common_btn01_yl_big a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 50px;
    cursor: pointer; }
    .common_btn01_yl_big a span {
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01_yl_big a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01_yl_big a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01_yl_big a:hover span:before, .common_btn01_yl_big a:hover span:after {
      right: 4%; }
  .common_btn01_yl_big a {
    filter: drop-shadow(-5px 5px 10px rgba(8, 25, 49, 0.86));
    background-color: #f7e624;
    width: 33.1770833333vw;
    height: 4.375vw; }
    .common_btn01_yl_big a span {
      font-size: 3.1rem;
      color: #111;
      width: auto;
      height: auto; }
      .common_btn01_yl_big a span:before {
        width: 0.625vw;
        margin-top: -0.15625vw; }
      .common_btn01_yl_big a span:after {
        width: 2.1354166667vw; }
      .common_btn01_yl_big a span:before, .common_btn01_yl_big a span:after {
        border-bottom: 1px solid #111;
        right: 9%; }

.common_btn01_yl {
  display: flex;
  justify-content: center; }
  .common_btn01_yl a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 50px;
    cursor: pointer; }
    .common_btn01_yl a span {
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01_yl a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01_yl a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01_yl a:hover span:before, .common_btn01_yl a:hover span:after {
      right: 4%; }
  .common_btn01_yl a {
    filter: drop-shadow(-5px 5px 10px rgba(8, 25, 49, 0.86));
    background-color: #f7e624;
    width: 29.53125vw;
    height: 4.375vw; }
    .common_btn01_yl a span {
      font-size: 3.1rem;
      color: #111;
      width: auto;
      height: auto; }
      .common_btn01_yl a span:before {
        width: 0.625vw;
        margin-top: -3px; }
      .common_btn01_yl a span:after {
        width: 2.1354166667vw; }
      .common_btn01_yl a span:before, .common_btn01_yl a span:after {
        border-bottom: 1px solid #111;
        right: 9%; }

.common_btn01_anim {
  animation-name: btnrightscroll;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transition: .2s;
  position: absolute !important;
  right: 50px;
  top: 50%; }

@keyframes btnrightscroll {
  0% {
    right: 50px; }
  49% {
    right: 30px; }
  50% {
    right: 50px; }
  50% {
    right: 30px; }
  100% {
    right: 30px; } }
.common_btn01_yl_big .btn::before, .common_btn01_yl_big .btn::after, .common_btn01_yl .btn::before, .common_btn01_yl .btn::after {
  border-bottom: none; }

.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s; }

.btn span {
  position: relative;
  z-index: 3; }

.btn:hover span {
  color: #fff; }

.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background: #184e9e;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg); }

.bgskew:hover::before {
  animation: skewanime .5s forwards; }

.bgskew:hover span:before, .bgskew:hover span:after {
  border-bottom: 1px solid #fff; }

@keyframes skewanime {
  100% {
    left: -10%; } }
.panel {
  display: none; }

.is-show {
  display: block; }

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  z-index: 99;
  background: #FFF;
  width: 100%;
  height: 5.2083333333vw;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  filter: drop-shadow(-1px 1px 4px rgba(0, 0, 0, 0.2)); }
  @media screen and (max-width: 980px) {
    header {
      height: 55px !important; } }
  header .hd_logo {
    margin-left: 3.125vw;
    width: 9.5833333333vw; }
    header .hd_logo img {
      width: 100%; }
    header .hd_logo a {
      transition: 0.3s; }
      header .hd_logo a:hover {
        opacity: 0.7;
        transition: 0.3s; }
  header .hd_right {
    display: flex;
    align-items: center; }
  header .hd_nav01 ul {
    display: flex; }
    header .hd_nav01 ul li {
      margin-right: 2.34375vw; }
      @media screen and (max-width: 1294px) {
        header .hd_nav01 ul li {
          margin-right: 1.0416666667vw; } }
      header .hd_nav01 ul li.link_none {
        display: none; }
      header .hd_nav01 ul li a {
        color: #111;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-decoration: none;
        position: relative; }
        @media screen and (max-width: 1294px) {
          header .hd_nav01 ul li a {
            font-size: 13px; } }
        header .hd_nav01 ul li a::after {
          border-bottom: 2px solid #004ea2;
          position: absolute;
          bottom: -0.5208333333vw;
          left: 0;
          content: "";
          width: 100%;
          height: 2px;
          transition: 0.3s;
          opacity: 0; }
        header .hd_nav01 ul li a:hover::after {
          transition: 0.3s;
          opacity: 1;
          bottom: -0.4166666667vw; }
  header .hd_btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    header .hd_btn a {
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    header .hd_btn_01 {
      width: 13.5416666667vw;
      height: 5.2083333333vw;
      min-width: 180px; }
      header .hd_btn_01 a {
        background-color: #dbe6f2; }
        header .hd_btn_01 a .flex {
          background: url(../images/common/makasetetouch_icon_tel.png) no-repeat left top;
          padding-left: 35px; }
        header .hd_btn_01 a .tel {
          font-size: 2.8rem;
          color: #004ea2;
          font-weight: 700;
          line-height: 1.0;
          letter-spacing: 0.05em;
          font-weight: 700;
          font-family: "Roboto Condensed", sans-serif;
          letter-spacing: -0.02em; }
        header .hd_btn_01 a .time {
          font-size: 1.2rem;
          line-height: 1.0;
          color: #004ea2;
          display: block;
          margin-top: 0.2604166667vw; }
    header .hd_btn_02 {
      width: 13.5416666667vw;
      height: 5.2083333333vw; }
      header .hd_btn_02 a {
        overflow: hidden;
        background-color: #004ea2;
        position: relative; }
        header .hd_btn_02 a span {
          color: #FFF;
          letter-spacing: 0.05em;
          font-weight: 700;
          background: url(../images/common/makasetetouch_icon_request.png) no-repeat left center;
          padding-left: 37px;
          min-height: 21px;
          position: relative;
          z-index: 1; }
        header .hd_btn_02 a:before {
          content: '';
          position: absolute;
          top: 0;
          left: -130%;
          background: #199ccb;
          width: 120%;
          height: 100%;
          transform: skewX(-25deg); }
        header .hd_btn_02 a:hover::before {
          animation: skewanime .5s forwards; }
        header .hd_btn_02 a:hover span:before, header .hd_btn_02 a:hover span:after {
          border-bottom: 1px solid #fff; }
@keyframes skewanime {
  100% {
    left: -10%; } }
  header button {
    display: none; }
  @media screen and (min-width: 981px) {
    header .acctit {
      display: none; }
    header .menu_mega_ttl {
      padding-right: 20px;
      cursor: pointer;
      font-weight: 700;
      position: relative; } }
  @media screen and (min-width: 981px) and (max-width: 1294px) {
    header .menu_mega_ttl {
      font-size: 13px;
      line-height: 28px; } }
  @media screen and (min-width: 981px) {
      header .menu_mega_ttl::before {
        background: url(../images/common/icon_arrow01.png) left top;
        position: absolute;
        top: 50%;
        right: 0;
        content: "";
        width: 11px;
        height: 6px;
        margin-top: -3px; }
      header .menu_mega_ttl::after {
        border-bottom: 2px solid #004ea2;
        position: absolute;
        bottom: -0.5208333333vw;
        left: 0;
        content: "";
        width: 100%;
        height: 2px;
        transition: 0.3s;
        opacity: 0; }
      header .menu_mega_ttl:hover::after {
        transition: 0.3s;
        opacity: 1;
        bottom: -0.4166666667vw; }
    header .menu_second-level {
      visibility: hidden;
      opacity: 0;
      z-index: 1; }
      header .menu_second-level .flex {
        padding: 3.6458333333vw 0 2.0833333333vw 0;
        background: #ebf0f8;
        position: relative; }
        header .menu_second-level .flex .common_inner {
          margin-left: auto;
          margin-right: auto; }
        header .menu_second-level .flex ul {
          display: flex;
          flex-wrap: wrap;
          width: 100%; }
          header .menu_second-level .flex ul li {
            width: 25%;
            margin-right: 0;
            margin-bottom: 1.5625vw; }
            header .menu_second-level .flex ul li .img {
              width: 35.4%;
              display: block;
              margin-right: 15px; }
              header .menu_second-level .flex ul li .img img {
                width: 100%; }
            header .menu_second-level .flex ul li .txt {
              width: calc(100% - 35.4% - 15px);
              display: block;
              font-size: 15px;
              letter-spacing: 0.05em;
              font-weight: 700;
              line-height: 1.4;
              color: #184e9e; }
            header .menu_second-level .flex ul li a {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              text-decoration: none;
              transition: 0.3s; }
              header .menu_second-level .flex ul li a:hover {
                opacity: 0.7;
                transition: 0.3s; }
                header .menu_second-level .flex ul li a:hover::after {
                  content: inherit; }
    header .menu_mega .menu_second-level {
      position: absolute;
      top: 3.6458333333vw;
      left: 0;
      width: 100%;
      background: #fff;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    header .menu_mega:hover .menu_second-level {
      top: 5.2083333333vw;
      visibility: visible;
      opacity: 1; } }
  @media screen and (max-width: 980px) {
    header .hd_nav01 .inblock > ul {
      display: block !important; }
    header .menu_mega .pc {
      display: none; }
    header .menu_mega .sp {
      display: block; }
    header .menu_mega .common_inner {
      width: 100%; }
    header .menu_mega .menu_second-level.accct {
      display: none; }
    header .menu_mega .menu_second-level .ttlblock {
      display: none; }
    header .menu_mega .menu_second-level ul li .img {
      display: none; }
    header .menu_mega .menu_mega_ttl {
      display: none; }
    header .menu_mega .acctit {
      color: #fff;
      letter-spacing: 0.05em;
      padding: 12px 25px 12px 0;
      position: relative;
      cursor: pointer; }
      header .menu_mega .acctit span {
        background: url(../images/common/aco_plus.png) no-repeat left top;
        background-size: 14px 14px;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 6px;
        top: 16px; }
      header .menu_mega .acctit.open span {
        background: url(../images/common/aco_minus.png) no-repeat left top;
        background-size: 14px 2px;
        width: 14px;
        height: 2px;
        position: absolute;
        right: 6px;
        top: 22px; }
    header .accct ul {
      margin: -5px 0 10px 0;
      display: block; }
      header .accct ul li {
        border-bottom: none !important; }
        header .accct ul li a {
          padding: 6px 25px 6px 1em !important; }
          header .accct ul li a span {
            font-weight: 400 !important; }
          header .accct ul li a::after {
            content: inherit !important; }
    header .hd_btn_01 {
      height: 55px;
      position: fixed;
      right: 110px; }
    header .hd_btn_02 {
      width: 55px;
      height: 55px;
      position: fixed;
      z-index: 10;
      top: 0;
      right: 55px; }
      header .hd_btn_02 a {
        background: #199ccb;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none; }
        header .hd_btn_02 a span {
          font-size: 10px;
          color: #FFF;
          position: relative;
          padding-top: 26px;
          padding-left: 0;
          background: none; }
          header .hd_btn_02 a span::before {
            background: url(../images/common/makasetetouch_icon_request.png) no-repeat center center;
            position: absolute;
            left: 50%;
            top: 0;
            content: "";
            width: 17px;
            height: 21px;
            margin-left: -9px; }
    header button {
      display: block;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: inherit;
      vertical-align: middle;
      text-align: inherit;
      font: inherit;
      -webkit-appearance: none;
      appearance: none; }
    header .nav_toggle_pc {
      cursor: pointer;
      background-color: #004ea2;
      width: 55px;
      height: 55px;
      position: fixed;
      z-index: 10;
      top: 0;
      right: 0; }
      header .nav_toggle_pc span {
        transition: 0.3s;
        border-top: 2px solid #FFF;
        width: 24px;
        position: absolute;
        top: 12px;
        left: calc((100% - 24px) / 2); }
        header .nav_toggle_pc span:nth-child(2) {
          top: 19px; }
        header .nav_toggle_pc span:nth-child(3) {
          top: 26px; }
        header .nav_toggle_pc span:nth-child(5) {
          display: none; }
      header .nav_toggle_pc span.open:nth-child(1) {
        transform: rotate(-45deg);
        width: 20px;
        left: calc((100% - 20px) / 2);
        top: 19px; }
      header .nav_toggle_pc span.open:nth-child(2) {
        display: none; }
      header .nav_toggle_pc span.open:nth-child(3) {
        transform: rotate(45deg);
        width: 20px;
        left: calc((100% - 20px) / 2);
        top: 19px; }
      header .nav_toggle_pc span.open:nth-child(4) {
        display: none; }
      header .nav_toggle_pc span.open:nth-child(5) {
        display: block; }
      header .nav_toggle_pc .menu_txt {
        color: #FFF;
        border: none;
        top: 36px;
        font-family: "Roboto Condensed", sans-serif;
        letter-spacing: 0.05em;
        text-align: center;
        line-height: 1.0;
        font-size: 12px;
        left: 0;
        display: block;
        width: 100%; }
    header .global_menu.open {
      top: 55px; }
    header .global_menu {
      position: fixed;
      top: -600%;
      left: 0;
      width: 100%;
      transition: 0.3s;
      box-sizing: border-box;
      height: 100% !important;
      z-index: 99; }
      header .global_menu .inblock {
        padding: 10px 20px;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
        background-color: #004ea2;
        height: auto !important; }
        header .global_menu .inblock ul li {
          width: 100%; }
          header .global_menu .inblock ul li .link_none {
            display: none; }
          header .global_menu .inblock ul li:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
          header .global_menu .inblock ul li a {
            color: #FFF;
            text-decoration: none;
            letter-spacing: 0.05em;
            padding: 12px 25px 12px 0;
            display: block;
            position: relative; }
            header .global_menu .inblock ul li a span {
              font-weight: 700; }
          header .global_menu .inblock ul li a:hover {
            opacity: 0.7;
            transition: 0.3s; }
          header .global_menu .inblock ul li a::after {
            width: 6px;
            height: 6px;
            border: 2px solid;
            border-color: #FFF #FFF transparent transparent;
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 10px;
            content: "";
            margin-top: -3px;
            transition: 0.3s;
            left: inherit;
            bottom: inherit;
            opacity: 1; } }

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
/*.pagetop{
		position: fixed;
		right: 90px;
		z-index: 9;
		opacity: 0;
		transform: translateY(100px);
	a{
		width: 60px;
		height: 60px;
		display: block;
		position: relative;
		background: $mainColor;
		border-radius: 50%;
		transition: 0.3s;
		span{
			position: absolute;
			top: 50%;
			left: 50%;
			content: "";
			width: 16px;
			height: 16px;
			border: 2px solid;
			border-color: #fff #fff transparent transparent;
			transform: rotate(-45deg);
			margin: -4px 0 0 -8px;
		}
	}
	a:hover{
		transition: 0.3s;
		opacity: 0.7;
	}
}
.pagetop.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.pagetop.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}*/
.ft_service_bg {
  background-color: #004ea2;
  padding: 3.6458333333vw 0;
  display: flex;
  justify-content: center; }
.ft_service_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1600px) {
    .ft_service_flex {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }
.ft_service_bnr {
  width: calc(50% - 1.04vw); }
  .ft_service_bnr a {
    transition: 0.3s;
    background-color: #fff; }
    .ft_service_bnr a:hover {
      opacity: 0.8;
      transition: 0.3s; }
.ft_service_ttl {
  font-size: 4.2rem;
  color: #fff;
  margin-bottom: 2.0833333333vw;
  text-align: center; }

footer a {
  transition: 0.3s; }
  footer a:hover {
    opacity: 0.7;
    transition: 0.3s; }
footer .ft_01 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8229166667vw 0; }
  footer .ft_01_logo {
    position: relative;
    left: 3.125vw;
    width: 10.4166666667vw; }
    footer .ft_01_logo img {
      width: 100%; }
  footer .ft_01_link ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer .ft_01_link ul li {
      margin-right: 2.0833333333vw; }
      footer .ft_01_link ul li .link_none {
        display: none; }
      footer .ft_01_link ul li a {
        font-weight: 700;
        color: #004ea2;
        text-decoration: none; }
footer .ft_02 {
  background-color: #edf2f8;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3.6458333333vw 0; }
  footer .ft_02 .common_en_01 {
    color: #004ea2;
    font-size: 2.0rem;
    position: relative;
    margin-right: 15px;
    padding-right: 93px;
    font-weight: 500; }
    footer .ft_02 .common_en_01::after {
      border-bottom: 1px solid #004ea2;
      position: absolute;
      top: 50%;
      right: 0;
      content: "";
      width: 78px;
      height: 1px; }
  footer .ft_02_flex {
    display: flex;
    justify-content: center;
    align-items: center; }
footer address {
  background-color: #022444;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  letter-spacing: 0.05em; }

.side_01 {
  position: fixed;
  top: 9.8958333333vw;
  right: 0;
  z-index: 9; }
  .side_01_bnr01, .side_01_bnr02 {
    filter: drop-shadow(-1px 1px 5px rgba(0, 0, 0, 0.3));
    width: 7.8125vw;
    background-color: #fff; }
    .side_01_bnr01 a, .side_01_bnr02 a {
      transition: 0.3s; }
      .side_01_bnr01 a:hover, .side_01_bnr02 a:hover {
        transition: 0.3s;
        opacity: 0.7; }
    .side_01_bnr01 img, .side_01_bnr02 img {
      width: 100%; }
  .side_01_bnr01 {
    margin-bottom: 0.7291666667vw; }

.ft_sp {
  display: none; }

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_bg {
  margin-top: 5.2083333333vw;
  position: relative; }
.top_main_box {
  background: -webkit-linear-gradient(left, #184e9e, #386fbf);
  background: -o-linear-gradient(left, #184e9e, #386fbf);
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 2.6041666667vw;
  position: relative; }
  .top_main_box::after {
    background: url(../images/top/makasetetouch_mainparts.png) no-repeat left top;
    background-size: 14.7916666667vw 11.8229166667vw;
    position: absolute;
    bottom: 2.0833333333vw;
    left: 50%;
    content: "";
    width: 14.7916666667vw;
    height: 11.8229166667vw;
    margin-left: 20.8333333333vw; }
.top_main_img img {
  width: 100%; }

.scroll_line {
  position: absolute;
  z-index: 9;
  right: 2.0833333333vw;
  bottom: 6.25vw; }
  .scroll_line a {
    text-decoration: none; }

.scroll_line .scroll_line_anim {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  height: 90px;
  width: 1px;
  background-color: white;
  animation-name: pagetopscroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transition: .2s; }
  .scroll_line .scroll_line_anim::after {
    position: absolute;
    bottom: 6px;
    left: -11px;
    content: "";
    width: 15px;
    height: 1px;
    transform: rotate(60deg);
    border-bottom: 1px solid #FFF; }

@keyframes pagetopscroll {
  0% {
    bottom: 0; }
  49% {
    bottom: -20px; }
  50% {
    bottom: 0; }
  50% {
    bottom: -20px; }
  100% {
    bottom: -20px; } }
.scroll_line .scroll_line_txt {
  transform-origin: center center;
  transform: rotate(90deg);
  position: absolute;
  left: 50%;
  bottom: 120px;
  display: inline;
  margin-left: -20px; }

.scroll_line .scroll_line_txt .common_en_01 {
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0.07em;
  white-space: nowrap;
  line-height: 1.0;
  transition: .2s;
  font-style: italic; }

.top_worries_bg {
  background-color: #dbe6f2;
  padding: 5.2083333333vw 0;
  display: flex;
  justify-content: center; }
.top_worries_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5208333333vw; }
.top_worries_box02 {
  margin-bottom: 0.5208333333vw;
  position: relative; }
.top_worries_box02_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.top_worries_box03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.top_worries_inbox01 {
  width: calc((100% - 3.13vw) / 4);
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.5625vw;
  border: 3px solid #004ea2;
  border-radius: 10px;
  display: flex;
  align-items: center; }
  .top_worries_inbox01 .top_worries_bfttl {
    color: #004ea2;
    position: relative;
    font-weight: 700;
    font-size: 1.7rem;
    padding-left: 40px; }
    .top_worries_inbox01 .top_worries_bfttl::before {
      background: url(../images/top/makasetetouch_worries06.png) no-repeat left top;
      position: absolute;
      left: 0;
      top: 50%;
      content: "";
      width: 25px;
      height: 27px;
      margin-top: -14px; }
.top_worries_inbox02 {
  width: calc((100% - 3.13vw) / 4);
  background: url(../images/top/makasetetouch_flow_arrow.png) no-repeat center top;
  background-size: 24px 192px;
  height: 192px; }
.top_worries_box02_txt {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  white-space: nowrap;
  padding: 1.5625vw 2.0833333333vw; }
  @media screen and (max-width: 980px) {
    .top_worries_box02_txt {
      width: 100%; } }
  .top_worries_box02_txt img {
    margin: 0 0.78125vw; }
    @media screen and (max-width: 1294px) {
      .top_worries_box02_txt img {
        width: 300px; } }
    @media screen and (max-width: 980px) {
      .top_worries_box02_txt img {
        width: 200px; } }
  .top_worries_box02_txt .bold {
    font-size: 4.2rem; }
  .top_worries_box02_txt::before {
    transform: skewX(-12deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #199ccb; }
.top_worries_inbox03 {
  width: calc((100% - 3.13vw) / 4);
  background-color: #fff;
  box-sizing: border-box;
  border: 3px solid #004ea2;
  position: relative;
  padding: 2.0833333333vw 1.3020833333vw 2.6041666667vw 1.3020833333vw; }
  .top_worries_inbox03:nth-child(1) .top_worries_afttl::after {
    background: url(../images/top/makasetetouch_worries01.png) no-repeat left top;
    background-size: 6.5625vw 6.5625vw; }
  .top_worries_inbox03:nth-child(2) .top_worries_afttl::after {
    background: url(../images/top/makasetetouch_worries02.png) no-repeat left top;
    background-size: 6.5625vw 6.5625vw; }
  .top_worries_inbox03:nth-child(3) .top_worries_afttl::after {
    background: url(../images/top/makasetetouch_worries03.png) no-repeat left top;
    background-size: 6.5625vw 6.5625vw; }
  .top_worries_inbox03:nth-child(4) .top_worries_afttl::after {
    background: url(../images/top/makasetetouch_worries04.png) no-repeat left top;
    background-size: 6.5625vw 6.5625vw; }
  .top_worries_inbox03::before {
    background: url(../images/top/makasetetouch_flow_box.png) no-repeat left top;
    background-size: 2.1875vw 2.1875vw;
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 2.1875vw;
    height: 2.1875vw;
    z-index: 1; }
  .top_worries_inbox03 .top_worries_afttl {
    min-height: 13.0208333333vw;
    box-sizing: border-box;
    text-align: center;
    color: #004ea2;
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 0.5208333333vw;
    padding-bottom: 7.0833333333vw; }
    .top_worries_inbox03 .top_worries_afttl .line {
      background: linear-gradient(transparent 60%, #fff68c 40%); }
    .top_worries_inbox03 .top_worries_afttl .bold {
      font-size: 2.6rem;
      font-weight: 700; }
    .top_worries_inbox03 .top_worries_afttl::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: "";
      width: 6.5625vw;
      height: 6.5625vw;
      margin-left: -3.28125vw; }

.top_about_ttl {
  background-color: #004ea2;
  position: relative;
  padding: 4.1666666667vw 0;
  z-index: 1; }
  .top_about_ttl .h2_ttl {
    color: #FFF;
    font-size: 5.0rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center; }
  .top_about_ttl::after {
    position: absolute;
    left: 50%;
    bottom: -30px;
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 30px solid #004ea2;
    margin-left: -35px; }
.top_about_box {
  background: url(../images/top/makasetetouch_about02.jpg) no-repeat center top;
  background-size: cover;
  padding: 4.1666666667vw 0 5.2083333333vw 0;
  display: flex;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1)); }
  .top_about_box .common_txt01 .bold {
    font-weight: 700; }
.top_about_lead {
  line-height: 1.4;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1.5625vw; }
  .top_about_lead .bold {
    color: #004ea2; }
@media screen and (max-width: 1600px) {
  .top_about_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

.top_point_bg {
  background-color: #ebf0f8;
  padding: 5.2083333333vw 0 5.9895833333vw 0;
  display: flex;
  justify-content: center; }
  .top_point_bg .common_leadtxt {
    margin-bottom: 2.8645833333vw; }
.top_point_ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 5.0rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 2.0833333333vw;
  margin-bottom: 2.6041666667vw; }
  .top_point_ttl .in_ttl01 {
    color: #004ea2;
    display: block;
    line-height: 1.0; }
  .top_point_ttl::before {
    border-bottom: 3px solid #199ccb;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px;
    margin-left: -50px; }
  .top_point_ttl::after {
    border-bottom: 3px solid #004ea2;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px; }
.top_point_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.6458333333vw; }
.top_point_inttl {
  background-color: #199ccb;
  padding: 1.3020833333vw 1.5625vw 1.3020833333vw 10.9375vw;
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  min-height: 10vw; }
  .top_point_inttl::before {
    position: absolute;
    top: 50%;
    left: 1.5625vw;
    margin-top: -3.6979166667vw;
    content: "";
    width: 7.3958333333vw;
    height: 7.3958333333vw; }
.top_point_box_in {
  width: calc((100% - 25px) / 2);
  margin-bottom: 2.6041666667vw;
  filter: drop-shadow(-1px 1px 5px rgba(0, 0, 0, 0.3));
  background-color: #fff; }
  .top_point_box_in.point01 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point01.png) no-repeat right top;
    background-size: 7.3958333333vw 7.3958333333vw; }
  .top_point_box_in.point02 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point02.png) no-repeat left top;
    background-size: 7.3958333333vw 7.3958333333vw; }
  .top_point_box_in.point03 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point03.png) no-repeat right top;
    background-size: 7.3958333333vw 7.3958333333vw; }
  .top_point_box_in.point04 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point04.png) no-repeat right top;
    background-size: 7.3958333333vw 7.3958333333vw; }
  .top_point_box_in.point05 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point05.png) no-repeat left top;
    background-size: 7.3958333333vw 7.3958333333vw; }
  .top_point_box_in.point06 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point06.png) no-repeat right top;
    background-size: 7.3958333333vw 7.3958333333vw; }
.top_point_disc {
  padding: 1.3020833333vw 1.5625vw 2.0833333333vw 1.5625vw; }
.top_point_box_more_ttl {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2.0833333333vw; }
  .top_point_box_more_ttl .f_blue {
    color: #004ea2; }
.top_point_box_more_bnr {
  display: flex;
  flex-wrap: wrap; }
  .top_point_box_more_bnr_img {
    width: 52.5%;
    box-sizing: border-box;
    z-index: 1;
    position: relative; }
    .top_point_box_more_bnr_img img {
      width: 100%; }
  .top_point_box_more_bnr_disc {
    width: 60.8%;
    background-color: #fff;
    padding: 3.125vw 3.6458333333vw 3.125vw 18.7%;
    box-sizing: border-box;
    margin-top: 60px;
    margin-left: -13.35em; }
    .top_point_box_more_bnr_disc .logo {
      margin-bottom: 25px; }
      .top_point_box_more_bnr_disc .logo .bftxt {
        color: #004ea2;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 10px; }
    .top_point_box_more_bnr_disc .txt {
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      line-height: 2.0;
      margin-bottom: 35px; }
    .top_point_box_more_bnr_disc .common_btn01 a {
      width: 300px; }

.top_contact_bg {
  background: -webkit-linear-gradient(left, #184e9e, #386fbf);
  background: -o-linear-gradient(left, #184e9e, #386fbf);
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 3.125vw 0 1.0416666667vw 0;
  display: flex;
  justify-content: center; }
.top_contact_ttl {
  width: 60%;
  display: flex;
  justify-content: center; }
  .top_contact_ttl .h2_ttl {
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-style: italic;
    color: #FFF;
    text-shadow: 5px 3px 8px rgba(5, 17, 43, 0.66); }
    .top_contact_ttl .h2_ttl .bold {
      font-size: 6.6rem;
      line-height: 1.0;
      display: block;
      margin-top: 10px; }
.top_contact_point {
  width: 40%;
  display: flex;
  justify-content: center; }
  .top_contact_point_box {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.0;
    color: #FFF;
    padding: 1.0416666667vw 1.3020833333vw;
    box-sizing: border-box;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
    font-style: italic; }
    .top_contact_point_box .bold {
      font-size: 2.4rem; }
    .top_contact_point_box::before {
      transform: skewX(-12deg);
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      border: 2px solid #fff; }
.top_contact_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 2.6041666667vw; }
.top_contact_tel {
  margin-right: 3.90625vw; }
  .top_contact_tel .tel {
    padding-bottom: 0.5208333333vw;
    margin-bottom: 0.2604166667vw;
    border-bottom: 1px solid #FFF;
    display: block; }
    .top_contact_tel .tel a {
      position: relative;
      display: block;
      text-decoration: none;
      color: #FFF;
      font-size: 5.76rem;
      line-height: 1.0;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      min-height: 2.7083333333vw;
      padding-left: 3.28125vw; }
      .top_contact_tel .tel a::before {
        background: url(../images/common/makasetetouch_icon_tel_wh.png) no-repeat left top;
        background-size: 2.5vw 2.7083333333vw;
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        width: 2.5vw;
        height: 2.7083333333vw;
        margin-top: -1.3541666667vw; }
  .top_contact_tel .time {
    color: #FFF;
    display: block;
    text-align: center;
    letter-spacing: 0.05em; }

.top_function_bg {
  background-color: #ebf0f8;
  padding: 5.2083333333vw 0;
  display: flex;
  justify-content: center;
  position: relative; }
  .top_function_bg .common_leadtxt {
    margin-bottom: 2.0833333333vw; }
  .top_function_bg::before {
    background: url(../images/top/makasetetouch_function_bk01.png) no-repeat left top;
    background-size: 28.0729166667vw 70.4166666667vw;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 28.0729166667vw;
    height: 70.4166666667vw; }
  .top_function_bg::after {
    background: url(../images/top/makasetetouch_function_bk02.png) no-repeat left top;
    background-size: 28.0729166667vw 70.4166666667vw;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 28.0729166667vw;
    height: 70.4166666667vw; }
.top_function_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.0833333333vw;
  position: relative;
  z-index: 1; }
.top_function_inbox {
  background-color: #FFF;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
  margin: 1.3020833333vw 0;
  padding: 0 1.0416666667vw 1.8229166667vw 1.0416666667vw; }
  .top_function_inbox:nth-child(1) .top_function_ttl::before {
    background: url(../images/top/makasetetouch_function01.png) no-repeat left top;
    background-size: 8.8541666667vw 8.8541666667vw; }
  .top_function_inbox:nth-child(2) .top_function_ttl::before {
    background: url(../images/top/makasetetouch_function02.png) no-repeat left top;
    background-size: 8.8541666667vw 8.8541666667vw; }
  .top_function_inbox:nth-child(3) .top_function_ttl::before {
    background: url(../images/top/makasetetouch_function03.png) no-repeat left top;
    background-size: 8.8541666667vw 8.8541666667vw; }
  .top_function_inbox .common_txt01 {
    padding: 0 2.0833333333vw;
    margin-bottom: 2.0833333333vw; }
    .top_function_inbox .common_txt01 .cau_txt {
      font-size: 1.3rem;
      display: block;
      margin-top: 25px;
      padding-left: 1em;
      text-indent: -1em; }
  .top_function_inbox .common_btn01 a {
    width: 300px; }
.top_function_ttl {
  margin-top: -1.0416666667vw;
  margin-bottom: 1.5625vw;
  color: #004ea2;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  padding-left: 9.8958333333vw;
  position: relative;
  line-height: 8.8541666667vw;
  height: 8.8541666667vw; }
  .top_function_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 8.8541666667vw;
    height: 8.8541666667vw; }

.top_case_bg {
  background-color: #FFF;
  padding: 5.2083333333vw 0; }
.top_case_slider {
  margin-bottom: 6.7708333333vw !important; }
  .top_case_slider .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2.3958333333vw;
    z-index: 99;
    cursor: pointer;
    transition: .3s;
    left: 50%;
    width: 4.7916666667vw;
    height: 4.7916666667vw; }
    .top_case_slider .slide-arrow img {
      width: 100%; }
  .top_case_slider .prev-arrow {
    margin-left: -33.59375vw; }
  .top_case_slider .next-arrow {
    margin-left: 28.90625vw; }
  .top_case_slider .slick-dots {
    bottom: -40px; }
    .top_case_slider .slick-dots li {
      width: 60px;
      height: 4px;
      margin: 0 10px; }
      .top_case_slider .slick-dots li button {
        width: 60px;
        height: 4px;
        padding: 0; }
        .top_case_slider .slick-dots li button::before {
          width: 60px;
          height: 4px;
          background-color: rgba(24, 78, 158, 0.2);
          font-size: 0;
          opacity: 1; }
      .top_case_slider .slick-dots li.slick-active button::before {
        background-color: #184e9e;
        opacity: 1; }
.top_case_slider_in {
  width: 19.7916666667vw;
  margin: 20px 0.78125vw;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3)); }
  .top_case_slider_in a {
    text-decoration: none;
    background-color: #fff;
    display: block; }
  .top_case_slider_in .common_txt01 {
    color: #111; }
  .top_case_slider_in.post_none {
    filter: none; }
    .top_case_slider_in.post_none .common_txt01 {
      line-height: 1.4; }
.top_case_slider_img img {
  width: 100%; }
.top_case_slider_disc {
  padding: 1.0416666667vw 1.5625vw 2.0833333333vw 1.5625vw; }
.top_case_slider_ttl {
  color: #004ea2;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  /*margin-bottom: vw(15);*/ }
.top_case_slider_date {
  color: #555555;
  font-size: 2.0rem;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.2604166667vw;
  display: block; }

.top_flow_bg {
  background-color: #ebf0f8;
  padding: 5.2083333333vw 0;
  display: flex;
  justify-content: center; }
.top_flow_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.top_flow_inbox {
  width: calc((100% - 7.81vw) / 5);
  background-color: #FFF;
  text-align: center;
  padding-bottom: 1.5625vw; }
  .top_flow_inbox:nth-child(1) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow01.png) no-repeat center top;
    background-size: 5.3125vw 5.7291666667vw; }
  .top_flow_inbox:nth-child(2) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow02.png) no-repeat center 0.46875vw;
    background-size: 4.7916666667vw 4.84375vw; }
  .top_flow_inbox:nth-child(3) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow03.png) no-repeat center 0.15625vw;
    background-size: 5.9895833333vw 5.4166666667vw; }
  .top_flow_inbox:nth-child(4) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow04.png) no-repeat center 0.4166666667vw;
    background-size: 3.6979166667vw 4.9479166667vw; }
  .top_flow_inbox:nth-child(5) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow05.png) no-repeat center top;
    background-size: 5.46875vw 5.7291666667vw; }
.top_flow_num {
  margin-bottom: 1.5625vw;
  background-color: #004ea2;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.0;
  letter-spacing: 0.05em;
  padding: 1.0416666667vw 0 0.78125vw 0; }
  .top_flow_num .num {
    display: block;
    line-height: 1.0;
    font-size: 4.8rem;
    letter-spacing: -0.05em; }
.top_flow_ttl {
  color: #004ea2;
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 7.2916666667vw; }

.top_request_bg {
  background: -webkit-linear-gradient(left, #184e9e, #386fbf);
  background: -o-linear-gradient(left, #184e9e, #386fbf);
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 5.2083333333vw 0;
  display: flex;
  justify-content: center; }
  .top_request_bg .common_leadtxt {
    color: #FFF; }

.top_faq_bg {
  background-color: #FFF;
  padding: 5.2083333333vw 0;
  display: flex;
  justify-content: center; }
.top_faq_box .faq_block {
  margin-bottom: 0.5208333333vw; }
.top_faq_box .faq_ttl {
  background-color: #ebf0f8;
  border-top: 4px solid #004ea2;
  padding: 1.5625vw 5.2083333333vw 1.5625vw 6.7708333333vw;
  position: relative;
  cursor: pointer; }
  .top_faq_box .faq_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    height: 100%;
    font-size: 4.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FFF;
    background-color: #004ea2;
    padding: 0 1.5625vw 0.2604166667vw 1.5625vw;
    line-height: 1.0;
    display: flex;
    align-items: center;
    box-sizing: border-box; }
  .top_faq_box .faq_ttl .h3_ttl {
    font-weight: 400;
    letter-spacing: 0.05em; }
  .top_faq_box .faq_ttl .arrow {
    background: url(../images/common/makasetetouch_accopen.png) no-repeat left top;
    background-size: 1.3020833333vw 0.78125vw;
    position: absolute;
    top: 50%;
    right: 2.0833333333vw;
    content: "";
    width: 1.3020833333vw;
    height: 0.78125vw;
    margin-top: -0.3645833333vw; }
  .top_faq_box .faq_ttl.open .arrow {
    background: url(../images/common/makasetetouch_accclose.png) no-repeat left top;
    background-size: 1.3020833333vw 0.78125vw; }
.top_faq_box .faq_ans {
  display: none;
  padding: 1.5625vw 1.5625vw 1.5625vw 6.7708333333vw;
  position: relative; }
  .top_faq_box .faq_ans::before {
    position: absolute;
    top: 1.5625vw;
    left: 0;
    content: "A";
    height: 100%;
    font-size: 4.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #d71315;
    padding: 0 1.5625vw 0 1.5625vw;
    line-height: 1.0;
    box-sizing: border-box; }

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_submain_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  z-index: 2;
  position: relative; }

.common_submain_ttl {
  display: table;
  margin: 0 auto;
  text-align: center; }
  .common_submain_ttl .common_en_01 {
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-style: italic;
    line-height: 1.0; }
  .common_submain_ttl .h1_ttl {
    color: #fff;
    font-size: 6.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4; }

.notfound .common_submain_bg, .company .common_submain_bg {
  background: url(../images/company/company_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.common_bread {
  padding: 1.0416666667vw 0;
  justify-content: center;
  display: flex; }

.common_bread ul {
  display: flex;
  flex-wrap: wrap; }

.common_bread li {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  position: relative; }

.common_bread li:not(:first-child) {
  padding-left: 22px; }

.common_bread li:not(:last-child) {
  margin-right: 10px; }

.common_bread li:not(:first-child)::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  content: "";
  width: 12px;
  height: 1px;
  border-bottom: 1px solid #004ea2; }

.common_bread a {
  color: #004ea2;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  transition: 0.3s; }

.common_bread a:hover {
  transition: 0.3s;
  opacity: 0.7; }

.common_tbl_cover {
  border: 1px solid #ddd;
  padding: 40px 50px;
  background-color: #fff; }

.common_tbl01 > table {
  width: 100%; }
  .common_tbl01 > table > tbody > tr > th {
    border-bottom: 1px solid #199ccb;
    padding: 45px 0 0 0;
    width: 230px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    line-height: 1.8;
    position: relative;
    vertical-align: top; }
    .common_tbl01 > table > tbody > tr > th .must {
      color: #FFF;
      font-size: 13px;
      font-weight: 600;
      height: 24px;
      line-height: 24px;
      width: 45px;
      background-color: #e71a19;
      position: absolute;
      right: 10px;
      top: 43px;
      text-align: center; }
    .common_tbl01 > table > tbody > tr > th .any {
      color: #FFF;
      font-size: 13px;
      font-weight: 600;
      height: 24px;
      line-height: 24px;
      width: 45px;
      background-color: #999;
      position: absolute;
      right: 10px;
      top: 43px;
      text-align: center; }
  .common_tbl01 > table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    width: calc(100% - 230px);
    padding: 30px 10px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    line-height: 1.8; }
    .common_tbl01 > table > tbody > tr > td input[type="text"], .common_tbl01 > table > tbody > tr > td input[type="email"], .common_tbl01 > table > tbody > tr > td input[type="tel"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #f0f0f0;
      padding: 10px;
      font-size: 16px;
      height: 50px;
      line-height: 50px;
      letter-spacing: 0.05em;
      border: none;
      width: 90%; }
      @media screen and (max-width: 980px) {
        .common_tbl01 > table > tbody > tr > td input[type="text"], .common_tbl01 > table > tbody > tr > td input[type="email"], .common_tbl01 > table > tbody > tr > td input[type="tel"] {
          width: 100%; } }
    .common_tbl01 > table > tbody > tr > td textarea {
      background-color: #f0f0f0;
      padding: 10px;
      line-height: 1.6;
      height: 220px;
      font-size: 16px;
      letter-spacing: 0.05em;
      border: none;
      width: 100%; }
    .common_tbl01 > table > tbody > tr > td .horizontal-item,
    .common_tbl01 > table > tbody > tr > td .wpcf7-list-item {
      margin-bottom: 10px;
      display: block; }
      .common_tbl01 > table > tbody > tr > td .horizontal-item label,
      .common_tbl01 > table > tbody > tr > td .wpcf7-list-item label {
        text-indent: -1.7em;
        margin-left: 1em;
        line-height: 1.6;
        display: inline-block; }
    .common_tbl01 > table > tbody > tr > td .horizontal-item.last,
    .common_tbl01 > table > tbody > tr > td .wpcf7-list-item.last {
      margin-bottom: 0; }
    .common_tbl01 > table > tbody > tr > td.requestcheck01 .horizontal-item + .horizontal-item {
      margin-left: 0;
      display: block; }
  .common_tbl01 > table tr.radiobtn th {
    padding: 30px 0 0 0; }
    .common_tbl01 > table tr.radiobtn th .must, .common_tbl01 > table tr.radiobtn th .any {
      top: 30px; }
  .common_tbl01 > table tr.radiobtn td .mwform-radio-field {
    margin-right: 25px; }
.common_tbl01 input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border: 1px solid #cccccc;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px; }

.privacy_agree {
  text-align: center;
  margin: 60px 0 30px 0; }

.privacy_agree input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border: 1px solid #cccccc;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px; }

.privacy_agree a {
  color: #004ea2; }

.privacy_agree_error {
  text-align: center; }

.send_btn {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px 0; }

.send_btn .btn_submit {
  height: 65px;
  display: block;
  line-height: 65px;
  position: relative;
  text-align: center;
  width: 400px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  background: #f7e624;
  border-radius: 40px; }

.send_btn .btn_submit:hover {
  filter: none; }

.send_btn .btn_submit::before {
  border-bottom: 1px solid #000;
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  margin-top: -2px;
  transition: 0.3s; }

.send_btn .btn_submit:hover::before {
  right: 25px;
  transition: 0.3s; }

.send_btn .btn_submit::after {
  border-bottom: 1px solid #000;
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s; }

.send_btn .btn_submit:hover::after {
  right: 25px;
  transition: 0.3s; }

.send_btn .btn_submit input {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #111;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 60px; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back {
  height: 64px;
  display: block;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 200px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: .3s;
  margin-right: 30px;
  border-radius: 40px;
  background: #bbb; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:before {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 30px;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(-30deg);
  margin-top: -2px;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover:before {
  left: 25px;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:after {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 30px;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover:after {
  left: 25px;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back input {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
  width: 100%;
  display: block;
  height: 60px;
  padding-left: 25px; }

.mw_wp_form.mw_wp_form_confirm .any, .mw_wp_form.mw_wp_form_confirm .must, .mw_wp_form.mw_wp_form_confirm .privacy_agree {
  display: none; }

.privacy_agree label {
  cursor: pointer; }

.mw_wp_form.mw_wp_form_confirm .common_tbl01 > table > tbody > tr > th {
  padding: 30px 0;
  vertical-align: middle; }

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_submain_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(57deg, #184e9e, #386fbf);
  background: -o-linear-gradient(57deg, #184e9e, #386fbf);
  background: linear-gradient(57deg, #184e9e, #386fbf);
  width: 100%;
  height: 320px;
  margin-top: 5.2083333333vw; }
  .common_submain_bg .h1_ttl {
    color: #fff;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    padding-bottom: 25px; }
    .common_submain_bg .h1_ttl::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: "";
      width: 100px;
      height: 3px;
      margin-left: -50px;
      border-bottom: 3px solid #FFF; }
    .common_submain_bg .h1_ttl .sml {
      font-size: 3.8rem;
      margin-left: 0.5em; }

.sub_content01_bg {
  display: flex;
  justify-content: center;
  padding: 5.2083333333vw 0;
  background-color: #ebf0f8; }

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 100px; }

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #004ea2 !important;
  color: #004ea2 !important;
  padding-top: 6px !important;
  padding-right: 13px !important;
  padding-bottom: 6px !important;
  padding-left: 13px !important;
  margin-top: 0 !important;
  margin-right: 7px !important;
  margin-bottom: 0 !important;
  margin-left: 7px !important;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #fff; }

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #FFF !important;
  background-color: #004ea2 !important;
  border-top-color: #004ea2 !important;
  border-right-color: #004ea2 !important;
  border-bottom-color: #004ea2 !important;
  border-left-color: #004ea2 !important;
  text-decoration: none; }

.wp-pagenavi span.current {
  color: #004ea2; }

.blog_pagenavi {
  padding: 100px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }

.pager_btn span a {
  background: #004ea2;
  border: 1px solid #004ea2;
  width: 200px;
  height: 52px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .pager_btn span a:hover {
    color: #004ea2;
    background-color: #fff; }

/* faq */
.faq .top_faq_box .faq_ttl {
  background-color: #fff; }

.faq .top_faq_box .faq_ans {
  background-color: #fff; }

.request_lead {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 2.0;
  text-align: center; }

/* request */
.request .common_tbl01 > table > tbody > tr > th {
  border-bottom: 1px solid #004ea2; }

.request .common_tbl_cover {
  border: none; }

/* case*/
.case .top_case_slider {
  display: flex;
  flex-wrap: wrap; }
  .case .top_case_slider_in {
    margin: 0 0 60px 0;
    filter: none;
    width: calc((100% - 60px) / 3); }
    .case .top_case_slider_in:not(:nth-child(3n+0)) {
      margin-right: 30px; }

.case .top_case_slider {
  margin-bottom: 0 !important; }

.case .wp-pagenavi {
  margin-top: 40px; }

.case_page_ttl_cover {
  position: relative;
  margin-bottom: 60px; }
  .case_page_ttl_cover::before {
    border-left: 3px solid #199ccb;
    position: absolute;
    bottom: 3px;
    right: -3px;
    content: "";
    width: 3px;
    height: 80px; }
  .case_page_ttl_cover::after {
    border-top: 3px solid #004ea2;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 80px;
    height: 3px; }

.case_page_ttl {
  padding: 40px 45px;
  position: relative; }
  .case_page_ttl::before {
    border-left: 3px solid #199ccb;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 80px; }
  .case_page_ttl::after {
    border-top: 3px solid #004ea2;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 80px;
    height: 3px; }
  .case_page_ttl .h1_ttl {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
    font-weight: 700; }

.case_page_date {
  font-size: 2.0rem;
  color: #808080;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1.0;
  display: inline-block;
  border-radius: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 10px; }

.case_page_ct h2 {
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 30px 0;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 3px solid #004ea2;
  border-bottom: 1px solid #199ccb;
  line-height: 1.2; }
.case_page_ct h3 {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #184e9e; }
.case_page_ct h4 {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2; }
.case_page_ct h5 {
  margin-top: 70px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em; }
.case_page_ct h6 {
  margin-top: 70px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2; }
.case_page_ct p {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.0;
  word-break: break-all; }
.case_page_ct figure {
  margin-bottom: 40px !important; }
.case_page_ct img.alignright {
  display: block;
  margin: 40px 0 40px auto; }
.case_page_ct img.alignleft {
  display: block;
  margin: 40px auto 40px 0; }
.case_page_ct img.aligncenter {
  display: block;
  margin: 40px auto 40px auto; }
.case_page_ct ul {
  margin: 30px 0; }
  .case_page_ct ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 20px; }
    .case_page_ct ul li::before {
      content: "■";
      position: absolute;
      top: 4px;
      left: 0;
      color: #199ccb;
      font-size: 12px; }
.case_page_ct ol {
  margin: 30px 0; }
  .case_page_ct ol li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    list-style-type: none;
    counter-increment: num 1; }
    .case_page_ct ol li::before {
      content: counter(num) ".";
      color: #184e9e;
      font-weight: 700;
      font-size: 1.8rem;
      padding-right: 10px;
      font-family: "Roboto Condensed", sans-serif; }
.case_page_ct pre {
  margin: 30px 0 0 0;
  background-color: #fff;
  border: 2px solid #004ea2;
  padding: 30px;
  font-size: 1.6rem;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 2.0; }
.case_page_ct table {
  margin: 15px 0 0 0;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  border: 1px solid #ddd; }
  .case_page_ct table tr > * {
    padding: 20px 15px;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ddd; }
    .case_page_ct table tr > *:first-child {
      background-color: #ccd8ea;
      border-right: none;
      font-weight: 700; }
  .case_page_ct table tr:not(:last-child) td:first-child {
    border-bottom: 1px solid #fff; }
.case_page_ct a {
  color: #184e9e; }

.post_none {
  text-align: center; }

.case .top_case_slider .post_none {
  width: 100%; }

.mw_wp_form.mw_wp_form_direct_access_error {
  text-align: center;
  color: #b70000; }

.linkage_logo_box {
  background-color: #fff;
  padding: 40px 0;
  margin-bottom: 3.6458333333vw; }
  .linkage_logo_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .linkage_logo_box ul li {
      width: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      padding: 0 30px; }
      .linkage_logo_box ul li:nth-child(1), .linkage_logo_box ul li:nth-child(2), .linkage_logo_box ul li:nth-child(3), .linkage_logo_box ul li:nth-child(4) {
        margin-bottom: 30px; }
      .linkage_logo_box ul li:nth-child(1) {
        order: 0; }
        .linkage_logo_box ul li:nth-child(1) img {
          width: 196px; }
      .linkage_logo_box ul li:nth-child(2) {
        order: 1; }
        .linkage_logo_box ul li:nth-child(2) img {
          width: 275px; }
      .linkage_logo_box ul li:nth-child(3) {
        order: 3; }
        .linkage_logo_box ul li:nth-child(3) img {
          width: 95px; }
      .linkage_logo_box ul li:nth-child(4) {
        order: 2; }
        .linkage_logo_box ul li:nth-child(4) img {
          width: 115px; }
      .linkage_logo_box ul li:nth-child(5) {
        order: 5; }
        .linkage_logo_box ul li:nth-child(5) img {
          width: 145px; }
      .linkage_logo_box ul li:nth-child(6) {
        order: 6; }
        .linkage_logo_box ul li:nth-child(6) img {
          width: 184px; }
      .linkage_logo_box ul li:nth-child(7) {
        order: 4;
        width: 30%; }
        .linkage_logo_box ul li:nth-child(7) img {
          width: 363px; }

.linkage_box {
  margin-bottom: 2.0833333333vw; }
  .linkage_box_tab {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between; }
    .linkage_box_tab .tabli {
      width: calc((100% - 2px) / 3);
      cursor: pointer;
      text-align: center;
      padding: 15px 0;
      background-color: #dbe4ee; }
      .linkage_box_tab .tabli .h2_ttl {
        color: #666666;
        font-weight: 700;
        font-size: 1.6rem;
        font-size: 16px; }
      .linkage_box_tab .tabli.is-active {
        background-color: #004ea2; }
        .linkage_box_tab .tabli.is-active .h2_ttl {
          color: #FFF; }
  .linkage_box_ct {
    background-color: #fff;
    padding: 3.6458333333vw; }
  .linkage_box_in {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between; }
    .linkage_box_in_img {
      width: 40.5%; }
    .linkage_box_in_disc {
      width: 52%; }
    .linkage_box_in .h3_ttl {
      font-size: 3.0rem;
      color: #004ea2;
      font-weight: 700;
      margin-bottom: 1.3020833333vw; }
    .linkage_box_in .common_txt01 {
      font-size: 1.6rem;
      font-size: 16px; }
    .linkage_box_in .cau_txt {
      font-size: 1.3rem;
      padding-left: 1em;
      text-indent: -1em;
      margin-top: 1.0416666667vw; }
    .linkage_box_in:not(:last-child) {
      border-bottom: 1px solid #dbe4ee;
      padding-bottom: 2.6041666667vw;
      margin-bottom: 2.6041666667vw; }

.function-list_tbl {
  margin-bottom: 5.7291666667vw; }
  .function-list_tbl table {
    width: 100%; }
    .function-list_tbl table th {
      background-color: #184e9e;
      color: #FFF;
      font-size: 1.6rem;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      border: 1px solid #dddddd;
      padding: 1.3020833333vw 1.0416666667vw; }
      .function-list_tbl table th:nth-child(1) {
        width: 40%; }
      .function-list_tbl table th:nth-child(2) {
        width: 60%; }
    .function-list_tbl table td {
      background-color: #FFF;
      font-size: 1.6rem;
      font-size: 16px;
      border: 1px solid #dddddd;
      padding: 0.78125vw 1.0416666667vw; }
      .function-list_tbl table td.td01 {
        font-weight: 700;
        width: 240px; }
      .function-list_tbl table td.td02 {
        width: calc(45% - 240px); }
      .function-list_tbl table td.td03 {
        width: 55%; }
  .function-list_tbl_ttl {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #004ea2;
    line-height: 1.2;
    text-align: center; }
    .function-list_tbl_ttl .sml {
      font-size: 2.2rem; }
  .function-list_tbl .scroll {
    margin-bottom: 3.125vw; }

.linkage .function-list_tbl {
  margin-bottom: 0; }
  .linkage .function-list_tbl table th:nth-child(1) {
    width: 20%; }
  .linkage .function-list_tbl table th:nth-child(2) {
    width: 30%; }
  .linkage .function-list_tbl table th:nth-child(3) {
    width: 50%; }

.function-list_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .function-list_link_btn01 {
    width: calc((100% - 25px) / 2);
    margin-bottom: 3.125vw; }
    .function-list_link_btn01_flex {
      display: flex;
      flex-wrap: wrap; }
    .function-list_link_btn01_img {
      width: 8.8541666667vw;
      position: relative;
      top: -20px; }
      .function-list_link_btn01_img img {
        width: 100%; }
    .function-list_link_btn01_disc {
      width: calc(100% - 8.8541666667vw);
      padding-left: 1.5625vw;
      display: flex;
      align-items: center;
      position: relative; }
      .function-list_link_btn01_disc::before {
        position: absolute;
        border-bottom: 2px solid #184e9e;
        bottom: 1.5625vw;
        left: 50%;
        content: "";
        width: 100px;
        height: 2px;
        margin-left: -50px;
        transition: 0.3s; }
      .function-list_link_btn01_disc::after {
        position: absolute;
        border-bottom: 2px solid #184e9e;
        bottom: 1.7708333333vw;
        left: 50%;
        content: "";
        width: 15px;
        height: 2px;
        transform: rotate(30deg);
        margin-left: 37px;
        transition: 0.3s; }
        @media screen and (max-width: 980px) {
          .function-list_link_btn01_disc::after {
            bottom: 1.875vw; } }
    .function-list_link_btn01 a {
      background-color: #fff;
      text-decoration: none;
      color: #111;
      display: block;
      padding: 0 20px;
      transition: 0.3s; }
      @media screen and (max-width: 980px) {
        .function-list_link_btn01 a {
          padding: 10px 20px; } }
      .function-list_link_btn01 a:hover {
        transition: 0.3s; }
      .function-list_link_btn01 a:hover .function-list_link_btn01_disc::before {
        margin-left: -40px;
        transition: 0.3s; }
      .function-list_link_btn01 a:hover .function-list_link_btn01_disc::after {
        margin-left: 47px;
        transition: 0.3s; }
    .function-list_link_btn01_txt {
      margin-bottom: 30px;
      color: #184e9e;
      font-size: 1.6rem;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.05em; }
      .function-list_link_btn01_txt .f_b {
        font-size: 2.4rem;
        display: block;
        line-height: 1.3; }
        .function-list_link_btn01_txt .f_b .sml {
          font-size: 2.0rem; }
  .function-list_link_btn02_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 1; }
  .function-list_link_btn02_img {
    width: 5.5208333333vw; }
    .function-list_link_btn02_img img {
      width: 100%; }
  .function-list_link_btn02_disc {
    width: calc(100% - 6.56vw);
    padding-left: 1.0416666667vw;
    display: flex;
    align-items: center;
    position: relative; }
    .function-list_link_btn02_disc::before {
      position: absolute;
      border-bottom: 2px solid #199ccb;
      top: 50%;
      right: 0;
      content: "";
      width: 100px;
      height: 2px;
      transition: 0.3s; }
      @media screen and (max-width: 980px) {
        .function-list_link_btn02_disc::before {
          top: inherit;
          bottom: 1px; } }
    .function-list_link_btn02_disc::after {
      position: absolute;
      border-bottom: 2px solid #199ccb;
      top: 50%;
      right: 0;
      content: "";
      width: 15px;
      height: 2px;
      transform: rotate(30deg);
      margin-top: -4px;
      transition: 0.3s; }
      @media screen and (max-width: 980px) {
        .function-list_link_btn02_disc::after {
          top: inherit;
          bottom: 5px; } }
  .function-list_link_btn02 a {
    height: 8.8541666667vw;
    border: 4px solid #199ccb;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4.6875vw;
    transition: 0.3s;
    overflow: hidden; }
    .function-list_link_btn02 a::before {
      background: url(../images/function/list/function-list_link05_bk01.png) no-repeat left top;
      background-size: 5vw 8.4375vw;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 5vw;
      height: 8.4375vw; }
    .function-list_link_btn02 a::after {
      background: url(../images/function/list/function-list_link05_bk02.png) no-repeat left top;
      background-size: 5vw 8.4375vw;
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 5vw;
      height: 8.4375vw; }
    .function-list_link_btn02 a:hover {
      transition: 0.3s; }
    .function-list_link_btn02 a:hover .function-list_link_btn02_disc::before {
      right: -10px;
      transition: 0.3s; }
    .function-list_link_btn02 a:hover .function-list_link_btn02_disc::after {
      right: -10px;
      transition: 0.3s; }
  .function-list_link_btn02_txt01 {
    color: #199ccb;
    font-size: 3.6rem;
    font-weight: 700; }
  .function-list_link_btn02_txt02 {
    color: #111111;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-left: 20px; }

.function_content01_bg {
  display: flex;
  justify-content: center;
  background-color: #ebf0f8;
  padding: 5.2083333333vw 0; }
.function_content01_ttl {
  font-size: 4.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  color: #004ea2; }
.function_content01_box01 {
  margin-bottom: 1.0416666667vw; }
  .function_content01_box01_in {
    margin-bottom: 5.2083333333vw;
    display: flex;
    justify-content: space-between;
    padding: 2.6041666667vw 3.90625vw 2.0833333333vw 1.3020833333vw;
    border-top: 8px solid #184e9e;
    background-color: #fff; }
    .function_content01_box01_in_img {
      width: 51.4%; }
      .function_content01_box01_in_img a {
        text-decoration: none; }
      .function_content01_box01_in_img .kakudai .txt {
        /*background: url(../images/common/icon_search.png) no-repeat left center;
        padding-left: 27px;*/
        color: #666;
        font-weight: 500;
        font-size: 1.4rem;
        display: block;
        margin-top: 20px;
        letter-spacing: 0.05em;
        text-align: center; }
      .function_content01_box01_in_img img {
        width: 100%; }
      .function_content01_box01_in_img > div:nth-child(2) {
        margin-top: 50px; }
    .function_content01_box01_in_disc {
      width: 43.6%; }
    .function_content01_box01_in_disc02 {
      width: 100%;
      padding-left: 2.6041666667vw;
      box-sizing: border-box; }
    .function_content01_box01_in_ttl {
      font-size: 3.0rem;
      color: #004ea2;
      padding: 5px 10px;
      margin-bottom: 20px;
      background-color: #ebf0f8;
      line-height: 1.4; }
    .function_content01_box01_in_ttl02 {
      font-size: 2.0rem;
      color: #004ea2;
      margin-bottom: 5px;
      margin-top: 20px; }
    .function_content01_box01_in_txt {
      font-size: 1.6rem;
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 2.0; }
    .function_content01_box01_in.mobile .function_content01_box01_in_img img {
      width: 162px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
.function_content01_box02 {
  background-color: #fff; }
  .function_content01_box02_in {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.9479166667vw; }
    .function_content01_box02_in_ttl {
      text-align: center;
      font-size: 2.0rem;
      color: #004ea2;
      font-weight: 700;
      margin-bottom: 3.125vw; }
      .function_content01_box02_in_ttl .f_b {
        font-size: 4.4rem;
        display: block; }
    .function_content01_box02_in_txt {
      font-size: 1.6rem;
      font-size: 16px;
      line-height: 2.0; }
    .function_content01_box02_in_img {
      width: 48.75%; }
      .function_content01_box02_in_img img {
        width: 100%; }
    .function_content01_box02_in_disc {
      width: 51.25%;
      box-sizing: border-box;
      padding: 3.125vw 2.8645833333vw; }
    .function_content01_box02_in_ttl02 {
      font-size: 3.0rem;
      color: #004ea2;
      padding: 5px 10px;
      margin-bottom: 2.6041666667vw;
      background-color: #ebf0f8;
      text-align: center; }
    .function_content01_box02_in_img02 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .function_content01_box02_in_img02 .imgblock {
        width: calc((100% - 90px) / 4); }
        .function_content01_box02_in_img02 .imgblock img {
          width: 100%; }
  .function_content01_box02_in02 {
    padding: 0 25px 4.1666666667vw 25px; }
.function_content01_box03 {
  background-color: #fff; }
  .function_content01_box03_in {
    display: flex;
    justify-content: space-between;
    padding: 3.125vw 2.8645833333vw; }
    .function_content01_box03_in_ttl {
      text-align: center;
      font-size: 2.0rem;
      color: #004ea2;
      font-weight: 700;
      margin-bottom: 2.6041666667vw; }
      .function_content01_box03_in_ttl .f_b {
        font-size: 4.4rem;
        display: block;
        line-height: 1.0;
        margin-top: 10px; }
    .function_content01_box03_in_txt {
      font-size: 1.6rem;
      font-size: 16px;
      line-height: 2.0; }
    .function_content01_box03_in_img {
      width: 170px; }
      .function_content01_box03_in_img img {
        width: 100%; }
    .function_content01_box03_in_disc {
      width: calc(100% - 220px);
      box-sizing: border-box; }
    .function_content01_box03_in_ttl02 {
      font-size: 3.0rem;
      color: #004ea2;
      margin-bottom: 1.5625vw; }

.grecaptcha-badge {
  z-index: 2; }

.makasetenetex.sub .wpcf7 form.invalid .wpcf7-response-output, .makasetenetex.sub .wpcf7 form.unaccepted .wpcf7-response-output, .makasetenetex.sub .wpcf7 form.payment-required .wpcf7-response-output {
  color: #FFF; }

.makasetenetex.sub .inquiry .wpcf7 form.invalid .wpcf7-response-output, .makasetenetex.sub .inquiry .wpcf7 form.unaccepted .wpcf7-response-output, .makasetenetex.sub .inquiry .wpcf7 form.payment-required .wpcf7-response-output {
  color: #111; }
