@charset "UTF-8";

/*HEADER****/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: none;
  z-index: 10;
}
/* for top-page menu */
#-ab {
  /*position: absolute;*/
}
header.is-active {
  background: linear-gradient(180deg, #fff, RGBA(255, 255, 255, 0.45));
}

header .inner {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 90px;
}

header .hlogo {
  /* max-width: 200px; */
  margin-right: auto;
  margin-left: 30px;
  position: relative;
}

header .hlogo .hlogo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

header .hlogo a {
  display: block;
}

header .hlogo img {
  max-height: 60px;
}

header .hlogo2 {
  /* max-width: 200px; */
  margin-right: auto;
  margin-left: 30px;
  position: relative;
}

header .hlogo2 .hlogo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

header .hlogo2 a {
  display: block;
}

header .hlogo2 img {
  max-height: 60px;
}

header .gnavi_area {
  display: flex;
  align-items: center;
  height: 100%;
}

header .gnavi_area nav,
header .gnavi_area ul {
  display: flex;
  align-items: center;
  height: 100%;
}

header .gnavi_area li {
  height: 50%;
}

header .gnavi_area li a {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}
/* btn hover setting  2022 0221*/
.top-cta {
}
.top-cta a {
  color: #fff !important;
  background-color: #0075c2 !important;
  transition: 0.3s;
}
.top-cta a:hover {
  color: #0075c2 !important;
  background-color: #fff !important;
}
/* btn hover setting  2022 0221*/
@media (max-width: 980px) {
  .top-cta2 {
    width: 240px;
  }
}

.top-cta2 a {
  color: #05a9fd !important;
  transition: 0.3s;
  border: none;
}
.top-cta2 a:hover {
  color: #fff !important;
  background-color: #05a9fd;
}
.top-cta a:hover header .gnavi_area .bttn.-cta a::before {
  background-image: url(../image/common/icon_mail.png);
}

header .gnavi_area li a:hover,
header .gnavi_area li.main_current a {
  color: #213356;
  text-decoration: none;
}

header .gnavi_area li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #213356;
  transform: translateX(-50%);
  transition: 0.6s;
}

header .gnavi_area li a:hover::after,
header .gnavi_area li.main_current a::after {
  width: 100%;
}

header .gnavi_area li:not(.bttn) + li {
  margin-left: 2em;
}

header .gnavi_area .innflex {
  margin-left: 1em;
}

header .gnavi_area .bttn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100%;
}

header .gnavi_area .bttn a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 100%;
  font-size: 12px;
  border-radius: 0;
  min-width: auto;
  transition: all 0.2s ease 0s;
}

header .gnavi_area .bttn a::before {
  content: "";
  display: flex;
  width: 40px;
  height: 40px;
  background-image: url(../image/common/icon_dl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: rgba(5, 169, 253, 0.26);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
header .gnavi_area .top-cta a::before {
  content: "";
  display: flex;
  width: 40px;
  height: 40px;
  background-image: url(../image/common/icon_dl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

header .gnavi_area .bttn a:hover::before {
  background-color: #0075c2;
}

header .gnavi_area .bttn.-cta a::before {
  background-image: url(../image/icon_mail02.png);
}

header .gnavi_area .bttn.-cta a:hover::before {
  background-color: #fff;
}

header .gnavi_area .bttn.main_current a {
  color: rgba(5, 169, 253, 0.26);
}

header .gnavi_area .bttn a::after {
  display: none;
}

@media only screen and (max-width: 980px) {
  header .inner {
    width: 90%;
    padding: 20px 0;
  }

  header .hlogo {
    margin-left: 0;
  }
  header .hlogo2 {
    margin-left: 0;
  }

  header .gnavi_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    background: #fff;
    box-shadow: 0 10px 20px #ddd;
    transform: translateX(100%);
    transition: 0.3s;
    z-index: 10;
  }

  header .gnavi_area.is-active {
    transform: translateX(0%);
    position: fixed;
  }
  header .gnavi_area nav,
  header .gnavi_area ul {
    width: calc(100% - 30px);
  }
  header .gnavi_area ul {
    display: block;
    width: 100%;
    padding: 30px;
  }

  header .gnavi_area li:not(.bttn) + li {
    margin-left: 0;
    border-top: 1px solid #eeeeee;
  }

  header .gnavi_area ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
  }

  header .gnavi_area .bttn {
    border: none;
  }

  header .gnavi_area .bttn a {
    flex-direction: row;
    width: 240px;
    height: auto;
    font-size: initial;
    padding: 15px 1.8em;
    border-radius: 5px;
  }

  header .gnavi_area .bttn a::before {
    content: "";
    width: 25px;
    height: 25px;
    background-size: auto 11px;
    margin-bottom: 0;
    margin-right: 10px;
    position: absolute;
    top: calc(50% - 12.5px);
    left: 20px;
  }

  header .gnavi_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 16px;
    color: #777777;
  }

  header .gnavi_area ul li a::after {
    display: none;
  }

  header .gnavi_area .bttn.left {
    margin-right: auto;
  }

  header .gnavi_area .innflex {
    padding: 0 20px;
    margin-top: 20px;
    display: block;
    height: auto;
  }

  header .gnavi_area .bttn + .bttn {
    margin-top: 20px;
    margin-left: 0;
  }

  header .gnavi_area .bttn {
    width: auto;
  }

  header .gnavi_area .bttn.dl {
    margin-left: 0;
  }

  #menu-wrapper {
    position: absolute;
    overflow: hidden;
    max-width: 100%;
    top: 18px;
    right: 10px;
    cursor: pointer;
    z-index: 101;
  }

  #menu-wrapper.open {
    position: fixed;
  }

  #menu-wrapper #menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
  }

  #menu-wrapper #menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;

    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }

  #menu-wrapper #menu span:nth-child(1) {
    top: 0;
    background-color: #fff;
  }

  #menu-wrapper #menu span:nth-child(2) {
    top: 9px;
    background-color: #fff;
  }

  #menu-wrapper #menu span:nth-child(3) {
    top: 18px;
    background-color: #fff;
  }

  #menu-wrapper.open #menu span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
    background-color: black;
  }

  #menu-wrapper.open #menu span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
    background-color: black;
  }

  #menu-wrapper.open #menu span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
    background-color: black;
  }
}

@media only screen and (max-width: 690px) {
  header .gnavi_area {
    width: calc(100vw - 60px);
  }

  header .gnavi_area .innflex {
    padding: 0;
  }

  header .hlogo .hlogo-box {
    gap: 10px;
  }
  header .hlogo2 .hlogo-box {
    gap: 10px;
  }

  header .hlogo .hlogo-box a:nth-child(1) img {
    width: 90%;
  }
  header .hlogo2 .hlogo-box a:nth-child(1) img {
    width: 90%;
  }
}

body.dcms_editor header {
  position: static;
}

.bttn a {
  position: relative;
  min-width: 240px;
  color: #fff;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 1.8em;
  line-height: 1.2;
  border-radius: 5px;
  background-color: #fff;
  /*
    border-style: solid;
    border-width: 1px;
    border-color: #213356;
    ;
    */
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
  text-decoration: none !important;
  transition: 0.3s;
}

/* header BTN */

/* footer navi */
footer {
  padding: 20px 0 40px;
  background: #fafbfd;
}

footer .footerNavi {
  display: flex;
  border-top: 1px solid #f2f6fa;
  padding-top: 20px;
  align-items: center;
}
footer .footerNavi a {
  font-size: 12px;
  color: #05a9fd;
  line-height: 1;
  display: inline-block;
}

footer .footerNavi a + a {
  margin-left: 1em;
  border-left: 1px solid;
  padding-left: 1em;
}

footer small {
  display: inline-block;
  color: #05a9fd;
  margin-left: auto;
}

