@charset "UTF-8";
/*Theme Name: タムラ建装*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
  }
  body {
    color: #000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 30px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 30px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 850px;
    margin: 0 auto;
  }
  body .bg_org {
    background: #ff5d2d;
  }
  body .bg_l_org {
    background: #fff8ec;
  }
  body .main_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    background: #ff5d2d;
    margin-bottom: 30px;
    text-align: center;
    padding: 10px;
    letter-spacing: 0.48px;
  }
  body .main_title.sub_org {
    background: #ffa62c;
  }
  body .sub_title {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 28px;
    background: #ff5d2d;
    border-radius: 4px;
  }
  body .btn {
    text-align: center;
    margin: 50px auto 0;
  }
  body .btn a {
    min-width: 350px;
    color: #ff5d2d;
    border: 3px solid #ff5d2d;
    display: inline-block;
    padding: 5px 27px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
  }
  body .btn a:hover {
    background: #ff5d2d;
    color: #fff;
  }
  body .point_list > li:not(:last-child) {
    margin-bottom: 50px;
  }
  body .point_list > li .blc {
    color: #ffa62c;
    font-weight: bold;
    font-size: 1.5rem;
  }
  body .point_list > li .blc.flx {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  body .point_list > li .blc.flx span {
    width: 120px;
  }
  body .point_list > li .blc span {
    display: block;
    width: 140px;
    border-radius: 5px;
    text-align: center;
    border: 3px solid #ffa62c;
    line-height: 1.4;
  }
  body .point_list > li .blc strong {
    display: block;
  }
  body .point_list > li img {
    border-radius: 10px;
  }
  body .point_list > li .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .point_list.brd > li {
    align-items: center;
    border: 3px solid #000;
    border-radius: 10px;
    padding: 30px;
  }
  body .point_list.brd > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .point_list.brd > li img {
    border-radius: 6px;
  }
  body .point_list.brd > li span {
    font-size: 1.25rem;
    line-height: 1.7;
  }
  body .point_list.brd > li strong {
    margin: 10px 0;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 330px;
    height: 100vh;
    background: linear-gradient(171deg, #ff572d 0%, #ffb52c 99.01%);
    padding: 20px 30px;
    overflow-y: auto;
    z-index: 10;
  }
  header .h_blc .logo {
    text-align: center;
  }
  header .h_blc .logo span {
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }
  header .h_blc .logo a {
    display: block;
  }
  header .h_blc .nav {
    margin: 50px 0;
  }
  header .h_blc .nav li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .h_blc .nav li a {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px;
    background: #fff;
    border: 3px solid #000;
    border-radius: 10px;
  }
  header .h_blc .nav li a:hover {
    background: #ffa62c;
    color: #fff;
  }
  header .h_blc .tel {
    margin-bottom: 20px;
  }
  header .h_blc .tel p {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    border: 3px solid #000;
    border-radius: 100px;
  }
  header .h_blc .tel a {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    font-size: 2.25rem;
    line-height: 1.6;
    font-weight: 900;
  }
  header .h_blc .tel a:hover {
    color: #fff;
  }
  header .h_blc dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  header .h_blc dl dt {
    width: 100px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    font-weight: bold;
  }
  header .h_blc dl dd {
    width: calc(100% - 120px);
  }
  .cont_wrap {
    margin-left: 330px;
    width: calc(100% - 330px);
  }
  main section {
    padding: 50px 0;
  }
  main section .sec:not(:last-child) {
    margin-bottom: 50px;
  }
  main.top .fv {
    position: relative;
  }
  main.top .fv > img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  main.top .fv .copy {
    position: absolute;
    top: 60px;
    right: 50px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    letter-spacing: 0.8px;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
  }
  main.top .fv .copy strong {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  main.top .fv .copy p {
    font-size: 1.25rem;
  }
  main.top .lead {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
  main.top .nayami .pic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  main.top .nayami .pic img {
    border-radius: 10px;
  }
  main.top .nayami .check_list li {
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding-left: 60px;
  }
  main.top .nayami .check_list li:not(:last-child) {
    margin-bottom: 25px;
  }
  main.top .nayami .check_list li:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    background: url("images/top/icon_check.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
  }
  main.top .nayami .check_list span {
    color: #ff5d2d;
  }
  main.top .solve h2 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.top .solve p {
    font-size: 1.25rem;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
  }
  main.top .flow li {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    position: relative;
    z-index: 1;
  }
  main.top .flow li:not(:last-child) {
    padding-bottom: 50px;
  }
  main.top .flow li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50px;
    background: #ffa62c;
    width: 5px;
    height: 100%;
    z-index: -1;
  }
  main.top .flow .step {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffa62c;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
  }
  main.top .flow .step span {
    display: block;
    font-size: 2.5rem;
  }
  main.top .flow .cont {
    width: 700px;
  }
  main.top .flow .cont h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.top .faq li {
    border-radius: 10px;
    border: 3px solid #000;
    padding: 20px;
  }
  main.top .faq li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top .faq .accordion {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  main.top .faq .accordion:before, main.top .faq .accordion:after {
    content: "";
    position: absolute;
    right: 0;
    width: 18px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    transition: 0.3s;
  }
  main.top .faq .accordion:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main.top .faq .accordion:after {
    top: 48%;
    transform: rotate(-90deg);
  }
  main.top .faq .accordion.open:after {
    transform: rotate(0deg);
  }
  main.top .faq .accordion .title {
    display: block;
    width: 92%;
  }
  main.top .faq .cont {
    display: none;
  }
  main.top .faq .cont .wrap {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 3px solid #000;
  }
  main.top .faq .cont .txt {
    width: 97%;
  }
  main.top .faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .fv {
    padding: 50px 50px 0;
  }
  main.sub .fv img {
    width: 100%;
    border-radius: 8px;
  }
  main.sub .main_title {
    margin-bottom: 50px;
  }
  main.sub .flow .flow_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 20px;
  }
  main.sub .flow .flow_list li {
    border: 3px solid #000;
    border-radius: 8px;
    padding: 20px 18px;
    min-height: 280px;
  }
  main.sub .flow .flow_list img {
    border-radius: 6px;
    margin-bottom: 20px;
  }
  main.sub .flow .flow_list div {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    gap: 10px;
  }
  main.sub .flow .flow_list div > span {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 0.875rem;
    background: #ff5d2d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.sub .flow .flow_list div h3 {
    width: calc(100% - 40px);
    font-size: 1.25rem;
    line-height: 1.6;
  }
  main.sub .flow .flow_list div h3 span {
    font-size: 0.875rem;
  }
  main.sub .flow .flow_list div h3 em {
    color: #888;
    font-size: 0.875rem;
  }
  main.sub .materials .point_list img {
    border-radius: 8px;
  }
  main.sub .materials .point_list h3 {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .materials .point_list a {
    font-weight: bold;
  }
  main.sub .about .boss img {
    border-radius: 8px;
  }
  main.sub .about .boss h4,
  main.sub .about .boss strong {
    font-size: 1.625rem;
    font-weight: bold;
  }
  main.sub .about .boss h4 {
    color: #ffa62c;
  }
  main.sub .about .boss strong {
    display: block;
    margin-bottom: 20px;
  }
  main.sub .about .gaiyo ul {
    border: 3px solid #000;
    border-radius: 10px;
    padding: 30px;
  }
  main.sub .about .gaiyo ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.sub .about .gaiyo ul li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e0d9;
  }
  main.sub .about .gaiyo ul .title {
    width: 200px;
    font-weight: bold;
    color: #ff5d2d;
  }
  main.sub .about .gaiyo ul p {
    width: calc(100% - 200px);
  }
  main.sub .case .list {
    padding-top: 50px;
  }
  main.sub .case .list > li {
    border: 3px solid #000;
    border-radius: 10px;
  }
  main.sub .case .list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .case .list > li ul {
    display: flex;
  }
  main.sub .case .list > li ul li {
    position: relative;
  }
  main.sub .case .list > li ul li:first-child:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("images/case/icon_arrow.svg") no-repeat;
    background-size: 100%;
    z-index: 1;
  }
  main.sub .case .list > li ul li:first-child img {
    border-radius: 8px 0 0 0;
  }
  main.sub .case .list > li ul li:first-child span {
    background: #333;
  }
  main.sub .case .list > li ul li:last-child img {
    border-radius: 0 8px 0 0;
  }
  main.sub .case .list > li ul li:last-child span {
    background: #ff5d2d;
  }
  main.sub .case .list > li ul img {
    width: 100%;
  }
  main.sub .case .list > li ul span {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 0.75rem;
    font-weight: bold;
    width: 70px;
    border-radius: 12px;
  }
  main.sub .case .list > li div {
    padding: 20px;
    line-height: 1.5;
  }
  main.sub .case .list > li h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .case .list > li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub #error p:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .cta {
    padding: 50px;
    color: #fff;
    text-align: center;
    letter-spacing: 1.28px;
  }
  footer .cta h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  footer .cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 900;
    font-size: 4rem;
    line-height: 1;
  }
  footer small {
    display: block;
    padding: 50px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
  }
  footer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(171deg, #ff572d 0%, #ffb52c 99.01%);
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #ff5d2d;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
  body {
    color: #000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft > img,
  body .imgright > img {
    display: block;
    margin: 0 auto 10px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg_org {
    background: #ff5d2d;
  }
  body .bg_l_org {
    background: #fff8ec;
  }
  body .main_title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    background: #ff5d2d;
    margin-bottom: 30px;
    text-align: center;
    padding: 10px;
    letter-spacing: 0.48px;
  }
  body .main_title.sub_org {
    background: #ffa62c;
  }
  body .sub_title {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 20px;
    background: #ff5d2d;
    border-radius: 4px;
  }
  body .btn {
    text-align: center;
    margin: 40px auto 0;
  }
  body .btn a {
    color: #ff5d2d;
    border: 3px solid #ff5d2d;
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
  }
  body .point_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .point_list > li .blc {
    color: #ffa62c;
    font-weight: bold;
    font-size: 1.2rem;
  }
  body .point_list > li .blc.flx {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  body .point_list > li .blc span {
    display: block;
    width: 80px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #ffa62c;
    line-height: 1.4;
  }
  body .point_list > li .blc strong {
    display: block;
  }
  body .point_list > li img {
    border-radius: 10px;
  }
  body .point_list > li .title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body .point_list.brd > li {
    align-items: center;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px;
  }
  body .point_list.brd > li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .point_list.brd > li img {
    border-radius: 6px;
  }
  body .point_list.brd > li .blc {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px;
  }
  header .h_blc.sub, header .h_blc.active {
    background: linear-gradient(171deg, #ff572d 0%, #ffb52c 99.01%);
  }
  header .logo span {
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 0.8rem;
  }
  header .logo a {
    max-width: 160px;
    display: inline-block;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background: linear-gradient(171deg, #ff572d 0%, #ffb52c 99.01%);
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 24px;
    transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(171deg, #ff572d 0%, #ffb52c 99.01%);
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
    color: #fff;
  }
  header .menu-content .nav li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    position: relative;
  }
  header .menu-content .nav li a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .tel {
    margin-bottom: 20px;
  }
  header .menu-content .tel p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid #000;
    border-radius: 100px;
  }
  header .menu-content .tel a {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 900;
  }
  header .menu-content dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  header .menu-content dl dt {
    width: 100px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    font-weight: bold;
  }
  header .menu-content dl dd {
    width: calc(100% - 120px);
  }
  main section {
    padding: 40px 20px;
  }
  main section .sec:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top .fv {
    position: relative;
  }
  main.top .fv > img {
    width: 100%;
  }
  main.top .fv .copy {
    position: absolute;
    top: 70%;
    transform: translateY(-70%);
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    color: #fff;
    font-weight: bold;
    text-align: right;
    letter-spacing: 0.8px;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
  }
  main.top .fv .copy strong {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  main.top .fv .copy p {
    font-size: 1.2rem;
  }
  main.top .lead {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.top .nayami .pic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  main.top .nayami .pic li {
    width: 48%;
  }
  main.top .nayami .pic img {
    border-radius: 10px;
  }
  main.top .nayami .check_list li {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding-left: 30px;
  }
  main.top .nayami .check_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .nayami .check_list li:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    background: url("images/top/icon_check.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
  }
  main.top .nayami .check_list span {
    color: #ff5d2d;
  }
  main.top .solve h2 {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.top .solve p {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
  }
  main.top .flow li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 1;
  }
  main.top .flow li:not(:last-child) {
    padding-bottom: 30px;
  }
  main.top .flow li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 30px;
    background: #ffa62c;
    width: 3px;
    height: 100%;
    z-index: -1;
  }
  main.top .flow .step {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffa62c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 12px 0;
  }
  main.top .flow .step span {
    display: block;
    font-size: 1.6rem;
  }
  main.top .flow .cont {
    width: calc(100% - 80px);
  }
  main.top .flow .cont h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.top .faq li {
    border-radius: 10px;
    border: 2px solid #000;
    padding: 10px 15px;
  }
  main.top .faq li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .faq .accordion {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.top .faq .accordion:before, main.top .faq .accordion:after {
    content: "";
    position: absolute;
    right: 0;
    width: 18px;
    height: 2px;
    background: #000;
    border-radius: 10px;
    transition: 0.3s;
  }
  main.top .faq .accordion:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main.top .faq .accordion:after {
    top: 48%;
    transform: rotate(-90deg);
  }
  main.top .faq .accordion.open:after {
    transform: rotate(0deg);
  }
  main.top .faq .accordion .title {
    display: block;
    width: 82%;
  }
  main.top .faq .cont {
    display: none;
  }
  main.top .faq .cont .wrap {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #000;
  }
  main.top .faq .cont .txt {
    width: 97%;
  }
  main.top .faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .fv {
    padding: 100px 20px 0;
  }
  main.sub .fv img {
    width: 100%;
    border-radius: 8px;
  }
  main.sub .flow .flow_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 20px;
  }
  main.sub .flow .flow_list li {
    border: 2px solid #000;
    border-radius: 8px;
    padding: 10px;
  }
  main.sub .flow .flow_list img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  main.sub .flow .flow_list div {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    gap: 10px;
  }
  main.sub .flow .flow_list div > span {
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 0.9rem;
    background: #ff5d2d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.sub .flow .flow_list div h3 {
    width: calc(100% - 30px);
    line-height: 1.6;
  }
  main.sub .flow .flow_list div h3 span {
    font-size: 0.8rem;
  }
  main.sub .flow .flow_list div h3 em {
    color: #888;
    font-size: 0.8rem;
  }
  main.sub .materials .point_list img {
    border-radius: 8px;
  }
  main.sub .materials .point_list h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .materials .point_list a {
    font-weight: bold;
  }
  main.sub .about .boss img {
    border-radius: 8px;
  }
  main.sub .about .boss h4,
  main.sub .about .boss strong {
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.sub .about .boss h4 {
    color: #ffa62c;
  }
  main.sub .about .boss strong {
    display: block;
    margin-bottom: 20px;
  }
  main.sub .about .gaiyo ul {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px;
  }
  main.sub .about .gaiyo ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.sub .about .gaiyo ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e0d9;
  }
  main.sub .about .gaiyo ul .title {
    width: 90px;
    font-weight: bold;
    color: #ff5d2d;
  }
  main.sub .about .gaiyo ul p {
    width: calc(100% - 90px);
  }
  main.sub .case .list {
    padding-top: 20px;
  }
  main.sub .case .list > li {
    border: 2px solid #000;
    border-radius: 10px;
  }
  main.sub .case .list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .case .list > li ul {
    display: flex;
  }
  main.sub .case .list > li ul li {
    position: relative;
  }
  main.sub .case .list > li ul li:first-child:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("images/case/icon_arrow.svg") no-repeat;
    background-size: 100%;
    z-index: 1;
  }
  main.sub .case .list > li ul li:first-child img {
    border-radius: 8px 0 0 0;
  }
  main.sub .case .list > li ul li:first-child span {
    background: #333;
  }
  main.sub .case .list > li ul li:last-child img {
    border-radius: 0 8px 0 0;
  }
  main.sub .case .list > li ul li:last-child span {
    background: #ff5d2d;
  }
  main.sub .case .list > li ul img {
    width: 100%;
  }
  main.sub .case .list > li ul span {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    width: 50px;
    border-radius: 12px;
  }
  main.sub .case .list > li div {
    padding: 10px;
  }
  main.sub .case .list > li h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .case .list > li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub #error p:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .cta {
    padding: 40px 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 1.2px;
  }
  footer .cta h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  footer .cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 1;
  }
  footer .cta a img {
    width: 40px;
  }
  footer small {
    display: block;
    padding: 20px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
  footer .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: linear-gradient(171deg, #ff572d 0%, #ffb52c 99.01%);
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */