@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;
  overflow-x: hidden;
}

body {
  width: 100vw;
  transition: 0.5s;
}

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

img {
  width: 100%;
  height: auto;
}

.display_pc {
  display: none !important;
}

#header {
  position: fixed;
  top: 10px;
  right: 1.5%;
  left: 1.5%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  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;
  align-items: center;
  width: 80%;
}
#header .logo_area .logo {
  width: 150px;
}
#header .logo_area .jpx {
  width: 35px;
}

.g_navi {
  position: fixed;
  top: -11px;
  left: calc(-1.5% - 1px);
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #f1f1f1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.g_navi .gn_contents {
  width: 100%;
  padding: 0 10px;
}
.g_navi .gn_contents > li {
  padding: 20px;
}
.g_navi .gn_contents > li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.g_navi .gn_contents > li a span {
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 100%;
  font-size: 0.9em;
  text-align: right;
}

.navi_positioning {
  position: relative;
  z-index: 9999;
}

/*ボタン外側*/
.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #016391;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.side_open {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

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

.page_eyecatch {
  height: 30vh;
  width: 100%;
  background-size: cover;
  position: relative;
}
.page_eyecatch > h1.title {
  position: absolute;
  top: calc(50% - 1em);
}

.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.title {
  display: block;
  margin: auto;
  position: relative;
  font-size: 3em;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #1c3c9a;
  margin-bottom: 0px;
  width: 100%;
}
h1.title span {
  position: absolute;
  width: 100%;
  top: 5.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;
}

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

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

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

.first_view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.first_view .w_100 {
  width: 100%;
}
.first_view h1 {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 65px;
  font-size: min(6vw, 40px);
  font-weight: 500;
  text-align: center;
  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: 30px;
  right: 0;
  width: 100%;
  font-size: 0.7em;
  text-align: center;
}
.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);
}

.foot_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3em;
}
.foot_bnr .fb_img {
  width: 100%;
  height: auto;
  margin: 20px;
}

#footer .ft_con {
  display: none;
}
#footer .copy {
  width: 100%;
  background-color: #003166;
  padding: 1rem 0;
}
#footer .copy .oopy_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
@media screen and (max-width: 464px) {
  #footer .copy .oopy_inner {
    font-size: 0.8rem;
  }
}
#footer .copy .oopy_inner nav {
  margin: 0 auto;
  padding: 0.4rem;
}
#footer .copy .oopy_inner nav ul {
  display: flex;
}
#footer .copy .oopy_inner nav ul li {
  display: block;
  padding: 0 0.2rem;
  border-left: 1px solid #fff;
}
#footer .copy .oopy_inner nav ul li:last-child {
  border-right: 1px solid #fff;
}
#footer .copy .oopy_inner nav ul li a {
  color: #fff;
  text-decoration: none;
}
#footer .copy .oopy_inner p {
  width: 100%;
  padding: 0.2rem;
  text-align: center;
  color: #fff;
}

/**********トップ中ページ**********/
.first_view {
  position: relative;
  /*スクロールダウン全体の場所*/
  /*Scrollテキストの描写*/
  /* 線の描写 */
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.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;
  right: 5%;
  bottom: 20%;
}
.first_view .scrolldown1 span {
  position: absolute;
  left: -9px;
  top: -48px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.15em;
  writing-mode: vertical-lr;
}
.first_view .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 30px;
  background: #fff;
  animation: pathmove 3s ease-in-out infinite;
  opacity: 0;
}

#top_servises {
  width: 100%;
  padding: 0.5rem;
}
#top_servises .web h2,
#top_servises .maintenance h2,
#top_servises .system h2 {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  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: 2rem;
  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: 1rem;
  font-weight: 900;
  text-align: center;
}
#top_servises .web h3,
#top_servises .maintenance h3,
#top_servises .system h3 {
  margin-bottom: 3rem;
  font-size: 3rem;
  text-align: center;
  list-style: 1.8;
}
#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: 1rem;
}
#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: -0.8rem;
  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: 55px;
}
#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: 2rem;
  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: 100%;
  margin: 0.4rem;
  padding: 1rem;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}