@media only screen and (max-width: 980px) {
  footer .footerNavi {
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer small {
    margin: 8px auto 0;
  }
}
@media only screen and (max-width: 690px) {
  footer {
    padding: 50px 0 30px;
  }
  footer small {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.4;
    margin: 15px auto 0;
  }
}

/* sales_index.html */
/* top-main contents //start */
.MainVj {
  background: url(../image/top-main.png) no-repeat center/cover;
  background-color: #05a9fd;
}
.MainVj > .inner {
  position: relative;
  padding: 200px 0;
  z-index: 1;
}
.MainVj .innbox {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 981px) {
  .MainVj .innbox {
    max-width: 600px;
    width: 100%;
  }
}
.MainVj .hTitl {
  color: #fff;
  font-size: 2.4vw;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
.MainVj .top-subt {
  width: 80%;
  line-height: 4.4rem;
  font-size: 18px;
}
.sp-show {
  display: none;
}
@media (max-width: 1024px) {
  .MainVj .top-subt {
    font-size: 16px;
    line-height: 3.8rem;
  }
  .sp-show {
    display: block;
  }
}

@media (max-width: 980px) {
  .MainVj > .inner {
    padding: 160px 0 100px;
  }
  .MainVj .top-subt {
    width: 100%;
  }
  .sp-show {
    display: block;
  }
}
@media (max-width: 480px) {
  .MainVj > .inner {
    padding: 100px 0 40px;
  }
  .MainVj .hTitl {
    font-size: 34px;
  }
  .MainVj .top-subt {
    line-height: 3.5rem;
  }
}

/* top-main coantents //end */
/* section-title //start */
.section-title {
  text-align: center;
  width: 100%;
  padding: 40px 0;
}
.section-title p {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.5rem;
}
/* section-title //end */
/* gate-box  //start*/
.gate-box {
  padding: 0;
  color: #333333;
  /* margin-left: 10px;
  margin-right: 10px; */
  display: flex;
  margin-bottom: 100px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .gate-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.g-con {
  padding: 0;
  width: calc(33% - 12px);
  margin-left: 10px;
  margin-right: 10px;
}
.g-con img {
  width: 85%;
}
.g-text {
  padding: 15px 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: cenrter;
}
.g-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.2rem;
}
.g-sub {
  font-size: 14px;
  width: 92%;
}
.g-btn {
  text-align: center;
  width: 90%;
  background-color: #fafbfd;
  padding: 15px 0;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  transition: 0.3s;
}
.g-btn:hover {
  background-color: #05a9fd;
}
.g-btn:hover.g-btn a {
  color: #fff;
}
.g-btn a {
  color: #05a9fd;
}
.g-btn::after {
  contain: ">";
  position: absolute;
  color: #05a9fd;
  top: 0;
  left: 0;
}
@media (max-width: 820px) {
  .g-con {
    padding: 0;
    width: 33%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-con img {
    width: 90%;
    /* height: auto; */
  }
  .g-text {
    padding: 15px 5px;
    width: 100%;
  }
  .gate-box {
    flex-wrap: wrap;
  }
  .g-con {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .g-con img {
    height: 190px !important;
  }
  .g-img {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .g-flex {
    width: 60%;
  }
}
@media (max-width: 680px) {
  .g-con {
    width: 100%;
    flex-direction: column;
  }
  .g-img {
    width: 100%;
  }
  .g-flex {
    width: 100%;
  }
  .g-sub {
    width: 85%;
  }
  .g-title {
    margin-bottom: 0px;
  }
  .g-con img {
    width: fit-content;
  }
}

/* gate-box  //end*/

/* sales_function //start*/
#no2 li a {
  color: #000;
}
.function {
  background: url(../image/function-main.png) no-repeat center/cover;
  background-color: #fff;
}
.function > .inner {
  position: relative;
  padding: 170px 0 100px;
  z-index: 1;
  display: flex;
}
.f-in {
  width: 100%;
}

.f-title {
  margin-bottom: 30px;
}
.f-title h1 {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  line-height: 1.6em;
}
.f-subt {
  font-size: 16px;
  line-height: 1.9em;
  margin-bottom: 40px;
}

.section-sub {
  width: 95%;
  margin: 30px auto 0px;
}
.section-sub p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3rem;
  text-align: center;
}
.f-image {
  position: absolute;
  z-index: -1;
  top: 100px;
  right: -200px;
}
.f-image.--max-w-957 {
  max-width: 957px;
}

/* point //start*/
.point-box {
  display: flex;
}
.p-con {
  width: 340px;
  background-color: #f7fdff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;

  align-content: center;
  padding: 10px 10px 40px 10px;
  margin-left: auto;
  margin-right: auto;
}
.p-num {
  margin: 10px 0 15px;
  color: #05a9fd;
  width: 100%;
  padding-left: 20px;
}
.p-img {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.p-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.p-subt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 12px;
}
.btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: -20px 0 100px 0;
}
.po-btn {
  text-align: center;
  background-color: #0075c2;
  width: 268px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.po-btn a {
  color: #fff;
}
@media only screen and (max-width: 780px) {
  .point-box {
    flex-wrap: wrap;
  }
  .p-con {
    width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .p-title {
    text-align: left;
    margin-bottom: 10px;
  }
  .p-subt {
    padding: 0;
  }
  .p-01 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-img {
  }
  .p-02 {
    padding-top: 40px;
    padding-left: 10px;
    width: 70%;
  }
  .section0000 > .inner > .btn-box {
    margin: 10px 0 100px 0;
  }
}
@media only screen and (max-width: 530px) {
  .p-num {
    width: 90%;
    text-align: left;
  }
  .point-box {
    flex-wrap: wrap;
  }
  .p-con {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .p-title {
    width: 90%;
    text-align: left;
    margin-bottom: 10px;
  }
  .p-subt {
    padding: 0;
    width: 90%;
  }
  .p-01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-img {
  }
  .p-02 {
    padding-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section0000 > .inner > .btn-box {
    margin: 10px 0 100px 0;
  }
}
/* point //start*/

/* sales_function //end*/

/* btn area //start */
.btns a {
  position: relative;
  min-width: 240px;
  color: #fff;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 4px;
  line-height: 1.2;
  border-radius: 5px;
  background-color: #0075c2;
  border-style: solid;
  border-width: 1px;
  border-color: #0075c2;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
  text-decoration: none !important;
  transition: 0.3s;
  width: 260px;
}
.btns a:hover {
  text-decoration: none;
  color: #0075c2;
  background-color: #fff;
}
.btns.-temp a {
  padding: 15px 2.4em;
}
.-center {
  text-align: center;
}
.btns.-arr a::after {
  display: block;
  content: "";
  position: absolute;
  right: 1em;
  top: calc(50% - 3px);
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: 0.6s;
}
.btns.-dw {
}
.btns.-dw a {
  font-size: 16px;
}

.btns.-dw a::before {
  content: "";
  background: url(../image/common/icon_dl.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  margin-right: 10px;
  display: inline-block;
}
.btns.-dw a:hover .btns.-dw a::before {
}
.btns.-dw02 a {
  font-size: 16px;
  box-shadow: 0 0 40px rgba(16, 119, 211, 1);
}

.btns.-dw02 a::before {
  content: "";
  background: url(../image/common/icon_dl.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  margin-right: 10px;
  display: inline-block;
}
.btns.-dw02 a:hover {
  box-shadow: 0 1px 10px rgba(16, 119, 211, 0.2), 0 0 50px rgba(16, 119, 211, 0.1);
  border-color: transparent;
}
.btns.-dw a:hover::before {
  background: url(../image/download-bl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  /* background-color: rgba(0, 115, 255, 0.2); */
}

/*  */
.btns.-try {
}
.btns.-try a {
  position: relative;
  min-width: 270px;
  color: #fff;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 4px;
  line-height: 1.2;
  border-radius: 5px;
  background-color: #f0a237;
  border-style: solid;
  border-width: 2px;
  border-color: #f0a237;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
  text-decoration: none !important;
  transition: 0.6s;
  width: 260px;
  font-size: 16px;
}
.btns.-try a:hover {
  background: #fff;
  color: #f0a237;
  transition: 0.6s;
}

.btns.-try a::before {
  content: "";
  background: url(../image/icon_mail-fi.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  /* background-color: rgba(255, 255, 255, 0.26); */
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  margin-right: 10px;
  display: inline-block;
}

.btns.-try a:hover::before {
  /* background: url(../image/download-bl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto; */
  /* background-color: rgba(0, 115, 255, 0.2); */
}
/*  */
.btnarea-insite {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
.btns2 a {
  position: relative;
  min-width: 240px;
  color: #fff;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 1.8em;
  line-height: 1.2;
  border-radius: 5px;
  background-color: #f0a237;
  border-style: solid;
  border-width: 1px;
  border-color: #f0a237;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
  text-decoration: none !important;
  transition: 0.3s;
}
.btns2 a:hover {
  text-decoration: none;
  color: #f0a237;
  background-color: #fff;
}
.btns2.-arr a::after {
  display: block;
  content: "";
  position: absolute;
  right: 1em;
  top: calc(50% - 3px);
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: 0.6s;
}
.btnarea-insite.-double {
  gap: 20px;
}
.btnarea-insite.-ctain {
  gap: 20px;
  margin-top: 0px;
}
@media only screen and (max-width: 990px) {
  .btnarea-insite.-ctain {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .btnarea-insite {
    flex-direction: column;
    gap: 16px;
  }
  .btnarea-insite.-double {
    flex-direction: column;
    gap: 0px;
  }
}

/* @media only screen and (max-width: 420px) {
  .btns2 a {
    width: 95%;
  }
} */
/* btn area //end */

/* fanction list //start */
.Fanc-list {
  background-color: #fafbfd;
  padding-bottom: 30px;
}
.fanc-line {
  display: flex;
  margin: 0px auto 0px auto;
  width: 100%;
}
.fanc-box {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 25px;
}
.fanc-con {
  margin: auto;
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 130px;
}
.fanc-img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  background: #fff;
  padding: 16px;
  box-shadow: 0 0 13px 0 rgb(103 133 192 / 20%);
  margin-left: auto;
  margin-right: auto;
}
.fanc-name {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 20px;
  width: 100%;
}

@media only screen and (max-width: 920px) {
  .fanc-img {
    width: 100px;
    height: 100px;
    padding: 12px;
  }
  .fanc-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
}
@media only screen and (max-width: 770px) {
  .fanc-img {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  .fanc-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
}
@media only screen and (max-width: 690px) {
  .fanc-line {
    display: inline-block;
    flex-wrap: wrap;
  }
  .fanc-box {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .fanc-img {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  .fanc-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
}
/* fanction list //end */

/* case-study //start */
.case-line {
  display: flex;
}
.case-box {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 13px 0 rgb(103 133 192 / 20%);
  padding-bottom: 32px;
  margin: 20px 10px;
  transition: 0.5s;
}
.case-box h3 {
  width: 90%;
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
}
.case-box h4 {
  width: 90%;
  text-align: left;
  margin-top: 24px;
}
.case-box h4 a {
  color: #05a9fd;
  font-weight: 200;
}
.case-box:hover {
  transform: scale(1.05, 1.05);
}
@media (max-width: 640px) {
  .case-box {
    margin: 15px 0px;
  }
  .case-line {
    flex-wrap: wrap;
    justify-content: center;
  }
  .case-box {
    width: 100%;
  }
  .case-box h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .case-line .case-box img {
    width: 100%;
  }
}
/* case-study //end */

/* sales-news //start */
.sales-news {
  background-color: #fafbfd;
}
.sales-news > .inner {
  background-color: #fafbfd;
}
.news-area {
  width: 100%;
  margin: 10px auto;
  padding: 10px 0 50px;
}
.news-con {
  display: flex;
  width: 100%;
  border-bottom: #fff solid 2px;
  padding: 30px 0px 30px 0px;
}
.days {
  width: 30%;
  margin-left: 100px;
}
.days a {
  color: #05a9fd;
  font-weight: 400;
}
.news-title {
  width: 70%;
  margin-left: 20px;
}
.news-title a {
}
@media only screen and (max-width: 480px) {
  .days {
    margin-left: 10px;
    width: 40%;
  }
  .news-title {
    width: 60%;
    margin-left: 0px;
  }
}

/* sales-news //end */

/* blog-area //start */
.blog-area {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 0 20px;
}
.blog-con {
  display: flex;
  flex-direction: column;
  /* margin-left:10px;
  margin-right:10px; */

  width: 33%;
  height: auto;
  box-shadow: 0 0 13px 0 rgb(103 133 192 / 20%);
}
.blog-in {
  width: 100%;
  padding: 20px;
}
.blog-in .ttl {
  margin-bottom: 10px;
}
.blog-in .sub {
  font-weight: 300;
}
.blog-tag {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.b-intag {
  background-color: #41acb062;
  padding: 0px 5px;
  border-radius: 5px;
  text-align: center;
}
.b-intag {
  width: 88px;
  margin: 0 0 0 0;
}
.blog-tag h5 {
  margin: 0 0 0 auto;
}
.b-intag span {
  color: #fff;
  font-weight: 600;
  /* padding:10px; */
  border-radius: 5px;
}
.blog-tag h5 {
  color: #41acb0;
  font-size: 14px;
  font-weight: 200;
}
.b-intag a {
  color: #fff;
  font-weight: 500;
}

.blog-in h2 {
  font-size: 14px;
  font-weight: 500;
}
.blog-in h3 {
  font-size: 14px;
}
.blog-img {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  .blog-area {
    flex-direction: column;
  }
  .blog-con {
    /*ブログエリアのレスポンシブ作成からスタート */
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-con figure {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    flex-direction: column;
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .blog-area {
    flex-direction: column;
  }
  .blog-con {
    /*ブログエリアのレスポンシブ作成からスタート */
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
  }
  .blog-con figure {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    padding-top: 20px;
    width: 100%;
  }
  .blog-in {
    padding: 45px;
    width: 100%;
  }
}

/* blog-area //end */

/* download //start */
#blue-back {
  background-color: #f7fdff;
  width: 100%;
}
#blue-back .inner {
  background-color: #f7fdff;
  width: 100%;
}

.-box03 {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.-box03 .-con03 {
  width: 320px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.-con03 .-con-img {
}
.-con03 .writer .-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
.-con03 .writer .-sub {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.-con-img {
  display: flex;
  justify-content: center;
}

.btn-area {
  text-align: center;
  margin: 30px 0;
}
.btn-area .-btn- {
  color: #05a9fd;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  border: solid 1px #05a9fd;
}
.btn-area .-btn-::after {
  content: "＞";
  top: 2px;
  right: 18px;
}
.btn-area {
}
.btn-area .-btn-:hover {
  color: #fff;
  background-color: #05a9fd;
  transition: 0.3s;
}
@media (max-width: 860px) {
  #blue-back .inner .-box03 .-con03 .prl40,
  #blue-back .inner .-box03 .-con03 .prl30 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-area .-btn- {
    padding: 12px 25px;
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  #blue-back .inner .-box03 .-con03 .prl40,
  #blue-back .inner .-box03 .-con03 .prl30 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .btn-area .-btn- {
    padding: 12px 25px;
    font-size: 14px;
  }
  .-con03 .-con-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .-box03 {
    flex-direction: column;
  }
  .-box03 .-con03 {
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .-con03 .writer {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  #blue-back .inner .-box03 .-con03 .prl40,
  #blue-back .inner .-box03 .-con03 .prl30 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .btn-area .-btn- {
    padding: 12px 25px;
    font-size: 14px;
  }
  .-con03 .-con-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .-box03 {
    flex-direction: column;
  }
  .-box03 .-con03 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .-con03 .writer {
    display: flex;
    flex-direction: column;
  }
  .-con03 .writer .-title {
    margin-top: 15px;
  }
  .-con03 .writer .-sub {
    margin-top: 15px;
  }
}
/* download //end */

/* -history  //start*/
#-history .inner {
}
#-history .inner .-box03 .-con03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#-history .inner .-box03 .-con03:hover {
  transition: 0.5s;
  transform: scale(1.05, 1.05);
}
#-history .inner .-box03 .-con03 .-con-img {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-writer {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}
.h-writer .-title {
}
.-con03 .h-writer .-title a {
  text-decoration: none;
}
.h-writer .-sub {
  margin-top: 20px;
}
@media (max-width: 680px) {
  #-history .inner .-box03 .-con03 {
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #-history .inner .-box03 .-con03 .-con-img {
    width: 30%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #-history .inner .-box03 .-con03 .h-writer {
    width: 70%;
  }
  .-con03 .h-writer .-title {
    width: 95%;
    text-align: left;
    margin-top: 0px;
  }
}
@media (max-width: 520px) {
  #-history .inner .-box03 .-con03 {
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 13px 0 rgb(103 133 192 / 20%);
    padding: 25px 5px;
  }
  #-history .inner .-box03 .-con03 .-con-img {
    display: none;
  }
  #-history .inner .-box03 .-con03 .h-writer {
    width: 100%;
  }
  .-con03 .h-writer .-title {
    width: 100%;
    text-align: left;
    margin-top: 0px;
  }
  .-con03 .h-writer .-sub {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
/* -history  //end*/

/* cta-con */
#cta-con {
  background: linear-gradient(90deg, #c6f0ff, #78ccdd);
  width: 100%;
}
#cta-con .inner {
  padding: 50px 0;
}

.cta-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-area .cta-att {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.att-text {
  border-radius: 10px;
  padding: 10px 30px;
  background-color: #fff;
  width: 400px;
  color: #05a9fd;
  font-size: 18px;
  line-height: 1.6em;
}
.cta-att:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.cta-att::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}

.cta-btn {
  /* background-color:#000; */
  text-align: center;
  /* position:relative; */
  transition: 0.6s;
}

.cta-btn a {
  color: #fff;
  font-size: 16px;
  background-color: #0075c2;
  padding: 25px 60px 25px 80px;
  margin: 10px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 4px;
  position: relative;
  border: solid 7px rgba(161, 204, 242, 0.529);
}
.cta-btn::before {
}
.cta-btn a:before {
  position: absolute;
  content: "";
  display: block;
  top: 20%;
  left: 5%;
  /* transform: translate(-50%, -50%); */
  border-radius: 50%;
  /* border: 6px solid #fff; */
  width: 40px;
  height: 40px;
  background-color: rgb(118, 118, 118);
}
.cta-btn a:after {
  position: absolute;
  content: "";
  display: block;
  top: 20%;
  left: 5%;
  transform: translate(85%, 60%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 9px 0 9px 16px;
}

.cta-btn:hover {
  transform: scale(1.08, 1.08);
}
/* cta-02 */
.cta-area02 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: flex;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
.cta-area02 .cost {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 5px rgba(235, 235, 235, 0.7);
  position: relative;
}
.cta-area02 .cost img {
  position: absolute;
  top: 10%;
  left: 22%;
}

.cta-btn02 a {
  position: relative;
  min-width: 240px;
  color: #fff;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 1.8em;
  line-height: 1.2;
  border-radius: 5px;
  background-color: #0075c2;
  border-style: solid;
  border-width: 2px;
  border-color: #0075c2;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
  text-decoration: none !important;
  transition: 0.3s;
}
.cta-btn02 a:before {
  content: "";
  background: url(../image/common/icon_dl.png) no-repeat;
  width: 20px;
  height: 20px;
  /* top:90%;
  left:0; */
  margin-top: 2px;
  margin-right: 15px;
  /* display: inline-block;
  align-items: center;
    justify-content: center;
    background-size: contain; */
}
.cta-area02 .text h2 {
  font-size: 16px;
  font-weight: 300;
  margin-left: 20px;
  margin-right: 20px;
}

.cta-btn02 a:hover {
  background-color: #fff;
  color: #05a9fd;
}
.cta-btn02:hover.cta-btn02 a:before {
  background: url(../image/icon-dw-bl.png) no-repeat;
}
.cta-btn03 a {
  position: relative;
  min-width: 240px;
  color: #fff;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 1.8em;
  line-height: 1.2;
  border-radius: 5px;
  background-color: #f0a237;
  border-style: solid;
  border-width: 2px;
  border-color: #f0a237 !important;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
  text-decoration: none !important;
  transition: 0.3s;
}

.cta-btn03 a:before {
  content: "";
  background: url(../image/Icon_mail-1.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  /* top:90%;
  left:0; */
  margin-top: 6px;
  margin-right: 15px;
  /* display: inline-block;
  align-items: center;
    justify-content: center;
    background-size: contain; */
}
.cta-btn03 a:hover {
  background-color: #fff;
  color: #f0a237;
}
.cta-btn03:hover.cta-btn03 a:before {
  background: url(../image/icon_mail-fi.png) no-repeat;
}

@media (max-width: 680px) {
  /* cta-top */
  .att-text {
    width: auto;
  }
  .cta-btn a {
    margin: 0;
    padding: 25px 50px 25px 70px;
  }
  /* cta-bottom */
  .cta-area02 {
    flex-direction: column;
  }
  .cta-area02 .text {
    text-align: center;
    margin: 20px 0;
    padding: 0 30px;
    font-size: 16px;
  }
  #cta-con .inner {
    padding-top: 80px;
    padding-bottom: 1px;
  }
}

/* cta-con //end*/

/* top-mes //start */
#top-mes {
  background: url(../image/top-back.png) no-repeat;
  width: 100%;
  background-size: cover;
}
#top-mes .inner {
  padding-bottom: 40px;
}

#top-mes .inner .btns a {
  padding: 15px 3em;
}
/* top-mes //end */

/* title-con01 */
#title-con01 .inner {
  display: flex;
}
.-w50p {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-con .-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.l-con .-sub {
  font-size: 14px;
  font-weight: 300;
}
.r-con img,
.l-con img {
  width: 95%;
}
@media (max-width: 620px) {
  .l-con .-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .l-con .-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .inner .-w50p {
    width: 100%;
  }
  .inner .w50-img {
    display: none;
  }
  .only-text {
    box-shadow: 0 0 13px 0 rgb(103 133 192 / 20%);
    padding: 30px 20px;
  }
}

/* title-con02 */
#title-con02 {
}
#title-con02 .inner {
}
.-con03 .-con .icon img {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
  width: auto;
  height: auto;
}
.-con03 .-con .icon {
  margin-bottom: 20px;
}
.-title02 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 40px;
  text-align: center;
}
#title-con02 .inner .-con03 {
  display: flex;
}
.-con03 .-con {
  background-color: #fafbfd;
  padding: 20px;
  width: 30%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s;
}
.-con03 .-con a {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  position: relative;
  text-decoration: none;
}
.-con03 .-con:hover {
  opacity: 0.5;
}
.-con03 .-con a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 55%;
  left: -20px;
  margin-top: -6px;
  transform: rotate(45deg);
}

@media (max-width: 720px) {
  #title-con02 .inner .-con03 {
    flex-direction: column;
  }
  .style-list .-con {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
  }
  .-con03 .-con a {
    font-size: 18px;
  }
  .-con03 .-con a::before {
    display: none;
  }
  .-con03 .-con .icon {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
  }
  .-title02 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.pc_none {
  display: none;
}
@media (max-width: 480px) {
  .-title02 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .-con03 .-con a {
    font-size: 14px;
  }
  .pc_none {
    display: block;
  }
}

/* title03 */
#title-con03 .inner .section-title p {
  font-size: 32px;
  font-weight: 600;
}
#title-con03 .inner .section-title .section-sub {
  margin-top: 10px;
}
#title-con03 .inner .section-title .section-sub p {
  font-size: 14px;
  font-weight: 300;
}

#title-con03 .inner .area .box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 350px; */
  margin-bottom: 100px;
  margin-top: 80px;
  padding: 10px;
}

.sec03 .w50-img {
  /* ww */
  width: 50%;
  position: relative;
}

@media (max-width: 1020px) {
  .sec03 .w50-img::before {
    width: 150px;
    height: 150px;
    max-height: 160px;
  }
}
@media (max-width: 862px) {
  .sec03 .w50-img::before {
    width: 130px;
    height: 130px;
    max-height: 130px;
  }
}
@media (max-width: 760px) {
  .sec03 .w50-img::before {
    width: 100px;
    height: 100px;
    max-height: 100px;
  }
}
@media (max-width: 660px) {
  .sec03 .w50-img::before {
    width: 80px;
    height: 80px;
    max-height: 100px;
    top: calc(50% + 2px);
  }
}
@media (max-width: 600px) {
  #title-con03 .inner .area .box {
    height: 100%;
  }
  .sec03 .w50-img::before {
    width: 180px;
    height: 180px;
    max-height: 160px;
    top: calc(50% + 10px);
  }
  .sec03 .w50-img {
    display: block;
  }
  #title-con03 .inner .area .-reverse {
    flex-direction: column-reverse;
  }
  #title-con03 .inner .area .-normal {
    flex-direction: column;
  }
  #title-con03 .inner .area .box {
    margin-bottom: 10px;
  }
  .sec03 .-w50p {
    width: 100%;
  }
  .sec03 .only-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .sec03 .w50-img::before {
    max-height: 140px;
  }
}
@media (max-width: 420px) {
  .sec03 .w50-img::before {
    max-height: 95px;
    top: calc(50% + 5px);
    left: 60%;
    transform: translate(-50%, -50%);
  }
}

