@charset "UTF-8";
body {
  font-size: 14px;
  color: #333333;
  margin: 0px;
  box-sizing: border-box;
  line-height: 2em;
  font-family: noto-sans-cjk-jp, sans-serif; }
  @media screen and (max-width: 750px) {
    body {
      width: 100%;
      font-size: 14px; } }

div {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  color: #313131; }
  a img {
    transition: 0.2s; }

ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }
  ul li {
    padding-left: 0px;
    list-style: none; }

@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 750px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 750px) {
    .sp {
      display: block !important; } }

.no-display {
  display: none; }

.main-width {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    .main-width {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; } }
  @media screen and (min-width: 751px) and (max-width: 1200px) {
    .main-width {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; } }

/*ヘッダー*/
header {
  width: 100%;
  z-index: 999;
  padding: 0 30px;
  box-sizing: border-box; }
  @media screen and (max-width: 750px) {
    header {
      width: 100%;
      padding: 0 10px; } }
  header .section-headerlogo {
    display: flex;
    justify-content: space-between; }
    header .section-headerlogo .space {
      width: 300px; }
      @media screen and (max-width: 1200px) {
        header .section-headerlogo .space {
          display: none; } }
    header .section-headerlogo .logo {
      height: 130px;
      margin-top: 5px; }
      @media screen and (max-width: 1200px) {
        header .section-headerlogo .logo {
          height: 80px;
          margin: 10px auto; } }
      header .section-headerlogo .logo a img {
        height: 100%;
        width: auto; }
        @media screen and (max-width: 1200px) {
          header .section-headerlogo .logo a img {
            height: 100%;
            width: auto; } }
    header .section-headerlogo .contact-pc {
      text-align: right;
      padding-right: 25px;
      box-sizing: border-box;
      width: 300px;
      margin-top: 25px; }
      @media screen and (max-width: 1200px) {
        header .section-headerlogo .contact-pc {
          display: none; } }
      header .section-headerlogo .contact-pc div {
        font-size: 18px;
        font-weight: 600; }
        header .section-headerlogo .contact-pc div a {
          transition: 0.3s; }
          header .section-headerlogo .contact-pc div a:hover {
            opacity: 0.8; }
        header .section-headerlogo .contact-pc div .tel {
          display: block;
          margin-bottom: 15px;
          letter-spacing: 0.05em; }
          header .section-headerlogo .contact-pc div .tel span {
            position: relative; }
            header .section-headerlogo .contact-pc div .tel span:before {
              content: "";
              position: absolute;
              width: 30px;
              height: 30px;
              top: 0;
              left: -45px;
              background-image: url(../img/common/icon_tel.png);
              background-size: contain;
              background-repeat: no-repeat; }
        header .section-headerlogo .contact-pc div .mail {
          display: block;
          letter-spacing: 0.2em; }
          header .section-headerlogo .contact-pc div .mail span {
            position: relative; }
            header .section-headerlogo .contact-pc div .mail span:before {
              content: "";
              position: absolute;
              width: 30px;
              height: 30px;
              top: 0;
              left: -50px;
              background-image: url(../img/common/icon_mail.png);
              background-size: contain;
              background-repeat: no-repeat; }
  header .pc-nav {
    width: 1200px;
    margin: 35px auto 10px; }
    @media screen and (max-width: 1200px) {
      header .pc-nav {
        display: none; } }
    header .pc-nav ul {
      display: flex;
      margin-top: 20px; }
      header .pc-nav ul li {
        margin: 0 15px;
        position: relative;
        width: calc(100%/7);
        text-align: center; }
        header .pc-nav ul li a {
          transition: 0.3s;
          font-weight: 600;
          font-size: 14px;
          display: block;
          width: 100%;
          padding-top: 50px;
          position: relative; }
          header .pc-nav ul li a:hover {
            opacity: 0.8; }
          header .pc-nav ul li a:after {
            content: "";
            position: absolute;
            width: 50%;
            height: 50%;
            background-size: contain;
            background-repeat: no-repeat;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            background-position: center; }
          header .pc-nav ul li a.nav01:after {
            background-image: url(../img/common/icon_menu01.png); }
          header .pc-nav ul li a.nav02:after {
            background-image: url(../img/common/icon_menu02.png); }
          header .pc-nav ul li a.nav03:after {
            background-image: url(../img/common/icon_menu03.png); }
          header .pc-nav ul li a.nav04:after {
            background-image: url(../img/common/icon_menu04.png); }
          header .pc-nav ul li a.nav05:after {
            background-image: url(../img/common/icon_menu05.png); }
          header .pc-nav ul li a.nav06:after {
            background-image: url(../img/common/icon_menu06.png); }
          header .pc-nav ul li a.nav07:after {
            background-image: url(../img/common/icon_menu07.png); }

@media screen and (min-width: 1200px) {
  .sp-navi {
    display: none; } }