#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 .web .web_con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top_servises .web .web_con .con_box {
  margin: 10px;
  border: 1px #CCCCCC solid;
  border-radius: 20px;
}
#top_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;
}
#top_servises .web .web_con .con_box p {
  font-size: 16px;
  padding: 0.6rem;
}
#top_servises .web .web_con .con_box img {
  display: block;
  width: 90%;
  margin: 0 auto 1rem auto;
}
#top_servises .web .web_con .con_box .con_img_4 {
  width: 60%;
}
#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: 7rem;
  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: 210px;
  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;
}

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

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

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

.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 5px;
  background-color: #fff;
  border-radius: 10px;
}
.blog-list .blog-list-box .blog-list-item span {
  position: absolute;
  font-weight: bold;
  color: #000;
  padding: 2px 5px 2px 10px;
  left: -5px;
}
.blog-list .blog-list-box .blog-list-item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  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;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-list .blog-list-box .blog-list-item figure + div h3 a {
  color: #000;
  text-decoration: none;
}
.blog-list .blog-list-box .blog-list-item figure + div p {
  padding: 5px;
}
.blog-list .blog-list-box .blog-list-item .category-btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px;
}
.blog-list .blog-list-box .blog-list-item .category-btn-area .category-btn-item {
  display: block;
  padding: 3px 15px;
  color: #000;
  font-size: 0.8em;
  font-weight: 500;
  text-decoration: none;
  border: solid 2px #003166;
  border-radius: 100vh;
}

/**********BLOG**********/
/**********制作実績-お知らせ**********/
.new-achievements {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
  height: 200px;
  border: solid 1px #1c3c9a;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px 0 5px 10px;
}
.new-achievements li {
  margin-bottom: 10px;
}
.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**********/
select.tab {
  background: linear-gradient(#ffffff, #bebebe);
  border-radius: 10px;
  padding: 2px 10px;
  display: block;
  margin: 30px auto;
}

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

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

.tab_area > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tab_area > ul > li {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab_area > ul > li img {
  width: 100%;
  border: solid 1px #565656;
}
.tab_area > ul > li a {
  width: 100%;
  text-decoration: none;
  color: #333;
  text-align: center;
}

.tab_area > ul > li figure {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  aspect-ratio: 1/0.8;
  margin: 0 0 10px 0;
  box-shadow: 5px 5px 5px #747474;
  aspect-ratio: 16/9;
}
.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: #f3f3f3;
}

#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: rgb(211, 211, 211);
  text-align: center;
}
#contact_form tbody th,
#contact_form tbody td {
  padding: 5px;
  border-bottom: solid 1px #9e9e9e;
  display: block;
}
#contact_form tbody th {
  width: 90%;
  margin: auto;
}
#contact_form tbody td input,
#contact_form tbody td select,
#contact_form tbody td textarea {
  display: block;
  margin: 5px auto;
  width: 90%;
}
#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;
}

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

th.any {
  position: relative;
}

th.any:after {
  content: "任意";
  width: 26px;
  padding: 2px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
  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;
}
.submitbtn input:hover {
  background-color: rgba(210, 228, 246, 0.9019607843);
}

.wpcf7-list-item > label {
  display: flex;
  align-items: center;
}

input[type=checkbox] {
  width: 30px !important;
  height: 30px;
  float: left;
  border-radius: 100vh;
}
input[type=checkbox] + span.wpcf7-list-item-label {
  width: 100%;
  padding: 0 10px;
}

/**********お問い合わせページend**********/
/**********制作フローページ**********/
.flow_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

h3.flow_step {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding: 4px;
  border-radius: 10px;
}
h3.flow_step span {
  font-size: 1.7em;
}

.flow_exp {
  display: flex;
  align-items: center;
  margin-left: 15px;
  font-size: 1.2em;
  font-weight: bold;
}

p.flow_p {
  margin: 20px 10px 15px 70px;
}

.flow_arrow {
  display: flex;
  justify-content: center;
}
.flow_arrow img {
  width: 40px;
  aspect-ratio: 1/1;
  margin-bottom: 30px;
}

