@charset "utf-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  scroll-padding-top: 16px;
}
body {
  font-family: "Zen Maru Gothic", serif;
  /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  font-size: .875rem; /* 14px */
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  color: #333;
}
p {
  line-break: strict;
}
figure {
  margin: 0
}
img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.container {
  margin: 20px;
}
.inner {
  padding: 0 20px;
}
/*ここからtopページ*/
#home_news {
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  padding: 10px;
  background: #fff;
  transform: translateY(-60px);
}
#home_news h2 {
  margin-top: 1rem;
}
#home_news dl {
  display: flex;
  flex-direction: column;
  line-height: 2;
}
#home_news .tag {
  color: #f5a200;
  font-style: normal;
}
#home_news dl a {
  display: block;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
#home_news dl a:hover {
  opacity: .3;
}
.top_page header {
  height: 90vh;
  background: url("../images/header_top.jpg")no-repeat center bottom/cover;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  letter-spacing: 1px;
}
.top_page header h1 {
  /*color: #fff;
  text-shadow: 2px 2px 0 #333;
  margin-top: 14vh;
  line-height: 1.3;
  font-size: 3rem;
  letter-spacing: 0.02px;*/
  visibility: hidden;
}
.top_page header p {
  /*color: #fff;
  background: #333;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.375rem 0.5rem 0.625rem;
  letter-spacing: 2px;*/
  visibility: hidden;
}
.top_page header p + p {
  /*margin-top: 0.5em;*/
}
.sub_page header {
  height: 30vh;
  background: url("../images/sub_top.jpg")no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#simulater_page header {
  height: 0;
}
.sub_page h1 {
  font-size: 2rem;
  letter-spacing: 1px;
  align-self: center;
  margin-top: 60px;
  color: #fff;
}
.sub_page #h1 {
  color: #333;
}
.sub_page h2 {
  padding-top: 32px;
}
#simulater_page main > h2 {
  padding-top: 92px;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  #home_news {
    max-width: 500px;
    margin: 100px auto 0;
  }
  #home_news dl {
    flex-direction: row;
    gap: .5em;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
  }
  #home_news dl dt {
    flex-basis: 200px;
  }
  #home_news dl a {
    margin-bottom: 3px;
    border: none;
  }
  .top_page header {
    height: 70vh;
    background: url("../images/tablet_top.jpg")no-repeat center bottom/cover;
  }
  .sub_page header {
    height: 30vh;
  }
  .top_page header h1 {
    margin-top: 8vh;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  main, aside {
    width: calc(100% - 200px);
    margin-left: auto;
  }
  main, aside {
    background: #fff;
  }
  aside {
    padding-top: 64px;
  }
  #home_news {
    max-width: 800px;
    margin: 50px auto 0;
    padding: 28px;
  }
  .top_page header {
    height: 90vh;
    margin-top: 0;
    background: url("../images/pc_top.jpg")no-repeat right bottom/cover;
  }
  .inner {
    padding-right: 38px;
  }
  .sub_page main {
    padding-right: 18px;
  }
  .sub_page h1 {
    width: calc(100% - 200px);
    margin: 60px 18px 0 200px;
    text-align: center;
  }
  .top_page header h1 {
    font-size: 6rem;
    margin-top: 16vh;
    /*transform: translateX(-48px);*/
    margin-left: 200px;
  }
  .top_page header p {
    font-size: 1.6rem;
    /*transform: translateX(-48px);*/
    /*background: #fff;
    color: #333;*/
    box-shadow: 2px 2px 0 #333;
    margin-left: 200px;
  }
  #simulater_page main > h2 {
    padding-top: 0;
  }
}
/*ここからメイン*/
#contents {
  padding: 20px;
}
main .intro {
  width: 70%;
}
.sub_page main .intro {
  width: 100%;
  padding: 0 20px;
}
.sec {
  transform: translateY(-64px);
}
.image_box {
  width: 100%;
  max-width: 749px;
}
.image_box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.image_box p {
  position: absolute;
  bottom: -32px;
  right: 10px;
  font-size: 77px;
  color: #fff;
}
.number {
  font-size: 77px;
  text-shadow: 0 0 3px #fff;
}
.number .vertical-rl {
  font-size: 13px;
  vertical-align: middle;
  margin-top: -2.5em;
}
.point_box h3 {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  transform: translateY(-18px);
}
.point_box h3 + p {
  margin-top: -.5rem;
}
.maintenance h4 {
  font-weight: bold;
  margin-top: .8em;
}
.maintenance li {
  position: relative;
  padding-left: 30px;
}
.maintenance ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 7px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #f5a200;
  border-bottom: 3px solid #f5a200;
  transform: rotate(-45deg);
}
.maintenance ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  z-index: -1;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  #advantage {
    max-width: 960px;
    margin: 0 auto;
  }
  .point_box {
    overflow: hidden;
    margin-bottom: 64px;
  }
  .point_box:last-child {
    margin-bottom: 96px;
  }
  .image_box {
    width: 40%;
    float: right;
    margin-left: 8px;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 10% 100%, 0 70%);
    shape-outside: polygon(0% 0%, 100% 0, 100% 100%, 10% 100%, 0 70%);
  }
  .reverse .image_box {
    float: left;
    margin-left: 0;
    margin-right: 8px;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
    shape-outside: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
  }
  .sec {
    transform: translateY(0);
  }
  .point_box:nth-child(even) .number {
    text-align: right;
  }
  .maintenance ul {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4, 2.5em);
    align-items: center;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  .sub_page main h2 {
    /*text-shadow: 0 0 10px #fff;*/
    padding-top: 4.5rem;
  }
  .inner {
    padding: 0;
    padding-right: 18px;
    padding-top: 4.5rem;
  }
  main .intro {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .point_box h3 {
    font-size: 2.375rem;
    margin-left: 32px;
  }
  .point_box h3 + p {
    padding: 16px;
  }
  .maintenance {
    padding: 0 16px;
  }
}
/*ここから導入の流れ*/
#flow {
  margin-bottom: 2.5rem;
}
#products #flow, .sub_page aside {
  padding: 0 20px;
}
#flow .flow_list h3 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #F5A200;
}
#flow .flow_list p {
  text-align: left;
}
#flow .flow_item {
  text-align: center;
  position: relative;
  margin: 2rem 0 64px;
  border-top: 1px solid #F5A200;
}
#flow .number {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 1rem;
  color: #fff;
  width: 4rem;
  background: #F5A200;
  transform: skewX(-15deg);
  border-radius: 3px;
}
#flow .flow_item::before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 1rem;
  margin-bottom: 0;
  color: #F5A200;
}
#flow .flow_item:first-child::before {
  content: url("../images/icon/flow_1.svg");
}
#flow .flow_item:nth-child(2)::before {
  content: url("../images/icon/flow_2.svg");
}
#flow .flow_item:nth-child(3)::before {
  content: url("../images/icon/flow_3.svg");
}
#flow .flow_item:nth-child(4)::before {
  content: url("../images/icon/flow_4.svg");
}
#flow .flow_item:nth-child(5)::before {
  content: url("../images/icon/flow_5.svg");
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  #flow {
    width: 500px;
    margin: 0 auto;
  }
  .sub_page aside {
    padding: 0;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  #flow {
    width: 100%;
  }
  #flow .flow_list {
    display: flex;
  }
  #flow .number {
    left: 5px;
  }
  #flow p {
    padding: 16px;
  }
}
/*ここから施工事例*/
#case_study {
  background: #d8d8d8;
  width: 100vw;
  transform: translate(-20px);
  padding-top: 20px;
  padding-bottom: 20px;
}
#products #case_study {
  transform: translate(0);
}
#case_study h2 {
  text-align: left;
  margin-top: 0;
  padding-left: 20px;
}
#case_study h2 + p {
  text-align: left;
  padding-left: 20px;
}
.scroll {
  overflow-x: scroll;
}
.study_list {
  display: flex;
  margin: 20px 0 42px 20px;
  padding-bottom: 20px;
}
.study_list li {
  flex-shrink: 0;
  width: 230px;
  height: 323px;
  position: relative;
  margin-left: 42px;
}
.study_list li:first-child {
  margin-left: 0;
}
.study_list li:last-child {
  margin-right: 42px;
}
.study_list li a {
  display: block;
  text-align: right;
  width: 100%;
  height: 100%;
  background: url("../images/study.jpg")no-repeat center center/cover;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  transition: .3s;
}
.study_list li:first-child a { /*CanadianSolar：PV*/
  background-image: url("../../edit/case_images/ttl/case_0001_ttl.jpg");
}
.study_list li:nth-child(2) a { /*clc：PV*/
  background-image: url("../../edit/case_images/ttl/case_0002_ttl.jpg");
}
.study_list li:nth-child(3) a { /*QCELLS：PV*/
  background-image: url("../../edit/case_images/ttl/case_0003_ttl.jpg");
}
.study_list li:nth-child(4) a { /*QCELLS：PV+battery*/
  background-image: url("../../edit/case_images/ttl/case_0004_ttl.jpg");
}
.study_list li:nth-child(5) a { /*Sumitomo：battery*/
  background-image: url("../../edit/case_images/ttl/case_0005_ttl.jpg");
}
.study_list li:nth-child(6) a { /*Sumitomo：battery*/
  background-image: url("../../edit/case_images/ttl/case_0006_ttl.jpg");
}
.study_list li:nth-child(7) a { /*QCELLS：PV+battery*/
  background-image: url("../../edit/case_images/ttl/case_0007_ttl.jpg");
}
.study_list li:nth-child(8) a { /*Sumitomo：battery*/
  background-image: url("../../edit/case_images/ttl/case_0008_ttl.jpg");
}
.study_list a:active, .study_list a:hover {
  border-radius: 30px;
}
.study_list .vertical-rl {
  font-size: 1.625rem;
  color: #fff;
  margin-top: .5em;
  margin-right: .5em;
  text-shadow: 0 0 3px #333;
}
.study_list .more {
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #fff;
  text-shadow: 0 0 3px #333;
}
.study_list .more::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.study_list .more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border: 1px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  vertical-align: middle;
  margin-left: 3px;
}
/*ここから施工事例一覧*/
#study_top #contents li {
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  padding: 10px;
  margin-bottom: 16px;
}
#study_top li a {
  display: block;
  overflow: hidden;
  position: relative;
}
#study_top h3 {
  font-size: 1rem;
  padding: 8px 0;
}
#study_top h3 + img {
  float: left;
  height: 200px;
  width: 50%;
  object-fit: cover;
}
#study_top img.logo {
  width: 50%;
  max-width: 200px;
  height: auto;
}
#study_top .icon {
  display: flex;
  justify-content: center;
  width: 50%;
}
#study_top .icon img {
  max-width: 2em;
}
#study_top .more, #study_top .time {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#study_top .time {
  bottom: 0;
  right: auto;
  left: 0;
  color: #fff;
  padding: 2px 5px;
  background: rgba(33, 33, 33, .8);
  border-radius: 0 8px 0 0;
}
/*ここからお役立ち情報*/
.page_link ul, .keyword_link {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
  padding: 0 20px;
}
.page_link ul li, .keyword_link li {
  width: 46%;
  max-width: 280px;
  text-align: center;
}
.page_link ul li a, .keyword_link li a {
  display: block;
  padding: 20px;
  border: 1px solid #f5a200;
  background: #fff;
  color: #f5a200;
  border-radius: 10px;
  transition: .3s;
}
.page_link ul li a:active, .page_link ul li a:hover, .keyword_link li a:active, .keyword_link li a:hover {
  background: #f5a200;
  color: #fff;
}
#products .page_link ul li a:active::after, #products .page_link ul li a:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.keyword_link, #news_top #contents ul, .page_link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  justify-content: space-between;
}
.keyword_link a.current, .keyword_link a:hover, .page_link a:hover {
  cursor: pointer;
  background: #f5a200;
  color: #fff;
}
#news_top #contents ul {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 1.75rem;
}
#news_top #contents li {
  width: 100%;
  margin: 0 20px;
}
#news_top #contents li .img {
  height: 190px;
  text-align: center;
}
#news_top #contents li img {
  height: 190px;
  object-fit: cover;
}
#news_top #contents li a {
  display: block;
  padding: 20px 10px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #ddd;
  border-radius: 10px;
}
#news_top #contents li a:hover {
  opacity: .8;
  box-shadow: -1px -1px 1px #ddd;
}
#news_top h3 {
  padding: 10px 0 10px;
  border-bottom: 3px double #DAE24A;
  border-top: 3px double #DAE24A;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  .keyword_link, #news_top #contents ul, .page_link ul {
    padding: 0;
    margin: 32px 20px 0;
  }
  .keyword_link, .page_link ul {
    flex-wrap: nowrap;
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  #study_top #contents ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    justify-content: flex-start;
  }
  #study_top #contents li {
    margin-bottom: 0;
    flex-basis: 42%;
    margin: 0 auto;
  }
  #news_top #contents ul {
    column-gap: 0;
  }
  #news_top #contents li {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  #study_top #contents ul {
    column-gap: 2%;
  }
  #study_top #contents li {
    margin: 0;
    flex-basis: 32%;
    max-width: 300px;
  }
}
/*ここからプライバシーポリシー*/
.privacy h2 {
  font-weight: bold;
}
.privacy #contents h3 {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: .8em;
}
.policy_link {
  color: #0052f5;
  text-decoration: underline;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  .privacy #contents, .partners #contents {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
}
/*ここからお役立ち情報の記事ページ*/
.sub_page .news_header {
  margin-top: 60px;
  height: auto;
  background-image: none;
  padding: 18px 20px 0;
}
.news_header time {
  text-align: right;
}
.sub_page #h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #f5a200;
  margin-left: 0;
  width: 100%;
}
.blog h2 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  font-weight: bold;
}
.blog h3 {
  padding-top: 16px;
  font-weight: bold;
}
.blog h2::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background: #0052f5;
}
.sub_page .news_header ul {
  display: flex;
  column-gap: 10px;
  color: #f5a200;
  margin-bottom: 0.5rem;
}
.news_header .pankuzu a {
  display: block;
  text-decoration: underline;
}
.news_header .pankuzu a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #323232;
  line-height: 1;
  width: 5px;
  height: 5px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: none;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 5px;
}
.news_header .pankuzu li:last-child a {
  color: #333;
  text-decoration: none;
}
.news_header .pankuzu li:last-child a::after {
  content: none;
}
.news_header .btn li, #home_news .tag {
  padding: 0 16px;
  border: 0.1em solid #f5a200;
  border-radius: 50px;
}
.topics {
  max-width: 300px;
  background: rgba(30, 157, 250, .1);
  border-radius: 10px;
  margin: 1rem;
  padding: 20px 20px 30px;
  text-align: left;
  line-height: 2;
  letter-spacing: .8px;
}
.topics p {
  font-weight: bold;
  font-size: 1.2rem;
  color: #0052f5;
}
.topics ol {
  counter-reset: item;
}
.topics li a::before {
  content: counters(item, ".", decimal) ". ";
  display: inline-block;
  counter-increment: item;
  color: #0052f5;
  font-weight: bold;
  margin-right: .3rem;
}
.sub_page main.flex aside h2 {
  text-align: center;
}
.sub_page main.flex aside ul {
  display: flex;
  gap: 16px;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
}
@media screen and (min-width:1025px) { /*PC1025~*/
  .sub_page .news_header {
    height: auto;
    padding: 60px 20px 0;
    background-image: none;
    background-color: #fff;
    margin-top: 0;
    margin-left: 200px;
    margin-right: 230px;
  }
  .sub_page .blog {
    flex-grow: 1;
  }
  .sub_page main.flex {
    display: flex;
  }
  .sub_page main.flex aside {
    width: 230px;
  }
  .sub_page main.flex aside .ff_en {
    font-size: 1.25rem;
  }
  .sub_page main.flex aside .team ul {
    display: block;
  }
  .sub_page main.flex aside .team a {
    display: block;
    cursor: pointer;
  }
  .sub_page main.flex aside .team a::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: .5rem;
    height: 5px;
    border-top: .5px solid #333;
    vertical-align: middle;
  }
  .sub_page main.flex aside .team li:hover a::before {
    transform: translateX(3px);
    border-color: #f5a200;
  }
  .sub_page main.flex .btn_box ul {
    flex-direction: column;
  }
  .sub_page main.flex .btn_box ul li {
    width: 100%;
  }
}
/*ここから商品紹介*/
#products .scroll_arrow {
  animation: arrowmove 1s ease-in-out infinite;
  position: relative;
  width: 50vw;
  transform: translate(40px, 5px);
}
.maker_logo {
  text-align: center;
}
.maker_logo img {
  width: 90%;
  max-width: 325px;
  height: auto;
}
@keyframes arrowmove {
  0% {
    left: 1%;
  }
  50% {
    left: 3%;
  }
  100% {
    left: 1%;
  }
}
/*Scrollテキストの描写*/
#products .scroll_arrow span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../../sub/products/icon/icon_pointer.svg")no-repeat center center/contain;
}
/* 矢印の描写 */
#products .scroll_arrow::before {
  content: "";
  position: absolute;
  left: 72px;
  bottom: 0;
  width: 10px;
  height: 1px;
  background: #333;
  transform: rotate(31deg);
  transform-origin: right;
}
#products .scroll_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  /*矢印の形状*/
  width: 50px;
  height: 1px;
  background: #333;
}
#products .item_list {
  display: flex;
  overflow: scroll;
  column-gap: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
}
#products .item {
  width: 95%;
  max-width: 360px;
  min-width: 280px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
