@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.font_Mont {
  font-family: "Montserrat", sans-serif; }

/* PC */
@media screen and (min-width: 769px) {
  .sponly {
    display: none !important; }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); }
    header .inner {
      width: 95%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 15px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .inner .logo .ja {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
        color: #333; }
      header .inner .logo .en {
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        color: #56bfed;
        color: #054AB9; }
      header .inner .header_nav {
        width: auto; }
        header .inner .header_nav ul {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          header .inner .header_nav ul li {
            font-size: 14px;
            line-height: 1.25em;
            font-weight: bold;
            margin-left: 30px; }
            header .inner .header_nav ul li a {
              display: inline-block;
              color: #56bfed;
              color: #054AB9; }
              header .inner .header_nav ul li a:hover {
                text-decoration: underline; }

  .huwari {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.9s ease 0.1s, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    will-change: transform, opacity; }

  .huwari.is-active {
    opacity: 1;
    transform: translateY(0); }

  #mv {
    margin-top: 72px;
    /*background: linear-gradient(135deg, rgba(86,170,220,0.85), rgba(120,200,240,0.75)), url("../img/mv.jpeg") center/cover no-repeat;*/
    color: #fff;
    overflow: hidden;
    position: relative;
    /*&::after {
    	content: "";
    	position: absolute;
    	width: 500px;
    	height: 500px;
    	border-radius: 50%;
    	background: rgba(255,255,255,0.08);
    	top: 20%;
    	right: 10%;
    }*/ }
    #mv.mv02 {
      margin-top: 0;
      background: linear-gradient(135deg, rgba(23, 45, 77, 0.9), rgba(58, 123, 213, 0.8)), url("../img/mv.jpeg") center/cover no-repeat; }
    #mv.mv03 {
      margin-top: 0;
      background: linear-gradient(135deg, rgba(0, 121, 107, 0.85), rgba(86, 191, 237, 0.75)), url("../img/mv.jpeg") center/cover no-repeat; }
    #mv .inner {
      padding: 100px 0;
      padding: 200px 0 300px;
      /*text-align: center;*/ }
      #mv .inner .mv_video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #mv .inner .mv_video video {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 100%; }
      #mv .inner h1 {
        font-size: 48px;
        line-height: 1.75em;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
        font-style: italic;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
        position: relative;
        z-index: 2;
        box-sizing: border-box;
        padding-left: 5%; }
        #mv .inner h1 span {
          color: red; }
          #mv .inner h1 span.blue {
            color: blue; }
          #mv .inner h1 span.green {
            color: green; }
          #mv .inner h1 span.yellow {
            color: yellow; }
      #mv .inner .mv_subttl {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        font-weight: bold;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
        padding-left: 5%; }

  #head .inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 80px;
    padding: 100px 0 0; }
    #head .inner .head_txt {
      font-size: 18px;
      line-height: 1.5em;
      font-weight: bold; }

  .top_sec_ttl {
    font-size: 28px;
    font-weight: bold;
    color: #56bfed;
    color: #0A59D8;
    margin-bottom: 50px;
    position: relative; }
    .top_sec_ttl::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: -20px;
      width: 50px;
      height: 2px;
      background: #054AB9; }

  #about .inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 50px; }
    #about .inner .video_ttl {
      font-size: 30px;
      line-height: 1.5em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
      color: #1f3b57;
      /* パターン1：濃紺（一番おすすめ） */
      /*color: #cc0000; /*   パターン3：赤色*/ }
    #about .inner .about_video {
      display: flex;
      justify-content: space-between;
      margin-bottom: 80px; }
      #about .inner .about_video .video {
        width: 30%;
        padding-top: 20%;
        position: relative; }
        #about .inner .about_video .video video {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
    #about .inner .sec_box {
      display: flex;
      justify-content: space-between; }
      #about .inner .sec_box .agency_left {
        width: 60%; }
        #about .inner .sec_box .agency_left .about_txt {
          font-size: 16px;
          line-height: 1.75em;
          font-weight: bold; }
      #about .inner .sec_box .img {
        width: 30%; }

  #agency {
    background: #F3F8FC; }
    #agency .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto 100px;
      padding: 50px 0; }
      #agency .inner .sec_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse; }
        #agency .inner .sec_box .agency_left {
          width: 55%; }
          #agency .inner .sec_box .agency_left .agency_txt {
            font-size: 16px;
            line-height: 1.75em;
            font-weight: bold; }
        #agency .inner .sec_box .img {
          width: 40%; }

  #news .inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 100px; }
    #news .inner .news_txt {
      font-size: 16px;
      line-height: 1.75em;
      font-weight: bold; }

  #company {
    padding-top: 72px;
    margin-top: -72px; }
    #company .bg {
      background: #F3F8FC; }
    #company .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto 100px;
      padding: 100px 0; }
      #company .inner table {
        width: 100%;
        max-width: 800px; }
        #company .inner table tr th {
          width: 150px;
          font-size: 18px;
          letter-spacing: 0.05em;
          line-height: 1.5em;
          font-weight: bold;
          text-align: left;
          color: #054AB9;
          padding: 15px 0 15px 15px;
          box-sizing: border-box;
          vertical-align: middle;
          border-bottom: solid 2px #054AB9; }
        #company .inner table tr td {
          max-width: 650px;
          font-size: 16px;
          letter-spacing: 0.05em;
          line-height: 1.5em;
          font-weight: 500;
          padding: 20px 0 20px 30px;
          box-sizing: border-box;
          vertical-align: middle;
          border-bottom: solid 2px rgba(0, 0, 0, 0.3); }
          #company .inner table tr td span {
            font-weight: bold; }

  #recruit .inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 200px; }
    #recruit .inner .recruit_txt {
      font-size: 16px;
      line-height: 1.5em;
      font-weight: bold; }

  .pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px; }
    .pagetop a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 50px;
      height: 50px;
      font-size: 12px;
      line-height: 1.25em;
      font-weight: 500;
      color: #054AB9;
      text-align: center;
      border-radius: 50%;
      background: #fff;
      border: solid 1px #054AB9; }

  footer {
    padding: 50px 0;
    background: #F3F8FC; }
    footer .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto; }
      footer .inner .logo .ja {
        font-size: 28px;
        letter-spacing: 0.05em;
        font-weight: bold;
        line-height: 1.5em;
        color: #333; }
      footer .inner .logo .en {
        font-size: 18px;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-style: italic;
        color: #054AB9; }
      footer .inner .address {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        font-weight: 500;
        margin: 20px 0 50px; }
      footer .inner .copyright {
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        text-align: center; }

  .under {
    padding: 150px 0 100px; }
    .under .under_ttl {
      text-align: center;
      color: #56bfed;
      color: rgba(5, 74, 185, 0.55); }
      .under .under_ttl h2 {
        font-size: 36px;
        line-height: 1.1em;
        font-weight: bold;
        color: #1f3b57;
        color: #054AB9; }
      .under .under_ttl .en {
        display: inline-block;
        font-size: 16px;
        letter-spacing: 0.2em;
        font-weight: bold; }
    .under .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto; }

  #angioscopey .overview {
    margin-bottom: 100px; }
    #angioscopey .overview .overview_boxes {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 80px; }
      #angioscopey .overview .overview_boxes .overview_box {
        width: 45%; }
        #angioscopey .overview .overview_boxes .overview_box:nth-child(n+3) {
          margin-top: 50px; }
        #angioscopey .overview .overview_boxes .overview_box h3 {
          font-size: 20px;
          line-height: 1.5em;
          font-weight: 500;
          margin-bottom: 30px;
          position: relative;
          padding-left: 15px; }
          #angioscopey .overview .overview_boxes .overview_box h3::before {
            position: absolute;
            content: "";
            width: 4px;
            height: 100%;
            left: 0;
            top: 0;
            background: #56bfed;
            background: #054AB9; }
  #angioscopey .image .image_box {
    width: 70%;
    margin: 80px auto 0; }

  #product .under_ttl {
    margin-bottom: 80px; }
  #product .product_cont {
    margin-bottom: 100px; }
    #product .product_cont:last-child {
      margin-bottom: 0; }
    #product .product_cont h3 {
      font-size: 20px;
      line-height: 1.5em;
      font-weight: 500;
      margin-bottom: 30px;
      position: relative;
      padding-left: 15px; }
      #product .product_cont h3::before {
        position: absolute;
        content: "";
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
        background: #56bfed;
        background: #054AB9; }
    #product .product_cont .product_box {
      display: flex;
      justify-content: space-between; }
      #product .product_cont .product_box .product_box_img {
        width: 40%; }
        #product .product_cont .product_box .product_box_img .slide-dots {
          text-align: center;
          margin-top: 10px; }
          #product .product_cont .product_box .product_box_img .slide-dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #CCCCCC;
            border-radius: 100%;
            margin: 0 5px; }
            #product .product_cont .product_box .product_box_img .slide-dots li.slick-active {
              background: #56bfed; }
            #product .product_cont .product_box .product_box_img .slide-dots li button {
              display: block;
              width: 100%;
              height: 100%;
              font-size: 0;
              border: none;
              background: none;
              cursor: pointer; }
      #product .product_cont .product_box .product_box_right {
        width: 55%; }
        #product .product_cont .product_box .product_box_right dl dt {
          font-size: 16px;
          line-height: 1.25em;
          font-weight: bold;
          margin-bottom: 5px; }
        #product .product_cont .product_box .product_box_right dl dd {
          font-size: 14px;
          line-height: 1.75em;
          margin-bottom: 20px; }
          #product .product_cont .product_box .product_box_right dl dd span {
            font-size: 12px; }
        #product .product_cont .product_box .product_box_right .pdf {
          margin-top: 10px; }
          #product .product_cont .product_box .product_box_right .pdf a {
            display: inline-block;
            color: #56bfed;
            color: #054AB9;
            text-decoration: underline; }
  #product .image .image_box {
    width: 70%;
    margin: 80px auto 0; }

  #contact .under_ttl {
    margin-bottom: 60px; }
  #contact .contact_form {
    width: 900px;
    margin: 0 auto; }
    #contact .contact_form table {
      width: 100%;
      margin-bottom: 50px; }
      #contact .contact_form table tr th {
        width: 250px;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: bold;
        color: #000;
        text-align: left;
        padding: 22px 0; }
        #contact .contact_form table tr th div {
          display: inline-block;
          position: relative;
          padding-right: 60px; }
          #contact .contact_form table tr th div::before {
            position: absolute;
            content: "必須";
            width: 45px;
            height: 20px;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            background: #054AB9; }
      #contact .contact_form table tr:last-child th {
        vertical-align: top; }
      #contact .contact_form table tr td {
        width: 650px;
        padding: 10px 0; }
        #contact .contact_form table tr td input {
          width: 100%;
          height: 48px;
          font-size: 16px;
          font-weight: 400;
          line-height: 48px;
          padding-left: 1em;
          box-sizing: border-box;
          border: solid 1px #D8D8D8;
          font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
        #contact .contact_form table tr td textarea {
          width: 100%;
          height: 200px;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.5em;
          padding: 0.5em 1em;
          box-sizing: border-box;
          border: solid 1px #D8D8D8;
          font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
    #contact .contact_form .btn {
      display: flex;
      justify-content: center; }
      #contact .contact_form .btn input {
        width: 300px;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        border-radius: 100px;
        border: solid 1px #054AB9;
        background: #054AB9;
        transition: 0.3s;
        cursor: pointer;
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
        #contact .contact_form .btn input:hover {
          color: #054AB9;
          background: #fff; }

  #confirm .under_ttl {
    margin-bottom: 60px; }
  #confirm .contact_form {
    width: 800px;
    margin: 0 auto; }
    #confirm .contact_form h3 {
      font-size: 20px;
      line-height: 1.5em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    #confirm .contact_form table {
      width: 100%;
      margin-bottom: 50px; }
      #confirm .contact_form table tr th {
        width: 200px;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: bold;
        color: #000;
        text-align: left;
        padding: 22px 0; }
        #confirm .contact_form table tr th div {
          display: inline-block;
          position: relative;
          padding-right: 60px; }
          #confirm .contact_form table tr th div::before {
            position: absolute;
            content: "必須";
            width: 45px;
            height: 20px;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            background: #054AB9; }
      #confirm .contact_form table tr td {
        width: 600px;
        padding: 10px 0;
        font-size: 16px;
        line-height: 1.5em;
        color: #000; }
    #confirm .contact_form .btn {
      display: flex;
      justify-content: center;
      flex-direction: row-reverse; }
      #confirm .contact_form .btn .submit {
        width: 300px;
        margin: 0 15px;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        border-radius: 100px;
        border: solid 1px #054AB9;
        background: #054AB9;
        transition: 0.3s;
        cursor: pointer;
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
        #confirm .contact_form .btn .submit:hover {
          color: #054AB9;
          background: #fff; }
      #confirm .contact_form .btn .back {
        width: 300px;
        margin: 0 15px;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        border-radius: 100px;
        border: solid 1px #9D9D9D;
        background: #9D9D9D;
        transition: 0.3s;
        cursor: pointer;
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
        #confirm .contact_form .btn .back:hover {
          color: #9D9D9D;
          background: #fff; }
  #confirm h4 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  #confirm .error_messe {
    font-size: 16px;
    line-height: 1.5em;
    margin: 5px 0;
    color: red; }
  #confirm .error_back {
    margin: 50px auto 0;
    width: 300px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    border-radius: 100px;
    border: solid 1px #9D9D9D;
    background: #9D9D9D;
    transition: 0.3s;
    cursor: pointer;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
    #confirm .error_back:hover {
      color: #9D9D9D;
      background: #fff; }

  #thanks .under_ttl {
    margin-bottom: 60px; }
  #thanks h3 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center; }
  #thanks .thanks_txt {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin: 50px 0; }
  #thanks .btn {
    display: flex;
    justify-content: center; }
    #thanks .btn a {
      width: 300px;
      font-size: 18px;
      line-height: 1;
      font-weight: bold;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      border-radius: 100px;
      border: solid 1px #054AB9;
      background: #054AB9;
      transition: 0.3s; }
      #thanks .btn a:hover {
        color: #054AB9;
        background: #fff; } }
