@charset "UTF-8";
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  min-width: 1024px;
  overflow-x: hidden;
}

.page_size {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
}

img {
  height: auto;
}

.display_sp {
  display: none;
}

#header {
  position: fixed;
  top: 20px;
  right: 1%;
  left: 1%;
  z-index: 999;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 98%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .logo_area {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#header .logo_area a img {
  width: 200px;
  height: auto;
}
#header .logo_area img.jpx {
  width: 40px;
  height: -moz-max-content;
  height: max-content;
}
#header .g_navi {
  display: block;
  height: 100%;
}
#header .g_navi .gn_contents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  gap: 10px;
  height: 100%;
}
#header .g_navi .gn_contents li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
#header .g_navi .gn_contents li a {
  padding: 20px 10px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
#header .g_navi .gn_contents li a:hover {
  color: #1c3c9a;
}

.header_bg_trigger {
  background-color: rgba(255, 255, 255, 0);
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.1450980392);
}
main {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

h1.page_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.first_view {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100vh;
  background-position: 0 -150px;
  background-attachment: fixed;
}
.first_view h1 {
  position: relative;
  z-index: 10;
  font-size: 3vw;
  text-align: center;
  width: 100%;
  font-weight: 500;
  padding-top: 60px;
  line-height: 1.3;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.first_view h1 span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6vw;
  text-align: center;
  width: 100%;
}
.first_view .fv_contact {
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 20px 10px;
  width: 200px;
  color: #fff;
  background-color: #1c3c9a;
  border: solid 2px #1c3c9a;
  font-weight: bold;
  transition: 0.5s;
}
.first_view .fv_contact::before {
  content: ">";
  color: #fff;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 10px;
}
.first_view .fv_contact:hover {
  background-color: rgba(255, 255, 255, 0.418);
  border: solid 2px rgba(255, 255, 255, 0);
}

.spacer {
  width: 100%;
  margin-top: 100px;
}

.foot_bnr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-bottom: 5em;
}
.foot_bnr .fb_img {
  width: 30%;
  height: auto;
}

#footer {
  background-color: #f1f1f1;
}
#footer .ft_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
}
#footer .ft_list ul {
  margin-top: 10px;
}
#footer .ft_list ul li {
  margin: 0 0 5px !important;
}
#footer .ft_list ul li a {
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
#footer .ft_list ul li a:hover {
  opacity: 0.7;
}
#footer .ft_list ul li img {
  width: 90px;
  margin-top: 10px;
}
#footer .ft_list > h3 {
  font-size: 1em;
  font-weight: bold;
}
#footer .copy {
  width: 100%;
  background-color: #003166;
  font-size: 16px;
  padding: 10px 0;
}
#footer .copy .oopy_inner {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .copy .oopy_inner nav ul {
  display: flex;
  flex-direction: row;
}
#footer .copy .oopy_inner nav ul li {
  display: block;
  padding: 0 20px;
  border-left: 1px solid #fff;
}
#footer .copy .oopy_inner nav ul li:last-child {
  border-right: 1px solid #fff;
}
#footer .copy .oopy_inner a {
  color: #fff;
  text-decoration: none;
}
#footer .copy .oopy_inner p {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-align: right;
}

.midashi_txt {
  width: 100%;
}
.midashi_txt h2 {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}
.midashi_txt p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 100px;
}

.page_eyecatch {
  height: 30vh;
  min-height: 400px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.page_eyecatch > h1.title {
  position: absolute;
  top: calc(55% - 0.5em);
  margin-bottom: 0;
  color: #000;
}
.page_eyecatch > h1.title > span {
  position: relative;
  top: 0;
  display: block;
  color: #000;
}

/*
.servises {
  background-image: url(../img/servises_background.jpg);
  background-position: bottom;
}

.works {
  background-image: url(../img/works_background.jpg);
}

.faq {
  background-image: url(../img/faq_background.jpg);
  background-position: center;
}

.contact {
  background-image: url(../img/contact_background.jpg);
}

.flow {
  background-image: url(../img/flow_background.jpg);
}

.archive {
  background-image: url(../img/blog/blog-background.jpg);
}
.not_found {
  background-image: url(../img/header_bg_2.jpg);
}
h1.image_back {
  text-shadow: -10px -4px 2px #6e6e6e7a, -2px 0px 0px #000000;
}
*/
h1.title {
  display: block;
  margin: auto;
  position: relative;
  font-size: 6em;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #1c3c9a;
  margin-bottom: 60px;
  width: 100%;
}
h1.title span {
  position: absolute;
  width: 100%;
  top: 7.5em;
  left: 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
h1.title + p {
  text-align: center;
  font-size: 1.3rem;
  color: #016391;
  font-weight: bold;
  margin-bottom: 60px;
}

h2.subtitle {
  text-align: center;
  font-size: 1.8rem;
  color: #016391;
  font-weight: bold;
}
h2.subtitle + p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2em;
}

/**********トップ中ページ**********/
.first_view {
  position: relative;
}
.first_view::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 95%);
}
.first_view .scrolldown1 {
  position: absolute;
  z-index: 10;
  bottom: 12%;
}
.first_view .scrolldown1 span {
  position: absolute;
  left: -24px;
  top: -34px;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
.first_view .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 30px;
  background: #000;
  animation: pathmove 3s ease-in-out infinite;
  opacity: 0;
}

