@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
}

body {
  margin: 0;
}

a:focus {
  outline: 0;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: 600;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  height: 0;
  overflow: visible;
}

ol, ul {
  margin-left: 0;
  margin-top: 0;
  -webkit-padding-start: 0;
  padding-left: 0;
  list-style-position: inside;
}

nav ol, nav ul {
  list-style: none;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

iframe, img, svg {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

/*font-size basic=rem*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

ul, dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

ul, ol {
  list-style-position: inside;
}

hr {
  clear: both;
  size: 1;
  color: #ddd;
  border-style: solid;
  margin: 2.5em auto 1em auto;
  width: 100%;
}

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

p, li, dt, dd, th, td {
  font-size: 1.5rem;
  line-height: 1.7;
}

h1, h2, h3 {
  font-size: 2rem;
  line-height: 1.8;
}

h4, h5, h6 {
  font-size: 1.7rem;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
dt, th, strong, b {
  font-weight: bold;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: underline;
}

.anchorTag {
  position: relative;
  display: block;
  top: -60px;
}

.u-clearFix {
  clear: both;
}

.l-centerLayout {
  text-align: center;
  display: block;
  margin: 0 auto;
}

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

a img {
  transition: all 0.2s;
  opacity: 1;
}

a:hover img {
  opacity: 0.85;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.65);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  position: fixed;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
  transition: all 0.2s;
  transform: scale(1.5);
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
  transform: scale(2);
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

@media all and (max-width: 767px) {
  .lity-close {
    width: 35px;
    height: 35px;
    right: 20px;
    top: 90px;
  }
}
@media all and (min-width: 768px) {
  .lity-close {
    width: 35px;
    height: 35px;
    right: 50px;
    top: 50px;
  }
}
/*----------------------------------
[▼]display setting
----------------------------------*/
a {
  color: #5192C3;
}

/*----------------------------------
[▼]layout common
----------------------------------*/
body.js-relative {
  position: relative;
}
body.is_fixed {
  position: fixed;
  width: 100%;
}

@media all and (min-width: 768px) {
  html {
    background: #f6f6f6;
  }
  body {
    overflow-x: hidden;
    max-width: 1680px;
    background: #fff;
  }
}
a:hover {
  color: #FCA518;
}
a.outlink {
  background: url("../images/icon_outer.svg") no-repeat center right;
  background-size: 12px;
  padding-right: 20px;
  display: inline-block;
  margin-right: 5px;
}

.textRed {
  color: #E61919;
}

.textBlue {
  color: #1D68A0;
}

.textGray {
  color: #666;
}

.textOrange {
  color: #FF8A02;
}

.textSmall,
.caption {
  font-size: 1.35rem !important;
  line-height: 1.5;
  font-weight: normal !important;
}

.textCenter {
  text-align: center;
}

.clear {
  clear: both;
}

.u-minBlock,
.u-mid1Block,
.u-mid2Block {
  display: block;
  width: 100%;
}

.newIcon-mark {
  display: inline-block;
  background: #fff5f5;
  color: #f00;
  font-size: 12px !important;
  margin-left: 1em;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #f00;
}

@media all and (max-width: 767px) {
  .spnone {
    display: none;
  }
  .spinline {
    display: inline;
  }
  .u-minBlock {
    height: 10px;
  }
  .u-mid1Block {
    height: 15px;
  }
  .u-mid2Block {
    height: 20px;
  }
}
@media all and (min-width: 768px) {
  .spinline {
    display: none;
  }
  .u-minBlock {
    height: 0.75em;
  }
  .u-mid1Block {
    height: 1.5em;
  }
  .u-mid2Block {
    height: 3em;
  }
}
/*----------------------------------
[▼]header
----------------------------------*/
.l-header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #F7F6F7;
}
.l-header__wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l-header__title .l-item1 {
  display: table;
}
.l-header__title .l-item1 .milmecLogo {
  display: table-cell;
  vertical-align: middle;
}
.l-header__title .l-item1 .milmecInfo {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 1020px) {
  .l-header {
    height: 50px;
    width: 100%;
    position: fixed;
    z-index: 9;
  }
  .l-header__wrap {
    display: table;
  }
  .l-header__title .l-item1 {
    height: 50px;
  }
  .l-header__title .l-item1 .milmecLogo {
    width: 160px;
    padding-left: 5px;
    position: relative;
    top: -3px;
  }
  .l-header__title .l-item1 .milmecInfo {
    font-size: 1.2rem;
    padding-left: 3px;
    line-height: 1;
    font-feature-settings: "palt" 1;
  }
  .l-header__title .l-item1 .milmecInfo span {
    color: #666;
    padding-top: 4px;
    display: inline-block;
  }
  .l-header__title .l-item1 .milmecInfo strong {
    font-size: 1.2rem;
    color: #000;
  }
  .mobileMenu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
  }
  .mobileMenu__btn {
    display: block;
    height: 50px;
    width: 50px;
    background: #E5E3E4 url("../images/mobileMenu_default.svg") no-repeat center center;
    transition: all 0.2s;
  }
  .mobileMenu__btn.active {
    background: #fff url("../images/mobileMenu_close.svg") no-repeat center center;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .l-navigation {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: calc(100vh - 0px);
    transition: all 0.4s;
    display: none;
  }
  .l-navigation__menu {
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .l-navigation__menu li {
    animation-name: gnaviAnime;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    /*0.2 秒遅らせて出現*/
    animation-fill-mode: forwards;
    opacity: 0;
    text-align: center;
  }
  .l-navigation__menu li a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 30px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
  }
  .l-navigation__menu li.active a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid white;
    border-radius: 7px;
  }
  .l-navigation.active {
    top: 0px;
    display: block;
  }
  .l-navigation.active .l-navigation__menu {
    opacity: 1;
  }
  .l-mnaviCircle {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(29, 104, 160, 0.5);
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all 0.6s;
  }
  .l-mnaviCircle.active {
    transform: scale(70);
    background: rgba(29, 104, 160, 0.95);
  }
}
@media all and (min-width: 1021px) {
  .l-header__wrap {
    min-width: 1024px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100px;
    align-items: center;
  }
  .l-header__title .l-item1 {
    height: 100px;
  }
  .l-header__title .l-item1 .milmecLogo {
    width: 250px;
    padding-left: 25px;
  }
  .l-header__title .l-item1 .milmecInfo {
    font-size: 1.2rem;
    padding-left: 25px;
  }
  .l-header__title .l-item1 .milmecInfo strong {
    font-size: 1.5rem;
  }
  .l-header .l-navigation {
    margin-left: auto;
  }
  .l-header .l-navigation__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .l-header .l-navigation__menu li {
    display: table;
    height: 100px;
  }
  .l-header .l-navigation__menu li a {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    background: url("../images/menuitem_arrow.svg") no-repeat center 120%;
    background-size: 14px;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .l-header .l-navigation__menu li a:hover, .l-header .l-navigation__menu li.active a {
    color: #FF8A02;
    background-position: center 88%;
  }
  .l-header .l-navigation__menu li.cv-form {
    margin-right: 15px;
  }
  .l-header .l-navigation__menu li.cv-form a {
    background: none;
  }
  .l-header .l-navigation__menu li.cv-form a span {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    background: #5192C3;
    color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.2s;
  }
  .l-header .l-navigation__menu li.cv-form a:hover span, .l-header .l-navigation__menu li.cv-form.active a span {
    color: #fff;
    background-color: #FF8A02;
  }
  .mobileMenu,
.l-mnaviCircle {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1170px) {
  .l-header {
    height: 100px;
  }
  .l-header__title .l-item1 {
    height: 100px;
  }
  .l-header__title .l-item1 .milmecLogo {
    width: 200px;
    padding-left: 20px;
  }
  .l-header__title .l-item1 .milmecInfo {
    padding-left: 20px;
  }
  .l-header .l-navigation__menu li a {
    padding: 0 10px;
  }
  .l-header .mobileMenu {
    margin-top: 25px;
    margin-right: 25px;
  }
}
/*----------------------------------
[▼]top-mainVisual
----------------------------------*/
@keyframes typoEffect {
  0% {
    opacity: 0;
    transform: scale(0) skewX(-7deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) skewX(-7deg);
  }
}
.top-mainVisual {
  width: 100%;
  margin: 0 auto;
  display: table;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.top-mainVisual__text {
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 3;
  padding: 0.5em 1em;
  border: 1px solid rgba(255, 255, 255, 0.65);
  display: inline-block;
  background: rgba(0, 0, 0, 0.65);
}
.top-mainVisual__title {
  position: relative;
  z-index: 2;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.top-mainVisual__title .l-text {
  display: block;
  text-align: center;
  padding: 5px 0;
  margin: 5px auto;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.top-mainVisual__title .l-text img {
  max-width: 335px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
.top-mainVisual__title .l-news {
  text-align: center;
  padding: 5px 0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-shadow: 0px 0px 5px #000;
  animation: typoEffect 1s;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(1) skewX(-7deg);
}
.top-mainVisual__screen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.top-mainVisual__screen img {
  width: 100%;
  transform: scale(2);
  opacity: 0.1;
  filter: brightness(2);
  transition: all 0.5s;
}
.top-mainVisual__screen.u-motion img {
  transform: scale(1);
  opacity: 1;
  filter: brightness(1);
}

@media all and (max-width: 767px) {
  .top-aid {
    content: "";
    display: block;
    height: 50px;
    width: 100%;
  }
  .top-mainVisual {
    height: calc(50vh - 50px);
    display: table;
    overflow: hidden;
  }
  .top-mainVisual__text {
    top: 9px;
    right: 9px;
    z-index: 2;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .top-mainVisual__title .l-text {
    padding: 3px 0;
  }
  .top-mainVisual__title .l-text img {
    width: 60%;
    max-width: 300px;
  }
  .top-mainVisual__title .l-news {
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 3px 10px;
    margin-top: 5px;
  }
  .top-mainVisual__screen {
    min-width: 670px;
  }
}
@media all and (min-width: 768px) {
  .top-aid {
    display: none;
  }
  .top-mainVisual {
    height: 610px;
  }
  .top-mainVisual__text {
    top: 25px;
    right: 25px;
    font-size: 1.5rem;
  }
  .top-mainVisual__title .l-text {
    font-size: 1.7rem;
    padding: 5px 0;
  }
  .top-mainVisual__title .l-text img {
    padding-top: 7px;
  }
  .top-mainVisual__title .l-news {
    font-size: 3rem;
    padding: 5px 15px;
    margin-top: 10px;
  }
  .top-mainVisual__screen {
    min-width: 1280px;
  }
}
/*----------------------------------
[▼]l-main wrapper and pageVisual
----------------------------------*/
.l-main {
  width: 100%;
}
.l-main__wrap {
  width: 100%;
  margin: 0 auto;
}
.l-main__title {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.l-main__title .t-path {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  color: #666;
}
.l-main__title .t-path a {
  background: url("../images/item-linkarrow_g.svg") no-repeat center right;
  background-size: 5px;
}
.l-main__title .pv-wrap {
  width: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.l-main__title .pv-wrap .p-title {
  color: #3F535D;
}
.l-main__title .pv-wrap .p-info {
  margin: 0;
  color: #666;
}

@media all and (max-width: 767px) {
  .l-main__wrap {
    padding: 20px 20px 1px 20px;
  }
  .l-main:before {
    content: "";
    display: block;
    height: 50px;
    width: 100%;
  }
  .l-main.top:before {
    display: none;
  }
  .l-main__title {
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
  }
  .l-main__title .t-path {
    padding: 10px;
    font-size: 1.2rem;
  }
  .l-main__title .t-path a {
    padding-right: 10px;
    margin-right: 10px;
  }
  .l-main__title .pv-wrap {
    padding: 20px;
  }
  .l-main__title .pv-wrap .p-title {
    font-size: 2rem;
  }
  .l-main__title .pv-wrap .p-info {
    font-size: 1.35rem;
  }
  .l-main .p-visual {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .l-main .p-visual img {
    width: 1000px;
    max-width: 1000px;
    opacity: 0.85;
  }
}
@media all and (min-width: 768px) {
  .l-main__wrap {
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
  }
  .l-main__title .t-path {
    padding: 20px 25px;
    font-size: 1.35rem;
  }
  .l-main__title .t-path a {
    padding-right: 20px;
    margin-right: 20px;
  }
  .l-main__title .pv-wrap {
    position: absolute;
    padding: 30px 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .l-main__title .pv-wrap .p-title {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .l-main__title .pv-wrap .p-info {
    margin: 0;
    color: #666;
  }
  .l-main__title .p-visual img {
    width: 100%;
  }
}
/*----------------------------------
[▼]layout grid
----------------------------------*/
.style1 .c-box {
  width: 100%;
}
.style1 .c-box p.u-topMessage {
  text-align: center;
  margin: 0;
  font-weight: bold;
  color: #FCA518;
}

@media all and (max-width: 767px) {
  .l-gridLayout {
    width: 100%;
  }
  .c-box + .c-box {
    margin-top: 20px;
  }
}
@media all and (min-width: 1025px) {
  .l-gridLayout {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    max-width: 1024px;
    min-width: 768px;
    margin: 0 auto;
  }
  .l-gridLayout.u-display-min {
    width: 768px;
    align-content: space-between;
  }
  .l-gridLayout.u-display-wide {
    max-width: 1280px;
  }
  .l-gridLayout.style1 {
    width: calc(100% - 200px);
  }
  .style2 .c-box {
    width: calc(50% - 15px);
  }
  .style2 .c-box:nth-child(odd) {
    margin-right: 15px;
  }
  .style2 .c-box:nth-child(even) {
    margin-left: 15px;
  }
  .style3 .c-box {
    width: calc(33.3333% - 16px);
    margin: 0px 8px 16px 8px;
  }
  .style3 .c-box:nth-child(1), .style3 .c-box:nth-child(3n+1) {
    margin-right: 16px;
    margin-left: 0;
  }
  .style3 .c-box:nth-child(3n+3), .style3 .c-box.adjust3 {
    margin-left: 16px;
    margin-right: 0;
  }
  .style4 .c-box {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .c-box p.u-padR {
    padding-right: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .l-gridLayout {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .l-gridLayout.style3 {
    justify-content: center;
  }
  .l-gridLayout.style3 .c-box {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .l-gridLayout.style3 .c-box:nth-child(odd) {
    margin-right: 15px;
  }
  .l-gridLayout.style3 .c-box:nth-child(even) {
    margin-left: 15px;
  }
}
/*----------------------------------
[▼]l-conversion
----------------------------------*/
.l-conversion__wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #E5EFF6;
}
.l-conversion .i-cvtext .inbox1 {
  background: url("../images/cvitem_ill.png") no-repeat 95% bottom;
}
.l-conversion .i-cvtext .inbox1 .ctitle {
  color: #1D68A0;
}
.l-conversion .i-cvtext .inbox1 .ctext {
  color: #3F535D;
  font-weight: bold;
}
.l-conversion .i-cvtext .inbox2 img {
  width: 100%;
}
.l-conversion .i-cv_btns {
  text-align: center;
}
.l-conversion .i-cv_btns .cvbtn {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s;
  background-color: #5192C3;
  background-repeat: no-repeat;
}
.l-conversion .i-cv_btns .cvbtn.tel {
  background-image: url("../images/cvitem_tel.svg");
}
.l-conversion .i-cv_btns .cvbtn.tel span {
  display: inline-block;
  transform: scale(1.2);
}
.l-conversion .i-cv_btns .cvbtn.form {
  background-image: url("../images/cvitem_form.svg");
}
.l-conversion .i-cv_btns .cvbtn:hover {
  background-color: #fff;
  color: #5192C3;
}
.l-conversion .i-cv_btns .cvbtn:hover.tel {
  background-image: url("../images/cvitem_tel_ac.svg");
}
.l-conversion .i-cv_btns .cvbtn:hover.form {
  background-image: url("../images/cvitem_form_ac.svg");
}

@media all and (max-width: 767px) {
  .l-conversion {
    margin-bottom: 30px;
  }
  .l-conversion__wrap {
    border-radius: 10px;
    padding: 30px;
  }
  .l-conversion .i-cvtext {
    padding-bottom: 30px;
  }
  .l-conversion .i-cvtext .inbox1 {
    background-size: 60px;
    padding-top: 10px;
    background-position: 100% -5px;
  }
  .l-conversion .i-cvtext .inbox1 .ctitle {
    font-size: 2.3rem;
  }
  .l-conversion .i-cvtext .inbox1 .ctext {
    font-size: 1.5rem;
  }
  .l-conversion .i-cvtext .inbox2 {
    text-align: center;
  }
  .l-conversion .i-cvtext .inbox2 img {
    width: 60%;
  }
  .l-conversion .i-cv_btns .cvbtn {
    width: 100%;
    max-width: 400px;
    border-radius: 30px;
    font-size: 1.9rem;
    padding: 15px 20px;
    background-position: 7% center;
    margin-bottom: 15px;
  }
  .l-conversion .i-cv_btns .cvbtn.tel {
    background-size: 25px;
  }
  .l-conversion .i-cv_btns .cvbtn.tel span {
    transform: scale(1.2);
  }
  .l-conversion .i-cv_btns .cvbtn.form {
    background-size: 25px;
  }
}
@media all and (min-width: 768px) {
  .l-conversion {
    margin-bottom: 50px;
  }
  .l-conversion__wrap {
    max-width: 1000px;
    border-radius: 10px;
    padding: 50px;
  }
  .l-conversion .i-cvtext {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
  }
  .l-conversion .i-cvtext .inbox1 {
    background: url("../images/cvitem_ill.png") no-repeat 85% 80%;
    background-size: 90px;
    padding-left: 20px;
    width: 65%;
  }
  .l-conversion .i-cvtext .inbox1 .ctitle {
    font-size: 3rem;
  }
  .l-conversion .i-cvtext .inbox1 .ctext {
    font-size: 1.6rem;
    padding-right: 165px;
  }
  .l-conversion .i-cvtext .inbox2 {
    width: 35%;
    text-align: left;
  }
  .l-conversion .i-cvtext .inbox2 img {
    padding-right: 30px;
  }
  .l-conversion .i-cv_btns {
    display: flex;
    flex-wrap: wrap;
  }
  .l-conversion .i-cv_btns .cvbtn {
    width: 400px;
    text-align: center;
    border-radius: 30px;
    font-size: 2.3rem;
    padding: 20px 30px;
    background-position: 7% center;
  }
  .l-conversion .i-cv_btns .cvbtn.tel {
    background-size: 30px;
  }
  .l-conversion .i-cv_btns .cvbtn.tel span {
    transform: scale(1.2);
  }
  .l-conversion .i-cv_btns .cvbtn.form {
    background-size: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1170px) {
  .l-conversion .i-cv_btns {
    margin-top: -20px;
  }
  .l-conversion .i-cv_btns .cvbtn {
    margin-bottom: 20px;
  }
}
/*----------------------------------
[▼]pageTop button
----------------------------------*/
.u-pageTop {
  text-align: right;
  position: sticky;
  z-index: 8;
  opacity: 1;
  float: right;
  display: inline-block;
}
.u-pageTop:after {
  content: "";
  display: block;
  clear: both;
}
.u-pageTop__btn {
  background: #5192C3 url("../images/menuitem_totop.svg") no-repeat center center;
  display: inline-block;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 3px;
}
.u-pageTop__btn span {
  opacity: 0;
}
.u-pageTop__btn:hover {
  text-decoration: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  background-color: #99C3E2;
}

@media all and (max-width: 767px) {
  .u-pageTop {
    padding-right: 20px;
    bottom: 30px;
    margin-bottom: 20px;
  }
  .u-pageTop__btn {
    background-size: 12px;
    width: 40px;
    height: 40px;
  }
}
@media all and (min-width: 768px) {
  .u-pageTop {
    padding-right: 30px;
    bottom: 30px;
    margin-bottom: 30px;
  }
  .u-pageTop__btn {
    background-size: 12px;
    width: 45px;
    height: 45px;
  }
}
/*----------------------------------
[▼]l-footer
----------------------------------*/
.l-footer {
  background-color: #3F535D;
  width: 100%;
  clear: both;
}
.l-footer__title .ft-name {
  color: #fff;
}
.l-footer__links {
  color: #fff;
}
.l-footer__links a {
  color: #fff;
}
.l-footer__links li {
  font-size: 1.3rem;
  padding: 2px 0;
}

.copyrightArea {
  color: #fff;
}
.copyrightArea__text {
  font-size: 1.2rem;
  padding: 7px;
  margin: 0;
}

.copy-caz {
  color: #000;
  background: #d2c9ca;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .l-footer {
    margin-top: 30px;
  }
  .l-footer__title {
    padding: 20px 30px;
  }
  .l-footer__title img {
    width: 180px;
  }
  .l-footer__links {
    padding: 0px 30px;
  }
  .l-footer__links.link-v1 {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .copyrightArea__text {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
  }
  .copy-caz {
    padding: 15px 0;
  }
  .copy-caz p {
    font-size: 1.2rem;
  }
  .copy-caz p a img {
    padding-bottom: 10px;
    width: 200px;
  }
}
@media all and (min-width: 1025px) {
  .l-footer__title {
    width: 1024px;
    margin: 0 auto;
    display: table;
    padding-top: 50px;
  }
  .l-footer__title .ft-logo {
    width: 210px;
    display: table-cell;
    vertical-align: middle;
  }
  .l-footer__title .ft-logo img {
    width: 100%;
  }
  .l-footer__title .ft-name {
    padding-left: 25px;
    display: table-cell;
    vertical-align: middle;
  }
  .l-footer__linkWrap {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .l-footer__links.link-v2 {
    width: 33%;
  }
  .l-footer__links.link-v1 {
    width: 66%;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    padding-left: 50px;
  }
  .copyrightArea {
    padding: 25px;
  }
  .copyrightArea__text {
    text-align: right;
  }
  .copy-caz {
    padding: 25px 0;
    font-size: 1.3rem;
  }
  .copy-caz img {
    width: 260px;
  }
}
/*----------------------------------
[▼]i-topArea1
>top-checkpoint ~ 3point setting
----------------------------------*/
/*
[▽l-checkpoint]
----------------------------------*/
@media all and (max-width: 767px) {
  @keyframes baloon {
    0% {
      transform: translateY(25px);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(25px);
    }
  }
}
@media all and (min-width: 768px) {
  @keyframes baloon {
    0% {
      transform: translateY(25px);
    }
    50% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(25px);
    }
  }
}
.l-checkpoint {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.l-checkpoint .lcp-img {
  position: relative;
}
.l-checkpoint .lcp-img img {
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.85));
}
.l-checkpoint .lcp-text .in-wrap {
  background: #F0EEEF;
  position: relative;
  display: table;
  width: 100%;
}
.l-checkpoint .lcp-text__item1 {
  position: absolute;
  display: block;
  animation: baloon 2s infinite;
}
.l-checkpoint .lcp-text__item1 img {
  filter: drop-shadow(0px 0px 5px white);
}
.l-checkpoint .lcp-text__item2 {
  display: table-cell;
  vertical-align: middle;
  background: url("../images/top-item-now2.svg") no-repeat center center;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.l-checkpoint .lcp-text__item3 {
  background: url("../images/top-item-now3.png") no-repeat 95% center;
}
.l-checkpoint .lcp-text__item3 li {
  background: url("../images/top-item-now4.svg") no-repeat center left;
  background-size: 13px;
  padding: 3px 7px 3px 15px;
}

@media all and (max-width: 767px) {
  .l-checkpoint {
    margin: 0 auto;
  }
  .l-checkpoint .lcp-img {
    display: none;
  }
  .l-checkpoint .lcp-text {
    background: #3F535D;
    width: 100%;
  }
  .l-checkpoint .lcp-text .in-wrap {
    margin: 11px 10px;
    width: calc(100% - 20px);
    border-radius: 5px;
  }
  .l-checkpoint .lcp-text__item1 {
    position: absolute;
    top: -45px;
    left: 5px;
  }
  .l-checkpoint .lcp-text__item1 img {
    width: 85px;
  }
  .l-checkpoint .lcp-text__item2 {
    display: block;
    font-size: 2rem;
    padding: 1px 0;
    background-size: 150px;
  }
  .l-checkpoint .lcp-text__item3 {
    background-position: center right;
    background-size: 70px;
    margin: 15px;
  }
  .l-checkpoint .lcp-text__item3 li {
    font-size: 1.35rem;
    text-shadow: 0px 0px 3px #fff;
  }
}
@media all and (min-width: 768px) {
  .l-checkpoint {
    width: calc(100% - 100px);
    max-width: 1024px;
    margin: 0px auto 0 auto;
    padding-top: 80px;
  }
  .l-checkpoint .lcp-img {
    width: 250px;
    top: -30px;
  }
  .l-checkpoint .lcp-text {
    margin-left: auto;
    width: calc(96% - 250px);
  }
  .l-checkpoint .lcp-text .in-wrap {
    background: #F0EEEF;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px #000;
    border-radius: 20px;
  }
  .l-checkpoint .lcp-text__item1 {
    top: -45px;
    left: -45px;
  }
  .l-checkpoint .lcp-text__item1 img {
    width: 100px;
  }
  .l-checkpoint .lcp-text__item2 {
    font-size: 2.2rem;
    line-height: 1.6;
    width: 35%;
    padding-left: 30px;
  }
  .l-checkpoint .lcp-text__item3 {
    background-size: 100px;
    padding: 30px 0px;
  }
}
/*
[▽i-topArea1] top3points
----------------------------------*/
.i-topArea1 {
  background: linear-gradient(#f1a841 0%, #fbe2b8 100%);
}
.i-topArea1__title h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.i-topArea1__title h2 .t-grad {
  display: inline-block;
  background: url("../images/top-item-wgrad.svg") no-repeat bottom center;
  padding-left: 5px;
  padding-right: 5px;
}
.i-topArea1__layout .top3points {
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 10px;
  border: 5px solid #FDF5E7;
  opacity: 0.5;
  transform: scale(0.5);
  transition: all 0.3s ease-in-out;
}
.i-topArea1__layout .top3points.d2 {
  transition-delay: 200ms;
}
.i-topArea1__layout .top3points.d3 {
  transition-delay: 400ms;
}
.i-topArea1__layout .top3points.u-motion {
  opacity: 1;
  transform: scale(1);
}
.i-topArea1__layout .top3points .t3-tablet {
  position: relative;
  top: -20px;
}
.i-topArea1__layout .top3points .t3-tablet img {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9));
}
.i-topArea1__layout .top3points .t3-icon {
  color: #3F535D;
  font-weight: bold;
}
.i-topArea1__layout .top3points .t3-icon.pt1 {
  background: url("../images/top-icon_search.svg") no-repeat 5% center;
}
.i-topArea1__layout .top3points .t3-icon.pt2 {
  background: url("../images/top-icon_camera.svg") no-repeat 5% center;
}
.i-topArea1__layout .top3points .t3-icon.pt3 {
  background: url("../images/top-icon_tablet.svg") no-repeat 5% center;
}
.i-topArea1__layout .top3points .link_btn {
  display: block;
  background: #fff url("../images/item-linkarrow_b.svg") no-repeat 93% center;
  border-radius: 10px;
  font-weight: bold;
  border: 1px solid #5192C3;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.i-topArea1__layout .top3points .link_btn:hover {
  background: #5192C3 url("../images/item-linkarrow_w.svg") no-repeat 96% center;
  color: #fff;
}

@media all and (max-width: 767px) {
  .i-topArea1 {
    padding-bottom: 100px;
  }
  .i-topArea1__title h2 {
    font-size: 2.3rem;
    line-height: 1.5;
    margin: 30px 0 45px 0;
  }
  .i-topArea1__layout .top3points {
    margin: 15px 15px 30px 15px;
  }
  .i-topArea1__layout .top3points .t3-tablet {
    top: -20px;
  }
  .i-topArea1__layout .top3points .t3-icon {
    font-size: 2rem;
    margin-top: -15px;
    margin-bottom: 5px;
  }
  .i-topArea1__layout .top3points .t3-icon.pt1 {
    background-size: 40px;
  }
  .i-topArea1__layout .top3points .t3-icon.pt2 {
    background-size: 40px;
  }
  .i-topArea1__layout .top3points .t3-icon.pt3 {
    background-size: 40px;
    padding-left: 25px;
  }
  .i-topArea1__layout .top3points .t3-img {
    padding: 10px;
  }
  .i-topArea1__layout .top3points .link_btn {
    width: 90%;
    font-size: 1.5rem;
    padding: 15px 30px 15px 15px;
    margin: 5px auto 30px auto;
  }
}
@media all and (min-width: 768px) {
  .i-topArea1 {
    padding-bottom: 150px;
  }
  .i-topArea1__title h2 {
    font-size: 3.5rem;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  .i-topArea1__layout .top3points {
    border-radius: 10px;
    border: 5px solid #FDF5E7;
  }
  .i-topArea1__layout .top3points .t3-tablet {
    top: -20px;
  }
  .i-topArea1__layout .top3points .t3-icon {
    font-size: 2.3rem;
    margin-top: -15px;
  }
  .i-topArea1__layout .top3points .t3-icon.pt1 {
    background-size: 40px;
  }
  .i-topArea1__layout .top3points .t3-icon.pt2 {
    background-size: 40px;
  }
  .i-topArea1__layout .top3points .t3-icon.pt3 {
    background-size: 35px;
    padding-left: 25px;
  }
  .i-topArea1__layout .top3points .t3-img {
    padding: 10px;
  }
  .i-topArea1__layout .top3points .link_btn {
    position: absolute;
    bottom: 20px;
    right: -20px;
    font-size: 1.5rem;
    padding: 15px 30px 15px 15px;
  }
}
/*----------------------------------
[▼]i-topArea2
----------------------------------*/
.i-topArea2__title {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.i-topArea2__title .in-box2 img {
  width: 100%;
}
.i-topArea2__title .area2-key {
  font-size: 1.5rem;
  color: #FCA518;
}
.i-topArea2__title .area2-key span {
  color: #ccc;
  display: inline-block;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #FF8A02;
  font-size: 1.3rem;
}
.i-topArea2__title .area2-title {
  line-height: 1.6;
}
.i-topArea2__layout {
  margin: 0 auto;
}
.i-topArea2__layout .tm_right {
  position: relative;
}
.i-topArea2__layout .tm_right .tmr1 img {
  opacity: 0;
  transform: rotate(15deg) scale(0);
  transition: all 1s;
}
.i-topArea2__layout .tm_right .tmr1.u-motion img {
  opacity: 0.5;
  transform: rotate(15deg) scale(1);
}
.i-topArea2__layout .tm_right .tmr2 img {
  opacity: 0;
  transform: rotate(-10deg) scale(0);
  transition: all 1s;
}
.i-topArea2__layout .tm_right .tmr2.u-motion img {
  opacity: 0.5;
  transform: rotate(-10deg) scale(1);
}

/*
[▽]funcList
-------------------------------*/
.funcList__menu {
  position: relative;
  z-index: 2;
}
.funcList__menu .items {
  display: table;
}
.funcList__menu .items a,
.funcList__menu .items .i-nolink {
  text-decoration: none;
  display: block;
  background: #fff;
  border-radius: 7px;
  border: 1px solid #BFBFBF;
  margin: 7px 5px;
}
.funcList__menu .items a:hover {
  border-color: #FCA518;
  background-color: #fffbf4;
}
.funcList__menu .items .i-nolink {
  color: #666;
}
.funcList__menu .items .i-icons {
  display: table-cell;
  vertical-align: middle;
  padding: 13px;
  text-align: center;
}
.funcList__menu .items .i-title {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5;
}
.funcList__menu .items .i-title .i-dt {
  color: #3F535D;
  font-weight: normal;
}
.funcList p {
  display: inline-block;
  border-bottom: 2px solid #5192C3;
}
.funcList p a {
  display: inline-block;
  background: url(../images/linkitem_arrowB.svg) no-repeat 96% center;
  transition: all 0.2s;
  text-decoration: none;
}
.funcList p a:hover {
  background-position: 99% center;
}

@media all and (max-width: 767px) {
  .i-topArea2 {
    background: url("../images/top-item-bassgrad-sp.svg") no-repeat center top;
    background-size: 100%;
    margin-top: -100px;
  }
  .i-topArea2__title {
    padding-top: 50px;
  }
  .i-topArea2__title .area2-key {
    padding-top: 10px;
    padding-left: 15px;
  }
  .i-topArea2__title .area2-title {
    font-size: 2.5rem;
    line-height: 1.6;
    padding: 50px 30px 10px 30px;
  }
  .i-topArea2__title .area2-text {
    font-size: 1.5rem;
    padding: 0px 30px;
    margin-bottom: 0;
    line-height: 2;
  }
  .i-topArea2__layout .funcList {
    padding: 15px;
  }
  .i-topArea2__layout .tm_right {
    display: none;
  }
  .funcList {
    margin-top: 0px;
  }
  .funcList__menu .items {
    display: block;
  }
  .funcList__menu .items .i-title {
    font-size: 1.5rem;
  }
  .funcList__menu .items .i-title .i-dt {
    font-size: 1.15rem;
  }
  .funcList p {
    text-align: left;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin: 15px auto 30px auto;
    width: 100%;
    padding-left: 10px;
  }
  .funcList p a {
    background-size: 40px;
    width: 100%;
    margin: 0 auto;
    background-position: center right;
    font-weight: bold;
  }
  .funcList p a:hover {
    background-position: center right;
  }
}
@media all and (min-width: 768px) {
  .i-topArea2 {
    background: url("../images/top-item-bassgrad.svg") no-repeat center top;
    background-size: 100%;
    margin-top: -130px;
  }
  .i-topArea2__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 80px);
    max-width: 1280px;
    padding-top: 70px;
  }
  .i-topArea2__title .in-box1 {
    width: 60%;
  }
  .i-topArea2__title .in-box2 {
    width: 40%;
  }
  .i-topArea2__title .area2-key {
    padding-left: 50px;
  }
  .i-topArea2__title .area2-title {
    font-size: 3.5rem;
    line-height: 1.6;
    padding: 80px 60px 10px 50px;
  }
  .i-topArea2__title .area2-text {
    font-size: 1.6rem;
    padding: 0px 60px 0 50px;
    line-height: 2;
  }
  .i-topArea2__layout {
    width: calc(100% - 80px);
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
  }
  .i-topArea2__layout .funcList {
    padding-left: 40px;
    padding-top: 15px;
    width: 80%;
  }
  .i-topArea2__layout .tm_right {
    width: 20%;
    top: -50px;
  }
  .i-topArea2__layout .tm_right .tmr1 img {
    width: 80%;
  }
  .i-topArea2__layout .tm_right .tmr2 img {
    width: 70%;
  }
  .funcList__menu {
    display: flex;
    flex-wrap: wrap;
  }
  .funcList__menu .items {
    width: 33.3333%;
  }
  .funcList__menu .items .i-title {
    font-size: 1.5rem;
  }
  .funcList__menu .items .i-title .i-dt {
    font-size: 1.15rem;
  }
  .funcList p {
    font-size: 2rem;
    padding-bottom: 7px;
    padding-left: 5px;
    margin-top: 50px;
  }
  .funcList p a {
    background-size: 40px;
    padding-right: 50px;
  }
  .p-chapter + .funcList {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1170px) {
  .i-topArea2__title .area2-title,
.i-topArea2__title .area2-text {
    padding-left: 30px;
  }
  .i-topArea2__layout .funcList {
    padding-left: 30px;
    width: 85%;
  }
  .i-topArea2__layout .tm_right {
    width: 15%;
  }
}
/*
[▼]pageLayout common
-------------------------------*/
.l-pageLayout.theme-g {
  background: linear-gradient(#E5EFF6 0%, #fff 100%);
  border-bottom: 1px solid #c4c4c4;
}
.l-pageLayout.theme-y {
  background: #FFFCF7;
}
.l-pageLayout .p-wrapper {
  margin: 0 auto;
}
.l-pageLayout .p-chapter {
  display: table;
  width: 100%;
}
.l-pageLayout .p-chapter .p-icon {
  display: table-cell;
  vertical-align: middle;
}
.l-pageLayout .p-chapter .p-icon img {
  vertical-align: middle;
}
.l-pageLayout .p-chapter .p-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  color: #3F535D;
}
.l-pageLayout .p-chapter .p-text .desc {
  display: inline-block;
  color: #666;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .l-pageLayout {
    padding: 30px 0;
  }
  .l-pageLayout .p-wrapper {
    width: calc(100% - 30px);
  }
  .l-pageLayout .p-chapter {
    padding-bottom: 15px;
  }
  .l-pageLayout .p-chapter .p-icon {
    width: 40px;
  }
  .l-pageLayout .p-chapter .p-icon img {
    width: 35px;
  }
  .l-pageLayout .p-chapter .p-text {
    padding-left: 7px;
    font-size: 2rem;
  }
  .l-pageLayout .p-chapter .p-text .desc {
    padding-left: 12px;
    font-size: 1.3rem;
  }
  .l-pageLayout .p-chapter.sp-topicon .p-icon,
.l-pageLayout .p-chapter.sp-topicon .p-text {
    vertical-align: top;
  }
  .l-pageLayout .p-chapter.sp-topicon .p-text .desc {
    display: block;
    padding-left: 0px;
  }
}
@media all and (min-width: 768px) {
  .l-pageLayout {
    padding: 60px 0 40px 0;
  }
  .l-pageLayout .p-wrapper {
    width: calc(100% - 80px);
    max-width: 1080px;
  }
  .l-pageLayout .p-chapter {
    padding-bottom: 20px;
  }
  .l-pageLayout .p-chapter .p-icon {
    width: 50px;
  }
  .l-pageLayout .p-chapter .p-icon img {
    width: 45px;
  }
  .l-pageLayout .p-chapter .p-text {
    padding-left: 15px;
    font-size: 2.3rem;
  }
  .l-pageLayout .p-chapter .p-text .desc {
    padding-left: 30px;
    font-size: 1.5rem;
  }
}
/*
[▽] gallery at guide page
-------------------------------*/
.l-gallery {
  margin: 0 auto;
}
.l-gallery .items {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(81, 146, 195, 0.5);
  text-decoration: none;
}
.l-gallery .items .item_tm {
  padding: 10px;
  display: block;
}
.l-gallery .items .item_tm img {
  width: 100%;
}
.l-gallery .items .item_cap {
  display: block;
  line-height: 1.5;
  color: #666;
}
.l-gallery .items .item_cap.textLeft {
  text-align: left;
}
.l-gallery .items:hover, .l-gallery .items:active, .l-gallery .items:focus {
  opacity: 0.85;
  box-shadow: 0px 0px 5px #ff8a02;
}
.l-gallery .items:hover .item_cap, .l-gallery .items:active .item_cap, .l-gallery .items:focus .item_cap {
  color: #FF8A02;
}
.l-gallery .items.textOnly {
  width: 100%;
}
.l-gallery .items.textOnly .item_cap {
  padding: 30px 40px;
  text-align: left;
}

@media all and (max-width: 767px) {
  .l-gallery .items {
    display: block;
    margin: 15px 15px 30px 15px;
  }
  .l-gallery .items .item_cap {
    font-size: 1.4rem;
    padding: 10px 20px 15px;
  }
  .l-gallery .items.textOnly {
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .l-gallery {
    max-width: 1024px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .l-gallery .items {
    width: calc(50% - 30px);
    margin: 0px 15px 30px 15px;
  }
  .l-gallery .items .item_cap {
    font-size: 1.5rem;
    padding: 10px 20px 25px 20px;
    display: block;
  }
  .l-gallery .items.flex {
    display: flex;
    width: 100%;
  }
  .l-gallery .items.flex .item_tm {
    width: 50%;
    padding: 10px 20px 25px;
  }
  .l-gallery .items.flex .item_cap {
    width: 50%;
    padding: 30px 40px;
  }
}
/*
[▽] table contents(plan,form)
-------------------------------*/
.basicTable {
  width: 100%;
  margin: 10px auto;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.basicTable th,
.basicTable td {
  line-height: 1.5;
  border-right: 1px solid #ddd;
  width: 33.3333%;
}
.basicTable.all-center {
  text-align: center;
}
.basicTable th,
.basicTable td {
  border-top: 1px solid #ddd;
  background: #fff;
}
.basicTable.theme-o th {
  background: rgba(255, 245, 229, 0.5);
  color: #FF8A02;
}
.basicTable.theme-o th:first-child {
  background: #FFF5E5;
}
.basicTable.theme-g th {
  background: rgba(240, 238, 239, 0.5);
  color: #3F535D;
}
.basicTable.theme-g th:first-child {
  background: #F0EEEF;
}
.basicTable.theme-f th {
  text-align: left;
  font-weight: normal;
  background: rgba(240, 238, 239, 0.5);
  vertical-align: top;
}
.basicTable .costinfo_wrap .cost-add {
  background: url("../images/icon-plus_min.svg") no-repeat 5% center;
  line-height: 1.5;
}
.basicTable .costinfo_wrap .cost-it {
  border-bottom: 2px solid #FF8A02;
  line-height: 1.5;
}
.basicTable .l-specs {
  display: flex;
  flex-wrap: wrap;
}
.basicTable .l-specs .i-name {
  display: inline-block;
  line-height: 2;
}
.basicTable .l-specs .i-data {
  display: inline-block;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .versionInfo {
    font-size: 1.5rem;
  }
  .basicTable th,
.basicTable td {
    font-size: 1.4rem;
    padding: 10px;
  }
  .basicTable.theme-f th {
    width: 30%;
    vertical-align: top;
  }
  .basicTable.theme-f td {
    width: 70%;
  }
  .basicTable .costinfo_wrap .cost-add {
    background: none;
    display: block;
    font-size: 1.3rem;
  }
  .basicTable .costinfo_wrap .cost-it {
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 1.5;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .basicTable .l-specs .i-name {
    width: 35%;
  }
  .basicTable .l-specs .i-data {
    width: 65%;
  }
  .basicTable.formArea th,
.basicTable.formArea td {
    width: 100%;
    display: block;
  }
}
@media all and (min-width: 768px) {
  .versionInfo {
    font-size: 1.7rem;
  }
  .basicTable th,
.basicTable td {
    font-size: 1.6rem;
    padding: 20px;
  }
  .basicTable.theme-f th {
    width: 25%;
    vertical-align: top;
  }
  .basicTable.theme-f td {
    width: 75%;
  }
  .basicTable .costinfo_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.5rem;
  }
  .basicTable .costinfo_wrap .cost-add {
    padding-left: 50px;
    background-size: 20px;
  }
  .basicTable .costinfo_wrap .cost-it {
    text-align: right;
    margin-left: auto;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  .basicTable .l-specs .i-name {
    width: 21%;
  }
  .basicTable .l-specs .i-data {
    width: 79%;
  }
  .basicTable.formArea {
    max-width: 950px;
    margin-top: 30px;
  }
  .basicTable.formArea th {
    vertical-align: middle;
  }
}
/*
formArea inputs
--------------------------------*/
.formArea input,
.formArea textarea {
  padding: 0.5em;
  font-size: 16px;
}
.formArea__label {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.formArea__label .status1 {
  margin-left: auto;
  display: inline-block;
  background: #E61919;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 3px 6px;
  border-radius: 4px;
}

.form-submit {
  text-align: center;
  margin: 15px auto;
}
.form-submit__btn {
  padding: 10px 45px;
  background: #5192C3;
  color: #fff;
  border-style: none;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 16px;
  border-radius: 30px;
}
.form-submit__btn:hover {
  background: #FCA518;
}
.form-submit__btn.back {
  background: #eee;
  color: #000;
  margin-right: 10px;
}
.form-submit__btn.back:hover {
  background: #ddd;
}

.flow_icon {
  text-align: center;
  background: url("../images/item-flow-bottom.svg") no-repeat center center;
  height: 60px;
  background-size: 50px;
}

.about-zoom {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
  color: #666;
}

.i-privacy {
  text-align: center;
  border-top: 1px solid #ddd;
}

.i-thanks {
  line-height: 2;
}

@media all and (max-width: 767px) {
  .formArea input,
.formArea textarea {
    width: 100%;
    margin-bottom: 15px;
  }
  .formArea td.f-conf {
    padding: 30px;
  }
  .form-submit {
    margin-bottom: 40px;
  }
  .form-submit__btn {
    font-size: 1.7rem;
    max-width: 300px;
  }
  .i-privacy {
    padding-top: 30px;
    margin-top: 30px;
  }
  .i-thanks {
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 30px;
  }
}
@media all and (min-width: 768px) {
  .i-privacy {
    padding: 30px 0;
    margin: 80px 0 0 0;
  }
  .i-thanks {
    font-size: 1.7rem;
    padding: 0 60px;
  }
}
/*------------------------------
feature page LP(version2)
--------------------------------*/
@keyframes anime1 {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes anime2 {
  0% {
    bottom: -10px;
    opacity: 0.5;
  }
  50% {
    bottom: 0px;
    opacity: 1;
  }
  100% {
    bottom: -10px;
    opacity: 0.5;
  }
}
@keyframes anime3 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes anime4 {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    width: 70%;
    opacity: 1;
  }
}
.lp-main {
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.lp-main__content {
  width: 100%;
  position: relative;
}
.lp-main__content .wrap {
  margin: 0 auto;
}
.lp-main__content .t-path {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  color: #666;
}
.lp-main__content .t-path a {
  background: url("../images/item-linkarrow_g.svg") no-repeat center right;
  background-size: 5px;
}
.lp-main__head {
  background: url("../images/feature/v2main-grad.svg") no-repeat center center;
  background-size: contain;
  transform: scale(1);
  opacity: 1;
  animation: anime1 0.5s alternate;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.lp-main__head .h-wrap {
  margin: 0 auto;
}
.lp-main__head .h-wrap span img {
  width: 100%;
}
.lp-main__head .h-wrap .elem2 {
  position: relative;
}
.lp-main__titles {
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #3F535D;
}
.lp-main__titles span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 1em;
  line-height: 1.5;
}
.lp-main__titles.theme-o {
  color: #FCA518;
}
.lp-main__titles.theme-o:after {
  background: #FCA518;
}
.lp-main .bar-o {
  display: inline;
  border-bottom: 2px solid #FCA518;
  color: #3F535D;
}
.lp-main .stl-o {
  color: #FCA518;
}
.lp-main .stl-b {
  color: #5192C3;
}
.lp-main .emp-o {
  display: inline-block;
  background: #FFE2B2;
  color: #3F535D;
  padding: 0px 5px;
  margin: 0 5px;
  border-radius: 3px;
}
.lp-main .pageLink {
  margin: 0 auto;
  text-align: center;
}
.lp-main .pageLink__btn {
  overflow: hidden;
  display: inline-block;
  background: #fff url("../images/feature/v2icon-linkbtn.svg") no-repeat 7% center;
  border: 1px solid #5192C3;
  color: #5192C3;
  font-weight: bold;
  transition: all 0.2s;
}
.lp-main .pageLink__btn:hover {
  background-color: #5192C3;
  background-image: url("../images/feature/v2icon-linkbtnW.svg");
  color: #fff;
}
.lp-main__content1 .m-list-wrap {
  margin: 0 auto;
  position: relative;
}
.lp-main__content1 .m-list-wrap .m-list {
  background: #fff;
  border: 2px solid #FCA518;
  box-shadow: 0px 0px 10px rgba(252, 165, 24, 0.5);
}
.lp-main__content1 .m-list-wrap .m-list li {
  line-height: 1;
  font-weight: bold;
  background: url("../images/feature/v2icon-list.svg") no-repeat center left;
}
.lp-main__content1 .m-list-wrap .m-cheese {
  position: absolute;
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.lp-main__content1 .m-list-wrap .m-cheese.u-motion {
  opacity: 1;
}
.lp-main__content1 .m-text {
  margin: 0 auto;
}
.lp-main__content2.dirL {
  background: linear-gradient(#FFF5E5, #fff);
}
.lp-main__content2.dirL .c2-item-wrap .c2-text .c2-title {
  background: #fff;
  color: #fff;
  transition: all 1.5s;
}
.lp-main__content2.dirL .c2-item-wrap .c2-text .c2-title .t-upd {
  background: url("../images/feature/v2icon-arrowW.svg") no-repeat center right;
  transform: translateX(-50px);
  transition: all 0.5s;
  animation: anime3 2s infinite;
}
.lp-main__content2.dirL .c2-item-wrap .c2-text .c2-title .t-txt {
  transition: all 1s;
}
.lp-main__content2.dirL .c2-item-wrap .c2-text .c2-title.u-motion {
  background: #FCA518;
}
.lp-main__content2.dirL .c2-item-wrap .c2-text .c2-title.u-motion .t-upd {
  transform: translateX(0px);
}
.lp-main__content2.dirL .c2-item-wrap .c2-text .c2-title.u-motion .t-txt {
  transform: translateX(0px);
}
.lp-main__content2.dirL .c2-item-wrap .c2-img {
  text-align: right;
}
.lp-main__content2.dirR {
  background: #fff;
}
.lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title {
  background: #fff;
  color: #666;
  transition: all 1.5s;
}
.lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title .t-upd {
  background: url("../images/feature/v2icon-arrowO.svg") no-repeat center left;
  color: #FCA518;
  transition: all 0.5s;
  animation: anime3 2s infinite;
}
.lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title .t-txt {
  transition: all 1s;
}
.lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title.u-motion {
  background: #FFE2B2;
  color: #000;
}
.lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title.u-motion .t-upd {
  transform: translateX(0px);
}
.lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title.u-motion .t-txt {
  transform: translateX(0px);
}
.lp-main__content2 .c2-item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lp-main__content2 .c2-item-wrap .c2-text .c2-title .t-upd {
  text-align: center;
}
.lp-main__content2 .c2-item-wrap .c2-sub {
  line-height: 1.5;
  margin: 0 auto;
}
.lp-main__content2 .c2-item-wrap .c2-detail {
  margin: 0 auto;
}
.lp-main__content2 .c2-item-wrap .c2-img img {
  width: 100%;
}
.lp-main .c2-galerry {
  margin: 0 auto;
}
.lp-main .c2-galerry .c2g-item {
  text-align: center;
  transition: all 0.5s;
  transform: scale(0.5);
  opacity: 0.5;
}
.lp-main .c2-galerry .c2g-item.u-motion {
  transform: scale(1);
  opacity: 1;
}
.lp-main .c2-galerry .c2g-item img {
  display: block;
  margin: 0 auto;
}
.lp-main .c2-galerry.single .c2g-item img {
  filter: drop-shadow(0px 0px 5px rgba(252, 165, 24, 0.85));
}
.lp-main__cv-plans .cvp-item-wrap {
  margin: 0 auto;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-text .m-list li {
  font-weight: bold;
  background: url("../images/feature/v2icon-dot.svg") no-repeat center left;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-text p {
  font-weight: bold;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-text p a {
  display: inline-block;
  background: url("../images/item-linkarrow_b.svg") no-repeat 96% center;
  background-size: 8px;
  transition: all 0.2s;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-text p a:hover {
  background-position: 99% center;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-img {
  position: relative;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(0.5);
  opacity: 0.5;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-img.u-motion {
  transform: scale(1);
  opacity: 1;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-img .elem1 img {
  width: 100%;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-img .elem2 {
  text-align: center;
  position: relative;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-img .elem2 img {
  width: 100%;
}
.lp-main__cv-plans .cvp-item-wrap .cvp-img .elem2 p {
  text-align: center;
  margin-top: 0;
  color: #3F535D;
}

.v2-flow {
  text-align: center;
  padding: 20px 0;
  animation: anime2 4s infinite;
  position: relative;
}

.v2-head2 {
  background: #FFF5E5;
  text-align: center;
}
.v2-head2 h3 {
  font-weight: bold;
  text-shadow: 0px 0px 5px #fff;
}
.v2-head2 h3 strong {
  color: #FF8A02;
  display: inline-block;
  position: relative;
}
.v2-head2 h3 strong span {
  position: absolute;
  bottom: -1px;
  left: 0px;
  display: block;
  height: 3px;
  width: 100%;
  background: #FF8A02;
}

@media all and (max-width: 767px) {
  .lp-main__content .t-path {
    padding: 10px;
    font-size: 1.2rem;
  }
  .lp-main__content .t-path a {
    padding-right: 10px;
    margin-right: 10px;
  }
  .lp-main:before {
    content: "";
    display: block;
    height: 50px;
    width: 100%;
  }
  .lp-main__head {
    padding: 80px 15px 30px 15px;
    text-align: center;
    width: calc(100% - 30px);
  }
  .lp-main__head .h-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .lp-main__head .h-wrap .elem1,
.lp-main__head .h-wrap .elem2,
.lp-main__head .h-wrap .elem3 {
    display: block;
    margin: 0 auto;
  }
  .lp-main__head .h-wrap .elem1 img,
.lp-main__head .h-wrap .elem2 img,
.lp-main__head .h-wrap .elem3 img {
    width: 100%;
  }
  .lp-main__head .h-wrap .elem1 {
    width: 70px;
  }
  .lp-main__head .h-wrap .elem2 {
    width: calc(100% - 70px);
  }
  .lp-main__head .h-wrap .elem3 {
    display: none;
  }
  .lp-main__titles {
    font-size: 2rem;
    margin-top: 15px;
  }
  .lp-main__titles span {
    padding: 0 15px;
  }
  .lp-main .pageLink {
    padding: 15px 0;
  }
  .lp-main .pageLink__btn {
    padding: 15px 0px;
    border-radius: 25px;
    font-size: 1.5rem;
    width: calc(100% - 30px);
    max-width: 400px;
  }
  .lp-main__content1 .m-list-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .lp-main__content1 .m-list-wrap .m-list {
    border-radius: 10px;
    padding: 20px;
  }
  .lp-main__content1 .m-list-wrap .m-list li {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 10px 0px 10px 20px;
    background: url("../images/feature/v2icon-list.svg") no-repeat 0px 15px;
    background-size: 15px;
  }
  .lp-main__content1 .m-list-wrap .m-cheese {
    bottom: -50px;
    right: 5px;
  }
  .lp-main__content1 .m-list-wrap .m-cheese img {
    width: 150px;
  }
  .lp-main__content1 .m-list-wrap .m-cheese.u-motion {
    bottom: -10px;
  }
  .lp-main__content1 .m-text {
    font-size: 1.5rem;
    line-height: 1.85;
    padding: 30px;
  }
  .lp-main__content2 .c2-item-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .lp-main__content2 .c2-item-wrap .c2-text .c2-title {
    width: 100%;
    border-radius: 30px;
    margin: 30px auto 0 auto;
    display: table;
  }
  .lp-main__content2 .c2-item-wrap .c2-text .c2-title .t-upd {
    transform: translateX(-50px);
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }
  .lp-main__content2 .c2-item-wrap .c2-text .c2-title .t-txt {
    transform: translateX(-100px);
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
  }
  .lp-main__content2 .c2-item-wrap .c2-img {
    padding: 0 15px;
  }
  .lp-main__content2 .c2-item-wrap .c2-img.type-min {
    width: 100%;
    text-align: center;
  }
  .lp-main__content2 .c2-item-wrap .c2-img.type-min .adjust2 {
    width: 230px;
  }
  .lp-main__content2 .c2-item-wrap .c2-sub {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 30px 15px 20px 15px;
  }
  .lp-main__content2 .c2-item-wrap .c2-detail {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0px 15px 20px 15px;
  }
  .lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title .t-upd {
    padding-left: 30px;
    padding-right: 10px;
  }
  .lp-main .c2-galerry .c2g-item {
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .lp-main .c2-galerry .c2g-item strong {
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .lp-main .c2-galerry.single {
    margin-top: 15px;
  }
  .lp-main .c2-galerry.single .c2g-item strong {
    padding-top: 0;
  }
  .lp-main__cv-plans .cvp-item-wrap {
    padding-bottom: 30px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-text .m-list {
    margin: 0 30px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-text .m-list li {
    font-size: 1.5rem;
    line-height: 1;
    padding: 7px 0px 7px 23px;
    background: url("../images/feature/v2icon-dot.svg") no-repeat center left;
    background-size: 15px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-text p {
    font-size: 1.6rem;
    padding-left: 30px;
    margin-top: 7px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-text p a {
    padding-right: 30px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: calc(100% - 30px);
    margin: 30px auto 0 auto;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img .elem1 {
    width: 20%;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img .elem2 {
    width: 80%;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img .elem2 img {
    width: 100%;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img .elem2 p {
    font-size: 1.8rem;
  }
  .v2-head2 {
    background: #FFF5E5;
    text-align: center;
  }
  .v2-head2 h3 {
    font-size: 2.2rem;
    padding: 30px 0 0 0;
  }
}
@media all and (min-width: 768px) {
  .lp-main {
    /* max-width: 1500px; */
  }
  .lp-main__content .wrap {
    width: calc(100% - 100px);
    max-width: 1180px;
  }
  .lp-main__content .t-path {
    padding: 20px 25px;
    font-size: 1.35rem;
  }
  .lp-main__content .t-path a {
    padding-right: 20px;
    margin-right: 20px;
  }
  .lp-main__head {
    padding-top: 30px;
  }
  .lp-main__head .h-wrap {
    width: calc(100% - 100px);
    max-width: 1180px;
    height: 370px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .lp-main__head .h-wrap .elem1 {
    width: 24%;
    text-align: center;
  }
  .lp-main__head .h-wrap .elem1 img {
    width: 75%;
  }
  .lp-main__head .h-wrap .elem2 {
    width: 53%;
    padding: 30px;
  }
  .lp-main__head .h-wrap .elem2 .elem4bar {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 7%;
    height: 5px;
    width: 0px;
    background: #E61919;
    opacity: 0;
    animation: anime4 0.75s alternate;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    animation-delay: 500ms;
    animation-fill-mode: forwards;
  }
  .lp-main__head .h-wrap .elem3 {
    width: 23%;
    text-align: right;
  }
  .lp-main__head .h-wrap .elem3 img {
    padding-left: 20px;
  }
  .lp-main__titles {
    font-size: 28px;
    margin-top: 40px;
  }
  .lp-main__titles:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #3F535D;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 0;
  }
  .lp-main .c-mintext {
    font-size: 16px !important;
  }
  .lp-main .c-caption {
    font-size: 14px !important;
  }
  .lp-main .pageLink {
    padding: 40px 0;
  }
  .lp-main .pageLink__btn {
    width: 400px;
    padding: 15px 0px;
    border-radius: 25px;
    font-size: 18px;
  }
  .lp-main__content1 {
    background: url("../images/feature/v2bgwindow2.png") no-repeat center center;
    padding-bottom: 70px;
  }
  .lp-main__content1 .m-list-wrap {
    width: 650px;
  }
  .lp-main__content1 .m-list-wrap .m-list {
    border-radius: 10px;
    padding: 40px;
  }
  .lp-main__content1 .m-list-wrap .m-list li {
    font-size: 18px;
    line-height: 1;
    padding: 10px 0px 10px 30px;
    background: url("../images/feature/v2icon-list.svg") no-repeat center left;
    background-size: 20px;
  }
  .lp-main__content1 .m-list-wrap .m-cheese {
    bottom: -50px;
    right: -130px;
  }
  .lp-main__content1 .m-list-wrap .m-cheese img {
    width: 170px;
  }
  .lp-main__content1 .m-list-wrap .m-cheese.u-motion {
    bottom: -10px;
  }
  .lp-main__content1 .m-text {
    width: 650px;
    font-size: 18px;
    line-height: 2;
    margin-top: 40px;
  }
  .lp-main__content2.dirL .c2-item-wrap {
    flex-direction: row-reverse;
  }
  .lp-main__content2.dirL .c2-item-wrap .c2-text .c2-title {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .lp-main__content2.dirL .c2-item-wrap .c2-text .c2-title .t-upd {
    transform: translateX(-50px);
  }
  .lp-main__content2.dirL .c2-item-wrap .c2-text .c2-title .t-txt {
    padding-left: 20px;
    transform: translateX(-100px);
  }
  .lp-main__content2.dirL .c2-item-wrap .c2-img {
    text-align: right;
    padding-right: 60px;
    padding-left: 40px;
  }
  .lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title .t-upd {
    transform: translateX(-50px);
  }
  .lp-main__content2.dirR .c2-item-wrap .c2-text .c2-title .t-txt {
    padding-left: 100px;
    transform: translateX(-100px);
  }
  .lp-main__content2.dirR .c2-item-wrap .c2-img {
    text-align: left;
    padding-left: 60px;
    padding-left: 40px;
  }
  .lp-main__content2.dirR .c2-item-wrap .c2-img img.adjust2 {
    max-width: 300px;
    padding-top: 50px;
  }
  .lp-main__content2 .c2-item-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 400px;
  }
  .lp-main__content2 .c2-item-wrap .c2-text {
    width: 60%;
  }
  .lp-main__content2 .c2-item-wrap .c2-text .c2-title {
    height: 80px;
    display: table;
    width: 100%;
  }
  .lp-main__content2 .c2-item-wrap .c2-text .c2-title .t-upd {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    text-align: center;
    font-size: 16px;
  }
  .lp-main__content2 .c2-item-wrap .c2-text .c2-title .t-txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 33px;
    padding-left: 20px;
  }
  .lp-main__content2 .c2-item-wrap .c2-text .c2-title .t-txt strong {
    font-size: 35px;
  }
  .lp-main__content2 .c2-item-wrap .c2-sub {
    font-size: 23px;
    line-height: 1.5;
    padding: 40px 40px 30px 40px;
    width: calc(100% - 60px);
    max-width: 640px;
  }
  .lp-main__content2 .c2-item-wrap .c2-detail {
    font-size: 18px;
    line-height: 1.8;
    padding: 0px 40px 40px 40px;
    width: calc(100% - 60px);
    max-width: 640px;
  }
  .lp-main__content2 .c2-item-wrap .c2-img {
    width: 40%;
    min-height: 400px;
  }
  .lp-main__content2 .c2-item-wrap .c2-img img {
    max-width: 450px;
    padding: 40px 0;
  }
  .lp-main .c2-galerry {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .lp-main .c2-galerry .c2g-item {
    width: 50%;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
    transform: scale(0.5);
    opacity: 0.5;
  }
  .lp-main .c2-galerry .c2g-item.u-motion {
    transform: scale(1);
    opacity: 1;
  }
  .lp-main .c2-galerry .c2g-item img {
    width: 80%;
    display: block;
    margin: 0 auto;
    max-width: 530px;
    padding-bottom: 15px;
  }
  .lp-main .c2-galerry.single {
    justify-content: center;
    margin-bottom: 70px;
  }
  .lp-main .c2-galerry.single .c2g-item img {
    filter: drop-shadow(0px 0px 5px rgba(252, 165, 24, 0.85));
  }
  .lp-main__content3 {
    padding-top: 30px;
    background: url("../images/feature/v2icon-arrowF.svg") no-repeat center 200px;
  }
  .lp-main__content3 .l-main__titles {
    background: url("../images/feature/v2title-maru.svg") no-repeat center center;
    padding-top: 70px;
    padding-bottom: 70px;
    transform: scale(0.5) rotate(-360deg);
    opacity: 0.5;
    transition: all 0.5s;
  }
  .lp-main__content3 .l-main__titles span {
    background: none;
  }
  .lp-main__content3 .l-main__titles:after {
    display: none;
  }
  .lp-main__content3 .l-main__titles .m-submaru {
    display: inline-block;
    background: #FCA518;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 25px;
    margin-top: 10px;
  }
  .lp-main__content3 .l-main__titles.u-motion {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  .lp-main__content3 .c3-item-wrap {
    width: calc(100% - 100px);
    max-width: 1140px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .lp-main__content3 .c3-item-wrap .c3-text {
    width: 50%;
    padding: 20px;
  }
  .lp-main__content3 .c3-item-wrap .c3-text.grid2 {
    width: 50%;
  }
  .lp-main__content3 .c3-item-wrap .c3-text .c3-sub {
    font-size: 23px;
    line-height: 1.5;
    color: #5192C3;
    position: relative;
  }
  .lp-main__content3 .c3-item-wrap .c3-text .c3-sub:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 85px;
    height: 85px;
    background: url("../images/feature/v2icon-points.svg") no-repeat center center;
    background-size: contain;
    z-index: 0;
  }
  .lp-main__content3 .c3-item-wrap .c3-text .c3-sub span {
    position: relative;
    z-index: 1;
  }
  .lp-main__content3 .c3-item-wrap .c3-text .m-text {
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    padding-top: 5px;
  }
  .lp-main__content3 .c3-item-wrap .c3-img {
    width: 50%;
    text-align: right;
    transition: all 0.5s;
    transform: scale(0.5);
    opacity: 0.5;
  }
  .lp-main__content3 .c3-item-wrap .c3-img.u-motion {
    transform: scale(1);
    opacity: 1;
  }
  .lp-main__content3 .c3-item-wrap .c3-img img {
    width: 100%;
    padding: 20px;
  }
  .lp-main__cv-plans .cvp-item-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1000px;
    padding-bottom: 30px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-text {
    width: 45%;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-text .m-list li {
    font-size: 18px;
    line-height: 1;
    padding: 10px 0px 10px 30px;
    background: url("../images/feature/v2icon-dot.svg") no-repeat center left;
    background-size: 15px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-text p {
    font-size: 18px;
    line-height: 1;
    padding-left: 30px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-text p a {
    padding-right: 30px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img {
    width: 55%;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img .elem1 {
    position: absolute;
    bottom: 0px;
    left: -60px;
    width: 160px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img .elem2 {
    text-align: center;
    padding-left: 70px;
    position: relative;
    top: -20px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img .elem2 img {
    max-width: 430px;
  }
  .lp-main__cv-plans .cvp-item-wrap .cvp-img .elem2 p {
    font-size: 2rem;
    margin-top: 0;
    color: #3F535D;
  }
  .lp-main .l-specinfo {
    margin: 70px auto;
  }
  .lp-main .l-specinfo .spec-item-wrap {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .lp-main .l-specinfo .spec-item-wrap h4 {
    font-size: 18px;
    color: #3F535D;
  }
  .lp-main .l-specinfo .spec-item-wrap .si-spec {
    width: 50%;
  }
  .lp-main .l-specinfo .spec-item-wrap .si-spec .innner-box {
    display: table;
    width: 100%;
    padding-top: 30px;
  }
  .lp-main .l-specinfo .spec-item-wrap .si-spec .innner-box .ibox {
    display: table-cell;
    width: 50%;
    font-size: 16px;
    line-height: 1.8;
  }
  .lp-main .l-specinfo .spec-item-wrap .si-info {
    width: 50%;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .lp-main .l-specinfo .spec-item-wrap .si-info:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #ECCED0;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
  .lp-main .l-specinfo .spec-item-wrap .si-info .innner-box {
    display: table;
    width: 100%;
    padding-top: 15px;
  }
  .lp-main .l-specinfo .spec-item-wrap .si-info .innner-box .ibox1 {
    display: table-cell;
    width: calc(100% - 150px);
    vertical-align: middle;
  }
  .lp-main .l-specinfo .spec-item-wrap .si-info .innner-box .ibox1 p {
    font-size: 16px;
    line-height: 1.8;
  }
  .lp-main .l-specinfo .spec-item-wrap .si-info .innner-box .ibox2 {
    width: 150px;
    vertical-align: middle;
    text-align: right;
  }
  .lp-main .l-specinfo .spec-item-wrap .si-info .innner-box .ibox2 img {
    width: 90%;
  }
  .v2-head2 h3 {
    padding: 50px 0 10px 0;
    font-size: 32px;
  }
}
@media all and (min-width: 768px) and (max-width: 1170px) {
  .lp-main__cv-plans .cvp-item-wrap {
    width: 90%;
  }
}
/*TOPICS
=============================*/
/*common*/
.filelink {
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0.06em 50%;
  display: inline-block;
  padding: 3px 22px;
  background-image: url(../images/v1img/icons/general.gif);
}
.filelink.doc {
  background-image: url(../images/v1img/icons/doc.gif);
}
.filelink.pdf {
  background-image: url(../images/v1img/icons/pdf.gif);
}
.filelink.ppt {
  background-image: url(../images/v1img/icons/ppt.gif);
}
.filelink.img {
  background-image: url(../images/v1img/icons/img.gif);
}
.filelink.txt {
  background-image: url(../images/v1img/icons/txt.gif);
}
.filelink.xls {
  background-image: url(../images/v1img/icons/xls.gif);
}
.filelink.zip {
  background-image: url(../images/v1img/icons/zip.gif);
}

.tnew {
  font-size: 1.2rem !important;
  color: #FF5E5E;
  margin-left: 12px;
}

/*top topics
-----------------------------*/
.top_topics {
  margin: 0 auto;
}
.top_topics__title .tt_name {
  background: #fff;
  color: #1D68A0;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: all 0.2s;
  border-bottom: 1px solid #1D68A0;
}
.top_topics__title .tt_name .titles {
  font-family: Arial, Helvetica, "sans-serif";
}
.top_topics__title .tt_name .tt_status {
  text-align: center;
  font-weight: normal;
  padding: 0px 10px;
  border-radius: 5px;
}
.top_topics__title .tt_name .tt_status .counter {
  color: #6b828e;
}
.top_topics__title .tt_name .tt_status .link {
  color: #1D68A0;
}
.top_topics__title:hover .tt_name {
  opacity: 0.7;
}

.top_topicsList a {
  color: #5192C3;
}
.top_topicsList a:hover {
  color: #FCA518;
  text-decoration: underline;
}
.top_topicsList__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  border-bottom: 1px solid #d2c9ca;
}
.top_topicsList__items .item_link {
  word-break: break-all;
  line-height: 1.5;
}
.top_topicsList__items .image-link {
  width: 100%;
  display: block;
  text-align: center;
}
.top_topicsList__items .image-link:empty {
  display: none;
}
.top_topicsList__items .item_date {
  color: #666;
}
.top_topicsList__items .item_files:empty {
  display: none;
  width: 0px;
  padding: 0px;
}

.ex_banner {
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .top_topics {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 15px 0;
  }
  .top_topics__title .tt_name {
    text-align: center;
    line-height: 1.5;
    padding: 15px 0 20px 0;
  }
  .top_topics__title .tt_name .titles {
    font-size: 2.3rem;
    display: block;
    margin: 0 auto;
  }
  .top_topics__title .tt_name .tt_status {
    font-size: 1.3rem;
    background: none;
    display: block;
    margin: 0 auto;
  }
  .top_topicsList {
    width: calc(100% - 30px);
    margin: 10px auto;
  }
  .top_topicsList__items {
    padding: 15px 0;
  }
  .top_topicsList__items .item_link {
    font-size: 1.4rem;
    width: 70%;
    font-weight: bold;
  }
  .top_topicsList__items .image-link {
    display: none;
  }
  .top_topicsList__items .item_date {
    font-size: 1.3rem;
    width: 30%;
  }
  .top_topicsList__items .item_files {
    width: 70%;
    margin-left: auto;
  }
  .ex_banner {
    width: calc(100% - 30px);
    margin: 20px auto 0 auto;
  }
}
@media all and (min-width: 768px) {
  .top_topics {
    width: calc(100% - 80px);
    max-width: 1040px;
    padding: 40px 0 60px 0;
  }
  .top_topics__title .tt_name {
    font-size: 2.3rem;
    height: 76px;
    line-height: 76px;
  }
  .top_topics__title .tt_name .titles {
    letter-spacing: 0.1em;
  }
  .top_topics__title .tt_name .tt_status {
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
    position: absolute;
    top: 23px;
    right: 23px;
    padding: 0px 10px;
    border-radius: 5px;
  }
  .top_topicsList {
    width: calc(100% - 20px);
    margin: 10px auto 0 auto;
  }
  .top_topicsList__items {
    padding: 5px 0;
  }
  .top_topicsList__items .item_link {
    font-size: 1.6rem;
    width: calc(75% - 30px);
    padding: 0 15px;
  }
  .top_topicsList__items .image-link {
    width: 10%;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
  }
  .top_topicsList__items .image-link img {
    width: 100%;
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .top_topicsList__items .item_date {
    width: 15%;
    font-size: 1.4rem;
    text-align: center;
    padding-right: 20px;
  }
  .top_topicsList__items .item_files {
    font-size: 1.4rem;
    width: calc(85% - 45px);
    margin-left: auto;
    margin-top: -20px;
  }
  .ex_banner {
    padding-top: 70px;
    width: 1000px;
  }
}
/*
page topics-------------*/
.topicsArea {
  margin: 0 auto;
  background: #fff;
}
.topicsArea a {
  color: #5192C3;
}
.topicsArea a:hover {
  color: #FCA518;
  text-decoration: underline;
}
.topicsArea img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.topicsArea .topicsArticles {
  margin: 0 auto;
}
.topicsArea .topicsArticles__list {
  border-bottom: 1px solid #f0eeee;
}
.topicsArea .topicsArticles__list .item_head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.topicsArea .topicsArticles__list .item_title {
  word-break: break-all;
  line-height: 1.5;
  font-weight: normal;
}
.topicsArea .topicsArticles__list .item_date {
  color: #666;
}
.topicsArea .topicsArticles__list .item_files {
  width: 100%;
  padding: 10px 0;
  font-size: 1.4rem;
}
.topicsArea .topicsArticles__list .item_files:empty {
  display: none;
  width: 0px;
  padding: 0px;
}
.topicsArea .topicsTitle {
  width: 100%;
  border-bottom: 1px solid #3F535D;
}
.topicsArea .topicsTitle__subject {
  color: #3F535D;
  word-break: break-all;
}
.topicsArea .topicsTitle__date {
  color: #999;
}
.topicsArea .topicsContent__text a,
.topicsArea .topicsContent__file a {
  display: inline-block;
  padding: 1px 2px;
  border-bottom: 2px solid #2C7AC9;
  transition: all 0.2s;
}
.topicsArea .topicsContent__text a:hover,
.topicsArea .topicsContent__file a:hover {
  background-color: #2C7AC9;
  color: #fff;
  text-decoration: none;
}
.topicsArea .topicsContent__file a {
  padding-left: 30px;
}
.topicsArea .topicsContent__img,
.topicsArea .topicsContent__photos {
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  width: 100%;
  max-width: 400px;
}
.topicsArea .topicsContent__img + .topicsContent__text,
.topicsArea .topicsContent__photos + .topicsContent__text {
  padding-top: 0;
}
.topicsArea .topicsNav1__list li,
.topicsArea .topicsNav2__list li {
  display: inline-block;
}
.topicsArea .topicsNav1__list li a,
.topicsArea .topicsNav2__list li a {
  padding: 10px 15px;
  margin: 5px 0;
  border-bottom: 2px solid #f0eeee;
  transition: all 0.3s;
  color: #6b828e;
}
.topicsArea .topicsNav1__list li a:hover,
.topicsArea .topicsNav2__list li a:hover {
  background-color: #f0eeee;
  color: #000;
}
.topicsArea .topicsNav1__list li.t_prev a,
.topicsArea .topicsNav2__list li.t_prev a {
  background-image: url("../images/v1img/icons/prev.svg");
  background-repeat: no-repeat;
  background-position: 7% center;
  padding-left: 25px;
  color: #6b828e;
}
.topicsArea .topicsNav1__list li.t_next a,
.topicsArea .topicsNav2__list li.t_next a {
  background-image: url("../images/v1img/icons/next.svg");
  background-repeat: no-repeat;
  background-position: 93% center;
  padding-right: 25px;
  color: #6b828e;
}
.topicsArea .topicsNav1__list li.t_index a,
.topicsArea .topicsNav2__list li.t_index a {
  background-image: url("../images/v1img/icons/prev.svg");
  background-repeat: no-repeat;
  background-position: 7% center;
  padding-left: 25px;
}
.topicsArea .topicsNav2__list {
  text-align: center;
}
.topicsArea .topicsNav2__list li {
  padding: 0 10px;
}
.topicsArea .topicsNav2__list li.t_index a {
  background-image: none;
}

@media all and (max-width: 767px) {
  .topicsArea {
    width: calc(100% - 30px);
    padding: 15px 0 30px 0;
  }
  .topicsArea .topicsArticles__list {
    padding: 15px 0;
  }
  .topicsArea .topicsArticles__list .item_head .image-link {
    display: none;
  }
  .topicsArea .topicsArticles__list .item_title {
    width: 70%;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .topicsArea .topicsArticles__list .item_date {
    width: 30%;
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
    padding-right: 10px;
  }
  .topicsArea .topicsArticles__list .item_files {
    width: 70%;
    margin-left: auto;
  }
  .topicsArea .topicsTitle {
    padding: 40px 20px 0 20px;
  }
  .topicsArea .topicsTitle__subject {
    font-size: 2rem;
    line-height: 1.5;
  }
  .topicsArea .topicsTitle__date {
    font-size: 1.2rem;
    margin-top: 3px;
  }
  .topicsArea .topicsContent {
    padding: 15px 20px;
  }
  .topicsArea .topicsContent__text,
.topicsArea .topicsContent__file {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .topicsArea .topicsContent__text p,
.topicsArea .topicsContent__file p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .topicsArea .topicsNav2__list {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .topicsArea .topicsNav2__list li {
    padding: 0;
  }
  .topicsArea .topicsNav2__list li.t_index a {
    background-image: none;
  }
}
@media all and (min-width: 768px) {
  .topicsArea {
    width: calc(100% - 80px);
    max-width: 1040px;
    padding: 60px 0;
  }
  .topicsArea img {
    padding: 30px 0;
  }
  .topicsArea .topicsArticles {
    width: calc(100% - 80px);
  }
  .topicsArea .topicsArticles__list {
    padding: 5px 20px;
  }
  .topicsArea .topicsArticles__list .item_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .topicsArea .topicsArticles__list .item_head .image-link {
    width: 10%;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
  }
  .topicsArea .topicsArticles__list .item_head .image-link img {
    width: 100%;
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .topicsArea .topicsArticles__list .item_title {
    font-size: 1.6rem;
    width: calc(75% - 15px);
    padding-right: 15px;
  }
  .topicsArea .topicsArticles__list .item_date {
    width: 15%;
    font-size: 1.4rem;
  }
  .topicsArea .topicsArticles__list .item_files {
    width: calc(85% - 15px);
    margin-left: auto;
    margin-top: -20px;
  }
  .topicsArea .topicsTitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px 20px 20px;
  }
  .topicsArea .topicsTitle__subject {
    font-size: 2.3rem;
    line-height: 1.35;
    width: 85%;
    padding-right: 20px;
  }
  .topicsArea .topicsTitle__date {
    width: 15%;
    font-size: 1.4rem;
    text-align: right;
  }
  .topicsArea .topicsContent {
    padding: 30px;
  }
  .topicsArea .topicsContent__text,
.topicsArea .topicsContent__file {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .topicsArea .topicsContent__text p,
.topicsArea .topicsContent__file p {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .topicsArea .topicsNav2__list {
    padding-top: 60px;
  }
}
#footer + script + script + div,
.top_topicsList + div {
  display: none;
}

.movie_box-top {
  text-align: center;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 20px #ff8a02;
  position: relative;
  z-index: 1;
}
.movie_box-top__text {
  font-weight: bold;
  color: #ff6d02;
}
.movie_box-top.v2 {
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  background: #ffeccd url("../images/bg-movie.png") no-repeat center center;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .movie_box-top {
    margin: 20px auto;
    padding-bottom: 30px;
  }
  .movie_box-top.v2 {
    padding: 0px 10px 25px 10px;
  }
  .movie_box-top.v2 .movie_box-top__text {
    font-size: 2rem;
    padding: 20px 0 10px 0;
  }
  .movie_box-top__text {
    font-size: 1.7rem;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
  }
  .movie_box-top iframe {
    width: 100%;
    max-width: 500px;
    height: 210px;
  }
  .movie_box-top + .i-topArea2__title {
    margin-top: -20px;
  }
  .movie_box-top .flow_icon {
    display: none;
    background-size: 40px;
  }
}
@media all and (min-width: 768px) {
  .movie_box-top {
    margin: 20px auto 0 auto;
    width: 760px;
    border-radius: 15px;
    padding: 20px 20px 40px 20px;
    position: relative;
  }
  .movie_box-top.v2 {
    margin-top: 0px;
    padding: 10px 0px 70px 0px;
    border-radius: 0px;
    width: 100%;
  }
  .movie_box-top.v2 .movie_box-top__text {
    margin: 30px 0 20px 0;
    font-size: 3rem;
  }
  .movie_box-top__text {
    font-size: 2.5rem;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .movie_box-top + .i-topArea2__title {
    margin-top: -10px;
  }
  .movie_box-top .flow_icon {
    margin-top: -30px;
    background-size: 35px;
    height: 50px;
  }
  .movie_box-top .inner {
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
    opacity: 0;
    transform: scale(0);
  }
  .movie_box-top .inner iframe {
    transition: all 0.5s;
    box-shadow: 0px 0px 0px #fff;
    border: 10px solid #000;
    border-radius: 7px;
  }
  .movie_box-top .inner.u-motion {
    opacity: 1;
    transform: scale(1);
  }
  .movie_box-top .inner.u-motion iframe {
    box-shadow: 0px 0px 15px #FF8A02;
  }
  .i-topArea2 + .lp-main__cv-plans {
    margin-top: 0px;
  }
}
/* top banner setting
--------------------------------*/
.top-banners {
  width: 100%;
  background: #fff;
}
.top-banners .surtech-banner,
.top-banners .single-banner {
  position: relative;
}
.top-banners .surtech-banner a,
.top-banners .single-banner a {
  display: block;
}
.top-banners .surtech-banner a img,
.top-banners .single-banner a img {
  width: 100%;
}
.top-banners .single-banner {
  text-align: center;
  position: relative; /* 今の位置を基準 */
top: -100px; /* 上から10px */
}
.top-banners .manga-banner {
  background: #FF0004;
  color: #fff;
}
.top-banners .manga-banner .manga-txt .link-manga {
  display: block;
  background: #fff url("../images/icon-manga.svg") no-repeat 8% center;
  background-size: 25px;
  text-align: center;
  font-size: 1.7rem;
  color: #3F535D;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  transition: all 0.2s;
}
.top-banners .manga-banner .manga-txt .link-manga:hover {
  background-color: #FF0004;
  background-image: url("../images/icon-mangaW.svg");
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.top-banners .story-banner {
  background: #fff;
  color: #ff6d02;
}
.top-banners .story-banner .story-txt p {
  color: #666;
  font-weight: bold;
}
.top-banners .story-banner .story-txt .link-story {
  display: block;
  background: #fff url("../images/icon-manga.svg") no-repeat 8% center;
  background-size: 25px;
  text-align: center;
  font-size: 1.7rem;
  color: #3F535D;
  font-weight: bold;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
.top-banners .story-banner .story-txt .link-story:hover {
  background-color: #FF8A02;
  background-image: url("../images/icon-mangaW.svg");
  color: #fff;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .top-banners {
    margin-bottom: 40px;
  }
  .top-banners .surtech-banner,
.top-banners .single-banner {
    margin: 0px auto;
    padding-bottom: 1px;
  }
  .top-banners .surtech-banner a,
.top-banners .single-banner a {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .top-banners .surtech-banner a .icon-up,
.top-banners .single-banner a .icon-up {
    position: absolute;
    top: -65px;
    left: 20px;
  }
  .top-banners .surtech-banner a .icon-up img,
.top-banners .single-banner a .icon-up img {
    width: 150px;
  }
  .top-banners .surtech-banner + .surtech-banner,
.top-banners .single-banner + .surtech-banner {
    border-top: 1px solid #ddd;
  }
  .top-banners .manga-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
  }
  .top-banners .manga-banner .manga-img {
    width: calc(40% - 20px);
    position: relative;
    height: 100px;
    margin-right: 20px;
  }
  .top-banners .manga-banner .manga-img img {
    width: 100%;
  }
  .top-banners .manga-banner .manga-img .img1,
.top-banners .manga-banner .manga-img .img2 {
    position: absolute;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    width: 55%;
    max-width: 120px;
  }
  .top-banners .manga-banner .manga-img .img1 {
    bottom: 0px;
    right: 0px;
    z-index: 2;
    transform: rotate(7deg);
  }
  .top-banners .manga-banner .manga-img .img2 {
    top: 0px;
    left: 0px;
    z-index: 1;
    transform: rotate(-7deg);
  }
  .top-banners .manga-banner .manga-txt {
    width: 60%;
  }
  .top-banners .manga-banner .manga-txt h3 {
    font-size: 1.85rem;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 0.5em;
  }
  .top-banners .manga-banner .manga-txt .link-manga {
    background-size: 20px;
    font-size: 1.5rem;
  }
  .top-banners .story-banner .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
  }
  .top-banners .story-banner .story-img {
    height: 100px;
    width: 40%;
  }
  .top-banners .story-banner .story-img img {
    width: 100%;
  }
  .top-banners .story-banner .story-img .img1,
.top-banners .story-banner .story-img .img2 {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .top-banners .story-banner .story-img .img2 {
    padding-top: 5px;
  }
  .top-banners .story-banner .img_single {
    width: 40%;
    text-align: center;
  }
  .top-banners .story-banner .img_single img {
    width: 90%;
  }
  .top-banners .story-banner .story-txt {
    width: 60%;
  }
  .top-banners .story-banner .story-txt h3 {
    font-size: 1.85rem;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .top-banners .story-banner .story-txt p {
    padding-right: 20px;
  }
  .top-banners .story-banner .story-txt .link-story {
    background-size: 20px;
    font-size: 1.5rem;
    margin-right: 20px;
  }
}
/* [mq>1025 PC] */
@media screen and (min-width: 769px) {
  .top-banners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .top-banners .surtech-banner {
    width: 50%;
  }
  .top-banners .surtech-banner a {
    margin: 20px auto;
    text-align: center;
    position: relative;
  }
  .top-banners .surtech-banner a .banner {
    max-width: 600px;
  }
  .top-banners .surtech-banner a .icon-up {
    position: absolute;
    top: -70px;
    left: 0px;
  }
  .top-banners .surtech-banner a .icon-up img {
    width: 150px;
  }
  .top-banners .surtech-banner:nth-child(odd) a {
    text-align: right;
    margin-right: 20px;
  }
  .top-banners .surtech-banner:nth-child(even) a {
    text-align: left;
    margin-left: 20px;
  }
  .top-banners .surtech-banner + .surtech-banner {
    border-left: 1px solid #ddd;
  }
  .top-banners .single-banner {
    flex-grow: 1;
    max-width: 1280px;
    margin: 0 auto;
  }
  .top-banners .single-banner a {
    margin: 20px auto;
    text-align: center;
    position: relative;
  }
  .top-banners .story-banner_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .top-banners .manga-banner {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .top-banners .manga-banner .manga-img {
    width: 50%;
    position: relative;
    height: 200px;
  }
  .top-banners .manga-banner .manga-img img {
    width: 100%;
  }
  .top-banners .manga-banner .manga-img .img1,
.top-banners .manga-banner .manga-img .img2 {
    position: absolute;
    width: 45%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .top-banners .manga-banner .manga-img .img1 {
    top: 30px;
    right: 0px;
    z-index: 1;
    transform: rotate(10deg);
    transition: all 0.3s 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }
  .top-banners .manga-banner .manga-img .img1.u-motion {
    top: -50px;
    box-shadow: 0px 0px 10px black;
  }
  .top-banners .manga-banner .manga-img .img2 {
    top: 50px;
    left: 45px;
    z-index: 0;
    transform: rotate(-10deg);
    transition: all 0.3s 1s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }
  .top-banners .manga-banner .manga-img .img2.u-motion {
    top: 20px;
    box-shadow: 0px 0px 10px black;
  }
  .top-banners .manga-banner .manga-txt {
    width: calc(50% - 30px);
    padding-left: 30px;
  }
  .top-banners .manga-banner .manga-txt h3 {
    font-size: 2.7rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .top-banners .story-banner {
    width: 50%;
    opacity: 0;
    transition: all 0.7s 0.35s cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transform: translateX(-50%);
  }
  .top-banners .story-banner.u-motion {
    opacity: 1;
    transform: translateX(0);
  }
  .top-banners .story-banner .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
  }
  .top-banners .story-banner .story-img {
    width: 50%;
    text-align: right;
  }
  .top-banners .story-banner .story-img img {
    width: 100%;
  }
  .top-banners .story-banner .story-img .img1,
.top-banners .story-banner .story-img .img2 {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    width: 40%;
    margin: 0 0 0 15px;
    display: inline-block;
  }
  .top-banners .story-banner .img_single {
    width: 50%;
    text-align: right;
  }
  .top-banners .story-banner .img_single img {
    width: 100%;
    padding-left: 30px;
  }
  .top-banners .story-banner .story-txt {
    padding-left: 30px;
    width: calc(50% - 30px);
  }
  .top-banners .story-banner .story-txt h3 {
    font-size: 2.7rem;
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
  }
  .top-banners .story-banner .story-txt p {
    margin: 5px 0px 20px 0px;
  }
}
.l-manga {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.l-manga__content {
  margin-bottom: 60px;
  opacity: 0.1;
  transition: all 0.5s;
  transform: scale(0.5);
}
.l-manga__content.first {
  transform: scale(1);
  transition: all 0.75s;
}
.l-manga__content.u-motion {
  opacity: 1;
  transform: scale(1);
}
.l-manga__content img {
  width: 100%;
  border: 2px solid #000;
}

@media screen and (min-width: 415px) and (max-width: 1080px) {
  .middle-none {
    display: none !important;
  }
}
/* case page setting
--------------------------------*/
.l-casebox {
  position: relative;
  margin: 30px auto;
}
.l-casebox:hover {
  background: #FFFDFA;
}
.l-casebox:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0px;
  left: 0px;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #FCA518;
  transition: all 0.3s;
}
.l-casebox .js-wrap {
  border: 1px solid #ccc;
  padding: 40px 40px 80px 40px;
  display: flex;
  flex-wrap: wrap;
}
.l-casebox__img {
  width: 200px;
}
.l-casebox__img img {
  width: 100%;
}
.l-casebox__txt {
  width: calc(100% - 200px);
  padding-left: 40px;
}
.l-casebox__txt a {
  color: #1D68A0;
  text-decoration: underline;
}
.l-casebox__txt a:hover {
  color: #5192C3;
  text-decoration: none;
}
.l-casebox__txt .case-title {
  color: #FF8A02;
  font-size: 2.4rem;
}
.l-casebox__txt .wrap_relative {
  position: relative;
}
.l-casebox__txt .case-comment {
  line-height: 2;
  display: none;
}
.l-casebox__txt .case-comment .visual {
  display: block;
  padding-top: 30px;
}
.l-casebox__txt .case-comment.js-marked {
  display: block;
}
.l-casebox .js-ctrig {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 0px 20px 15px;
  width: 220px;
  text-align: center;
  background: #eee;
  cursor: pointer;
  border: 1px solid #ccc;
  border-top-color: #eee;
  border-left-color: #eee;
  transition: all 0.2s;
}
.l-casebox .js-ctrig span {
  display: block;
  position: relative;
}
.l-casebox .js-ctrig span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #3F535D url("../images/c-icon-plus.svg") no-repeat center center;
  background-size: 20px;
  transition: all 0.3s;
}
.l-casebox .js-ctrig:hover {
  background: #fff;
  color: #1D68A0;
}
.l-casebox.active:before {
  opacity: 0;
}
.l-casebox.active .js-ctrig {
  background: #fff;
}
.l-casebox.active .js-ctrig span:before {
  transform: translateY(-50%) rotate(90deg);
  background: #eee url("../images/c-icon-close.svg") no-repeat center center;
}
.l-casebox.active .l-casebox__txt .case-comment {
  display: block;
}
.l-casebox.active .l-casebox__txt .case-comment.js-marked {
  display: none;
}

@media all and (max-width: 767px) {
  .l-casebox .js-wrap {
    padding: 20px 20px 60px 20px;
  }
  .l-casebox__img {
    width: 100%;
    text-align: center;
  }
  .l-casebox__txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .l-casebox__txt .case-title {
    font-size: 2rem;
  }
  .l-casebox__txt .case-comment .visual {
    padding-top: 20px;
  }
  .l-casebox .js-ctrig {
    padding: 15px 0px 15px 20px;
    width: 200px;
    font-size: 1.35rem;
  }
}
.newFunction {
  background: linear-gradient(#f1a841 0%, #fbe2b8 100%);
}

.newFunction .content {
  margin-top: 20px;
}

.newFunction h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
}

@media (min-width: 768px) {
  .newFunction h2 {
    font-size: 3rem;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
}
.newFunction .item {
  border-radius: 10px;
  border: 5px solid #FDF5E7;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 20px;
}

@media (min-width: 768px) {
  .newFunction .item {
    padding: 0 40px 15px;
  }
}
.newFunction .item:not(:first-of-type) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .newFunction .item .flexWrap {
    display: flex;
  }
  .newFunction .item .flexWrap p {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .newFunction .item .flexWrap p {
    margin-bottom: 40px;
  }
  .newFunction .item .flexWrap .img {
    width: min(100%, 400px);
    margin: 0 auto;
  }
}
.newFunction h3 {
  font-size: 1.8rem;
  position: relative;
  width: max-content;
  margin: 20px auto;
}

.newFunction h3::before {
  position: absolute;
  top: 10%;
  left: -35px;
  transform: rotate(-45deg);
  content: "";
  width: 30px;
  height: 15px;
  border-left: 5px solid #FCA518;
  border-bottom: 5px solid #FCA518;
}

@media (min-width: 768px) {
  .newFunction h3 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .newFunction h3::before {
    top: 20%;
    left: -25px;
    width: 20px;
    height: 10px;
    border-width: 3px;
  }
}/*# sourceMappingURL=style.css.map */