.sec03 .w50-img .r-con {
  width: 100%;
}
.sec03 .w50-img .r-con img {
}
.pc-none {
  display: none;
}
@media (max-width: 420px) {
  .pc-none {
    display: block;
  }
}

/* jumper-detail */
#jumper-detail {
  background: url(../image/top-back.png) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 70px 0;
}
#jumper-detail .inner .-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
#jumper-detail .inner .box {
  display: flex;
}
.-jumper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition: 0.6s;
  width: 220px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 0px 10px #ddd;
  background-color: #fff;
  text-align: center;
}
.-jumper:hover {
  transform: scale(1.1, 1.1);
}
.-jumper a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  top: calc(25% + 2px);
  position: relative;
  transition: 0.6s;
}
.-jumper::after {
  display: block;
  content: "";
  position: absolute;
  right: 2em;
  top: calc(50% - 3px);
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: 0.6s;
  color: #000;
}
@media (max-width: 1020px) {
  #jumper-detail .inner .box {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .-jumper {
    width: 40%;
    margin: 10px 20px;
  }
}

@media (max-width: 560px) {
  #jumper-detail {
    padding: 40px 0;
  }
  #jumper-detail .inner .box {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .-jumper {
    width: 80%;
    margin: 10px 20px;
  }
}
/* jumper-detail */

/* title-con04 //start */
#title-con04 .inner .-icon {
  margin-bottom: 10px;
}
#title-con04 .inner .section-title {
  padding: 0px;
  font-size: 32px;
}
#title-con04 .inner .section-sub {
  padding: 0px;
  margin-top: 5px;
}
/* title-con04 //end */

/* cost-01 //start */
#cost-01 .inner .section-title p {
  font-size: 32px;
  font-weight: 600;
}
#cost-01 .inner .section-sub p {
  font-size: 14px;
  font-weight: 300;
}
#cost-01 .inner .section-sub {
  margin-top: 20px;
}
.cost01-box {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.cost-con {
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
}
.cost-con .-icon {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cost-con .-icon img {
  /* width:60px;
  height:58px; */
}
.cost-con .-title {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
@media (max-width: 480px) {
  .cost-con {
    margin: 0;
  }
  .cost01-box {
    flex-direction: column;
    justify-content: center;
  }
  .cost-con {
    width: 90%;
    flex-direction: row;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .cost-con .-icon {
    width: 110px;
    height: 110px;
    margin-right: 20px;
    margin-bottom: 0px;
    width: 50%;
    max-width: 110px;
  }
  .cost-con .-title {
    width: 50%;
  }
}
/* cost-01 //end */

/* cost-base */
#cost-base .inner {
  display: flex;
  justify-content: space-between;
}
#cost-base .inner .-base01 {
  width: 45%;
}
.-base01 .-line {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.-base01 .-line .-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.-base01 .-line .-con-in {
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
  width: 50%;
}
.-base01 .-line .-sign {
  font-size: 80px;
  color: #faaa3b;
  font-weight: 400;
  line-height: 0.5em;
  margin-bottom: 20px;
}
.-base01 .-line .in-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.-box-yellow {
  border: 2px solid #faaa3b;
  border-radius: 5px;
  padding: 10px 0;
}
.r-mar00 {
  margin-right: 30px;
}
.r-mar {
  margin-right: 40px;
}
.in-name01,
.in-name02 {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  text-align: center;
}
.in-name01 {
  border-radius: 5px;

  background-color: #d0ddf6;
  color: #0075c2;
  margin-bottom: 20px;
}
.in-name02 {
  border-radius: 5px;
  background-color: #f2f6fa;
  color: #6785c0;
  margin-bottom: 20px;
}
.in-user {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.in-cost01 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.in-cost01::before {
  content: "";
  top: 50%;
  left: 20%;
  position: absolute;
  transform: rotate(170deg);
  width: 100px;
  border: 0.5px solid #6785c0;
  color: #6785c0;
  background-color: #6785c0;
}
.in-cost02 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.fw6 {
  font-weight: 500;
}

@media (max-width: 860px) {
  .in-user {
    font-size: 14px;
  }
  .in-cost01 {
    font-size: 18px;
  }
  .in-cost01::before {
    content: "";
    top: 50%;
    top: calc(50% -5px);
    left: 10%;
    position: absolute;
    transform: rotate(170deg);
    width: 80px;
    border: 0.5px solid #6785c0;
    color: #6785c0;
    background-color: #6785c0;
  }
  .in-cost02 {
    font-size: 22px;
  }
  .-base01 .-line {
    margin-bottom: 10px;
  }
}
@media (max-width: 680px) {
  #cost-base .inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #cost-base .inner .-base01 {
    width: 100%;
    margin-bottom: 50px;
  }
  .-base01 .-line .-title {
    font-size: 24px;
  }
  .in-user {
    font-size: 18px;
  }
  .in-cost01 {
    font-size: 22px;
  }
  .in-cost01::before {
    content: "";
    top: 50%;
    top: calc(50% -5px);
    left: 25%;
    position: absolute;
    transform: rotate(170deg);
    width: 100px;
    border: 0.5px solid #6785c0;
    color: #6785c0;
    background-color: #6785c0;
  }
  .in-cost02 {
    font-size: 28px;
  }
  .-base01 .-line {
    margin-bottom: 20px;
  }

  .r-mar00 {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .in-cost01::before {
    content: "";
    top: 50%;
    top: calc(50% -5px);
    left: 17%;
    position: absolute;
    transform: rotate(170deg);
    width: 90px;
    border: 0.5px solid #6785c0;
    color: #6785c0;
  }
}
/* cost-cta */
#cost-cta {
  background-color: #f0a33731;
}
#cost-cta .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
}
#cost-cta .inner .text {
  font-size: 20px;
  font-weight: 500;
  margin: 0 40px 0 0;
  text-align: center;
}
.btn-f {
  border: solid 2px #05a9fd;
  background-color: #fff;
  text-align: center;
  padding: 10px 0px 10px 20px;
  border-radius: 4px;
  width: 240px;
  transition: 0.6s;
}
.btn-f:hover {
  background-color: #05a9fd;
}
.btn-f:hover.btn-f a {
  color: #fff;
  position: relative;
}
.btn-f:hover.btn-f a::before {
  background: url(../image/icon-mail-wh.png);
}
.btn-f a {
  color: #05a9fd;
  position: relative;
  transition: 0.6s;
  text-decoration: none;
}

.btn-f a::before {
  content: "";
  background: url(../image/icon-mail-bl.png);
  top: 20%;
  left: -35px;
  width: 20px;
  height: 14px;
  position: absolute;
  transition: 0.6s;
}
@media (max-width: 680px) {
  #cost-cta .inner {
    flex-direction: column;
    padding: 20px;
  }
  #cost-cta .inner .text {
    margin: 0px 0 20px 0;
  }
}
.pad-none {
  display: none;
}
@media (max-width: 820px) {
  .pad-none {
    display: block;
  }
}
/* cost-cta //end */

/* cost-02 //start */
#cost-02 .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cost-02 .inner .-line {
  width: 80%;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#cost-02 .inner .-line .in-con {
  width: 250px;
}
.cost-02in .cost-con {
  width: 150px;
  display: flex;
  /* flex-direction: column; */
  justify-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.cost-02in .cost-con .-title {
  font-size: 20px;
  text-align: center;
  width: 100%;
}

.sug-box {
  border: solid 2px #05a9fd;
  width: 100%;
  padding: 25px 10px 20px 10px;
  margin-top: 30px;
  position: relative;
}
.sug-box::before {
  position: absolute;
  content: "こんな方におすすめ";
  color: #05a9fd;
  font-size: 18px;
  background-color: #fff;
  z-index: 5;
  letter-spacing: 0.2rem;
  /* position */
  top: -18px;
  left: 15%;
}
.sug-text {
  position: relative;
  height: 30px;
  padding-left: 50px;
}
.sug-text:before {
  content: "\025cb";
  position: absolute;
  width: 5px;
  height: 5px;
  /* top:calc(0% +10px); */
  top: 1px;
  left: 20px;
}
.cost02-sub {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 680px) {
  #cost-02 .inner .-line .r-mar {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  #cost-02 .inner .-line {
    flex-direction: column;
  }
  #cost-02 .inner .-line .in-con {
    width: auto;
  }
  .sug-box {
    width: 300px;
  }
  .sug-box::before {
    /* position */
    top: -18px;
    left: 20%;
  }
}
.sp-none {
  display: block;
}