#top_servises {
  width: 1000px;
}
#top_servises .web h2,
#top_servises .maintenance h2,
#top_servises .system h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  margin: 1em;
}
#top_servises .web h2::after,
#top_servises .maintenance h2::after,
#top_servises .system h2::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#top_servises .web figure,
#top_servises .maintenance figure,
#top_servises .system figure {
  margin-bottom: 5rem;
  width: 100%;
}
#top_servises .web figure img,
#top_servises .maintenance figure img,
#top_servises .system figure img {
  width: 100%;
}
#top_servises .web figure figcaption,
#top_servises .maintenance figure figcaption,
#top_servises .system figure figcaption {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
#top_servises .web h3,
#top_servises .maintenance h3,
#top_servises .system h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 4rem;
}
#top_servises .web h3 .web_h3_image,
#top_servises .web h3 .service_icon,
#top_servises .maintenance h3 .web_h3_image,
#top_servises .maintenance h3 .service_icon,
#top_servises .system h3 .web_h3_image,
#top_servises .system h3 .service_icon {
  display: inline-block;
  position: relative;
  margin-bottom: 1.3rem;
}
#top_servises .web h3 .web_h3_image img,
#top_servises .web h3 .service_icon img,
#top_servises .maintenance h3 .web_h3_image img,
#top_servises .maintenance h3 .service_icon img,
#top_servises .system h3 .web_h3_image img,
#top_servises .system h3 .service_icon img {
  width: 100%;
}
#top_servises .web h3 .web_h3_image::after,
#top_servises .web h3 .service_icon::after,
#top_servises .maintenance h3 .web_h3_image::after,
#top_servises .maintenance h3 .service_icon::after,
#top_servises .system h3 .web_h3_image::after,
#top_servises .system h3 .service_icon::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
}
#top_servises .web h3 .web_h3_image,
#top_servises .maintenance h3 .web_h3_image,
#top_servises .system h3 .web_h3_image {
  width: 70px;
}
#top_servises .web h3 .service_icon,
#top_servises .maintenance h3 .service_icon,
#top_servises .system h3 .service_icon {
  width: 200px;
}
#top_servises .web .maintenance_con ul,
#top_servises .web .system_con ul,
#top_servises .maintenance .maintenance_con ul,
#top_servises .maintenance .system_con ul,
#top_servises .system .maintenance_con ul,
#top_servises .system .system_con ul {
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_servises .web .maintenance_con ul li,
#top_servises .web .system_con ul li,
#top_servises .maintenance .maintenance_con ul li,
#top_servises .maintenance .system_con ul li,
#top_servises .system .maintenance_con ul li,
#top_servises .system .system_con ul li {
  width: calc(50% - 20px);
  margin: 10px 10px 10px 0px;
  padding: 10px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}
#top_servises .web .maintenance_con ul li:nth-of-type(2n),
#top_servises .web .system_con ul li:nth-of-type(2n),
#top_servises .maintenance .maintenance_con ul li:nth-of-type(2n),
#top_servises .maintenance .system_con ul li:nth-of-type(2n),
#top_servises .system .maintenance_con ul li:nth-of-type(2n),
#top_servises .system .system_con ul li:nth-of-type(2n) {
  margin: 10px 0px 10px 10px;
}
#top_servises .web h2::after {
  background: #642F8B;
}
#top_servises .web h2 .web_icon {
  -webkit-mask-image: url(../img/web_icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/web_icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #C1A5D6;
  width: 40px;
  height: 50px;
  margin: 0 auto;
}
#top_servises .maintenance h2::after {
  background: #0483AB;
}
#top_servises .maintenance h2 .maintenance_icon {
  -webkit-mask-image: url(../img/maintenance_icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/maintenance_icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #85CBE1;
  width: 40px;
  height: 50px;
  margin: 0 auto;
}
#top_servises .maintenance .maintenance_con ul li {
  background-color: #85CBE1;
}
#top_servises .system h2::after {
  background: #349236;
}
#top_servises .system h2 .system_icon {
  -webkit-mask-image: url(../img/system_icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/system_icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #9AC884;
  width: 40px;
  height: 50px;
  margin: 0 auto;
}
#top_servises .system .system_con ul li {
  background-color: #9AC884;
}
#top_servises .contact_box {
  margin-bottom: 10rem;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  background: #F2F2F2;
}
#top_servises .contact_box p {
  margin-bottom: 1em;
}
#top_servises .contact_box a {
  display: block;
  width: 250px;
  font-size: 14px;
  font-weight: 900;
  margin: 0px auto;
  padding: 15px;
  text-decoration: none;
  color: #FFF;
  background: #122859;
  transition: all 0.2s;
}
#top_servises .contact_box a:hover {
  opacity: 0.8;
  transition: all 0.2s;
}