#products .item dl {
  display: flex;
  column-gap: 10px;
  margin: 10px;
}
#products .item dl img {
  width: 1.5rem;
  height: 1.5rem;
}
#products dt {
  width: 5em;
  font-family: "Itim", cursive;
  vertical-align: bottom;
  letter-spacing: 1px;
}
#products .opacity_3 {
  opacity: .3;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  #products .scroll_arrow {
    width: 50vw;
  }
  #products section {
    padding: 32px auto;
  }
  #products .item_list {
    column-gap: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  #products .scroll_arrow {
    display: none;
  }
  #products .item_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 350px));
    grid-template-rows: auto;
    grid-row-gap: 40px;
    justify-content: center;
    overflow: visible;
  }
}
/*施工エリア*/
aside {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 10px;
}
.team {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px;
}
.team .flex {
  display: flex;
  flex-wrap: wrap;
}
.team .flex li {
  margin-right: 1em;
}
.team p:first-of-type, .partners form p:first-of-type {
  font-size: 1.25rem;
}
.btn_box {
  margin: 20px;
}
.btn_box ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
}
.btn_box li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
}
.btn_box a {
  width: 100%;
  font-size: 0.625rem;
  align-content: center;
  height: 6rem;
  /*border: 1px solid #333;*/
  background: #333;
  color: #fff;
  transition: .3s;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
.btn_box li:nth-child(1) a, .btn_box li:nth-child(2) a {
  font-size: .875rem;
}
.btn_box .ff_en {
  display: block;
  font-size: 1.25rem;
}
.btn_box a:hover, .btn_box a:active {
  border-radius: 5px;
  background: #fff;
  color: #333;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  aside .flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    }.case_article #flow h2 + p+ .flex{
        text-align: center;
    }
  aside .team .flex {
    flex-direction: row;
    justify-content: flex-start;
  }
  aside .flex img {
    width: 375px;
  }
  aside .flex div {
    flex-grow: 1;
    max-width: 500px;
  }
  .btn_box ul {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  #case_study {
    width: calc(100% + 18px);
    transform: translate(0px);
  }
  #case_study h2, #case_study h2 + p {
    text-align: center;
    padding-left: 0;
  }
  .btn_box {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(18px);
  }
  .btn_box ul {
    margin-right: 28px;
  }
  aside .team .flex a {
    transition: .3s;
  }
  aside .team .flex a:hover {
    border-bottom: 1px solid #f5a200;
  }
}
/*リンクボタン*/
.link_btn {
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 20px auto;
  background: #fff;
  padding: 8px 0 10px;
  border-radius: 18px;
  transition: .3s;
  letter-spacing: .3px;
  max-width: 15rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
.link_btn:hover, .link_btn:active {
  background: #333;
  color: #fff;
}
/*ここから施工エリア一覧ページ*/
.team_page main {
  overflow: hidden;
}
.team_page #contents {
  padding-top: 200px;
  background: url("../images/map.png")no-repeat center top /60% auto;
}
.team_page #contents p:first-of-type {
  font-weight: bold;
  text-align: left;
}
.team_page #contents .fs_h2 + p {
  text-align: left;
  letter-spacing: .08em;
  line-height: 2;
}
.team_page .team_box {
  margin: 0 20px;
  padding: 0 10px 20px;
  border: 5px solid #f5a200;
  border-radius: 5px;
}
#site_map .team_box {
  margin-bottom: 1.75rem;
}
.team_page .team_box .flex {
  display: flex;
  flex-wrap: wrap;
}
.team_page .team {
  padding: 0;
  margin-bottom: 3em;
}
.team_page .team_box .team:last-child {
  margin-bottom: 0;
}
.team_page .team li {
  margin-left: 1em;
}
.team_page .team p:first-of-type, .partners form p:first-of-type {
  display: inline-block;
  background: #fff;
  border: 2px solid #f5a200;
  border-radius: 2px;
  margin-left: -25px;
  padding-left: 1em;
  padding-right: 1em;
  transform: translateY(-16px);
  position: relative;
}
.partners form p:first-of-type {
  display: block;
  margin-right: -25px;
  text-align: center;
}
.team_page .team p:first-of-type::after, .partners form p:first-of-type::after, .partners form p:first-of-type::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #f5a200;
  position: absolute;
  bottom: -15px;
  left: -2px;
}
.team_page .team a::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: .5rem;
  height: 5px;
  border-top: .5px solid #333;
  vertical-align: middle;
}
.partners form p:first-of-type::before {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #f5a200;
  position: absolute;
  bottom: -15px;
  right: -2px;
  left: auto;
}
.team_page #case_study {
  transform: translate(0);
}
.team_page #case_study h2 {
  text-align: center;
  padding-top: 0;
  padding-left: 0;
}
.team_page #case_study p {
  padding-left: 0;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  .team_page #contents {
    padding-top: 0;
    height: 400px;
    background-position: right 10% center;
    background-size: contain;
  }
  .team_page #contents p:first-of-type {
    width: 60%;
    margin-left: 10%;
    padding-top: .8em;
  }
  .team_page #contents .fs_h2 + p {
    width: 60%;
    margin-left: 10%;
    margin-bottom: 1.75rem;
  }
  .team_page .btn_box {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(18px);
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  .team_page .team_box {
    margin-right: 10%;
    margin-left: 10%;
  }
  .team_page .team li:hover a::before {
    transform: translateX(3px);
    border-color: #f5a200;
  }
  .team_page #case_study {
    width: calc(100vw - 200px);
  }
  .team_page #flow {
    padding-top: 0;
  }
}
/*ここからfixボタン
助成金について・お問い合わせ*/
#pc_nav ul {
  display: flex;
  column-gap: 10px;
  justify-content: center;
}
#simulater .link li:last-child a {
  font-size: 1rem;
  display: block;
  background: #fff;
  border: 1.5px solid #f5a200;
  padding: 10px 0 12px;
  border-radius: 100px;
  color: #f5a200;
  position: relative;
  transition: .3s;
}
#simulater .link li:last-child a::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: 1.5px dashed #f5a200;
  border-radius: 100px;
}
#simulater .link li:last-child a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  top: calc(50% - 4px);
  vertical-align: baseline;
  height: 12px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(45deg, #f5a200, #f5a200);
  transition: .3s;
}
#pc_nav {
  display: none;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
}
@media screen and (min-width:1025px) { /*PC1025~*/
  #pc_nav {
    display: block;
    position: fixed;
    width: 200px;
    top: 0;
    bottom: 0;
    z-index: 110;
    background: rgba(33, 33, 33, .8);
    padding-top: 5%;
  }
  #pc_nav ul {
    flex-direction: column;
    row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #pc_nav ul li {
    text-align: left;
  }
  #pc_nav ul li a {
    color: #fff;
    transition: .3s;
    background: transparent;
    border-radius: 5%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    display: block;
    padding: 8px;
  }
  #pc_nav ul li a:hover {
    background: rgba(33, 33, 33, .8);
  }
}
/*ここからfooter*/
footer {
  background: #333;
  color: #fff;
  padding: 20px 20px 80px;
  position: relative;
  z-index: 101;
}
footer img {
  filter: grayscale(100%);
  text-shadow: 0 0 5px #999;
}
footer .other_link {
  font-size: 0.8rem;
  margin-top: 16px;
}
footer p {
  text-align: center;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
}
@media screen and (min-width:1025px) { /*PC1025~*/
  footer {
    padding-bottom: 18px;
  }
  footer::after {
    content: "";
    display: block;
    width: 200px;
    height: 100px;
    position: absolute;
    top: -100px;
    left: 0;
    background: url("../images/footer_bottom.png")left top/contain no-repeat;
  }
  footer .flex {
    display: flex;
    column-gap: 60px;
    margin-left: 200px;
  }
  footer .flex .footer_nav li a {
    border-bottom-color: transparent;
    padding-bottom: 0;
  }
  footer .other_link {
    margin-left: auto;
    line-height: 2;
  }
}
/*ここからナビゲーション*/
.header_navBtn {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1100;
  background: #fff;
}
/*上部固定nav*/
.header_navBtn p {
  width: 250px;
  padding: 5px;
}
.header_navBtn a {
  display: block;
}
.openbtn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff;
}
.openbtn span {
  width: 35px;
  height: 2px;
  background: #f5a200;
  transition: all .3s;
}
.openbtn span:nth-child(2) {
  margin: 8px 0;
}
/*batsuクラスが付与される×になる真ん中は透過して消す*/
.openbtn.batsu span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.batsu span:nth-of-type(1) {
  transform: translate(0, 10px) rotate(35deg);
  background: #f5a200;
}
.openbtn.batsu span:nth-of-type(3) {
  transform: translate(0, -10px) rotate(-35deg);
  background: #f5a200;
}
/*パネルエリア
=============*/
#HBG_nav.panelactive {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #333;
  transition: all .3s;
}
/*固定ボタンLINEとお問い合わせ
=============*/
.footer_fixBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /*height: 60px;*/
  z-index: 1000;
  background: rgba(33, 33, 33, .8);
  padding: 10px;
  border-radius: 0 20px 0 0;
}
#simulater_page .footer_fixBtn {
  right: auto;
}
.footer_fixBtn ul {
  height: 100%;
  display: flex;
  gap: 16px;
}
.footer_fixBtn li {
  text-align: center;
  flex-grow: 1;
}
.footer_fixBtn li a {
  display: block;
}
.footer_fixBtn #mail, .footer_fixBtn #line {
  background: #fff url("../images/icon/flow_1.svg") no-repeat left center/40px auto;
  color: #f5a200;
  border: 1px solid #f5a200;
  border-radius: 20px;
  padding: 5px;
  padding-left: 40px;
  width: 100%;
}
.footer_fixBtn #line {
  background: #06c755 url("../images/icon/LINE_Brand_icon.png") no-repeat left 5px center/40px 40px;
  color: #fff;
  border-color: #333;
  height: 100%;
  padding-left: 45px;
}
.footer_fixBtn span {
  font-size: 0.7em;
}
.footer_fixBtn ul li a:active {
  filter: brightness(110%);
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  .footer_fixBtn {
    right: auto;
    width: 50%;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  .footer_fixBtn {
    bottom: 8%; /*pcでのLINEボタンの位置*/
    left: 10px;
    background: transparent;
    z-index: 150;
    width: 180px;
    padding: 0;
  }
  .footer_fixBtn ul {
    display: block;
  }
  .footer_fixBtn li {
    margin-bottom: 16px;
  }
  .footer_fixBtn #mail, .footer_fixBtn #line {
    border-radius: 10px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  }
  .footer_fixBtn ul li a:hover {
    filter: brightness(110%);
  }
}
#HBG_nav ul {
  display: none; /*はじめ消す*/
}
/*背景が出現後にナビゲーションを表示*/
#HBG_nav.panelactive ul {
  display: block;
  color: #fff;
  padding: 60px 20px 2.4rem;
}
#HBG_nav li {
  width: 90%;
}
#HBG_nav li a, .footer_nav li a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#HBG_nav.panelactive .other_link, footer .other_link {
  padding-top: 0;
}
#HBG_nav.panelactive .other_link li a, footer .other_link li a {
  border-bottom: none;
  padding-top: 0;
}
#HBG_nav li a:active, #HBG_nav li a:hover, .footer_nav li a:active, .footer_nav li a:hover, .other_link a:hover {
  opacity: .5;
}
@media screen and (min-width:600px) { /*タブレット｜600~1024*/
  #HBG_nav.panelactive {
    top: 0;
    right: 0;
    width: 50%;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  #HBG_nav {
    padding-top: 0;
  }
  #HBG_nav.panelactive {
    width: calc(100% - 200px);
  }
  .header_navBtn {
    top: 10px;
    left: 10px;
    right: 10px;
    background: transparent;
  }
  .header_navBtn p {
    width: 180px;
  }
  .openbtn {
    border-radius: 10px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  }
}
/*ここからFAQ*/
#faq #contents {
  width: 90%;
  max-width: 960px;
  margin: 20px auto 0;
}
.details {
  border-top: 2px solid #f5a200;
  border-left: 2px solid #f5a200;
  border-right: 2px solid #f5a200;
}
li:last-of-type .details {
  border-bottom: 2px solid #f5a200;
}
.details-summary {
  position: relative;
  display: block;
  padding: 20px 20px 20px 38px;
  color: #333;
  text-align: center;
  background-color: #fff;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #f5a200;
}
#faq .btn {
  position: absolute;
  top: 37%;
  left: 16px;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