.sp-navi .globalNavSP {
  position: fixed;
  z-index: 5;
  top: 0px;
  right: 0;
  background: #e7e7e7;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 300px;
  height: 100%;
  overflow: scroll; }
  @media screen and (max-width: 750px) {
    .sp-navi .globalNavSP {
      width: 80%; } }
  .sp-navi .globalNavSP .nav-inner {
    padding-top: 80px; }
    .sp-navi .globalNavSP .nav-inner ul {
      list-style: none;
      padding-left: 0px;
      padding-top: 5px;
      padding-left: 30px;
      padding-right: 30px; }
      .sp-navi .globalNavSP .nav-inner ul li {
        color: #000;
        font-size: 16px;
        line-height: 0.7;
        font-weight: 400;
        margin-left: 0px;
        margin-right: 0px;
        border-top: 1px solid #222;
        padding: 10px 0; }
        .sp-navi .globalNavSP .nav-inner ul li a {
          text-decoration: none;
          padding-left: 60px;
          padding-right: 30px;
          width: 100%;
          display: inline-block;
          padding-top: 5px;
          padding-bottom: 5px;
          box-sizing: border-box;
          transition: 0.3s;
          line-height: 1.5em;
          position: relative; }
          .sp-navi .globalNavSP .nav-inner ul li a:after {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            background-size: contain;
            background-repeat: no-repeat;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
            background-position: center; }
          .sp-navi .globalNavSP .nav-inner ul li a.nav01:after {
            background-image: url(../img/common/icon_menu01.png); }
          .sp-navi .globalNavSP .nav-inner ul li a.nav02:after {
            background-image: url(../img/common/icon_menu02.png); }
          .sp-navi .globalNavSP .nav-inner ul li a.nav03:after {
            background-image: url(../img/common/icon_menu03.png); }
          .sp-navi .globalNavSP .nav-inner ul li a.nav04:after {
            background-image: url(../img/common/icon_menu04.png); }
          .sp-navi .globalNavSP .nav-inner ul li a.nav05:after {
            background-image: url(../img/common/icon_menu05.png); }
          .sp-navi .globalNavSP .nav-inner ul li a.nav06:after {
            background-image: url(../img/common/icon_menu06.png); }
          .sp-navi .globalNavSP .nav-inner ul li a.nav07:after {
            background-image: url(../img/common/icon_menu07.png); }
          .sp-navi .globalNavSP .nav-inner ul li a:hover {
            opacity: 0.8; }
        .sp-navi .globalNavSP .nav-inner ul li:last-child {
          border-bottom: 1px solid #013862; }
    .sp-navi .globalNavSP .nav-inner .contact-sp {
      text-align: right;
      padding-right: 25px;
      box-sizing: border-box;
      margin-top: 25px; }
      .sp-navi .globalNavSP .nav-inner .contact-sp div {
        font-size: 18px;
        font-weight: 600; }
        .sp-navi .globalNavSP .nav-inner .contact-sp div a {
          transition: 0.3s; }
          .sp-navi .globalNavSP .nav-inner .contact-sp div a:hover {
            opacity: 0.8; }
        .sp-navi .globalNavSP .nav-inner .contact-sp div .tel {
          display: block;
          margin-bottom: 15px;
          letter-spacing: 0.05em; }
          .sp-navi .globalNavSP .nav-inner .contact-sp div .tel span {
            position: relative; }
            .sp-navi .globalNavSP .nav-inner .contact-sp div .tel span:before {
              content: "";
              position: absolute;
              width: 30px;
              height: 30px;
              top: 0;
              left: -45px;
              background-image: url(../img/common/icon_tel.png);
              background-size: contain;
              background-repeat: no-repeat; }
        .sp-navi .globalNavSP .nav-inner .contact-sp div .mail {
          display: block;
          letter-spacing: 0.2em; }
          .sp-navi .globalNavSP .nav-inner .contact-sp div .mail span {
            position: relative; }
            .sp-navi .globalNavSP .nav-inner .contact-sp div .mail span:before {
              content: "";
              position: absolute;
              width: 30px;
              height: 30px;
              top: 0;
              left: -50px;
              background-image: url(../img/common/icon_mail.png);
              background-size: contain;
              background-repeat: no-repeat; }
    .sp-navi .globalNavSP .nav-inner .sns-wrapper {
      display: flex;
      justify-content: center; }
    .sp-navi .globalNavSP .nav-inner .insta-link {
      margin: 50px 10px 50px; }
      .sp-navi .globalNavSP .nav-inner .insta-link img {
        width: 30px; }
.sp-navi nav.globalNavSP.active {
  transform: translateX(0%); }
.sp-navi .navToggle .navToggle-inner {
  display: block;
  position: fixed;
  /* body?E‘I?μ?A?I?a‘I?E’u?w’e */
  right: 10px;
  top: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 8888;
  text-align: center;
  transition-duration: 0.5s;
  background-color: #013862;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  /*border-radius: 10px;*/ }
  .sp-navi .navToggle .navToggle-inner span {
    display: block;
    position: absolute;
    /* .navToggle?E‘I?μ?A */
    width: 32px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 8px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(1) {
      top: 12px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(2) {
      top: 24px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(3) {
      top: 36px; }
.sp-navi .navToggle.active .navToggle-inner {
  background-color: #e7e7e7; }
.sp-navi .navToggle.active span:nth-child(1) {
  top: 25px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #013862; }
.sp-navi .navToggle.active span:nth-child(2), .sp-navi .navToggle.active span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #013862; }
.sp-navi p {
  font-size: 11px;
  color: #013862;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
.sp-navi .navToggle.active p {
  color: #fff; }

/*TOP*/
.section-mv {
  width: 100%;
  display: flex;
  aspect-ratio: 3206/1351; }
  @media screen and (max-width: 751px) {
    .section-mv {
      aspect-ratio: 3206/2702;
      flex-wrap: wrap; } }
  .section-mv .mv01 {
    width: 50%;
    height: 100%;
    position: relative;
    background-image: url(../img/top/mv01.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 750px) {
      .section-mv .mv01 {
        width: 100%;
        height: 100%; } }
  .section-mv .mv02 {
    width: 50%;
    height: 100%;
    position: relative;
    background-image: url(../img/top/mv02.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 750px) {
      .section-mv .mv02 {
        width: 100%;
        height: 100%; } }

.section-lead {
  background-image: url(../img/top/lead-back.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0 50px; }
  .section-lead .lead-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .section-lead .lead-wrapper {
        flex-direction: column; } }
    .section-lead .lead-wrapper .image {
      width: 36%;
      padding: 3%;
      box-sizing: border-box;
      text-align: center;
      font-size: 20px; }
      @media screen and (max-width: 750px) {
        .section-lead .lead-wrapper .image {
          width: 80%; } }
      .section-lead .lead-wrapper .image img {
        width: 100%; }
      .section-lead .lead-wrapper .image span {
        font-size: 16px; }
    .section-lead .lead-wrapper .arrow {
      width: 15%;
      text-align: center;
      font-size: 22px; }
      @media screen and (max-width: 750px) {
        .section-lead .lead-wrapper .arrow {
          width: 50%; } }
      .section-lead .lead-wrapper .arrow img {
        width: 100%; }

.section-feature {
  margin-top: 50px;
  margin-bottom: 50px; }
  .section-feature h2 {
    text-align: center; }
    .section-feature h2 img {
      width: 45%; }
      @media screen and (max-width: 750px) {
        .section-feature h2 img {
          max-width: 350px;
          width: 80%; } }
  .section-feature .feature-lead {
    margin-bottom: 50px; }
    .section-feature .feature-lead .leadtext {
      text-align: center;
      margin-bottom: 50px;
      font-size: 1.3em;
      font-weight: 600;
      margin-top: 50px;
      line-height: 1.8em; }
      @media screen and (max-width: 750px) {
        .section-feature .feature-lead .leadtext {
          text-align: left;
          font-size: 1.1em; } }
    .section-feature .feature-lead .lead-img {
      display: flex; }
      @media screen and (max-width: 750px) {
        .section-feature .feature-lead .lead-img {
          flex-wrap: wrap; } }
      .section-feature .feature-lead .lead-img .img {
        width: 50%;
        padding: 20px;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .section-feature .feature-lead .lead-img .img {
            width: 100%; } }
        .section-feature .feature-lead .lead-img .img img {
          width: 100%; }
  .section-feature .feature-wrap {
    margin-top: 30px;
    margin-bottom: 80px; }
    .section-feature .feature-wrap h3 {
      text-align: center;
      background: linear-gradient(to bottom, #003761, #12588e);
      overflow: hidden;
      border-radius: 20px;
      display: flex;
      padding: 5px 0; }
      .section-feature .feature-wrap h3 .text {
        font-size: 30px;
        color: #fff;
        position: relative;
        text-align: center;
        padding: 20px 20px; }
        @media screen and (max-width: 750px) {
          .section-feature .feature-wrap h3 .text {
            font-size: 25px;
            padding: 10px; } }
      .section-feature .feature-wrap h3 .space-left {
        background-image: url(../img/common/headline-left.png);
        flex-grow: 1;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right; }
      .section-feature .feature-wrap h3 .space-right {
        background-image: url(../img/common/headline-right.png);
        flex-grow: 1;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left; }
    .section-feature .feature-wrap .leadtext {
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      margin-top: 30px; }
      @media screen and (max-width: 750px) {
        .section-feature .feature-wrap .leadtext {
          font-size: 16px; } }
    .section-feature .feature-wrap .box-feature01 {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1200px) {
        .section-feature .feature-wrap .box-feature01 {
          display: block; } }
      .section-feature .feature-wrap .box-feature01 .main {
        width: 35%;
        padding: 20px;
        box-sizing: border-box; }
        @media screen and (max-width: 1200px) {
          .section-feature .feature-wrap .box-feature01 .main {
            width: 100%;
            text-align: center; } }
        .section-feature .feature-wrap .box-feature01 .main .img img {
          width: 100%; }
          @media screen and (max-width: 1200px) {
            .section-feature .feature-wrap .box-feature01 .main .img img {
              width: 70%;
              max-width: 500px; } }
        .section-feature .feature-wrap .box-feature01 .main .apply-wrap {
          display: flex;
          align-items: center; }
          @media screen and (max-width: 1200px) {
            .section-feature .feature-wrap .box-feature01 .main .apply-wrap {
              justify-content: center; } }
          .section-feature .feature-wrap .box-feature01 .main .apply-wrap .icon {
            width: 50px; }
            .section-feature .feature-wrap .box-feature01 .main .apply-wrap .icon img {
              width: 100%;
              margin-top: 10px; }
          .section-feature .feature-wrap .box-feature01 .main .apply-wrap .text {
            font-weight: 600;
            padding: 0 0px 0 10px;
            line-height: 1.5em; }
            .section-feature .feature-wrap .box-feature01 .main .apply-wrap .text a {
              transition: 0.3s;
              color: #013862; }
              .section-feature .feature-wrap .box-feature01 .main .apply-wrap .text a:hover {
                opacity: 0.8; }
          .section-feature .feature-wrap .box-feature01 .main .apply-wrap .qr {
            width: 70px; }
            .section-feature .feature-wrap .box-feature01 .main .apply-wrap .qr a {
              transition: 0.3s; }
              .section-feature .feature-wrap .box-feature01 .main .apply-wrap .qr a:hover {
                opacity: 0.8; }
            .section-feature .feature-wrap .box-feature01 .main .apply-wrap .qr img {
              width: 100%;
              margin-top: 10px; }
      .section-feature .feature-wrap .box-feature01 .sub {
        width: 75%;
        display: flex; }
        @media screen and (max-width: 750px) {
          .section-feature .feature-wrap .box-feature01 .sub {
            width: 100%;
            justify-content: center;
            flex-wrap: wrap; } }
        @media screen and (min-width: 751px) and (max-width: 1200px) {
          .section-feature .feature-wrap .box-feature01 .sub {
            width: 100%; } }
        .section-feature .feature-wrap .box-feature01 .sub .capcha {
          width: calc(100%/3);
          padding: 10px; }
          @media screen and (max-width: 750px) {
            .section-feature .feature-wrap .box-feature01 .sub .capcha {
              width: 80%;
              box-sizing: border-box;
              max-width: 400px; } }
          @media screen and (min-width: 751px) and (max-width: 1200px) {
            .section-feature .feature-wrap .box-feature01 .sub .capcha {
              width: 48%;
              max-width: unset; } }
          .section-feature .feature-wrap .box-feature01 .sub .capcha img {
            width: 100%; }
          .section-feature .feature-wrap .box-feature01 .sub .capcha h4 {
            display: inline-block;
            border: 2px solid #12588e;
            border-radius: 20px;
            padding: 2px 15px;
            color: #12588e;
            text-align: center;
            font-size: 22px;
            font-weight: 600;
            position: relative;
            top: 50px;
            margin-top: 0;
            background-color: #fff;
            left: 50%;
            transform: translateX(-50%);
            width: 70%; }
            .section-feature .feature-wrap .box-feature01 .sub .capcha h4 span {
              font-size: 18px;
              font-weight: 400; }
    .section-feature .feature-wrap .box-featureimg .img {
      width: 100%;
      padding: 35px 35px 0;
      box-sizing: border-box;
      text-align: center; }
      @media screen and (max-width: 750px) {
        .section-feature .feature-wrap .box-featureimg .img {
          padding: 35px 10px; } }
      .section-feature .feature-wrap .box-featureimg .img img {
        width: 100%; }
        .section-feature .feature-wrap .box-featureimg .img img.narrow {
          width: 300px; }
    .section-feature .feature-wrap .box-feature02 {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1200px) {
        .section-feature .feature-wrap .box-feature02 {
          display: block; } }
      .section-feature .feature-wrap .box-feature02 .box {
        padding: 35px 35px 0;
        width: 48%; }
        @media screen and (max-width: 1200px) {
          .section-feature .feature-wrap .box-feature02 .box {
            width: 100%;
            box-sizing: border-box; } }
        .section-feature .feature-wrap .box-feature02 .box .h4-wrap {
          display: flex;
          align-items: center; }
          @media screen and (max-width: 1200px) {
            .section-feature .feature-wrap .box-feature02 .box .h4-wrap {
              justify-content: center;
              flex-wrap: wrap; } }
          .section-feature .feature-wrap .box-feature02 .box .h4-wrap .pattern {
            aspect-ratio: 1/1;
            border-radius: 50%;
            border: 3px solid #5395c8;
            text-align: center;
            padding: 13px; }
            @media screen and (max-width: 1200px) {
              .section-feature .feature-wrap .box-feature02 .box .h4-wrap .pattern {
                margin-bottom: 20px; } }
            .section-feature .feature-wrap .box-feature02 .box .h4-wrap .pattern .text {
              color: #5395c8;
              font-weight: 600;
              font-size: 18px;
              margin-top: 5px; }
            .section-feature .feature-wrap .box-feature02 .box .h4-wrap .pattern .number {
              color: #5395c8;
              font-size: 36px;
              font-weight: 600; }
          .section-feature .feature-wrap .box-feature02 .box .h4-wrap .h4text {
            margin-left: 20px; }
            @media screen and (max-width: 1200px) {
              .section-feature .feature-wrap .box-feature02 .box .h4-wrap .h4text {
                width: 100%;
                text-align: center; } }
            .section-feature .feature-wrap .box-feature02 .box .h4-wrap .h4text h4 {
              color: #5395c8;
              font-weight: 600;
              font-size: 30px;
              margin: 0px 0 10px;
              padding-left: 0; }
            .section-feature .feature-wrap .box-feature02 .box .h4-wrap .h4text .sub {
              font-weight: 600;
              font-size: 20px; }
        .section-feature .feature-wrap .box-feature02 .box .img {
          width: 100%;
          margin: 20px 0; }
          @media screen and (max-width: 750px) {
            .section-feature .feature-wrap .box-feature02 .box .img {
              height: unset;
              width: 100%; } }
          @media screen and (min-width: 751px) and (max-width: 1200px) {
            .section-feature .feature-wrap .box-feature02 .box .img {
              height: unset;
              width: 100%;
              text-align: center; } }
          .section-feature .feature-wrap .box-feature02 .box .img img {
            width: 100%; }
            @media screen and (min-width: 751px) and (max-width: 1200px) {
              .section-feature .feature-wrap .box-feature02 .box .img img {
                width: 100%;
                height: unset;
                max-width: 700px; } }
    .section-feature .feature-wrap .box-feature03 {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 750px) {
        .section-feature .feature-wrap .box-feature03 {
          display: block; } }
      .section-feature .feature-wrap .box-feature03 .box {
        width: 25%;
        padding: 35px 35px 0; }
        @media screen and (max-width: 750px) {
          .section-feature .feature-wrap .box-feature03 .box {
            width: 100%;
            box-sizing: border-box; } }
        .section-feature .feature-wrap .box-feature03 .box .img {
          height: 380px;
          text-align: center; }
          .section-feature .feature-wrap .box-feature03 .box .img img {
            height: 100%; }
    .section-feature .feature-wrap .qr-wrap {
      display: flex;
      justify-content: center;
      align-items: center; }
      .section-feature .feature-wrap .qr-wrap .text {
        font-size: 20px;
        font-weight: 600; }
      .section-feature .feature-wrap .qr-wrap .qrcode {
        width: 20%;
        padding-left: 20px;
        box-sizing: border-box; }
        .section-feature .feature-wrap .qr-wrap .qrcode img {
          width: 100%; }
  .section-feature .flex-half {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      .section-feature .flex-half {
        display: block; } }
    .section-feature .flex-half .feature-wrap {
      width: 48%; }
      @media screen and (max-width: 750px) {
        .section-feature .flex-half .feature-wrap {
          width: 100%; } }
      .section-feature .flex-half .feature-wrap .mail-sns-wrap {
        display: flex; }
        .section-feature .flex-half .feature-wrap .mail-sns-wrap .leadtext {
          text-align: left; }
        .section-feature .flex-half .feature-wrap .mail-sns-wrap .box1 {
          width: 55%;
          box-sizing: border-box;
          padding: 10px; }
          .section-feature .flex-half .feature-wrap .mail-sns-wrap .box1 img {
            height: 350px;
            width: auto; }
            @media screen and (max-width: 750px) {
              .section-feature .flex-half .feature-wrap .mail-sns-wrap .box1 img {
                height: auto;
                width: 100%; } }
        .section-feature .flex-half .feature-wrap .mail-sns-wrap .box2 {
          width: 45%;
          box-sizing: border-box;
          padding: 10px; }
          .section-feature .flex-half .feature-wrap .mail-sns-wrap .box2 img {
            height: 350px;
            width: auto; }
            @media screen and (max-width: 750px) {
              .section-feature .flex-half .feature-wrap .mail-sns-wrap .box2 img {
                height: auto;
                width: 100%; } }

.section-news {
  background-color: #c7d7e9;
  padding: 50px 0 100px; }
  .section-news .newsh2-wrap {
    text-align: center; }
    .section-news .newsh2-wrap h2 {
      font-size: 50px;
      color: #013862;
      letter-spacing: 0.05em;
      margin-bottom: 25px; }
      @media screen and (max-width: 750px) {
        .section-news .newsh2-wrap h2 {
          font-size: 35px; } }
      .section-news .newsh2-wrap h2 span {
        color: #4c79ab; }
    .section-news .newsh2-wrap .subtitle {
      font-weight: 600;
      font-size: 24px; }
      @media screen and (max-width: 750px) {
        .section-news .newsh2-wrap .subtitle {
          font-size: 20px; } }
  .section-news .news-list {
    background-color: #fff;
    width: 90%;
    margin: 30px auto;
    padding: 30px 50px;
    box-sizing: border-box;
    border-top: 5px solid #013862; }
    @media screen and (max-width: 750px) {
      .section-news .news-list {
        padding: 30px 10px;
        width: 100%; } }
    .section-news .news-list ul li {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #ccc;
      width: 100%;
      padding: 10px; }
      @media screen and (max-width: 750px) {
        .section-news .news-list ul li {
          flex-wrap: wrap;
          justify-content: flex-start; } }
      .section-news .news-list ul li .date {
        width: 110px; }
      .section-news .news-list ul li .new {
        background-color: #ffc600;
        width: 50px;
        color: #fff;
        padding: 0 5px;
        margin: 0 10px;
        font-size: 0.9em;
        font-weight: 600;
        text-align: center; }
      .section-news .news-list ul li .title {
        width: calc(100% - 190px); }
        @media screen and (max-width: 750px) {
          .section-news .news-list ul li .title {
            width: 100%; } }
        .section-news .news-list ul li .title a {
          transition: 0.3s; }
          .section-news .news-list ul li .title a:hover {
            opacity: 0.8; }
    .section-news .news-list ul:last-child li {
      border-bottom: none; }
  .section-news .news-button {
    text-align: center;
    margin-top: 50px; }
    .section-news .news-button a {
      display: inline-block;
      padding: 14px 75px;
      background-color: #013862;
      color: #fff;
      transition: 0.3s;
      border-radius: 20px;
      font-size: 1.2em; }
      .section-news .news-button a:hover {
        opacity: 0.8; }

/*下層ページ共通*/
.lowcontent {
  margin: 50px 0 100px; }
  .lowcontent h1 {
    text-align: center;
    background: linear-gradient(to bottom, #003761, #12588e);
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    padding: 5px 0; }
    .lowcontent h1 .text {
      font-size: 30px;
      color: #fff;
      position: relative;
      text-align: center;
      padding: 20px 20px; }
      @media screen and (max-width: 750px) {
        .lowcontent h1 .text {
          font-size: 25px;
          padding: 10px; } }
    .lowcontent h1 .space-left {
      background-image: url(../img/common/headline-left.png);
      flex-grow: 1;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: right; }
    .lowcontent h1 .space-right {
      background-image: url(../img/common/headline-right.png);
      flex-grow: 1;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: left; }
  .lowcontent h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-left: 10px; }

/*仕様*/
.section-spec {
  margin-top: 80px;
  margin-bottom: 100px; }
  .section-spec .cont-wrap {
    margin-top: 30px;
    padding: 0 50px;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .section-spec .cont-wrap {
        padding: 0 10px;
        margin-top: 15px;
        box-sizing: border-box; } }
    .section-spec .cont-wrap dl {
      display: flex; }
      @media screen and (max-width: 750px) {
        .section-spec .cont-wrap dl {
          display: block; } }
      .section-spec .cont-wrap dl dt {
        width: 10em;
        font-weight: 600;
        font-size: 16px; }
        @media screen and (max-width: 750px) {
          .section-spec .cont-wrap dl dt {
            width: 100%; } }
      .section-spec .cont-wrap dl dd {
        margin-left: 0;
        width: calc(100% - 10em; );
        padding-left: 20px;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .section-spec .cont-wrap dl dd {
            width: 100%; } }

/*サポート*/
.section-support {
  margin-top: 80px;
  margin-bottom: 100px; }
  .section-support .box-contact {
    padding: 0 50px;
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      .section-support .box-contact {
        padding: 0 10px;
        margin-top: 15px;
        box-sizing: border-box; } }
    .section-support .box-contact h3 {
      position: relative;
      padding-left: 20px;
      margin: 0 0 10px;
      font-size: 18px; }
      .section-support .box-contact h3:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background-color: #013862;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .section-support .box-contact h4 {
      margin-bottom: 0px; }
    .section-support .box-contact ol {
      margin-top: 5px; }
    .section-support .box-contact a {
      color: #5395c8; }
      .section-support .box-contact a img {
        height: 16px;
        position: relative;
        top: 3px; }

/*q&a*/
.section-faq {
  margin-top: 80px;
  margin-bottom: 100px; }
  .section-faq .faq-wrapper {
    padding: 0 50px;
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      .section-faq .faq-wrapper {
        padding: 0 10px;
        margin-top: 15px;
        box-sizing: border-box; } }
    .section-faq .faq-wrapper dl {
      margin-bottom: 40px; }
      .section-faq .faq-wrapper dl dt {
        position: relative;
        padding-left: 50px; }
        .section-faq .faq-wrapper dl dt:before {
          position: absolute;
          content: "Q";
          font-size: 20px;
          color: #fff;
          background-color: #013862;
          padding: 2px 10px 8px 9px;
          border-radius: 5px;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 35px;
          box-sizing: border-box; }
      .section-faq .faq-wrapper dl dd {
        position: relative;
        padding-left: 50px;
        margin-left: 0px;
        margin-top: 17px; }
        .section-faq .faq-wrapper dl dd:before {
          position: absolute;
          content: "A";
          font-size: 20px;
          color: #013862;
          border: 2px solid #013862;
          padding: 2px 10px 4px 9px;
          border-radius: 5px;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 35px;
          box-sizing: border-box; }

/*オンラインデモ*/
.section-demo {
  margin-top: 80px;
  margin-bottom: 100px; }
  .section-demo .demo-wrap {
    padding: 0 50px;
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      .section-demo .demo-wrap {
        padding: 0 10px;
        margin-top: 15px;
        box-sizing: border-box; } }
    .section-demo .demo-wrap .img {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      .section-demo .demo-wrap .img img {
        max-width: 500px;
        width: 100%;
        height: auto; }
    .section-demo .demo-wrap .leadtext {
      font-weight: 600; }
    .section-demo .demo-wrap ul {
      margin-top: 30px; }
      @media screen and (max-width: 750px) {
        .section-demo .demo-wrap ul {
          margin-left: 15px; } }
      .section-demo .demo-wrap ul li {
        list-style: disc; }
    .section-demo .demo-wrap ol {
      padding-left: 0; }
      @media screen and (max-width: 750px) {
        .section-demo .demo-wrap ol {
          margin-left: 15px; } }
    .section-demo .demo-wrap a {
      color: #5395c8; }
    .section-demo .demo-wrap .news-button {
      text-align: center;
      margin-top: 50px; }
      .section-demo .demo-wrap .news-button a {
        display: inline-block;
        padding: 14px 75px;
        background-color: #013862;
        color: #fff;
        transition: 0.3s;
        border-radius: 20px;
        font-size: 1.2em; }
        .section-demo .demo-wrap .news-button a:hover {
          opacity: 0.8; }

/*問い合わせ*/
.section-contact-form {
  margin-top: 0px;
  margin-bottom: 100px; }
  .section-contact-form .lead {
    margin-bottom: 50px; }

.form-wrap {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .form-wrap {
      width: 100%; } }
  .form-wrap .note {
    margin: 10px; }
    .form-wrap .note .kome {
      color: red; }
  .form-wrap form table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%; }
    .form-wrap form table th {
      padding: 10px;
      border: 1px solid #ccc;
      width: 250px; }
      .form-wrap form table th .kome {
        position: relative; }
        .form-wrap form table th .kome:after {
          position: absolute;
          content: "※";
          color: red;
          font-size: 0.7em;
          top: -6px;
          right: -13px; }
      @media only screen and (max-width: 860px) {
        .form-wrap form table th {
          display: block;
          width: unset;
          text-align: left; } }
    .form-wrap form table td {
      padding: 10px;
      border: 1px solid #ccc; }
      .form-wrap form table td .short {
        width: 30%; }
      .form-wrap form table td .long {
        width: 90%; }
      .form-wrap form table td input {
        margin: 5px; }
      .form-wrap form table td .wpcf7-text {
        height: 30px; }
      .form-wrap form table td .request-second {
        margin-left: 50px;
        display: block; }
        @media only screen and (max-width: 860px) {
          .form-wrap form table td .request-second {
            margin-left: 0; } }
      .form-wrap form table td .link-to-demo {
        display: flex; }
        @media only screen and (max-width: 860px) {
          .form-wrap form table td .link-to-demo {
            display: block; } }
      .form-wrap form table td .link-demo {
        padding-left: 30px; }
        .form-wrap form table td .link-demo a {
          background-color: #ff9e00;
          color: #fff;
          border-radius: 10px;
          padding: 5px 15px;
          font-size: 0.8em; }
        @media only screen and (max-width: 860px) {
          .form-wrap form table td .link-demo {
            padding-left: 0; } }
      .form-wrap form table td .disBlock .wpcf7-list-item {
        display: block; }
      .form-wrap form table td .wrapper-request-second {
        display: flex; }
        .form-wrap form table td .wrapper-request-second .reserve-note {
          margin-left: 44px; }
          .form-wrap form table td .wrapper-request-second .reserve-note a {
            color: #0693e3; }
          @media only screen and (max-width: 860px) {
            .form-wrap form table td .wrapper-request-second .reserve-note {
              margin-left: 0; } }
        @media only screen and (max-width: 860px) {
          .form-wrap form table td .wrapper-request-second {
            display: block; } }
      @media only screen and (max-width: 860px) {
        .form-wrap form table td {
          display: block; } }
  .form-wrap .privacy-link {
    margin-top: 30px;
    text-align: center; }
    .form-wrap .privacy-link div {
      margin-bottom: 20px; }
    .form-wrap .privacy-link .link {
      padding: 10px 30px;
      background-color: #ff9e00;
      color: #fff;
      margin: 20px 0;
      transition: 0.3s;
      display: inline-block;
      border-radius: 20px;
      font-weight: 600; }
      .form-wrap .privacy-link .link:hover {
        opacity: 0.8; }
    .form-wrap .privacy-link .kome {
      position: relative; }
      .form-wrap .privacy-link .kome:after {
        position: absolute;
        content: "※";
        color: red;
        font-size: 0.7em;
        top: -6px;
        right: -13px; }
  .form-wrap .submit-wrapper {
    text-align: center;
    margin-top: 50px; }
  .form-wrap .wpcf7-submit {
    background-color: #001f58;
    text-align: center;
    padding: 20px 100px;
    color: #fff;
    border: none;
    margin-left: 85px;
    cursor: pointer;
    transition: 0.3s; }
    @media only screen and (max-width: 860px) {
      .form-wrap .wpcf7-submit {
        margin-left: 65px; } }
    .form-wrap .wpcf7-submit:hover {
      opacity: 0.8; }
  .form-wrap .about-recaptcha {
    text-align: right;
    margin-top: 30px;
    font-size: 0.8em;
    line-height: 1.3em; }
    .form-wrap .about-recaptcha a {
      color: #5395c8; }

.featherlight-sample {
  display: none; }
  @media screen and (max-width: 860px) {
    .featherlight-sample {
      width: 100%; } }

.featherlight-sample-inner {
  padding: 20px; }
  .featherlight-sample-inner .midashiL {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2em; }
  .featherlight-sample-inner .company-info {
    text-align: right;
    margin-bottom: 20px; }
  .featherlight-sample-inner dl {
    margin-bottom: 20px;
    margin-top: 20px; }
  .featherlight-sample-inner dt {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.1em; }
  .featherlight-sample-inner dd {
    padding-left: 20px;
    margin-bottom: 35px; }
  .featherlight-sample-inner ul {
    list-style: none; }
  .featherlight-sample-inner .contact {
    background-color: unset; }
    .featherlight-sample-inner .contact a {
      color: #2a4f92; }

@media screen and (max-width: 860px) {
  .featherlight .featherlight-content {
    margin: 20px !important; } }
/*動画*/
.section-movie {
  margin-top: 80px;
  margin-bottom: 100px; }
  .section-movie .movie-wrap {
    padding: 0 50px;
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      .section-movie .movie-wrap {
        padding: 0 10px;
        margin-top: 15px;
        box-sizing: border-box; } }
    .section-movie .movie-wrap .youtube-wrapper {
      width: 600px;
      margin: 50px auto 0; }
    @media only screen and (max-width: 860px) {
      .section-movie .movie-wrap .youtube-wrapper {
        width: 100%; } }
    .section-movie .movie-wrap .youtube {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
    .section-movie .movie-wrap .youtube iframe,
    .section-movie .movie-wrap .youtube video {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
    .section-movie .movie-wrap #youtube {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
    .section-movie .movie-wrap #youtube iframe,
    .section-movie .movie-wrap #youtube video {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .section-movie .movie-image {
    margin: 50px auto;
    width: 600px; }
    @media screen and (max-width: 750px) {
      .section-movie .movie-image {
        width: 100%; } }
    .section-movie .movie-image .img {
      width: 100%; }
      .section-movie .movie-image .img img {
        width: 100%; }

/*投稿*/
.section-newssingle {
  margin-top: 80px;
  margin-bottom: 100px;
  /* ページネーション */ }
  .section-newssingle .news-inner {
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    box-sizing: border-box; }
    @media only screen and (max-width: 860px) {
      .section-newssingle .news-inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
    .section-newssingle .news-inner ul li {
      list-style: none;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-top: 10px;
      display: flex; }
      @media only screen and (max-width: 860px) {
        .section-newssingle .news-inner ul li {
          flex-wrap: wrap; } }
      .section-newssingle .news-inner ul li .date {
        width: 7em; }
      .section-newssingle .news-inner ul li .title {
        padding-left: 1em; }
        @media only screen and (max-width: 860px) {
          .section-newssingle .news-inner ul li .title {
            width: 100%;
            padding-left: 0; } }
        .section-newssingle .news-inner ul li .title a {
          color: #222; }
      .section-newssingle .news-inner ul li .new {
        background-color: #ff9e00;
        border-radius: 2px;
        color: #fff;
        padding: 0px 10px;
        font-size: 0.8em;
        font-weight: 400;
        margin-left: .5em; }
    .section-newssingle .news-inner .news-single .box-title {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 860px) {
        .section-newssingle .news-inner .news-single .box-title {
          display: block; }
          .section-newssingle .news-inner .news-single .box-title .date {
            text-align: right; } }
      .section-newssingle .news-inner .news-single .box-title h2 {
        font-size: 1.5em;
        font-weight: 600;
        border-bottom: none;
        margin-bottom: 0;
        margin-top: 0; }
    .section-newssingle .news-inner .news-single .box-content {
      margin-top: 30px; }
  .section-newssingle .paging {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 50px;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 50px; }
  .section-newssingle .prev {
    text-align: left; }
  .section-newssingle .next {
    text-align: right; }

/*404*/
.section-notfound {
  margin-top: 80px;
  margin-bottom: 100px; }
  .section-notfound .lead {
    text-align: center;
    font-weight: 600;
    font-size: 1.1em; }
  .section-notfound .news-button {
    text-align: center;
    margin-top: 50px; }
    .section-notfound .news-button a {
      display: inline-block;
      padding: 14px 75px;
      background-color: #013862;
      color: #fff;
      transition: 0.3s;
      border-radius: 20px;
      font-size: 1.2em; }
      .section-notfound .news-button a:hover {
        opacity: 0.8; }

/******************************************************************
	フッター
******************************************************************/
.footer {
  color: #fff;
  background-color: #001f58;
  padding: 20px 0;
  font-size: 1.4rem; }

.footer__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 120px;
  padding-right: 120px; }

@media only screen and (max-width: 860px) {
  .footer {
    width: 100%; }

  .footer__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    box-sizing: border-box; } }
.footer__info {
  text-align: center;
  font-size: 12px; }

.footer__info-logo a {
  color: #fff; }

.footer__info-logo img {
  height: 35px;
  margin-bottom: 10px; }

.footer__info-address {
  margin-bottom: 40px; }

.copyright {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px; }

.copyright .copyright-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center; }

.copyright .copyright-wrap div {
  margin: 0 5px; }

.copyright .copyright-wrap div a {
  color: #fff; }

@media only screen and (max-width: 860px) {
  .footer__info {
    width: 100%; }

  .footer__info-logo {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: 0; }

  .footer__info-logo-isms {
    justify-content: center;
    margin: 30px auto; }

  .footer__info-logo .sns-logo {
    height: 40px; }

  .footer__info {
    text-align: center; }

  .copyright .copyright-wrap {
    flex-wrap: wrap; } }

/*# sourceMappingURL=style.css.map */