.tab_content_2 {
  /*内容*/
  width: 100%;
  /*幅*/
  clear: both;
  overflow: hidden;
}
.tab_content_2 ul.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 80%;
  margin: 50px auto;
  max-width: 1000px;
  padding: 30px;
  border: solid 2px #000;
}
.tab_content_2 ul.tab > li a {
  padding: 10px 15px;
  margin: 10px 15px;
  border: solid 1px #003166;
  border-radius: 100vh;
  text-decoration: none;
  transition: 0.5s;
}
.tab_content_2 ul.tab li.active a {
  background-color: #003166;
  color: #fff;
  font-weight: bold;
}
.tab_content_2 .tab_area > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tab_content_2 .tab_area > ul > li {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.tab_content_2 .tab_area > ul > li img {
  width: 100%;
  border: solid 1px #e0e0e0;
}
.tab_content_2 .tab_area > ul > li a {
  width: 100%;
  text-decoration: none;
  color: #333;
}
.tab_content_2 .tab_area > ul > li figure {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  aspect-ratio: 1/0.8;
  margin: 0 0 10px 0;
}
.tab_content_2 .tab_area > ul > li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.tab_content_2 .tab_area > ul > li figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: translateX(100%);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.267);
}
.tab_content_2 .tab_area > ul > li figure::after {
  content: "READMORE";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 80px);
  width: 156px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: solid 2px #fff;
  transition: 0.5s;
  transform: translateX(100%);
  opacity: 0;
}
.tab_content_2 .tab_area > ul > li figure:hover::before, .tab_content_2 .tab_area > ul > li figure:hover::after {
  transform: translateX(0%);
  opacity: 1;
}

/**********BLOG**********/
.bg-navy {
  background-color: #003166;
  overflow: hidden;
}

.color-white {
  color: #fff !important;
}

.blog-list {
  padding-bottom: 60px;
}

.blog-list .blog-list-box .slick-track {
  display: flex !important;
  align-items: stretch;
}
.blog-list .blog-list-box .slick-slide {
  height: auto !important;
}

.blog-list .blog-list-box .blog-list-item {
  position: relative;
  margin: 0 50px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}
.blog-list .blog-list-box .blog-list-item span {
  position: absolute;
  left: -5px;
  padding: 2px 5px 2px 10px;
  color: #000;
  font-weight: bold;
}
.blog-list .blog-list-box .blog-list-item span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
  border-left: 10px solid transparent;
}
.blog-list .blog-list-box .blog-list-item .cat-yellow {
  background-color: #fff702;
}
.blog-list .blog-list-box .blog-list-item .cat-yellow:before {
  border-top: 10px solid #b5af00;
}
.blog-list .blog-list-box .blog-list-item .cat-red {
  background-color: #ff8080;
}
.blog-list .blog-list-box .blog-list-item .cat-red:before {
  border-top: 10px solid #aa3f3f;
}
.blog-list .blog-list-box .blog-list-item .cat-blue {
  background-color: #7fb2ff;
}
.blog-list .blog-list-box .blog-list-item .cat-blue:before {
  border-top: 10px solid #3e5c88;
}
.blog-list .blog-list-box .blog-list-item .cat-green {
  background-color: #8fff8b;
}
.blog-list .blog-list-box .blog-list-item .cat-green:before {
  border-top: 10px solid #699768;
}
.blog-list .blog-list-box .blog-list-item .cat-purple {
  background-color: #d181ff;
}
.blog-list .blog-list-box .blog-list-item .cat-purple:before {
  border-top: 10px solid #856f92;
}
.blog-list .blog-list-box .blog-list-item .cat-peach {
  background-color: #fed2ff;
}
.blog-list .blog-list-box .blog-list-item .cat-peach:before {
  border-top: 10px solid #ad87ad;
}
.blog-list .blog-list-box .blog-list-item .cat-lightBlue {
  background-color: #a7fff8;
}
.blog-list .blog-list-box .blog-list-item .cat-lightBlue:before {
  border-top: 10px solid #a7cac7;
}
.blog-list .blog-list-box .blog-list-item .cat-orange {
  background-color: #ffc368;
}
.blog-list .blog-list-box .blog-list-item .cat-orange:before {
  border-top: 10px solid #b19264;
}
.blog-list .blog-list-box .blog-list-item .cat-white {
  background-color: #ffffff;
}
.blog-list .blog-list-box .blog-list-item .cat-white:before {
  border-top: 10px solid #b3b3b3;
}
.blog-list .blog-list-box .blog-list-item figure {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 0px;
}
.blog-list .blog-list-box .blog-list-item figure img {
  width: 100%;
  height: auto;
}
.blog-list .blog-list-box .blog-list-item figure + div {
  display: flex;
  flex-direction: column;
}
.blog-list .blog-list-box .blog-list-item figure + div p.fs_s {
  padding: 15px 15px 10px;
}
.blog-list .blog-list-box .blog-list-item figure + div h3 {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.blog-list .blog-list-box .blog-list-item figure + div h3 a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-list .blog-list-box .blog-list-item figure + div h3 a:hover {
  color: #003166;
}
.blog-list .blog-list-box .blog-list-item figure + div .category-btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px;
}
.blog-list .blog-list-box .blog-list-item figure + div .category-btn-area .category-btn-item {
  display: block;
  padding: 3px 15px;
  color: #000;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  border: solid 2px #003166;
  border-radius: 100vh;
  background: #fff;
  transition: all 0.3s ease;
}
.blog-list .blog-list-box .blog-list-item figure + div .category-btn-area .category-btn-item:hover {
  background: #003166;
  color: #fff;
}