@media (max-width: 480px) {
  #cost-02 .inner .-line .in-con .cost-con {
    flex-direction: column;
  }
  .cost-02in .cost-con .-icon {
    width: 110px;
    height: 110px;
    margin-right: 0px;
    margin-bottom: 0px;
    /* width: 50%;
      max-width: 110px; */
  }
  .sp-none {
    display: none;
  }
}

/* cost-02 //end */

/* function-04 */
#function-04 .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
#function-04 .inner .fanc-con {
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  margin-bottom: 10px;

  cursor: pointer;
}
@media (max-width: 760px) {
  #function-04 .inner .fanc-con .fanc-img img {
    max-height: 65px;
  }
}
@media (max-width: 480px) {
  #function-04 .inner .fanc-con {
    width: calc(33.33% - 15px);
  }
}
.fanc-name a {
  text-decoration: none;
}
.fanc-con {
  transition: 0.5s;
}
.fanc-con:hover {
  transform: scale(1.1, 1.1);
}

/* modal */
.modal-in {
  will-change: visibility, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: auto;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: modal-delay;
}
.modal--active {
  opacity: 1;
  visibility: visible;
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
}
.m-con {
  will-change: transform, opacity;
  position: relative;
  padding: 2.4rem;
  background: #fff;
  opacity: 0;
  box-shadow: 0 0 13px 0 rgb(103 133 192 / 20%);
  border: 1px solid rgba(215, 225, 234, 0.8);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  width: 50%;
}
.m-con .innflex {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #3333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.m-con p {
  font-size: 18px;
  padding: 0 10px;
}
.innflex .Icon {
  margin-right: auto;
  margin-left: auto;
}
.innflex .ttl {
  margin-left: 20px;
}
.modal-con--active {
  opacity: 1;
}
.m-con .Icon {
  width: 60px;
  margin-top: 10px;
  height: auto;
  margin-right: 50px;
}
.m-con .innflex .ttl {
  font-weight: bold;
  font-size: 28px;
}
.modal-close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1100;
  cursor: pointer;
}
.modal-close::before {
  content: "";
  display: block;
  width: 15px;
  border-top: 2px solid #333;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.modal-close::after {
  content: "";
  display: block;
  width: 15px;
  border-top: 2px solid #333;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}

.no_scroll {
  /* overflow: hidden; */
  /* position: fixed; */
}

@media (max-width: 960px) {
  .m-con {
    width: 90%;
  }
}

/* part-01 */
#part-01 .inner {
}
.part-con {
  display: flex;
  box-shadow: 0 0 13px 0 rgb(103 133 192 / 20%);
  margin-bottom: 40px;
  transition: 0.5s;
}
.part-img {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .part-img {
    margin-left: 0;
    margin-top: 20px;
  }
}
.inner .part-img img {
  width: -webkit-fill-available;
  height: auto;
  margin: 0;
  padding: 0;
}
.part-text {
  /* height:100%; */
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-content: center;
  padding: 0px 25px;
  width: 60%;
}
.part-text h2 {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.part-text h3 {
  font-size: 20px;
  color: #6785c0;
  font-weight: 300;
  width: 100%;
  margin-top: 10px;
}
.p-jump {
  font-size: 24px;
  color: #6785c0;
  font-weight: 300;
  width: 90%;
  transition: 0.3s;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 20px;
}
.p-jump a {
  font-size: 14px;
  color: #6785c0;
  text-decoration: none;
  position: relative;
}
.p-jump a::after {
  display: block;
  content: "";
  position: absolute;
  right: -1.5rem;
  top: calc(50% - 4px);
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: 0.6s;
  color: #6785c0;
}
.part-con:hover {
  transform: scale(1.05, 1.05);
}
@media (max-width: 480px) {
  .part-con {
    flex-direction: column;
  }
  .part-img {
    width: 100%;
  }
  .part-text {
    width: 100%;
  }
}

/* cost-03c */
#cost-c03 .inner {
  display: flex;
  /* margin-right: 0;
  margin-left:0; */
  justify-content: space-between;
}
.-c03-con {
  width: 31%;
  margin-right: 0;
  margin-left: 0;
}
#cost-c03 .inner .-c03-con {
  display: flex;
  flex-direction: column;
}
.c03-list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.b-box,
.w-box {
  display: flex;
  width: 100%;
  text-align: center;
  padding: 20px;
  padding-right: 10px;
}
.b-box {
  background-color: #f2f6fa;
}
.w-box {
  background-color: #ffffff;
}
.c03-cate {
  width: 40%;
  font-size: 12px;
}
.c03-detail {
  width: 80%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8rem;
}
.c03-dd {
  padding-top: 6px;
}
.-detail {
  width: 100%;
  letter-spacing: 0.2rem;
  font-size: 10px;
  color: #716868;
  line-height: 1.6rem;
}

.-c03-con .-line .-sign {
  font-size: 55px;
}
.-c03-con .-box-yellow {
  padding: 2px;
}
#cost-c03 .inner .-c03-con .-line .-con-in .in-name01,
#cost-c03 .inner .-c03-con .-line .-con-in .in-name02 {
  background-color: #fff;
  color: #6785c0;
  font-weight: 500;
  font-size: 14px;
}
.-c03-con .-line .r-mar {
  margin-right: 10px;
}

@media (max-width: 820px) {
  .-c03-con .-line .-con-in .in-cost01,
  .-c03-con .-line .-con-in .in-cost02 {
    font-size: 20px;
  }
  .-c03-con .-box-yellow {
    padding: 5px;
  }
  .-c03-con .-box-yellow .in-text {
    font-size: 14px;
  }
}

@media (max-width: 730px) {
  #cost-c03 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-right: 0;
    margin-left:0; */
    justify-content: center;
  }
  .-c03-con {
    width: 90%;
    margin-bottom: 40px;
  }
}

/* list-03 */
#list-03 .inner {
  display: flex;
  justify-content: space-between;
}
#list-03 .inner .-c03-con {
}
.l03-line .in-con {
  width: 100%;
}

.l03-line .in-con .sug-box::before {
  position: absolute;
  content: "こんな方におすすめ";
  color: #05a9fd;
  font-size: 18px;
  background-color: #fff;
  z-index: 5;
  letter-spacing: 0.2rem;
  top: -18px;
  left: 22%;
}

.color-bb .sug-text:before {
  content: "\025cb";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 1px;
  left: 20px;
  color: #05a9fd;
  font-weight: 500;
}

.l03-line .in-con .cost-con .-icon {
  width: 150px;
  height: 150px;
}

.-base01 .l03-title {
  margin-bottom: 5px;
}
.-base01 .l03-title .-title {
  font-size: 22px;
}

@media (max-width: 1040px) {
  .l03-line .in-con .sug-box::before {
    left: 21%;
    top: -16px;
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .l03-line .in-con .sug-box::before {
    left: 18%;
    font-size: 16px;
  }
}

@media (max-width: 830px) {
  #list-03 .inner {
    overflow: scroll;
  }
  #list-03 .inner .-c03-con {
    width: 600px;
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .l03-line .in-con .sug-box::before {
    left: 14%;
  }
}
.t-slider {
  display: none;
  width: 90%;
  text-align: center;
  background-color: #05a9fd;
  border: #05a9fd 2px solid;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 8px 20px;
}
.t-slider p {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 580px) {
  .l03-line .in-con .cost-con .-icon {
    height: 150px;
    width: 150px;
    max-width: 150px;
  }
  #list-03 .inner .-c03-con {
    width: 600px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .cost-con {
    flex-direction: column;
  }
  .t-slider {
    display: block;
  }
}

/* TODO responsive */
/* list-flow */
.list-flow {
}
.flowbox {
  position: relative;
  counter-reset: number;
}

.flowbox dl {
  position: relative;
  margin-left: 70px;
  background: #f2f6fa;
  border-radius: 5px;
  padding: 20px;
}
.flowbox dl::before {
  content: "0" counter(number);
  counter-increment: number 1;
  position: absolute;
  top: 50%;
  left: -70px;
  color: #6785c0;
  border: #6785c0 solid 2px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  transform: translateY(-50%);
}
.flowbox dt {
  font-size: 20px;
  line-height: 1.4;
}

.flowbox dl + dl {
  margin-top: 20px;
}

.flowbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  width: 3px;
  height: calc(100% - 100px);
  background: #6785c0;
  z-index: -1;
  transform: translateY(-50%);
}

/* tel-cta */
#tel-cta .inner {
  padding: 0;
}
.tel-box {
  background-color: #fafbfd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 80px 40px;
  position: relative;
}
.tel-box::after {
  content: "";
  position: absolute;
  background: url(../image/cta-mes.png) no-repeat;
  bottom: -143px;
  right: -160px;
  width: 300px;
  height: 300px;
  z-index: 5;
}
.tel-con {
  text-align: center;
}
.tel-con .att-text {
  color: #fff;
  background-color: #1077d3;
  margin-bottom: 40px;
  position: relative;
}
.tel-con .att-text::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #1077d3;
  z-index: 2;
}
.tel-con .att-text::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}
.tel-ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tel-sub {
  font-size: 18px;
  color: #1077d3;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
  font-weight: 600;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.side-bar {
  position: relative;
}
.side-bar::before {
  position: absolute;
  content: "";
  top: 12px;
  left: -54px;
  width: 30px;
  height: 30px;
  border-right: #000 solid 3px;
  transform: rotate(-33deg);
}
.side-bar::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -25px;
  width: 30px;
  height: 30px;
  border-right: #000 solid 3px;
  transform: rotate(35deg);
}

@media (max-width: 680px) {
  .side-bar::after,
  .side-bar::before {
    display: none;
  }
  .tel-sub {
    width: 100%;
  }
}

