/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');*/
/* CSS Document */

/*---------------------------------

  汎用

---------------------------------*/
.scroll {
  width: 100%;
}

.scroll {
  overflow: auto;
}

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

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

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

.sp,
.pcnone {
  display: block;
}

@media screen and (min-width: 768px) {

  .sp,
  .pcnone {
    display: none;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.wrapper {
  width: 1030px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrapper {
    display: block;
  }
}

/*---------------------------------

  テーマファイル調整

---------------------------------*/
body, .fl-heading {
  /*font-family: 'Zen Kaku Gothic New', sans-serif!important;
  font-family: 'Noto Sans JP', sans-serif!important;*/
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}

@media screen and (min-width: 768px) {
  .page-template-default #header {
    background-color: #000000;
  }
}

.logo img {
  max-width: 60px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .logo img {
    max-width: 160px;
  }
}


#header_logo .desc {
  display: none !important;
}

.index_parallax.num2 .catch span,
.index_content1.num1 .catch span {
  display: block;
  margin: 0 auto;
}

.index_content1.num1 .catch {
  position: relative;
}

.catch::before {
  content: attr(data-en);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.2);
  font-size: 30px;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0.15;
}

@media screen and (min-width: 768px) {
  .catch::before {
    top: -50px;
    font-size: 50px;
  }
}

.index_content1.num1 .desc strong {
  /*background: linear-gradient(transparent 70%, #FFFF99 70%);*/
  background: linear-gradient(transparent 96%, #1d1813 9%);
  color: #1d1813;
}

.cb_contents .link_button {
  font-size: 14px;
  margin: 30px 0;
}

.cb_contents .link_button a,
.submit-container input[type="submit"],
.submit {
  border-radius: 30px;
  background-color: #FFFFFF !important;
  border: 1px solid #000000 !important;
  color: #1d1813 !important;
  /*background: #f12711!important;
  background: -webkit-linear-gradient(to right, #f5af19, #f12711)!important;
  background: linear-gradient(to right, #f5af19, #f12711)!important;*/
}

.cb_contents .link_button a:hover {
  opacity: 0.8;
}

/* tableタグ　*/

.menu_table {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.menu_table table {
  border-collapse: collapse;
  width: 100%;
}

.menu_table th {
  width: 20%;
  padding: 20px 15px;
  line-height: 1.4em;
  vertical-align: top;
  text-align: left;
  border-bottom: #afafaf dotted 1px;
  background: #efefef；
}

.menu_table td {
  padding: 20px 15px;
  line-height: 1.4em;
  border-bottom: #afafaf dotted 1px;
}

.menu_table ul {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {

  .menu_table,
  .menu_table table,
  .menu_table table tr,
  .menu_table table th,
  .menu_table table td {
    display: block !important;
    width: 100%;
  }

  .menu_table table th {
    border-top: none !important;
    border-bottom: none !important;
  }

  .menu_table table {
    border-top: 1px solid #ccc;
  }
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], input[type="search"], textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cat-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cat-box {
  display: block;
  width: 24%;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .cat-box {
    display: block;
    width: 48%;
  }
}

.header_fix .menu-item-57843 a {
  border-left: 1px solid #FFFFFF;
  background-color: #268DBA !important;
  color: #FFFFFF !important;
  width: 150px;
}

.header_fix_mobile .menu-item-57843 {
  margin-left: 30px;
}

.header_fix .menu-item-56 a {
  border-left: 1px solid #FFFFFF;
  background-color: #04355C !important;
  color: #FFFFFF !important;
  width: 150px;
}

.index_content1 .image_list img {
  max-width: 160px !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
}

.card__titletext {
  font-size: 18px !important;
}

.card__overviewtext {
  min-height: 60px;
}

.serviceMoreWrap {
  padding-top: 0 !important;
}


.bgIndexContent1 {
  background-color: #FAFAFA;
  /*background-image: url(img/bg_illust_01.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 180px;*/
}

@media screen and (min-width: 768px) {
  .bgIndexContent1 {
    background-size: 300px;
    background-position: right 5% bottom;
  }
}

.bgGrayIllust {
  /*background-color: #FAFAFA;
  background-image: url(img/bg_illust_02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 150px;*/
}

@media screen and (min-width: 768px) {
  .bgGrayIllust {
    background-size: 220px;
    background-position: right 5% bottom;
  }
}

.bgRecruit {
  background: #f2f2f2;
  /*background-image: url(img/bg_illust_03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 130px;*/
}

@media screen and (min-width: 768px) {
  .bgRecruit {
    background-size: 200px;
    background-position: right 5% bottom;
  }
}

.subTit {
  background-image: url(img/common/bg_mainvisual.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .subTit {
    background-size: 24px;
    background-position: left bottom 1px;
    font-size: 20px;
    padding-left: 35px;
  }
}

.breadcrumbs {
  font-size: 13px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 60px;
  }
}

.waku1 {
  padding: 15px 0;
}

.fl-col-group {
  margin: 0 15px;
  margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
  .fl-col-group {
    margin: 0;
    margin-bottom: 30px !important;
  }
}

.fl-row-bg-color .fl-col-group {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .fl-row-fixed-width {
    max-width: 1200px !important;
  }
}

@media screen and (min-width: 768px) {
  .page-id-3074 .fl-node-58130bcb359b3 .fl-module-content {
    min-height: 300px !important;
  }
}

#contact_bnr {
  display: none !important;
}

.fl-photo {
  text-align: center;
}

.fl-html {
  line-height: 1.8;
}

.fl-node-5795acaa4fd0d .fl-rich-text {
  color: #FFF;
}

.bnrRecruit {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media screen and (min-width: 768px) {
  .bnrRecruit {
    max-width: 100%;
  }
}

.bnrRecruit img {
  max-width: 100%;
}

.bnrRecruit:hover {
  opacity: 0.7;
}

.single .bg_image {
  display: none;
}

/*---------------------------------

  メインビジュアル

---------------------------------*/
.captionSvg path {
  stroke: #fff;
  stroke-width: .5px;
  fill: transparent;
  stroke-dasharray: 2000px;
  stroke-dashoffset: 2000px;
}

.st0 {
  animation: anim 3s ease-in 0s forwards;
}

.st1 {
  animation: anim 3s ease-in 1s forwards;
}

.st2 {
  animation: anim 3s ease-in 2s forwards;
}

@keyframes anim {
  0% {
    fill: transparent;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}

.caption_inner {
  text-align: left;
}

.captionSvg {
  max-width: 320px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .captionSvg {
    max-width: 600px;
    margin-bottom: 80px;
  }
}

#index_slider .overlay {
  background: none !important;
}

.bgOverlay {
  /*background-image: url(img/common/bg_mainvisual.png);
  background-size: 50%;
  background-position: center right 10%;
  background-repeat: no-repeat;*/
  height: 100%;
}

@media screen and (min-width: 768px) {
  .bgOverlay {
    background-size: 30%;
    background-position: center right 20%;
  }
}

.catch {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  gap: 10px;
}

#ityped {
  letter-spacing: 2px;
  font-size: 16px !important;
}

@media screen and (min-width: 768px) {
  #ityped {
    font-size: 20px !important;
  }
}

.ityped-cursor {
  font-size: 16px !important;
  opacity: 1;
  -webkit-animation: blink 0.3s infinite;
  -moz-animation: blink 0.3s infinite;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}

@media screen and (min-width: 768px) {
  .ityped-cursor {
    font-size: 26px !important;
  }
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  100% {
    opacity: 0;
  }
}

/*---------------------------------

  トップ

---------------------------------*/
.bestBgWrap {
  background-color: #1d1813;
}

.bestWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .bestWrap {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.bestImgWrap {
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .bestImgWrap {
    margin-right: 30px;
  }
}

.bestImg {
  max-width: 60px;
}

@media screen and (min-width: 768px) {
  .bestImg {
    max-width: 80px;
  }
}

.bestTxtWrap {
  color: #FFF;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .bestTxtWrap {
    font-size: 16px;
  }
}

.bnrListWrap {}

@media screen and (min-width: 768px) {
  .bnrListWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1030px;
    margin: 0 auto;
  }
}

.bnrList {
  max-width: 360px;
  margin: 10px auto;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .bnrList {
    width: 49%;
    max-width: none;
    margin: 20px 0;
    padding: 0;
  }
}

.bnrListLinkImg {
  max-width: 100%;
}

/*---------------------------------

  トップ

---------------------------------*/
.titBlue {
  color: #1d1813;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) {
  .titBlue {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 70px;
  }
}

.titBlue::before {
  border-radius: 15px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 10px);
  width: 20px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #1d1813;
}

.infoWrap {
  margin-bottom: 40px;
  padding: 40px 20px 0;
}

@media screen and (min-width: 768px) {
  .infoWrap {
    margin: 70px 0;
    display: flex;
    padding: 0;
  }
}

.infoFooterWrap {
  margin-top: 0;
}

.infoLeftWrap {}

@media screen and (min-width: 768px) {
  .infoLeftWrap {
    display: flex;
    align-items: center;
    padding-left: 60px;
    width: 18%;
  }

  .infoLeftSeminarWrap {
    padding-left: 40px;
    margin-right: 20px;
  }
}

.infoRightWrap {}

@media screen and (min-width: 768px) {
  .infoRightWrap {
    width: 80%;
  }
}

.infoTitBlue {}

@media screen and (min-width: 768px) {
  .infoTitBlue {
    margin-bottom: 0;
  }
}

.infoList {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .infoList {
    background-repeat: no-repeat;
    background-image: url(img/ico_arrow_right_small@2x.png);
    background-position: right 5px center;
    background-size: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px 20px 0;
  }
}

.infoListWrap li:nth-child(3) {
  border-bottom: none;
}

.infoListDate {
  font-size: 13px;
  font-weight: 300;
  min-width: 100px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .infoListDate {
    font-size: 13px;
    margin-bottom: 0;
  }
}

.infoListTitWrap {}

@media screen and (min-width: 768px) {
  .infoListTitWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.infoListLink {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .infoListLink {
    font-size: 13px;
  }
}

.infoListLink:hover {
  opacity: 0.7;
}

.infoListNew {
  border: 1px solid #1d1813;
  border-radius: 3px;
  color: #1d1813;
  display: inline-block;
  font-size: 11px;
  width: 40px;
  height: 17px;
  text-align: center;
  margin-top: 6px;
  margin-left: 5px;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) {
  .infoListNew {
    display: flex;
    justify-content: center;
    height: 17px;
    margin-left: 5px;
  }
}

.artileColumnBgWrap {
  background-color: #FAFAFA;
  width: auto !important;
}

@media screen and (min-width: 768px) {
  .artileColumnBgWrap {}
}

.artileColumnListWrap {
  display: flex;
  justify-content: flex-start;
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  .artileColumnListWrap {
    margin: 0 auto 30px;
    padding: 0;
  }
}

.artileColumnListWrap .artileColumnWrap:nth-child(3) {
  border-right: none;
}

.artileColumnWrap {
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .artileColumnWrap {
    min-width: 25%;
    padding: 0 30px;
    margin-bottom: 0px;
  }
}

.artileColumnDate {
  color: #CCCCCC;
  font-size: 13px;
  margin-bottom: 5px;
}

.artileColumnImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  height: 160px;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media screen and (min-width: 769px) {
  .artileColumnImg {
    height: 180px;
    margin-bottom: 20px;
  }
}

.artileColumnImg:hover {
  opacity: 0.8;
  background-size: 110%;
}

.artileColumnTitWrap {
  /*background-image: url(img/common/bg_mainvisual.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 20px;*/
  padding-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .artileColumnTitWrap {
    background-size: 30px;
    padding-bottom: 30px;
  }
}

.artileColumnTit {
  color: #212121;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .artileColumnTit {
    font-size: 16px;
    line-height: 1.8;
  }
}