/**********BLOG**********/
/**********制作実績-お知らせ**********/
.new-achievements {
  width: 80%;
  max-width: 800px;
  display: block;
  margin: auto;
  height: 160px;
  border: solid 1px #1c3c9a;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px 0 5px 10px;
}
.new-achievements li {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 115px;
}
.new-achievements li span {
  width: 110px;
  position: absolute;
  left: 0;
}
.new-achievements li a {
  border-bottom: solid 1px #e3e3e3;
  color: #1b4f98;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.new-achievements li a:hover {
  border-bottom: solid 1px #1b4f98;
}

.new-achievements::-webkit-scrollbar {
  width: 12px;
}

.new-achievements::-webkit-scrollbar-track {
  background: #dedede;
  border-radius: 100vh;
}

.new-achievements::-webkit-scrollbar-thumb {
  background: #003166;
  border-radius: 100vh;
}

/**********制作実績-お知らせ end**********/
/**********トップ中ページend**********/
ul.tab li {
  /*タブ部分*/
  float: left;
  margin: 15px 0px;
}

.tab_area {
  /*切り替え部分非表示*/
  display: none;
}

.tab_content {
  /*内容*/
  width: 100%;
  /*幅*/
  clear: both;
  overflow: hidden;
}

ul.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 80%;
  margin: 50px auto;
  max-width: 1000px;
  padding: 30px;
  border: solid 2px #000;
}
ul.tab > li a {
  padding: 10px 15px;
  margin: 10px 15px;
  border: solid 1px #003166;
  border-radius: 100vh;
  text-decoration: none;
  transition: 0.5s;
}
ul.tab li.active a {
  background-color: #003166;
  color: #fff;
  font-weight: bold;
}

.tab_area > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tab_area > ul > li {
  width: 23%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab_area > ul > li img {
  width: 100%;
  border: solid 1px #e0e0e0;
}
.tab_area > ul > li a.achievements-title {
  width: 100%;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding-bottom: 1em;
  border-bottom: solid 1px #cccccc;
}
.tab_area > ul > li p {
  font-size: 0.9em;
  padding-left: 20px;
  position: relative;
  margin-bottom: 2em;
}
.tab_area > ul > li p:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url(../img/tag-icon.png);
  background-size: cover;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tab_area > ul > li figure {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  aspect-ratio: 1/0.8;
  margin: 0 0 10px 0;
}
.tab_area > ul > li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.tab_area > ul > li figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: translateX(100%);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.267);
}
.tab_area > ul > li figure::after {
  content: "READMORE";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 80px);
  width: 156px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: solid 2px #fff;
  transition: 0.5s;
  transform: translateX(100%);
  opacity: 0;
}
.tab_area > ul > li figure:hover::before, .tab_area > ul > li figure:hover::after {
  transform: translateX(0%);
  opacity: 1;
}

/**********お問い合わせページ**********/
.contact_form_area {
  background-color: #FFF;
}

#contact_form {
  margin: auto;
}
#contact_form thead th {
  margin: 10px auto;
  font-size: 1.5em;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(210, 228, 246, 0.9019607843);
}
#contact_form tbody th.table_inner_title {
  margin: 10px auto;
  font-size: 1em;
  background-color: #f3f3f3;
  text-align: center;
}
#contact_form tbody th,
#contact_form tbody td {
  padding: 10px;
  border-bottom: solid 1px #9e9e9e;
}
#contact_form tbody td input,
#contact_form tbody td select,
#contact_form tbody td textarea {
  display: block;
  margin: 5px auto;
  width: 80%;
}
#contact_form tbody td input[type=text],
#contact_form tbody td input[type=email],
#contact_form tbody td input[type=tel],
#contact_form tbody td input[type=url] {
  height: 2.5em;
}
#contact_form tbody td select {
  background: linear-gradient(#fcfcfc, #e3e3e3);
  border-radius: 7px;
  padding: 2px 10px;
}

