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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*------------------------------------------
* globalSetting
------------------------------------------*/
html:not(.lp-wp) {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", Meiryo, sans-serif;
}

body:not(.page-template-page-lp-asbestos) {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", Meiryo, sans-serif;
  line-height: 1.8;
  color: #11181D;
  letter-spacing: 0.08em;
  font-size: 1.6em;
  font-weight: bold;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 991px) {
  body:not(.page-template-page-lp-asbestos) {
    font-size: 1.3em;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a {
  color: #11181D;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

th {
  vertical-align: top;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =========================================================
Flex - style
========================================================= */
/* flex
--------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-nowrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-nowrap-tab {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-nowrap-sp {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  .flex-nowrap-sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex-nowrap-s {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .flex-nowrap-s {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex-nowrap-xs {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 544px) {
  .flex-nowrap-xs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex-nowrap-noflex-sp {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  .flex-nowrap-noflex-sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}

.flex-nowrap-noflex-s {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .flex-nowrap-noflex-s {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}

.flex-nowrap-noflex-xs {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 544px) {
  .flex-nowrap-noflex-xs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}

.flex-wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-noflex-sp {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .flex-wrap-noflex-sp {
    display: block;
  }
}

.flex-wrap-noflex-s {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flex-wrap-noflex-s {
    display: block;
  }
}

.flex-wrap-noflex-xs {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 544px) {
  .flex-wrap-noflex-xs {
    display: block;
  }
}

/* flex basis
--------------------------------------------------------- */
.flex-basisAuto {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.flex-basis100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.flex-basis70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.flex-basis60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.flex-basis50 {
  -ms-flex-preferred-size: 50.33333%;
      flex-basis: 50.33333%;
}

.flex-basis50-xs .__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 544px) {
  .flex-basis50-xs .__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.flex-basis50-s .__item,
.flex-basis50-s .__boxitem {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .flex-basis50-s .__item,
  .flex-basis50-s .__boxitem {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.flex-basis40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.flex-basis30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.flex-basis33 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}

.flex-basis33-s {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}
@media only screen and (max-width: 767px) {
  .flex-basis33-s {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.flex-basis25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.flex-basis25-sp .__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width: 991px) {
  .flex-basis25-sp .__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.flex-basis25-s .__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width: 767px) {
  .flex-basis25-s .__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.flex-basis25-xs .__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width: 544px) {
  .flex-basis25-xs .__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.flex-basis20 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}

/* flex justify-content
--------------------------------------------------------- */
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* flex align-items
--------------------------------------------------------- */
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-center-s {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .align-items-center-s {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

/* flex direction
--------------------------------------------------------- */
.flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* =========================================================
Position - style
========================================================= */
.position-re {
  position: relative;
}

/* =========================================================
全体設定 - style
========================================================= */
/*------------------------------------------
* layout
------------------------------------------*/
.l-grid-1 {
  width: 8.333%;
}

.l-grid-2 {
  width: 16.667%;
}

.l-grid-3 {
  width: 25%;
}

.l-grid-4 {
  width: 33.333%;
}

.l-grid-5 {
  width: 41.666%;
}

.l-grid-6 {
  width: 50%;
}

.l-grid-7 {
  width: 58.333%;
}

.l-grid-8 {
  width: 66.666%;
}

.l-grid-9 {
  width: 75%;
}

.l-grid-10 {
  width: 83.33%;
}

.l-grid-11 {
  width: 91.666%;
}

.l-grid-12 {
  width: 100%;
}

[class*=l-grid-] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  [class*=l-grid-] {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.l-low {
  margin: 0 -15px;
}
.l-low:before, .l-low:after {
  content: "";
  display: table;
}
.l-low:after {
  clear: both;
}
@media only screen and (max-width: 991px) {
  .l-low {
    margin: 0;
  }
}

.l-header {
  padding: 30px 0 16px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.98);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
}
@media only screen and (max-width: 991px) {
  .l-header {
    padding: 15px 0;
  }
}
.l-header.__overall {
  padding: 0;
}
.l-header .l-header {
  position: relative;
}
.l-header .l-wrap {
  width: 94%;
  max-width: inherit;
}
.l-header .l-wrap:before, .l-header .l-wrap:after {
  content: "";
  display: table;
}
.l-header .l-wrap:after {
  clear: both;
}
.l-header.delay {
  padding: 0;
}
.l-header.__blognav {
  padding: 0;
  -webkit-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}
.l-header.__blognav.__hide {
  top: -60px;
}
@media only screen and (max-width: 991px) {
  .l-header.__blognav.__hide {
    top: -51px;
  }
}
.l-header.__blognav .logo {
  width: 86px;
  margin-top: 4px;
  margin-right: 16px;
}
@media only screen and (max-width: 991px) {
  .l-header.__blognav .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 395px) {
  .l-header.__blognav .logo {
    width: 66px;
    margin-top: 5px;
    margin-right: 8px;
  }
}
.l-header.__blognav .l-header {
  background-color: #0C2538;
  padding: 10px 0;
}
.l-header.__blognav .l-wrap {
  max-width: 1020px;
}
.l-header.__blognav .site-info {
  color: #fff;
}
.l-header.__blognav .gnav-list li.icon_nav a {
  color: #fff !important;
}
.l-header.__blognav .icon_nav.__products a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.l-header.__lp-serviceNav {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  width: auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #fff;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 1080px) {
  .l-header.__lp-serviceNav {
    left: 1%;
    right: 1%;
  }
}
.l-header.__lp-serviceNav .l-header {
  padding: 0;
}
.l-header.__lp-serviceNav .l-headerLogo {
  padding-left: 16px;
}
@media only screen and (max-width: 991px) {
  .l-header.__lp-serviceNav .l-headerLogo {
    margin-top: -10px;
  }
  .l-header.__lp-serviceNav .l-headerLogo .site-info {
    left: 24px;
    bottom: -9px;
  }
}
.l-header.__lp-serviceNav .l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header.__lp-serviceNav .l-wrap:before, .l-header.__lp-serviceNav .l-wrap:after {
  content: none;
}
.l-header.__lp-serviceNav .l-gnavList__item {
  text-align: center;
  margin-left: 0px;
}
.l-header.__lp-serviceNav .l-gnavList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 1.5rem;
  font-size: 12px;
  font-weight: bold;
  border-left: 1px solid #efefef;
}
@media only screen and (max-width: 767px) {
  .l-header.__lp-serviceNav .l-gnavList__link {
    font-size: 10px;
    gap: 0.2rem;
    padding: 0.5rem 0.8rem;
  }
}
.l-header.__lp-serviceNav .l-gnavList__link:hover {
  color: #047AE3;
}
.l-header.__lp-serviceNav .l-gnavList__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.l-header.__lp-serviceNav .l-gnavList__imgIcon {
  font-size: 20px;
  font-weight: normal !important;
}
.l-header.__lp-serviceNav .l-gnavList__imgNum {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .l-header.__lp-serviceNav .l-gnavList__imgNum {
    display: none;
  }
}

.l-logo {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .l-logo {
    width: auto;
    position: relative;
  }
}

.l-gnav {
  float: right;
}
@media only screen and (max-width: 991px) {
  .l-gnav {
    line-height: 1;
  }
}

.l-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.l-inner {
  max-width: 1360px;
  width: 94%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .l-inner {
    max-width: 1080px;
  }
}

.l-main-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem auto 3rem;
  max-width: 95%;
  max-height: 600px;
}
@media only screen and (max-width: 1280px) {
  .l-main-view {
    margin: 3rem auto;
    max-width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 460px;
  }
}
@media only screen and (max-width: 1080px) {
  .l-main-view {
    min-height: 600px;
  }
}
@media only screen and (max-width: 771px) {
  .l-main-view {
    min-height: auto;
    margin: 1rem auto 0;
  }
}

.l-content {
  position: relative;
}
.l-content .l-wrap {
  width: 94%;
}

@media only screen and (max-width: 991px) {
  body:not(.home):not(.single) .l-content .l-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  body:not(.home):not(.single) .l-content .breadcrumb {
    margin-left: 4%;
  }
}

body.single .l-content,
body.page .l-content,
body.archive .l-content {
  padding-top: 0 !important;
}
@media only screen and (max-width: 991px) {
  body.single .l-content,
  body.page .l-content,
  body.archive .l-content {
    overflow: hidden;
  }
}

body.single-blog .breadcrumb {
  padding: 20px 0;
  max-width: 1020px;
}

.l-top-sec-1 {
  position: relative;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 991px) {
  .l-top-sec-1 {
    padding-bottom: 5rem;
  }
}
.l-top-sec-1:before {
  content: "";
  width: 100%;
  height: calc(100% - 94px);
  background: #F2F5F7;
  position: absolute;
  top: 94px;
}
.l-top-sec-1 .l-inner {
  padding: 20px 0 0;
}
@media only screen and (max-width: 991px) {
  .l-top-sec-1 .l-inner {
    width: 100%;
  }
}

.article-block .l-grid-6 {
  padding: 0 8px 16px;
}
@media only screen and (max-width: 991px) {
  .article-block .l-grid-6 {
    margin-bottom: 0;
  }
}

.l-top-sec-2,
.l-top-sec-3,
.l-top-sec-4 {
  padding-top: 20rem;
}
@media only screen and (max-width: 991px) {
  .l-top-sec-2,
  .l-top-sec-3,
  .l-top-sec-4 {
    padding-top: 10rem;
  }
}

.l-top-sec-3 {
  overflow-x: hidden;
}

.l-low.sec-2-contents {
  padding-top: 20px;
}

@media only screen and (max-width: 991px) {
  .sec-4-title + .l-low {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .l-top-sec-4 .l-inner {
    width: 100%;
  }
}

.home .l-footer {
  padding-top: 160px;
}
@media only screen and (max-width: 991px) {
  .home .l-footer {
    padding-top: 50px;
  }
}
.home .l-footer:after {
  top: 210px;
}
@media only screen and (max-width: 991px) {
  .home .l-footer:after {
    top: 100px;
    height: 30%;
  }
}

.l-footer {
  padding-top: 80px;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.l-inner.__banner {
  position: relative;
  /*&:before {
      content: "";
      display: block;
      width: 200%;
      height: 100%;
      background: $bg_color;
      position: absolute;
      left: -100%;
      right: -100%;
      //top: calc(50% - 30px);
      margin: auto;
  }*/
}
.l-inner.__banner .banner-block .l-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
@media only screen and (max-width: 991px) {
  .l-inner.__banner .banner-block .l-low {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-inner.__banner .banner-block .l-grid-4 {
  padding: 0 10px;
}

.f-nav .f-nav-content + .l-low {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .f-nav .f-nav-content + .l-low {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .f-nav .l-grid-6 {
    margin: 0;
  }
}

.footer-others .l-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .footer-others .l-low {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-others .l-gird-6:before, .footer-others .l-gird-6:after {
  content: "";
  display: table;
}
.footer-others .l-gird-6:after {
  clear: both;
}

.l-footer-sns {
  display: table;
  margin: 40px auto 30px;
}

.l-menu {
  background: rgba(38, 69, 92, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 18px 18px 18px 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  .l-menu {
    padding: 0;
  }
}

.l-inner-wrap {
  margin-top: -40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .l-inner-wrap {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .f-nav-content .l-low {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .recruit-sec-1 .l-low p {
    margin-bottom: 0;
  }
}
.recruit-sec-1 .l-low + .l-low {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .recruit-sec-1 .l-low + .l-low {
    margin-top: 0;
  }
}
.recruit-sec-1 .l-low + .l-low p {
  margin-bottom: 0;
}

.l-main-contents {
  max-width: 1360px;
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .l-main-contents {
    max-width: 1080px;
  }
}
@media only screen and (max-width: 1080px) {
  .l-main-contents {
    display: block;
  }
}

.l-main-inner {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 40px;
}
@media only screen and (max-width: 1080px) {
  .l-main-inner {
    margin-right: 0;
  }
}

.l-main-contents.__onecolumn {
  max-width: 1020px;
}
.l-main-contents.__onecolumn .l-main-inner {
  margin-right: 0;
  width: 100%;
}
.l-main-contents .single-post-thumbnail img {
  max-height: 720px;
}
.l-main-contents .post-content {
  max-width: inherit;
}
.l-main-contents #toc_container {
  display: block !important;
  padding: 16px 3rem;
}
.l-main-contents #toc_container li {
  font-size: 13px;
}

.l-side {
  width: 360px;
  min-width: 360px;
}
@media only screen and (max-width: 1280px) {
  .l-side {
    width: 320px;
    min-width: 320px;
  }
}
@media only screen and (max-width: 1080px) {
  .l-side {
    width: 100%;
    float: none;
    margin: 30px 0 0;
  }
}

.single .l-main:before, .single .l-main:after {
  content: "";
  display: table;
}
.single .l-main:after {
  clear: both;
}

.l-header,
.l-menu {
  z-index: 777;
}

/*------------------------------------------
* spナビゲーション
------------------------------------------*/
#sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 2%;
  background: rgba(38, 69, 92, 0.9);
  z-index: 999;
  overflow-y: scroll;
  display: none;
}
#sp-nav .sp-nav-block {
  max-width: 560px;
  margin: auto;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
#sp-nav .sp-nav-title {
  padding: 1em;
  background: #F2F5F7;
}
#sp-nav .item-page-nav {
  padding: 15px 15px 0;
}
#sp-nav .item-page-nav .item-page-nav-list {
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #D5DCE2;
  padding-bottom: 10px;
}
#sp-nav .item-page-nav .item-page-nav-list li {
  margin: 0;
  margin-right: -15px;
}
@media only screen and (max-width: 991px) {
  #sp-nav .item-page-nav .item-page-nav-list li {
    margin-right: 0;
  }
}
#sp-nav .item-page-nav .item-page-nav-list li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 25px 10px 25px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #sp-nav .item-page-nav .item-page-nav-list li a {
    padding: 5px 10px;
  }
}
#sp-nav .item-page-nav .item-page-nav-list li a:hover {
  background-color: #F2F5F7;
}
#sp-nav .item-page-nav .item-page-nav-list li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #26455C;
}
#sp-nav .item-page-nav .item-page-nav-list li a:hover {
  background: #fff;
}
#sp-nav .item-page-nav + .item-page-nav {
  padding: 0 15px 15px;
}
#sp-nav .item-page-nav + .item-page-nav .item-page-nav-list {
  border-top: 1px solid #D5DCE2;
  border-bottom: 2px solid #000;
  padding-top: 10px;
}
@media only screen and (max-width: 991px) {
  #sp-nav .pc {
    display: block !important;
  }
}
#sp-nav .parts {
  display: none;
}
#sp-nav .btn, #sp-nav .cta .ghost-btn, .cta #sp-nav .ghost-btn, #sp-nav form input[type=submit], form #sp-nav input[type=submit],
#sp-nav form button,
form #sp-nav button {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
}
#sp-nav .btn:after, #sp-nav .cta .ghost-btn:after, .cta #sp-nav .ghost-btn:after, #sp-nav form input[type=submit]:after, form #sp-nav input[type=submit]:after,
#sp-nav form button:after,
form #sp-nav button:after {
  color: #fff;
}
#sp-nav .btn-a {
  background: #FEB91E;
  background: -webkit-gradient(linear, left top, right top, from(#FEB91E), to(#FE741E));
  background: linear-gradient(to right, #FEB91E, #FE741E);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#FEB91E), to(#FE741E));
  -webkit-background: linear-gradient(to right, #FEB91E, #FE741E);
  margin-bottom: 10px;
}
#sp-nav .btn-b {
  background: #2EB979;
  background: -webkit-gradient(linear, left top, right top, from(#2EB979), to(#2EB979));
  background: linear-gradient(to right, #2EB979, #2EB979);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#2EB979), to(#2EB979));
  -webkit-background: linear-gradient(to right, #2EB979, #2EB979);
  margin-top: 10px;
}
#sp-nav .btn-b + img {
  max-width: 180px;
  margin: 0 auto;
}
#sp-nav .cta-block {
  padding: 0;
  margin-top: 100px;
}
#sp-nav .cta-block .flex {
  padding: 0 15px 30px;
  background: #F2F5F7;
}
#sp-nav .cta-block .flex img {
  margin-top: -66px;
}
#sp-nav .cta-block .flex .flex {
  padding: 0;
}
#sp-nav .close {
  display: inline-block;
  width: 25px;
  height: 15px;
  position: relative;
  cursor: pointer;
  float: right;
  top: 4px;
  right: -2px;
}
#sp-nav .close span:before, #sp-nav .close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: black;
}
#sp-nav .close span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#sp-nav .close span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*------------------------------------------
* module
------------------------------------------*/
.alpha {
  zoom: 1;
  display: inline-block\9 ;
  /* ie8 */
}

.alpha:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.breadcrumb-area {
  background: #f2f2f2;
}