#faq .btn::before, #faq .btn::after {
  content: "";
  background-color: #f5a200;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}
#faq .btn::before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
#faq .is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#faq .is-active .btn::before {
  content: none;
}
.details-summary::-webkit-details-marker {
  display: none;
}
.details-content {
  padding: 20px;
}
.details-content p {
  margin: 0 0 20px;
  text-align: left;
}
.details-content p:last-of-type {
  margin: 0 0 0;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
}
@media screen and (min-width:1025px) { /*PC1025~*/
  .details {
    margin: 0 20px;
  }
  .details-summary {
    font-size: 1.5rem;
  }
  .details-content p {
    font-size: 1.125rem;
  }
}
/*ここからシミュレーター*/
#simulater_page form img {
  display: block;
  margin: 0 auto 10px;
  width: 50%;
}
#simulater_page form {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
#simulater_page .select, #simulater_page .link {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin: 20px auto 0;
  max-width: 500px;
}
#simulater [type="radio"] {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}
#simulater .select label {
  display: block;
  width: 150px;
  padding: 10px 0 12px;
  background-color: #eeeeee;
  border-left: 10px solid #f5a200;
  margin-bottom: 1.75rem;
  transition: .3s;
}
#simulater input:checked + label, #simulater .select label:hover {
  background: #f5a200;
  color: #fff;
}
#simulater_page .link li {
  width: 50%;
  text-align: center;
  margin: 10px 0;
}
#simulater_page .link li a {
  display: block;
  border: 1.5px solid #f5a200;
  padding: 10px 0 12px;
  border-radius: 100px;
  background: #fff;
  color: #f5a200;
}
/*LINEリンクボタンあとで差し替える*/
#simulater_page .link li .line {
  border-color: #00B900;
  background: #00b900;
  color: #fff;
}
/*LINEリンクボタンあとで差し替える*/
#subsidy, #no_subsidy {
  text-align: left;
  margin: 0 auto 1.75rem;
  width: 100%;
  max-width: 1280px;
  align-self: center;
}
#subsidy p:first-of-type {
  font-size: 1.2rem;
}
#simulater_page iframe {
  width: 100%;
  overflow: visible;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  #simulater_page iframe {
    height: 900px;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
}
/*.choice {
  display: block;
  margin: 10px auto;
  width: 50%;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: left;
  position: relative;
}
.choice::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 1px solid transparent;
  border-right-color: #333;
  border-bottom-color: #333;
}
select {
  display: block;
  width: 100%;
  padding: 5px 10px;
}
select, input[type="radio"], input[type="submit"], input[type="checkbox"] {
  cursor: pointer;
}*/
/*input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 50%;
  vertical-align: -2px;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #333;
  content: '';
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  vertical-align: -5px;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: '';
}*/
/*input[type="submit"] {
  width: 50%;
  margin: 1em auto;
  background: #f5a200;
  border-radius: 32px;
  text-align: center;
  color: #fff;
}*/
@media screen and (min-width:600px) { /*タブレット600~1024*/
  /*.form {
    position: relative;
    z-index: 100;
    transform: translateY(-100px);
    background: #fff;
    border: 5px solid #f5a200;
    border-radius: 5px;
    padding: 0.5em 1em;
    font-size: .8125rem;
    max-width: 500px;
    margin: 0 auto;
  }
  .form h2::before {
    width: 15rem;
  }*/
}
@media screen and (min-width:1025px) { /*PC1025~*/
  /*.form {
    transform: translate(100px, 0);
  }*/
}
/*#resultArea h2, #resultArea p {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}
#resultArea p {
  text-align: right;
}*/
/*円形サークル*/
.circle_box {
  width: 160px;
  height: 160px;
  position: absolute;
  left: -50px;
  top: 90vh;
}
.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
}
#circle {
  fill: none;
}
.circleText {
  fill: rgba(247, 200, 220, .5);
  font-size: 12px;
  letter-spacing: 0.04em;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*スライドショー*/
.slider_box {
  display: none;
}
.slider_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
}
@media screen and (min-width: 1025px) { /*PC1025~*/
  .slider, .slider_bottom {
    width: 0;
    height: 60px;
  }
  .slider.slick-initialized, .slider_bottom.slick-initialized {
    width: 100%;
    height: auto;
  }
  .slider li, .slider_bottom li {
    width: 280px;
    height: 50vh;
  }
  .slider img, .slider_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .slider .slick-slide, .slider_bottom .slick-slide {
    margin: 0;
  }
}
/*マーカー*/
.marker.active {
  background-position: -100% 100%;
}
.marker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fed445 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fed445 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fed445 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fed445 50%);
  background-image: linear-gradient(left, transparent 50%, #fed445 50%);
  background-repeat: repeat-x;
  background-position: 0 1rem;
  background-size: 200% 30%;
  transition: all 2s ease;
}
@media screen and (min-width:1025px) { /*PC1025~*/
  .marker.active {
    vertical-align: bottom;
  }
}
/* コピペ用コード */
.font-size-dummy {
  font-size: .75rem; /* 12px */
  font-size: .8125rem; /* 13px */
  font-size: .875rem; /* 14px */
  font-size: 1rem; /* 16px */
  font-size: 1.25rem; /* 20px */
  font-size: 1.625rem; /*26px*/
  font-size: 1.75rem; /* 28px */
}
.fs_h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
}
.fs_h2 + p {
  margin-bottom: 1.75rem;
  text-align: center;
}
.vertical-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ff_en {
  /*font-family: "Fugaz One", serif;*/
  font-family: "Capriola", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width:1025px) { /*PC1025~*/
  .fs_h2 {
    font-size: 2.5rem;
  }
}
/*お問い合わせ*/
.confirm_list, .contact {
  display: flex;
}
.contact {
  flex-direction: column;
  text-align: center;
  overflow: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.contact::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
#system, #info {
  margin: 0 0 1.75rem;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 20px 10px;
  border: 5px solid #f5a200;
  border-radius: 5px;
}
.contact_list {
  display: flex;
  justify-content: space-evenly;
}
h2 {
  font-size: 1.25rem;
  text-align: left;
}
h2 span {
  font-size: 0.8rem;
}
.contact_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 5vw;
}
#system .contact_list li {
  width: 30%;
  height: 130px;
  margin-right: 5%;
}
#drawing .contact_list li {
  flex-grow: 1;
  height: 60px;
}
#system .contact_list li:nth-child(3) {
  margin-right: 0;
}
#system .contact_list li label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
[type="checkbox"], [type="radio"] {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}
[type="checkbox"]:checked + label, [type="radio"]:checked + label {
  background: #ddd;
}
#info ul {
  text-align: left;
}
#info [type="text"], #info [type="email"], #info [type="tel"] {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 5px;
  margin-bottom: 1.2rem;
  border: 1px solid #ddd;
}
.next_btn {
  margin: 1.75rem auto 0;
  width: 80%;
}
.next_btn li a, .next_btn li input {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 20px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
}
.next_btn li:last-child a, .next_btn li:last-child input {
  background: #f5a200;
  color: #fff;
  border-color: #f5a200;
}
.next_btn li a:active, .next_btn li a:hover, [type="submit"]:hover, [type="submit"]:active {
  opacity: .8;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  #system .contact_list li label img {
    width: 100%;
    height: 80%;
    object-fit: contain;
  }
  .next_btn {
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  .next_btn li {
    width: 40%;
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  #system .contact_list li {
    width: 16%;
    height: 130px;
    margin-right: 5%;
  }
  #system .contact_list li:nth-child(3) {
    margin-right: 5%;
  }
  #system .contact_list li:nth-child(5) {
    margin-right: 0;
  }
  #drawing .contact_list li {
    flex-grow: 0;
    height: 60px;
  }
  #info ul li br {
    display: none;
  }
  #info label {
    display: inline-block;
    width: 100px;
    text-align: right;
    vertical-align: top;
    padding-top: 8px;
    margin-right: 5px;
  }
  #info [type="text"], #info [type="email"], #info [type="tel"] {
    width: calc(100% - 120px);
  }
}
/*会社概要*/
.bold {
  font-weight: bold;
  text-decoration: underline;
}
table {
  width: 100%;
}
table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
table caption {
  text-align: center;
  margin-bottom: 1.5em;
}
table th {
  background: #f5a200;
  color: #fff;
  padding: 5px 12px;
  font-weight: normal;
}
table td {
  padding: 5px 12px;
  border: 1px solid #f5a200;
  border-top: none;
}
/*ニュースのテーブル*/
table.news tr {
  display: table-row;
  margin-bottom: 0;
}
table.news th {
  text-align: center;
  vertical-align: center;
  padding: 5px 0;
  border: 1px solid #f5a200;
}
table.news th:first-child, table.stripe th {
  border-right-color: #fff;
}
table.stripe th:last-child {
  border-right-color: #f5a200;
}
table.news td[rowspan] {
  width: 30%;
}
table.stripe td {
  padding: 3px;
}
table.stripe td:nth-child(3), table.stripe td:nth-child(4) {
  width: 25%;
}
table.news span.red {
  font-weight: bold;
  color: #f50052;
}
table.news .bg, table.stripe tr:nth-child(even) {
  background: rgba(245, 228, 196, .3);
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  table tr, .about_link {
    max-width: 500px;
    margin: 0 auto;
    flex-direction: row;
  }
  table th {
    width: 10em;
    text-align: right;
    border-top: 1px solid #fff;
  }
  table tr:first-child th {
    border-top: 1px solid #f5a200;
  }
  table td {
    width: calc(100% - 10em);
    border-top: 1px solid #f5a200;
    border-bottom: none;
  }
  table tr:last-child td {
    border-bottom: 1px solid #f5a200;
  }
  /*ニュースのテーブル*/
  table.stripe td:nth-child(3), table.stripe td:nth-child(4) {
    width: 30%;
  }
}
/*edit caseの記事ページ*/
.case_article #contents {
  height: auto;
  padding-top: 0;
  background: none;
}
.case_article .case_img {
  display: flex;
  column-gap: 5px;
  margin-top: 5px;
}
.case_article dl {
  margin: 2.5rem 20px 1rem;
  padding: 0 10px 20px;
  border: 5px solid #f5a200;
  border-radius: 5px;
}
.case_article dt {
  font-weight: normal;
  display: inline-block;
  background: #fff;
  border: 2px solid #f5a200;
  border-radius: 2px;
  margin-left: -25px;
  padding-left: 1em;
  padding-right: 1em;
  transform: translateY(-16px);
  position: relative;
}
.case_article dt::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #f5a200;
  position: absolute;
  bottom: -15px;
  left: -2px;
}
.case_article dd {
  font-size: 1.25rem;
  text-align: center;
}
.case_table caption {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  border-bottom: 1px dashed #f5a200;
}
.case_table tr {
  margin-bottom: 1rem;
}
.case_table th {
  background: #fff;
  color: #333;
  padding: 10px 8px;
  border-left: 5px solid #f5a200;
  margin-bottom: 8px;
}
.case_table td {
  padding: 10px 8px;
  border: none;
}
.case_table td span {
  display: inline-block;
  width: 5em;
  text-align: right;
  letter-spacing: 0.08;
}
.case_table tr td:nth-of-type(odd) {
  background: rgba(245, 228, 196, .3);
}
.case_article aside {
  padding-top: 0;
}
@media screen and (min-width:600px) { /*タブレット600~1024*/
  .case_article h1 + .flex {
    display: flex;
    justify-content: space-between;
  }
  .case_article .case_img {
    flex-grow: 1;
    width: 45vw;
    margin-top: 0;
    margin-left: 5px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .case_article .case_img div {
    max-width: 13vw;
  }
  .case_article dl {
    max-width: 18rem;
    margin: 2.5rem auto 1rem;
  }
  .case_table tr {
    flex-direction: column;
  }
  .case_table th, .case_table td {
    width: 100%;
    text-align: left;
  }
  .case_table tr:first-child th, .case_table tr:last-child td {
    border-bottom: none;
    border-top: none;
  }
  .case_article .btn_box {
    transform: translateX(0);
    max-width: 960px;
    /*margin-left: 20px;
    margin-right: 20px;*/
  }
}
@media screen and (min-width:1025px) { /*PC1025~*/
  .case_article h1 {
    width: 100%;
    margin-left: auto;
    text-align: left;
  }
  .case_table tr {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .case_article .case_img div {
    max-width: 8vw;
  }
  .case_article #case_study, .case_article #flow {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: 0;
  }
}
/*隙間*/
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.pt1rem { /*1文字分*/
  padding-top: 1rem;
}
.pb1rem { /*1文字分*/
  padding-bottom: 1rem;
}
.pt16 {
  padding-top: 16px;
}
small {
  font-size: 0.8rem;
}
strong {
  font-weight: bold;
}