.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;
  transition: 0.2s;
  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;
  top: -49px;
  left: calc(50% - 115px);
  width: 230px;
  padding: 10px;
  color: #000;
  font-size: 0.8em;
  border: solid 2px #ff8d3e;
  border-radius: 36px;
}
.btn1_span::before {
  position: absolute;
  top: 49px;
  right: calc(50% - 5px);
  z-index: 1;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-right: solid 2px #ff8d3e;
  border-bottom: solid 2px #ff8d3e;
  transform: rotate(45deg);
}

/**********サンクスページend**********/
/**********サービスページ**********/
#servises {
  padding: 0.5rem;
}
#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: 2rem;
  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: 1rem;
  font-weight: 900;
  text-align: center;
}
#servises .web h3,
#servises .maintenance h3,
#servises .system h3 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#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: 1rem;
}
#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: -0.8rem;
  transform: translateX(-50%);
}
#servises .web h3 .web_h3_image,
#servises .maintenance h3 .web_h3_image,
#servises .system h3 .web_h3_image {
  width: 55px;
}
#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: 2rem;
  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: 100%;
  margin: 0.4rem;
  padding: 1rem;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}
#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;
  align-items: center;
}
#servises .web .web_con .con_box {
  margin: 10px;
  border: 1px #CCCCCC 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: 0.6rem;
}
#servises .web .web_con .con_box img {
  display: block;
  width: 90%;
  margin: 0 auto 1rem auto;
}
#servises .web .web_con .con_box .con_img_4 {
  width: 60%;
}
#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: 7rem;
  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: 100%;
  margin: 10px auto;
}
#faq .accordion_mane .accordion_one .accordion_header {
  color: #4a4a4a;
  border-bottom: solid 2px #4a4a4a;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 4rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
#faq .accordion_mane .accordion_one .accordion_header::before {
  content: "Q";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #fff;
  background: #00A2CB;
  padding: 0px 11px 3px 11px;
  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: 10px 10px 10px 10px;
  box-sizing: border-box;
}
#faq .accordion_mane .accordion_one .accordion_inner .box_one {
  position: relative;
  padding-left: 3rem;
}
#faq .accordion_mane .accordion_one .accordion_inner .box_one::before {
  content: "A";
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #ff4c4c;
  padding: 0px 11px 0px 11px;
  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: 43vw;
  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: 100%;
  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: 9vw;
  font-weight: 900;
  color: #00A2CB;
}
#faq .fqa_contact p {
  font-size: 1.1rem;
}

/**********Q&Aページend**********/
/**********404ページ**********/
/**********404ページend**********/
/**********blogページ**********/
#blog-title {
  background-image: url(../img/blog/blog-background.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 30vh;
  position: relative;
}
#blog-title #breadcrumbs {
  width: 90%;
  margin: auto;
  max-width: 1500px;
  color: #003166;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#blog-title #breadcrumbs span {
  color: #003166;
  font-weight: bold;
}
#blog-title h1 {
  font-size: 1.5em;
  color: #003166;
  display: block;
  width: 90%;
  max-width: 1500px;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  #blog-title h1 {
    font-size: 2em;
  }
}

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

#blog-main {
  width: 100%;
}

#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: 1.5em;
  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 {
  width: 500px;
}
#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-bnr {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.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;
}

@media only screen and (min-width: 481px) {
  .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: 40%;
  }
  .blogcard-content {
    width: 60%;
  }
  .longcard-img img {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 959px) {
  .blog-card-excerpt-long {
    display: none;
  }
}
/**********blogページend**********/
/**********archiveページ**********/
.archive_eyecatch {
  height: 30vh;
  min-height: 250px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.archive_eyecatch #breadcrumbs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60px);
  width: 80%;
  max-width: 1500px;
  color: #003166;
}
.archive_eyecatch > h1.serchContent {
  position: absolute;
  top: calc(50% - 1em);
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 1.5em;
  color: #003166;
}

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

.archive-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: baseline;
}

.archive-box .archive-list-item {
  margin: 0 0 10px 0;
  position: relative;
  width: 90%;
  max-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**********//*# sourceMappingURL=sp.css.map */