th.must {
  position: relative;
  padding-right: 70px !important;
}

th.must:after {
  content: "必須";
  width: 26px;
  padding: 2px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  position: absolute;
  right: 4px;
  top: calc(50% - 11px);
  background-color: #f44;
}

th.any {
  position: relative;
  padding-right: 70px !important;
}

th.any:after {
  content: "任意";
  width: 26px;
  padding: 2px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  position: absolute;
  right: 4px;
  top: calc(50% - 11px);
  background-color: #9e9e9e;
}

.submitbtn {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  padding-bottom: 60px;
}
.submitbtn input {
  padding: 10px 30px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #003166;
  border: none;
  border-radius: 10px;
  color: #fff;
}
.submitbtn input:hover {
  background-color: rgb(214, 231, 247);
  color: #003166;
}

.privacy_protection h2 {
  width: 100%;
  background-color: #003166;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 1.3em;
}
.privacy_protection h3 {
  font-size: 1.2em;
  background-color: rgba(0, 23, 161, 0.15);
  padding: 5px 0;
}
.privacy_protection p {
  margin: 10px 0;
}

/**********制作フローページ**********/
.flow_img {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.flow_img img {
  width: 100%;
}

.flow_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

h3.flow_step {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  padding: 4px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
h3.flow_step span {
  font-size: 1.7em;
}

.flow_exp {
  margin-left: 15px;
  font-size: 1.8em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

p.flow_p {
  margin: 20px 10px 50px 70px;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
}

.flow_arrow {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.flow_arrow img {
  width: 48px;
  height: 48px;
}

.bg_step1 {
  background-color: #fd9819;
}

.bg_step2 {
  background-color: #fdcf1a;
}

.bg_step3 {
  background-color: #3ac93a;
}

.bg_step4 {
  background-color: #3ad3f9;
}

.bg_step5 {
  background-color: #27a9ef;
}

.bg_step6 {
  background-color: #2942ed;
}

.bg_step7 {
  background-color: #2942ed;
}

.bg_step8 {
  background-color: #ec2bcf;
}

/**********制作フローページend**********/
/**********サンクスページ**********/
.btn1 {
  width: auto;
}
.btn1 .btn1_a {
  position: relative;
  display: block;
  width: 250px;
  margin: 50px auto 0;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background-color: #2d9cd0;
  border-bottom: solid 5px #016391;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
}
.btn1 .btn1_a:hover {
  border-bottom: solid 2px #016391;
  margin-top: 53px;
}

.btn1_span {
  position: relative;
  margin-top: 40px;
  padding-top: 10px;
}
.btn1_span span {
  position: absolute;
  left: calc(50% - 115px);
  top: -49px;
  color: #000;
  padding: 10px;
  width: 230px;
  border: solid 2px #ff8d3e;
  font-size: 0.8em;
  border-radius: 36px;
  background-color: #fff;
}
.btn1_span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #ff8d3e;
  border-right: solid 2px #ff8d3e;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: calc(50% - 5px);
  top: 49px;
  z-index: 999;
}

/**********サンクスページend**********/
/**********サービスページ**********/
#area1 img {
  position: relative;
  width: 385px;
  height: 170px;
  z-index: -1;
  margin: 40px auto 0 auto;
  display: block;
}

#area1 {
  position: relative;
}

#parallax {
  position: absolute;
  width: 340px;
  height: 158px;
  overflow: hidden;
  bottom: 26px;
  right: calc(50% - 170px);
}
#parallax .bg01 {
  background: url("../img/230217-para2.jpg") repeat;
  position: absolute;
  background-size: contain;
  width: 340px;
  height: 500%;
  top: 0;
  left: 0;
}
#parallax .bg02 {
  background: url("../img/230217-para1.png") repeat;
  position: absolute;
  background-size: contain;
  width: 340px;
  height: 500%;
  top: 0;
  left: 0;
}

/* ==== Header === */
#servises {
  width: 1000px;
}
#servises .web h2,
#servises .maintenance h2,
#servises .system h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  margin: 1em;
}
#servises .web h2::after,
#servises .maintenance h2::after,
#servises .system h2::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#servises .web figure,
#servises .maintenance figure,
#servises .system figure {
  margin-bottom: 5rem;
  width: 100%;
}
#servises .web figure img,
#servises .maintenance figure img,
#servises .system figure img {
  width: 100%;
}
#servises .web figure figcaption,
#servises .maintenance figure figcaption,
#servises .system figure figcaption {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
#servises .web h3,
#servises .maintenance h3,
#servises .system h3 {
  margin-bottom: 3rem;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