.page-id-4250 .post_content {
  overflow: hidden;
}

.page-id-4250 .artileColumnListWrap {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page-id-4250 .artileColumnListWrap {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .page-id-4250 .artileColumnWrap {
    min-width: 100%;
    margin-bottom: 40px;
  }
}

.page-id-4250 .artileColumnWrap {
  min-width: 33.33333% !important;
}

@media screen and (max-width: 768px) {
  .page-id-4250 .artileColumnWrap {
    min-width: 100% !important;
  }
}

/*---------------------------------

  フッター

---------------------------------*/
#footer {
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  #footer {
    padding: 0;
  }
}

.footMenu {}

@media screen and (min-width: 769px) {
  .footMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footMenuList {}

@media screen and (min-width: 769px) {
  .footMenuList {
    display: block;
    padding: 20px 0;
    margin: 0 15px;
  }
}

.footMenuListLink {}

@media screen and (min-width: 769px) {
  .footMenuListLink {
    color: #000000;
    font-weight: bold;
    position: relative;
  }
}

.footMenuListLink::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #01ADBE;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.footMenuListLink:hover::after {
  transform: scale(1, 1);
}

.footBottomWrap {}

@media screen and (min-width: 769px) {
  .footBottomWrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.footBottomListWrap {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footBottomListWrap {
    border-right: 2px solid #E9E9E9;
    padding: 0 20px;
    height: 450px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .footBottomWrap .footBottomListWrap:nth-child(1) {
    padding: 0 20px 0 0;
    width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .footBottomWrap .footBottomListWrap:nth-child(2) {
    width: 24%;
  }

  .footBottomWrap .footBottomListWrap:nth-child(3),
  .footBottomWrap .footBottomListWrap:nth-child(4) {
    width: 28%;
  }
}

@media screen and (min-width: 769px) {
  .footBottomWrap .footBottomListWrap:nth-child(4) {
    border-right: none;
  }
}

.footBottomListLogoImg {
  max-width: 150px;
}

@media screen and (min-width: 769px) {
  .footBottomListLogoImg {}
}

.footBottomListTit {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .footBottomListTit {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.footBottomListTit span {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
}

.footBottomTit {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .footBottomTit {
    font-size: 20px;
    margin-top: 20px;
  }
}

.footBottomTxt {
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .footBottomTxt {
    font-size: 13px;
    letter-spacing: -0.1px;
  }
}

.footBottomListLink {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .footBottomListLink {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
  }
}

.footBottomListLink:hover {
  opacity: 1 !important;
  color: #FFFFFF !important;
}

.footBottomListLink::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.footBottomListLink:hover::after {
  transform: scale(1, 1);
}

.footBottomSpWrap {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .footBottomSpWrap {
    display: none;
  }
}

.footBottomSpMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .footBottomSpMenu {}
}

.footBottomSpMenuList {}

@media screen and (min-width: 769px) {
  .footBottomSpMenuList {}
}

.footBottomSpMenuListLink {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .footBottomSpMenuListLink {}
}

.footBottomAccordionWrap {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .footBottomAccordionWrap {
    display: none;
  }
}

/*---------------------------------

  アコーディオンメニュー

---------------------------------*/
.accordionOne {
  margin: 0 auto 10px;
}

.accordionOne .accordionHeader {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.accordionOne .accordionHeader:hover {
  opacity: .8;
}

.accordionOne .accordionHeader span {
  display: inline-block;
  font-size: 10px;
}

.accordionOne .accordionHeader .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.accordionOne .accordionHeader .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.accordionOne .accordionHeader.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.accordionOne .accordionHeader .i_box .one_i:before,
.accordionOne .accordionHeader .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.accordionOne .accordionHeader .i_box .one_i:before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7px;
}

.accordionOne .accordionHeader.open .i_box .one_i:before {
  content: none;
}

.accordionOne .accordionHeader.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordionOne .accordionInner {
  display: none;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  box-sizing: border-box;
}

.accordionInnerLink {
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 15px;
}

@media screen and (min-width: 769px) {
  .accordionInnerLink {}
}

.accordionInnerLink:hover {
  background-color: #212121;
  color: #FFFFFF;
  opacity: 1;
}

.accordionInner .accordionInnerLink:last-child {
  border-bottom: none;
}

.footBottomListMargin {
  margin-top: 20px;
}

.footerSnsListWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .footerSnsListWrap {
    margin-top: 30px;
    justify-content: flex-start;
  }
}

.footerSnsList {
  margin: 0 20px 0 0;
}

.footerSnsListLinkImg {
  max-width: 32px;
}

.footerLineWrap {
  margin-top: 20px;
  text-align: center;
}

.footerLineLinkImg {
  max-width: 120px;
}

.footerContactWrap {
  background-image: url(img/bg_contact.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .footerContactWrap {
    padding: 40px 20px;
  }
}

.footerTelWrap {}

@media screen and (min-width: 769px) {
  .footerTelWrap {}
}

.footerTelLink {
  background-image: url(img/ico_tel.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px;
  color: #FFFFFF;
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 40px;
}

@media screen and (min-width: 769px) {
  .footerTelLink {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.footerTelLink span {
  display: block;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .footerTelLink span {
    font-size: 16px;
  }
}

.footerWebWrap {
  margin: 15px 0;
}

@media screen and (min-width: 769px) {
  .footerWebWrap {
    margin: 0 30px;
  }
}

.footerWebLink {
  background: #ED213A !important;
  background: -webkit-linear-gradient(to right, #93291E, #ED213A) !important;
  background: linear-gradient(to right, #93291E, #ED213A) !important;
  border-radius: 50px;
  padding: 15px 30px;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .footerWebLink {
    padding: 20px 40px;
  }
}

.footerContactLineWrap {}

@media screen and (min-width: 769px) {
  .footerContactLineWrap {}
}

.footerContactLineLink {
  background: #00B900 !important;
  border-radius: 50px;
  padding: 15px 30px;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .footerContactLineLink {
    padding: 20px 40px;
  }
}

.footerContactWrap a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footerContactWrap a:hover {
  opacity: 0.7;
}

.moleListWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .moleListWrap {}
}

.moleList {}

@media screen and (min-width: 769px) {
  .moleList {}
}

.moleListImg {
  max-width: 160px;
}

@media screen and (min-width: 769px) {
  .moleListImg {}
}

.moleListIco {
  margin: 0 10px;
}

@media screen and (min-width: 769px) {
  .moleListIco {
    margin: 0 20px;
  }
}

/*---------------------------------

  SERVICE

---------------------------------*/
.serviceListWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .serviceListWrap {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.serviceList {
  box-sizing: border-box;
  width: 50%;
}

@media screen and (min-width: 769px) {
  .serviceList {
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    width: 33.33333%;
  }

  .serviceListWrap li:nth-child(7),
  .serviceListWrap li:nth-child(8),
  .serviceListWrap li:nth-child(9) {
    border-bottom: 1px solid #EEEEEE;
  }

  .serviceListWrap li:nth-child(3),
  .serviceListWrap li:nth-child(6),
  .serviceListWrap li:nth-child(9) {
    border-right: 1px solid #EEEEEE;
  }
}

@media screen and (max-width: 768px) {
  .serviceList {
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
  }

  .serviceListWrap li:nth-child(2),
  .serviceListWrap li:nth-child(4),
  .serviceListWrap li:nth-child(6),
  .serviceListWrap li:nth-child(8),
  .serviceListWrap li:nth-child(9) {
    border-right: 1px solid #EEEEEE;
  }

  .serviceListWrap li:nth-child(8),
  .serviceListWrap li:nth-child(9) {
    border-bottom: 1px solid #EEEEEE;
  }

  .serviceListWrap li:nth-child(1) {
    width: 100%;
  }
}

.serviceListLink {
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 30px 0;
  height: 160px;
}

@media screen and (min-width: 769px) {
  .serviceListLink {
    padding: 60px 0;
    height: auto;
  }
}

.serviceListLink:hover {
  background-color: #EFEFEF;
}

.serviceListImg {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 769px) {
  .serviceListImg {
    width: 40px;
    height: 40px;
  }
}

.serviceList p, .serviceList br {
  display: none;
}

.serviceListTit {
  font-size: 13px;
  margin: 10px 0;
}

@media screen and (min-width: 769px) {
  .serviceListTit {
    font-size: 16px;
    margin: 20px 0;
  }
}

.serviceListSubTit {
  color: #999999;
  font-size: 11px;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .serviceListSubTit {
    font-size: 13px;
  }
}

/*---------------------------------

  記事ページ

---------------------------------*/
.singleWrap {
  padding: 25px;
}

@media screen and (min-width: 769px) {
  .singleWrap {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: 15px;
  }
}

.singleLeftWrap {}

@media screen and (min-width: 769px) {
  .singleLeftWrap {
    width: 70%;
    margin: 0 !important;
  }
}

.singleRightWrap {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .singleRightWrap {
    width: 25%;
    margin-top: 40px;
    min-width: 295px;
  }
}

.sideTit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  padding-top: 25px;
}

@media screen and (min-width: 769px) {
  .sideTit {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.sideTit span {
  color: #999999;
  font-size: 13px;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .sideTit span {
    font-size: 13px;
  }
}

#widget_area {
  background: none !important;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  #widget_area {
    padding-bottom: 60px;
  }
}

.sideTit img {
  max-width: 100%;
}

#widget_area_inner {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#widget_area_overlay {
  display: none;
}

.wpp-list li {
  position: relative;
}

.wpp-list li::after {
  font-weight: bold;
  position: absolute;
  content: "1";
  z-index: 9999;
  top: 0;
  left: 5px;
  background-color: #000;
  width: 30px;
  color: #FFF;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpp-list li:nth-child(1)::after {
  content: "1";
  background-color: #04355C;
}

.wpp-list li:nth-child(2)::after {
  content: "2";
  background-color: #268DBA;
}

.wpp-list li:nth-child(3)::after {
  content: "3";
  background-color: #75C2E3;
}

.wpp-list li:nth-child(4)::after {
  content: "4";
  background-color: #75C2E3;
}

.wpp-list li:nth-child(5)::after {
  content: "5";
  background-color: #75C2E3;
}

.wpp-list li:nth-child(6)::after {
  content: "6";
  background-color: #75C2E3;
}

.wpp-list li:nth-child(7)::after {
  content: "7";
  background-color: #75C2E3;
}

.wpp-list li:nth-child(8)::after {
  content: "8";
  background-color: #75C2E3;
}

.wpp-list li:nth-child(9)::after {
  content: "9";
  background-color: #75C2E3;
}

.wpp-list li:nth-child(10)::after {
  content: "10";
  background-color: #75C2E3;
}

.artileSideColumnWrap {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .artileSideColumnWrap {
    margin-bottom: 60px;
  }
}

.artileSideColumn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .artileSideColumn {}
}

.artileSideColumnImg {
  background-position: center;
  background-size: cover;
  display: block;
  min-width: 120px;
  height: 120px;
  margin: 0 1rem 0 0;
}

@media screen and (min-width: 769px) {
  .artileSideColumnImg {}
}

.artileSideColumnTit {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .artileSideColumnTit {}
}

.singleRightBnrLink {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.singleRightBnrLink img {
  max-width: 100%;
}

.keywordWrap {
  display: flex !important;
  flex-wrap: wrap;
}

.keywordWrap a {
  min-width: 60px;
  margin-right: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  background-color: #04355C;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}

.keywordWrap a:nth-child(odd) {
  background-color: #268DBA;
}

.tagWrap {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .tagWrap {
    /*position: sticky;
    top: 80px;*/
    margin-bottom: 40px;
  }
}

.archive.category #page_header .overlay, .archive.category .bg_image, .archive.category #page_header_catch, .archive.category #tab_button_list {
  display: none;
}

.archive.category #page_header {
  height: 80px;
}

@media screen and (min-width: 769px) {
  #blog_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  #blog_list article.item {
    width: 47%;
  }
}

.categoryTitWrap {
  background-color: #000;
  padding: 15px;
}

@media screen and (min-width: 769px) {
  .categoryTitWrap {
    padding: 25px 20px;
  }
}

.categoryTit {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .categoryTit {
    font-size: 24px;
    max-width: 1160px;
    margin: 0 auto;
  }
}

.bgWorries {
  background-image: url(img/bg_worries.png);
  background-position: center;
  background-size: cover;
  padding: 30px;
}

@media screen and (min-width: 769px) {
  .bgWorries {
    padding: 90px 15px 60px;
  }
}

.worriesTit {
  border-bottom: 1px solid #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 10px;
  max-width: 270px;
}

@media screen and (min-width: 769px) {
  .worriesTit {
    font-size: 36px;
    max-width: 480px;
    margin: 0 auto 10px;
  }
}

.worriesEnTit {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .worriesEnTit {
    margin-bottom: 60px;
  }
}

.worriesListWrap {}

@media screen and (min-width: 769px) {
  .worriesListWrap {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
  }
}

.worriesList {}

@media screen and (min-width: 769px) {
  .worriesList {
    width: 49%;
  }
}

.worriesListTxt {
  background-image: url(img/ico_check.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 5px 10px 5px 30px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .worriesListTxt {
    font-size: 18px;
    background-size: 36px;
    padding: 10px 10px 10px 50px;
    margin-bottom: 20px;
  }
}

.meritTit {
  background-color: #268DBA;
  color: #FFF;
  padding: 10px;
  max-width: 180px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .meritTit {
    font-size: 24px;
  }
}

.demeritTit {
  background-color: #04355C;
}

.titWrap {
  font-size: 20px !important;
  /*margin-bottom: 40px!important;*/
}

@media screen and (min-width: 769px) {
  .titWrap {
    font-size: 38px !important;
    /*margin-top: 30px!important;*/
    /* margin-bottom: 80pximportant;*/
  }
}

.titWrap span {
  display: block;
  font-size: 14px !important;
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  .titWrap span {
    margin-top: 32px;
  }
}

.flexListWrap {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .flexListWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
}

.flexList {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .flexList {
    width: 49%;
    margin-bottom: 0;
  }
}

.titSubWrap {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .titSubWrap {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.flexListTel {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .flexListTel {
    font-size: 48px;
  }
}

.flexListTxt {
  margin: 10px 0;
}

@media screen and (min-width: 769px) {
  .flexListTxt {
    margin: 15px 0;
  }
}

.moreLink {
  background-color: #00B900;
  border-radius: 60px;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 320px;
  margin: 20px auto;
  padding: 20px 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .moreLink {
    font-size: 16px;
    padding: 25px 0;
    margin: 25px auto;
  }
}

.moreLink:hover {
  opacity: 0.7;
}

.txtCenter {
  text-align: center;
}

.mbM100 {
  margin-bottom: -100px;
}

.borderListWrap {
  border: 1px solid #707070;
  padding: 30px;
}

@media screen and (min-width: 769px) {
  .borderListWrap {
    padding: 50px;
  }
}

.borderListTit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .borderListTit {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.borderList {
  background-image: url(img/ico_check.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 5px 10px 5px 30px;
  margin-bottom: 5px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .borderList {}
}

.card {
  background-color: #333333;
}

.card__imgframe_line {
  background-color: #FFFFFF !important;
}

.cardBtn {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  max-width: 80%;
  padding: 10px;
  border-radius: 30px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .cardBtn {}
}

.seminarTit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

@media screen and (min-width: 769px) {
  .seminarTit {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.seminarSubTit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .seminarSubTit {
    font-size: 60px;
  }
}

.seminarImg {
  display: block;
  width: 750px;
  margin: 0 auto;
}

.flexSeminarListWrap .flexList {
  text-align: left;
}

.flexSeminarListWrap {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .flexSeminarListWrap {
    margin-top: 80px;
  }
}

.flexListImg {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .flexListImg {
    margin-bottom: 20px;
  }
}

.titBottomWrap {
  margin-bottom: -40px !important;
}

@media screen and (min-width: 769px) {
  .titBottomWrap {
    margin-bottom: -20px !important;
  }
}

.titEn {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 769px) {
  .titEn {
    font-size: 36px;
    margin-top: 60px !important;
    margin-bottom: 40px !important;
  }
}

.titEn span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .titEn span {
    font-size: 16px;
    margin-top: 10px;
  }
}

.flow02 {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .flow02 {
    max-width: 720px;
    margin: 0 auto 80px !important;
  }
}

.flow02 {
  border: 3px solid #000000;
}

.flow02>li {
  list-style: none;
  padding: 30px;
}

.flow02>li:not(:last-child) {
  border-bottom: 3px solid #000000;
  position: relative;
}

.flow02>li:not(:last-child)::before,
.flow02>li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow02>li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #000000;
}

.flow02>li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

.flow02>li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow02>li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow02>li dl dt .icon02 {
  font-size: 12px;
  color: #fff;
  background: #000000;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}

@media screen and (min-width: 769px) {

  .page-id-38 #hs-form-iframe-0,
  .page-id-44 #hs-form-iframe-0,
  .page-id-1501 #hs-form-iframe-0,
  .page-id-58397 #hs-form-iframe-0 {
    max-width: 600px;
    margin: 0 auto;
  }
}

.page-id-58397 #hs-form-iframe-0 {
  margin-top: 120px !important;
}

.fl-node-57d7a6624fba2 {
  margin-top: 40px !important;
}

@media screen and (min-width: 769px) {
  .fl-node-57d7a6624fba2 {
    margin-top: 80px !important;
  }
}

.businessTitWrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .businessTitWrap {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.businessTit {
  background-position: left center;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 60px;
}

@media screen and (min-width: 769px) {
  .businessTit {
    background-size: 90px;
    font-size: 36px;
    margin-bottom: 30px;
    padding-left: 120px;
  }
}

.businessTit01 {
  background-image: url(img/ico_business_01.png);
}

.businessTit02 {
  background-image: url(img/ico_business_02.png);
}

.businessTit03 {
  background-position: left 15px center;
  background-image: url(img/ico_business_03.png);
  background-size: 30px;
}

@media screen and (min-width: 769px) {
  .businessTit03 {
    background-position: left 30px center;
    background-size: 60px;
  }
}

.businessTit span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .businessTit span {
    font-size: 20px;
  }
}

.businessTxt {
  background-image: url(img/ico_check.png);
  background-position: left 60px center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 10px;
  padding-left: 90px;
}

@media screen and (min-width: 769px) {
  .businessTxt {
    font-size: 24px;
    background-position: left 120px center;
    background-size: 36px;
    padding-left: 176px;
  }
}

.businessBoxWrap {
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .businessBoxWrap {
    padding: 50px;
    margin-bottom: 50px;
  }
}

.businessBoxListWrap {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .businessBoxListWrap {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}

.businessBoxList {
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .businessBoxList {
    font-weight: normal;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.businessBoxTxt {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .businessBoxTxt {
    font-size: 16px;
    line-height: 2.2;
  }
}

.businessBoxTxt strong {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .businessBoxTxt strong {
    font-size: 24px;
  }
}

.modelTxt {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .modelTxt {
    text-align: center;
    line-height: 2.3;
    margin-bottom: 60px;
  }
}

.modelYoutube {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .modelYoutube {
    max-width: 800px;
    margin: 0 auto 50px;
    display: block;
    height: 450px;
  }
}

.staffListWrap {}

@media screen and (min-width: 769px) {
  .staffListWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.staffList {
  max-width: 340px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 769px) {
  .staffList {
    width: 48%;
    max-width: 440px;
    margin: 0 auto 70px;
  }
}

.staffListImgWrap {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .staffListImgWrap {
    margin-bottom: 30px;
  }
}

.staffListBumonTit {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .staffListBumonTit {
    font-size: 16px;
  }
}

.staffListNameWrap {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .staffListNameWrap {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.staffListNameLeft {}

@media screen and (min-width: 769px) {
  .staffListNameLeft {}
}

.staffListName {}

@media screen and (min-width: 769px) {
  .staffListName {}
}

.staffListTit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .staffListTit {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.staffListTxt {}

@media screen and (min-width: 769px) {
  .staffListTxt {}
}

.flow {
  padding-left: 120px;
  position: relative;
  list-style: none;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

.flow>li {
  position: relative;
  list-style: none;
}

.flow>li:not(:last-child) {
  margin-bottom: 8vh;
}

.flow>li .icon {
  font-size: 12px;
  color: #fff;
  background-color: #000000;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: -7px;
  left: -120px;
  z-index: 100;
}

.flow>li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow>li dl {
  padding-left: 70px;
  position: relative;
}

.flow>li dl::before,
.flow>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow>li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #000000;
  border-radius: 50%;
  left: -4px;
}

.flow>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #000000;
  position: absolute;
  left: 5px;
}

.flow>li dl dt {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1vh;
}

@media screen and (min-width: 769px) {
  .flow>li dl dt {
    font-size: 16px;
  }
}

.staffFlowWrap {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .staffFlowWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

.staffFlowWrap .staffList {
  max-width: 260px;
}

@media screen and (min-width: 769px) {
  .staffFlowWrap {}
}

.flexListFlowWrap {
  text-align: left;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .flexListFlowWrap {
    max-width: 900px;
    margin: 0 auto;
  }
}

.flexListFlowTit {
  background-image: url(img/ico_check.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px;
  font-size: 14px;
  text-align: left;
  padding-left: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .flexListFlowTit {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.flexListFlowTxt {
  font-size: 14px;
  text-align: left;
  padding-left: 40px;
}

@media screen and (min-width: 769px) {
  .flexListFlowTxt {
    font-size: 16px;
  }
}

.recruitImgWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .recruitImgWrap {}
}

@media screen and (max-width: 768px) {
  .recruitImgWrap div:nth-child(1) {
    width: 100%;
    margin-bottom: -10px;
  }
}

.recruitImg {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .recruitImg {
    width: 33.333%;
  }
}

.page-id-1501 .serviceListWrap,
.page-id-1501 .index_content1,
.page-id-1501 .fl-module-content,
.page-id-1501 .fl-col-group,
.page-id-4250 .serviceListWrap,
.page-id-4250 .index_content1,
.page-id-4250 .fl-module-content,
.page-id-4250 .fl-col-group,
.page-id-17 .serviceListWrap,
.page-id-17 .index_content1,
.page-id-17 .fl-module-content,
.page-id-17 .fl-col-group,
.page-id-40 .serviceListWrap,
.page-id-40 .index_content1,
.page-id-40 .fl-module-content,
.page-id-40 .fl-col-group,
.page-id-38 .serviceListWrap,
.page-id-38 .index_content1,
.page-id-38 .fl-module-content,
.page-id-38 .fl-col-group,
.page-id-2700 .serviceListWrap,
.page-id-2700 .index_content1,
.page-id-2700 .fl-module-content,
.page-id-2700 .fl-col-group,
.page-id-6654 .serviceListWrap,
.page-id-6654 .index_content1,
.page-id-6654 .fl-module-content,
.page-id-6654 .fl-col-group,
.page-id-44 .serviceListWrap,
.page-id-44 .index_content1,
.page-id-44 .fl-module-content,
.page-id-44 .fl-col-group,
.page-id-3074 .serviceListWrap,
.page-id-3074 .index_content1,
.page-id-3074 .fl-module-content,
.page-id-3074 .fl-col-group {
  padding: 0 !important;
  margin: 0 !important;
}

.page-id-1501 .fl-row-content-wrap,
.page-id-4250 .fl-row-content-wrap,
.page-id-17 .fl-row-content-wrap,
.page-id-40 .fl-row-content-wrap,
.page-id-38 .fl-row-content-wrap,
.page-id-2700 .fl-row-content-wrap,
.page-id-6654 .fl-row-content-wrap,
.page-id-44 .fl-row-content-wrap,
.page-id-3074 .fl-row-content-wrap {
  padding: 20px !important;
}

@media screen and (min-width: 769px) {

  .page-id-1501 .fl-row-content-wrap,
  .page-id-4250 .fl-row-content-wrap,
  .page-id-17 .fl-row-content-wrap,
  .page-id-40 .fl-row-content-wrap,
  .page-id-38 .fl-row-content-wrap,
  .page-id-2700 .fl-row-content-wrap,
  .page-id-6654 .fl-row-content-wrap,
  .page-id-44 .fl-row-content-wrap,
  .page-id-3074 .fl-row-content-wrap {
    padding: 20px 0 !important;
  }
}

.page-id-1501 .breadcrumbs,
.page-id-4250 .breadcrumbs,
.page-id-17 .breadcrumbs,
.page-id-40 .breadcrumbs,
.page-id-38 .breadcrumbs,
.page-id-2700 .breadcrumbs,
.page-id-6654 .breadcrumbs,
.page-id-44 .breadcrumbs,
.page-id-3074 .breadcrumbs {
  line-height: 1.7;
  margin-bottom: 0 !important;
}

.recruitTxtWrap {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .recruitTxtWrap {}
}

.page-id-3074 .index_content1 {
  margin: 0 auto !important;
}

.page-id-1501 .fl-accordion-item a,
.page-id-38 .fl-accordion-item a {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .fl-accordion {
    max-width: 720px;
    margin: 0 auto;
  }
}

.bgRecruitWrap {
  background-color: #131313;
  color: #FFFFFF;
  margin-top: -10px;
  padding: 30px;
}

@media screen and (min-width: 769px) {
  .bgRecruitWrap {
    padding: 100px;
  }
}

.bgRecruitListWrap {}

@media screen and (min-width: 769px) {
  .bgRecruitListWrap {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
}

.bgRecruitList {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .bgRecruitList {
    width: 48%;
    margin-bottom: 0;
  }
}

.bgRecruitListTit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .bgRecruitListTit {
    font-size: 60px;
    margin-bottom: 60px;
  }
}

.bgRecruitListTit span {
  display: block;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .bgRecruitListTit span {}
}

.bgRecruitListIco {
  padding: 5px 0;
  background-image: url(img/ico_check.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px;
  font-size: 14px;
  text-align: left;
  padding-left: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .bgRecruitListIco {
    padding: 10px 0 10px 40px;
  }
}

.companyTit {
  font-size: 14px !important;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 769px) {
  .companyTit {
    font-size: 16px !important;
    margin-top: 80px !important;
    margin-bottom: 40px !important;
  }
}

.companyTit strong {
  display: block;
  font-size: 24px !important;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .companyTit strong {
    font-size: 36px !important;
  }
}

.companySubTit {
  font-size: 14px !important;
  text-align: center;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 769px) {
  .companySubTit {
    font-size: 16px !important;
    margin-top: 80px !important;
    margin-bottom: 60px !important;
  }
}

.companySubTit strong {
  display: block;
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 769px) {
  .companySubTit strong {
    font-size: 60px !important;
    margin-bottom: 20px !important;
  }
}

.companyTxt {
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .companyTxt {
    font-size: 16px;
    text-align: center;
    line-height: 3.0;
    margin-bottom: 80px !important;
  }
}

.messageWrap {}

@media screen and (min-width: 769px) {
  .messageWrap {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.messageMvWrap {}

@media screen and (min-width: 769px) {
  .messageMvWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.messageMvTit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .messageMvTit {
    font-size: 36px;
    width: 50%;
  }
}

.messageMvImg {}

@media screen and (min-width: 769px) {
  .messageMvImg {
    width: 50%;
  }

  .messageMvImg img {
    width: 610px;
    margin-left: -110px;
    position: relative;
    z-index: -1;
  }
}

.messageBgWrap {
  background-color: #FAFAFA;
  border-radius: 30px;
  padding: 30px;
  line-height: 2.0;
}

@media screen and (min-width: 769px) {
  .messageBgWrap {
    padding: 60px;
    line-height: 3.0;
    margin-top: -40px;
    position: relative;
    z-index: -999;
  }
}

.messageName {
  font-weight: bold;
  margin-top: 40px;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .messageName {
    margin-top: 60px;
    font-size: 1.5em;
  }
}

@media screen and (min-width: 769px) {
  .page-id-4250 .titWrap {
    margin-bottom: 40px !important;
  }
}

.clumnListWrap {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 0 40px !important;
}

@media screen and (min-width: 769px) {
  .clumnListWrap {
    margin: 0 0 80px !important;
  }
}


.clumnListWrap .clumnList {
  list-style: none;
}

.clumnListWrap .clumnList a {
  display: inline-block;
  min-width: 60px;
  margin-right: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  background-color: #04355C;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .clumnListWrap .clumnList a {
    min-width: 120px;
    padding: 10px 20px;
    margin-bottom: 8px;
  }
}

.clumnListWrap li:nth-child(odd) a {
  background-color: #268DBA;
}

.clumnListWrap .clumnList a:hover {
  color: #FFFFFF;
}

.mb60 {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.companyTable {
  border-top: 1px solid #EFEFEF !important;
}

@media screen and (min-width: 769px) {
  .companyTable {}
}

@media screen and (max-width: 768px) {
  .companyTable th {
    width: 100px;
    text-align: left;
  }
}

.companyTable tr,
.companyTable th,
.companyTable td {
  border: none !important;
}

@media screen and (min-width: 769px) {

  .companyTable tr,
  .companyTable th,
  .companyTable td {}
}

.companyTable tr {
  border-bottom: 1px solid #EFEFEF !important;
}

.companyTable th {
  background-color: #FFFFFF !important;
  font-weight: bold !important;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .companyTable {}
}

@media screen and (min-width: 769px) {
  .companyTableListWrap {
    display: flex;
  }

  .companyTableListWrap div:nth-child(2) {
    margin: 14px 0 0 50px;
  }
}

#bread_crumb li:nth-child(2) {
  display: none;
}

.archive #bread_crumb li:nth-child(2),

.single #bread_crumb li:nth-child(2) {
  display: inline !important;
}

.footerLinkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .footerLinkWrap {
    margin-top: 80px;
  }
}

.footerLink {
  background-color: #268DBA !important;
  color: #FFFFFF !important;
  padding: 15px;
  width: 80%;
  margin: 0 10px 10px;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 769px) {
  .footerLink {
    max-width: 240px;
  }
}

.footerLink:hover {
  opacity: 0.7;
}

.headerLinkWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: -23px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .headerLinkWrap {
    display: none;
    text-align: center;
  }
}

.headerLinkWrap img {
  margin: 4px auto 7px;
}

.headerLinkWrap span {
  display: block;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
}

.headerLinkWrap div:nth-child(1) a {
  display: block;
  background-color: #268DBA;
  color: #FFF !important;
  padding: 10.5px 2px;
  min-width: 55px;
}

.headerLinkWrap div:nth-child(2) a {
  display: block;
  background-color: #04355C;
  color: #FFF !important;
  padding: 10.5px 2px;
  min-width: 55px;
}

.headerLinkWrap img {
  max-width: 15px;
}


/**************************************************
　　ネットショップ開業カテゴリページ　ECサイト開設の基礎知識　2022/06 追加CSS
***************************************************/
.netshop-open {
  margin-bottom: 120px;
}

.netshop-open-index {
  background-color: #E7E7E7;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 25px 30px;
}

.netshop-open-index-title {
  box-sizing: border-box;
  background-color: #4D4D4D;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 10px 12px;
  text-align: left;
}

.netshop-open-index ul {
  padding: 0;
}

.netshop-open-index li {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}

.netshop-open-index li::before {
  content: '\02022';
  left: 0;
  position: absolute;
}

.netshop-open-index a {
  color: inherit;
  text-decoration: none;
}

/*.netshop-open-index a::after {
    color: #4D4D4D;
    content: '\025bc';
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}*/
.netshop-open-image {
  margin: 25px 0;
  text-align: center;
}

.netshop-open-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.netshop-open-lead p {
  line-height: 1.8;
}

.netshop-open-sec {
  margin-bottom: 40px;
}

.netshop-open-sec a {
  color: #0033FF;
  text-decoration: underline;
}

.netshop-open-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  margin: 50px 0 30px;
}

.netshop-open-sec h3,
.netshop-open-sec h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin: 40px 0 20px;
}

.netshop-open-sec h4 {
  font-size: 18px;
}

.netshop-open-sec p, .netshop-open-sec ul, .netshop-open-sec dl {
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0 20px;
  padding: 0;
}

.netshop-open-sec p {
  margin: 20px 0 15px;
}

.netshop-open-sec dl dt {
  font-weight: 700;
  margin-bottom: 5px;
}

.netshop-open-sec li {
  list-style: none;
  padding: 0 0 0 1.5em;
  position: relative;
}

.netshop-open-sec li::before {
  content: '\025cf';
  left: 0;
  position: absolute;
}

.netshop-open-sec ul li {
  font-size: 16px;
}

.netshop-open-sec p:last-child {
  margin-bottom: 0;
}

#netshop-open-sec1>ul>li, .netshop-open-sec #netshop-open-sec1-2-2 li {
  padding-left: 1em;
}

#netshop-open-sec1>ul>li::before, .netshop-open-sec #netshop-open-sec1-2-2 li::before {
  content: '\02022';
}

.netshop-open-lead {
  margin-bottom: 30px;
}

.netshop-open-sec p.netshop-open-sec-mid-title {
  font-size: 18px;
  margin: 20px 0 10px;
}

.netshop-open-sec p.netshop-open-table-title {
  margin: 15px 0 10px;
}

.netshop-open-sec p:last-child.netshop-open-notice {
  background-color: #F4F4F4;
  margin: 0 0 30px;
  padding: 10px;
}

.netshop-open-table {
  border-collapse: collapse;
  box-sizing: border-box;
  margin-bottom: 50px;
  width: 100%;
}

.netshop-open-table th {
  background-color: #EFEFEF;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.6;
  width: 14.5%;
  padding: 8px 7px;
}

.netshop-open-table td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.6;
  padding: 8px 7px;
}

.netshop-open-table th.netshop-openplan-name {
  width: 13%;
}

@media screen and (max-width: 768px) {
  .netshop-open {
    margin-bottom: 80px;
  }

  .netshop-open-index {
    padding: 20px 15px;
  }

  .netshop-open-heading {
    font-size: 20px;
    margin: 40px 0 20px;
  }

  .netshop-open-sec h3 {
    font-size: 18px;
  }

  .netshop-open-sec h4 {
    font-size: 16px;
  }

  .netshop-open-sec p, .netshop-open-sec ul, .netshop-open-sec dl {
    margin: 20px 0;
  }

  .netshop-open-lead {
    margin-bottom: 20px;
  }

  .netshop-open-table-scroll {
    overflow-x: auto;
    white-space: nowrap;
  }

  .netshop-open-table {
    margin-bottom: 30px;
  }
}