/* fotter-in */
#footer-00 {
  background-color: #333333;
  color: #fff;
}
.foo-in {
  display: flex;
  justify-content: left;
  /* margin-right: auto;
  margin-left: auto; */
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.f-con {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.f-con a {
  font-size: 12px;
  color: #fff;
  transition: 0.2s;
  text-decoration: none;
}
.f-bb a {
  font-size: 14px;
  font-weight: 600;
}
.f-bb {
  margin-bottom: 10px;
}
.f-con a:hover,
.cc-con a:hover {
  color: #05a9fd;
}

.left-line {
  border-left: solid 0.5px #ffffff;
}
.foo-cc {
  display: flex;
  justify-content: left;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.cc-con {
  display: flex;
}
.cc-con a {
  color: #fff;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
  font-size: 12px;
}
.-copy {
  margin-left: auto;
  width: auto;
  text-align: right;
}
.-copy p {
  font-size: 12px;
}

@media (max-width: 819px) {
  .foo-cc {
    flex-direction: column;
  }
  .cc-con {
    margin-bottom: 5px;
  }
  .-copy {
    padding-left: 10px;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #footer-00 {
    padding: 0;
    padding-top: 10px;
  }
  .f-con p {
    display: none;
  }
  .f-con .f-bb {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .foo-in {
    flex-direction: column;
    width: 100%;
  }
  .f-con {
    width: 100%;
  }
  .left-line {
    border-left: none;
  }
}

/* test*/
.test-box {
  background-color: #fff;
  height: 3000px;
}
.test-back {
  background-color: #333;
  background-image: -webkit-radial-gradient(#ddd, #333);
  background-image: radial-gradient(#ddd, #333);
  width: 100%;
  height: 700px;
  line-height: 100px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.sample {
  margin: 0 100px;
}

.-w40p {
  width: 40%;
}
.-w60p {
  width: 60%;
}

/* responsive **********/
.img100 img,
#contents img,
.inner img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#contents img {
  width: 100%;
}
body.dcms_editor .img100 img,
body.dcms_editor #contents_left img,
body.dcms_editor .inner img {
  display: inline;
  height: auto;
  max-height: 100%;
  width: auto;
}

body .dcms_login_name img {
  width: 29px !important;
  height: 29px !important;
  display: inline !important;
}
.mar {
  margin: 50px auto;
}
.mar10 {
  margin: 10px auto;
}
.mar20 {
  margin: 20px auto;
}
.mar40 {
  margin: 40px auto;
}
.mar60 {
  margin: 60px auto;
}
.mar80 {
  margin: 80px auto;
}
.mar100 {
  margin: 100px auto;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt100 {
  margin-top: 100px;
}
.prl20 {
  padding-left: 20px;
  padding-right: 20px;
}
.prl30 {
  padding-left: 30px;
  padding-right: 30px;
}
.prl40 {
  padding-left: 40px;
  padding-right: 40px;
}
.prl50 {
  padding-left: 50px;
  padding-right: 50px;
}
.prl60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

/* changer 2022 0318 */

header {
  background-color: transparent;
}
.g-btn {
  margin-top: 30px;
}
.g-btn a {
  text-decoration: none;
}
@media (max-width: 820px) {
  .g-con img {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }
  .g-con {
    margin-bottom: 40px;
  }
}

#-history .inner .-box03 .-con03 {
  box-shadow: 0 0 13px 0 rgb(103 133 192 / 20%);
}
.fanc-img {
  flex-direction: column;
}

.h-writer {
  padding-bottom: 20px;
}

/* for top-page menu */
#header01.is-active {
  background: linear-gradient(180deg, #fff, RGBA(255, 255, 255, 0.45));
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

#header01 .inner {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 90px;
}

#header01 .hlogo {
  /* max-width: 200px; */
  margin-right: auto;
  margin-left: 30px;
  position: relative;
}

#header01 .hlogo .hlogo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

#header01 .hlogo a {
  display: block;
}

#header01 .hlogo img {
  max-height: 60px;
}

#header01 .hlogo2 {
  /* max-width: 200px; */
  margin-right: auto;
  margin-left: 30px;
  position: relative;
}

#header01 .hlogo2 .hlogo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

#header01 .hlogo2 a {
  display: block;
}

#header01 .hlogo2 img {
  max-height: 60px;
}

#header01 .gnavi_area {
  display: flex;
  align-items: center;
  height: 100%;
}

#header01 .gnavi_area nav,
#header01 .gnavi_area ul {
  display: flex;
  align-items: center;
  height: 100%;
}

#header01 .gnavi_area li {
  height: 50%;
  margin-left: 20px;
  margin-right: 20px;
}
#header01 .gnavi_area .bttn {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
#header01 .gnavi_area .-grn a {
  background-color: #0075c2;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  width: 100%;
  transition: 0.6s;
}
#header01 .gnavi_area .-grn a:hover {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  color: #0075c2;
  border: 3px solid #0075c2;
}

#header01 .gnavi_area .-cta a {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
  width: 100%;
  transition: 0.6s;
  border: none;
}
#header01 .gnavi_area .-cta a:hover {
  background-color: #007fc2;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  border: 3px solid #0075c2;
}
#header01 .gnavi_area .bttn {
  width: 150px;
}
#header01 .gnavi_area li a {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 100%;
  color: #000;
}
@media (max-width: 1200px) {
  #header01 .gnavi_area li {
    margin-left: 0;
    margin-right: 1em;
  }
  #header01 .gnavi_area li a {
    font-size: 13px;
  }
}

#header01 #menu-wrapper span:nth-child(1) {
  background-color: #000;
  top: 0;
}
#header01 #menu-wrapper span:nth-child(2) {
  background-color: #000;
}
#header01 #menu-wrapper span:nth-child(3) {
  background-color: #000;
}
#header01 .hlogo {
  max-width: 260px;
}
@media (max-width: 980px) {
  #header01 .gnavi_area nav,
  #header01 .gnavi_area ul {
    flex-direction: column;
    width: 100%;
  }
  #header01 .gnavi_area li a {
    height: 70px;
  }
  #header01 .gnavi_area .bttn,
  #header01 .gnavi_area li {
    height: auto;
  }
  #header01 .gnavi_area .bttn,
  #header01 .gnavi_area li {
    width: 100%;
  }
  .-cta a {
    border: solid 1px #0075c2;
  }
}

#menu-wrapper {
  display: none;
}
@media (max-width: 980px) {
  #menu-wrapper {
    display: block;
  }
}

/* 2col con  */
#-col02 {
}
#-col02 .inner {
  display: flex;
  flex-direction: row;
}
.main-bar-col01 {
  width: 100%;
  margin-bottom: 100px;
}
.main-bar {
  width: 100%;
  margin-bottom: 100px;
}
.right-bar {
  display: none;
}
@media (min-width: 768px) {
  .main-bar {
    width: calc(100% - 280px);
  }
  .right-bar {
    width: 220px;
    margin-top: 0;
    margin-left: 30px;
    display: block;
  }
}

.-space-t {
  margin-top: 24px;
}
.-space-b {
  margin-bottom: 24px;
}
.-space {
  margin-top: 48px;
  margin-bottom: 48px;
}
.-text00 {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 24px;
}

/* menu */
.-menu {
  padding: 30px;
  background-color: #fafbfd;
  box-shadow: 0 0px 10px #ddd;
}
.m-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
  padding-left: 20px;
}
.m-ul {
  margin-left: 50px;
}
.-title a {
  font-weight: 600;
}
.-sub-t a {
  font-weight: 300;
}
.-title,
.-sub-t {
  margin-bottom: 12px;
}
.-title a,
.-sub-t a {
  /* text-decoration: none; */
}

/* section */
.-section {
  background-color: #0075c2;
  padding: 16px;
  margin-top: 48px;
  margin-bottom: 24px;
}
.-section h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.-sub-sec {
  border-top: #0075c2 solid 4px;
  border-bottom: #0075c2 solid 4px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 36px;
  margin-bottom: 12px;
}
.m-jump {
  font-weight: 300;
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.m-jump a {
  border-bottom: solid 1px #000;
}

/* right */
.-r-nav {
  width: 100%;
}
.-r-nav .-title {
  font-weight: 600;
  font-size: 18px;
}
.-r-con {
  border-top: solid 0.5px #ccc;
  padding: 20px 0px 20px 10px;
}
.-r-sub {
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s;
  position: relative;
}
.-r-con:hover .-r-sub {
  /* transform: scale(1.1, 1); */
}
.-r-sub a {
  text-decoration: none;
}
.-r-sub::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: #777 solid 2px;
  border-left: #777 solid 2px;
  transform: rotate(135deg);
  transition: 0.4s;
}
.-r-con:hover .-r-sub {
  text-decoration: underline;
}

.-r-con:hover .-r-sub::after {
  right: 4px;
}

/* -dl- */
.dl-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 359px;
  height: auto;
  overflow: hidden;
}

.dl-box {
  margin-left: 30px;
}
@media (max-width: 720px) {
  .dl-box {
    padding: 20px;
    width: 100%;
  }
  .dl-box .g-btn {
    width: 240px;
    border: 1px solid #05a9fd;
  }
}
.dl-box .g-btn {
  width: 280px;
  position: relative;
  transition: 0.4s;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.dl-box .g-btn a::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: #05a9fd solid 2px;
  border-left: #05a9fd solid 2px;
  transform: rotate(135deg);
}
.dl-box .g-btn:hover a::after {
  border-top: #fff solid 2px;
  border-left: #fff solid 2px;
}
.dl-con {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  box-shadow: 0 0px 10px #ddd;
}
.dl-box .-title {
  font-size: 18px;
  font-weight: 500;
}
.dl-box .-sub {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 720px) {
  .dl-img {
    display: none;
  }
  .dl-con {
    box-shadow: 0 0px 10px #ddd;
    padding: 20px 10px;
  }
  .dl-box .-sub {
    margin-bottom: 20px;
  }
}

