@charset "UTF-8";
.forpc {
  display: block;
}
@media (max-width: 1023px) {
  .forpc {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .forpc {
    display: none !important;
  }
}

.fortab {
  display: none;
}
@media (max-width: 1023px) {
  .fortab {
    display: block;
  }
}
@media (max-width: 600px) {
  .fortab {
    display: none;
  }
}

.forsp {
  display: none;
}
@media (max-width: 600px) {
  .forsp {
    display: none;
  }
}
@media (max-width: 600px) {
  .forsp {
    display: block;
  }
}

.mask {
  overflow: hidden;
  display: inline-block;
}

.p-r {
  position: relative;
}

.btn {
  color: white;
  background: transparent -webkit-gradient(linear, left top, right top, from(#12A6E2), to(#0080D0)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
  border-radius: 5rem;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn::after {
  content: "\e900";
  font-size: 8px;
  padding-left: 6px;
}
.btn:hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-weight: normal;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  min-height: 0vw;
}

:root {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

html,
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #F5F9FC;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  html,
  body {
    font-size: 14px;
  }
}
html.lock,
body.lock {
  overflow: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  pointer-events: none;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.5;
}
@media (max-width: 600px) {
  p {
    line-height: 1.8;
  }
}

.row-keep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section {
  padding: 112px 0;
}
@media (max-width: 600px) {
  section {
    padding: 48px 0;
  }
}
section .wrap {
  /*max-width: 1023px;*/
  max-width: calc(1024px - 40px);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  section .wrap {
    padding: 0 24px;
  }
}
@media (max-width: 600px) {
  section .wrap {
    padding: 0 24px;
  }
}

.title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #FF4C00;
  margin-bottom: 96px;
}
@media (max-width: 600px) {
  .title {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.title span {
  margin-top: 24px;
  display: block;
  font-size: 56px;
  font-weight: 700;
  color: #333;
  letter-spacing: 2px;
}
@media (max-width: 600px) {
  .title span {
    margin-top: 12px;
    font-size: 32px;
  }
}

.header {
  z-index: 100;
  width: 100%;
  z-index: 100;
  background: white;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  border-top: 5px solid;
  border-image-source: linear-gradient(90deg,#ff2722 0,#cc3d00 50%,#000000BB 100%);
  border-image-slice: 1;
}
.header.hide {
  top: -108px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header .wrap {
  padding: calc(24px - 5px) 40px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 600px) {
  .header .wrap {
    padding: calc(16px - 5px) 24px 16px;
  }
}
.header .wrap .logos {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header .wrap .logos .logo {
  width: 120px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #333;
}
@media (max-width: 600px) {
  .header .wrap .logos .logo {
    width: 88px;
    margin-right: 16px;
    padding-right: 16px;
  }
}
.header .wrap .logos .logo svg {
  fill: #FF4C00;
}
.header .wrap .logos .ttl {
  font-size: 9px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .header .wrap .logos .ttl {
    font-size: 6px;
  }
}
.header .wrap .logos .parent {
  max-width: 148px;
}
@media (max-width: 600px) {
  .header .wrap .logos .parent {
    max-width: 120px;
  }
}
.header .wrap .navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023px) {
  .header .wrap .navs {
    display: none;
  }
}
.header .wrap .navs .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.header .wrap .navs .top li:nth-child(1) a {
  border: 1px solid white;
}
.header .wrap .navs .top li:nth-child(2) {
  margin-left: 10px;
}
.header .wrap .navs .top li:nth-child(2) a {
  background: transparent -webkit-gradient(linear, left top, right top, from(#12A6E2), to(#0080D0)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
}
.header .wrap .navs .top li a {
  width: 120px;
  height: 30px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#12A6E2), to(#0080D0)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
  border-radius: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9em;
  color: white;
  letter-spacing: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .wrap .navs .top li a::after {
  content: "\e900";
  font-size: 8px;
  padding-left: 6px;
}
.header .wrap .navs .top li a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .wrap .navs .menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .wrap .navs .menus .menu {
  margin-left: 30px;
}
.header .wrap .navs .menus .menu a {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .wrap .navs .menus .menu a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1023px) {
  nav {
    width: 32px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  nav.close span {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  nav.close span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  nav.close span:nth-child(2) {
    opacity: 0;
  }
  nav.close span:nth-child(3) {
    bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  nav span {
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  nav span:nth-child(1) {
    top: 0;
  }
  nav span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  nav span:nth-child(3) {
    bottom: 0;
  }
}
.navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: #E7EBEE;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navigation.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navigation .inner {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}
.navigation .menus {
  margin-top: 88px;
  padding: 0 6vw;
}
.navigation .menus .menu a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 4;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.navigation .menus .menu a.anchor::after {
  content: "\e900";
  font-size: 12px;
  padding-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.navigation .information {
  background: #deeffa;
  margin: 0 auto;
  padding: 32px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.navigation .information ul li:nth-child(1) {
  margin-bottom: 16px;
}
.navigation .information ul li a {
  width: 180px;
  height: 40px;
  display: block;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.floating {
  width: 160px;
  height: 160px;
  position: fixed;
  bottom: 24px;
  right: -24px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.floating.hide {
  opacity: 0 !important;
}
.floating.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 600px) {
  .floating {
    background: #deeffa;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
  }
}
.floating .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .floating .inner {
    display: none;
  }
}
.floating a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .floating a {
    width: 180px;
    height: 40px;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#12A6E2), to(#0080D0)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
    border-radius: 5rem;
    margin: 16px auto;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .floating a .icon-arrow::after {
    content: "\e900";
    color: white;
    font-size: 8px;
    padding-left: 10px;
  }
}
.floating a::after {
  content: "";
  background-image: url(../img/floating_w.png);
  background-size: cover;
  background-position: center center;
  width: 99%;
  height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 600px) {
  .floating a::after {
    display: none;
  }
}
.floating a:hover img {
  opacity: 0.9;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.floating a:hover svg {
  fill: tomato;
}
.floating a .text {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  z-index: 10;
}
@media (max-width: 600px) {
  .floating a .text {
    display: none;
  }
}
.floating a .text span {
  display: block;
  font-size: 17px;
}
.floating a .text span::after {
  content: "\e900";
  font-size: 12px;
  padding-left: 6px;
}
.floating a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hero {
  padding-top: calc( 16px * 1.15 + 10px + 30px + 19px + 24px - 60px); /* 追記 */
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  .hero {
    padding-top: calc(16px * 1.15 + 10px + 30px + 19px + 24px - 7px);
  }
}
@media (max-width: 600px) {
  .hero {
    padding-top: calc(96px - 18px - 60px);
    /*height: 83.3333333333dvh; */
    height: calc( 66.6666666666dvh - 18px);
  }
}
.hero .wrap {
/*  padding: 0 40px;*/
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 600px) {
  .hero .wrap {
    /*padding: 0 24px;*/
    padding: 0;
  }
}
.hero .wrap .image {
  position: relative;
  /*border-radius: 64px;*/
  overflow: hidden;
}
.hero .wrap .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
/*  background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
}
@media (max-width: 1023px) {
  .hero .wrap .image {
    /*border-radius: 48px; */
  }
  .hero .wrap .image img {
    height: 100%;
  }
}
@media (max-width: 600px) {
  .hero .wrap .image {
    /*border-radius: 32px;*/
    /*height: calc(83.3333333333dvh - 112px);*/
    height: calc(66.6666666666dvh - 112px);
  }
}
.hero .wrap .texts {
  position: absolute;
  top: 50%;
  left: 72px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.hero .wrap .texts h1, .hero .wrap .texts h2, .hero .wrap .texts li {
  color: white;
}
@media (max-width: 1023px) {
  .hero .wrap .texts {
    left: 48px;
  }
}
@media (max-width: 600px) {
  .hero .wrap .texts {
    left: 24px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  }
}
.hero .wrap .texts .sub-copy {
  font-size: 33px;
  font-size: 2.424vw;
  font-weight: bold;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .hero .wrap .texts .sub-copy {
    font-size: 2.8vw;
  }
}
.hero .wrap .texts .sub-copy ruby {
  ruby-align: center;
}
.hero .wrap .texts .sub-copy rt {
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  position: relative;
  top: -0.3em;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}
.hero .wrap .texts .main-copy {
  font-size: 5.285vw;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 96px;
}
@media (max-width: 1023px) {
  .hero .wrap .texts .main-copy {
    margin-bottom: 72px;
  }
}
@media (max-width: 600px) {
  .hero .wrap .texts .main-copy {
    font-size: 10vw;
    margin-bottom: 48px;
  }
}
.hero .wrap .texts ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .hero .wrap .texts ul {
    margin-bottom: 48px;
  }
}
@media (max-width: 1023px) {
  .hero .wrap .texts ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero .wrap .texts ul li {
  border-left: 3px solid #FF4C00;
  font-size: 1.756vw;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}
@media (max-width: 600px) {
  .hero .wrap .texts ul li {
    font-size: 3.2vw;
  }
}
.hero .wrap .texts ul li span {
  padding-top: 10px;
  font-size: 2.64vw;
  font-weight: bold;
}
@media (max-width: 600px) {
  .hero .wrap .texts ul li span {
    font-size: 6.4vw;
    padding: 0 1vw;
  }
}
.hero .wrap .texts ul li:nth-child(1) {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .hero .wrap .texts ul li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.hero .wrap .texts ul li:nth-child(2)::after {
  content: "※";
  font-size: 0.9em;
}
.hero .wrap .caption {
  position: absolute;
/*  bottom: 32px;
  right: 32px;*/
  bottom: 0px;/* change 2023-10-02 */
  right: 20px; /* change 2023-10-02 */
  font-size: 12px;
  color: white;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  .hero .wrap .caption {
    /*
    position: inherit;
    bottom: inherit;
    right: inherit;*/

    position: absolute;
    right: 20px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .hero .wrap .caption {
    /*font-size: 2.4vw;*/
    font-size: 8px;
  }
}

.hero .texts-v2 {
  position: absolute;
  top: 0px;
  left: 40px;
  width: calc( 100% - 80px);
  height: 100%;
}

.hero .texts-v2 .hero-text-01{
  display: none;
  /*
  position: absolute;
  left: 0px;
  bottom: calc( 18dvw + 20px );
  height: 5dvw;*/
}

.hero .texts-v2 .hero-text-02{
  position: absolute;
  left: 0px;

  bottom: 25%;
  /*  bottom: 20px;  */
  /*height: 14dvw;*/
}

.hero .texts-v2 .hero-text-03{
  position: absolute;
  right: 0px;

  bottom: 25%;
/*  bottom: 0px;  */
  height: 12dvw;
}

.hero .texts-v2 .hero-button {
  position: absolute;
  left: calc( 50% - 125px);
  width: 250px;
  bottom: 50px;
  display: block;
  text-align: center;
}


.hero .texts-v2 .hero-button button{

  color: #fff;

  width: 100%;
  max-width: 240px;
  height: 56px;

  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: opacity .3s ease;

  /*background-color: #ff4c00;*/
  background: -webkit-linear-gradient(90deg,#ff2722 0,#cc3d00 100%);
  background: linear-gradient(90deg,#ff2722 0,#cc3d00 100%);
  border: 2px solid #ffffff66;
}

.hero .texts-v2 .hero-button button::after{
  position: absolute;
  right: 20px;
  /*top: calc( 18px /2 + 17px);*/
  content: "";
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}

.hero .texts-v2 .hero-button a:hover button{
  color: #ff4c00;
  background-color: #ffffffdd;
  background-image: none;
}

.hero .texts-v2 .hero-button a:hover button::after{
  border-color: #ff4c00;
}

/***************************************
*/
.cv-button {
  position: relative;
  width: 250px;
  display: block;
  text-align: center;

  margin: 30px auto 0;
}

.cv-button button{

  color: #fff;

  width: 100%;
  max-width: 240px;
  height: 56px;

  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: opacity .3s ease;

  /*background-color: #ff4c00;*/
  background: -webkit-linear-gradient(90deg,#12a6e2 0,#0080d0 100%);
  background: linear-gradient(90deg,#12a6e2 0,#0080d0 100%);
  border: 2px solid #ffffff66;
}

.cv-button button::after{
  position: absolute;
  right: 20px;
  /*top: calc( 18px /2 + 17px);*/
  content: "";
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}

.cv-button a:hover button{
  color: #0080d0;
  border: 2px solid #0080d0;
  background-color: #ffffffdd;
  background-image: none;
}

.cv-button a:hover button::after{
  border-color: #0080d0;
}


@media (max-width: 1023px) {
  .hero .texts-v2 .hero-text-02 {
    bottom: 30%;
    width: 35dvw;
  }
  .hero .texts-v2 .hero-text-03 {
    bottom: 20px;
    max-width: 23dvw;
  }
  .hero .texts-v2 .hero-button{
    bottom: 20px;
  }
  .hero .texts-v2 img{
    /*width: 30dvw;*/
    height: 16dvw;
  }
}

@media (max-width: 600px) {
  .hero .texts-v2 {
    left:20px;
    width: calc(100% - 40px);
  }
  .hero .texts-v2 .hero-text-01 {
    bottom: 62%;
    height: 10%;
  }
  .hero .texts-v2 .hero-text-02 {
    bottom: 30%;
    /*height: 30%;*/
    width: 50dvw;
  }
  .hero .texts-v2 .hero-text-03 {
    /*    height: 25%;*/
    display: none;
  }
  .hero .texts-v2 .hero-button{
    bottom: 20px;
  }
}




.hero video {
  width: 100%;
}

.sec-features .wrap .row-keep {
  padding: 0 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .sec-features .wrap .row-keep {
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec-features .wrap .row-keep li {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .sec-features .wrap .row-keep li {
    width: 50%;
    margin-bottom: 16px;
  }
}
.sec-features .wrap .row-keep li .image {
  margin-bottom: 10px;
  max-width: 200px;
}
@media (max-width: 1023px) {
  .sec-features .wrap .row-keep li .image {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.sec-features .wrap .row-keep li .desc {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 600px) {
  .sec-features .wrap .row-keep li .desc {
    font-size: 14px;
  }
}
.sec-features .wrap .row-keep li .desc small, .sec-features .wrap .row-keep li .desc .caution {
  font-size: 12px;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .sec-features .wrap .row-keep li .desc small, .sec-features .wrap .row-keep li .desc .caution {
    font-size: 8px;
  }
}
.sec-features .wrap .row-keep li .desc .caution {
  margin-top: 20px;
  display: block;
}
@media (max-width: 600px) {
  .sec-features .wrap .row-keep li .desc .caution {
    margin-top: 10px;
  }
}
.sec-features .wrap .caption {
  font-size: 12px;
}

.sec-plans {
  background: white;
}
.sec-plans .title {
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  .sec-plans .title {
    margin-bottom: 24px;
  }
}
.sec-plans .desc {
  text-align: center;
  margin-bottom: 112px;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .sec-plans .desc {
    margin-bottom: 40px;
  }
}
.sec-plans .wrap ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sec-plans .wrap ul li {
  width: calc(33.3333333333% - 24px);
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .sec-plans .wrap ul li {
    width: calc(33.3333333333% - 12px);
    margin-bottom: 40px;
  }
}
.sec-plans .wrap ul li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .sec-plans .wrap ul li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .sec-plans .wrap ul li {
    width: calc(50% - 8px);
    margin-bottom: 32px;
  }
}
.sec-plans .wrap ul li a {
  display: block;
  background: #F5F9FC;
  border-radius: 16px;
  padding: 40px 0;
  border: 1px solid white;

  box-shadow: rgba(0,0,0,0.1) 5px 5px 10px; /* added 2023-10-02*/
}
@media (max-width: 600px) {
  .sec-plans .wrap ul li a {
    padding: 32px 0;
  }
}
.sec-plans .wrap ul li a:hover {
  border: 1px solid #0080D0;
}
.sec-plans .wrap ul li a:hover .request {
  color: #0080D0;
}
.sec-plans .wrap ul li a p {
  letter-spacing: 0;
}
.sec-plans .wrap ul li .image {
  max-width: 248px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sec-plans .wrap ul li .image {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.sec-plans .wrap ul li .texts {
  text-align: center;
}
.sec-plans .wrap ul li .texts .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .sec-plans .wrap ul li .texts .ttl {
    font-size: 18px;
  }
}
.sec-plans .wrap ul li .texts .price {
  font-size: 12px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .sec-plans .wrap ul li .texts .price {
    font-size: 10px;
  }
}
.sec-plans .wrap ul li .texts .price span {
  font-size: 20px;
}
@media (max-width: 600px) {
  .sec-plans .wrap ul li .texts .price span {
    font-size: 14px;
  }
}
.sec-plans .wrap ul li .texts .request {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 600px) {
  .sec-plans .wrap ul li .texts .request {
    font-size: 12px;
  }
}
.sec-plans .wrap ul li .texts .request::after {
  content: "\e900";
  font-size: 10px;
  padding-left: 10px;
}
@media (max-width: 600px) {
  .sec-plans .wrap ul li .texts .request::after {
    font-size: 6px;
    padding-left: 4px;
  }
}

.sec-case .wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .sec-case .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 496px;
    margin: 0 auto;
  }
}
.sec-case .wrap .texts {
  margin-top: 54px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 436px;
      -ms-flex: 0 0 436px;
          flex: 0 0 436px;
  margin-right: 88px;
}
@media (max-width: 1023px) {
  .sec-case .wrap .texts {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 0;
    text-align: center;
  }
}
.sec-case .wrap .texts .title {
  text-align: left;
  margin-bottom: 112px;
}
@media (max-width: 1023px) {
  .sec-case .wrap .texts .title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .sec-case .wrap .texts .title {
    margin-bottom: 32px;
  }
}
.sec-case .wrap .texts .client {
  padding-bottom: 10px;
  margin-bottom: 48px;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 1023px) {
  .sec-case .wrap .texts .client {
    margin-bottom: 24px;
  }
}
.sec-case .wrap .texts .read {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .sec-case .wrap .texts .read {
    font-size: 16px;
  }
}
.sec-case .wrap .texts .more {
  width: 192px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #0080D0;
  border: 1px solid #0080D0;
  border-radius: 5rem;
  letter-spacing: 0;
  position: relative;
  padding-right: 16px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .sec-case .wrap .texts .more {
    margin: 0 auto 56px;
  }
}
.sec-case .wrap .texts .more::after {
  content: "\e900";
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-case .wrap .texts .more::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #0080D0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sec-case .wrap .texts .more:hover::after {
  right: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sec-case .wrap .texts .more:hover::before {
  right: 24px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-case .wrap .image > figure {
  margin-bottom: 32px;
}

.sec-case .wrap figure.image {
  position: relative;
}

@media (min-width:1024px){ /* added 2023-10-02 */
  .sec-case .wrap figure.image {
    position: relative;
    top: 150px; 
  }
}

@media (max-width: 600px) {
  .sec-case .wrap .image > figure {
    margin-bottom: 16px;
  }
}
.sec-case .wrap .image .row-keep figure:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  aspect-ratio: 1/1;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .sec-case .wrap .image .row-keep figure:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-right: 16px;
  }
}
.sec-case .wrap .image img {
  display: block;
}
@media (max-width: 600px) {
  .sec-case .wrap .more {
    margin: 32px auto 0;
  }
}

.sec-faq {
  background: white;
}
.sec-faq .faqs dl {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}
.sec-faq .faqs dl:nth-child(1) {
  border-top: 1px solid #cbcbcb;
}
.sec-faq .faqs dl dt {
  font-weight: 500;
  padding: 24px 112px 24px 64px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .sec-faq .faqs dl dt {
    padding: 12px 32px 12px 32px;
    line-height: 1.5;
  }
}
.sec-faq .faqs dl dt:before {
  background-image: url(../img/question.svg);
  width: 28px;
  height: 28px;
}
@media (max-width: 600px) {
  .sec-faq .faqs dl dt:before {
    width: 18px;
    height: 18px;
  }
}
.sec-faq .faqs dl dt::after {
  content: "\e900";
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .sec-faq .faqs dl dt::after {
    right: 0;
  }
}
.sec-faq .faqs dl dt.active::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-faq .faqs dl dd {
  line-height: 0;
  opacity: 0;
  padding: 0 112px 0 64px;
  -webkit-transition: line-height 0.4s, padding 0.1s, opacity 0.2s;
  transition: line-height 0.4s, padding 0.1s, opacity 0.2s;
  width: 100%;
}
@media (max-width: 600px) {
  .sec-faq .faqs dl dd {
    font-size: 12px;
    padding: 0 32px 0 32px;
  }
}
.sec-faq .faqs dl dd:before {
  background-image: url(../img/answer.svg);
  width: 24px;
  height: 24px;
  top: 0;
}
@media (max-width: 600px) {
  .sec-faq .faqs dl dd:before {
    width: 17px;
    height: 17px;
    top: calc(50% - 8px) !important;
  }
}
.sec-faq .faqs dl dd span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE762));
  background: -webkit-linear-gradient(transparent 70%, #FFE762 70%);
  background: linear-gradient(transparent 70%, #FFE762 70%);
}
.sec-faq .faqs dl dd.active {
  line-height: 1.5;
  opacity: 1;
  padding: 24px 112px 24px 64px;
  -webkit-transition: line-height 0.1s, padding 0.6s, opacity 1s;
  transition: line-height 0.1s, padding 0.6s, opacity 1s;
}
@media (max-width: 600px) {
  .sec-faq .faqs dl dd.active {
    padding: 0 32px 16px 32px;
    line-height: 1.5;
  }
}
.sec-faq .faqs dl dt, .sec-faq .faqs dl dd {
  position: relative;
}
.sec-faq .faqs dl dt::before, .sec-faq .faqs dl dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  .sec-faq .faqs dl dt::before, .sec-faq .faqs dl dd::before {
    left: 0;
  }
}

.sec-about {
  background: #E7EBEE;
}
.sec-about .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .sec-about .wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .sec-about .image {
    margin: 0 auto 56px;
  }
}
@media (max-width: 600px) {
  .sec-about .image {
    margin: 0 auto 32px;
  }
}
.sec-about .image .logo {
  width: 208px;
  height: auto;
}
@media (max-width: 600px) {
  .sec-about .image .logo {
    width: 148px;
  }
}
.sec-about .image .logo svg {
  fill: #333;
}
.sec-about .texts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 660px;
      -ms-flex: 0 0 660px;
          flex: 0 0 660px;
}
@media (max-width: 1023px) {
  .sec-about .texts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .sec-about .texts {
    width: 100%;
  }
}
.sec-about .texts dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
.sec-about .texts dl:last-child {
  margin-bottom: 0;
}
.sec-about .texts dl dt {
  font-weight: 400;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 168px;
      -ms-flex: 0 0 168px;
          flex: 0 0 168px;
}
@media (max-width: 600px) {
  .sec-about .texts dl dt {
    font-size: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
.sec-about .texts dl dd {
  line-height: 1.5;
}
@media (max-width: 600px) {
  .sec-about .texts dl dd {
    font-size: 12px;
  }
}

.sec-contact {
  background: rgba(23, 141, 222, 0.12);
}
.sec-contact .desc {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .sec-contact .desc {
    font-size: 12px;
  }
}
.sec-contact .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .sec-contact .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-contact .row a {
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 360px;
  height: 80px;
  color: white;
  background: transparent -webkit-gradient(linear, left top, right top, from(#12A6E2), to(#0080D0)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #12A6E2 0%, #0080D0 100%) 0% 0% no-repeat padding-box;
  border-radius: 5rem;
  margin: 0 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-contact .row a:nth-child(1) {
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .sec-contact .row a {
    width: 180px;
    height: 40px;
    font-size: 12px;
  }
}
.sec-contact .row a::after {
  content: "\e900";
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 600px) {
  .sec-contact .row a::after {
    font-size: 10px;
  }
}
.sec-contact .row a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer {
  background: #333;
  padding: 32px 0;
}
@media (max-width: 600px) {
  .footer {
    padding: 16px 0;
  }
}
.footer a, .footer p {
  color: white;
  text-align: center;
}
@media (max-width: 600px) {
  .footer a, .footer p {
    font-size: 10px;
  }
}
.footer a {
  display: block;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .post {
    padding: 48px 0 0;
  }
}
.post .pnkz {
  padding: 16px;
  max-width: 1023px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .post .pnkz {
    display: none;
  }
}
.post .pnkz ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post .pnkz ul li {
  font-size: 12px;
  margin-right: 8px;
}
.post .pnkz ul li:last-child a::after {
  content: none;
}
.post .pnkz ul li a::after {
  content: "\e900";
  font-size: 6px;
  padding-left: 8px;
}
.post .wrap {
  background: white;
  border-radius: 32px;
  padding: 64px 112px;
}
@media (max-width: 600px) {
  .post .wrap {
    padding: 48px 24px;
    margin: 40px 24px;
    border-radius: 16px;
  }
}
.post .wrap .title-area .date {
  color: #FF4C00;
  font-size: 18px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .post .wrap .title-area .date {
    font-size: 16px;
  }
}
.post .wrap .title-area .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  .post .wrap .title-area .tags {
    margin-bottom: 32px;
  }
}
.post .wrap .title-area .tags .tag {
  border: 1px solid #333;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  margin-right: 16px;
}
@media (max-width: 600px) {
  .post .wrap .title-area .tags .tag {
    font-size: 8px;
    margin-right: 8px;
  }
}
.post .wrap .title-area .title {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 72px;
}
@media (max-width: 600px) {
  .post .wrap .title-area .title {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 24px;
    font-size: 5.4vw;
  }
}
.post .wrap .title-area .companys {
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .post .wrap .title-area .companys {
    margin-bottom: 24px;
  }
}
.post .wrap .title-area .companys .name {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .post .wrap .title-area .companys .name {
    font-size: 10px;
  }
}
.post .wrap .title-area .companys .logo {
  max-width: 200px;
}
@media (max-width: 600px) {
  .post .wrap .title-area .companys .logo {
    max-width: 45%;
  }
}
.post .wrap .title-area .companys .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.post .wrap .contents .kv {
  margin-bottom: 56px;
}
.post .wrap .contents .read {
  padding: 32px 0;
  line-height: 1.5;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media (max-width: 600px) {
  .post .wrap .contents .read {
    line-height: 2;
  }
}
.post .wrap .contents .peoples {
  margin: 56px 0;
}
.post .wrap .contents .peoples .people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .post .wrap .contents .peoples .people {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post .wrap .contents .peoples .people:nth-child(1) {
  margin-bottom: 32px;
}
.post .wrap .contents .peoples .people .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin-right: 48px;
}
@media (max-width: 600px) {
  .post .wrap .contents .peoples .people .image {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.post .wrap .contents .peoples .people .texts p {
  font-weight: 500;
}
.post .wrap .contents .peoples .people .texts .name {
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .post .wrap .contents .peoples .people .texts .name {
    text-align: center;
  }
}
.post .wrap .contents .peoples .people .texts .desc {
  line-height: 1.6;
}
@media (max-width: 600px) {
  .post .wrap .contents .peoples .people .texts .desc {
    line-height: 2;
    text-align: center;
  }
}
.post .wrap .contents .b_a {
  background: #F5F9FC;
  border-radius: 24px;
  padding: 56px 48px;
  margin-bottom: 96px;
}
@media (max-width: 600px) {
  .post .wrap .contents .b_a {
    padding: 32px 16px;
    margin-bottom: 56px;
  }
}
.post .wrap .contents .b_a ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .post .wrap .contents .b_a ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post .wrap .contents .b_a ul li .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 32px;
}
@media (max-width: 600px) {
  .post .wrap .contents .b_a ul li .image {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.post .wrap .contents .b_a ul li .texts .ttl {
  font-size: 18px;
  color: #0080D0;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .post .wrap .contents .b_a ul li .texts .ttl {
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.post .wrap .contents .b_a ul li .texts ol li {
  display: block;
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 600px) {
  .post .wrap .contents .b_a ul li .texts ol li {
    padding-left: 14px;
    line-height: 1.5;
  }
}
.post .wrap .contents .b_a ul li .texts ol li::before {
  content: "";
  background-image: url(/casestudies/img/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0;
}
.post .wrap .contents .case-wrap .block {
  margin-bottom: 96px;
}
@media (max-width: 600px) {
  .post .wrap .contents .case-wrap .block {
    margin-bottom: 48px;
  }
}
.post .wrap .contents .case-wrap .block .title {
  text-align: left;
  color: #FF4C00;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 48px;
  letter-spacing: 1.4px;
}
@media (max-width: 600px) {
  .post .wrap .contents .case-wrap .block .title {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 32px;
  }
}
.post .wrap .contents .case-wrap .block .q_a li {
  margin-bottom: 32px;
}
.post .wrap .contents .case-wrap .block .q_a li .question {
  color: #777;
  margin-bottom: 16px;
}
.post .wrap .contents .case-wrap .block .q_a li .answer span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE762));
  background: -webkit-linear-gradient(transparent 70%, #FFE762 70%);
  background: linear-gradient(transparent 70%, #FFE762 70%);
}
.post .wrap .contents .case-wrap .block:nth-child(1) .image {
  max-width: 66%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .post .wrap .contents .case-wrap .block:nth-child(1) .image {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .post .wrap .contents .case-wrap .block:nth-child(2) .reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.post .wrap .contents .case-wrap .block:nth-child(2) .image {
  float: right;
  max-width: 305px;
  margin-left: 56px;
}
@media (max-width: 600px) {
  .post .wrap .contents .case-wrap .block:nth-child(2) .image {
    max-width: 100%;
    margin-left: 0;
    float: none;
  }
}
.post .wrap .contents .informations {
  background: #F5F9FC;
  padding: 72px 56px;
  border-radius: 24px;
}
@media (max-width: 600px) {
  .post .wrap .contents .informations {
    padding: 40px 16px;
  }
}
.post .wrap .contents .informations dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.post .wrap .contents .informations dl:last-child {
  margin-bottom: 0;
}
.post .wrap .contents .informations dl dt {
  font-weight: 400;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 156px;
      -ms-flex: 0 0 156px;
          flex: 0 0 156px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .post .wrap .contents .informations dl dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
.post .wrap .contents .informations dl dd {
  line-height: 1.5;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?vot4bx");
  src: url("fonts/icomoon.eot?vot4bx#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vot4bx") format("truetype"), url("fonts/icomoon.woff?vot4bx") format("woff"), url("fonts/icomoon.svg?vot4bx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 追加 */
section#one-month-plan {
  text-align: center;
  line-height: 1.4;
  /*padding: 0 0 60px;*/
  background: #e7ebee99;
}

section#one-month-plan h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
}

section#one-month-plan h2 span.wrap {
  display: initial;
  font-weight: inherit;
  padding-bottom: 0px;
  border-bottom: 5px solid #ff4c00;
}

section#one-month-plan h2 span.strong {
  font-size: 42px;
  font-weight: inherit;
  color: #D94100;
}
@media (max-width: 600px) {
  section#one-month-plan h2 {
    font-size: 26px;
  }
  section#one-month-plan h2 span.wrap {
    padding-left: 0;
    padding-right: 0;
  }
  section#one-month-plan h2 span.strong {
    font-size: 32px;
  }
}

section#one-month-plan .recommend {
  margin: 20px auto;
  padding: 10px 20px;
  max-width: 360px;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
}
section#one-month-plan .lead {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

section#one-month-plan .recommend .caption {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 600px) {
  section#one-month-plan .lead {
    font-size: 16px;
  }
  
  section#one-month-plan .recommend .caption {
    font-size: 16px;
  }
}

section#one-month-plan .recommend ul {
  margin-top: 10px;
}

section#one-month-plan .recommend ul li {
  list-style: disc;
  text-align: left;
  font-size: 14px;
  margin-left:30px;
}

.notes {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin-left: 1em;
}

inblk {
  display: inline-block;
}

.hide{
  display: none;
}