#servises .web h3 .web_h3_image,
#servises .web h3 .service_icon,
#servises .maintenance h3 .web_h3_image,
#servises .maintenance h3 .service_icon,
#servises .system h3 .web_h3_image,
#servises .system h3 .service_icon {
  display: inline-block;
  position: relative;
  margin-bottom: 1.3rem;
}
#servises .web h3 .web_h3_image img,
#servises .web h3 .service_icon img,
#servises .maintenance h3 .web_h3_image img,
#servises .maintenance h3 .service_icon img,
#servises .system h3 .web_h3_image img,
#servises .system h3 .service_icon img {
  width: 100%;
}
#servises .web h3 .web_h3_image::after,
#servises .web h3 .service_icon::after,
#servises .maintenance h3 .web_h3_image::after,
#servises .maintenance h3 .service_icon::after,
#servises .system h3 .web_h3_image::after,
#servises .system h3 .service_icon::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
}
#servises .web h3 .web_h3_image,
#servises .maintenance h3 .web_h3_image,
#servises .system h3 .web_h3_image {
  width: 70px;
}
#servises .web h3 .service_icon,
#servises .maintenance h3 .service_icon,
#servises .system h3 .service_icon {
  width: 200px;
}
#servises .web .maintenance_con ul,
#servises .web .system_con ul,
#servises .maintenance .maintenance_con ul,
#servises .maintenance .system_con ul,
#servises .system .maintenance_con ul,
#servises .system .system_con ul {
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#servises .web .maintenance_con ul li,
#servises .web .system_con ul li,
#servises .maintenance .maintenance_con ul li,
#servises .maintenance .system_con ul li,
#servises .system .maintenance_con ul li,
#servises .system .system_con ul li {
  width: calc(50% - 20px);
  margin: 10px 10px 10px 0px;
  padding: 10px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}
#servises .web .maintenance_con ul li:nth-of-type(2n),
#servises .web .system_con ul li:nth-of-type(2n),
#servises .maintenance .maintenance_con ul li:nth-of-type(2n),
#servises .maintenance .system_con ul li:nth-of-type(2n),
#servises .system .maintenance_con ul li:nth-of-type(2n),
#servises .system .system_con ul li:nth-of-type(2n) {
  margin: 10px 0px 10px 10px;
}
#servises .web h2::after {
  background: #642F8B;
}
#servises .web h2 .web_icon {
  -webkit-mask-image: url(../img/web_icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/web_icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #C1A5D6;
  width: 40px;
  height: 50px;
  margin: 0 auto;
}
#servises .web .web_con {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 1320px;
  align-items: center;
}
#servises .web .web_con .con_box {
  width: calc(50% - 20px);
  margin: 10px;
  border: 1px #CCC solid;
  border-radius: 20px;
}
#servises .web .web_con .con_box h4 {
  font-size: 18px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #C1A5D6;
  border-radius: 20px 20px 0px 0px;
}
#servises .web .web_con .con_box p {
  font-size: 16px;
  padding: 20px 20px 10px 20px;
}
#servises .web .web_con .con_box img {
  display: block;
  width: 60%;
  margin: 0 auto 20px auto;
}
#servises .web .web_con .con_box .con_img_2 {
  width: 75%;
}
#servises .web .web_con .con_box .con_img_4 {
  width: 50%;
}
#servises .maintenance h2::after {
  background: #0483AB;
}
#servises .maintenance h2 .maintenance_icon {
  -webkit-mask-image: url(../img/maintenance_icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/maintenance_icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #85CBE1;
  width: 40px;
  height: 50px;
  margin: 0 auto;
}
#servises .maintenance .maintenance_con ul li {
  background-color: #85CBE1;
}
#servises .system h2::after {
  background: #349236;
}
#servises .system h2 .system_icon {
  -webkit-mask-image: url(../img/system_icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/system_icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #9AC884;
  width: 40px;
  height: 50px;
  margin: 0 auto;
}
#servises .system .system_con ul li {
  background-color: #9AC884;
}
#servises .contact_box {
  margin-bottom: 10rem;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  background: #F2F2F2;
}
#servises .contact_box p {
  margin-bottom: 1em;
}
#servises .contact_box a {
  display: block;
  width: 250px;
  font-size: 14px;
  font-weight: 900;
  margin: 0px auto;
  padding: 15px;
  text-decoration: none;
  color: #FFF;
  background: #122859;
  transition: all 0.2s;
}
#servises .contact_box a:hover {
  opacity: 0.8;
  transition: all 0.2s;
}

/**********サービスページend**********/
/**********Q&Aページ**********/
#faq .accordion_mane {
  display: flex;
  flex-wrap: wrap;
}
#faq .accordion_mane .accordion_one {
  width: 60%;
  margin: 10px auto;
}
#faq .accordion_mane .accordion_one .accordion_header {
  color: #4a4a4a;
  box-shadow: 2px 2px 2px 2px #d3d3d3;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 13px 75px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
#faq .accordion_mane .accordion_one .accordion_header::before {
  content: "Q";
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #fff;
  background: #00A2CB;
  padding: 0px 15px 5px 15px;
  border-radius: 50%;
}
#faq .accordion_mane .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
#faq .accordion_mane .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 63%;
  right: 5%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