#header01 .gnavi_area .-grn a {
  background-color: #0075c2;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  width: 100%;
  transition: 0.6s;
}
#header01 .gnavi_area li a {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 100%;
  color: #000;
}
header .gnavi_area .bttn a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 100%;
  font-size: 12px;
  border-radius: 0;
  min-width: auto;
  transition: all 0.2s ease 0s;
}
header .gnavi_area .bttn a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 100%;
  font-size: 12px;
  border-radius: 0;
  min-width: auto;
  transition: all 0.2s ease 0s;
}
@media (max-width: 980px) {
  .-grn,
  .-cta {
    height: 60px !important;
  }
}

.bttn.-grn a {
  color: #fff;
  /* background: #41ACB0; */
  border-color: #0075c2;
}
@media (max-width: 980px) {
  header .gnavi_area .bttn a {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .gate-box .g-con img {
    width: auto;
  }
}
@media (max-width: 680px) {
  header .gnavi_area .bttn a {
    width: 100%;
  }
  .fanc-name {
    padding: 0px 15px;
  }
}
@media (max-width: 820px) {
  .gate-box .g-con img {
    width: auto;
  }
}
@media (max-width: 680px) {
  .fanc-name {
    padding: 0px 15px;
  }
}

@media (max-width: 720px) {
  .f-image {
    position: static;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .f-title h1 {
    font-size: 30px;
  }
  .f-text {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
  }
  .f-title {
    order: 0;
  }
  .f-subt {
    order: 1;
  }
  .f-image {
    order: 2;
    position: static;
  }
  .f-text .btns {
    order: 3;
  }
}
@media (max-width: 680px) {
  .function > .inner {
    flex-direction: column-reverse;
    padding: 40px 0;
  }
  .f-title h1 {
    font-size: 30px;
  }
  .f-text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  .f-image {
    width: 100%;
  }
}

.-page-end {
  margin-bottom: 120px;
}

/* video */
.sec03 .w50-img {
  width: 50%;
  position: relative;
  padding: 0;
  object-fit: cover;
  height: 300px;
  box-shadow: 0 0 20px #ddd;
  border-radius: 10px 10px 0 0;
  border: solid 1px #333;
}
/* .sec03 .w50-img::before{
  content:'';
  width:649px;
  height:424px;
  top: calc(50% - 10px);
  left:50%;
  transform:translate(-50%, -50%);
  background:url(../image/site-back.png)no-repeat;
  background-size: contain;
  z-index:-1;
  position: absolute;
} */

.w50-img video {
  max-width: 430px;
  position: relative;
}
.-imgbb {
  position: relative;
}
.-imgbb::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #009900;
  top: 0;
  left: 0px;
}

.-reverse .only-text {
  margin-right: 40px;
}
.-normal .only-text {
  margin-left: 40px;
}

.w50-img {
  position: relative;
}

.-ball {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #f2c70f;
  align-self: flex-start;
  margin: -40px 0 10px 45px;
}
.-ball::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #990000;
  top: 0px;
  left: 20px;
}

.-ball::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #009900;
  top: 0px;
  left: -20px;
}

.sec03 .-w50-img {
  padding-top: 0px;
}
@media (max-width: 1080px) {
  .w50-img video {
    max-width: 380px;
  }
}
@media (max-width: 960px) {
  .w50-img video {
    max-width: 300px;
  }
  .sec03 .w50-img {
    height: 220px;
  }
}
@media (max-width: 780px) {
  .w50-img video {
    max-width: 240px;
  }
  .sec03 .w50-img {
    height: 180px;
  }
}
@media (max-width: 680px) {
  #title-con03 .inner .area .-reverse {
    flex-direction: column-reverse;
  }
  #title-con03 .inner .area .-normal {
    flex-direction: column;
  }
  .w50-img video {
    min-width: 300px;
  }
  .sec03 .w50-img {
    min-height: 220px;
    min-width: 360px;
    display: inline-flex;
  }
  .-reverse .only-text {
    margin-right: 0px;
  }
  .-normal .only-text {
    margin-left: 0px;
  }
  .-reverse .only-text,
  .-normal .only-text {
    margin-top: 40px;
  }
}

/* cp-rule */
#cp-rule .inner .-title {
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 40px;
}
.cp-box {
}
.cp-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* padding:30px; */
  width: 100%;
  border-top: 1px solid rgb(232, 232, 232);
  border-bottom: 1px solid rgb(232, 232, 232);
}
.cp-ttl {
  padding-left: 20px;
  margin-right: 20px;
}
.cp-btn {
  color: #1077d3;
  transition: 0.5s;
  position: relative;
  background-color: #d0ddf6;
  height: 70px;
  width: 260px;
  padding-top: 22px;
  text-align: center;
  margin-left: auto;
  transition: 0.2s;
}
.cp-btn a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.cp-btn::after {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #1077d3;
  border-right: solid 2px #1077d3;
  transform: rotate(45deg);
}
.cp-btn:hover {
  background-color: #fff;
  border: #d0ddf6 3px solid;
}
@media (max-width: 420px) {
  .cp-btn::after {
    content: none;
  }
}
.cp-bt {
  border-top: 1px solid #777;
}
.cp-bb {
  border-bottom: 1px solid #777;
}

/*news-temp*/
#news-temp .inner .ttl-box {
  width: 100%;
  display: flex;
}
#news-temp .inner .ttl-box .-title {
  font-size: 18px;
  font-weight: 600;
}
#news-temp .inner .ttl-box .-day {
  margin-left: auto;
  color: #05a9fd;
}

/* dl-in */
.dl-in .-title {
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 32px;
}
.dl-text {
  color: #777;
  font-size: 14px;
  margin-bottom: 24px;
}
.dl-slide {
  margin-bottom: 24px;
}
.dl-line {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 42px;
  border-bottom: solid 1px #999;
}

/* 2022 0329 */
.img-bn {
  border: none !important;
  box-shadow: none !important;
}
.img-bn video {
  box-shadow: 0 0 20px #ddd;
  /* width:165px;
  height: 280px; */
}

/* dl-all */
#dl-all {
  transition-duration: 0.3s;
  border-radius: 4px;
}
#dl-all .inner {
  display: flex;
  box-shadow: 0 0 24px #ddd;
  border-radius: 20px;
}
.dla-img {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dla-text {
  width: 55%;
  margin-left: 20px;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  padding: 20px 15px 20px 0;
}
.dla-samp {
  width: 545px;
  height: 290px;
  background-color: #009900;
}
.dla-text .-title {
  font-size: 28px;
  font-weight: 500;
}
.dla-text .-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 22px;
}
.dla-text .dla-a {
  color: #6785c1;
  border-radius: 30px;
  border: 3px solid #6785c1;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-decoration: none;
  width: 280px;
  text-align: center;
}
.dla-text .dla-a:hover {
  background-color: #6785c1;
  color: #fff;
}
.dla-text .dla-a:hover::after {
  border-top: #fff solid 2px;
  border-left: #fff solid 2px;
}
.dla-a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: #6785c1 solid 2px;
  border-left: #6785c1 solid 2px;
  transform: rotate(135deg);

  /* position */
  top: calc(50% - 5px);
  right: 20px;
}

@media (max-width: 820px) {
  #dl-all .inner {
    flex-direction: column;
    width: 90%;
  }
  .dla-img {
    width: 100%;
    align-items: unset;
  }
  .dla-img img {
    margin: 0;
    /* border-radius: 30px 0 0 30px; */
  }
  .dla-text .-title {
    font-size: 24px;
  }
  .dla-text {
    width: 100%;
    margin: 0;
    padding: 20px 20px;
  }
  .dla-text .dla-a {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .dla-text .dla-a {
    width: 90%;
  }
}

.he80 {
  height: 80px;
}

.-tl02 {
  font-size: 12px;
}

@media (max-width: 680px) {
  .height330 {
    height: 330px;
  }
  #title-con03 .inner .area .box {
    margin-top: 30px;
  }
}

/*  */
/*  */
/*  */
/*  */

.fixedbnr {
  position: fixed;
  right: -260px;
  bottom: 10vh;
  transition-duration: 0.3s;
  z-index: 10;
  width: 260px;
}

.fixedbnr img {
  max-width: 100%;
  width: 280px;
  height: auto;
}

.fixedbnr.is-scrolled {
  right: 40px;
}

.fixedbnr .closebttn {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: url(/dcms_media/image/close_btn.png) no-repeat center / contain;
}
@media only screen and (max-width: 980px) {
  .fixedbnr {
    display: none;
  }
}

/*  */
/*  */
/*  */
/*  */

/*blogTopBox***************************/
.blogTopBox {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}

.blogTopBox > li {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 5px 20px #f1f1f1;
  transition: all 0.2s ease 0s;
}

.blogTopBox > li:nth-child(even) {
  margin-right: 0;
}

.blogTopBox li:last-child {
  margin-right: 0;
}

.blogTopBox > li:hover {
  opacity: 0.8;
  box-shadow: 0 5px 20px #ddd;
  transform: translateY(-5px);
}

.blogTopBox > li a {
}

.blogTopBox .inn {
  padding: 20px 15px;
}

.blogTopBox .foto {
  /* height: 18.5vh; */
  aspect-ratio: 16/9;
  width: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  background-position: center;
}

.blogTopBox .hTitl {
  /* margin-top: 10px; */
  font-size: 18px;
  font-weight: 600;
  color: #666;
  line-height: 1.2;
}

.blogTopBox .btxt {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #bbb;
}

.blogTopBox .cateList {
  margin-top: 15px;
}

.blogTopBox time {
  text-align: right;
  margin-top: 10px;
  color: #bbb;
}
/*  */
/* -ver02.03 other */
/*  */

.blogTopBox.-ver03 .inn {
  /* margin-left: 15px; */
  width: 65%;
  min-height: 160px;
  font-size: 16px;
  padding-top: 0px;
}
.blogTopBox.-ver02 .inn {
  font-size: 16px;
}
.blogTopBox.-ver03 figure {
  width: 40%; /* background-repeat: no-repeat; background-size: contain; background-position: center; } */
}
.blogTopBox.-ver02 > li,
.blogTopBox.-ver03 > li {
  margin-right: 0px;
  border-radius: unset;
}
.-tag-judge a {
  color: #fff;
  text-decoration: none;
}
.blogTopBox.-ver03 .foto {
  height: auto; /* display: flex; flex-direction: column; align-items: center; justify-content: center; */
  width: 40%;
}
.blogTopBox.-ver03 .-media-con .foto img {
  width: 100%;
}

