@charset "UTF-8";
/*==============================
	Reset
==============================*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*==============================
	Mixin
==============================*/
/*==============================
	Setting
==============================*/
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Noto Serif JP', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Lato', sans-serif;
*/
body {
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 100%;
  color: #353535;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
}

.mincho {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  transition: 0.25s;
}
a.textlink {
  color: #2E5D1C;
  text-decoration: underline;
}
a.textlink:hover {
  color: #418428;
}

body {
  background: #f4f4f4;
}

.snw-wraper {
  max-width: 1920px !important;
  width: 100%;
  margin: auto;
}
.snw-wraper .side-area {
  background: url(../images/header-bg-pc.jpg) center top;
  background-size: cover;
  width: 300px;
}
.snw-wraper .body-area {
  background: #fff;
}

@media (max-width: 1231px) {
  .snw-wraper .side-area {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 9000;
    transform: translateX(300px);
    transition: all 0.4s;
  }
  .snw-wraper .side-area .inner {
    min-height: 600px;
  }
  .snw-wraper .side-area.menu-active {
    transform: translateX(0);
  }
  .overlay {
    position: fixed;
    z-index: 8900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: none;
    transition: all 0.4s;
    pointer-events: none;
  }
  .overlay.menu-active {
    background: rgba(32, 47, 85, 0.5);
    pointer-events: fill;
  }
}
@media (min-width: 1232px) {
  .snw-wraper {
    display: flex;
  }
  .snw-wraper .side-area {
    position: sticky;
    top: 0;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
  }
  .snw-wraper .side-area .inner {
    min-height: 600px;
  }
  .snw-wraper .body-area {
    width: calc(100% - 300px);
  }
  .snw-wraper .sp-header {
    display: none;
  }
}
.container {
  width: 100%;
  margin: auto;
}

@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 544px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1232px) {
  .container {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 100%;
    padding: 0 5rem;
  }
}
a {
  text-decoration: none;
}