#faq .accordion_mane .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
#faq .accordion_mane .accordion_one .accordion_header .i_box .one_i:before {
  display: flex;
  content: "";
  background-color: #4a4a4a;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
#faq .accordion_mane .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #4a4a4a;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
#faq .accordion_mane .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}
#faq .accordion_mane .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
#faq .accordion_mane .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}
#faq .accordion_mane .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px 30px 10px;
  box-sizing: border-box;
}
#faq .accordion_mane .accordion_one .accordion_inner .box_one {
  position: relative;
  padding-left: 4rem;
}
#faq .accordion_mane .accordion_one .accordion_inner .box_one::before {
  content: "A";
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #ff4c4c;
  padding: 0px 15px 0px 15px;
  border-radius: 50px;
}
#faq .accordion_mane .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  font-size: 1.2rem;
}
#faq .accordion_mane .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 20px auto 0px auto;
}
#faq .accordion_mane .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1c3c9a;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 5px;
}
#faq .accordion_mane .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: 0.8;
}
#faq .accordion_mane .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
#faq .accordion_mane .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
#faq .accordion_mane .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: center center;
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
#faq .accordion_mane .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
#faq .fqa_contact {
  width: 60%;
  margin: 20px auto;
  text-align: center;
  border: 2px #a7a7a7 solid;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#faq .fqa_contact h3 {
  margin: 10px;
  font-size: 2rem;
  font-weight: 900;
  color: #00A2CB;
}
#faq .fqa_contact p {
  font-size: 1.1rem;
}

/**********Q&Aページend**********/
/**********404ページ**********/
#not_found {
  text-align: center;
}
#not_found h2 {
  font-size: 1.5rem;
}
#not_found ul {
  margin-top: 30px;
  font-size: 1rem;
}

/**********404ページend**********/
/**********blogページ**********/
#blog-title {
  background-image: url(../img/blog/blog-background.jpg);
  width: 100%;
  display: flex;
  align-items: center;
  height: 350px;
  position: relative;
}
#blog-title #breadcrumbs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60px);
  width: 90%;
  max-width: 1500px;
  color: #003166;
}
#blog-title #breadcrumbs span {
  color: #003166;
  font-weight: bold;
}
#blog-title h1 {
  font-size: 2.5em;
  color: #003166;
  display: block;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}

.area-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#blog-main {
  width: 59%;
  max-width: 860px;
}

#blog-main figure.blog-eyecatch {
  width: 100%;
  margin-bottom: 50px;
}
#blog-main figure.blog-eyecatch img {
  width: 100%;
  height: auto;
}
#blog-main img {
  max-width: 100%;
  height: auto;
}
#blog-main p {
  margin: 0 0 1em 0;
  padding: 0 5px;
  font-size: 1.2em;
}
#blog-main h2 {
  font-size: 2em;
  width: 100%;
  padding: 15px 1em;
  background-color: #003166;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 35px;
  margin-top: 2em;
}
#blog-main h3 {
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  padding-left: 15px;
  position: relative;
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: solid 1px #2d9cd0;
}
#blog-main h3:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #2d9cd0;
}
#blog-main .wp-block-quote {
  font-style: italic;
}

.h2-anchor {
  background-color: #dedede;
  padding: 15px 5px;
  font-weight: bold;
  margin: 2em 0;
}
.h2-anchor ol {
  padding-left: 2em;
}
.h2-anchor ol li a {
  text-decoration: none;
}
.h2-anchor ol li a:hover {
  text-decoration: underline;
}

#blog-sideContent {
  max-width: 300px;
}
#blog-sideContent .blog-sideContent-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-content: center;
  width: 100%;
}
#blog-sideContent .blog-sideContent-title img {
  width: 30px;
  height: 30px;
}
#blog-sideContent .blog-sideContent-title p {
  font-weight: bold;
  font-size: 1.5em;
}
#blog-sideContent .recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#blog-sideContent .recommend .rec-blog {
  width: 100%;
  margin-bottom: 20px;
}
#blog-sideContent .recommend .rec-blog > img {
  display: block;
  width: 100%;
  height: auto;
}
#blog-sideContent .recommend .rec-blog .rec-textArea {
  background-color: #f5f5f5;
  border-radius: 0 0 10px 10px;
  padding: 1rem 0;
}
#blog-sideContent .recommend .rec-blog .rec-textArea p.rec-title {
  font-weight: bold;
  margin-bottom: 10px;
}
#blog-sideContent .search-by-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.area-category-btn {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0 10px;
}
.area-category-btn .category-btn {
  margin: 5px 5px;
  padding: 2px 5px;
  border-radius: 100vh;
  border: solid 2px #003166;
  color: #000;
  text-decoration: none;
}
.area-category-btn .sideSearch-category-btn {
  margin: 5px 5px;
  padding: 2px 5px;
  border-bottom: solid 1px #e3e3e3;
  color: #1b4f98;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
}
.area-category-btn .sideSearch-category-btn:hover {
  border-bottom: solid 1px #1b4f98;
}
.area-category-btn .sideSearch-category-btn:before {
  content: "#";
}
.area-category-btn .sideSearch-category-btn:after {
  content: "/";
  position: absolute;
  right: -8px;
}
.area-category-btn .sideSearch-category-btn:after:last-child {
  content: "";
}

@media screen and (min-width: 769px) {
  .pc-sticky {
    position: sticky;
    display: block;
    top: 90px;
  }
}
.side-h2-anchor .side-h2-anchorStyle {
  font-size: 1rem;
  height: 200px;
  overflow-y: scroll;
}

.side-h2-anchorStyle::-webkit-scrollbar {
  width: 12px;
}

.side-h2-anchorStyle::-webkit-scrollbar-track {
  background: #dedede;
  border-radius: 100vh;
}

.side-h2-anchorStyle::-webkit-scrollbar-thumb {
  background: #003166;
  border-radius: 100vh;
}

.side-h2-anchor .side-bnr {
  width: 100%;
  height: auto;
}

.blog-point {
  margin: 1.5em;
  padding: 2em 1em 0;
  border: solid 1px #f13737;
  border-radius: 10px;
  position: relative;
}
.blog-point:before {
  content: "point !";
  position: absolute;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 10px 0 10px 0;
  left: -1px;
  top: -1px;
  background-color: #f13737;
  color: #fff;
}

.blog-card-long {
  margin: 0 0 1.8rem;
}

.card-link {
  display: block;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #555;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  transition: 0.3s;
}

.card-link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  color: #888;
  text-decoration: none;
  transform: translateY(-2px);
}

.blog-card-label-long {
  z-index: 1;
  display: inline-block;
  position: absolute;
  background-color: #f99f48;
  top: 10px;
  left: 10px;
  max-width: 120px;
  height: 25px;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  transform-origin: 50% 50%;
  animation: animScale 3.5s ease-out;
}

.card-link .blogcard-text {
  display: block;
  padding: 15px 13px;
  line-height: 1.6;
}

.card-link img {
  width: 100%;
}

.longcard-link {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}

.longcard-link img {
  padding: 10px 10px 0;
}

.longcard-img {
  position: relative;
}

.blogcard-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-excerpt-long {
  padding-top: 0.8em;
  font-size: 0.8em;
  line-height: 1.4;
  font-weight: normal;
  opacity: 0.8;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-link {
  display: inline-block;
  max-width: 310px;
  margin-right: 20px;
}

.longcard-link {
  max-width: 100%;
  display: table;
}

.longcard-img,
.card-link.longcard-link .blogcard-content {
  display: table-cell;
  vertical-align: middle;
}

.longcard-img {
  width: 25%;
  min-width: 200px;
}

.blogcard-content {
  width: 60%;
}

.longcard-img img {
  width: 100%;
  padding: 10px;
}

/**********blogページend**********/
/**********archiveページ**********/
.archive_eyecatch {
  height: 20vh;
  min-height: 250px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.archive_eyecatch #breadcrumbs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30px);
  width: 80%;
  max-width: 1500px;
  color: #003166;
}
.archive_eyecatch > h1.serchContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 2.5em;
  color: #003166;
}

#archive-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive-box {
  width: 70%;
  max-width: calc(100% - 310px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: baseline;
}

.archive-box .archive-list-item {
  margin: 0 10px 10px 0;
  transition: 0.3s;
  position: relative;
  width: 300px;
  border-bottom: solid 1px #c7c7c7;
  border-radius: 10px;
}
.archive-box .archive-list-item span {
  position: absolute;
  background-color: #fff702;
  font-weight: bold;
  color: #000;
  padding: 2px 5px 2px 10px;
  left: -5px;
}
.archive-box .archive-list-item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
  border-top: 10px solid #b5af00;
  border-left: 10px solid transparent;
}
.archive-box .archive-list-item figure {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 0px;
}
.archive-box .archive-list-item figure img {
  width: 100%;
  height: auto;
}
.archive-box .archive-list-item figure + div {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.archive-box .archive-list-item figure + div p.fs_s {
  padding: 3px 5px;
}
.archive-box .archive-list-item figure + div h3 {
  width: 100%;
  padding: 0 5px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.archive-box .archive-list-item figure + div .category-btn-area {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 5px;
}
.archive-box .archive-list-item figure + div .category-btn-area .category-btn-item {
  display: block;
  margin: 5px 10px;
  padding: 2px 5px;
  border-radius: 100vh;
  border: solid 2px #003166;
  color: #000;
  text-decoration: none;
}

/**********archiveページend**********/
/**********rechapcha**********/
.grecaptcha-badge {
  display: none;
}

/**********rechapcha end**********//*# sourceMappingURL=style.css.map */