.blogTopBox.-ver03 .-media-con figure a {
  display: flex;
  flex-direction: column;
  padding: 0px;
  width: 100%;
}

.blogTopBox.-ver03 > .-media-con a {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  padding: 0px;
  width: 35%;
}
#ver03-box {
  margin-top: 30px;
}
#ver03-box .tagList {
  margin-top: 10px;
}
.blogTopBox.-ver03 > .-media-con .tagList .-tag-judge a {
  display: inline-block;
  flex-direction: unset;
  align-items: unset;
  justify-content: unset;
  width: auto;
  /* margin-top: 8px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.4; */
}
.blogTopBox.-ver03 > .-media-con .inn h3 a {
  width: 100%;
}
#ver02-box .blogTopBox.-ver02 li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blogTopBox.-ver02 .cateList {
  display: none;
}
#ver02-box .blogTopBox.-ver02 li {
  display: inline-block;
  flex-direction: unset;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.blogTopBox.-ver02 .foto {
  /* height: 100%; */
}
.page-header__inner {
  padding: 80px 0 80px 30px;
}

@media only screen and (max-width: 980px) {
  .blogTopBox .foto {
    width: 160px;
    height: 100px;
  }

  .blogTopBox {
    display: block;
  }

  .blogTopBox > li {
    flex: initial;
    margin-right: 0;
    width: 100%;
  }

  .blogTopBox > li + li {
    margin-top: 20px;
  }
  /* 
  .blogTopBox > li a {
    display: flex;
    padding: 15px;
  } */

  .blogTopBox .inn {
    padding: 0;
    flex: 1;
    margin-left: 15px;
  }

  .blogTopBox .hTitl {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
  }
  .blogTopBox.-ver03 .inn {
    padding-top: 0px;
  }
  .blogTopBox.-ver03 {
    margin-top: 40px;
  }
  .blogTopBox.-ver03 > .-media-con a {
    width: auto;
  }
  #ver02-box .blogTopBox.-ver02,
  #ver03-box .blogTopBox.-ver03 {
    gap: 40px;
  }
  #ver02-box .blogTopBox.-ver02 {
    display: none;
  }
  #ver02-box .blogTopBox.-ver02 .-media-con,
  #ver03-box .blogTopBox.-ver03 .-media-con {
    display: flex;
    border: unset;
    gap: 20px;
    box-shadow: unset;
  }
  #ver02-box .blogTopBox.-ver02 .-media-con .inn,
  #ver03-box .blogTopBox.-ver03 .-media-con .inn {
    margin-left: 0px;
    margin-top: 0;
  }
  #ver02-box .blogTopBox.-ver02 .-media-con .foto,
  #ver03-box .blogTopBox.-ver03 .-media-con .foto {
    width: 260px;
  }
  #ver03-box {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 690px) {
  .blogTopBox > li a {
    flex-wrap: wrap;
  }
  .blogTopBox .inn {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    flex: initial;
  }

  .blogTopBox .hTitl {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }

  .blogTopBox .cateList {
    margin-top: 0;
  }
  .blogTopBox .foto {
    width: 100%;
  }
  .blogTopBox .foto,
  .blogTopBox .btxt {
    /*display: none;*/
  }
  .blogTopBox.-ver03 .inn {
    width: 100%;
    min-height: unset;
    font-size: 16px;
  }
  #ver02-box .blogTopBox.-ver02,
  #ver03-box .blogTopBox.-ver03 {
    gap: 40px;
    display: flex;
  }
  #ver02-box .blogTopBox.-ver02 .-media-con,
  #ver03-box .blogTopBox.-ver03 .-media-con {
    flex-direction: column;
  }
  #ver02-box .blogTopBox.-ver02 .-media-con,
  #ver03-box .blogTopBox.-ver03 .-media-con {
    flex-direction: column;
    width: 100%;
    height: auto !important;
    margin: 0;
  }
  #ver02-box .blogTopBox.-ver02 .-media-con .inn,
  #ver03-box .blogTopBox.-ver03 .-media-con .inn {
    height: 100%;
  }
  #ver02-box .blogTopBox.-ver02 .-media-con .foto,
  #ver03-box .blogTopBox.-ver03 .-media-con .foto {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .blogTopBox.-ver03 .-sub {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .blogTopBox.-ver03 > li {
    padding: 0;
  }
}
@media only screen and (max-width: 690px) {
  .nav-btn__bar-top,
  .nav-btn__bar-center,
  .nav-btn__bar-bottom {
    background-color: #fff;
  }
  .page-header__inner {
    padding: 40px 0 40px 10px;
  }
}

.blogTopBox.-ver02 .inn .tagList li:hover,
.blogTopBox.-ver03 .inn .tagList li:hover {
  opacity: 0.8;
}

.blogTopBox.-ver02 > li .hTitl a,
.blogTopBox.-ver03 > li .hTitl a {
  font-size: 16px;
}
.blogTopBox.-ver02 .inn .tagList li,
.blogTopBox.-ver03 .inn .tagList li {
  border-radius: 4px;
  border: none;
  background-color: #0075c2;
  color: #fff;
}
.tagList li,
.blogList .tagList li {
  margin-top: 8px;
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  background: #0075c2;
  border-radius: 4px;
  border: 1px solid;
}

@media only screen and (max-width: 980px) {
  .blogTopBox.-ver02 a {
    display: flex;
    padding: 0;
  }
}

/*  */

.blogTopBox.-ver03 {
  flex-direction: column;
}
.blogTopBox.-ver03 .-media-con {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-shadow: unset;
  border: unset;
  height: auto !important;
}
/* display-none */
.blogTopBox.-ver03 li:first-child {
  display: none;
}
.blogTopBox.-ver03 li:nth-child(2) {
  display: none;
}
/* display-none */

/*  */
.blogTopBox.-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
}

.blogTopBox.-top > li {
  width: 33.33%;
  margin: 0;
}
.inn time {
  display: none;
}
.inn .cateList {
  display: none;
}
.blogList a,
.inn h3 a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 980px) {
  .blogTopBox.-top {
    flex-direction: column;
  }
  .blogTopBox.-top > li {
    width: 100%;
  }
}

/* side ************************************/
.side {
  margin-bottom: 20px;
}

.side li {
  list-style: none;
}

.side .title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  padding-bottom: 4px;
  border-bottom: 2px solid #d3dae0;
}

.side .title::after {
  content: "";
  width: 5em;
  height: 2px;
  background-color: #0075c2;
  display: block;
  position: relative;
  bottom: -6px;
}

.side .reco {
  margin-top: 20px;
}
.side .reco li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.side .reco li + li {
  margin-top: 10px;
}
.side .reco li a {
  position: relative;
  padding-right: 20px;
}
.side .reco li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.side.-media-cate .reco li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #0075c2;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}
.side .reco li .hTitl {
  font-size: 14px;
}

/*.side .reco li .reco_thumbnail img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
  transition: .6s;
}

.side .reco li .info {
  float: right;
  width: 62%;
  font-size: 12px;
  line-height: 1.3;
  transition: .6s;
}
*/

@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .reco li {
  }
}

@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .reco {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

.side .sweep {
  padding: 0;
  border: none;
  margin-top: 10px;
}

.side .sweep li {
  display: inline-block;
  margin: 0 2px 6px 0;
}

/*.side .archive li {
  display: block;
  margin: 6px 0 6px 14px;
}

.side .archive li:first-child {
  margin-top: 0;
}

.side .archive li:last-child {
  margin-bottom: 0;
}

.side .archive li a {
  position: relative;
  display: block;
  font-size: 13px;
}

.side .archive li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
}*/

@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .archive li {
    display: inline-block;
    margin-right: 10px;
  }
}
.side .archive li,
.side .cate li {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.side .archive li + li,
.side .cate li + li {
  margin-top: 10px;
}
.side .archive li a,
.side .cate li a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
}
.side.-media-cate .archive li a::after,
.side.-media-cate .cate li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #0075c2;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}
.side .archive li a:hover,
.side .cate li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.side .tag li {
}

.side .tag li a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #0075c2;
  border-radius: 50px;
  border: 1px solid;
  transition: 0.6s;
}
.side .tag li a:hover {
  text-decoration: none;
  opacity: 0.8;
  background-color: #f0f5f9;
}

.side .btn {
  border-style: solid;
  border-width: 1px;
  font-size: 1.4rem;
  position: relative;
  padding: 10px 2.5em;
  border-color: #0075c2;
  background-color: #fff;
  color: #0075c2;
  border-radius: 50px;
  margin-top: 20px;
  transition: 0.6s;
  font-weight: 500;
  display: block;
}

.side .btn:hover {
  text-decoration: none;
  background: #0075c2;
  color: #fff;
}

.side .btn span {
  position: relative;
}

.side .btn:before {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -2px;
}

.side .banner li {
  margin: 3px 0;
  list-style: none;
}

.side .banner li:first-child {
  margin-top: -3px;
}

.side .banner li img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: auto;
  display: block;
}

@media screen and (min-width: 691px) and (max-width: 979px) {
  .tablet_l {
    float: left;
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }

  .tablet_l .fb_line {
    width: 300px;
    max-width: 500px;
    margin: auto;
  }

  .tablet_l .banner {
    max-width: 300px;
    margin: auto;
  }
}

.blogTopBox.-top.blog-seminar {
  flex-wrap: wrap;
}
.blogTopBox.-top.blog-seminar > li {
  display: none;
  width: calc(33% - 18px);
}
.blog-seminar .blogList:nth-child(1),
.blog-seminar .blogList:nth-child(2),
.blog-seminar .blogList:nth-child(3) {
  display: block !important;
}

@media only screen and (max-width: 980px) {
  .blogTopBox.-top {
    flex-direction: column;
  }
  .blogTopBox.-top > li {
    width: 100%;
  }
  .blogTopBox.-top.blog-seminar > li {
    width: 100%;
  }
  .blogTopBox.-top.blog-seminar .foto {
    height: auto;
  }
  .blogTopBox > li a {
    display: flex;
    padding: 16px 10px;
  }
}

.tagList li {
  display: inline-block !important;
}
.tagList li {
  transition: 0.4s;
}
.tagList li:hover {
  -webkit-transition: 0.4s;
  /* transition: 0.4s; */
}
.u-tag__back01 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #e60012 !important;
}
.u-tag__back02 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #e6b600 !important;
}