/*==============================
	base
==============================*/
.side-area .inner {
  padding: 1.25rem 1.25rem 6rem;
}
.side-area .inner .catch-copy {
  text-align: center;
  font-size: 0.875rem;
  color: #202F55;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.side-area .inner h1 {
  width: 242px;
  margin: 0 auto 2rem;
}
.side-area .inner nav ul {
  border-top: dashed 1px #202F55;
}
.side-area .inner nav ul li a {
  display: block;
  border-bottom: dashed 1px #202F55;
  padding: 0.875rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #202F55;
  position: relative;
}
.side-area .inner nav ul li a svg {
  width: 18px;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.side-area .inner nav ul li a:hover {
  background: rgba(46, 93, 28, 0.1);
}
.side-area .inner .side-banner {
  margin-top: 2rem;
  list-style: none;
}
.side-area .inner .side-banner li + li {
  margin-top: 1rem;
}
.side-area .inner .side-banner li a {
  display: block;
}
.side-area .inner .side-banner li a:hover {
  opacity: 0.8;
}

@media (max-width: 1231px) {
  .sp-header {
    background: url(../images/header-bg.jpg) center top;
    background-size: cover;
    height: 80px;
  }
  .sp-header .catch-copy {
    background: #202F55;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    height: 24px;
    line-height: 24px;
  }
  .sp-header h1 {
    width: 242px;
    margin: 0.75rem auto 0;
  }
}
@media (min-width: 1232px) {
  .openbtn4 {
    display: none;
  }
  .side-area .inner nav ul li a {
    font-size: 1rem;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4 {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #fff;
  cursor: pointer;
  right: 1rem;
  bottom: 6rem;
  width: 56px;
  height: 56px;
  border-radius: 5px;
  border: solid 2px #A51515;
  transition: all 0.4s;
  box-shadow: 0 0 6px #ccc;
  z-index: 9500;
}

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

.openbtn4 span:nth-of-type(1) {
  top: 12px;
}

.openbtn4 span:nth-of-type(2) {
  top: 19px;
}

.openbtn4 span:nth-of-type(3) {
  top: 26px;
}

.openbtn4 span:nth-of-type(3)::after {
  content: "Menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: -3px;
  color: #A51515;
  font-size: 0.625rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active {
  background: #A51515;
  transform: translateX(-300px);
}

.openbtn4.active span {
  background: #fff;
}

.openbtn4.active span:nth-of-type(1) {
  top: 13px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

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

.openbtn4.active span:nth-of-type(3)::after {
  content: "Close";
  /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 7px;
  left: 7px;
  color: #fff;
}

footer {
  background: #202F55;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 80px;
}
footer .container .privacy-link a {
  color: #fff;
}
footer .container .privacy-link a svg {
  width: 20px;
  transform: translateY(4px);
}
footer .container .privacy-link a:hover {
  opacity: 0.8;
}

@media (max-width: 1231px) {
  footer .container p {
    font-size: 0.875rem;
  }
  footer .container p + p {
    margin-top: 1rem;
  }
}
@media (min-width: 1232px) {
  footer .container {
    display: flex;
    justify-content: space-between;
  }
}
.bottom-area {
  background: rgba(32, 47, 85, 0.6);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 9000;
  padding: 0.75rem 1rem;
}
.bottom-area .inner {
  max-width: 740px;
  margin: auto;
}
.bottom-area .inner .catch-btm p {
  font-size: 22px;
  color: #ff0;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.bottom-area .inner .cta-btn {
  display: flex;
  gap: 1rem;
}
.bottom-area .inner .cta-btn div a {
  display: block;
  width: 200px;
  height: 56px;
  background: #fff;
  border: solid 2px #A51515;
  padding: 0.5rem 0;
  border-radius: 8px;
  color: #A51515;
}
.bottom-area .inner .cta-btn div a .icon {
  width: 32px;
  height: 32px;
}
.bottom-area .inner .cta-btn div a .text {
  line-height: 1.4;
  font-weight: 700;
}
.bottom-area .inner .cta-btn div a .text .text-sub {
  font-size: 0.625rem;
}
.bottom-area .inner .cta-btn div a:hover {
  opacity: 0.8;
}
.bottom-area .inner .cta-btn ._tel a {
  display: flex;
  align-items: center;
}
.bottom-area .inner .cta-btn ._tel a .text {
  line-height: 1.2;
}
.bottom-area .inner .cta-btn ._tel a .text .text-main {
  font-size: 1.5rem;
}
.bottom-area .inner .cta-btn ._mail a {
  border: solid 2px #202F55;
  color: #202F55;
}
.bottom-area .inner .cta-btn ._mail a .icon svg {
  width: 32px;
}
.bottom-area .inner .cta-btn ._line a {
  border: solid 2px #06C755;
  color: #06C755;
}
.bottom-area .inner .cta-btn ._line a .icon svg {
  width: 32px;
}

@media (max-width: 767px) {
  .bottom-area .inner .catch-btm {
    display: none;
  }
  .bottom-area .inner .cta-btn {
    justify-content: center;
    gap: 0.75rem;
  }
  .bottom-area .inner .cta-btn ._mail a {
    max-width: 64px;
  }
  .bottom-area .inner .cta-btn ._mail a .icon {
    width: 26px;
    height: 24px;
    margin: auto;
  }
  .bottom-area .inner .cta-btn ._mail a .icon svg {
    width: 26px;
    transform: translateY(-2px);
  }
  .bottom-area .inner .cta-btn ._mail a .text {
    display: none;
  }
  .bottom-area .inner .cta-btn ._mail a .text-sp {
    font-size: 0.625rem;
    text-align: center;
  }
  .bottom-area .inner .cta-btn ._line a {
    max-width: 64PX;
  }
  .bottom-area .inner .cta-btn ._line a .icon {
    width: 20px;
    margin: auto;
    height: 24px;
  }
  .bottom-area .inner .cta-btn ._line a .icon svg {
    width: 20px;
  }
  .bottom-area .inner .cta-btn ._line a .text {
    display: none;
  }
  .bottom-area .inner .cta-btn ._line a .text-sp {
    font-size: 0.625rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .bottom-area .inner {
    display: flex;
    justify-content: space-between;
  }
  .bottom-area .inner .catch-btm {
    width: 88px;
  }
  .bottom-area .inner .cta-btn > div {
    width: 200px;
  }
  .bottom-area .inner .cta-btn > div a .text-sp {
    display: none;
  }
  .bottom-area .inner .cta-btn ._mail a {
    display: flex;
    align-items: center;
    padding: 0.5rem;
  }
  .bottom-area .inner .cta-btn ._mail a .text {
    margin-left: 0.375rem;
  }
  .bottom-area .inner .cta-btn ._mail a .text .text-main {
    font-size: 17px;
  }
  .bottom-area .inner .cta-btn ._line a {
    display: flex;
    align-items: center;
    padding: 0.5rem;
  }
  .bottom-area .inner .cta-btn ._line a .text {
    margin-left: 0.375rem;
  }
  .bottom-area .inner .cta-btn ._line a .text .text-main {
    font-size: 17px;
  }
}
.bread {
  padding: 0.375rem 0;
}
.bread ol {
  list-style: none;
}
.bread ol li {
  display: inline;
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
.bread ol li a {
  color: #353535;
  text-decoration: underline;
}
.bread ol li:not(:first-child)::before {
  content: "/";
  margin-right: 0.25rem;
}

input[type=text],
input[type=email],
input[type=tel] {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  width: 100%;
  line-height: 1.75;
  font-size: 1rem;
}

textarea {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  width: 100%;
  resize: vertical;
}

select {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
}

input[type=checkbox] + span {
  border: solid 1px #bbb;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  display: block;
  color: #ccc;
  transition: 0.15s;
}
input[type=checkbox] + span::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
input[type=checkbox] + span:hover {
  background: rgba(165, 21, 21, 0.15);
}
input[type=checkbox]:checked + span {
  border: solid 1px #A51515;
  color: #A51515;
}

input[type=radio] + span {
  border: solid 1px #bbb;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  display: block;
  color: #ccc;
  transition: 0.15s;
}
input[type=radio] + span::before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
input[type=radio] + span:hover {
  background: rgba(165, 21, 21, 0.15);
}
input[type=radio]:checked + span {
  border: solid 1px #2E5D1C;
  color: #2E5D1C;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 1rem 0.5rem 0;
}

.form-memo-btm {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #9c9c9c;
  margin-top: 0.5rem;
}

.submit-btn {
  text-align: center;
}
.submit-btn .wpcf7-submit {
  display: block;
  background: #2E5D1C;
  cursor: pointer;
  width: 280px;
  text-align: center;
  margin: auto;
  color: #fff;
  line-height: 56px;
}
.submit-btn .wpcf7-submit:disabled {
  background: #ccc;
}

/*==============================
	home
==============================*/
.ref-h2 {
  text-align: center;
  font-size: 2rem;
  margin: 2.5rem 0;
  position: relative;
}
.ref-h2 span {
  display: block;
  font-size: 0.875rem;
  color: #999;
  margin-top: 0.25rem;
}
.ref-h2::before {
  content: "";
  background: url(../images/h2-img.png) center top;
  background-size: contain;
  width: 200px;
  height: 19px;
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.ref-h3 {
  font-size: 1.25rem;
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 1.5rem;
}
.ref-h3::before {
  display: block;
  content: "";
  background: url(../images/h3-icon.png);
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (min-width: 768px) {
  .ref-h3 {
    font-size: 1.5rem;
  }
  .ref-h3::before {
    top: 8px;
  }
}
.top-banner {
  padding: 2rem 0 0;
}
.top-banner .banner-list {
  list-style: none;
  max-width: 1200px;
  margin: auto;
}
.top-banner .banner-list li a {
  display: block;
}
.top-banner .banner-list li a:hover {
  opacity: 0.8;
}

.top-service {
  padding: 5rem 0;
}
.top-service .service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.top-service .service-list .service-item img {
  border-radius: 8px;
}
.top-service .service-list .service-item h3 {
  text-align: center;
  margin-top: 0.25rem;
}

.bottom-box {
  background: #f4f4f4;
  padding: 8px;
  max-width: 740px;
  margin: 3rem auto 0;
  padding: 2.5rem 1rem;
  border-radius: 8px;
}
.bottom-box .text {
  font-weight: 700;
}
.bottom-box .btn a {
  background: #2E5D1C;
  color: #fff;
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  margin: auto;
  padding: 0 1rem;
  width: 264px;
  border-radius: 4px;
  position: relative;
  transition: 0.25s;
}
.bottom-box .btn a svg {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  transform: translateY(-50%);
}
.bottom-box .btn a:hover {
  background: #418428;
  color: #fff;
}

.cpn-case {
  background: url(../images/bg-img02.jpg) center center;
  background-size: cover;
  padding: 5rem 0;
}
.cpn-case .swiper {
  overflow: visible;
  overflow-x: hidden;
}
.cpn-case .swiper .swiper-wrapper {
  padding-bottom: 2rem;
}
.cpn-case .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  color: #353535;
}
.cpn-case .swiper .swiper-wrapper .swiper-slide a figure img {
  width: 100% !important;
  aspect-ratio: 1.414/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.cpn-case .swiper .swiper-wrapper .no-post {
  text-align: center;
  width: 100%;
}
.cpn-case .bottom-box {
  background: #fff;
}

.cpn-flow {
  padding: 5rem 0;
}
.cpn-flow .flow-box {
  border: solid 4px #A51515;
  padding: 1.25rem 1rem;
  border-radius: 8px;
}
.cpn-flow .flow-box .content h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.cpn-flow .flow-box .content .btn {
  margin-top: 2rem;
}
.cpn-flow .flow-box .content .btn a {
  background: #2E5D1C;
  color: #fff;
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  margin: auto;
  padding: 0 1rem;
  width: 264px;
  border-radius: 4px;
  position: relative;
  transition: 0.25s;
}
.cpn-flow .flow-box .content .btn a svg {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  transform: translateY(-50%);
}
.cpn-flow .flow-box .content .btn a:hover {
  background: #418428;
  color: #fff;
}
.cpn-flow .flow-box figure img {
  border-radius: 8px;
}

.cpn-faq {
  padding: 5rem 0;
}
.cpn-faq .btn {
  margin-top: 2.5rem;
}
.cpn-faq .btn a {
  background: #2E5D1C;
  color: #fff;
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  margin: auto;
  padding: 0 1rem;
  width: 264px;
  border-radius: 4px;
  position: relative;
  transition: 0.25s;
}
.cpn-faq .btn a svg {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  transform: translateY(-50%);
}
.cpn-faq .btn a:hover {
  background: #418428;
  color: #fff;
}

.cpn-faqlist {
  max-width: 800px;
  width: 100%;
  margin: auto;
  border-bottom: dashed 1px #ccc;
}
.cpn-faqlist dt {
  border-top: dashed 1px #ccc;
  padding: 1rem 1.875rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.cpn-faqlist dt::before {
  content: "Q.";
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}
.cpn-faqlist dt svg {
  width: 22px;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.cpn-faqlist dt:hover {
  background: rgba(46, 93, 28, 0.05);
}
.cpn-faqlist dt.active {
  color: #A51515;
}
.cpn-faqlist dt.active svg {
  transform: rotateZ(180deg) translateY(50%);
}
.cpn-faqlist dd {
  display: none;
  background: rgba(32, 47, 85, 0.1);
  padding: 1rem;
  border-radius: 8px;
  margin: 1.25rem 0 2rem 1rem;
  position: relative;
}
.cpn-faqlist dd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5rem;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #E9EAED;
  translate: calc(-50% + 0.4px) -100%;
}

.cpn-action {
  background: url(../images/bg-img01.jpg) center center;
  background-size: cover;
  padding: 5rem 0;
}
.cpn-action .action-catch {
  text-align: center;
  margin-bottom: 1rem;
}
.cpn-action .action-catch span {
  display: inline-block;
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  color: #A51515;
  font-size: 1.125rem;
  font-weight: 700;
}
.cpn-action .action-text {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.cpn-action .action-text span {
  color: #ff0;
  font-size: 1.25em;
}
.cpn-action .action-type li {
  max-width: 300px;
}
.cpn-action .action-type li a {
  display: block;
  background: #fff;
  border: solid 2px #A51515;
  padding: 0.5rem;
  border-radius: 8px;
  line-height: 1.6;
  position: relative;
  padding-left: 4.75rem;
  height: 88px;
  transition: 0.25s;
}
.cpn-action .action-type li a svg {
  width: 48px;
  position: absolute;
  top: 50%;
  left: 0.875rem;
  transform: translateY(-50%);
}
.cpn-action .action-type li a .text01 {
  font-size: 1.5rem;
  font-weight: 700;
}
.cpn-action .action-type li a .text02 {
  font-size: 0.875rem;
}
.cpn-action .action-type li a:hover {
  opacity: 0.8;
}
.cpn-action .action-type li._tel a {
  border: solid 2px #A51515;
  color: #A51515;
}
.cpn-action .action-type li._tel a .text01 {
  font-size: 1.875rem;
  line-height: 1.4;
}
.cpn-action .action-type li._tel a .text02 {
  font-size: 0.75rem;
}
.cpn-action .action-type li._mail a {
  border: solid 2px #202F55;
  color: #202F55;
}
.cpn-action .action-type li._line a {
  border: solid 2px #06C755;
  color: #06C755;
}
.cpn-action .action-type li._line a svg {
  color: #06C755;
}
.cpn-action .action-area {
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 1.75rem;
  text-align: center;
}
.cpn-action .action-area span {
  display: block;
}

.cpn-related {
  padding: 5rem 0;
}
.cpn-related .related-list .related-item {
  background: #f4f4f4;
  padding: 1rem;
  border-radius: 8px;
}
.cpn-related .related-list .related-item figure {
  width: 120px;
}
.cpn-related .related-list .related-item figure img {
  border-radius: 50%;
}
.cpn-related .related-list .related-item .text h3 {
  font-size: 1.25rem;
  color: #202F55;
  margin-bottom: 0.75rem;
}
.cpn-related .related-list .related-item .text p {
  font-size: 0.875rem;
}
.cpn-related .related-list .related-item .text .btn {
  margin-top: 1.5rem;
}
.cpn-related .related-list .related-item .text .btn a {
  background: #2E5D1C;
  color: #fff;
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  margin: auto;
  padding: 0 1rem;
  width: 264px;
  border-radius: 4px;
  position: relative;
  transition: 0.25s;
}
.cpn-related .related-list .related-item .text .btn a svg {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  transform: translateY(-50%);
}
.cpn-related .related-list .related-item .text .btn a:hover {
  background: #418428;
  color: #fff;
}

@media (max-width: 991px) {
  .cpn-flow .flow-box .content {
    margin-bottom: 2rem;
  }
  .cpn-flow .flow-box .content h2 {
    text-align: center;
  }
  .cpn-related .related-list .related-item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-list li + li {
    margin-top: 1.5rem;
  }
  .bottom-box .text {
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
  }
  .bottom-box .text::after {
    content: "";
    background: url(../images/icon-arrow.png);
    background-size: contain;
    width: 26px;
    height: 23px;
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .cpn-action .action-type li {
    margin: auto;
  }
  .cpn-action .action-type li + li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cpn-related .related-list .related-item figure {
    margin: 0 auto 1rem;
  }
  .cpn-related .related-list .related-item .text h3 {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .cpn-related .related-list .related-item {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
  }
  .cpn-related .related-list .related-item .text {
    width: calc(100% - 120px - 24px);
  }
}
@media (min-width: 768px) {
  .top-banner {
    padding-top: 5rem;
  }
  .top-banner .banner-list {
    display: flex;
    justify-content: space-between;
  }
  .top-banner .banner-list li {
    flex-basis: calc((100% - 40px) / 2);
  }
  .top-service .service-list {
    gap: 24px;
  }
  .bottom-box {
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bottom-box .text {
    width: 320px;
    position: relative;
  }
  .bottom-box .text::after {
    content: "";
    background: url(../images/icon-arrow.png);
    background-size: contain;
    width: 26px;
    height: 23px;
    position: absolute;
    right: -2.75rem;
    top: 50%;
    transform: translateY(-50%) rotateZ(-90deg);
  }
  .cpn-flow .flow-box {
    padding: 2rem;
  }
  .cpn-faqlist dt {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
  }
  .cpn-faqlist dt::before {
    left: 1rem;
    top: 1.25rem;
  }
  .cpn-action .action-catch span {
    font-size: 1.375rem;
  }
  .cpn-action .action-catch br {
    display: none;
  }
  .cpn-action .action-text br {
    display: none;
  }
  .cpn-action .action-type {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cpn-action .action-type li:first-child {
    margin: 0 1.5rem 1.5rem 0;
  }
  .cpn-action .action-area span {
    display: inline;
  }
  .cpn-action .action-area span::after {
    content: "：";
  }
}
@media (min-width: 992px) {
  .top-service .service-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .cpn-flow .flow-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cpn-flow .flow-box .content {
    flex-basis: 60%;
  }
  .cpn-flow .flow-box figure {
    flex-basis: 36%;
  }
  .cpn-action .action-type {
    max-width: 964px;
    margin: auto;
    justify-content: space-between;
  }
  .cpn-action .action-type li {
    width: 300px;
  }
  .cpn-action .action-type li:first-child {
    margin: 0;
  }
  .cpn-related .related-list {
    display: flex;
    justify-content: space-between;
  }
  .cpn-related .related-list .related-item {
    width: 48%;
  }
}
.grecaptcha-badge[data-style=bottomright] {
  visibility: hidden;
}

/*==============================
	page
==============================*/
.page-header {
  margin-bottom: 6rem;
}
.page-header .inner {
  background: url(../images/page-header.jpg) 40% center;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 164px;
  position: relative;
}
.page-header .inner .title-box {
  position: absolute;
  top: 55%;
  left: 1rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 3px 6px #BE6E18;
}
.page-header .inner .title-box p {
  font-size: 2rem;
  font-weight: 700;
}
.page-header .inner .title-box h2 {
  font-size: 3rem;
}

@media (min-width: 768px) {
  .page-header .inner .title-box {
    top: 50%;
    left: 2rem;
  }
  .page-header .inner .title-box h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1232px) {
  .page-header .inner .title-box {
    line-height: 1.2;
    top: 45%;
    left: 2rem;
  }
  .page-header .inner .title-box h2 {
    font-size: 5rem;
  }
}
.service-wrap {
  padding-bottom: 5rem;
}
.service-wrap .service-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
}
.service-wrap .service-box ul li {
  text-align: center;
}
.service-wrap .service-box ul li figure img {
  border-radius: 8px;
}
.service-wrap .service-box ul li h4 {
  color: #202F55;
}
.service-wrap .service-box:nth-child(n+2) {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .service-wrap {
    padding-bottom: 5rem;
  }
  .service-wrap .service-box ul {
    gap: 24px;
  }
  .service-wrap .service-box ul li h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .service-wrap {
    padding-bottom: 5rem;
  }
  .service-wrap .service-box ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.flow-wrap {
  padding: 0 0 5rem;
}
.flow-wrap .flow-list {
  max-width: 960px;
  margin: auto;
}
.flow-wrap .flow-list dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.flow-wrap .flow-list dl:last-child dt:after {
  background: none;
}
.flow-wrap .flow-list dl dt {
  width: 48px;
  position: relative;
}
.flow-wrap .flow-list dl dt .step-icon {
  background: url(../images/flow-icon-bg.png);
  background-size: contain;
  height: 48px;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding-top: 0.375rem;
  line-height: 1.1;
}
.flow-wrap .flow-list dl dt .step-icon span {
  display: block;
  font-size: 1.375rem;
}
.flow-wrap .flow-list dl dt::after {
  content: "";
  background: #202F55;
  width: 1px;
  height: calc(100% - 48px + 1rem);
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
}
.flow-wrap .flow-list dl dd {
  width: calc(100% - 48px - 20px);
}
.flow-wrap .flow-list dl dd .text-box h3 {
  color: #202F55;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.flow-wrap .flow-list dl dd .text-box .text {
  font-size: 0.9125rem;
}
.flow-wrap .flow-list dl dd figure img {
  border-radius: 8px;
  box-shadow: 3px 3px 3px #ccc;
}
.flow-wrap .flow-list dl dd .flow-point {
  border: solid 1px #A51515;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1.5rem;
}
.flow-wrap .flow-list dl dd .flow-point .flow-point-text h4 {
  color: #A51515;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.flow-wrap .flow-list dl dd .flow-point .flow-point-text h4 span {
  display: inline-block;
  background: #A51515;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.245rem 0.5rem;
  border-radius: 4px;
}
.flow-wrap .flow-list dl dd .flow-point .flow-point-text p {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .flow-wrap .flow-list dl dd > figure {
    margin-top: 1.5rem;
  }
  .flow-wrap .flow-list dl dd .flow-point .flow-point-text {
    margin-top: 1.5rem;
  }
  .flow-wrap .flow-list dl dd .flow-point .flow-point-text h4 {
    text-align: center;
  }
  .flow-wrap .flow-list dl dd .flow-point .flow-point-text h4 span {
    display: block;
    width: 140px;
    margin: 0 auto 0.5rem;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-list dl dt {
    width: 60px;
  }
  .flow-wrap .flow-list dl dt .step-icon {
    height: 60px;
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }
  .flow-wrap .flow-list dl dt .step-icon span {
    font-size: 1.625rem;
  }
  .flow-wrap .flow-list dl dt::after {
    height: calc(100% - 60px + 1rem);
  }
  .flow-wrap .flow-list dl dd {
    width: calc(100% - 60px - 24px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flow-wrap .flow-list dl dd .text-box {
    width: 66%;
  }
  .flow-wrap .flow-list dl dd .text-box h3 {
    font-size: 1.5rem;
  }
  .flow-wrap .flow-list dl dd .text-box .text {
    font-size: 1rem;
  }
  .flow-wrap .flow-list dl dd figure {
    width: 30%;
  }
  .flow-wrap .flow-list dl dd .flow-point {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
  }
  .flow-wrap .flow-list dl dd .flow-point .flow-point-text {
    width: 67%;
  }
  .flow-wrap .flow-list dl dd .flow-point .flow-point-text h4 span {
    margin-right: 0.5rem;
  }
}
.philosophy-wrap {
  padding: 1rem 0 0;
}
.philosophy-wrap .philosophy-text {
  position: relative;
}
.philosophy-wrap .philosophy-text p {
  text-align: center;
  font-weight: 700;
  color: #202F55;
  line-height: 2.5;
  position: relative;
  z-index: 2;
}
.philosophy-wrap .philosophy-text:after {
  content: "";
  background: url(../images/bg-circle.png);
  width: 210px;
  height: 206px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.philosophy-wrap .point-5 {
  max-width: 800px;
  margin: 4rem auto 0;
  background: url(../images/point5-bg.jpg) center center;
  background-size: cover;
  border-radius: 12px;
  padding: 1.75rem;
}
.philosophy-wrap .point-5 .inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 1rem;
}
.philosophy-wrap .point-5 .inner .title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #202F55;
}
.philosophy-wrap .point-5 .inner .title span {
  display: block;
  font-size: 3rem;
}
.philosophy-wrap .point-5 .inner .text .point-5-list {
  list-style: none;
}
.philosophy-wrap .point-5 .inner .text .point-5-list li {
  position: relative;
  padding-left: 2.25rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.philosophy-wrap .point-5 .inner .text .point-5-list li svg {
  width: 32px;
  color: #A51515;
  position: absolute;
  top: 2px;
  left: 0;
}
.philosophy-wrap .point-5 .inner .text .point-5-list li + li {
  margin-top: 0.75rem;
}

.outline-wrap {
  padding: 6rem 0;
}
.outline-wrap .outline-table {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.outline-wrap .outline-table tr td ul {
  padding-left: 1.5rem;
}

@media (max-width: 767px) {
  .philosophy-wrap .point-5 .inner .title {
    margin-bottom: 2rem;
  }
  .philosophy-wrap .point-5 .inner .text .point-5-list {
    width: 260px;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .outline-wrap .outline-table {
    border-top: solid 1px #ccc;
  }
  .outline-wrap .outline-table tr {
    border-bottom: solid 1px #ccc;
  }
  .outline-wrap .outline-table tr th {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem 1rem 0.75rem;
    text-align: left;
    color: #202F55;
    position: relative;
  }
  .outline-wrap .outline-table tr th::before {
    content: "";
    width: 4px;
    height: 28px;
    background: #202F55;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .outline-wrap .outline-table tr td {
    display: block;
    width: 100%;
    padding: 0 0.5rem 1rem;
  }
}
@media (min-width: 576px) {
  .outline-wrap .outline-table tr th {
    border-bottom: solid 2px #202F55;
    padding: 1.25rem 1.5rem;
  }
  .outline-wrap .outline-table tr td {
    border-bottom: solid 1px #999;
    padding: 1.25rem 1.5rem;
  }
  .outline-wrap .outline-table tr:first-child th {
    border-top: solid 2px #202F55;
  }
  .outline-wrap .outline-table tr:first-child td {
    border-top: solid 1px #999;
  }
}
@media (min-width: 768px) {
  .philosophy-wrap .philosophy-text p {
    font-size: 1.375rem;
  }
  .philosophy-wrap .point-5 .inner {
    display: flex;
    align-items: center;
    padding: 3rem;
  }
  .philosophy-wrap .point-5 .inner .title {
    width: 50%;
  }
  .philosophy-wrap .point-5 .inner .text {
    width: 50%;
  }
}
.contact-wrap {
  padding: 1rem 0 5.5rem;
}

.form-caution {
  padding-left: 1.375rem;
  margin-bottom: 3rem;
}

.form-table {
  margin-bottom: 2.5rem;
}
.form-table ._must {
  background-color: #A51515;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 0.375rem;
  border-radius: 4px;
  margin-right: 0.375rem;
  vertical-align: 1px;
}
.form-table ._must._free {
  background: #ccc;
  color: #fff;
}

input[type=text].zip-form {
  display: block;
  width: 160px;
}

.address-form {
  display: block;
  margin-top: 0.5rem;
}

.file-img01,
.file-img02,
.file-img03 {
  display: inline-block;
  margin-top: 0.375rem;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  background: #eee;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0 0.75rem 0.5rem 0;
}

@media (max-width: 767px) {
  .form-table tr th {
    display: block;
    width: 100%;
    padding-bottom: 0.375rem;
    border-bottom: solid 1px #ccc;
    text-align: left;
  }
  .form-table tr td {
    display: block;
    width: 100%;
    padding: 0.75rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .form-table {
    border-top: solid 1px #ddd;
  }
  .form-table tr th {
    border-bottom: solid 1px #ddd;
    padding: 1.5rem 1rem;
    text-align: left;
    min-width: 200px;
    width: 30%;
    vertical-align: top;
  }
  .form-table tr td {
    border-bottom: solid 1px #ddd;
    padding: 1.5rem 1rem;
  }
  .file-img01,
  .file-img02,
  .file-img03 {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .contact-wrap {
    padding-bottom: 5rem;
    max-width: 960px;
    margin: auto;
  }
}
.reC {
  border: solid 1px #ccc;
  padding: 1rem 1rem 1rem 2.75rem;
  font-size: 0.875rem;
  position: relative;
}
.reC svg {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.policy-wrap {
  padding-bottom: 5rem;
  max-width: 1200px;
  margin: auto;
}
.policy-wrap ._intro {
  margin-bottom: 2rem;
}
.policy-wrap dl dd {
  margin-bottom: 2rem;
}
.policy-wrap dl dd ._company {
  background: #f4f4f4;
  padding: 1rem;
  margin-top: 1rem;
}
.policy-wrap dl dd ._company ._company-name {
  font-weight: 700;
  font-size: 1.125rem;
}
.policy-wrap dl dd ._company address {
  font-style: normal;
}

.page-id-25 .page-header .title-box h2,
.page-id-27 .page-header .title-box h2 {
  font-feature-settings: "palt";
}
.page-id-25 .page-header .title-box h2 span,
.page-id-27 .page-header .title-box h2 span {
  font-size: 0.75em;
}

.loof-wrap {
  padding: 1rem 0 5rem;
}
.loof-wrap .loof-ploblem {
  margin-bottom: 4rem;
}
.loof-wrap .loof-ploblem h3 {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}
.loof-wrap .loof-ploblem .problem-list {
  background: rgba(32, 47, 85, 0.1);
  padding: 1rem;
  border-radius: 8px;
}
.loof-wrap .loof-ploblem .problem-list ul {
  list-style: none;
}
.loof-wrap .loof-ploblem .problem-list ul li {
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
  font-size: 1.125rem;
}
.loof-wrap .loof-ploblem .problem-list ul li + li {
  margin-top: 0.5rem;
}
.loof-wrap .loof-ploblem .problem-list ul li svg {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #A51515;
}
.loof-wrap .problem-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 3rem;
}
.loof-wrap .arrow-down {
  width: 40px;
  margin: 0 auto 3rem;
}
.loof-wrap .need-memo {
  position: relative;
}
.loof-wrap .need-memo p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}

.problem-box {
  margin-top: 5rem;
}
.problem-box .detail .text p + p {
  margin-top: 1.5rem;
}
.problem-box figure img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .loof-wrap .loof-ploblem .problem-list ul + ul {
    margin-top: 0.5rem;
  }
  .need-memo p {
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .problem-box .detail {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .page-id-25 .page-header,
  .page-id-27 .page-header {
    margin-bottom: 8rem;
  }
  .page-id-25 .page-header .title-box p,
  .page-id-27 .page-header .title-box p {
    font-size: 1.5rem;
  }
  .page-id-25 .page-header .title-box h2 span,
  .page-id-27 .page-header .title-box h2 span {
    display: block;
  }
}
@media (min-width: 768px) {
  .loof-wrap .loof-ploblem .problem-list {
    display: flex;
    justify-content: space-between;
    padding: 1.75rem;
    max-width: 800px;
    margin: auto;
  }
  .loof-wrap .loof-ploblem .problem-list ul {
    width: 50%;
  }
  .loof-wrap .loof-ploblem .problem-list ul li {
    font-size: 1.25rem;
  }
  .loof-wrap .loof-ploblem .problem-list ul li svg {
    top: 2px;
  }
  .loof-wrap .need-memo p {
    transform: translateY(-50%);
  }
  .problem-box {
    display: flex;
    justify-content: space-between;
  }
  .problem-box .detail {
    width: 65%;
  }
  .problem-box figure {
    width: 32%;
  }
  .problem-box._right-img {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .loof-wrap .loof-ploblem .problem-list {
    padding: 2.5rem;
  }
  .loof-wrap .problem-img {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .loof-wrap .need-memo p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1232px) {
  .problem-box .detail {
    width: 60%;
  }
  .problem-box figure {
    width: 37%;
  }
}
.gutter-wrap {
  padding: 1rem 0 5rem;
}

.guttter-reason {
  padding: 5rem 0;
  background: rgba(32, 47, 85, 0.15);
}

.gutter-problem-wrap {
  padding-bottom: 5rem;
}

.guttter-reason-list .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.guttter-reason-list .inner .item figure img {
  border-radius: 8px;
}
.guttter-reason-list .inner .item h4 {
  text-align: center;
  margin: 0.5rem 0;
}
.guttter-reason-list .inner .item p {
  font-size: 0.875rem;
  text-align: justify;
}

@media (max-width: 767px) {
  .guttter-reason-list {
    overflow-x: scroll;
  }
  .guttter-reason-list .inner {
    width: 240%;
  }
}
@media (min-width: 768px) {
  .guttter-reason-list .inner {
    gap: 32px;
  }
}
.thanks-wrap {
  padding-bottom: 5rem;
}
.thanks-wrap .container h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #202F55;
}
.thanks-wrap .container .thanks-caution {
  border: solid 2px #A51515;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 8px;
  max-width: 840px;
  margin: 0 auto 3rem;
}
.thanks-wrap .container .thanks-caution li + li {
  margin-top: 0.5rem;
}
.thanks-wrap .container .btn a {
  background: #2E5D1C;
  color: #fff;
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  margin: auto;
  padding: 0 1rem;
  width: 264px;
  border-radius: 4px;
  position: relative;
  transition: 0.25s;
}
.thanks-wrap .container .btn a svg {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  transform: translateY(-50%);
}
.thanks-wrap .container .btn a:hover {
  background: #418428;
  color: #fff;
}

@media (min-width: 768px) {
  .thanks-wrap .container h3 br {
    display: none;
  }
  .thanks-wrap .container .thanks-caution {
    padding: 2rem 2rem 2rem 3.5rem;
  }
}
@media (min-width: 1232px) {
  .thanks-wrap .container {
    max-width: 1200px;
    margin: auto;
  }
}
.notfound-wrap {
  padding: 1rem 0 5rem;
}
.notfound-wrap .notfound-memo {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
}
.notfound-wrap .btn a {
  background: #2E5D1C;
  color: #fff;
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  margin: auto;
  padding: 0 1rem;
  width: 264px;
  border-radius: 4px;
  position: relative;
  transition: 0.25s;
}
.notfound-wrap .btn a svg {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  transform: translateY(-50%);
}
.notfound-wrap .btn a:hover {
  background: #418428;
  color: #fff;
}

/*==============================
	archive
==============================*/
.archive-faq {
  padding: 1rem 0 5rem;
}

.archive-case {
  padding-bottom: 5rem;
}

.archive-caselist .item a {
  display: block;
  color: #353535;
}
.archive-caselist .item a figure img {
  width: 100%;
  aspect-ratio: 1.414/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-caselist .item a h3 {
  margin-top: 0.375rem;
}

@media (max-width: 575px) {
  .archive-caselist .item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .archive-caselist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .archive-caselist {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
  .archive-caselist .item a h3 {
    font-size: 1.125rem;
  }
}
/*==============================
	single
==============================*/
.sg-case-wrap {
  max-width: 1200px;
  margin: auto;
}
.sg-case-wrap .sg-case-head figure img {
  width: 100%;
  aspect-ratio: 1.414/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.sg-case-wrap .sg-case-head .sg-case-detail time svg {
  width: 20px;
  vertical-align: -4px;
}
.sg-case-wrap .sg-case-head .sg-case-detail h1 {
  font-size: 1.25rem;
}
.sg-case-wrap .sg-case-head .sg-case-detail .case-detail {
  margin-top: 1.5rem;
}
.sg-case-wrap .sg-case-head .sg-case-detail .case-detail dl {
  display: flex;
  align-items: center;
}
.sg-case-wrap .sg-case-head .sg-case-detail .case-detail dl + dl {
  margin-top: 0.375rem;
}
.sg-case-wrap .sg-case-head .sg-case-detail .case-detail dl dt {
  background: rgba(32, 47, 85, 0.15);
  color: #202F55;
  display: inline-block;
  padding: 0.25rem 1.25rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
.sg-case-wrap .sg-case-head .sg-case-detail .case-detail dl dd {
  font-size: 0.875rem;
}
.sg-case-wrap .sg-content {
  padding: 1.5rem 0;
  border-top: solid 2px #A51515;
  border-bottom: solid 2px #A51515;
  margin-top: 1.5rem;
}
.sg-case-wrap .btn {
  margin-top: 2rem;
}
.sg-case-wrap .btn a {
  background: #2E5D1C;
  color: #fff;
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  margin: auto;
  padding: 0 1rem;
  width: 264px;
  border-radius: 4px;
  position: relative;
  transition: 0.25s;
}
.sg-case-wrap .btn a svg {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  transform: translateY(-50%);
}
.sg-case-wrap .btn a:hover {
  background: #418428;
  color: #fff;
}

.case-rand {
  padding: 5rem 0;
}

@media (max-width: 767px) {
  .sg-case-wrap .sg-case-head .sg-case-detail {
    margin-top: 1rem;
  }
}
@media (min-width: 576px) {
  .sg-case-wrap {
    border: solid 1px #ccc;
    border-radius: 8px;
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .sg-case-wrap .sg-case-head {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 1.5rem;
    align-items: center;
  }
  .sg-case-wrap .sg-case-head .sg-case-detail h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .sg-case-wrap {
    border-radius: 12px;
    padding: 3rem;
  }
  .sg-case-wrap .sg-case-head {
    gap: 2rem;
  }
  .sg-case-wrap .sg-content {
    padding: 3rem 0;
    border-top: solid 2px #A51515;
    border-bottom: solid 2px #A51515;
    margin-top: 3rem;
  }
}
.sg-content p {
  margin-bottom: 1.25rem;
}
.sg-content h2 {
  font-size: 1.25rem;
  background: rgba(165, 21, 21, 0.15);
  padding: 0.75rem;
  border-radius: 4px;
  margin: 2rem 0 1.25rem;
  color: #A51515;
}
.sg-content h3 {
  font-size: 1.125rem;
  border-left: solid 4px #A51515;
  margin: 2rem 0 1.25rem;
  padding-left: 0.5rem;
}
.sg-content .wp-block-image {
  margin-bottom: 1.25rem;
}
.sg-content ol,
.sg-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}