/* SP */
@media screen and (max-width: 768px) {
  html {
    font-size: calc(1vw * 100 / 375); }

  .pconly {
    display: none !important; }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 100;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.16); }
    header .inner {
      width: 350rem;
      margin: 0 auto;
      padding: 15rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .inner .logo {
        position: relative;
        z-index: 30; }
        header .inner .logo a {
          display: inline-block; }
        header .inner .logo .ja {
          font-size: 16rem;
          font-weight: bold;
          line-height: 1.5em;
          color: #333; }
        header .inner .logo .en {
          font-size: 10rem;
          font-weight: bold;
          font-style: italic;
          color: #054AB9; }

  /*ハンバーガー メニュー*/
  nav.hum {
    display: block;
    position: fixed;
    top: 64rem;
    right: -100vw;
    /*bottom: 0;*/
    width: 100vw;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 19;
    opacity: 1;
    background: rgba(5, 74, 185, 0.85); }

  .open nav.hum {
    right: 0;
    opacity: 1; }

  nav.hum .hum_inner {
    padding: 100rem 0;
    box-sizing: border-box; }
    nav.hum .hum_inner ul li {
      font-size: 20rem;
      line-height: 1.5em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30rem; }
      nav.hum .hum_inner ul li a {
        display: block;
        width: 100%;
        color: #fff;
        box-sizing: border-box; }

  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 22rem;
    right: 20rem;
    width: 30rem;
    height: 48rem;
    transition: all .5s;
    cursor: pointer;
    z-index: 23; }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30rem;
    height: 4rem;
    background-color: #054AB9;
    transition: all .5s; }

  .toggle_btn span:nth-child(1) {
    top: 0; }

  .toggle_btn span:nth-child(2) {
    top: 10rem; }

  .toggle_btn span:nth-child(3) {
    top: 20rem; }

  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10rem) rotate(-315deg);
    transform: translateY(10rem) rotate(-315deg); }

  .open .toggle_btn span:nth-child(2) {
    opacity: 0; }

  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10rem) rotate(315deg);
    transform: translateY(-10rem) rotate(315deg); }

  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s; }

  .open #mask {
    display: block;
    transition: all .5s;
    position: absolute;
    top: 64rem;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 18;
    background: rgba(0, 0, 0, 0.2); }

  #mv {
    margin-top: 64rem;
    /*background: linear-gradient(135deg, rgba(86,170,220,0.85), rgba(120,200,240,0.75)), url("../img/mv.jpeg") center/cover no-repeat;*/
    color: #fff;
    overflow: hidden;
    position: relative; }
    #mv::after {
      content: "";
      position: absolute;
      width: 500rem;
      height: 500rem;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.08);
      top: 20%;
      right: 10%; }
    #mv .inner {
      padding: 80rem 0;
      text-align: center; }
      #mv .inner .mv_video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #mv .inner .mv_video video {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          width: auto;
          height: 100%; }
      #mv .inner h1 {
        font-size: 35rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.25em;
        margin-bottom: 20px;
        font-style: italic;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
        position: relative;
        z-index: 2; }
        #mv .inner h1 span {
          color: red; }
          #mv .inner h1 span.blue {
            color: blue; }
          #mv .inner h1 span.green {
            color: green; }
          #mv .inner h1 span.yellow {
            color: yellow; }
      #mv .inner .mv_subttl {
        font-size: 18rem;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        font-weight: bold;
        position: relative;
        z-index: 2; }

  .huwari {
    opacity: 0;
    transform: translateY(40rem);
    transition: opacity 0.9s ease 0.1s, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    will-change: transform, opacity; }

  .huwari.is-active {
    opacity: 1;
    transform: translateY(0); }

  #head .inner {
    width: 330rem;
    margin: 0 auto 80rem;
    padding: 50rem 0 0; }
    #head .inner .head_txt {
      font-size: 16rem;
      letter-spacing: 0.05em;
      line-height: 1.5em;
      font-weight: bold; }

  .top_sec_ttl {
    font-size: 22rem;
    font-weight: bold;
    color: #054AB9;
    margin-bottom: 50px;
    position: relative; }
    .top_sec_ttl::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: -20px;
      width: 50px;
      height: 2px;
      background: #054AB9; }

  #about .inner {
    width: 330rem;
    margin: 0 auto 50rem; }
    #about .inner .video_ttl {
      font-size: 24rem;
      line-height: 1.5em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20rem;
      color: #1f3b57;
      /* パターン1：濃紺（一番おすすめ） */
      /*color: #cc0000; /*   パターン3：赤色*/ }
    #about .inner .about_video {
      margin-bottom: 80rem; }
      #about .inner .about_video .video {
        width: 80%;
        margin: 0 auto 0;
        padding-top: 50%;
        position: relative; }
        #about .inner .about_video .video:nth-child(n+2) {
          margin-top: 10rem; }
        #about .inner .about_video .video video {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
    #about .inner .sec_box .agency_left .about_txt {
      font-size: 14rem;
      line-height: 1.75em;
      font-weight: bold; }
    #about .inner .sec_box .img {
      width: 80%;
      margin: 30rem auto 0; }
    #about .inner .sec_box .video {
      width: 80%;
      margin: 30rem auto 0;
      padding-top: 50%;
      position: relative; }
      #about .inner .sec_box .video video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }

  #agency {
    background: #F3F8FC; }
    #agency .inner {
      width: 330rem;
      margin: 0 auto 50rem;
      padding: 50rem 0; }
      #agency .inner .sec_box .agency_left {
        width: 100%; }
        #agency .inner .sec_box .agency_left .agency_txt {
          font-size: 14rem;
          line-height: 1.75em;
          font-weight: bold; }
      #agency .inner .sec_box .img {
        width: 80%;
        margin: 30rem auto 0; }

  #news .inner {
    width: 330rem;
    margin: 0 auto 50rem; }
    #news .inner .news_txt {
      font-size: 14rem;
      line-height: 1.75em;
      font-weight: bold; }

  #company {
    padding-top: 64rem;
    margin-top: -64rem; }
    #company .bg {
      background: #F3F8FC; }
    #company .inner {
      width: 330rem;
      margin: 0 auto 50rem;
      padding: 50rem 0; }
      #company .inner table {
        width: 100%;
        max-width: 800px; }
        #company .inner table tr th {
          display: block;
          width: 100%;
          font-size: 16rem;
          letter-spacing: 0.05em;
          line-height: 1.5em;
          font-weight: bold;
          text-align: left;
          color: #054AB9;
          padding: 15rem 0 0 0;
          box-sizing: border-box;
          vertical-align: middle;
          /*border-bottom: solid 2px #56bfed;*/ }
        #company .inner table tr td {
          display: block;
          width: 100%;
          font-size: 16rem;
          letter-spacing: 0.05em;
          line-height: 1.5em;
          font-weight: 500;
          padding: 15rem 0 15rem;
          box-sizing: border-box;
          vertical-align: middle;
          border-bottom: solid 1.5rem rgba(0, 0, 0, 0.3); }
          #company .inner table tr td span {
            font-weight: bold; }

  #recruit .inner {
    width: 330rem;
    margin: 0 auto 100rem; }
    #recruit .inner .recruit_txt {
      font-size: 14rem;
      line-height: 1.5em;
      font-weight: bold; }

  .pagetop {
    position: fixed;
    bottom: 20rem;
    right: 10rem; }
    .pagetop a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 50rem;
      height: 50rem;
      font-size: 12rem;
      line-height: 1.25em;
      font-weight: 500;
      color: #054AB9;
      text-align: center;
      border-radius: 50%;
      background: #fff;
      border: solid 1px #054AB9; }

  footer {
    padding: 50rem 0;
    background: #F3F8FC; }
    footer .inner {
      width: 330rem;
      margin: 0 auto; }
      footer .inner .logo .ja {
        font-size: 24rem;
        letter-spacing: 0.05em;
        font-weight: bold;
        line-height: 1.5em;
        color: #333; }
      footer .inner .logo .en {
        font-size: 14rem;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-style: italic;
        color: #054AB9; }
      footer .inner .address {
        font-size: 15rem;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        font-weight: 500;
        margin: 30rem 0 50rem; }
      footer .inner .copyright {
        font-size: 10rem;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        text-align: center; }

  .under {
    padding: 120rem 0 100rem; }
    .under .under_ttl {
      text-align: center;
      color: rgba(5, 74, 185, 0.55); }
      .under .under_ttl h2 {
        font-size: 28rem;
        line-height: 1.75em;
        font-weight: bold;
        color: #054AB9; }
      .under .under_ttl .en {
        display: inline-block;
        font-size: 14rem;
        letter-spacing: 0.2em;
        font-weight: bold; }
    .under .inner {
      width: 330rem;
      margin: 0 auto; }

  #angioscopey .overview {
    margin-bottom: 100rem; }
    #angioscopey .overview .overview_boxes {
      margin-top: 50rem; }
      #angioscopey .overview .overview_boxes .overview_box {
        width: 100%; }
        #angioscopey .overview .overview_boxes .overview_box:nth-child(n+2) {
          margin-top: 50rem; }
        #angioscopey .overview .overview_boxes .overview_box h3 {
          font-size: 20rem;
          line-height: 1.5em;
          font-weight: 500;
          margin-bottom: 20rem;
          position: relative;
          padding-left: 15rem; }
          #angioscopey .overview .overview_boxes .overview_box h3::before {
            position: absolute;
            content: "";
            width: 4rem;
            height: 100%;
            left: 0;
            top: 0;
            background: #054AB9; }
  #angioscopey .image .image_box {
    width: 100%;
    margin: 50rem auto 0; }

  #product .under_ttl {
    margin-bottom: 50rem; }
  #product .product_cont:nth-child(n+2) {
    margin-top: 50rem; }
  #product .product_cont h3 {
    font-size: 20rem;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 20rem;
    position: relative;
    padding-left: 15rem; }
    #product .product_cont h3::before {
      position: absolute;
      content: "";
      width: 4rem;
      height: 100%;
      left: 0;
      top: 0;
      background: #054AB9; }
  #product .product_cont .product_box .product_box_img {
    margin-bottom: 20rem;
    width: 100%; }
    #product .product_cont .product_box .product_box_img .slide-dots {
      text-align: center;
      margin-top: 10px; }
      #product .product_cont .product_box .product_box_img .slide-dots li {
        display: inline-block;
        width: 10rem;
        height: 10rem;
        background: #CCCCCC;
        border-radius: 100%;
        margin: 0 5rem; }
        #product .product_cont .product_box .product_box_img .slide-dots li.slick-active {
          background: #56bfed; }
        #product .product_cont .product_box .product_box_img .slide-dots li button {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 0;
          border: none;
          background: none;
          cursor: pointer; }
  #product .product_cont .product_box .product_box_right {
    width: 100%; }
    #product .product_cont .product_box .product_box_right dl dt {
      font-size: 16rem;
      line-height: 1.25em;
      font-weight: bold;
      margin-bottom: 5rem; }
    #product .product_cont .product_box .product_box_right dl dd {
      font-size: 14rem;
      line-height: 1.75em;
      margin-bottom: 20rem; }
      #product .product_cont .product_box .product_box_right dl dd span {
        font-size: 10rem; }
    #product .product_cont .product_box .product_box_right .pdf {
      margin-top: 15rem; }
      #product .product_cont .product_box .product_box_right .pdf a {
        display: inline-block;
        font-size: 16rem;
        line-height: 1.24em;
        color: #054AB9;
        text-decoration: underline; }
  #product .image .image_box {
    width: 100%;
    margin: 50rem auto 0; }

  #contact .under_ttl {
    margin-bottom: 50rem; }
  #contact .contact_form table {
    width: 100%;
    margin-bottom: 30rem; }
    #contact .contact_form table tr th {
      display: block;
      width: 100%;
      font-size: 16rem;
      line-height: 1.5em;
      font-weight: 500;
      color: #000;
      text-align: left; }
      #contact .contact_form table tr th div {
        display: inline-block;
        position: relative;
        padding-right: 60rem; }
        #contact .contact_form table tr th div::before {
          position: absolute;
          content: "必須";
          width: 45rem;
          height: 20rem;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          font-size: 14rem;
          line-height: 20rem;
          text-align: center;
          color: #fff;
          background: #054AB9; }
    #contact .contact_form table tr td {
      display: block;
      width: 100%;
      font-size: 16rem;
      line-height: 1.5em;
      font-weight: 400;
      padding: 10rem 0 20rem; }
      #contact .contact_form table tr td input {
        width: 100%;
        height: 48rem;
        font-size: 16rem;
        font-weight: 400;
        line-height: 48rem;
        padding-left: 1em;
        box-sizing: border-box;
        border: solid 1rem #D8D8D8;
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
      #contact .contact_form table tr td textarea {
        width: 100%;
        height: 200rem;
        font-size: 16rem;
        font-weight: 400;
        line-height: 1.5em;
        padding: 0.5em 1em;
        box-sizing: border-box;
        border: solid 1rem #D8D8D8;
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
  #contact .contact_form .btn {
    display: flex;
    justify-content: center; }
    #contact .contact_form .btn input {
      width: 250rem;
      font-size: 18rem;
      line-height: 1;
      font-weight: bold;
      color: #fff;
      text-align: center;
      padding: 20rem 0;
      border-radius: 100rem;
      border: solid 1rem #054AB9;
      background: #054AB9;
      cursor: pointer;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

  #confirm .under_ttl {
    margin-bottom: 50rem; }
  #confirm .contact_form h3 {
    font-size: 20rem;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30rem; }
  #confirm .contact_form table {
    width: 100%;
    margin-bottom: 50px; }
    #confirm .contact_form table tr th {
      display: block;
      width: 100%;
      font-size: 16rem;
      line-height: 1.5em;
      font-weight: bold;
      color: #000;
      text-align: left; }
      #confirm .contact_form table tr th div {
        display: inline-block;
        position: relative;
        padding-right: 60rem; }
        #confirm .contact_form table tr th div::before {
          position: absolute;
          content: "必須";
          width: 45rem;
          height: 20rem;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          font-size: 14rem;
          line-height: 20rem;
          text-align: center;
          color: #fff;
          background: #054AB9; }
    #confirm .contact_form table tr td {
      display: block;
      width: 100%;
      font-size: 16rem;
      line-height: 1.5em;
      font-weight: 400;
      color: #000;
      padding: 10rem 0 30rem; }
  #confirm .contact_form .btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #confirm .contact_form .btn .submit {
      width: 250rem;
      margin-bottom: 20rem;
      font-size: 18rem;
      line-height: 1;
      font-weight: bold;
      color: #fff;
      text-align: center;
      padding: 20rem 0;
      border-radius: 100rem;
      border: solid 1rem #054AB9;
      background: #054AB9;
      cursor: pointer;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
    #confirm .contact_form .btn .back {
      width: 250rem;
      font-size: 18rem;
      line-height: 1;
      font-weight: bold;
      color: #fff;
      text-align: center;
      padding: 20rem 0;
      border-radius: 100rem;
      border: solid 1rem #9D9D9D;
      background: #9D9D9D;
      cursor: pointer;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
  #confirm h4 {
    font-size: 20rem;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20rem; }
  #confirm .error_messe {
    font-size: 16rem;
    line-height: 1.5em;
    margin: 5rem 0;
    color: red; }
  #confirm .error_back {
    width: 250rem;
    margin: 30rem auto 0;
    font-size: 18rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 20rem 0;
    border-radius: 100rem;
    border: solid 1rem #9D9D9D;
    background: #9D9D9D;
    cursor: pointer;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

  #thanks .under_ttl {
    margin-bottom: 50rem; }
  #thanks h3 {
    font-size: 22rem;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center; }
  #thanks .thanks_txt {
    font-size: 15rem;
    line-height: 1.5em;
    margin: 50rem 0; }
  #thanks .btn {
    display: flex;
    justify-content: center; }
    #thanks .btn a {
      width: 250rem;
      font-size: 18rem;
      line-height: 1;
      font-weight: bold;
      color: #fff;
      text-align: center;
      padding: 20rem 0;
      border-radius: 100rem;
      border: solid 1rem #054AB9;
      background: #054AB9; } }

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