.breadcrumb {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 20px;
}
@media only screen and (max-width: 1280px) {
  .breadcrumb {
    padding: 12px 0;
    overflow-x: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb .__wrap {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 1280px) {
  .breadcrumb .__wrap {
    min-width: 1200px;
  }
}
.breadcrumb li {
  display: inline;
  position: relative;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb li a {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.loading {
  width: 100%;
  height: 100%;
  background: no-repeat center #fff;
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loading .loding__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading .loading__animation {
  margin-top: 3px;
  margin-right: 12px;
}
.loading .loading__animation div {
  border-radius: 20%;
  margin: 4px;
  background-color: #26455C;
  width: 28px;
  height: 3px;
  -webkit-animation: line-scale-pulse-out 1.8s 1.2s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 1.8s 1.2s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

@-webkit-keyframes line-scale-pulse-out {
  0%, 100% {
    filter: opacity(0.2);
    -webkit-filter: opacity(0.2);
  }
  50% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}
@keyframes line-scale-pulse-out {
  0%, 100% {
    filter: opacity(0.2);
    -webkit-filter: opacity(0.2);
  }
  50% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}
.loading__animation > div:nth-child(1) {
  -webkit-animation-delay: -1s !important;
  animation-delay: -1s !important;
}

.loading__animation > div:nth-child(2) {
  -webkit-animation-delay: -0.8s !important;
  animation-delay: -0.8s !important;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.loading__animation > div:nth-child(3) {
  background-color: #047AE3;
  -webkit-animation-delay: -0.6s !important;
  animation-delay: -0.6s !important;
}

.loading__animation > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.loading__logo {
  width: 107px;
}
@media only screen and (max-width: 991px) {
  .loading__logo {
    width: 87px;
  }
}

.in-view {
  opacity: 0;
}

.logo {
  float: left;
  width: 107px;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .logo {
    width: 87px;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 395px) {
  .logo {
    width: 72px;
    float: none;
    margin-right: 0;
  }
}

.site-info {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .site-info {
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: -12px;
    letter-spacing: 0px;
    white-space: pre;
  }
}
@media only screen and (max-width: 395px) {
  .site-info {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .gnav-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gnav-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 32px;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .gnav-list li {
    font-size: 14px;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .gnav-list li {
    margin-left: 0px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 490px) {
  .gnav-list li [class^=flaticon-]:before,
  .gnav-list li [class*=" flaticon-"]:before {
    font-size: 16px;
  }
}
.gnav-list li a:hover {
  color: #047AE3;
}
.gnav-list li.icon_nav {
  text-align: center;
  margin-left: 12px;
}
@media only screen and (max-width: 544px) {
  .gnav-list li.icon_nav {
    margin-left: 4px;
  }
}
.gnav-list li.icon_nav.__help {
  margin-left: 32px;
}
.gnav-list li.icon_nav.login {
  background: #F2F5F7;
  padding: 5px;
  border-radius: 4px;
  position: relative !important;
  line-height: 1;
}
.gnav-list li.icon_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  font-size: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav-list li.icon_nav a:hover {
  color: #047AE3;
}
.gnav-list li.icon_nav i {
  margin-bottom: 0.1rem;
  display: block;
  line-height: 1;
}
.gnav-list li.icon_nav i:before {
  margin-left: 0;
}
.gnav-list li.icon_nav i.flaticon-devices:before {
  font-size: 21px;
}
@media only screen and (max-width: 991px) {
  .gnav-list li.icon_nav i.flaticon-devices:before {
    font-size: 17px;
  }
}
.gnav-list li.icon_nav i.flaticon-shopping-cart {
  margin-left: -3px;
}
.gnav-list li.icon_nav span {
  font-weight: bold;
}
.gnav-list li [class*=bar-] {
  height: 3px;
  background: #047AE3;
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), color-stop(#047AE3), to(0.8));
  background: linear-gradient(to right, #45b4eb, #047AE3, 0.8);
  border-radius: 100px;
  display: block;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnav-list li .bar-1 {
  width: 100%;
}
.gnav-list li .bar-2 {
  width: 70%;
  margin-left: auto;
}
.gnav-list li .bar-3 {
  width: 40%;
  margin-left: auto;
}
.gnav-list .bar {
  width: 32px;
  cursor: pointer;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 991px) {
  .gnav-list .bar {
    margin-left: 12px;
    width: 24px;
  }
}
@media only screen and (max-width: 544px) {
  .gnav-list .bar {
    margin-left: 6px;
  }
}
.gnav-list .bar:hover [class*=bar-] {
  width: 100%;
}
.gnav-list [class*=flaticon-] {
  font-size: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 490px) {
  .gnav-list [class*=flaticon-] {
    font-size: 16px;
  }
}
.gnav-list [class*=flaticon-]:before {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .gnav-list [class*=flaticon-]:before {
    margin-left: 0;
  }
}
.gnav-list a:hover {
  text-decoration: none;
}
.gnav-list .sp {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .gnav-list .sp {
    display: inline-block !important;
  }
}
.gnav-list li.__houjin {
  font-size: 12px;
}
@media only screen and (max-width: 544px) {
  .gnav-list li.__houjin {
    font-size: 10px;
  }
}
.gnav-list li.__houjin a {
  color: #fff;
  background: -webkit-linear-gradient(0deg, #9B7835, #603f00);
  padding: 0.6rem 1rem;
  border-radius: 100px;
  letter-spacing: 0.1px;
}
.gnav-list li.__houjin a:hover {
  color: #fff;
  opacity: 0.75;
}
.gnav-list li.__houjin .fa {
  color: #9B7835;
  background: -webkit-linear-gradient(0deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tel-show {
  position: relative;
  cursor: pointer;
}

.tel-n {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  width: 200px;
  padding: 12px;
  text-align: center;
  font-size: 20px;
  display: none;
}

.fas,
.l-header .fa {
  color: #047AE3;
  background: -webkit-linear-gradient(0deg, #047AE3, #45b4eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.delay {
  opacity: 0;
}

.main-view-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.main-view-box:before, .main-view-box:after {
  content: "";
  display: table;
}
.main-view-box:after {
  clear: both;
}
@media only screen and (max-width: 1080px) {
  .main-view-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 1080px) {
  .main-view-box .sp {
    width: 100%;
    display: block !important;
  }
}

.main-view-text {
  position: relative;
  overflow: hidden;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media only screen and (max-width: 1280px) {
  .main-view-text {
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .main-view-text {
    width: 100%;
    padding-left: 0;
  }
}

_:-ms-lang(x),
.main-view-text {
  width: 36%;
  min-width: 34%;
}
@media only screen and (max-width: 1080px) {
  _:-ms-lang(x),
  .main-view-text {
    width: 100%;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.main-view-text {
  width: 36%;
  min-width: 34%;
}
@media only screen and (max-width: 1080px) {
  _:-ms-lang(x)::-ms-backdrop,
  .main-view-text {
    width: 100%;
  }
}

@-webkit-keyframes slideStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
@keyframes slideEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
.main-view-img {
  width: 100vh;
  max-width: 62%;
  padding-left: 50px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .main-view-img {
    width: 80vh;
    max-width: 84%;
    margin-right: -136px;
  }
}
@media only screen and (max-width: 1080px) {
  .main-view-img {
    max-width: 82%;
    padding-left: 0;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 771px) {
  .main-view-img {
    max-width: 110%;
  }
}

@media only screen and (max-width: 1280px) {
  _:-ms-lang(x),
  .main-view-img {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1280px) {
  _:-ms-lang(x)::-ms-backdrop,
  .main-view-img {
    margin-right: 0;
  }
}

.catch {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1280px) {
  .catch {
    font-size: calc(112.5% + 0.2vw);
  }
}
@media only screen and (max-width: 1080px) {
  .catch {
    font-size: calc(112.5% + 0.6vw);
    margin-bottom: 1rem;
  }
}
.catch .en {
  font-size: 44px;
  font-weight: bold;
  color: #047AE3;
  background: -webkit-linear-gradient(45deg, #047AE3, #45b4eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
}
@media only screen and (max-width: 1080px) {
  .catch .en {
    font-size: calc(112.5% + 2.6vw);
  }
}
.catch .catch-phrase {
  font-weight: bold;
  color: #047AE3;
  background: -webkit-linear-gradient(45deg, #047AE3, #45b4eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.catch + .pc p {
  font-size: 13px;
  margin: 15px 0;
}

.view-text {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -1px;
}
.view-text br {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .view-text {
    font-size: calc(112.5% + 3.6vw);
    line-height: 1.1;
  }
  .view-text br {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  .view-text br {
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
  .view-text {
    font-size: calc(112.5% + 2vw);
  }
  .view-text br {
    display: none;
  }
}

.btn, .cta .ghost-btn, form input[type=submit],
form button {
  padding: 18px 10px;
  border-radius: 4px;
  max-width: 326px;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#26455C), to(rgba(38, 69, 92, 0.8)));
  background: linear-gradient(to right, #26455C, rgba(38, 69, 92, 0.8));
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0 0 20px 0px rgba(38, 69, 92, 0.2);
          box-shadow: 0 0 20px 0px rgba(38, 69, 92, 0.2);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
@media only screen and (max-width: 991px) {
  .btn, .cta .ghost-btn, form input[type=submit],
  form button {
    font-size: 13px;
  }
}
.btn:after, .cta .ghost-btn:after, form input[type=submit]:after,
form button:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #45b4eb;
}
.btn:hover, .cta .ghost-btn:hover, form input[type=submit]:hover,
form button:hover {
  -webkit-box-shadow: 0 0 20px 0px rgba(38, 69, 92, 0.4);
          box-shadow: 0 0 20px 0px rgba(38, 69, 92, 0.4);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.grade {
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.2);
          box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.2);
}
.grade:hover {
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}
.grade:hover {
  -webkit-box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
          box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.grade:after {
  color: #fff;
}

.view-btn .btn, .view-btn .cta .ghost-btn, .cta .view-btn .ghost-btn, .view-btn form input[type=submit], form .view-btn input[type=submit],
.view-btn form button,
form .view-btn button {
  margin-left: 0;
}
@media only screen and (max-width: 1280px) {
  .view-btn .btn, .view-btn .cta .ghost-btn, .cta .view-btn .ghost-btn, .view-btn form input[type=submit], form .view-btn input[type=submit],
  .view-btn form button,
  form .view-btn button {
    margin-left: auto;
  }
}
.view-btn + a {
  font-size: 12px;
  color: #047AE3;
  margin-top: 10px;
  font-weight: bold;
  display: inline-block;
}
.view-btn + a .flaticon-question:before {
  font-size: 12px;
  margin: 0;
}

.sec-1-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.shadow-box {
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .shadow-box {
    overflow: visible;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .tab-icon {
    margin-top: -30px;
    line-height: 1.4;
  }
}

.tab-btn-wrap {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-btns:before, .tab-btns:after {
  content: "";
  display: table;
}
.tab-btns:after {
  clear: both;
}
.tab-btns li {
  width: 25%;
  background: #26455C;
  border-left: 1px solid #fff;
  padding: 5px;
  color: #fff;
  cursor: pointer;
  height: auto !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .tab-btns li {
    padding-bottom: 10px;
  }
}
.tab-btns li:hover {
  opacity: 0.8;
}
.tab-btns li:first-child {
  border: none;
}
.tab-btns .tab-btn-inner {
  display: table;
  margin: 0 auto;
}
.tab-btns .tab-btn-inner > * {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .tab-btns .tab-btn-inner > * {
    display: block;
    text-align: center;
  }
}
.tab-btns .tab-icon i:before {
  color: #047AE3;
  background: -webkit-linear-gradient(45deg, #047AE3, #45b4eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}
.tab-btns .tab-icon i:before:hover {
  background: -webkit-linear-gradient(45deg, #45b4eb, #047AE3);
}
.tab-btns .flaticon-power-line {
  margin-left: 8px;
}
.tab-btns .tab-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 8px;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 991px) {
  .tab-btns .tab-name {
    font-size: 12px;
    letter-spacing: 0px;
    padding-left: 0;
    line-height: 1.4;
  }
}
.tab-btns .tab-name span {
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .tab-btns .tab-name span {
    font-size: 10px;
  }
}
.tab-btns .is-active {
  background: #fff;
  color: #000;
}

.tab-contents {
  padding: 40px 60px 60px;
}
@media only screen and (max-width: 991px) {
  .tab-contents {
    padding: 20px 12px;
  }
}
.tab-contents .article-block {
  background: #F2F5F7;
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .tab-contents .article-block {
    padding: 20px 4px;
  }
}
.tab-contents .article-block .article-block-title {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.tab-contents .article-block .btn, .tab-contents .article-block .cta .ghost-btn, .cta .tab-contents .article-block .ghost-btn, .tab-contents .article-block form input[type=submit], form .tab-contents .article-block input[type=submit],
.tab-contents .article-block form button,
form .tab-contents .article-block button {
  margin-top: 10px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  font-size: 13px;
}

.post-card {
  background: #fff;
  padding: 20px 17px;
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.post-card:before, .post-card:after {
  content: "";
  display: table;
}
.post-card:after {
  clear: both;
}
.post-card .texts {
  float: left;
  padding-right: 15px;
  width: calc(100% - 92px);
}
.post-card .thumbnail {
  height: 92px;
  max-width: 92px;
  float: right;
  border-radius: 4px;
}
.post-card .blog-title {
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .post-card .blog-title {
    font-size: 13px;
  }
}

.loop-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 991px) {
  .loop-meta {
    font-size: 10px;
  }
}
@media only screen and (max-width: 544px) {
  .loop-meta {
    font-size: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.loop-meta::before, .loop-meta::after {
  display: none !important;
}

.meta {
  line-height: 1.2;
  margin-bottom: 8px;
}
.meta:before, .meta:after {
  content: "";
  display: table;
}
.meta:after {
  clear: both;
}
.meta .cat-name {
  background: #047AE3;
  border-radius: 2px;
  padding: 3px 5px 3px 6px;
  float: left;
  color: #fff;
}
.meta .cat-name + li {
  float: right;
  font-weight: normal;
}

.menu-tab-contents .tab-cat-list {
  margin: 0 -8px 15px;
}
.menu-tab-contents .tab-cat-list:before, .menu-tab-contents .tab-cat-list:after {
  content: "";
  display: table;
}
.menu-tab-contents .tab-cat-list:after {
  clear: both;
}
@media only screen and (max-width: 991px) {
  .menu-tab-contents .tab-cat-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.menu-tab-contents .tab-cat-list li {
  padding: 0 8px 16px;
  width: 33.3%;
  float: left;
}
@media only screen and (max-width: 991px) {
  .menu-tab-contents .tab-cat-list li {
    padding: 0;
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  .menu-tab-contents .tab-cat-list li:last-child a {
    border-bottom: 1px solid #EAEAEA;
    border-radius: 0 0 4px 4px;
  }
}
@media only screen and (max-width: 991px) {
  .menu-tab-contents .tab-cat-list li:first-child a {
    border-radius: 4px 4px 0 0;
  }
}
.menu-tab-contents .tab-cat-list li a, .menu-tab-contents .tab-cat-list li .o-listLicense_ulItem_wrap {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 10px 20px 18px;
  position: relative;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .menu-tab-contents .tab-cat-list li a, .menu-tab-contents .tab-cat-list li .o-listLicense_ulItem_wrap {
    margin-bottom: -1px;
    border-radius: 0;
  }
}
.menu-tab-contents .tab-cat-list li a:after, .menu-tab-contents .tab-cat-list li .o-listLicense_ulItem_wrap:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #047AE3;
}
.menu-tab-contents .tab-cat-list li a:hover, .menu-tab-contents .tab-cat-list li .o-listLicense_ulItem_wrap:hover {
  border-color: #047AE3;
  text-decoration: none;
  background-color: rgba(242, 245, 247, 0.5);
  z-index: 10;
}
.menu-tab-contents .tab-cat-list li a:hover .cat-name, .menu-tab-contents .tab-cat-list li .o-listLicense_ulItem_wrap:hover .cat-name {
  color: #047AE3;
}
.menu-tab-contents .tab-cat-list .cat-name {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 1.6;
  margin-top: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .menu-tab-contents .tab-cat-list .cat-name {
    font-size: 13px;
  }
}
.menu-tab-contents .tab-cat-list .cat-detail {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #FEB91E;
}
@media only screen and (max-width: 991px) {
  .menu-tab-contents .tab-cat-list .cat-detail {
    font-size: 10px;
  }
}
.menu-tab-contents .tab-cat-list .cat-detail img {
  width: 50px;
  margin-right: 10px;
  vertical-align: inherit;
}
.menu-tab-contents .tab-cat-list .riyou {
  letter-spacing: 1px;
  /*padding-left: 5px;*/
  color: rgba(17, 24, 29, 0.7);
  font-weight: normal;
}

.syokuba li {
  min-height: 110px;
}

.campaign-block {
  margin: 0px 0 40px;
  position: relative;
}
.campaign-block:after {
  content: "";
  width: 100%;
  height: 250%;
  position: absolute;
  bottom: 50%;
  left: 0;
  background: #F2F5F7;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .slick-dots {
    bottom: -10px !important;
  }
}

.campaign-slide {
  margin: 0 -10px;
}
.campaign-slide .slide-item {
  padding: 0 10px;
}
.campaign-slide .slick-next,
.campaign-slide .slick-prev {
  background: rgba(38, 69, 92, 0.8);
  display: inline-block !important;
  transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
}
.campaign-slide .slick-next:before,
.campaign-slide .slick-prev:before {
  display: block;
}
.campaign-slide .slick-next:hover, .campaign-slide .slick-next:focus,
.campaign-slide .slick-prev:hover,
.campaign-slide .slick-prev:focus {
  background: rgba(38, 69, 92, 0.9);
}
@media only screen and (max-width: 991px) {
  .campaign-slide .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .campaign-slide .slick-prev {
    left: 0;
  }
}

.sec-2-title,
.sec-3-title,
.sec-4-title {
  text-align: center;
  font-size: 29px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .sec-2-title,
  .sec-3-title,
  .sec-4-title {
    font-size: 21px;
    line-height: 1.3;
  }
}
.sec-2-title:before,
.sec-3-title:before,
.sec-4-title:before {
  content: "";
  width: 1px;
  height: 47px;
  background: #047AE3;
  position: absolute;
  left: 50%;
  top: -60px;
}
@media only screen and (max-width: 991px) {
  .sec-2-title:before,
  .sec-3-title:before,
  .sec-4-title:before {
    height: 30px;
    top: -30px;
  }
}
.sec-2-title + p,
.sec-3-title + p,
.sec-4-title + p {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .sec-2-title,
  .sec-2-title + p {
    text-align: left;
  }
}

.small {
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .small {
    font-size: 13px;
  }
}

.maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FED31E));
  background: linear-gradient(transparent 60%, #FED31E 60%);
}

.sec-2-block-1 {
  margin: 40px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .sec-2-block-1 {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .sec-2-block-1 .sp {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-2-block-1 {
    width: 100%;
  }
  .sec-2-block-1:before, .sec-2-block-1:after {
    content: "";
    display: table;
  }
  .sec-2-block-1:after {
    clear: both;
  }
}
@media only screen and (max-width: 991px) {
  .sec-2-block-1 .sp-view {
    min-width: auto;
    padding: 0 5px;
  }
}

.sec-2-block-parts {
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1280px) {
  .sec-2-block-parts {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 33.333333%;
  }
}
@media only screen and (max-width: 991px) {
  .sec-2-block-parts {
    display: block;
  }
  .sec-2-block-parts:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 771px) {
  .sec-2-block-parts {
    width: 50%;
  }
}
.sec-2-block-parts p {
  font-size: 13px;
}
@media only screen and (max-width: 544px) {
  .sec-2-block-parts p {
    font-size: 11px;
  }
}
.sec-2-block-parts p span {
  font-size: 70px;
  line-height: 1.1;
  display: block;
  color: #047AE3;
  background: -webkit-linear-gradient(45deg, #047AE3, #45b4eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  font-size: 70px;
  line-height: 1.1;
  display: block;
}
@media only screen and (max-width: 544px) {
  .sec-2-block-parts p span {
    font-size: 56px;
  }
}
.sec-2-block-parts p + p {
  color: #000;
  font-size: 11px;
}
.sec-2-block-parts i {
  display: block;
}
.sec-2-block-parts i:before {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
}

.sec-2-contents-inner {
  max-width: 98%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .sec-2-contents-inner {
    max-width: 100%;
  }
}
.sec-2-contents-inner .btn_radius {
  display: table;
  margin: 10px auto 0;
}

.sec-2-contents .l-grid-6:nth-child(2) .sec-2-contents-inner {
  margin-left: auto;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .sec-2-contents .l-grid-6:nth-child(2) .sec-2-contents-inner {
    margin-top: 0;
  }
}
.sec-2-contents .l-grid-6:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .sec-2-contents .l-grid-6:last-child {
    margin-bottom: 0;
  }
}
.sec-2-contents .l-grid-6:last-child .sec-2-contents-inner {
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .sec-2-contents .l-grid-6:last-child .sec-2-contents-inner {
    margin-top: 0;
  }
}

[class*=sec-2-img-] {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  [class*=sec-2-img-] {
    display: inline-block;
  }
}
[class*=sec-2-img-]:before {
  font-size: 57px;
  font-family: "Roboto", sans-serif;
  color: #047AE3;
  background: -webkit-linear-gradient(45deg, #047AE3, #45b4eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  position: absolute;
  left: -10px;
  bottom: -10px;
  line-height: 1;
}
[class*=sec-2-img-]:before:hover {
  background: -webkit-linear-gradient(45deg, #45b4eb, #047AE3);
}
.sec-2-img-1 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.base {
  position: relative;
}

.sec-2-img-1:before {
  content: "01";
}

.sec-2-img-2:before {
  content: "02";
}

.sec-2-img-3:before {
  content: "03";
}

.sec-2-img-4:before {
  content: "04";
}

.sec-2-contents-title {
  font-size: 15px;
  color: #047AE3;
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .sec-2-contents-title {
    font-size: 13px;
  }
}
.sec-2-contents-title + p {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .sec-2-contents-title + p {
    font-size: 17px;
  }
}
.sec-2-contents-title + p + p {
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .sec-2-contents-title + p + p {
    font-size: 13px;
  }
}

.list-check li {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0.8em;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .list-check li {
    font-size: 13px;
  }
}
.list-check li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #2EB979;
  position: absolute;
  left: 0;
  top: 0;
}

.home .list-check {
  margin: 1.5em 0 1em;
  border-top: 1px solid #EAEAEA;
  padding-top: 1em;
}

.sec-2-att {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1em;
}

.btn_radius {
  background: #26455C;
  color: #fff;
  font-size: 13px;
  padding: 7px 25px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  min-width: 182px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .btn_radius {
    font-size: 11px;
  }
}
.btn_radius:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #047AE3;
  right: 12px;
}

.sec-2-img-5 {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 15px auto;
  display: block;
  width: 90%;
}

.big {
  font-size: 33px;
}

.review-slide {
  margin-bottom: 40px;
}
.review-slide:before {
  content: "";
  width: 100px;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .review-slide:before {
    content: none;
  }
}
.review-slide:after {
  content: "";
  width: 100px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .review-slide:after {
    content: none;
  }
}

.top-review-contents {
  max-width: 1040px;
  margin: 0 auto;
}
.top-review-contents .slick-list {
  overflow: visible;
}
.top-review-contents .slick-prev,
.top-review-contents .slick-next {
  border-radius: 100px;
  background: rgba(38, 69, 92, 0.95);
}
.top-review-contents .slick-prev {
  left: -20px;
  top: 36%;
}
@media only screen and (max-width: 991px) {
  .top-review-contents .slick-prev {
    left: 30px;
  }
}
.top-review-contents .slick-next {
  right: -20px;
  top: 36%;
}
@media only screen and (max-width: 991px) {
  .top-review-contents .slick-next {
    right: 30px;
  }
}

.top-review-item {
  padding: 5px;
}
.top-review-item a {
  display: block;
}
.top-review-item .review-thumb {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 10px;
}
.top-review-item .term-name,
.top-review-item .top-review-title,
.top-review-item .name {
  margin-left: 16px;
  margin-right: 16px;
}
.top-review-item .term-name {
  font-size: 11px;
  color: #047AE3;
  margin-bottom: 2px;
}
.top-review-item .top-review-title {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.top-review-item .name {
  font-size: 10px;
  font-weight: normal;
}

.viewing {
  display: block;
  margin-top: 120px;
  padding: 40px 20px 50px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: 1.6;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.2);
          box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.2);
}
@media only screen and (max-width: 991px) {
  .viewing {
    margin-top: 50px;
    padding: 15px 12px 25px;
    font-size: 15px;
  }
}
.viewing:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .viewing:after {
    display: none;
  }
}
.viewing:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
          box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
}
.viewing .flaticon-devices:before {
  margin: 0;
  display: block;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.4;
}
.viewing span {
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .viewing span {
    font-size: 12px;
  }
}
.viewing .sp {
  font-size: 13px;
  margin-top: 5px;
}

.movie-wrap {
  margin-top: 10rem;
  border: 20px solid #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .movie-wrap {
    margin-top: 5rem;
    border: 5px solid #fff;
  }
}

.movie video {
  width: 100%;
}

.sec-4-row-title {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.6;
}
.sec-4-row-title:before {
  content: "";
  width: 100%;
  height: 120px;
  background: #F2F5F7;
  position: absolute;
  left: 0;
  top: 32px;
  z-index: -1;
}
.sec-4-row-title i:before {
  margin: 0;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.2;
  color: #047AE3;
  background: -webkit-linear-gradient(45deg, #047AE3, #45b4eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  display: block;
}
.sec-4-row-title i:before:hover {
  background: -webkit-linear-gradient(45deg, #45b4eb, #047AE3);
}
.sec-4-row-title .fa-youtube {
  display: block;
}
.sec-4-row-title .fa-youtube:before {
  color: #E84A4A;
  -webkit-text-fill-color: inherit;
}

.sec-4-content {
  position: relative;
  z-index: 10;
  padding: 0 32px;
}
@media only screen and (max-width: 991px) {
  .sec-4-content {
    padding: 0 12px;
  }
}
.sec-4-content article {
  margin-bottom: 10px;
}
.sec-4-content .post-card {
  border: 1px solid #EAEAEA;
}
.sec-4-content .post-card:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.sec-4-text {
  text-align: center;
  font-size: 19px;
  padding: 0px 0 10px;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .sec-4-text {
    font-size: 17px;
  }
}
.sec-4-text span {
  font-size: 13px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .sec-4-text span {
    font-size: 11px;
  }
}

.youtube-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-movie + p {
  margin: 0.8em 0 2em;
  font-size: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .youtube-movie + p {
    font-size: 13px;
  }
}
.youtube-movie a > img {
  width: 100%;
}

.youtube-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-2,
.youtube-3 {
  width: 50%;
  float: left;
}

.youtube-2 {
  padding-right: 2%;
}

.youtube-3 {
  padding-left: 2%;
}
.youtube-3 + .sec-4-text {
  padding-top: 0;
}

.banner-block {
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner-block {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1080px) {
  .banner-block .l-grid-4 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.banner-block a {
  display: block;
  padding: 2.5rem 2rem;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner-block a {
    padding: 1.5rem 2rem;
  }
}
.banner-block a:after {
  content: "";
  background: rgba(38, 69, 92, 0.65);
  background: -webkit-gradient(linear, left top, right top, from(rgba(38, 69, 92, 0.65)), to(rgba(38, 69, 92, 0.98)));
  background: linear-gradient(to right, rgba(38, 69, 92, 0.65), rgba(38, 69, 92, 0.98));
  -webkit-background: -webkit-gradient(linear, left top, right top, from(rgba(38, 69, 92, 0.65)), to(rgba(38, 69, 92, 0.98)));
  -webkit-background: linear-gradient(to right, rgba(38, 69, 92, 0.65), rgba(38, 69, 92, 0.98));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-block .banner-inner {
  display: table;
  line-height: 1.4;
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner-block .banner-inner > div {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}
.banner-block p {
  font-size: 11px;
}
@media only screen and (max-width: 991px) {
  .banner-block p {
    font-size: 10px;
  }
}
.banner-block .banner-text {
  width: calc(100% - 60px);
}
.banner-block .banner-text p + p {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .banner-block .banner-text p + p {
    font-size: 13px;
  }
}

.banner-1 {
  background: url(../images/banner_1@2x.jpg) no-repeat center;
}

.banner-2 {
  background: url(../images/banner_2@2x.jpg) no-repeat center;
}

.banner-3 {
  background: url(../images/banner_3@2x.jpg) no-repeat center;
}

.banner-detail {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-left: auto;
}
.banner-detail p {
  letter-spacing: 0px;
}
.banner-detail .num {
  font-size: 20px;
}

.f-nav {
  background: #F2F5F7;
  position: relative;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .f-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.f-nav-title {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .f-nav-title {
    padding-top: 10px;
  }
}
.f-nav-title i {
  display: block;
  float: right;
  color: #26455C;
  -webkit-text-fill-color: inherit;
  margin-top: 4px;
}

.f-nav-content {
  margin: 15px 0 10px;
}
@media only screen and (max-width: 991px) {
  .f-nav-content {
    display: none;
  }
}

.f-nav-list, .f-nav-list-2 {
  margin-left: 24px;
}
.f-nav-list li, .f-nav-list-2 li {
  margin-bottom: 7px;
}
.f-nav-list a, .f-nav-list-2 a, .f-nav-list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 3px 18px;
  position: relative;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f-nav-list a:before, .f-nav-list-2 a:before, .f-nav-list_wrap:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 7px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f-nav-list a:hover, .f-nav-list-2 a:hover, .f-nav-list_wrap:hover {
  opacity: 1;
  color: #047AE3;
}
.f-nav-list a:hover:before, .f-nav-list-2 a:hover:before, .f-nav-list_wrap:hover:before {
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
}
.f-nav-list a:hover:before:hover, .f-nav-list-2 a:hover:before:hover, .f-nav-list_wrap:hover:before:hover {
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}
.f-nav-list a span, .f-nav-list-2 a span, .f-nav-list_wrap span {
  display: block;
}
.f-nav-list_release {
  font-size: 11px;
  font-weight: bold;
  padding: 1px 8px;
  border-radius: 100px;
  background-color: rgba(251, 211, 31, 0.2);
  display: inline-block;
  letter-spacing: 0.5px;
}

.l-footerCourselist__titleLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.l-footerCourselist__titleLink.__nolink {
  cursor: auto;
}
.l-footerCourselist__titleLink i {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footerCourselist__titleLink i:before {
  margin: 10;
  font-size: 26px;
  font-weight: normal;
  color: #047AE3;
  color: #047AE3;
  background: -webkit-linear-gradient(45deg, #047AE3, #45b4eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
}
.l-footerCourselist__titleLink i:before:hover {
  background: -webkit-linear-gradient(45deg, #45b4eb, #047AE3);
}
.l-footerCourselist__titleLink span {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: bold;
}

.l-footerCourselist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}
.l-footerCourselist::before {
  content: none;
}

h3.f-nav-row-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
h3.f-nav-row-title::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background-color: rgba(38, 69, 92, 0.05);
}

.l-footerCourselist__box {
  width: calc(33.3333333333% - 1rem);
  float: none;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 544px) {
  .l-footerCourselist__box {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box .l-footerCourselist__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footerCourselist__box.__kankyo {
  width: calc(25% - 1rem);
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__kankyo {
    width: 100%;
  }
}
.l-footerCourselist__box.__kankyo .l-footerCourselist__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__kankyo .l-footerCourselist__ulItem {
    width: calc(50% - 1rem);
  }
}
.l-footerCourselist__box.__tokubetsu {
  width: calc(25% - 1rem);
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__tokubetsu {
    width: 100%;
  }
}
.l-footerCourselist__box.__tokubetsu .l-footerCourselist__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__tokubetsu .l-footerCourselist__ulItem {
    width: calc(50% - 1rem);
  }
}
.l-footerCourselist__box.__kosyu {
  width: calc(25% - 1rem);
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__kosyu {
    width: 100%;
  }
}
.l-footerCourselist__box.__kosyu .l-footerCourselist__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footerCourselist__box.__kosyu .l-footerCourselist__ulItem {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__kosyu .l-footerCourselist__ulItem {
    width: calc(50% - 1rem);
  }
}
.l-footerCourselist__box.__skillup {
  width: calc(25% - 1rem);
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__skillup {
    width: 100%;
  }
}
.l-footerCourselist__box.__skillup .l-footerCourselist__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footerCourselist__box.__skillup .l-footerCourselist__ulItem {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__skillup .l-footerCourselist__ulItem {
    width: calc(50% - 1rem);
  }
}
.l-footerCourselist__box.__anzen {
  width: 100%;
}
.l-footerCourselist__box.__anzen .l-footerCourselist__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footerCourselist__box.__anzen .l-footerCourselist__ulItem {
  width: calc(33.3333333333% - 1rem);
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__anzen .l-footerCourselist__ulItem {
    width: calc(50% - 1rem);
  }
}
.l-footerCourselist__box.__gisuta {
  width: 100%;
}
.l-footerCourselist__box.__gisuta .l-footerCourselist__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footerCourselist__box.__gisuta .l-footerCourselist__ulItem {
  width: calc(25% - 1rem);
}
@media only screen and (max-width: 991px) {
  .l-footerCourselist__box.__gisuta .l-footerCourselist__ulItem {
    width: calc(50% - 1rem);
  }
}

.l-footerCourselist__ulItem span {
  font-size: clamp(11px, 1vw, 14px);
}

.l-footerCourselist__ulLink {
  font-size: clamp(11px, 1vw, 14px);
}

.f-nav-list-2 li {
  display: inline-block;
  margin-right: 3em;
}

.footer-cta {
  text-align: center;
  border-bottom: 1px solid #EAEAEA;
  padding: 30px 0 40px;
}
.footer-cta > p {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-cta > p {
    font-size: 13px;
  }
}

.footer-cta-parts {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .footer-cta-parts {
    display: block;
  }
}
.footer-cta-parts > div {
  display: table-cell;
  padding: 0 12px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .footer-cta-parts > div {
    display: block;
    margin-bottom: 12px;
  }
}
.footer-cta-parts .tel {
  cursor: default;
  font-size: 26px;
}
.footer-cta-parts .open-time {
  font-size: 10px;
}
.footer-cta-parts a {
  min-width: 228px;
  font-size: 13px;
}

.footer-others {
  width: 100%;
  margin: 30px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
@media only screen and (max-width: 991px) {
  .footer-others {
    width: 100%;
    margin: 15px auto;
    padding-bottom: 15px;
  }
}

.footer-other-img {
  float: left;
  margin: 15px 15px 0 0;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .footer-other-img {
    width: 22%;
    margin: 10px 10px 20px 0;
  }
}
.footer-other-img + p {
  font-size: 10px;
  margin-top: 12px;
}
@media only screen and (max-width: 991px) {
  .footer-other-img + p + p {
    margin-left: 25%;
  }
}
.footer-other-img + p + p a {
  color: #047AE3;
  font-size: 10px;
}

.l-footer-sns li {
  display: table-cell;
  padding: 0 15px;
}
.l-footer-sns li i {
  font-size: 26px;
}
.l-footer-sns li .fa-twitter {
  color: #5FC0FC;
}
.l-footer-sns li .fa-facebook-square {
  color: #4151A7;
}
.l-footer-sns li .fa-youtube {
  color: #E84A4A;
}

.footer-sub-nav-list {
  display: table;
  margin: 30px auto;
  text-align: center;
}
.footer-sub-nav-list li {
  display: inline-block;
  padding: 0 20px;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .footer-sub-nav-list li {
    padding: 0 10px 0 0;
  }
}

.footer-copy {
  text-align: center;
  color: rgba(17, 24, 29, 0.7);
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 30px;
}

.menu-box {
  position: relative;
  background: #fff;
  max-width: 38%;
  min-width: 640px;
  margin-left: auto;
  height: 100%;
  overflow-y: scroll;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 12px rgba(4, 122, 227, 0.1);
          box-shadow: 0 0 12px rgba(4, 122, 227, 0.1);
}
@media only screen and (max-width: 991px) {
  .menu-box {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
  }
}
.menu-box .is-active {
  color: #047AE3;
  border-bottom: 1px solid #047AE3;
  margin-bottom: -1px;
}
@media only screen and (max-width: 544px) {
  .menu-box .is-active {
    color: #fff !important;
    background-color: #047AE3;
  }
}

.menu-inner {
  overflow-y: scroll;
}

.menu-1-list {
  background: #F2F5F7;
  padding: 12px 30px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .menu-1-list {
    padding: 12px 16px 9px;
  }
}
.menu-1-list li {
  text-align: center;
  font-size: 10px;
  padding-right: 16px;
}
.menu-1-list li i {
  display: block;
  line-height: 1;
}
.menu-1-list li i:before {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.menu-1-list a {
  display: block;
}
.menu-1-list .fa-phone {
  font-family: "Font Awesome 5 Free";
  color: #000;
  -webkit-text-fill-color: inherit;
}

.fa-times {
  -webkit-text-fill-color: inherit;
}

.close_btn {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #26455C;
  border-radius: 100px;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 991px) {
  .close_btn {
    position: fixed;
    width: 30px;
    height: 30px;
    right: 12px;
    top: 12px;
  }
}
.close_btn i {
  font-size: 13px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .close_btn i {
    line-height: 30px;
  }
}

.menu-tab {
  padding: 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #EAEAEA;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .menu-tab {
    padding: 16px 0px 0px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 544px) {
  .menu-tab {
    padding: 0;
    margin-bottom: 32px;
  }
}
.menu-tab li {
  display: table-cell;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 544px) {
  .menu-tab li {
    font-size: 11px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media only screen and (max-width: 544px) {
  .menu-tab li:nth-child(2) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.menu-tab li span {
  display: block;
  padding-bottom: 15px;
  cursor: pointer;
  padding: 16px 16px;
}
@media only screen and (max-width: 544px) {
  .menu-tab li span {
    padding: 16px 16px;
  }
}
.menu-tab li span:hover {
  color: #047AE3;
}

.menu-tab-contents {
  padding: 0 30px 30px;
}
@media only screen and (max-width: 991px) {
  .menu-tab-contents {
    padding: 0 16px 16px;
  }
}
.menu-tab-contents .tab-cat-list {
  margin: 0 -4px 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-tab-contents .tab-cat-list li {
  padding: 4px 8px;
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  float: none;
}
@media only screen and (max-width: 991px) {
  .menu-tab-contents .tab-cat-list li {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.menu-title {
  font-size: 13px;
  margin-left: 4px;
}
@media only screen and (max-width: 544px) {
  .menu-title {
    font-size: 12px;
  }
}
.menu-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-title i:before {
  margin: 0;
  font-size: 32px;
  font-weight: normal;
  color: #047AE3;
  margin-right: 12px;
}
@media only screen and (max-width: 991px) {
  .menu-title i:before {
    font-size: 27px;
  }
}
.menu-title .menu-title-item {
  font-size: 17px;
  color: #047AE3;
}
@media only screen and (max-width: 544px) {
  .menu-title .menu-title-item {
    font-size: 15px;
  }
}

.menu-btn {
  margin-bottom: 15px;
}
.menu-btn .btn, .menu-btn .cta .ghost-btn, .cta .menu-btn .ghost-btn, .menu-btn form input[type=submit], form .menu-btn input[type=submit],
.menu-btn form button,
form .menu-btn button {
  max-width: 100%;
  padding: 18px 10px;
  display: block;
}

.menu-info {
  background: #F2F5F7;
  text-align: center;
  padding: 20px;
}
.menu-info > p {
  font-size: 14px;
  margin-bottom: 10px;
}

.menu-info-inner {
  display: table;
  width: 100%;
}

.menu-info-item {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .menu-info-item {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.menu-info-item .tel {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .menu-info-item .tel {
    letter-spacing: 0px;
  }
}
.menu-info-item .tel i {
  font-size: 20px;
  vertical-align: middle;
  font-weight: normal;
  font-family: Font Awesome 5 Free;
  -webkit-text-fill-color: inherit;
}
.menu-info-item .open-time {
  margin-top: -4px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
}
.menu-info-item + .menu-info-item {
  margin-top: 15px;
}

.menu-knowhow,
.menu-other {
  margin-bottom: 40px;
}

#searchform {
  border-radius: 2px;
  border: 2px solid #EAEAEA;
}
#searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: inherit;
  padding: 0 16px;
}
#searchform input[type=text] {
  padding: 16px 0;
  float: inherit;
}
#searchform button {
  position: inherit;
  margin: auto;
  padding: 0;
  float: none;
  width: 32px;
  height: auto;
  font-size: 14px;
  color: #26455C;
  line-height: inherit;
}

.menu-knowhow-title,
.menu-ohter-title {
  font-size: 13px;
  margin-bottom: 9px;
}

.choice-btn {
  border: 2px solid #047AE3;
  border-radius: 2px;
  padding: 0px 16px;
  color: #047AE3;
  position: relative;
  font-size: 13px;
  line-height: 56px;
  cursor: pointer;
}
.choice-btn:after {
  content: "\f13a";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-knowhow-list {
  display: none;
}
.menu-knowhow-list li a {
  display: block;
  color: #047AE3;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #EAEAEA;
}
.menu-knowhow-list li a:hover {
  border-color: #047AE3;
}

.study-list li {
  font-size: 15px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EAEAEA;
  transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
}
.study-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.study-list li:hover {
  text-decoration: underline;
  color: #047AE3;
  -webkit-transform: translatex(3px);
          transform: translatex(3px);
}
.study-list li:hover .title {
  color: #047AE3;
}
.study-list li a {
  display: block;
}
.study-list li a:hover {
  text-decoration: none;
}
.study-list .study-cat-name {
  background: #26455C;
  display: inline-block;
  padding: 0 10px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0px;
}

.menu-other-title {
  font-size: 13px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.menu-other-list:before, .menu-other-list:after {
  content: "";
  display: table;
}
.menu-other-list:after {
  clear: both;
}
.menu-other-list li {
  width: 50%;
  float: left;
  font-size: 13px;
  font-weight: normal;
}
.menu-other-list li a {
  display: block;
  padding: 0px 10px 16px 16px;
  position: relative;
  line-height: 1.4;
}
.menu-other-list li a:hover {
  color: #047AE3;
}
.menu-other-list li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #047AE3;
}

.menu-tab-content .menu-other:last-child .menu-other-list {
  border-top: 1px solid #EAEAEA;
  padding-top: 40px;
}
.menu-tab-content .menu-other:last-child .menu-other-list li a {
  padding-left: 0;
}
.menu-tab-content .menu-other:last-child .menu-other-list li a:before {
  content: none;
}

.post-header-block {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#26455C), to(#1F5B83));
  background: linear-gradient(to right, #26455C, #1F5B83);
  border-radius: 4px;
  color: #fff;
  padding: 7rem 10px 11rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .post-header-block {
    padding: 30px 10px 40px;
    border-radius: 0;
  }
}
.post-header-block:before {
  content: "";
  width: 1px;
  height: 47px;
  background: #047AE3;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .post-header-block .post-title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.post-header-block p {
  font-size: 13px;
}
.post-header-block .btn, .post-header-block .cta .ghost-btn, .cta .post-header-block .ghost-btn, .post-header-block form input[type=submit], form .post-header-block input[type=submit],
.post-header-block form button,
form .post-header-block button {
  margin-top: 40px;
}

.box-shadow {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.page-box {
  border-radius: 4px;
  background: #fff;
  padding: 80px 100px;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .page-box {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}

.account {
  text-align: center;
  margin-bottom: 0.75rem;
}
.account p {
  font-size: 13px;
  margin-bottom: 1rem;
  letter-spacing: 0px;
  line-height: 1.7;
}
.account .attention {
  color: #B92E2D;
  font-weight: bold;
}
.account img {
  max-width: 202px;
  margin-bottom: 1rem;
}
.account .desc {
  margin-bottom: 0;
}

.page-template-page-about .l-main .l-low .page-box {
  padding: 40px 70px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .page-template-page-about .l-main .l-low .page-box {
    padding: 30px 20px;
  }
}

.page-content,
.post-content {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
}
.page-content p,
.post-content p {
  margin-bottom: 2em;
}
.page-content ul,
.page-content ol,
.post-content ul,
.post-content ol {
  margin: 2em 0;
}
.page-content ul li,
.page-content ol li,
.post-content ul li,
.post-content ol li {
  margin: 5px 0;
}
.page-content strong,
.post-content strong {
  font-weight: bold;
}
.page-content table,
.post-content table {
  margin: 2em 0;
  font-size: 13px;
}
@media only screen and (max-width: 991px) {
  .page-content table,
  .post-content table {
    display: block;
    overflow: auto;
  }
}
@media only screen and (max-width: 991px) {
  .page-content table tbody,
  .post-content table tbody {
    display: table;
    width: 100%;
  }
}
.page-content table th,
.post-content table th {
  font-weight: bold;
  background: #f7f7f7;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .page-content table th,
  .post-content table th {
    text-align: left;
  }
}
.page-content table th,
.page-content table td,
.post-content table th,
.post-content table td {
  padding: 20px 16px;
}
.page-content [class*=t-style-],
.post-content [class*=t-style-] {
  border-top: 1px solid #EAEAEA;
  margin: 0;
}
.page-content [class*=t-style-] tr,
.post-content [class*=t-style-] tr {
  border-bottom: 1px solid #EAEAEA;
}
.page-content [class*=t-style-] th,
.post-content [class*=t-style-] th {
  width: 10em;
}
@media only screen and (max-width: 991px) {
  .page-content [class*=t-style-] th,
  .post-content [class*=t-style-] th {
    min-width: 8em;
  }
}
.page-content [class*=t-style-] td,
.post-content [class*=t-style-] td {
  padding-left: 20px;
  padding-right: 20px;
}
.page-content [class*=t-style-] .btn_radius,
.post-content [class*=t-style-] .btn_radius {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 2em;
}
.page-content [class*=t-style-] .btn_radius + p,
.post-content [class*=t-style-] .btn_radius + p {
  margin-top: 2em;
}
@media only screen and (max-width: 544px) {
  .page-content [class*=t-style-].__recruit th,
  .page-content [class*=t-style-].__recruit td,
  .post-content [class*=t-style-].__recruit th,
  .post-content [class*=t-style-].__recruit td {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 544px) {
  .page-content [class*=t-style-].__recruit th,
  .post-content [class*=t-style-].__recruit th {
    width: 10em;
    font-size: 10px;
  }
}
.page-content [class*=t-style-].__recruit td,
.post-content [class*=t-style-].__recruit td {
  font-size: 16px;
}
@media only screen and (max-width: 544px) {
  .page-content [class*=t-style-].__recruit td,
  .post-content [class*=t-style-].__recruit td {
    font-size: 13px;
  }
}
.page-content [class*=t-style-].__recruit td:last-child,
.post-content [class*=t-style-].__recruit td:last-child {
  margin-bottom: 0px;
}
.page-content .t-style-2 + .t-style-1,
.post-content .t-style-2 + .t-style-1 {
  border-top: none;
  margin-bottom: 4em;
}
.page-content .company-name,
.post-content .company-name {
  font-weight: bold;
  margin-bottom: 0;
}
.page-content .sc_fs_faq,
.post-content .sc_fs_faq {
  padding: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.page-content .sc_fs_faq h3,
.post-content .sc_fs_faq h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 32px;
}
@media only screen and (max-width: 544px) {
  .page-content .sc_fs_faq h3,
  .post-content .sc_fs_faq h3 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 16px 1.6em;
  }
}
.page-content .sc_fs_faq h3 + div,
.post-content .sc_fs_faq h3 + div {
  padding: 16px 32px;
}
@media only screen and (max-width: 991px) {
  .page-content .sc_fs_faq h3 + div,
  .post-content .sc_fs_faq h3 + div {
    padding: 16px 0.6em;
  }
}

.page-template-page-about .table-wrap {
  overflow: initial;
  white-space: initial;
}
.page-template-page-about table {
  overflow: initial;
  border-top: 1px solid #eaeaea;
}
.page-template-page-about table tr {
  border-bottom: 1px solid #eaeaea;
}
.page-template-page-about table th {
  font-size: 11px;
  font-size: clamp(11px, 2vw, 14px);
  white-space: pre;
  text-align: center;
}
.page-template-page-about table td {
  font-size: clamp(13px, 2vw, 16px);
}
.page-template-page-about table td .btn_radius {
  display: table-caption;
}
.page-template-page-about table th, .page-template-page-about table td {
  padding: 24px 20px;
  word-break: initial;
}

.list li {
  padding-left: 22px;
  position: relative;
}
.list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 8px;
}
.list li:before:hover {
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}

.company-img {
  margin-top: 2em;
}

.section-title-page {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-title-page {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
.section-title-page:after {
  content: "";
  width: 40px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-title-page:after:hover {
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}

.table-wrap {
  margin-bottom: 0;
}

.recruit-main {
  margin: 0 0 32px;
}
@media only screen and (max-width: 991px) {
  .recruit-main {
    margin: -28px -18px 32px;
  }
}

.rec-catch {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.3em;
  width: 90%;
}
@media only screen and (max-width: 991px) {
  .rec-catch {
    font-size: 18px;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding: 56px 10px;
    background: url(../images/recruit_img@2x.jpg) center;
    background-size: cover;
    width: 100%;
    line-height: 1.4;
  }
}
.rec-catch .maker-grade {
  position: relative;
}
.rec-catch .maker-grade:after {
  content: "";
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  position: absolute;
  left: -0.15em;
  bottom: -1px;
  z-index: -1;
}
.rec-catch .maker-grade:after:hover {
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}
.rec-catch .en {
  padding-top: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .rec-catch .en {
    font-size: 13px;
  }
}

[class*=recruit-img-] {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 991px) {
  [class*=recruit-img-] {
    display: inline-block;
  }
}
[class*=recruit-img-]:before {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  color: #047AE3;
  color: #047AE3;
  background: -webkit-linear-gradient(45deg, #047AE3, #45b4eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  position: absolute;
  left: -10px;
  bottom: -10px;
  line-height: 1;
  font-weight: bold;
}
[class*=recruit-img-]:before:hover {
  background: -webkit-linear-gradient(45deg, #45b4eb, #047AE3);
}

.base {
  position: relative;
}
.base > img {
  width: 100%;
}

.recruit-img-1:before {
  content: "01";
}

.recruit-img-2:before {
  content: "02";
}

.recruit-img-3:before {
  content: "03";
}

.recruit-img-4:before {
  content: "04";
}

.recruit-row-title {
  font-size: 19px;
  font-weight: bold;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 991px) {
  .recruit-row-title {
    font-size: 15px;
    line-height: 1.4;
  }
}

.recruit-sec-2 > p {
  text-align: center;
}
.recruit-sec-2 .view-contents {
  padding-top: 20px;
  display: none;
}
.recruit-sec-2 .view-contents li {
  padding-left: 22px;
  position: relative;
}
.recruit-sec-2 .view-contents li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 8px;
}
.recruit-sec-2 .view-contents li:before:hover {
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}
.recruit-sec-2 .view-contents .btn, .recruit-sec-2 .view-contents .cta .ghost-btn, .cta .recruit-sec-2 .view-contents .ghost-btn, .recruit-sec-2 .view-contents form input[type=submit], form .recruit-sec-2 .view-contents input[type=submit],
.recruit-sec-2 .view-contents form button,
form .recruit-sec-2 .view-contents button {
  margin: 30px auto 80px;
}
.recruit-sec-2 .view-contents table a {
  background: #26455C;
  color: #fff;
  font-size: 10px;
  padding: 2px 25px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
.recruit-sec-2 .view-contents table a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #047AE3;
  right: 12px;
}

.recruit-title {
  background: #fff;
  padding: 24px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  border: 1px solid #F2F5F7;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .recruit-title {
    padding: 16px 24px;
    font-size: 13px;
  }
}
.recruit-title:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.recruit-title i {
  display: block;
  float: right;
  color: #26455C;
  -webkit-text-fill-color: inherit;
  margin-top: 6px;
}

.recruit-img {
  margin: 0 0 30px;
  text-align: center;
}

.page-content .form-style tr.column1 th,
.page-content .form-style tr.column1 td {
  border: none;
  display: block;
}
.page-content .form-style tr.column1 th {
  width: 100%;
}
.page-content .form-style tr.column1 td {
  margin-bottom: 2rem;
}
.page-content .form-style th {
  background: none;
  text-align: left;
  width: 160px;
}
.page-content .form-style th,
.page-content .form-style td {
  padding: 0;
}
.page-content .form-style a {
  color: #047AE3;
}

.page-content .form-box,
.post-content .form-box {
  background: #F2F5F7;
  padding: 20px 80px;
}
@media only screen and (max-width: 991px) {
  .page-content .form-box,
  .post-content .form-box {
    padding: 15px;
  }
}
.page-content .form-box .table-grad,
.post-content .form-box .table-grad {
  overflow: hidden;
}
.page-content .form-box .table-grad:after,
.post-content .form-box .table-grad:after {
  content: none;
}
.page-content .form-style,
.post-content .form-style {
  margin: 0;
  width: 100%;
  margin: 10px 0 40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .page-content .form-style,
  .post-content .form-style {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    margin: 10px 0;
  }
}
.page-content .form-style:after,
.post-content .form-style:after {
  content: "";
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media only screen and (max-width: 991px) {
  .page-content .form-style:after,
  .post-content .form-style:after {
    bottom: -10px;
  }
}
.page-content .form-style:first-child,
.post-content .form-style:first-child {
  border: none;
}
.page-content .form-style th,
.page-content .form-style td,
.post-content .form-style th,
.post-content .form-style td {
  padding: 5px 0;
  overflow: hidden;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .page-content .form-style th,
  .page-content .form-style td,
  .post-content .form-style th,
  .post-content .form-style td {
    display: block;
  }
}
.page-content .form-style .half,
.post-content .form-style .half {
  width: 49%;
  float: left;
  padding-right: 1%;
}
.page-content .form-style input[type=text],
.page-content .form-style input[type=email],
.page-content .form-style input[type=url],
.page-content .form-style input[type=tel],
.page-content .form-style input[type=number],
.page-content .form-style input[type=date],
.page-content .form-style textarea,
.post-content .form-style input[type=text],
.post-content .form-style input[type=email],
.post-content .form-style input[type=url],
.post-content .form-style input[type=tel],
.post-content .form-style input[type=number],
.post-content .form-style input[type=date],
.post-content .form-style textarea {
  border: none;
  border-radius: 0;
  padding: 20px;
  width: 100%;
  font-size: 16px;
}
.page-content .form-style textarea,
.page-content .form-style input[type=email],
.post-content .form-style textarea,
.post-content .form-style input[type=email] {
  width: 100%;
}
.page-content .form-style .wpcf7-list-item,
.post-content .form-style .wpcf7-list-item {
  display: block;
  margin: 0;
}
.page-content .form-style input[type=checkbox],
.post-content .form-style input[type=checkbox] {
  display: none;
}
.page-content .form-style input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.post-content .form-style input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  position: absolute;
  left: 4px;
  top: 1px;
}
.page-content .form-style input[type=checkbox]:checked + .wpcf7-list-item-label:after:hover,
.post-content .form-style input[type=checkbox]:checked + .wpcf7-list-item-label:after:hover {
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}
.page-content .form-style .wpcf7-list-item-label,
.post-content .form-style .wpcf7-list-item-label {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  padding-bottom: 5px;
}
.page-content .form-style .wpcf7-list-item-label:before,
.post-content .form-style .wpcf7-list-item-label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #EAEAEA;
  background: #fff;
  position: absolute;
  left: 0;
  top: -3px;
}
.page-content .form-style .reqired:before,
.post-content .form-style .reqired:before {
  content: "必須";
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background: red;
  padding: 2px 3px;
  border-radius: 2px;
  margin-right: 8px;
}

.send-btn-wrap {
  max-width: 70%;
  margin: 60px auto 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .send-btn-wrap {
    max-width: 100%;
    margin: 20px 0 0;
  }
}
.send-btn-wrap:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #047AE3;
  color: #fff;
  font-size: 20px;
  -webkit-transform: none;
          transform: none;
  top: 16%;
}
.send-btn-wrap + p {
  display: none;
}

form input[type=submit],
form button {
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  width: 100%;
  max-width: 100%;
  padding: 25px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form input[type=submit]:hover,
form button:hover {
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}
form input[type=submit]:hover,
form button:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.blog-header-block {
  background: url(../images/blog/blog_main.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  position: relative;
}
.blog-header-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .blog-header-block {
    padding: 40px 12px;
    margin-bottom: 30px;
    margin-left: -8%;
    margin-right: -8%;
  }
}
.blog-header-block .post-title,
.blog-header-block p {
  text-shadow: 0 0 12px #26455c;
}
.blog-header-block .post-title {
  font-size: 26px;
  margin-bottom: 20px !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .blog-header-block .post-title {
    font-size: 20px;
    margin-bottom: 5px !important;
  }
}
.blog-header-block p {
  font-size: 16px;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .blog-header-block p {
    font-size: 13px;
  }
}

.search-block {
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 991px) {
  .search-block {
    margin-bottom: 30px;
  }
}

.search-cat {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .search-cat {
    display: block;
    position: relative;
  }
}
.search-cat > div {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .search-cat > div {
    display: block;
  }
}
.search-cat .search-mark {
  background: #F2F5F7;
  font-size: 16px;
  padding: 0 16px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
}
@media only screen and (max-width: 991px) {
  .search-cat .search-mark {
    display: none;
  }
}

.search-cat-text {
  padding: 15px 15px 15px 25px;
}
@media only screen and (max-width: 991px) {
  .search-cat-text {
    padding: 24px 0;
    text-align: center;
  }
}
.search-cat-text span {
  font-size: 15px;
  padding-right: 1em;
}
@media only screen and (max-width: 991px) {
  .search-cat-text span {
    font-size: 13px;
    padding: 0 0 10px;
    display: block;
  }
}
.search-cat-text label {
  font-size: 13px;
  position: relative;
}
.search-cat-text label:after {
  content: "\f13a";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 1;
  color: #047AE3;
}
.search-cat-text .cat-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #047AE3;
  border-radius: 4px;
  background: #fff;
  padding: 10px;
  width: 240px;
  color: #047AE3;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.search-box {
  padding: 12px;
  background: #F2F5F7;
  display: none;
  border: 1px solid #fff;
  border-top: none;
}
@media only screen and (max-width: 991px) {
  .search-box {
    display: block;
  }
}
.search-box #searchform {
  border: none;
}
.search-box form button:after {
  content: none;
}

.blog-posts {
  margin-bottom: -1px;
}
.blog-posts a {
  display: block;
  border: 1px solid #F2F5F7;
  border-radius: 4px;
  padding: 32px 32px 16px;
}
.blog-posts a:before, .blog-posts a:after {
  content: "";
  display: table;
}
.blog-posts a:after {
  clear: both;
}
@media only screen and (max-width: 991px) {
  .blog-posts a {
    padding: 20px 20px 12px;
  }
}
.blog-posts a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.blog-thumbnail {
  float: right;
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 991px) {
  .blog-thumbnail {
    width: 80px;
    margin: 0 0 10px 10px;
  }
}

.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-bottom: 10px;
  overflow: hidden;
}
.blog-meta .post-time {
  font-size: 13px;
  color: rgba(17, 24, 29, 0.7);
  float: right;
}
@media only screen and (max-width: 991px) {
  .blog-meta .post-time {
    font-size: 10px;
  }
}
.blog-meta::before, .blog-meta::after {
  display: none !important;
}

.blog-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: none;
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  .blog-cat {
    font-size: 11px;
  }
}
@media only screen and (max-width: 544px) {
  .blog-cat {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.blog-cat.__xs {
  font-size: 10px !important;
}

.blog-cat-item {
  background-color: #26455C;
  padding: 0.1rem 0.6rem;
  overflow: hidden;
  white-space: nowrap;
  /* 文字がはみ出た時に三点リーダーにする */
  text-overflow: ellipsis;
  max-width: 240px;
}
.blog-cat-item.__child {
  background-color: #35607f;
}

.blog-loop-title {
  margin: 0px 0 10px;
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .blog-loop-title {
    font-size: 13px;
    margin: 0px 0 5px;
  }
}
.blog-loop-title + p {
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .blog-loop-title + p {
    display: none;
  }
}
.blog-loop-title + p .en {
  padding-left: 1em;
  color: #047AE3;
}

[class*=blog-other-] a {
  padding: 25px;
  display: block;
}
@media only screen and (max-width: 991px) {
  [class*=blog-other-] a {
    padding: 12px;
  }
}

.blog-other-1 {
  margin: 80px 0 40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .blog-other-1 {
    margin: 40px 0 20px;
  }
}
.blog-other-1:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -14px;
}
@media only screen and (max-width: 991px) {
  .blog-other-1:after {
    display: none;
  }
}
.blog-other-1 a {
  background: url(../images/blog/bg_1@2x.jpg) no-repeat center;
  background-size: cover;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-other-1 a {
    background-position: right center;
  }
}

.mobile-img {
  margin-right: 15px;
  width: 194px;
}
@media only screen and (max-width: 991px) {
  .mobile-img {
    width: 100px;
    margin-right: 5px;
  }
}

.blog-other-1-textblock {
  padding: 0;
}
.blog-other-1-textblock p {
  font-size: 14px;
  margin: 5px 0 0.6em;
}
@media only screen and (max-width: 991px) {
  .blog-other-1-textblock p {
    font-size: 12px;
  }
}
.blog-other-1-textblock p span {
  color: #ff4c59;
}
.blog-other-1-textblock p + p {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .blog-other-1-textblock p + p {
    font-size: 13px;
  }
}

.blog-other-2 {
  background: url(../images/blog/blog_2@2x.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 32px 32px 40px;
  position: relative;
}
.blog-other-2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .blog-other-2 {
    margin: 0 -8%;
    padding: 32px 16px 40px;
  }
}
.blog-other-2 p {
  font-size: 17px;
  margin-bottom: 1.5em;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .blog-other-2 p {
    font-size: 13px;
    margin-bottom: 1em;
  }
}
.blog-other-2 .btn, .blog-other-2 .cta .ghost-btn, .cta .blog-other-2 .ghost-btn, .blog-other-2 form input[type=submit], form .blog-other-2 input[type=submit],
.blog-other-2 form button,
form .blog-other-2 button {
  padding: 10px;
}

.side-box {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 32px;
  margin-bottom: 50px;
}
.side-box p {
  font-size: 14px;
  line-height: 2;
  margin: 1em 0 2em;
}
@media only screen and (max-width: 991px) {
  .side-box p {
    font-size: 13px;
  }
}
.side-box .side-link-1 {
  margin-bottom: 1.5em;
}
.side-box .side-link-1 ul {
  margin-left: -6px;
}
.side-box .side-link-1 ul:before, .side-box .side-link-1 ul:after {
  content: "";
  display: table;
}
.side-box .side-link-1 ul:after {
  clear: both;
}
.side-box .side-link-1 ul li {
  width: 50%;
  float: left;
  padding-left: 6px;
  margin-bottom: 10px;
}
.side-box .side-link-1 ul li a {
  display: block;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
}
.side-box .side-link-1 ul li a:hover {
  color: #047AE3;
  border-color: #047AE3;
}
.side-box .side-btn {
  text-align: left;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
}

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

.side-sns {
  margin-bottom: 50px;
}
.side-sns > p {
  text-align: center;
  margin-bottom: 20px;
}
.side-sns a {
  padding: 20px;
  color: #fff;
  display: block;
  font-weight: normal;
}
.side-sns a i {
  margin-right: 5px;
}
.side-sns .fb {
  margin-bottom: 10px;
}
.side-sns .fb a {
  background: #3c5ca5;
}
.side-sns .tw a {
  background: #399ff4;
}

.popular-posts,
.latest-posts,
.recommend-posts {
  margin-top: 50px;
}
.popular-posts .blog-meta,
.latest-posts .blog-meta,
.recommend-posts .blog-meta {
  margin-bottom: 10px;
}
.popular-posts .blog-meta:before, .popular-posts .blog-meta:after,
.latest-posts .blog-meta:before,
.latest-posts .blog-meta:after,
.recommend-posts .blog-meta:before,
.recommend-posts .blog-meta:after {
  content: "";
  display: table;
}
.popular-posts .blog-meta:after,
.latest-posts .blog-meta:after,
.recommend-posts .blog-meta:after {
  clear: both;
}
.popular-posts .blog-cat,
.latest-posts .blog-cat,
.recommend-posts .blog-cat {
  font-size: 12px;
}
.popular-posts a:hover,
.latest-posts a:hover,
.recommend-posts a:hover {
  color: #047AE3;
}

.side-title {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}

.side-post-link {
  border-bottom: 1px solid #EAEAEA;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.side-loop-title {
  font-size: 14px;
}

article.post {
  border: none;
  background: none;
}

.post-header,
.post-content {
  padding: 0;
}

.single .post-title {
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 32px;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .single .post-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

.single-post-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*max-height: 24vw;*/
}

.share {
  margin: 24px 0 16px;
}

.sns-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-btns li {
  margin-right: 16px;
}
.sns-btns li:last-child {
  margin: 0;
}
.sns-btns li i,
.sns-btns li span {
  font-weight: normal;
  font-size: 24px;
}
.sns-btns .sns-facebook a {
  color: #3664a2;
}
.sns-btns .sns-twitter a {
  color: #1da1f2;
}
.sns-btns .sns-line a {
  color: #00b800;
}
.sns-btns .sns-hatebu a {
  color: #00a4de;
}

.view-block {
  background: #F2F5F7;
  padding: 12px;
}
.view-block .views {
  display: table;
  margin: 0 auto;
}
.view-block .views p,
.view-block .views .fb-like {
  display: table-cell;
  padding: 0 10px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .view-block .views p,
  .view-block .views .fb-like {
    display: block;
    font-size: 12px;
  }
}
.view-block .views .fb-like {
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 991px) {
  .view-block .views .fb-like {
    text-align: center;
    top: 0;
    padding-top: 5px;
  }
}

.post-content {
  margin: 0px auto 100px;
  font-size: 16px;
  overflow: inherit;
  max-width: 780px;
}
@media only screen and (max-width: 991px) {
  .post-content {
    margin: 0px auto 50px;
    padding: 0 !important;
    font-size: 13px;
  }
}
.post-content a {
  color: #047AE3;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content p,
.post-content pre {
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  .post-content p,
  .post-content pre {
    font-size: 15px;
  }
}
.post-content h2,
.post-content h3,
.post-content h4 {
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .post-content h2,
  .post-content h3,
  .post-content h4 {
    margin-top: 30px;
  }
}
.post-content h2 {
  font-size: 27px;
  padding-bottom: 0;
  border: none;
}
@media only screen and (max-width: 991px) {
  .post-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 544px) {
  .post-content h2 {
    font-size: 20px;
  }
}
.post-content h3 {
  position: relative;
  font-size: 18px;
  border: none;
  padding: 16px 16px;
  background-color: #F2F5F7;
}
@media only screen and (max-width: 991px) {
  .post-content h3 {
    font-size: 16px;
  }
}
.post-content h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background: #45b4eb;
  background: -webkit-gradient(linear, left top, left bottom, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to bottom, #45b4eb, #1d83ff);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#45b4eb), to(#1d83ff));
  -webkit-background: linear-gradient(to bottom, #45b4eb, #1d83ff);
}
@media only screen and (max-width: 991px) {
  .post-content h3:before {
    left: 0px;
  }
}
.post-content h4 {
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px solid #F2F5F7;
}
@media only screen and (max-width: 991px) {
  .post-content h4 {
    font-size: 16px;
  }
}
.post-content h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 32px;
  height: 2px;
  background: #45b4eb;
  background: -webkit-gradient(linear, left top, left bottom, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to bottom, #45b4eb, #1d83ff);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#45b4eb), to(#1d83ff));
  -webkit-background: linear-gradient(to bottom, #45b4eb, #1d83ff);
}
.post-content table,
.post-content table p,
.post-content blockquote,
.post-content blockquote p,
.post-content ul,
.post-content ul p,
.post-content ol,
.post-content ol p,
.post-content .post-box,
.post-content .post-box p {
  font-size: 13px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 991px) {
  .post-content table,
  .post-content table p,
  .post-content blockquote,
  .post-content blockquote p,
  .post-content ul,
  .post-content ul p,
  .post-content ol,
  .post-content ol p,
  .post-content .post-box,
  .post-content .post-box p {
    font-size: 11px;
  }
}
.post-content table li,
.post-content blockquote li,
.post-content ul li,
.post-content ol li,
.post-content .post-box li {
  font-size: 16px;
}
.post-content table tbody th {
  background: #26455C;
  padding: 8px;
  color: #fff;
}
.post-content table tbody th,
.post-content table tbody td {
  padding: 8px;
}
.post-content ol {
  list-style: none;
  padding-left: 0;
}
.post-content ol li {
  padding-left: 20px;
  position: relative;
}
.post-content ol li:nth-child(1):before {
  content: "1";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(2):before {
  content: "2";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(3):before {
  content: "3";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(4):before {
  content: "4";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(5):before {
  content: "5";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(6):before {
  content: "6";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(7):before {
  content: "7";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(8):before {
  content: "8";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(9):before {
  content: "9";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(10):before {
  content: "10";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(11):before {
  content: "11";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(12):before {
  content: "12";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(13):before {
  content: "13";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(14):before {
  content: "14";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(15):before {
  content: "15";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(16):before {
  content: "16";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(17):before {
  content: "17";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(18):before {
  content: "18";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(19):before {
  content: "19";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content ol li:nth-child(20):before {
  content: "20";
  position: absolute;
  left: 0;
  top: 0;
  color: #047AE3;
}
.post-content blockquote {
  background: none;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 60px 0;
  padding: 32px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .post-content blockquote {
    padding: 24px 0;
  }
}
.post-content blockquote:before, .post-content blockquote:after {
  content: "";
  width: 24px;
  height: 15px;
  position: absolute;
}
.post-content blockquote:before {
  background: url(../images/blog/quote_1.png) no-repeat #fff;
  background-size: contain;
  padding-right: 10px;
  left: 0;
  top: -12px;
}
.post-content blockquote:after {
  background: url(../images/blog/quote_2.png) no-repeat right #fff;
  background-size: contain;
  padding-left: 10px;
  right: 0;
  bottom: -12px;
}
.post-content blockquote p {
  margin-bottom: 0.5em;
}
.post-content blockquote p:last-child {
  font-size: 11px;
  font-style: italic;
  color: rgba(17, 24, 29, 0.7);
  text-align: right;
}
.post-content .post-box {
  margin: 50px 0;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .post-content .post-box {
    margin: 40px 0;
    padding: 16px 24px;
  }
}
.post-content .post-box .box-title {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.post-content .post-box *:last-child {
  margin-bottom: 0;
}
.post-content .box-1 {
  border: 1px solid #EAEAEA;
  border-left: 3px solid #45b4eb;
}
.post-content .box-2 {
  background: #F2F5F7;
}
.post-content .box-3 {
  border: 1px solid #45b4eb;
}
.post-content .btn, .post-content .cta .ghost-btn, .cta .post-content .ghost-btn, .post-content form input[type=submit], form .post-content input[type=submit],
.post-content form button,
form .post-content button {
  color: #fff;
  text-decoration: none;
}
.post-content + .share {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.share-title {
  text-align: center;
  margin-bottom: 20px;
}

.post-share-btns {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .post-share-btns {
    width: 100%;
  }
}
.post-share-btns li {
  display: table-cell;
  padding: 0 4px;
}
@media only screen and (max-width: 991px) {
  .post-share-btns li {
    width: 30%;
    text-align: center;
  }
}
.post-share-btns li a {
  display: block;
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
}
.post-share-btns li i {
  font-weight: normal;
}
.post-share-btns .share-facebook a {
  background: #3664a2;
}
.post-share-btns .share-twitter a {
  background: #1da1f2;
}
.post-share-btns .share-hatebu a {
  background: #00a4de;
}

.post-categories {
  display: table;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 991px) {
  .post-categories {
    margin-bottom: 35px;
  }
}
.post-categories li {
  display: table-cell;
  padding: 0 5px;
  font-size: 14px;
}
.post-categories li a {
  color: #047AE3;
  text-decoration: underline;
}
.post-categories li a:hover {
  text-decoration: none;
}

.post-author,
.post-supervisor {
  margin: 40px 0;
  padding: 32px;
  background-color: #F2F5F7;
}
@media only screen and (max-width: 991px) {
  .post-author,
  .post-supervisor {
    margin: 20px 0 !important;
    padding: 24px;
  }
}
.post-author .post-author-img,
.post-supervisor .post-supervisor-img {
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .post-author .post-author-img,
  .post-supervisor .post-supervisor-img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .post-author .post-author-img img,
  .post-supervisor .post-supervisor-img img {
    width: 80px;
  }
}

.post-supervisor .post-supervisor-img .inner {
  border-radius: 40px;
  overflow: hidden;
}

.post-author .post-author-meta,
.post-supervisor .post-supervisor-meta {
  word-break: break-all;
}
@media only screen and (max-width: 991px) {
  .post-author .post-author-meta,
  .post-supervisor .post-supervisor-meta {
    margin-left: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .post-author .post-author-meta h4,
  .post-supervisor .post-supervisor-meta h4 {
    text-align: center;
  }
}
.post-author .post-author-meta p,
.post-supervisor .post-supervisor-meta p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .post-author .post-author-meta p,
  .post-supervisor .post-supervisor-meta p {
    font-size: 13px;
    margin-top: 0px;
  }
}

.post-supervisor .post-supervisor-meta {
  margin-left: 0;
}

.post-sns-block {
  position: relative;
  margin: 80px 0;
  border-radius: 2px;
  background: #26455C;
  color: #fff;
  padding: 32px;
  text-align: center;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .post-sns-block {
    margin: 40px -8%;
    padding: 32px 8%;
  }
}
.post-sns-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(38, 69, 92, 0.7);
}
.post-sns-block h3,
.post-sns-block ul {
  position: relative;
  z-index: 1;
}

.post-sns-title {
  margin-bottom: 0.5em;
}
.post-sns-title + ul {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .post-sns-title + ul {
    width: 100%;
  }
}
.post-sns-title + ul li {
  display: table-cell;
  padding: 0 5px;
  min-width: 210px;
}
@media only screen and (max-width: 991px) {
  .post-sns-title + ul li {
    min-width: auto;
    width: 50%;
  }
}
.post-sns-title + ul li a {
  display: block;
  padding: 8px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
}
.post-sns-title + ul li i {
  margin-right: 4px;
}
.post-sns-title + ul .post-sns-facebook a {
  background: #3664a2;
}
.post-sns-title + ul .post-sns-twitter a {
  background: #1da1f2;
}

.other-articles-title {
  margin-bottom: 25px;
}

.post-cta {
  background: none;
  border: none;
  color: #000;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .post-cta {
    margin-top: 35px;
    padding: 0 !important;
  }
}

.post-cta .cta-post-title {
  font-size: 16px;
  text-align: left;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .post-cta .cta-post-title {
    padding: 0 !important;
  }
}

.post-cta .post-cta-inner {
  padding: 35px;
  background: #26455C;
  color: #fff;
}

.post-cta .post-cta-img {
  width: 100%;
  float: none;
  margin: 0 0 20px;
}

.post-cta .post-cta-cont {
  font-weight: normal;
}

.post-cta .post-cta-btn {
  margin: 0 0 20px;
}

.post-cta .post-cta-btn a {
  padding: 15px 10px;
  border-radius: 4px;
  width: 70%;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#269ED3), to(#0076E5));
  background: linear-gradient(to right, #269ED3, #0076E5);
  text-align: center;
  border: none;
}
@media only screen and (max-width: 991px) {
  .post-cta .post-cta-btn a {
    width: 100%;
    padding: 15px 22px;
  }
}
.post-cta .post-cta-btn a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .post-cta .post-cta-btn a:after {
    right: 8px;
  }
}
.post-cta .post-cta-btn a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#269ED3), to(#0076E5));
  background: linear-gradient(to right, #269ED3, #0076E5);
  border: none;
}

.blog-other-2 + .search-block {
  margin-top: 40px;
}

.modaal-container {
  max-width: 620px !important;
  border-radius: 10px !important;
  position: relative;
}

.modaal-content-container {
  padding: 0 !important;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: -25px !important;
  top: -25px !important;
  background: #000 !important;
  border-radius: 25px;
}

.modal-contents {
  text-align: center;
}

.modal-content {
  padding: 60px 12px;
}
@media only screen and (max-width: 991px) {
  .modal-content {
    padding: 20px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .modal-content p {
    text-align: left;
  }
}

.modal-img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .modal-img {
    margin-bottom: 20px;
  }
}

.modal-text-2 {
  font-weight: normal;
}

[class*=modal-text-] {
  margin-bottom: 1.5em;
}

.modal-nav-block {
  border-top: 1px solid #EAEAEA;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .modal-nav-block {
    margin-top: 20px;
  }
}
.modal-nav-block * {
  padding: 18px 15px;
}

.modal-nav {
  text-align: center;
  padding: 0 !important;
}
.modal-nav * {
  width: 25%;
}

.modal-prev {
  float: left;
  border-right: 1px solid #EAEAEA;
  border-radius: 0 0 0 10px;
}

.modal-next {
  float: right;
  border-left: 1px solid #EAEAEA;
  border-radius: 0 0 10px 0;
}

.modal-prev,
.modal-next {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.modal-prev:hover,
.modal-next:hover {
  background: #26455C;
  color: #fff;
}

.modal-box {
  display: none;
}

.modal-box-1 {
  display: block;
}

.sp {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
}

.review-cat-search-block {
  padding: 15px;
  display: table;
  width: 100%;
}
.review-cat-search-block p,
.review-cat-search-block .review-cat-search {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .review-cat-search-block p,
  .review-cat-search-block .review-cat-search {
    display: block;
    padding: 0;
    text-align: center;
  }
}
.review-cat-search-block p {
  color: #fff;
  font-size: 15px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .review-cat-search-block p {
    margin-bottom: 10px;
  }
}
.review-cat-search-block label {
  font-size: 13px;
  position: relative;
}
.review-cat-search-block label:after {
  content: "\f13a";
  font-family: Font Awesome 5 Free;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 1;
  color: #047AE3;
}
.review-cat-search-block .cat-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #047AE3;
  border-radius: 4px;
  background: #fff;
  padding: 15px;
  width: 240px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.review-cat-search-block + p {
  text-align: center;
  margin: 25px 0;
  font-size: 13px;
}

.review-box {
  margin-bottom: 40px;
  background: #fff;
}
.review-box a {
  display: block;
  border: 1px solid #EAEAEA;
  padding: 40px;
}
.review-box a:before, .review-box a:after {
  content: "";
  display: table;
}
.review-box a:after {
  clear: both;
}
@media only screen and (max-width: 991px) {
  .review-box a {
    padding: 12px;
  }
}
.review-box a:hover {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.review-cat {
  font-size: 14px;
  font-weight: normal;
  background: #26455C;
  color: #fff;
  padding: 2px 15px;
  position: absolute;
  left: -1px;
  top: -1px;
}
@media only screen and (max-width: 991px) {
  .review-cat {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .review-thumb {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.review-text {
  padding-left: 260px;
}
@media only screen and (max-width: 991px) {
  .review-text {
    padding: 10px 0 0 0;
  }
}
.review-text > p {
  font-weight: normal;
}
.review-text > p .en {
  color: #047AE3;
}

.review-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.review-meta {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}

.review-star {
  color: #feb91e;
  line-height: 0.8;
  display: table-cell;
}
@media only screen and (max-width: 991px) {
  .review-star {
    line-height: 1;
  }
}
.review-star img {
  width: 60px;
}

.review-name {
  display: table-cell;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .review-name {
    font-size: 12px;
  }
}

.post-type-archive .post-title,
.single-review .post-title,
.single-lecturer .post-title,
.page-template-page-faq .post-title,
.page-id-128 .post-title,
.page-id-134 .post-title {
  margin-bottom: 20px !important;
}

.single-review .post-title,
.single-lecturer .post-title {
  font-size: 28px;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .single-review .post-title,
  .single-lecturer .post-title {
    font-size: 20px;
  }
}
.single-review .review-box,
.single-lecturer .review-box {
  border: 1px solid #EAEAEA;
  padding: 40px;
  position: relative;
}
.single-review .review-box:before, .single-review .review-box:after,
.single-lecturer .review-box:before,
.single-lecturer .review-box:after {
  content: "";
  display: table;
}
.single-review .review-box:after,
.single-lecturer .review-box:after {
  clear: both;
}
@media only screen and (max-width: 991px) {
  .single-review .review-box,
  .single-lecturer .review-box {
    padding: 12px;
  }
}

.faq-box {
  margin-bottom: 20px;
}
.faq-box dt,
.faq-box dd {
  position: relative;
  padding: 20px 20px 20px 70px;
}
@media only screen and (max-width: 991px) {
  .faq-box dt,
  .faq-box dd {
    padding: 10px 30px 10px 40px;
  }
}
.faq-box dt {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .faq-box dt {
    font-size: 14px;
  }
}
.faq-box dt:before {
  content: "Q";
  font-family: "Roboto", sans-serif;
  color: #45b4eb;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .faq-box dt:before {
    left: 10px;
  }
}
.faq-box dt:after {
  content: "\f13a";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-box dt:after:hover {
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}
.faq-box dd {
  background: #F2F5F7;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 40px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .faq-box dd {
    font-size: 13px;
  }
}
.faq-box dd:before {
  content: "A";
  font-family: "Roboto", sans-serif;
  color: #45b4eb;
  position: absolute;
  left: 30px;
  top: 24px;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .faq-box dd:before {
    left: 10px;
    top: 1px;
  }
}
.faq-box dd strong {
  font-weight: bold;
}

_:-ms-lang(x),
.faq-box dt:after {
  color: #047AE3;
  background: transparent;
}

_:-ms-lang(x)::-ms-backdrop,
.faq-box dt:after {
  color: #047AE3;
  background: transparent;
}

.lecturer-box .review-title {
  font-size: 26px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .lecturer-box .review-title {
    font-size: 18px;
  }
}
.lecturer-box .review-title span {
  font-size: 16px;
  padding-left: 1em;
}
@media only screen and (max-width: 991px) {
  .lecturer-box .review-title span {
    font-size: 13px;
  }
}

.lecturer-catch {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .lecturer-catch {
    font-size: 14px;
  }
}

.lecturer-text {
  margin: 1em 0 2em;
}

.req {
  color: #ff0000;
}

.payment .payment-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.payment .payment-list li,
.payment .payment-list p {
  margin: 0;
}
.payment .payment-list li {
  width: 33.3333333333%;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 544px) {
  .payment .payment-list li {
    width: 50%;
  }
}
.payment .payment-list img {
  max-height: 80px;
}

.page-content .post-content {
  margin: 0 auto;
}
.page-content .post-content h2:first-child {
  margin-top: 0 !important;
}

.houjin .houjin-main {
  text-align: center;
}
.houjin .post-content ul {
  list-style-type: none;
}
.houjin .post-content h2 .en {
  font-size: 44px;
  color: #047AE3;
  padding-right: 5px;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content h2 .en {
    font-size: 30px;
  }
}
.houjin .post-content .youtube {
  position: relative;
  width: 80%;
  padding-top: 44.25%;
  margin: 0 auto 80px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .youtube {
    margin-bottom: 40px;
    width: 100%;
    padding-top: 56.25%;
  }
}
.houjin .post-content .youtube:after {
  content: "";
  height: 60%;
  background: #F2F5F7;
  position: absolute;
  left: -13%;
  right: -13%;
  bottom: -10%;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .youtube:after {
    content: none;
  }
}
.houjin .post-content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.houjin .post-content .slide-box {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}
.houjin .post-content .slide-box dt {
  margin-bottom: 0;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .slide-box dt {
    padding: 10px 30px 10px 10px;
  }
}
.houjin .post-content .slide-box dt:before {
  content: none;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .slide-box dt:after {
    right: 10px;
  }
}
.houjin .post-content .slide-box dd {
  margin-bottom: 40px;
  border: none;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .slide-box dd {
    padding: 10px;
  }
}
.houjin .post-content .slide-box dd:before {
  content: none;
}
.houjin .post-content .slide-box dd p {
  margin: 0;
}
.houjin .post-content .faq-box {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .faq-box dt:after {
    right: 10px;
  }
}
.houjin .post-content .faq-box dd {
  margin-bottom: 40px;
  border: none;
  padding: 20px 20px 20px 70px;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .faq-box dd {
    padding: 10px 10px 10px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .faq-box dd:before {
    top: 10px;
  }
}
.houjin .post-content .faq-box dd p {
  margin-bottom: 0;
}
.houjin .post-content .flex p:first-child {
  min-width: 340px;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .flex p:first-child {
    min-width: auto;
  }
}
.houjin .post-content .form-style {
  border: none;
}
.houjin .post-content .form-style th,
.houjin .post-content .form-style td {
  border: none;
}
.houjin .post-content .form-style th {
  width: 240px;
}
@media only screen and (max-width: 991px) {
  .houjin .post-content .form-style th {
    width: 100%;
  }
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .flex {
    display: block;
  }
}

#searchsubmit {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#searchsubmit:after {
  content: none;
}

.study-list li .title {
  display: inline-block;
  padding: 4px 0;
}

.icon_nav .fa-phone {
  font-family: "Font Awesome 5 Free";
  color: #000;
  background: none;
  -webkit-text-fill-color: #000;
  font-size: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 490px) {
  .icon_nav .fa-phone {
    font-size: 16px;
  }
}

#modal-nav {
  max-width: 62%;
  min-width: calc(100% - 540px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-page-lp-asbestos .cta {
  display: none !important;
}

.cta {
  width: 250px;
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  display: none;
}
.cta > div {
  padding: 12px;
}
.cta .cta-block-1 {
  padding-top: 20px;
  background: #fff;
  position: relative;
}
.cta .cta-block-2 {
  display: none;
  background: #EDEDED;
}
.cta .title {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.cta .en {
  font-size: 19px;
  line-height: 1.6;
}
.cta .time {
  font-size: 10px;
  font-weight: normal;
}
.cta .ghost-btn {
  border: 1px solid #EAEAEA;
  background: #fff;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 10px;
}
.cta .ghost-btn:after {
  color: #000;
}
.cta .btn, .cta form input[type=submit], form .cta input[type=submit],
.cta form button,
form .cta button,
.cta .ghost-btn {
  font-size: 11px;
  padding: 6px;
  border-radius: 20px;
  max-width: 185px;
}
.cta .close-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
}
.cta .close-wrap .close {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
}
.cta .close-wrap .close span:before, .cta .close-wrap .close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: rgb(0, 0, 0);
}
.cta .close-wrap .close span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cta .close-wrap .close span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp-cta-wrap {
  display: none;
  z-index: 100;
  width: 94%;
  position: fixed;
  left: 3%;
  bottom: 10px;
}

.sp-cta {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.sp-cta a {
  display: block;
  padding: 12px;
  text-align: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  line-height: 1;
}
.sp-cta .grade {
  font-size: 11px;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  color: #fff;
  line-height: 30px;
}
.sp-cta .tel-link {
  text-align: center;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.sp-cta .tel-link .en {
  font-size: 13px;
  display: block;
  line-height: 1.4;
}
.sp-cta .tel-link .time {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.3);
}
.sp-cta .sp-contact {
  font-size: 20px;
  border-left: 1px solid #EAEAEA;
  line-height: 30px;
}

.login .post-title + p {
  font-size: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .login .post-title + p {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

.login-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .login-block {
    display: block;
  }
}
.login-block + .page-box {
  padding: 60px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .login-block + .page-box {
    padding: 25px 15px;
  }
}
.login-block + .page-box .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1em;
}
.login-block + .page-box .btn, .login-block + .page-box form input[type=submit], form .login-block + .page-box input[type=submit],
.login-block + .page-box form button,
form .login-block + .page-box button, .login-block + .page-box .cta .ghost-btn, .cta .login-block + .page-box .ghost-btn {
  background: #2EB979;
  font-size: 13px;
  max-width: 390px;
  margin-bottom: 15px;
}
.login-block + .page-box .btn:after, .login-block + .page-box form input[type=submit]:after, form .login-block + .page-box input[type=submit]:after,
.login-block + .page-box form button:after,
form .login-block + .page-box button:after, .login-block + .page-box .cta .ghost-btn:after, .cta .login-block + .page-box .ghost-btn:after {
  content: none;
}
.login-block + .page-box .btn + p, .login-block + .page-box form input[type=submit] + p, form .login-block + .page-box input[type=submit] + p,
.login-block + .page-box form button + p,
form .login-block + .page-box button + p, .login-block + .page-box .cta .ghost-btn + p, .cta .login-block + .page-box .ghost-btn + p {
  font-size: 13px;
  margin: 0;
}
.login-block + .page-box .btn + p a, .login-block + .page-box form input[type=submit] + p a, form .login-block + .page-box input[type=submit] + p a,
.login-block + .page-box form button + p a,
form .login-block + .page-box button + p a, .login-block + .page-box .cta .ghost-btn + p a, .cta .login-block + .page-box .ghost-btn + p a {
  text-decoration: underline;
}

.login-box,
.signup-box {
  background: #fff;
  border-radius: 4px;
  padding: 0 5px 60px;
  width: 48%;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .login-box,
  .signup-box {
    padding: 0 5px 25px;
    width: 100%;
  }
}
.login-box figure,
.signup-box figure {
  margin: -40px 0 10px;
}
@media only screen and (max-width: 991px) {
  .login-box figure,
  .signup-box figure {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .login-box figure img,
  .signup-box figure img {
    margin-top: -35px;
  }
}
.login-box .login-att,
.signup-box .login-att {
  color: #EBA302;
  font-size: 12px;
  line-height: 1.6;
}
.login-box .login-att span,
.signup-box .login-att span {
  font-size: 17px;
}
.login-box .title,
.signup-box .title {
  font-size: 17px;
  margin-bottom: 15px;
}
.login-box p,
.signup-box p {
  margin-bottom: 0;
}
.login-box .btn, .login-box form input[type=submit], form .login-box input[type=submit],
.login-box form button,
form .login-box button, .login-box .cta .ghost-btn, .cta .login-box .ghost-btn,
.signup-box .btn,
.signup-box form input[type=submit],
form .signup-box input[type=submit],
.signup-box form button,
form .signup-box button,
.signup-box .cta .ghost-btn,
.cta .signup-box .ghost-btn {
  padding: 5px;
  font-size: 12px;
  max-width: 220px;
}
.login-box .btn:after, .login-box form input[type=submit]:after, form .login-box input[type=submit]:after,
.login-box form button:after,
form .login-box button:after, .login-box .cta .ghost-btn:after, .cta .login-box .ghost-btn:after,
.signup-box .btn:after,
.signup-box form input[type=submit]:after,
form .signup-box input[type=submit]:after,
.signup-box form button:after,
form .signup-box button:after,
.signup-box .cta .ghost-btn:after,
.cta .signup-box .ghost-btn:after {
  content: none;
}

.login-box {
  margin-right: 2%;
}
@media only screen and (max-width: 991px) {
  .login-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.signup-box {
  margin-left: 2%;
  background: #26455C;
}
@media only screen and (max-width: 991px) {
  .signup-box {
    width: 100%;
    margin-left: 0;
  }
}
.signup-box .title {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .register .l-section-item p {
    font-size: 13px;
  }
}
.register .register-img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .register .register-img {
    margin-bottom: 20px;
  }
}
.register .section-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .register .section-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.register .step li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .register .step li {
    display: block;
  }
}
.register .step li .image {
  min-width: 219px;
  max-width: 219px;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 991px) {
  .register .step li .image {
    max-width: 100%;
    margin: 0;
  }
}
.register .step li .text-block {
  padding-top: 1.2em;
}
.register .view-btn {
  font-size: 16px;
  background: #fff;
  padding: 1em 1.5em;
  position: relative;
}
.register .view-btn:after {
  content: "\f13a";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #047AE3;
}
.register table {
  border: 1px solid #EAEAEA;
  margin: 0;
  width: 100%;
}
.register table caption {
  text-align: center;
  background: #eaeaea;
  font-weight: bold;
  padding: 1em;
}
.register table th {
  color: #000 !important;
  background: #f7f7f7 !important;
  width: 160px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.register table td {
  border-bottom: 1px solid #EAEAEA;
}
@media only screen and (max-width: 991px) {
  .register table th,
  .register table td {
    display: block;
    width: 100%;
    padding: 1em;
  }
}
#faqmail-js {
  margin-top: 10px;
}

form .test-mail {
  width: auto;
  margin-top: 10px;
}
form .test-mail td {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .page-template-page-faq .faq-box dd:before {
    top: 10px;
  }
}

.news-list {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .news-list {
    text-align: left;
  }
}
.news-list li {
  background: #F2F5F7;
  border-top: 1px solid #fff;
  padding: 6px 16px;
  line-height: 1.3;
}
.news-list li:before, .news-list li:after {
  content: "";
  display: table;
}
.news-list li:after {
  clear: both;
}
.news-list li:first-child {
  border: none;
}
@media only screen and (max-width: 991px) {
  .news-list li {
    padding-left: 3%;
  }
}
@media only screen and (max-width: 991px) {
  .news-list li a {
    float: left;
    width: 92%;
  }
}
.news-list li a:hover .title {
  color: #047AE3;
}
.news-list li .cat {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #26455C;
  border-radius: 3px;
  padding: 0 5px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
  line-height: 1.6;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 991px) {
  .news-list li .cat {
    top: 1px;
  }
}
.news-list li .sale {
  background: #feb91e;
}
.news-list li .title {
  font-size: 13px;
  font-weight: bold;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 991px) {
  .news-list li .title {
    display: block;
    padding: 0;
    font-size: 12px;
  }
}
.news-list .close {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
  float: right;
  top: 7px;
  right: 15px;
}
@media only screen and (max-width: 991px) {
  .news-list .close {
    right: 3%;
  }
}
.news-list .close span:before, .news-list .close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: black;
}
.news-list .close span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.news-list .close span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.o-news {
  margin-top: 8%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.o-newsList {
  margin-bottom: 3%;
}
.o-newsList_link {
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 16px 8px;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .o-newsList_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.o-newsList_link:first-child {
  border-top: 1px solid #EAEAEA;
}
.o-newsList_link:hover {
  background-color: #F2F5F7;
}
.o-newsList_link:hover:after,
.o-newsList_link:hover .o-newsList_title {
  color: #047AE3;
}
.o-newsList_link:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.o-newsList_link.__published .cat {
  background: #45b4eb;
}
.o-newsList_link.__published:after {
  content: "\f08e";
}
.o-newsList_link:hover .title {
  color: #047AE3;
}
.o-newsList_cat {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: clamp(10px, 3vw, 11px);
  font-weight: bold;
  color: #fff;
  background: #26455C;
  border-radius: 3px;
  padding: 0px 4px;
  display: inline-block;
  margin-right: 24px;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .o-newsList_cat {
    margin-right: 16px;
  }
}
.o-newsList_time {
  font-weight: normal;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: clamp(11px, 2vw, 13px);
}
.o-newsList_title {
  font-size: clamp(13px, 2.5vw, 15px);
  font-weight: bold;
  padding: 0 24px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .o-newsList_title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 13px;
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }
}

.tab-cat-list .cat-detail {
  display: none;
}

/* 記事ページ、メイン画像をYouTubeにした時 */
.single-post-thumbnail-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.single-post-thumbnail-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* =========================================================
o-parts
========================================================= */
/* single の時に 右下追尾のお問い合わせを非表示*/
.single .cta,
.single .sp-cta-wrap,
.sp-cta-wrap {
  display: none !important;
}

.o-parts label.close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(17, 24, 29, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  .o-parts label.close-btn {
    bottom: initial;
    padding: 8px;
  }
}
.o-parts.absolute {
  position: absolute;
  z-index: 11;
}
.o-parts.fixed {
  position: fixed;
  z-index: 11 !important;
}
.o-parts.sticky {
  position: sticky;
  z-index: 11;
}
.o-parts.bottom {
  bottom: 0;
  left: 0;
}
.o-parts.__requestform {
  width: 100%;
  bottom: -12px;
  opacity: 0;
  background-color: rgba(38, 69, 92, 0.95);
  -webkit-animation-name: opacityMove;
          animation-name: opacityMove;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform.__bnr .__wrap {
    padding: 8px 16px 28px;
  }
}
.o-parts.__requestform.__bnrimage .__wrap {
  padding: 32px 16px;
}
.o-parts.__requestform.__bnrimage .__bnrimage-item {
  position: absolute;
  bottom: 8px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 400px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform.__bnrimage .__bnrimage-item {
    max-width: 280px;
  }
}
.o-parts.__requestform.__bnrimage .__bnrimage-item:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.o-parts.__requestform .__wrap {
  max-width: 1104px;
  margin: 0 auto;
  padding: 12px 64px 16px;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .__wrap {
    padding: 8px 16px 24px;
  }
}
.o-parts.__requestform .__img {
  position: relative;
  margin-right: 12px;
}
.o-parts.__requestform .__img:before, .o-parts.__requestform .__img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
  right: -2px;
  bottom: -1px;
  z-index: 12;
}
.o-parts.__requestform .__img:after {
  right: -4px;
  bottom: -3px;
  z-index: 11;
}
.o-parts.__requestform .__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 13;
}
.o-parts.__requestform .__img,
.o-parts.__requestform .__img img {
  height: 48px;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .__img,
  .o-parts.__requestform .__img img {
    height: 64px;
  }
}
.o-parts.__requestform.__bnr .__img:before, .o-parts.__requestform.__bnr .__img:after {
  content: none;
}
.o-parts.__requestform.__bnr .__img,
.o-parts.__requestform.__bnr .__img img {
  height: 104px;
  margin: -12px 4px -16px 0;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform.__bnr .__img,
  .o-parts.__requestform.__bnr .__img img {
    height: auto;
    width: 132px;
    margin-right: 0;
  }
}
.o-parts.__requestform .__info {
  color: #fff;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .__info {
    margin-right: 0px;
    margin-bottom: 6px;
  }
}
.o-parts.__requestform.__bnr .__info {
  min-width: inherit;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform.__bnr .__info {
    width: 100%;
    margin-left: 8px;
  }
}
.o-parts.__requestform .__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0px;
}
@media only screen and (max-width: 991px) {
  .o-parts.__requestform .__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .__title {
    font-size: 15px;
  }
}
.o-parts.__requestform .__desc {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
}
@media only screen and (max-width: 991px) {
  .o-parts.__requestform .__desc {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .__desc {
    font-size: 12px;
  }
}
.o-parts.__requestform .__form {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.o-parts.__requestform .__input {
  position: relative;
  width: 100%;
  padding-left: 32px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  border-radius: 4px 0 0 4px;
  border-bottom: 3px solid #c6c6c6;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .__input {
    padding: 6px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .__input::-webkit-input-placeholder {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    text-align: left;
  }
  .o-parts.__requestform .__input::-moz-placeholder {
    transform: scale(0.8);
    text-align: left;
  }
  .o-parts.__requestform .__input:-ms-input-placeholder {
    transform: scale(0.8);
    text-align: left;
  }
  .o-parts.__requestform .__input::-ms-input-placeholder {
    transform: scale(0.8);
    text-align: left;
  }
  .o-parts.__requestform .__input::placeholder {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    text-align: left;
  }
}
.o-parts.__requestform .__btn {
  width: auto;
  border-radius: 0 4px 4px 0;
  border-bottom: 3px solid #036bc6;
  padding: 0 16px;
  font-size: 13px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.o-parts.__requestform .__btn:after {
  display: none;
}
.o-parts.__requestform .linelp-btn,
.o-parts.__requestform .fixed-btn {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .linelp-btn,
  .o-parts.__requestform .fixed-btn {
    width: 100%;
    margin-left: 8px;
  }
}
.o-parts.__requestform .linelp-btn a,
.o-parts.__requestform .fixed-btn a {
  min-width: 240px;
  padding: 12px 24px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .linelp-btn a,
  .o-parts.__requestform .fixed-btn a {
    padding: 4px;
    font-size: 13px;
    min-width: inherit;
    max-width: inherit;
    text-align: center;
  }
}
.o-parts.__requestform .linelp-btn .__lineimg,
.o-parts.__requestform .fixed-btn .__lineimg {
  max-height: 32px;
}
@media only screen and (max-width: 767px) {
  .o-parts.__requestform .linelp-btn .__lineimg,
  .o-parts.__requestform .fixed-btn .__lineimg {
    max-height: 28px;
  }
}
.o-parts.__requestform .linelp-btn .__qr,
.o-parts.__requestform .fixed-btn .__qr {
  display: none;
}
.o-partsFixedcta.__elearning .o-partsFixedcta_wrap, .o-partsFixedcta.__elearning .o-partsFixedcta_inner, .o-partsFixedcta.__elearning .o-partsFixedcta_btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .o-partsFixedcta.__elearning .o-partsFixedcta_wrap {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .o-partsFixedcta.__elearning .o-partsFixedcta_inner {
    margin-bottom: 8px;
  }
}
.o-partsFixedcta.__elearning .o-partsFixedcta_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .o-partsFixedcta.__elearning .o-partsFixedcta_img {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.o-partsFixedcta.__elearning .o-partsFixedcta_info {
  margin-left: 3%;
  margin-right: 3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .o-partsFixedcta.__elearning .o-partsFixedcta_info {
    margin-right: 0px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.o-partsFixedcta.__elearning .o-partsFixedcta_infoDesc {
  font-size: clamp(13px, 2.5vw, 15px);
  color: #45b4eb;
  font-weight: bold;
}
.o-partsFixedcta.__elearning .o-partsFixedcta_infoTitle {
  font-size: clamp(14px, 3vw, 18px);
}
.o-partsFixedcta.__elearning .o-partsFixedcta_btns {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .o-partsFixedcta.__elearning .o-partsFixedcta_btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.o-partsFixedcta.__elearning .o-partsFixedcta_btnsItem {
  font-size: clamp(13px, 2.5vw, 15px);
  font-weight: bold;
  padding: 16px 24px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 991px) {
  .o-partsFixedcta.__elearning .o-partsFixedcta_btnsItem {
    width: 100%;
    padding: 8px 24px;
    max-width: none;
  }
}
.o-partsFixedcta.__elearning .o-partsFixedcta_btnsItem.__sample {
  margin-left: 8px;
}
.o-partsBnr.__style01 {
  margin: 0 auto 3rem;
  text-align: center;
}
.o-partsBnr_image {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.o-partsBnr_image.__pc {
  max-width: 480px;
}
.o-partsBnr_image.__sp {
  max-width: 320px;
}
.o-partsBnr_image:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.o-parts.checklist {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}
.o-parts.checklist .__listitem {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-left: 24px;
  line-height: 1.4;
  margin: 16px 0;
}
.o-parts.checklist i {
  position: absolute;
  margin-right: 6px;
  top: 1px;
  left: 0;
}
.o-parts.checklist.blue i {
  color: #047AE3;
}
.o-parts.number-increase {
  counter-reset: num;
}
.o-parts.number-increase .__item {
  position: relative;
}
.o-parts.number-increase .__item:before {
  counter-increment: num;
  content: counter(num) "";
}
.o-parts.arrow {
  position: relative;
}
.o-parts.arrow:before {
  content: "";
  position: absolute;
  margin: auto;
  background-image: url(../images/lp/line/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 44px;
  height: 56px;
  z-index: 1;
}
.o-parts.anchor {
  padding-top: 64px;
  margin-top: -80px;
}
.o-parts.geotrust table {
  border: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .o-parts.geotrust table td,
  .o-parts.geotrust table th {
    text-align: center;
  }
}
.o-parts.__lpbnr .__img {
  margin: 0 12px 0 0 !important;
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}
@media only screen and (max-width: 767px) {
  .o-parts.__lpbnr .__img {
    margin: 0 3px 0 0 !important;
  }
}
.o-parts.__lpbnr .__img,
.o-parts.__lpbnr .__img img {
  height: 75px !important;
  width: inherit !important;
}
.o-parts.__lpbnr .__img img {
  margin: -3px 0px 0 -3px !important;
  border: 1px solid #F2F5F7;
}
.o-parts.corplink {
  display: none;
  position: relative;
  background-color: #142531;
  border-radius: 4px;
  max-width: 678px;
  margin: 0 auto 3rem;
  padding: 1rem;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.o-parts.corplink:hover {
  opacity: 0.95;
}
.o-parts.corplink:hover .corplinkIcon {
  background-color: #26455C;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.o-parts.corplink.__small {
  max-width: 572px;
}
.o-parts.corplink.__noma {
  margin-left: inherit;
  margin-right: inherit;
}
.o-parts.corplink.__top {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media only screen and (max-width: 1280px) {
  .o-parts.corplink.__top {
    max-width: 577px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .o-parts.corplink .corplinkImg {
    width: 100%;
  }
}
.o-parts.corplink .corplinkImg_item {
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
  width: 80px;
  border-right: 1px solid #26455C;
}
@media only screen and (max-width: 1400px) {
  .o-parts.corplink .corplinkImg_item {
    width: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .o-parts.corplink .corplinkImg_item {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .o-parts.corplink .corplinkImg_item {
    width: 33.33333%;
  }
}
.o-parts.corplink .corplinkImg_item:first-child {
  border-radius: 4px 0 0 4px;
}
.o-parts.corplink .corplinkImg_item:last-child {
  border-right: none;
  border-radius: 0 4px 4px 0;
}
.o-parts.corplink .corplinkText {
  font-size: 15px;
  padding: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .o-parts.corplink .corplinkText {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 544px) {
  .o-parts.corplink .corplinkText {
    font-size: 13px;
  }
}
.o-parts.corplink .corplinkText_sub {
  position: relative;
}
.o-parts.corplink .corplinkText_sub:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: inherit;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(#F5EAB5), color-stop(30%, #BF8F37), color-stop(6%, #F7F1C1), color-stop(98%, #E8CA75));
  background: linear-gradient(to right, #F5EAB5 0%, #BF8F37 30%, #F7F1C1 6%, #E8CA75 98%);
}
.o-parts.corplink .corplinkText_subWrap {
  position: relative;
  z-index: 1;
  background-color: #142531;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .o-parts.corplink .corplinkText_subWrap {
    padding-left: 12px;
  }
}
.o-parts.corplink .corplinkText_title {
  font-size: 23px;
}
@media only screen and (max-width: 1400px) {
  .o-parts.corplink .corplinkText_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 544px) {
  .o-parts.corplink .corplinkText_title {
    font-size: 19px;
  }
}
.o-parts.corplink .corplinkText_titleSub {
  font-size: 15px;
}
@media only screen and (max-width: 544px) {
  .o-parts.corplink .corplinkText_titleSub {
    font-size: 13px;
  }
}
.o-parts.corplink .corplinkIcon {
  background-color: #26455C;
  border-radius: 4px;
  height: 80px;
  padding: 0 0.3rem 0 0.5rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 767px) {
  .o-parts.corplink .corplinkIcon {
    position: absolute;
    height: 24px;
    width: 24px;
    padding: 0;
    border-radius: 100px;
    bottom: 12px;
    right: 12px;
    background: -webkit-linear-gradient(0deg, #047AE3, #45b4eb);
  }
}
.o-parts.corplink .corplinkIcon_icon:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .o-parts.corplink .corplinkIcon_icon:before {
    margin-left: 2px;
  }
}
.o-parts.corplink .corplinkBadge {
  position: absolute;
  padding: 0.3rem 1.3rem;
  top: -1rem;
  left: -1rem;
  border-radius: 2px;
  letter-spacing: -0.5px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  background: -webkit-gradient(linear, left top, right top, from(#746161), color-stop(98%, #432A2A));
  background: linear-gradient(to right, #746161 0%, #432A2A 98%);
}
@media only screen and (max-width: 544px) {
  .o-parts.corplink .corplinkBadge {
    font-size: 11px;
  }
}
.o-parts.corplink .corplinkBadge_icon:before {
  margin-right: 6px;
  color: #fff;
}
.o-parts.corplink.__small .corplinkImg_item {
  width: 33.33333%;
}
.o-parts.corplink.__small .corplinkText {
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.o-parts.corplink.__small .corplinkText_subWrap {
  padding-left: 12px;
}
.o-parts.corplink.__small .corplinkText_title {
  font-size: 19px;
}
.o-parts.corplink.__small .corplinkTextSub {
  font-size: 13px;
}
.o-parts.corplink.__small .corplinkIcon {
  position: absolute;
  height: 24px;
  width: 24px;
  padding: 0;
  border-radius: 100px;
  bottom: 12px;
  right: 12px;
  background: -webkit-linear-gradient(0deg, #047AE3, #45b4eb);
}
.o-parts.corplink.__small .corplinkIcon_icon:before {
  margin-left: 2px;
}
@media only screen and (max-width: 544px) {
  .o-parts.corplink.__small .corplinkBadge {
    font-size: 11px;
  }
}
.o-parts.shoppingbtn {
  background-color: rgba(38, 69, 92, 0.9);
}
.o-parts.shoppingbtn .__wrap {
  max-width: 840px;
  margin: auto;
  padding: 12px 0;
}
@media only screen and (max-width: 991px) {
  .o-parts.shoppingbtn .__wrap {
    padding: 10px 16px 12px;
  }
}
.o-parts.shoppingbtn .__item {
  color: #fff;
}
.o-parts.shoppingbtn .__item p {
  margin-bottom: 0;
}
.o-parts.shoppingbtn .__item.tel {
  min-width: 284px;
  margin-right: 3%;
  line-height: 1.4;
}
.o-parts.shoppingbtn .__item.tel .__title {
  padding: 1rem 0.7rem 1rem 1rem;
  font-weight: bold;
  background-color: #26455C;
  border-radius: 4px;
  text-align: center;
  font-size: 1.2rem;
  margin-right: 3%;
  min-width: 80px;
  line-height: 1.4;
}
.o-parts.shoppingbtn .__item.tel .__number {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.o-parts.shoppingbtn .__item.tel .__detail {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
}
.o-parts.shoppingbtn .__item.tel .__detail a {
  color: #fff;
  text-decoration: underline;
}
.o-parts.shoppingbtn .__item.buttons {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 -1%;
}
.o-parts.shoppingbtn .__item.buttons .btn, .o-parts.shoppingbtn .__item.buttons form input[type=submit], form .o-parts.shoppingbtn .__item.buttons input[type=submit],
.o-parts.shoppingbtn .__item.buttons form button,
form .o-parts.shoppingbtn .__item.buttons button, .o-parts.shoppingbtn .__item.buttons .cta .ghost-btn, .cta .o-parts.shoppingbtn .__item.buttons .ghost-btn {
  margin: 0 1%;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.o-parts.shoppingbtn .__item.buttons .btn i, .o-parts.shoppingbtn .__item.buttons form input[type=submit] i, form .o-parts.shoppingbtn .__item.buttons input[type=submit] i,
.o-parts.shoppingbtn .__item.buttons form button i,
form .o-parts.shoppingbtn .__item.buttons button i, .o-parts.shoppingbtn .__item.buttons .cta .ghost-btn i, .cta .o-parts.shoppingbtn .__item.buttons .ghost-btn i {
  margin-right: 3%;
  margin-left: -6%;
}
.o-parts.shoppingbtn .__item.buttons .btn:after, .o-parts.shoppingbtn .__item.buttons form input[type=submit]:after, form .o-parts.shoppingbtn .__item.buttons input[type=submit]:after,
.o-parts.shoppingbtn .__item.buttons form button:after,
form .o-parts.shoppingbtn .__item.buttons button:after, .o-parts.shoppingbtn .__item.buttons .cta .ghost-btn:after, .cta .o-parts.shoppingbtn .__item.buttons .ghost-btn:after {
  color: #fff;
}
.o-parts.shoppingbtn .__item.buttons .btn-a {
  max-width: inherit;
  background: #FEB91E;
  background: -webkit-gradient(linear, left top, right top, from(#FEB91E), to(#FE741E));
  background: linear-gradient(to right, #FEB91E, #FE741E);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#FEB91E), to(#FE741E));
  -webkit-background: linear-gradient(to right, #FEB91E, #FE741E);
}
.o-parts.shoppingbtn .__item.buttons .btn-b {
  background: #2EB979;
  background: -webkit-gradient(linear, left top, right top, from(#2EB979), to(#2EB979));
  background: linear-gradient(to right, #2EB979, #2EB979);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#2EB979), to(#2EB979));
  -webkit-background: linear-gradient(to right, #2EB979, #2EB979);
}
.o-parts.shoppingbtn .sp-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  background: #26455C;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 10px 13px 8px;
  line-height: 1;
  margin-left: 12px;
}
.o-parts.shoppingbtn .sp-menu span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1080px) {
  .o-parts.shoppingbtn .sp-menu {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .o-parts.shoppingbtn .sp-menu {
    display: block;
  }
}
.o-parts.fixed {
  position: fixed;
  z-index: 10;
}
.o-parts.fixed.bottom {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.o-parts.payment-seal .credit {
  max-width: 230px;
  margin: 0 -8px;
}
@media only screen and (max-width: 991px) {
  .o-parts.payment-seal .credit {
    margin: 0 -4px;
  }
}
.o-parts.payment-seal .credit .__item {
  margin: 0;
  padding: 0 8px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .o-parts.payment-seal .credit .__item {
    padding: 2px 4px 0;
    line-height: 0;
  }
}
.o-parts.payment-seal .cashless .__desc {
  font-size: 10px;
  font-weight: bold;
}
.o-parts.payment-seal.modal {
  margin: 1rem 0 0.5rem;
}
@media only screen and (max-width: 991px) {
  .o-parts.payment-seal.modal {
    margin: 1rem 0 2rem;
  }
}
.o-parts.payment-seal.type1 .credit .__item {
  width: 33.33333%;
}
.o-parts.payment-seal.type1 .credit .amex img,
.o-parts.payment-seal.type1 .credit .jcb img {
  max-height: 45px;
}
.o-parts.payment-seal.type1 .cashless {
  max-width: 210px;
  min-width: 210px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid #F2F5F7;
}
@media only screen and (max-width: 991px) {
  .o-parts.payment-seal.type1 .cashless {
    margin-left: 12px;
    padding-left: 12px;
  }
}
.o-parts.payment-seal.type2 img {
  max-width: 100% !important;
  margin: 0 auto !important;
}
.o-parts.payment-seal.type2 .credit {
  margin-left: auto;
  margin-right: auto;
}
.o-parts.payment-seal.type2 .credit .__item {
  width: 100%;
  padding: 0 2px;
}
.o-parts.payment-seal.type2 .cashless {
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-left: 0;
  border-top: 3px solid #DEE7ED;
}
.o-parts.payment-seal.type2 .cashless .__desc {
  display: block;
}
.o-link.overlink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.o-link.__underline01 {
  text-decoration: underline;
  color: #047AE3;
}
.o-link.__underline01:hover {
  text-decoration: none;
}
.o-link.basic {
  color: #047AE3;
}
.o-link.__mid {
  font-size: clamp(13px, 2.5vw, 15px);
}

.o-btn {
  position: relative;
}
.o-btn a {
  padding: 1rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .o-btn a {
    padding: 1rem 2rem;
  }
}
.o-btn.linelp-btn a, .o-btn.fixed-btn a {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  color: #fff;
  background-color: #21af21;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .o-btn.linelp-btn a, .o-btn.fixed-btn a {
    border-bottom: 4px solid #169916;
  }
}
.o-btn.linelp-btn a:hover, .o-btn.fixed-btn a:hover {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(33, 175, 33, 0.5));
          filter: drop-shadow(0px 0px 8px rgba(33, 175, 33, 0.5));
  background-color: #1ebc1e;
}
.o-btn.linelp-btn .__lineimg, .o-btn.fixed-btn .__lineimg {
  max-height: 45px;
  margin-right: 8px;
  margin-left: -8px;
}
@media only screen and (max-width: 991px) {
  .o-btn.linelp-btn .__lineimg, .o-btn.fixed-btn .__lineimg {
    max-height: 34px;
  }
}
.o-btn.linelp-btn .__qr, .o-btn.fixed-btn .__qr {
  border-radius: 100px;
  border: 5px solid #21af21;
  background-color: #fff;
  width: 84px;
  height: 84px;
  padding: 1.1rem;
  right: -64px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .o-btn.linelp-btn .__qr, .o-btn.fixed-btn .__qr {
    display: none;
  }
}
.o-btn.fixed-btn a {
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.2);
  box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.2);
}
@media only screen and (max-width: 991px) {
  .o-btn.fixed-btn a {
    border-bottom: 3px solid #047AE3;
  }
}
.o-btn.fixed-btn a:hover {
  -webkit-filter: none;
          filter: none;
  background: -webkit-gradient(linear, right top, left top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to left, #45b4eb, #1d83ff);
}

.o-title {
  font-weight: bold;
}
.o-title.__mid {
  font-size: 15px;
}
.o-title.__style02 {
  color: #fff;
  background-color: #26455C;
  padding: 1.5rem 2rem 1rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.o-title.withcopy .__sub {
  display: block;
  font-size: 16px;
}
.o-title.withcopy .__minsub {
  display: block;
  font-weight: normal;
  font-size: 11px;
  line-height: 0.6;
}
.o-title.sectitle01 {
  font-size: clamp(16px, 3vw, 19px) !important;
  margin-bottom: 3%;
  position: relative;
}

.o-bnrLink {
  display: block;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.o-bnrLink:hover {
  opacity: 0.85;
}
.o-bnrImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.o-bnr.__top01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 1080px) {
  .o-bnr.__top01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.o-bnr.__top01 .o-bnrLink {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}
@media only screen and (max-width: 1080px) {
  .o-bnr.__top01 .o-bnrLink {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*CSSが汎用的でないため、全体指定で対応*/
.tab-contents .o-listLicense {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tab-contents .o-listLicense .o-icon {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.tab-contents .o-listLicense.__syokuba {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__syokuba {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tab-contents .o-listLicense.__tokubetsu {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__tokubetsu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tab-contents .o-listLicense.__kosyu {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__kosyu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tab-contents .o-listLicense.__skillup {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__skillup {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tab-contents .o-listLicense.__anzen {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__anzen {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tab-contents .o-listLicense.__anzen .o-listLicense_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab-contents .o-listLicense.__anzen .o-listLicense_ulItem {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__anzen .o-listLicense_ulItem {
    width: 50%;
  }
}
.tab-contents .o-listLicense.__gijutsu {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__gijutsu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tab-contents .o-listLicense.__gijutsu .fa-plus-circle::before,
.tab-contents .o-listLicense.__gijutsu .fa-minus-circle::before {
  display: none;
}
.tab-contents .o-listLicense.__gijutsu .fa-plus-circle.fa::before,
.tab-contents .o-listLicense.__gijutsu .fa-minus-circle.fa::before {
  display: block;
}
.tab-contents .o-listLicense.__gijutsu .o-listLicense_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__gijutsu .o-listLicense_ul {
    gap: 4px;
  }
}
.tab-contents .o-listLicense.__gijutsu .o-listLicense_ulBox {
  width: calc(33.3333333333% - 7px);
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__gijutsu .o-listLicense_ulBox {
    width: 100%;
  }
}
.tab-contents .o-listLicense.__gijutsu .o-listLicense_ulBox_title {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  background-color: #F2F5F7;
  border-radius: 4px;
  padding: 8px 32px 8px 16px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  cursor: pointer;
}
.tab-contents .o-listLicense.__gijutsu .o-listLicense_ulBox_title:hover {
  opacity: 0.8;
}
.tab-contents .o-listLicense.__gijutsu .o-listLicense_ulBox_title:hover .o-listLicense_ulBox_titleIcon {
  color: #047AE3;
}
.tab-contents .o-listLicense.__gijutsu .o-listLicense_ulBox_titleIcon {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #26455C;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.tab-contents .o-listLicense.__gijutsu .o-listLicense_ulBox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
.tab-contents .o-listLicense.__gijutsu .o-listLicense_ulItem {
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense.__gijutsu .o-listLicense_ulItem {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
  }
}
.tab-contents .o-listLicense_wrap {
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense_wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .tab-contents .o-listLicense_ulItem {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.tab-contents .o-listLicense_ulItem a, .tab-contents .o-listLicense_ulItem_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 3px 18px;
  position: relative;
  font-weight: normal;
  font-size: 13px;
  font-size: clamp(13px, 1.5vw, 16px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 544px) {
  .tab-contents .o-listLicense_ulItem a, .tab-contents .o-listLicense_ulItem_wrap {
    font-size: 13px;
    padding: 5px 5px 5px 18px;
  }
}
.tab-contents .o-listLicense_ulItem a:before, .tab-contents .o-listLicense_ulItem_wrap:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 7px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-contents .o-listLicense_ulItem a:hover, .tab-contents .o-listLicense_ulItem_wrap:hover {
  opacity: 1;
  color: #047AE3;
}
.tab-contents .o-listLicense_ulItem a:hover:before, .tab-contents .o-listLicense_ulItem_wrap:hover:before {
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#1d83ff));
  background: linear-gradient(to right, #45b4eb, #1d83ff);
  transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.45, 0.25, 1);
}
.tab-contents .o-listLicense_ulItem a .cat-name, .tab-contents .o-listLicense_ulItem_wrap .cat-name {
  display: block;
}

.o-listLicense_title.__gijutsu {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.o-listLicense_title.__gijutsu:hover {
  opacity: 0.9;
}

.o-listLicense_titleIcon {
  position: absolute;
  right: 16px;
}

.o-listLicense_ulItem {
  line-height: 1.5;
}

.o-listLicense_ulItem_release {
  font-size: 10px;
  font-weight: bold;
  padding: 1px 8px;
  line-height: 1.5;
  border-radius: 100px;
  background-color: rgba(251, 211, 31, 0.2);
  display: inline-block;
  letter-spacing: 0.5px;
}

.o-icon {
  font-weight: normal;
}
.o-icon.__mr:before {
  margin-left: 0px;
  margin-right: 12px;
}
.o-icon.__blue {
  color: #047AE3;
}
.o-icon.__big:before {
  font-size: 28px;
  line-height: 1;
}

/* =========================================================
u-help
========================================================= */
.u-help#close-btn {
  display: none;
}
.u-help#close-btn:checked + * {
  animation: fadeout 0.2s 1 forwards, hide 0.1s 0.2s 1 forwards;
  -webkit-animation: fadeout 0.2s 1 forwards, hide 0.1s 0.2s 1 forwards;
}
.u-dispaly-block {
  display: block;
}

.u-text-ac-sp {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .u-text-ac-sp {
    text-align: left;
  }
}

.u-text-c-red {
  color: #B92E2D;
}

.u-text-c-green {
  color: #21af21;
}

.u-underline-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #FFEB00));
  background: linear-gradient(transparent 90%, #FFEB00 90%);
}

.opinion-block .opinion-btn {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .opinion-block .opinion-btn:after {
    content: none;
  }
}
.opinion-block .opinion-area {
  margin-top: 2em;
  background: #f2f5f7;
  padding: 40px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .opinion-block .opinion-area {
    padding: 15px;
  }
}
.opinion-block .opinion-area > p {
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .opinion-block .opinion-area > p {
    font-size: 13px;
  }
}
.opinion-block form textarea {
  width: 100%;
}
.opinion-block form input[type=submit] {
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.opinion-block form p + p {
  margin-bottom: 0;
}

.post-content + .share {
  padding-top: 25px;
  border-top: 1px solid #000;
}

/*------------------------------------------
* l-side blog
------------------------------------------*/
.l-sideblog {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.l-sideblog.__sticky {
  position: sticky;
  top: 78px;
}
.l-sideblog.__sticky .l-sideblogInner {
  overflow-y: scroll;
  height: 100vh;
  padding: 32px 10px 120px;
}
@media only screen and (max-width: 991px) {
  .l-sideblog.__sticky .l-sideblogInner {
    overflow-y: initial;
    height: auto;
    padding: 0;
  }
}
.l-sideblogBox {
  margin-bottom: 32px;
}
.l-sideblogTitle {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin: 0 0 25px !important;
  background: none !important;
}
.l-sideblogTitle::before {
  content: none !important;
}

/*------------------------------------------
* p-lp reset
------------------------------------------*/
.p-lp .post-thumbnail {
  margin-left: inherit;
  margin-bottom: inherit;
  float: none;
}
.p-lp .post-thumbnail img {
  width: 100%;
}
.p-lp .titlereset {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.p-lp .titlereset:before {
  content: none;
}

/*------------------------------------------
* p-lp basic
------------------------------------------*/
.p-lp .__section {
  margin: 8rem auto;
}
.p-lp.linelp .post-header-block {
  padding: 5rem 10px 8rem;
}
@media only screen and (max-width: 767px) {
  .p-lp.linelp .post-header-block {
    padding: 2rem 10px 4rem;
  }
}

/*------------------------------------------
* p-lp line
------------------------------------------*/
body.page-template-page-linelp .news-list {
  display: none;
}
body.page-template-page-linelp .cta {
  display: none;
}
body.page-template-page-linelp .page-box {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  body.page-template-page-linelp .page-box {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 544px) {
  body.page-template-page-linelp .page-box {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  body.page-template-page-linelp .l-inner {
    width: 100%;
  }
}
body.page-template-page-linelp .l-content {
  overflow: initial;
}
body.page-template-page-linelp .linelp-header {
  text-align: center;
}
body.page-template-page-linelp .linelp-header .post-thumbnail {
  position: relative;
}
body.page-template-page-linelp .linelp-header .post-thumbnail img {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: -10% auto 3rem;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
}
body.page-template-page-linelp .linelp-header .post-thumbnail:before, body.page-template-page-linelp .linelp-header .post-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/lp/line/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 240px;
  height: 240px;
  z-index: 1;
}
body.page-template-page-linelp .linelp-header .post-thumbnail:before {
  top: -30%;
  left: -5%;
}
body.page-template-page-linelp .linelp-header .post-thumbnail:after {
  bottom: -10%;
  right: -5%;
}
body.page-template-page-linelp .linelp-header .post-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 43px;
}
@media only screen and (max-width: 1080px) {
  body.page-template-page-linelp .linelp-header .post-title {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 544px) {
  body.page-template-page-linelp .linelp-header .post-title {
    font-size: 5vw;
  }
}
body.page-template-page-linelp .linelp-header .post-title:before {
  content: "LINEで友達登録すると";
  display: block;
  text-align: center;
  color: #21af21;
  font-weight: bold;
  font-size: 14px;
}
body.page-template-page-linelp .linelp-header .post-title span:before {
  content: "";
  display: block;
}
body.page-template-page-linelp .linelp-header .arrow:before {
  left: -56px;
  top: -24px;
}
body.page-template-page-linelp .linelp-benefits {
  position: relative;
  background-color: #F2F5F7;
  margin-left: -15%;
  margin-right: -15%;
}
@media only screen and (max-width: 1280px) {
  body.page-template-page-linelp .linelp-benefits {
    margin-left: -5%;
    margin-right: -5%;
  }
}
@media only screen and (max-width: 991px) {
  body.page-template-page-linelp .linelp-benefits {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 544px) {
  body.page-template-page-linelp .linelp-benefits {
    margin-left: -20px;
    margin-right: -20px;
  }
}
body.page-template-page-linelp .linelp-benefits p {
  margin-bottom: 0;
}
body.page-template-page-linelp .linelp-benefits .__title {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-benefits .__title {
    text-align: center;
  }
}
body.page-template-page-linelp .linelp-benefits .__wrap {
  position: relative;
  max-width: 780px;
  margin: auto;
  padding: 5rem 1rem;
}
@media only screen and (max-width: 1280px) {
  body.page-template-page-linelp .linelp-benefits .__wrap {
    padding: 5rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-benefits .__wrap {
    padding: 0 3rem 3rem;
  }
}
body.page-template-page-linelp .linelp-benefits .__desc {
  width: 100%;
  position: relative;
}
body.page-template-page-linelp .linelp-benefits .__desc:before {
  content: "今だけの特典もプレゼント！";
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 2rem;
  background-color: #047AE3;
  position: absolute;
  top: -7rem;
  left: 0;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-benefits .__desc:before {
    max-width: 160px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 11px;
    padding: 1.5rem 2rem;
    top: -40px;
    text-align: center;
  }
}
body.page-template-page-linelp .linelp-benefits .__img {
  position: absolute;
  bottom: 0;
  max-width: 384px;
  right: -25%;
  margin: auto;
  top: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1280px) {
  body.page-template-page-linelp .linelp-benefits .__img {
    right: -15%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-benefits .__img {
    width: 100%;
    position: inherit;
    right: inherit;
    max-width: 50vw;
    margin-bottom: 3rem;
    margin-top: -3rem;
  }
}
body.page-template-page-linelp .linelp-problem {
  margin-left: -3rem;
  margin-right: -3rem;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-problem {
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-page-linelp .linelp-problem .__item {
  list-style: none;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-problem .__item {
    padding: 0rem 0 2rem;
  }
}
body.page-template-page-linelp .linelp-problem .__item:before {
  position: absolute;
  top: -12px;
  left: 12px;
  font-size: 45px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #ACB6E5;
  background: -webkit-linear-gradient(0deg, #047AE3, #45b4eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-problem .__item:before {
    top: -44px;
  }
}
body.page-template-page-linelp .linelp-problem .__list {
  padding-left: 0px;
}
body.page-template-page-linelp .linelp-problem .__midtitle {
  background: transparent;
  border: none;
  margin: 0 0 0.5rem !important;
  padding: 0;
}
body.page-template-page-linelp .linelp-problem .__midtitle:before {
  content: none;
}
body.page-template-page-linelp .linelp-problem .__img {
  margin-bottom: 1.5rem;
}
body.page-template-page-linelp .linelp-problem .__desc {
  font-size: 14px;
  margin-bottom: 0;
}
body.page-template-page-linelp .linelp-solution {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
body.page-template-page-linelp .linelp-solution .__title {
  margin-bottom: 6rem;
}
body.page-template-page-linelp .linelp-solution .__boxitem {
  margin: 0 0.5rem;
  border: 3px solid #F2F5F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.page-template-page-linelp .linelp-solution .__boxitem.pdf {
  border-top: 6px solid #047AE3;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-solution .__boxitem.pdf {
    margin-bottom: 3rem;
  }
}
body.page-template-page-linelp .linelp-solution .__boxitem.letter {
  border-top: 6px solid #26455C;
}
body.page-template-page-linelp .linelp-solution .__boxwrap {
  padding: 3rem;
}
body.page-template-page-linelp .linelp-solution .__boximg {
  text-align: center;
  margin: auto;
  margin-top: -6rem;
  margin-bottom: 1.5rem;
}
body.page-template-page-linelp .linelp-solution .__boximg img {
  height: 195px;
}
body.page-template-page-linelp .linelp-solution .__boxtitle {
  font-size: 17px;
  margin: 3rem 0 3rem;
}
body.page-template-page-linelp .linelp-solution .__boxsummary {
  background-color: #F2F5F7;
  padding: 1.5rem 3rem;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: auto;
}
@media only screen and (max-width: 991px) {
  body.page-template-page-linelp .linelp-howtouse {
    display: none;
  }
}
body.page-template-page-linelp .line-btn .__lineimg {
  margin-right: 12px;
  margin-left: -12px;
}
body.page-template-page-linelp .line-btn .__qr {
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  border: 3px solid #21af21;
  background-color: #fff;
  width: 84px;
  height: 84px;
}
body.page-template-page-linelp .linelp-cta {
  color: #fff;
  background-color: rgba(38, 69, 92, 0.98);
  border-radius: 0 0 10px 10px;
  bottom: -12px;
  opacity: 0;
  padding: 1.5rem 3rem 2rem;
  -webkit-animation-name: opacityMove;
          animation-name: opacityMove;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width: 991px) {
  body.page-template-page-linelp .linelp-cta {
    margin-left: -40px;
    margin-right: -40px;
    border-radius: 0;
    padding: 1.5rem 2rem 1.5rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 544px) {
  body.page-template-page-linelp .linelp-cta {
    margin-left: -20px;
    margin-right: -20px;
  }
}
body.page-template-page-linelp .linelp-cta p {
  margin: 0;
}
body.page-template-page-linelp .linelp-cta .__wrap {
  max-width: 780px;
  margin: auto;
}
body.page-template-page-linelp .linelp-cta .__title {
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  body.page-template-page-linelp .linelp-cta .__title {
    font-size: 2.5vw;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-cta .__title {
    font-size: 3vw;
  }
}
body.page-template-page-linelp .linelp-cta .__sub {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  body.page-template-page-linelp .linelp-cta .__sub {
    font-size: 12px;
  }
}
body.page-template-page-linelp .linelp-cta .linelp-btn a {
  min-width: 280px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-linelp .linelp-cta .linelp-btn a {
    min-width: 210px;
    font-size: 13px;
  }
}
body.page-template-page-linelp .linelp-cta .linelp-btn a:before {
  right: -80px;
  top: -44px;
  -webkit-transform: scale(-1, 1) rotate(45deg);
          transform: scale(-1, 1) rotate(45deg);
  width: 30px;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  body.page-template-page-linelp .linelp-cta .linelp-btn a:before {
    top: -20px;
    right: -20px;
  }
}

.page-template-page-linelp .cta,
.page-template-page-linelp .sp-cta-wrap {
  display: none !important;
}

/*------------------------------------------
* p-blog
------------------------------------------*/
.p-blogPostlink {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 1.2rem 1.6rem;
  margin-bottom: 3.2rem;
  background-color: #F2F5F7;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border: 1px solid transparent;
  border-left: 3px solid #50B4E2;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#26455C), to(rgba(38, 69, 92, 0.8)));
  background: linear-gradient(to right, #26455C, rgba(38, 69, 92, 0.8));
  color: #fff;
}
.p-blogPostlink:hover {
  border: 1px solid #EAEAEA;
  border-left: 3px solid #047AE3;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.p-blogPostlink:hover .p-blogPostlink_text:after {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.p-blogPostlink_img {
  max-width: 160px;
  max-height: 90px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 544px) {
  .p-blogPostlink_img {
    max-width: 120px;
  }
}
.p-blogPostlink_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  font-weight: bold;
}
.p-blogPostlink_sub {
  line-height: 1.3 !important;
  color: #50B4E2;
  font-size: clamp(11px, 1vw, 13px) !important;
  margin-bottom: 0.4rem !important;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.p-blogPostlink_title {
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.3 !important;
  margin-bottom: 0px !important;
  margin-right: 1.6rem !important;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.p-blogPostlink_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.p-blogPostlink.__arrow .p-blogPostlink_text:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.p-blogRelated {
  position: relative;
  border: 10px solid #F2F5F7;
}
@media only screen and (max-width: 544px) {
  .p-blogRelated {
    margin-left: -6%;
    margin-right: 6%;
  }
}
.p-blogRelated:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.7)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 30%, white);
}
.p-blogRelated_wrap.__scroll {
  overflow-y: scroll;
  max-height: 640px;
  padding: 0 4px 16px;
}
@media only screen and (max-width: 544px) {
  .p-blogRelated_wrap.__scroll {
    max-height: 480px;
  }
}
.p-blogRelated_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #F2F5F7;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0 3px 10px rgba(4, 122, 227, 0);
          box-shadow: 0 3px 10px rgba(4, 122, 227, 0);
}
@media only screen and (max-width: 544px) {
  .p-blogRelated_link {
    padding: 12px;
  }
}
.p-blogRelated_link:hover {
  position: relative;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(234, 234, 234, 0.1);
          box-shadow: 0 3px 10px rgba(234, 234, 234, 0.1);
}
.p-blogRelated_link:hover .p-blogRelated_title {
  color: #047AE3;
}
.p-blogRelated_img {
  margin-right: 16px;
}
.p-blogRelated_img .wp-post-image {
  width: 64px;
}
.p-blogRelated_title {
  line-height: 1.5;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.p-blogRelated_time {
  display: block;
  font-size: 12px;
  color: rgba(17, 24, 29, 0.7);
}
.p-blogElearning {
  padding: clamp(12px, 5%, 32px);
  background-color: #F2F5F7;
}
.p-blogElearning h2 {
  font-size: clamp(18px, 2vw, 27px);
  margin-bottom: 0.5rem !important;
  margin-top: 0px !important;
}
.p-blogElearning p, .p-blogElearning_p {
  font-size: clamp(13px, 2vw, 16px);
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .p-blogElearning p br, .p-blogElearning_p br {
    display: none;
  }
}
.p-blogElearning_p {
  margin-bottom: 1.2rem !important;
}
.p-blogElearning_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 991px) {
  .p-blogElearning_cont {
    display: block;
    margin-bottom: 1.6rem;
  }
}
.p-blogElearning_cont:last-child {
  margin-bottom: 3.2rem;
}
.p-blogElearning_img {
  max-width: 240px;
  width: 100%;
  margin-right: 2.4rem;
}
@media only screen and (max-width: 991px) {
  .p-blogElearning_img {
    max-width: inherit;
    margin-right: 0px;
    margin-bottom: 1.6rem;
  }
}
.p-blogElearning_img img {
  width: 100%;
}

/*------------------------------------------
* p-page
------------------------------------------*/
.p-pageJinzai__certificateImg {
  display: block;
  margin: 0 auto 1rem;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.08);
  max-height: 140px;
}
@media only screen and (max-width: 767px) {
  .p-pageJinzai__certificateImg {
    max-height: 100px;
  }
}
@media only screen and (max-width: 544px) {
  .p-pageJinzai__certificateImg {
    max-height: 80px;
  }
}

.page-template-page-jinzaikaihatsu .footer-cta,
.page-template-page-jinzaikaihatsu .cta.box-shadow {
  display: none !important;
}

/*------------------------------------------
* p-top
------------------------------------------*/
.p-topBnrbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}

.p-topBnrbox__item {
  width: calc(50% - 16px);
}
@media only screen and (max-width: 991px) {
  .p-topBnrbox__item {
    width: 100%;
  }
}

.p-topBnrbox__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-topBnrbox__link:hover {
  color: #047AE3;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.p-topBnrbox__link:hover .p-topBnrbox__img {
  scale: 1.01;
}

.p-topBnrbox__img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
}

.p-topBnrbox__title {
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: bold;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.p-topAdvice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #F2F5F7;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-topAdvice::before {
  content: "\f061";
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  border-radius: 12px 0 12px 0;
  color: #fff;
  background-color: #26455C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  aspect-ratio: 1/1;
  -webkit-transition: background-color 0.2s ease-in-out, scale 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, scale 0.2s ease-in-out;
}
@media only screen and (max-width: 544px) {
  .p-topAdvice::before {
    font-size: 10px;
    padding: 8px;
  }
}
.p-topAdvice:hover {
  opacity: 0.8;
}
.p-topAdvice:hover::before {
  scale: 1.1;
  background-color: #047AE3;
}
@media only screen and (max-width: 991px) {
  .p-topAdvice {
    aspect-ratio: inherit;
  }
}
@media only screen and (max-width: 544px) {
  .p-topAdvice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.p-topAdvice__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 991px) {
  .p-topAdvice__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: auto;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 544px) {
  .p-topAdvice__info {
    padding: 0 2rem 0 0;
  }
}

.p-topAdvice__title {
  font-size: clamp(17px, 2.5vw, 32px);
  font-weight: bold;
  white-space: pre;
}

.p-topAdvice__list {
  font-size: clamp(13px, 1.2vw, 16px);
  text-indent: -20px;
}
@media only screen and (max-width: 544px) {
  .p-topAdvice__list {
    font-size: clamp(10px, 1.2vw, 16px);
  }
}

.p-topAdvice__listItem {
  padding-left: 20px;
}
.p-topAdvice__listItem::before {
  color: #047AE3;
  margin-right: 20px;
}

.p-topAdvice__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.919/1;
  max-width: clamp(150px, 19vw, 320px);
}
@media only screen and (max-width: 1280px) {
  .p-topAdvice__img {
    max-width: clamp(150px, 15vw, 320px);
  }
}
@media only screen and (max-width: 991px) {
  .p-topAdvice__img {
    aspect-ratio: inherit;
  }
}
@media only screen and (max-width: 544px) {
  .p-topAdvice__img {
    width: 80px;
    max-width: 100%;
    -o-object-position: right;
       object-position: right;
  }
}

/*------------------------------------------
* o-form
------------------------------------------*/
.o-form.__basic01 {
  position: relative;
  z-index: 1;
  background-color: #F2F5F7;
  padding: 3rem;
}
@media only screen and (max-width: 991px) {
  .o-form.__basic01 {
    padding: 1.5rem;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.o-form.__basic01 th,
.o-form.__basic01 td {
  letter-spacing: 0px;
}
.o-formInfo.__error p {
  padding: 12px;
  color: #B92E2D;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  text-align: center;
  background-color: rgba(185, 46, 45, 0.1);
}
.o-formTable {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.o-formItem {
  width: 100%;
  padding: 16px;
  border: 1px solid #DEE7ED;
  border-radius: 2px;
}
.o-formItem_wrap {
  width: 100%;
}
.o-formItem.__notactive {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: not-allowed;
  background-color: #DEE7ED;
}
.o-formItem.__haserror {
  border: 2px solid #B92E2D;
}
.o-formWrap {
  margin-bottom: 1.6rem;
}
.o-formWrap:last-child {
  margin-bottom: 0px;
}
.o-formInput_text {
  width: 100%;
  padding: 20px !important;
  border: 1px solid #DEE7ED !important;
  border-radius: 2px;
  font-size: 16px;
}
.o-formInput_text::-webkit-input-placeholder {
  font-size: 14px;
}
.o-formInput_text::-moz-placeholder {
  font-size: 14px;
}
.o-formInput_text:-ms-input-placeholder {
  font-size: 14px;
}
.o-formInput_text::-ms-input-placeholder {
  font-size: 14px;
}
.o-formInput_text::placeholder {
  font-size: 14px;
}
.o-formRadio.__type01 {
  padding: 1px 1px 2px;
  border-radius: 4px;
}
.o-formRadio.__type01 .o-formRadio_input {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border-radius: 25px;
  background-color: #1E1E1E;
  outline: none;
}
.o-formRadio.__type01 .o-formRadio_label {
  font-weight: bold;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  color: rgba(17, 24, 29, 0.7);
}
.o-formRadio.__type01 .o-formRadio_label:hover {
  color: #000;
}
.o-formRadio.__blue {
  background-color: #fff;
}
.o-formRadio.__blue .o-formRadio_input:checked + .o-formRadio_label {
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#047AE3));
  background: linear-gradient(to right, #45b4eb, #047AE3);
  color: #fff;
}
.o-formRadio.__blue .o-formRadio_input:checked + .o-formRadio_label:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.o-formRadio.__blue .o-formRadio_input .o-formRadio_label {
  color: rgba(17, 24, 29, 0.7);
}
.o-formRadio.__blue .o-formRadio_input .o-formRadio_label:hover {
  color: #000;
}
.o-formRadio.__navy {
  background-color: #fff;
}
.o-formRadio.__navy .o-formRadio_input:checked + .o-formRadio_label {
  background-color: #26455C;
  color: #fff;
}
.o-formRadio.__navy .o-formRadio_input:checked + .o-formRadio_label:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.o-formRadio.__navy .o-formRadio_input .o-formRadio_label {
  color: rgba(17, 24, 29, 0.7);
}
.o-formRadio.__navy .o-formRadio_input .o-formRadio_label:hover {
  color: #000;
}
.o-formSelect {
  padding: 16px;
  min-width: 200px;
}
.o-formSelect.__type01 {
  padding: 0;
  min-width: inherit;
  position: relative;
  border: 1px solid #F2F5F7;
  border-radius: 2px;
  background: #fff;
}
.o-formSelect.__type01:before {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 1rem;
  width: 0;
  height: 0;
  padding: 0;
  margin: auto;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #26455C;
  pointer-events: none;
}
.o-formSelect.__type01 select {
  font-size: 14px;
  padding: 16px;
  width: 100%;
  min-width: 64px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 544px) {
  .o-formSelect.__type01 select {
    font-size: 13px;
    padding: 12px;
  }
}
.o-formSelect.__type01 select:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .o-formSelect.__small select {
    padding: 8px 32px;
  }
}
.o-formCheck {
  display: none;
}
.o-formCheck_label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .o-formCheck_label {
    padding: 0 8px;
  }
}
.o-formCheck_label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 2px solid #fff;
  background-color: #F2F5F7;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.o-formCheck:checked + .o-formCheck_label:before {
  background: -webkit-gradient(linear, left top, right top, from(#047AE3), to(#45b4eb));
  background: linear-gradient(to right, #047AE3, #45b4eb);
  background-color: #DEE7ED;
}
.o-formTitle.__separate01 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEE7ED;
}
.o-form.__withtitle {
  padding: 5px;
}
.o-form.__withtitle .o-formTitle {
  font-size: 13px;
  margin-bottom: 0;
}
@media only screen and (max-width: 544px) {
  .o-form.__withtitle .o-formTitle {
    font-size: 11px;
  }
}
.o-form.__titlecount {
  counter-reset: __titlecount;
}
.o-form.__titlecount .o-formTitle {
  counter-increment: __titlecount;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(13px, 2vw, 16px);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.5rem;
}
.o-form.__titlecount .o-formTitle:before {
  content: counter(__titlecount) ".";
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #047AE3;
}
.o-formAttention {
  text-align: center;
  font-size: clamp(11px, 2vw, 13px);
  margin: 1.6rem 0 !important;
}

/*------------------------------------------
* o-form
------------------------------------------*/
.o-button {
  text-align: center;
  display: block;
  font-weight: bold;
  border-radius: 2px;
  white-space: pre !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border: transparent;
  text-decoration: none !important;
}
.o-button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.o-button.__sizexs {
  padding: 6px;
  font-size: 11px;
}
.o-button.__sizes {
  padding: 12px 12px 12px 12px;
  font-size: 11px;
}
.o-button.__sizem {
  padding: 16px;
  font-size: 13px;
}
@media only screen and (max-width: 991px) {
  .o-button.__sizem {
    max-width: 100% !important;
  }
}
.o-button.__sizel {
  padding: 24px 24px;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .o-button.__sizel {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 544px) {
  .o-button.__sizel {
    padding: 24px 8px;
    font-size: 14px;
  }
}
.o-button.__sizexl {
  padding: 2.4rem 2.4rem;
  font-size: 19px;
}
@media only screen and (max-width: 991px) {
  .o-button.__sizexl {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 544px) {
  .o-button.__sizexl {
    padding: 2.4rempx 0.8rem;
    font-size: 16px;
  }
}
.o-button.__sizel-sp-sizes {
  padding: 24px 24px;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .o-button.__sizel-sp-sizes {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 544px) {
  .o-button.__sizel-sp-sizes {
    padding: 10px 8px;
    font-size: 14px;
  }
}
.o-button.__wauto {
  width: 100%;
  max-width: inherit !important;
}
@media only screen and (max-width: 991px) {
  .o-button.__wauto-sp {
    width: 100%;
    max-width: inherit !important;
  }
}
.o-button.__minw01 {
  min-width: 480px;
}
@media only screen and (max-width: 991px) {
  .o-button.__minw01 {
    min-width: inherit;
  }
}
.o-button.__maxw01 {
  width: 100%;
  max-width: 480px !important;
}
@media only screen and (max-width: 544px) {
  .o-button.__maxw01 {
    max-width: inherit;
  }
}
.o-button.__center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.o-button.__right {
  margin-left: auto;
  margin-right: 0;
}
.o-button.__r4 {
  border-radius: 4px;
}
.o-button.__r8 {
  border-radius: 8px;
}
.o-button.__icon i {
  margin-right: 8px;
}
.o-button.__icon i:before {
  margin-left: 0px;
}
.o-button.__noarrow:after {
  content: none;
}
.o-button.__arrow {
  position: relative;
}
.o-button.__arrow:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 12px;
  color: #45b4eb;
}
.o-button.__blue {
  background: -webkit-gradient(linear, left top, right top, from(#45b4eb), to(#047AE3));
  background: linear-gradient(to right, #45b4eb, #047AE3);
  color: #fff;
}
.o-button.__blue:hover {
  -webkit-box-shadow: 0 0 12px 0px rgba(4, 122, 227, 0.2);
          box-shadow: 0 0 12px 0px rgba(4, 122, 227, 0.2);
}
.o-button.__navy {
  color: #fff !important;
  background: #26455C;
}
.o-button.__navy:hover {
  -webkit-box-shadow: 0 0 12px 0px rgba(38, 69, 92, 0.2);
          box-shadow: 0 0 12px 0px rgba(38, 69, 92, 0.2);
}
.o-button.__green {
  background: #2EB979;
  background: -webkit-gradient(linear, left top, right top, from(#2EB979), to(#2EB979));
  background: linear-gradient(to right, #2EB979, #2EB979);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#2EB979), to(#2EB979));
  -webkit-background: linear-gradient(to right, #2EB979, #2EB979);
  border-bottom: 2px solid #21a869;
  color: #fff;
}
.o-button.__green:after {
  color: #fff;
}
.o-button.__green:hover {
  -webkit-box-shadow: 0 0 12px 0px rgba(4, 122, 227, 0.2);
          box-shadow: 0 0 12px 0px rgba(4, 122, 227, 0.2);
}
.o-button.__black {
  color: #fff;
  background: #142631;
}
.o-button.__black:hover {
  -webkit-box-shadow: 0 0 12px 0px rgba(20, 38, 49, 0.2);
          box-shadow: 0 0 12px 0px rgba(20, 38, 49, 0.2);
}
.o-button.__orange {
  background: -webkit-gradient(linear, left top, right top, from(#FE741E), to(#FEB91E));
  background: linear-gradient(to right, #FE741E, #FEB91E);
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #FE741E;
}
.o-button.__orange:hover {
  -webkit-box-shadow: 0 0 12px 0px rgba(4, 122, 227, 0.2);
          box-shadow: 0 0 12px 0px rgba(4, 122, 227, 0.2);
}
.o-button.__orange:after {
  color: #fff;
}
.o-button.__gray {
  background-color: #DEE7ED;
  color: #000;
}
.o-button.__gray:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  color: #047AE3;
}
.o-button.__textred {
  background: transparent;
  color: #B92E2D;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.o-button.__textred:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
.o-button.__justtext {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  padding: 0;
  display: inline;
  width: auto;
}
.o-button.__justtext:after {
  content: none;
}
.o-button.__white {
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
}
.o-button.__white:hover {
  background: #fff;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

/*------------------------------------------
* o-title var
------------------------------------------*/
.o-title {
  font-weight: bold;
}
.o-title.__sizes {
  font-size: 13px;
  font-size: clamp(11px, 2vw, 13px);
}
.o-title.__sizem {
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
}
.o-title.__sizel {
  font-size: 21px;
  font-size: clamp(16px, 3vw, 19px) !important;
  line-height: 1.6;
}
.o-title.__bg {
  padding: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 2px;
}
.o-title.__bg.__navy {
  color: #fff;
  background-color: #26455C;
}
.o-title.__bg.__blue {
  color: #fff;
  background-color: #047AE3;
}
.o-titleSub {
  display: block;
  font-size: 13px;
}
.o-titleSub.__blue {
  color: #047AE3;
}
.o-titleSub.__red {
  color: #B92E2D;
}

/*------------------------------------------
* o-title style
------------------------------------------*/
.o-title.__border02 {
  position: relative;
  padding: 2rem 0;
  font-size: clamp(19px, 3vw, 24px);
  line-height: 1.2;
  letter-spacing: 1px;
}
.o-title.__border02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, #D5DCE2, #fff 2px, #D5DCE2 2px, #fff 2px);
}
.o-title.__num {
  counter-increment: o-titleNum;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.o-title.__num::before {
  content: "0" counter(o-titleNum);
  color: #047AE3;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 32px;
}

/*------------------------------------------
* o-text var
------------------------------------------*/
.o-text.__sizexs {
  font-size: 10px;
  font-size: clamp(10px, 3vw, 11px);
}
.o-text.__sizes {
  font-size: 13px;
  font-size: clamp(11px, 2vw, 13px);
}
.o-text.__sizem {
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
}
.o-text.__sizel {
  font-size: 21px;
  font-size: clamp(16px, 3vw, 19px) !important;
  line-height: 1.6;
}
@media only screen and (max-width: 544px) {
  .o-text.__sizexs_xs {
    font-size: 10px;
    font-size: clamp(10px, 3vw, 11px);
  }
}

/*------------------------------------------
* o-text parts
------------------------------------------*/
.o-textAttention01 {
  margin-top: 0px;
  font-size: 12px;
}
/*------------------------------------------
* o-list var
------------------------------------------*/
.o-list.__sizexs li {
  font-size: clamp(10px, 3vw, 11px);
}
.o-list.__sizes li {
  font-size: 13px;
  font-size: clamp(11px, 2vw, 13px);
}
.o-list.__sizem li {
  font-size: 16px;
  font-size: clamp(13px, 2.5vw, 15px);
}
.o-list.__sizel li {
  font-size: 21px;
  font-size: clamp(16px, 3vw, 19px) !important;
  line-height: 1.6;
}
.o-list.__nosymbol {
  list-style: none;
  padding: 0;
}

/*------------------------------------------
* o-list styles
------------------------------------------*/
/*------------------------------------------
* o-list parts
------------------------------------------*/
.o-list.__attention01 li {
  margin: 0;
}
.o-list.__linklist li {
  position: relative;
  list-style: none;
}
.o-list.__linklist li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #047AE3;
}
.o-list.__check .o-listItem {
  overflow: hidden;
}
.o-list.__check .o-listItem:before {
  font-family: "FontAwesome";
  content: "\f00c";
  float: left;
}

/*------------------------------------------
* o-table var
------------------------------------------*/
.o-table.__center {
  text-align: center;
}
.o-table.__center th, .o-table.__center td {
  text-align: center;
}
.o-table.__sizes th, .o-table.__sizes td {
  font-size: clamp(11px, 2vw, 13px);
  line-height: 1.5;
}
.o-table.__sizem th, .o-table.__sizem td {
  padding: 16px 8px;
  font-size: clamp(13px, 2.5vw, 15px);
  line-height: 1.3;
}
.o-table.__sizel th, .o-table.__sizel td {
  font-size: clamp(16px, 3vw, 19px) !important;
  line-height: 1.6;
}

/*------------------------------------------
* reset
------------------------------------------*/
.page-id-3294 .table-wrap {
  white-space: inherit !important;
  overflow: inherit !important;
}
.page-id-3294 .table-grad:after {
  content: none;
  white-space: inherit !important;
  overflow-x: inherit !important;
}

/*------------------------------------------
* o-parts
------------------------------------------*/
.o-table.__normal {
  font-size: clamp(13px, 2.5vw, 15px);
  display: inline-table !important;
  margin-top: 0px;
  white-space: normal !important;
}
.o-table.__normal tbody {
  display: contents !important;
}
.o-table.__type01 {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: normal !important;
}
.o-table.__type01 thead, .o-table.__type01 tbody {
  display: contents;
}
@media only screen and (max-width: 991px) {
  .o-table.__type01 thead img, .o-table.__type01 tbody img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.3rem;
  }
}
.o-table.__type01 thead th {
  background-color: #26455C;
}
.o-table.__type01 tbody th {
  color: #000;
  background-color: #F2F5F7;
}

/*------------------------------------------
* o-icon
------------------------------------------*/
.o-icon.__topfvCourse {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 12px;
  margin-top: -4px;
}
.o-icon.__topfvCourse svg {
  fill: #047AE3;
}
.o-icon.__menuCourse {
  width: 28px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  margin-top: -4px;
}
.o-icon.__menuCourse svg {
  fill: #047AE3;
}
.o-icon.__footerCourse {
  width: 28px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 18px;
}
.o-icon.__footerCourse svg {
  fill: #047AE3;
}

/*------------------------------------------
* o-pagenation
------------------------------------------*/
.o-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  background-color: #F2F5F7;
  border-radius: 2px;
  margin: 3rem 0 5rem;
  letter-spacing: 3px;
}
.o-pagenation_btn {
  border-radius: 2px;
  background-color: #142631;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.o-pagenation_btn:hover {
  opacity: 0.85;
}
.o-pagenation_btn .fa {
  color: #fff;
  padding: 12px 24px;
}
.o-pagenation_btn.__off {
  background-color: #DEE7ED;
}
.o-pagenation_btnLink {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*------------------------------------------
* o-parts var
------------------------------------------*/
/*------------------------------------------
* o-parts parts
------------------------------------------*/
.o-partsContactBg01 {
  margin-top: 0px;
  font-size: 12px;
  background: url(../images/bg-support01.png) center;
  background-repeat: no-repeat;
  background-size: cover;
}

.o-partsContactBg01__wrap {
  padding: 8rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 38, 49, 0.7)), to(rgba(4, 122, 227, 0.4)));
  background: linear-gradient(to right, rgba(20, 38, 49, 0.7), rgba(4, 122, 227, 0.4));
}

.o-partsContactBg01__title {
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 3vw, 19px) !important;
  text-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
  margin-bottom: 16px !important;
}

.o-partsStickybnr {
  -webkit-animation: o-partsStickybnr 0.6s ease-in-out 5s forwards;
          animation: o-partsStickybnr 0.6s ease-in-out 5s forwards;
  opacity: 0;
  position: fixed;
  bottom: clamp(5rem, 5vw, 8rem);
  left: clamp(1rem, 3vw, 6rem);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  max-width: clamp(180px, 22vw, 226px);
  height: auto;
}
@media only screen and (max-width: 544px) {
  .o-partsStickybnr {
    bottom: 1rem;
    left: 1rem;
  }
}

@-webkit-keyframes o-partsStickybnr {
  0% {
    opacity: 0;
    bottom: 0;
  }
  100% {
    opacity: 1;
    bottom: clamp(5rem, 5vw, 8rem);
  }
}

@keyframes o-partsStickybnr {
  0% {
    opacity: 0;
    bottom: 0;
  }
  100% {
    opacity: 1;
    bottom: clamp(5rem, 5vw, 8rem);
  }
}
.o-partsStickybnr__close {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  rotate: 45deg;
  cursor: pointer;
  -webkit-transition: rotate 0.2s ease-in-out;
  transition: rotate 0.2s ease-in-out;
}
.o-partsStickybnr__close:hover {
  rotate: 135deg;
}
.o-partsStickybnr__close::before, .o-partsStickybnr__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #11181D;
  height: 1px;
  width: 100%;
}
.o-partsStickybnr__close::before {
  rotate: 90deg;
}

.o-partsStickybnr__cont {
  position: relative;
}
.o-partsStickybnr__cont:hover .o-partsStickybnr__img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.o-partsStickybnr__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  will-change: filter;
  -webkit-box-shadow: 0 0 12px rgba(38, 69, 92, 0.1);
          box-shadow: 0 0 12px rgba(38, 69, 92, 0.1);
}

/*------------------------------------------
* o-link var
------------------------------------------*/
.o-link.__basic01 {
  text-decoration: underline;
  color: #047AE3;
}
.o-link.__basic01:hover {
  text-decoration: none;
}
.o-link.__over, .o-link.__over a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto !important;
}

.o-link.__sizexs li {
  font-size: 11px;
  font-size: clamp(10px, 3vw, 11px);
}
.o-link.__sizes li {
  font-size: 13px;
  font-size: clamp(11px, 2vw, 13px);
}
.o-link.__sizem li {
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
}
.o-link.__sizel li {
  font-size: 21px;
  font-size: clamp(16px, 3vw, 19px) !important;
  line-height: 1.6;
}

/*------------------------------------------
* o-link styles
------------------------------------------*/
.o-link.__image01 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.o-link.__image01:hover {
  opacity: 0.8;
}

/*------------------------------------------
* o-link parts
------------------------------------------*/
/*------------------------------------------
* o-product box
------------------------------------------*/
.o-productBox {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.o-productCatch {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 16px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}
.o-productHead {
  position: relative;
  color: #fff;
  background-color: #26455C;
  z-index: 2;
  padding: 20px 24px 8px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.o-productTitle {
  font-size: 21px;
  font-size: clamp(19px, 2vw, 21px) !important;
  margin-bottom: 1px;
  padding: 0px !important;
  margin: 0 0 1px !important;
  background-color: transparent !important;
  border-bottom: none !important;
}
@media only screen and (max-width: 991px) {
  .o-productTitle {
    margin: 0 0 1px !important;
  }
}
.o-productTitle:before {
  content: none !important;
}
.o-productDesc {
  font-size: 13px;
  font-size: clamp(12px, 2vw, 13px);
  margin-bottom: 1px !important;
  line-height: 1.3 !important;
}
.o-productCont {
  padding: 8px 24px 16px;
}
.o-productImg {
  position: relative;
  text-align: center;
}
.o-productImg::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -1px;
  height: 50%;
  background-color: #26455C;
}
.o-productImg__item {
  position: relative;
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}
.o-productName {
  font-size: 13px;
  font-size: clamp(11px, 2vw, 13px);
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
  border-bottom: none !important;
}
.o-productName:before {
  content: none !important;
}
.o-productPrice {
  font-size: 26px;
  font-size: clamp(24px, 2vw, 26px) !important;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1.3 !important;
  margin: 0 0 10px !important;
}
.o-productPrice__unit {
  font-size: 16px;
  font-size: clamp(14px, 2vw, 16px) !important;
}
.o-productBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.o-productBtns__item {
  padding: 12px 8px;
  font-size: 16px;
  font-size: clamp(14px, 2vw, 16px) !important;
}
.o-productReview {
  display: block;
  font-size: 13px;
  font-size: clamp(13px, 2vw, 13px) !important;
  text-align: center;
  color: #047AE3;
  text-decoration: underline;
}

/*------------------------------------------
* o-stepposts box
------------------------------------------*/
.o-stepposts {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  counter-reset: o-steppostsTitle__num;
}
.o-steppostsBox {
  margin-bottom: 8px;
}
.o-steppostsBox:last-child {
  margin-bottom: 0;
}
.o-steppostsTitle {
  position: relative;
  padding: 12px 16px 12px 56px !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F5F7;
  counter-increment: o-steppostsTitle__num;
  border-radius: 4px;
  cursor: pointer;
}
.o-steppostsTitle::before {
  content: "手順." counter(o-steppostsTitle__num) !important;
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  left: -12px !important;
  margin: auto;
  padding: 2px 8px;
  border-radius: 2px;
  width: auto !important;
  height: -webkit-min-content !important;
  height: -moz-min-content !important;
  height: min-content !important;
  color: #fff;
  font-size: 12px;
  font-size: clamp(11px, 2vw, 12px);
  font-weight: bold;
  background: #047AE3 !important;
  background-color: #047AE3 !important;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.o-steppostsTitle:hover::before {
  left: -14px;
}
.o-steppostsTitle:hover .o-steppostsTitle__arrow {
  -webkit-transform: scale(1.1) rotate(-180deg);
          transform: scale(1.1) rotate(-180deg);
  color: #000;
  background-color: #fff;
}
.o-steppostsTitle__arrow {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  color: #fff;
  background-color: #26455C;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-size: clamp(10px, 2vw, 11px);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  letter-spacing: 0px;
}
.o-steppostsCont {
  display: none;
  border-left: 3px solid #F2F5F7;
  counter-reset: o-steppostsItem__num;
}
.o-steppostsCont.__open {
  display: block;
}
.o-steppostsItem {
  border-bottom: 1px solid #F2F5F7;
}
.o-steppostsItem__link {
  color: #000 !important;
  text-decoration: none !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0px 16px 12px;
  gap: 12px;
  counter-increment: o-steppostsItem__num;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  letter-spacing: 0.5px;
}
.o-steppostsItem__link:hover, .o-steppostsItem__link:hover::before {
  color: #047AE3 !important;
}
.o-steppostsItem__link:before {
  content: "0" counter(o-steppostsItem__num);
  color: rgba(38, 69, 92, 0.5);
  font-size: 21px;
  font-size: clamp(19px, 2vw, 21px);
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 900;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.o-steppostsItem__title {
  font-size: 15px;
  font-size: clamp(13px, 2vw, 15px) !important;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 !important;
  margin-right: auto !important;
}
.o-steppostsItem__img {
  width: 54px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------
* o-blognav
------------------------------------------*/
.o-blognavWrap {
  max-width: 1020px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F2F5F7;
}
@media only screen and (max-width: 1080px) {
  .o-blognavWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .o-blognavWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.o-blognavTitle {
  font-size: clamp(13px, 1vw, 16px);
}
@media only screen and (max-width: 991px) {
  .o-blognavTitle {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #F2F5F7;
  }
}
.o-blognavUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .o-blognavUnit {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .o-blognavUnit {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-blognavList {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
}
.o-blognavList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.o-blognavList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  padding: 0 12px;
  font-size: clamp(13px, 1vw, 16px);
}
@media only screen and (max-width: 767px) {
  .o-blognavList__link {
    padding: 0 6px;
  }
}
.o-blognavList__link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #047AE3;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.o-blognavList__link:hover {
  color: #047AE3;
}
.o-blognavList__link:hover:before {
  width: 100%;
}
.o-blognavBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 12px 0;
}
@media only screen and (max-width: 991px) {
  .o-blognavBtn {
    padding: 8px 0;
    padding-right: 12px;
  }
}
.o-blognavBtn__link {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #fff;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: bold;
  min-width: 101px;
  padding: 5px 16px 4px;
  border-radius: 100px;
  background-color: #fc7955;
  border-bottom: 3px solid #db613f;
  text-shadow: 0 0 2px rgba(17, 24, 29, 0.3);
}
@media only screen and (max-width: 991px) {
  .o-blognavBtn__link {
    padding: 5px 8px 4px;
    min-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .o-blognavBtn__link {
    padding: 5px 7px 4px;
    min-width: 60px;
  }
}
.o-blognavBtn__link.__sample {
  background-color: #2EB979;
  border-bottom: 3px solid #188E57;
}

/*------------------------------------------
* o-slide (無限ループ・カクつき解消最終版)
------------------------------------------*/
.o-slide.__top01 {
  position: relative;
  margin-bottom: 6rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block !important;
  visibility: visible !important;
  min-height: 200px;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 991px) {
  .o-slide.__top01 {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 544px) {
  .o-slide.__top01 {
    min-height: 131px;
  }
}
.o-slide.__top01 .splide__track {
  width: 100%;
  overflow: hidden;
}
.o-slide.__top01 .splide__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0;
  margin: 0;
  list-style: none;
  /* JSで動的に制御するため、初期設定のみ記述 */
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* PHP側で先頭にクローンが1枚ある前提の初期配置 */
  -webkit-transform: translate3d(-55vw, 0, 0);
          transform: translate3d(-55vw, 0, 0);
}
@media screen and (max-width: 991px) {
  .o-slide.__top01 .splide__list {
    -webkit-transform: translate3d(-70vw, 0, 0);
            transform: translate3d(-70vw, 0, 0);
  }
}
@media only screen and (max-width: 991px) {
  .o-slide.__top01 .splide__list {
    -webkit-transform: translate3d(-77.5vw, 0, 0);
            transform: translate3d(-77.5vw, 0, 0);
  }
}
.o-slide.__top01 .splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  border: none;
  cursor: pointer;
  pointer-events: all;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(38, 69, 92, 0.3);
          box-shadow: 0 0 32px rgba(38, 69, 92, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10vw;
  padding: 1rem 1rem;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .o-slide.__top01 .splide__arrow {
    padding: 1rem 0.5rem;
  }
}
.o-slide.__top01 .splide__arrow.splide__arrow--next {
  right: 14vw;
}
@media only screen and (max-width: 991px) {
  .o-slide.__top01 .splide__arrow.splide__arrow--next {
    right: 1vw;
  }
}
.o-slide.__top01 .splide__arrow.splide__arrow--prev {
  left: 14vw;
}
@media only screen and (max-width: 991px) {
  .o-slide.__top01 .splide__arrow.splide__arrow--prev {
    left: 1vw;
  }
}
.o-slide.__top01 .splide__arrow svg {
  fill: #26455C;
  width: 14px;
}
@media only screen and (max-width: 991px) {
  .o-slide.__top01 .splide__arrow svg {
    width: 10px;
  }
}
.o-slide.__top01 .splide__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70vw;
          flex: 0 0 70vw;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.3;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (max-width: 991px) {
  .o-slide.__top01 .splide__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80vw;
            flex: 0 0 80vw;
  }
}
@media only screen and (max-width: 991px) {
  .o-slide.__top01 .splide__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85vw;
            flex: 0 0 85vw;
  }
}
.o-slide.__top01 .splide__slide.is-active {
  pointer-events: all;
  opacity: 1;
}
.o-slide.__top01 .o-slideImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1905/774;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* =========================================================
u-help
========================================================= */
.u-help#close-btn {
  display: none;
}
.u-help#close-btn:checked + * {
  animation: fadeout 0.2s 1 forwards, hide 0.1s 0.2s 1 forwards;
  -webkit-animation: fadeout 0.2s 1 forwards, hide 0.1s 0.2s 1 forwards;
}

/* =========================================================
u-parts
========================================================= */
.u-dispaly-block {
  display: block;
}

.u-text-ac-sp {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .u-text-ac-sp {
    text-align: left;
  }
}

.u-text-size-80 {
  font-size: 80%;
}

.u-text-ac {
  text-align: center;
}

.u-text-ar {
  text-align: right;
}

.u-text-w-bold {
  font-weight: bold !important;
}

.u-text-w-nobold {
  font-weight: normal !important;
}

.u-text-c-black {
  color: #000 !important;
}

.u-text-c-red {
  color: #B92E2D;
}

.u-text-c-green {
  color: #21af21 !important;
}

.u-text-c-blue {
  color: #047AE3 !important;
}

.u-text-c-gray {
  color: rgba(17, 24, 29, 0.7);
}

.u-text-error {
  color: #B92E2D;
  font-weight: bold;
  display: block;
}
.u-text-error:before {
  content: "\f071";
  font-family: FontAwesome;
  font-size: 13px;
  text-align: center;
  color: #B92E2D;
  margin-right: 6px;
}

.u-underline-yellow {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(92%, #FFEB00));
  background: linear-gradient(transparent 92%, #FFEB00 92%);
}

.u-border-t02 {
  border-top: 2px solid #26455C;
}

.u-mw01 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
u-margin
========================================================= */
.u-m-1 {
  margin: 1rem;
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-mb-0-sp1 {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 991px) {
  .u-mb-0-sp1 {
    margin-bottom: 1rem;
  }
}

.u-mb-2 {
  margin-bottom: 2rem;
}

.u-mb-0-sp2 {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 991px) {
  .u-mb-0-sp2 {
    margin-bottom: 2rem;
  }
}

.u-mb-3 {
  margin-bottom: 3rem;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-1 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 3rem;
}

.u-ml-1 {
  margin-left: 1rem;
}

.u-ml-1-spauto {
  margin-left: 1rem;
}
@media only screen and (max-width: 991px) {
  .u-ml-1-spauto {
    margin-left: auto;
  }
}

.u-mr-1 {
  margin-right: 1rem;
}

.u-mr-2 {
  margin-right: 2rem;
}

.u-mr-3 {
  margin-right: 3rem;
}

.u-errortext {
  color: #B92E2D;
  font-weight: bold;
  display: block;
}
.u-errortext:before {
  content: "\f071";
  font-family: FontAwesome;
  font-size: 13px;
  text-align: center;
  color: #B92E2D;
  margin-right: 6px;
}

/* =========================================================
u-padding
========================================================= */
.u-pt-3 {
  padding-top: 3rem !important;
}

/* =========================================================
u-relative
========================================================= */
.u-p-relative {
  position: relative;
}

/* =========================================================
一時的なcss
========================================================= */
/* 7/31 チャットボット導入のためトップのみお問い合わせボックス排除 */
body.home .cta {
  display: none !important;
}

.js-scrollArea {
  position: relative;
}
.js-scrollArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.js-scrollArea.__highLight::before {
  -webkit-animation: borderFlash 2s ease-in-out;
          animation: borderFlash 2s ease-in-out;
}

/* エフェクト用アニメーション */
@-webkit-keyframes borderFlash {
  0% {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  15% {
    border-color: #feb91e;
    -webkit-box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
            box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
  }
  30% {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  45% {
    border-color: #feb91e;
    -webkit-box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
            box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
  }
  60% {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  75% {
    border-color: #feb91e;
    -webkit-box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
            box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
  }
  90% {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@keyframes borderFlash {
  0% {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  15% {
    border-color: #feb91e;
    -webkit-box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
            box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
  }
  30% {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  45% {
    border-color: #feb91e;
    -webkit-box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
            box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
  }
  60% {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  75% {
    border-color: #feb91e;
    -webkit-box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
            box-shadow: 0 0 32px rgba(254, 185, 30, 0.2);
  }
  90% {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}