@charset "UTF-8";
/*Theme Name: DAICOU建造*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media (min-width: 768px) {
  html {
    font-size: 125%;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .inner {
    width: 1180px;
    margin: 0 auto;
  }
  body .inner.mdl {
    width: 1000px;
  }
  body .inner.narrow {
    width: 900px;
  }
  body .inner.mini {
    width: 800px;
  }
  body .main_title {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
  }
  body .main_title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b8deae));
    background: linear-gradient(transparent 60%, #b8deae 60%);
  }
  body .sub_title {
    color: #8dc37e;
    font-weight: 900;
    font-size: 1.8rem;
    border-bottom: 1px solid #8dc37e;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  body .btn {
    display: block;
    width: 400px;
    padding: 15px;
    color: #fff;
    background: #e88b19;
    border-radius: 100px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
  body .btn:hover {
    background: #8dc37e;
  }
  body .news_list {
    border-top: 1px solid #8dc37e;
  }
  body .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #8dc37e;
  }
  body .news_list li .title {
    width: calc(100% - 135px);
  }
  body .news_list li .title a {
    display: block;
  }
  body .news_list li .title a:hover {
    color: #8dc37e;
  }
  body .news_list li .title span {
    font-size: 0.8rem;
  }
  body .graf li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .graf li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .graf .title {
    width: 300px;
    color: #8dc37e;
    border: 1px solid #8dc37e;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding: 15px;
  }
  body .graf .cont {
    width: calc(100% - 350px);
    padding: 15px 0;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    min-height: 120px;
  }
  header .h_blc .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h_blc .logo a {
    display: block;
  }
  header .h_blc nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h_blc nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  header .h_blc nav ul a {
    display: block;
    text-align: center;
  }
  header .h_blc nav ul a:hover {
    color: #8dc37e;
  }
  header .h_blc .tel {
    margin-left: 65px;
    text-align: center;
    line-height: 1.5;
  }
  header .h_blc .tel span {
    display: block;
    background: #8dc37e;
    color: #fff;
    width: 265px;
    border-radius: 100px;
  }
  header .h_blc .tel a {
    color: #e88b19;
    font-weight: bold;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  header .h_blc .tel a:hover {
    color: #8dc37e;
  }
  header .catch {
    position: relative;
    padding-top: 120px;
    margin-bottom: 50px;
  }
  header .catch > img {
    width: 100%;
    border-radius: 20px;
  }
  header .catch .copy {
    position: absolute;
    top: 210px;
    left: 0;
    min-width: 000px;
  }
  header .catch .copy p {
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: 5px 20px;
  }
  header .catch .copy p:not(:last-child) {
    margin-bottom: 30px;
  }
  main {
    padding-bottom: 100px;
  }
  main.top .care {
    padding: 100px 0;
    background: #fdffe4;
  }
  main.top .care .main_title {
    margin-bottom: 100px;
  }
  main.top .care .imgleft img {
    border-radius: 20px;
  }
  main.top .care .imgleft ul {
    padding-left: 80px;
  }
  main.top .care .imgleft ul li {
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
  }
  main.top .care .imgleft ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .care .imgleft ul li:after {
    position: absolute;
    content: "";
    background: url("images/top/icon_check.svg") no-repeat;
    width: 50px;
    height: 50px;
    top: 0;
    left: -80px;
  }
  main.top .attention {
    padding: 50px 0 60px;
    background: #f2fb8f;
  }
  main.top .attention img {
    display: block;
    margin: 0 auto 50px;
  }
  main.top .attention h2 {
    color: #e35b5b;
    font-weight: 900;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  main.top .attention .box {
    width: 1080px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px 25px;
    font-weight: bold;
    line-height: 2;
  }
  main.top .service {
    padding: 50px 0 60px;
    background: #ffdeb6;
  }
  main.top .service .main_title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e88b19));
    background: linear-gradient(transparent 60%, #e88b19 60%);
  }
  main.top .service .lead {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
  }
  main.top .service ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
  main.top .service ul img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  main.top .service ul h3 {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
  }
  main.top .service .btn {
    margin: 50px auto 0;
  }
  main.top .reason {
    padding: 140px 0 100px;
  }
  main.top .reason .main_title {
    margin-bottom: 100px;
  }
  main.top .reason li:not(:last-child) {
    margin-bottom: 100px;
  }
  main.top .reason li img {
    border-radius: 20px;
  }
  main.top .reason li h3 {
    color: #8dc37e;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  main.top .reason li h3 span {
    width: 200px;
    text-align: center;
    display: block;
    color: #fff;
    background: #8dc37e;
    font-size: 2rem;
    line-height: 1.3;
  }
  main.top .reason li p {
    letter-spacing: 1px;
  }
  main.top .info {
    padding: 100px 0;
    background: #ecf7e9;
  }
  main.top .info .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  main.top .info .tab li {
    padding: 10px 20px;
    background: #b8deae;
    color: #fff;
    border-radius: 10px;
    font-size: 1.2rem;
    width: 180px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  main.top .info .tab li:hover {
    background: #8dc37e;
  }
  main.top .info .tab li.active {
    background: #8dc37e;
  }
  main.top .info .tab_contents .content {
    display: none;
  }
  main.top .info .tab_contents .content.active {
    display: block;
  }
  main.top .info .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin: 50px auto 0;
  }
  main.top .info .btnarea .btn {
    width: 300px;
  }
  main.sub .service .imgleft {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.sub .service .imgleft:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .service .imgleft img {
    border-radius: 20px;
  }
  main.sub .service .imgleft p {
    line-height: 2;
  }
  main.sub .about .sub_title {
    margin-bottom: 50px;
  }
  main.sub .about .imgleft {
    margin-bottom: 100px;
  }
  main.sub .about .imgleft img {
    border-radius: 20px;
  }
  main.sub .about .imgleft h3 {
    color: #8dc37e;
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  main.sub .about .imgleft h3 span {
    font-size: 1.2rem;
    margin-right: 20px;
  }
  main.sub .about iframe {
    display: block;
    margin-bottom: 50px;
  }
  main.sub .case_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px 78px;
  }
  main.sub .case_list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  main.sub .case_list ul li {
    position: relative;
  }
  main.sub .case_list ul span {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    background: #000;
    min-height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  main.sub .case_list ul span.org {
    background: #e88b19;
  }
  main.sub .case_list ul .thumb {
    max-width: 275px;
    width: 100%;
    position: relative;
  }
  main.sub .case_list ul .thumb:before {
    content: "";
    display: block;
    padding-top: 109.091%;
  }
  main.sub .case_list ul .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .case_list .title {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 30px 0;
  }
  main.sub .case_list .title span {
    display: block;
  }
  main.sub .case_list p {
    line-height: 2;
  }
  main.sub .pagination {
    padding-top: 50px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #8dc37e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px;
  }
  main.sub .pagination ul a {
    width: 40px;
    height: 40px;
    background: #b8deae;
    color: #5c984d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px;
  }
  main.sub .pagination ul a:hover {
    color: #fff;
    background: #8dc37e;
  }
  main.sub .single .content time {
    font-weight: normal;
  }
  main.sub .single .content > p {
    font-weight: normal;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #e88b19;
    font-weight: bold;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 40px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 40px 0;
    background: #ecf7e9;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #8dc37e;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #8dc37e;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding: 20px 20px 20px 40px;
    margin: 40px auto;
    background: #ecf7e9;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.2rem;
    border-bottom: 1px solid #b8deae;
    margin: 20px 0 50px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  main.sub .single .content h2 {
    margin: 30px 0;
    font-size: 1.25rem;
    padding: 5px 20px;
    font-weight: bold;
    border-left: 3px solid #8dc37e;
  }
  main.sub .single .content h3 {
    margin: 30px 0;
    font-size: 1.25rem;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #8dc37e;
  }
  main.sub .single .content h4 {
    margin: 30px 0;
    font-weight: bold;
    border-bottom: 1px solid #8dc37e;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px 0;
  }
  main.sub .single .content table th {
    background: #ecf7e9;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ecf7e9;
  }
  main.sub .single .content dl {
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #ecf7e9;
    border: 1px solid #ecf7e9;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    border: 1px solid #ecf7e9;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 50px;
  }
  main.sub .pagenavi a {
    display: block;
    background: #8dc37e;
    color: #fff;
    width: 120px;
    padding: 2px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
  }
  main.sub .pagenavi a:hover {
    background: #e88b19;
  }
  main.sub .error .btn {
    margin: 40px auto;
  }
  footer .cta {
    background: #8dc37e;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
  }
  footer .cta strong {
    display: block;
    font-size: 1.2rem;
  }
  footer .cta a {
    display: block;
    color: #f3f330;
    font-size: 4.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
  footer .cta a img {
    margin-right: 10px;
    vertical-align: baseline;
  }
  footer .logo {
    text-align: center;
    margin: 0 auto 30px;
  }
  footer .logo a {
    display: block;
  }
  footer .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  footer .f_nav li {
    position: relative;
  }
  footer .f_nav li:not(:last-child):after {
    position: absolute;
    content: "|";
    top: 0;
    right: -12px;
  }
  footer .f_nav li a:hover {
    color: #8dc37e;
  }
  footer small {
    display: block;
    text-align: center;
    padding: 50px 0;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  body .imgleft > div,
  body .imgright > div {
    font-weight: 600;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  body .main_title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b8deae));
    background: linear-gradient(transparent 60%, #b8deae 60%);
  }
  body .sub_title {
    color: #8dc37e;
    font-weight: 900;
    font-size: 1.2rem;
    border-bottom: 1px solid #8dc37e;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  body .btn {
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #e88b19;
    border-radius: 100px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
  body .news_list {
    border-top: 1px solid #8dc37e;
  }
  body .news_list li {
    padding: 15px 0;
    font-weight: bold;
    border-bottom: 1px solid #8dc37e;
  }
  body .news_list li .title a {
    display: block;
  }
  body .news_list li .title a span {
    display: block;
    font-size: 0.8rem;
  }
  body .graf li:not(:last-child) {
    margin-bottom: 10px;
  }
  body .graf .title {
    color: #8dc37e;
    border: 1px solid #8dc37e;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  body .graf .cont {
    padding: 10px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    min-height: 70px;
  }
  header .h_blc .logo a {
    display: block;
    max-width: 200px;
  }
  header .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 25px;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background: #8dc37e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 21px;
  }
  header .menu-btn span:after {
    top: 10px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #8dc37e;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 10px 40px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content nav ul {
    margin-bottom: 20px;
  }
  header .menu-content nav ul a {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    position: relative;
  }
  header .menu-content nav ul 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;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .tel {
    text-align: center;
  }
  header .menu-content .tel span {
    display: block;
    background: #e88b19;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    border-radius: 100px;
  }
  header .menu-content .tel a {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.4;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
  }
  header .catch {
    position: relative;
    padding: 70px 10px 20px;
  }
  header .catch > img {
    width: 100%;
    border-radius: 20px;
  }
  header .catch .copy {
    position: absolute;
    top: 100px;
    left: 10px;
    max-width: 400px;
  }
  header .catch .copy p {
    display: inline-block;
    font-size: 1rem;
    background: #fff;
    font-weight: bold;
    padding: 5px;
  }
  header .catch .copy p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top .care {
    padding: 40px 20px;
    background: #fdffe4;
  }
  main.top .care .imgleft img {
    border-radius: 20px;
  }
  main.top .care .imgleft ul {
    padding-left: 30px;
  }
  main.top .care .imgleft ul li {
    position: relative;
    font-weight: bold;
  }
  main.top .care .imgleft ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .care .imgleft ul li:after {
    position: absolute;
    content: "";
    background: url("images/top/icon_check.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 5px;
    left: -30px;
  }
  main.top .attention {
    padding: 40px 20px;
    background: #f2fb8f;
  }
  main.top .attention img {
    width: 60px;
    display: block;
    margin: 0 auto 20px;
  }
  main.top .attention h2 {
    color: #e35b5b;
    font-weight: 900;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.top .attention .box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    font-weight: bold;
  }
  main.top .service {
    padding: 40px 20px;
    background: #ffdeb6;
  }
  main.top .service .main_title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e88b19));
    background: linear-gradient(transparent 60%, #e88b19 60%);
  }
  main.top .service .lead {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  main.top .service ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  main.top .service ul img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  main.top .service ul h3 {
    font-weight: bold;
    text-align: center;
  }
  main.top .service .btn {
    margin: 40px auto 0;
  }
  main.top .reason {
    padding: 40px 20px;
  }
  main.top .reason li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top .reason li img {
    border-radius: 20px;
  }
  main.top .reason li h3 {
    color: #8dc37e;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.top .reason li h3 span {
    width: 100px;
    text-align: center;
    display: block;
    color: #fff;
    background: #8dc37e;
    font-size: 1rem;
  }
  main.top .reason li p {
    letter-spacing: 1px;
  }
  main.top .info {
    padding: 40px 20px;
    background: #ecf7e9;
  }
  main.top .info .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  main.top .info .tab li {
    padding: 10px;
    background: #b8deae;
    color: #fff;
    border-radius: 10px;
    width: 120px;
    text-align: center;
  }
  main.top .info .tab li.active {
    background: #8dc37e;
  }
  main.top .info .tab_contents .content {
    display: none;
  }
  main.top .info .tab_contents .content.active {
    display: block;
  }
  main.top .info .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 40px auto 0;
  }
  main.top .info .btnarea li {
    width: 50%;
  }
  main.sub {
    padding: 20px;
  }
  main.sub .service .imgleft:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .service .imgleft img {
    border-radius: 20px;
  }
  main.sub .about .imgleft {
    margin-bottom: 40px;
  }
  main.sub .about .imgleft img {
    border-radius: 20px;
  }
  main.sub .about .imgleft h3 {
    color: #8dc37e;
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .about .imgleft h3 span {
    font-size: 1rem;
    margin-right: 10px;
  }
  main.sub .about iframe {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  main.sub .case_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .case_list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  main.sub .case_list ul li {
    position: relative;
  }
  main.sub .case_list ul span {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    background: #000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  main.sub .case_list ul span.org {
    background: #e88b19;
  }
  main.sub .case_list ul .thumb {
    width: 100%;
    position: relative;
  }
  main.sub .case_list ul .thumb:before {
    content: "";
    display: block;
    padding-top: 109.091%;
  }
  main.sub .case_list ul .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .case_list .title {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 10px 0;
  }
  main.sub .case_list .title span {
    display: block;
  }
  main.sub .case_list p {
    line-height: 2;
  }
  main.sub .pagination {
    padding-top: 40px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #8dc37e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
  }
  main.sub .pagination ul a {
    width: 40px;
    height: 40px;
    background: #b8deae;
    color: #5c984d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
  }
  main.sub .single .content time {
    font-weight: normal;
  }
  main.sub .single .content > p {
    font-weight: normal;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #e88b19;
    font-weight: bold;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 20px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    background: #ecf7e9;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #8dc37e;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #8dc37e;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding: 20px 20px 20px 40px;
    margin: 20px auto;
    background: #ecf7e9;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.2rem;
    border-bottom: 1px solid #8dc37e;
    margin: 20px 0;
    font-weight: bold;
    padding-bottom: 10px;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    padding: 5px 10px;
    font-weight: bold;
    border-left: 3px solid #8dc37e;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #8dc37e;
  }
  main.sub .single .content h4 {
    margin: 20px 0;
    font-weight: bold;
    border-bottom: 1px solid #8dc37e;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
  }
  main.sub .single .content table th {
    background: #ecf7e9;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ecf7e9;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #ecf7e9;
    border: 1px solid #ecf7e9;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    border: 1px solid #ecf7e9;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
  main.sub .pagenavi a {
    display: block;
    background: #8dc37e;
    color: #fff;
    width: 100px;
    padding: 5px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
  }
  main.sub .error .btn {
    margin: 20px auto;
  }
  footer .cta {
    background: #8dc37e;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 40px 20px;
  }
  footer .cta strong {
    display: block;
    font-size: 1.2rem;
  }
  footer .cta a {
    display: block;
    color: #f3f330;
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: bold;
  }
  footer .cta a img {
    width: 30px;
    margin-right: 10px;
    vertical-align: baseline;
  }
  footer .logo {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 240px;
  }
  footer .logo a {
    display: block;
  }
  footer .f_nav {
    border-top: 1px solid #8dc37e;
  }
  footer .f_nav a {
    display: block;
    border-bottom: 1px solid #8dc37e;
    padding: 20px;
  }
  footer small {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */