@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

:focus,
:active,
button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.bold,
b,
strong {
  font-weight: bold;
  font-weight: 700;
}

nav ul {
  margin-bottom: 0;
}
nav ul li a {
  display: block;
}

p, li, dt, dd {
  margin-bottom: 30px;
  word-break: auto-phrase;
}

p:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

th, td {
  padding: 10px;
  border: 1px solid #ddd;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

.content a:not(.btn) {
  outline: none;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .content a:not(.btn):has(img):not(.nh):hover {
    opacity: 0.7;
  }
}
.content a:not(.btn):not([href]):not([tabindex]):hover {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
  word-break: auto-phrase;
}

img {
  border: none;
  line-height: 1em;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*img.alignleft {float: none; text-align:left; margin-right: auto;}
img.alignright {float: none; text-align:right; display: block; margin-left:auto;}*/
img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

img.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}

input,
textarea {
  box-sizing: border-box;
  max-width: 100%;
}

textarea.notes {
  width: 100%;
}

.list-none {
  list-style: none;
}

.nm {
  margin: 0 !important;
}

.nm-t {
  margin-top: 0 !important;
}

.nm-r {
  margin-right: 0 !important;
}

.nm-b {
  margin-bottom: 0 !important;
}

.nm-l {
  margin-left: 0 !important;
}

.np-t {
  padding-top: 0 !important;
}

.np-r {
  padding-right: 0 !important;
}

.np-b {
  padding-bottom: 0 !important;
}

.np-l {
  padding-left: 0 !important;
}

.clear {
  clear: both;
}

.m-0a {
  margin: 0 auto;
}

header img,
footer img,
a img {
  line-height: 1em;
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-grid {
  display: grid;
}

.place-items-center {
  place-items: center;
}

@media print, screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .d-md-grid {
    display: grid !important;
  }
}
.guide-bdr {
  display: none;
}
.guide-bdr:before, .guide-bdr:after {
  width: 1px;
  height: 100vh;
  content: "";
  display: block;
  background: #ccc;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1999px) {
  .guide-bdr1 {
    display: block;
  }
  .guide-bdr1:before {
    left: 15px;
  }
  .guide-bdr1:after {
    right: 15px;
  }

  .guide-bdr2 {
    display: block;
  }
  .guide-bdr2:before {
    left: 30px;
  }
  .guide-bdr2:after {
    right: 30px;
  }

  .guide-bdr3 {
    display: block;
  }
  .guide-bdr3:before {
    left: 45px;
  }
  .guide-bdr3:after {
    right: 45px;
  }

  .guide-bdr4 {
    display: block;
  }
  .guide-bdr4:before {
    left: 50%;
  }
}
@media print, screen and (min-width: 1400px) {
  .guide-bdr1,
.guide-bdr2,
.guide-bdr3,
.guide-bdr4 {
    display: block;
  }
  .guide-bdr1:before,
.guide-bdr2:before,
.guide-bdr3:before,
.guide-bdr4:before {
    left: 50%;
  }
  .guide-bdr1:after,
.guide-bdr2:after,
.guide-bdr3:after,
.guide-bdr4:after {
    right: 50%;
  }

  .guide-bdr1:after {
    top: 50%;
    left: 0;
    width: 100vw;
    height: 1px;
  }

  .guide-bdr2:before {
    transform: translateX(-550px);
  }
  .guide-bdr2:after {
    transform: translateX(550px);
  }

  .guide-bdr3:before {
    transform: translateX(-590px);
  }
  .guide-bdr3:after {
    transform: translateX(590px);
  }

  .guide-bdr4:before {
    transform: translateX(-480px);
  }
  .guide-bdr4:after {
    transform: translateX(480px);
  }
}
body {
  color: #232323;
}

.bg-blue {
  background: #3662D0;
}

.bg-lblue {
  background: #52B3CE;
}

.bg-skyblue {
  background: #49A5D3;
}

.bg-maincolor {
  background: #FFDE16;
}

.bg-red {
  background: #FF0000;
}

.bg-lred {
  background: #CC4210;
}

.bg-bgred {
  background: #F8906A;
}

.bg-green {
  background: #265318;
}

.bg-lgreen {
  background: #A9EA95;
}

.bg-bggreen {
  background: #F3FFEF;
}

.bg-bggreen2 {
  background: #F4FFF0;
}

.bg-yellow {
  background: #ffff00;
}

.bg-dyellow {
  background: #8C6D08;
}

.bg-dyellow2 {
  background: #634D05;
}

.bg-bgyellow {
  background: #F8E196;
}

.bg-bglyellow {
  background: #FFF9D5;
}

.bg-bgdyellow {
  background: #F8E196;
}

.bg-gray {
  background: #555555;
}

.bg-orange {
  background: #EA7348;
}

.c-maincolor,
.c-maincolor:hover,
.c-maincolor:focus,
.c-maincolor:active {
  color: #FFDE16;
}

.c-black,
.c-black:hover,
.c-black:focus,
.c-black:active {
  color: #000000;
}

.c-white:active,
.c-white:focus,
.c-white:hover,
.c-white {
  color: #FFFFFF;
}

.c-red:active,
.c-red:focus,
.c-red:hover,
.c-red {
  color: #FF0000;
}

.c-lred:active,
.c-lred:focus,
.c-lred:hover,
.c-lred {
  color: #CC4210;
}

.c-green:active,
.c-green:focus,
.c-green:hover,
.c-green {
  color: #265318;
}

.c-lgreen:active,
.c-lgreen:focus,
.c-lgreen:hover,
.c-lgreen {
  color: #A9EA95;
}

.c-bggreen:active,
.c-bggreen:focus,
.c-bggreen:hover,
.c-bggreen {
  color: #F3FFEF;
}

.c-bggreen2:active,
.c-bggreen2:focus,
.c-bggreen2:hover,
.c-bggreen2 {
  color: #F4FFF0;
}

.c-dyellow:active,
.c-dyellow:focus,
.c-dyellow:hover,
.c-dyellow {
  color: #8C6D08;
}

.c-dyellow2:active,
.c-dyellow2:focus,
.c-dyellow2:hover,
.c-dyellow2 {
  color: #634D05;
}

.c-blue:active,
.c-blue:focus,
.c-blue:hover,
.c-blue {
  color: #3662D0;
}

.c-lblue:active,
.c-lblue:focus,
.c-lblue:hover,
.c-lblue {
  color: #52B3CE;
}

.c-skyblue:active,
.c-skyblue:focus,
.c-skyblue:hover,
.c-skyblue {
  color: #49A5D3;
}

.c-orange:active,
.c-orange:focus,
.c-orange:hover,
.c-orange {
  color: #EA7348;
}

body {
  font: 13px "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html.large {
  font: 16px "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }

  html.large {
    font-size: 20px;
  }
}
.mincho {
  font-family: "Noto Serif JP", "Kozuka Mincho Pr6N", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", kozuka-mincho-pro, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fw-n {
  font-weight: normal;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

p {
  font-weight: normal;
  font-weight: 400;
}

.f8 {
  font-size: 0.5rem;
}

.f9 {
  font-size: 0.5625rem;
}

.f10 {
  font-size: 0.625rem;
}

.f11 {
  font-size: 0.6875rem;
}

.f12 {
  font-size: 0.75rem;
}

.f13 {
  font-size: 0.8125rem;
}

.f14 {
  font-size: 0.875rem;
}

.f15 {
  font-size: 0.9375rem;
}

.f16 {
  font-size: 1rem;
}

.f17 {
  font-size: 1.0625rem;
}

.f18 {
  font-size: 1.125rem;
}

.f19 {
  font-size: 1.1875rem;
}

.f20 {
  font-size: 1.25rem;
}

.f21 {
  font-size: 1.3125rem;
}

.f22 {
  font-size: 1.375rem;
}

.f23 {
  font-size: 1.4375rem;
}

.f24 {
  font-size: 1.5rem;
}

.f25 {
  font-size: 1.5625rem;
}

.f26 {
  font-size: 1.625rem;
}

.f27 {
  font-size: 1.6875rem;
}

.f28 {
  font-size: 1.75rem;
}

.f29 {
  font-size: 1.8125rem;
}

.f30 {
  font-size: 1.875rem;
}

.f31 {
  font-size: 1.938rem;
}

.f32 {
  font-size: 2rem;
}

.f33 {
  font-size: 2.0625rem;
}

.f36 {
  font-size: 2.25rem;
}

.f37 {
  font-size: 2.313rem;
}

.f38 {
  font-size: 2.38rem;
}

.f34 {
  font-size: 2.125rem;
}

.f35 {
  font-size: 2.1875rem;
}

.f38 {
  font-size: 2.38rem;
}

.f39 {
  font-size: 2.438rem;
}

.f40 {
  font-size: 2.5rem;
}

.f41 {
  font-size: 2.563rem;
}

.f42 {
  font-size: 2.625rem;
}

.f43 {
  font-size: 2.688rem;
}

.f44 {
  font-size: 2.75rem;
}

.f45 {
  font-size: 2.8125rem;
}

.f47 {
  font-size: 2.9375rem;
}

.f50 {
  font-size: 3.125rem;
}

.f55 {
  font-size: 3.438rem;
}

.f56 {
  font-size: 3.5rem;
}

.f58 {
  font-size: 3.625rem;
}

.f60 {
  font-size: 3.75rem;
}

.f64 {
  font-size: 4rem;
}

.f67 {
  font-size: 4.1875rem;
}

.f70 {
  font-size: 4.375rem;
}

.f74 {
  font-size: 4.625rem;
}

.f78 {
  font-size: 4.875rem;
}

.f80 {
  font-size: 5rem;
}

.f90 {
  font-size: 5.625rem;
}

.f100 {
  font-size: 6.25rem;
}

.f110 {
  font-size: 6.875rem;
}

.f117 {
  font-size: 7.312rem;
}

.f120 {
  font-size: 7.5rem;
}

.f130 {
  font-size: 8.125rem;
}

.f140 {
  font-size: 8.75rem;
}

.f150 {
  font-size: 9.375rem;
}

@media (min-width: 768px) {
  .fpc8 {
    font-size: 0.5rem !important;
  }

  .fpc9 {
    font-size: 0.5625rem !important;
  }

  .fpc10 {
    font-size: 0.625rem !important;
  }

  .fpc11 {
    font-size: 0.6875rem !important;
  }

  .fpc12 {
    font-size: 0.75rem !important;
  }

  .fpc13 {
    font-size: 0.8125rem !important;
  }

  .fpc14 {
    font-size: 0.875rem !important;
  }

  .fpc15 {
    font-size: 0.9375rem !important;
  }

  .fpc16 {
    font-size: 1rem !important;
  }

  .fpc17 {
    font-size: 1.0625rem !important;
  }

  .fpc18 {
    font-size: 1.125rem !important;
  }

  .fpc19 {
    font-size: 1.1875rem !important;
  }

  .fpc20 {
    font-size: 1.25rem !important;
  }

  .fpc21 {
    font-size: 1.3125rem !important;
  }

  .fpc22 {
    font-size: 1.375rem !important;
  }

  .fpc23 {
    font-size: 1.4375rem !important;
  }

  .fpc24 {
    font-size: 1.5rem !important;
  }

  .fpc25 {
    font-size: 1.5625rem !important;
  }

  .fpc26 {
    font-size: 1.625rem !important;
  }

  .fpc27 {
    font-size: 1.6875rem !important;
  }

  .fpc28 {
    font-size: 1.75rem !important;
  }

  .fpc29 {
    font-size: 1.8125rem !important;
  }

  .fpc30 {
    font-size: 1.875rem !important;
  }

  .fpc31 {
    font-size: 1.938rem !important;
  }

  .fpc32 {
    font-size: 2rem !important;
  }

  .fpc33 {
    font-size: 2.0625rem !important;
  }

  .fpc35 {
    font-size: 2.1875rem !important;
  }

  .fpc36 {
    font-size: 2.25rem !important;
  }

  .fpc37 {
    font-size: 2.313rem !important;
  }

  .fpc38 {
    font-size: 2.38rem !important;
  }

  .fpc39 {
    font-size: 2.438rem !important;
  }

  .fpc34 {
    font-size: 2.125rem !important;
  }

  .fpc40 {
    font-size: 2.5rem !important;
  }

  .fpc41 {
    font-size: 2.563rem !important;
  }

  .fpc42 {
    font-size: 2.625rem !important;
  }

  .fpc43 {
    font-size: 2.688rem !important;
  }

  .fpc44 {
    font-size: 2.75rem !important;
  }

  .fpc45 {
    font-size: 2.8125rem !important;
  }

  .fpc47 {
    font-size: 2.9375rem !important;
  }

  .fpc48 {
    font-size: 3rem !important;
  }

  .fpc50 {
    font-size: 3.125rem !important;
  }

  .fpc55 {
    font-size: 3.438rem !important;
  }

  .fpc56 {
    font-size: 3.5rem !important;
  }

  .fpc58 {
    font-size: 3.625rem !important;
  }

  .fpc60 {
    font-size: 3.75rem !important;
  }

  .fpc67 {
    font-size: 4.1875rem !important;
  }

  .fpc70 {
    font-size: 4.375rem !important;
  }

  .fpc78 {
    font-size: 4.875rem !important;
  }

  .fpc80 {
    font-size: 5rem !important;
  }

  .fpc90 {
    font-size: 5.625rem !important;
  }

  .fpc100 {
    font-size: 6.25rem !important;
  }

  .fpc120 {
    font-size: 7.5rem !important;
  }

  .fpc130 {
    font-size: 8.125rem !important;
  }

  .fpc140 {
    font-size: 8.75rem !important;
  }

  .fpc150 {
    font-size: 9.375rem !important;
  }
}
.accordion_tree {
  display: none;
}

main {
  margin-top: 60px;
}

@media print, screen and (min-width: 1000px) {
  main {
    margin-top: 110px;
  }
}
.btn {
  border-radius: 28px;
  height: 51px;
  width: 256px;
  max-width: 100%;
  text-decoration: none;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #fff;
  transition: 0.3s ease-out;
  position: relative;
  overflow: hidden;
  border: none;
}
.btn::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  transition: 0.2s cubic-bezier(0.68, -0.03, 0.35, 0.99);
}
.btn span {
  z-index: 2;
  position: relative;
}
.btn:hover {
  color: #fff !important;
}
.btn:hover::before {
  width: 0;
}
.btn:active {
  color: #fff;
  filter: none !important;
  translate: 0 10px;
}
.btn.bg-maincolor {
  background-color: #FFDE16;
  color: #8C6D08;
  filter: drop-shadow(0 10px 0 #8C6D08);
}
.btn.bg-maincolor::before {
  background: #FFDE16;
}
.btn.bg-maincolor:active, .btn.bg-maincolor:hover {
  background-color: #8C6D08;
  filter: drop-shadow(0 10px 0 #FFDE16);
}
.btn.bg-lgreen {
  background-color: #A9EA95;
  color: #265318;
  filter: drop-shadow(0 10px 0 #85C870);
}
.btn.bg-lgreen::before {
  background: #A9EA95;
}
.btn.bg-lgreen:active, .btn.bg-lgreen:hover {
  background-color: #85C870;
  filter: drop-shadow(0 10px 0 #A9EA95);
}
.btn.bg-lred {
  background-color: #B74015;
  color: #fff;
  filter: drop-shadow(0 10px 0 #B74015);
}
.btn.bg-lred::before {
  background: #CC4210;
}
.btn.bg-lred:active, .btn.bg-lred:hover {
  background-color: #B74015;
  filter: drop-shadow(0 10px 0 #CC4210);
}
.btn.bg-bglred {
  background-color: #CC4210;
  color: #CC4210;
  filter: drop-shadow(0 10px 0 #CC4210);
}
.btn.bg-bglred::before {
  background: #E79B80;
}
.btn.bg-bglred:active, .btn.bg-bglred:hover {
  background-color: #CC4210;
  filter: drop-shadow(0 10px 0 #E79B80);
}
.btn.havearrow span {
  padding-right: 25px;
  background: transparent url(../img/common/arrow-link.svg) no-repeat 100% 50%/18px 18px;
  display: inline-block;
  min-height: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 700;
}
.btn.havearrow.bg-maincolor span {
  background-image: url(../img/common/arrow-link-brown-no.svg);
}
.btn.havearrow.bg-lgreen span {
  background-image: url(../img/common/arrow-link-green-no.svg);
}
.btn.havearrow.bg-bglred span {
  background-image: url(../img/common/arrow-link-lred-no.svg);
}

@media print, screen and (min-width: 768px) {
  .btn {
    width: 100%;
    max-width: 395px;
    height: 56px;
  }
}
#breadcrumb {
  padding: 5px 15px 0;
}
#breadcrumb li {
  margin-bottom: 0;
}
#breadcrumb li + li {
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
#breadcrumb li + li::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  line-height: 1;
}
#breadcrumb a {
  color: #232323;
}

@media print, screen and (min-width: 1000px) {
  #breadcrumb {
    padding: 10px 15px 0;
    max-width: 1030px;
    margin: 0 auto;
  }

  main {
    margin-top: 110px;
  }
}
.page-ttl {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 390/157;
  background: transparent url(../img/common/page-ttl-bg-sp.png) no-repeat 50% 50%/cover;
  font-family: "Inter", "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.page-ttl h2 {
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
}
.page-ttl h2 span {
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  line-height: 1.21;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.page-ttl h2 strong {
  padding-top: 20px;
  background: transparent url(../img/common/page-ttl-dot.svg) no-repeat 50% 0;
  font-size: 1.75rem;
  letter-spacing: 1.4px;
  line-height: 1.21;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .page-ttl {
    aspect-ratio: unset;
    height: 200px;
    background: #70C3ED url(../img/common/page-ttl-bg-pc.png) no-repeat 50% 50%/auto 200px;
  }
  .page-ttl h2 {
    padding: 10px 50px;
    border-radius: 20px;
    margin-bottom: 0;
  }
  .page-ttl h2 span {
    font-size: 1.0625rem;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .page-ttl h2 strong {
    font-size: 2.1875rem;
    letter-spacing: 2.5px;
    line-height: 1.22;
  }
}
@media print, screen and (min-width: 992px) {
  .page-ttl {
    aspect-ratio: unset;
    height: 300px;
    background-size: auto 300px;
  }
  .page-ttl h2 {
    padding: 20px 50px;
    border-radius: 20px;
  }
  .page-ttl h2 span {
    font-size: 1.25rem;
  }
  .page-ttl h2 strong {
    font-size: 3.125rem;
  }
}
.accordion_tree {
  display: none;
}

.sec-contact h3 {
  margin-bottom: 20px;
  font-size: 1.375rem;
}
.sec-contact-top {
  position: relative;
  z-index: 1;
}
.sec-contact-top-img {
  margin-bottom: -50px;
}
.sec-contact-main {
  z-index: 2;
  position: relative;
  padding: 0 15px;
}
.sec-contact-main-box {
  border-radius: 20px;
  padding: 30px 30px 40px;
}
@media print, screen and (max-width: 767px) {
  .sec-contact-main-box {
    max-width: 400px;
    margin: 0 auto;
  }
}
.sec-contact-main-box h4 {
  margin-bottom: 20px;
  line-height: 1.45;
}
.sec-contact-main-box p {
  margin-bottom: 20px;
}
.sec-contact-main-box-link .btn {
  max-width: 100%;
}
.sec-contact-main-box1 {
  border: 3px solid #FFDE16;
}
.sec-contact-main-box1 h4 {
  padding-left: 107px;
  background: transparent url(../img/common/icon-gas-electric.svg) no-repeat 0 50%;
}
.sec-contact-main-box2 {
  margin-top: 15px;
  border: 3px solid #FFDE16;
}
.sec-contact-main-box2 h4 {
  padding-left: 82px;
  background: transparent url(../img/common/icon-mail.svg) no-repeat 0 50%;
}

@media print, screen and (min-width: 768px) {
  .sec-contact h3 {
    margin-bottom: 20px;
    word-break: auto-phrase;
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  .sec-contact h3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-contact-top {
    max-width: 960px;
    margin: 0 auto;
  }
  .sec-contact-top h3 {
    padding: 6px 10px 10px;
    background: #fff;
    border-radius: 10px;
    width: 522px;
    z-index: 2;
    position: relative;
    margin: 35px auto 0 0;
  }
  .sec-contact-top-img {
    position: relative;
    z-index: 1;
    margin-left: -298px;
    width: 735px;
    margin-bottom: -70px;
  }
  .sec-contact-top-img img {
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-contact-main {
    max-width: 1400px;
    margin: 0 auto;
    gap: 30px;
  }
  .sec-contact-main-box {
    padding: 30px 15px 50px;
    width: calc(50% - 15px);
  }
  .sec-contact-main-box h4 {
    margin-bottom: 40px;
    padding-top: 96px;
    background-position: 50% 0;
    word-break: auto-phrase;
  }
  .sec-contact-main-box p {
    margin-bottom: 40px;
    word-break: auto-phrase;
  }
  .sec-contact-main-box-link .btn {
    width: 350px;
  }
  .sec-contact-main-box1 h4 {
    padding-left: 0;
    background-size: auto 71px;
  }
  .sec-contact-main-box2 {
    margin-top: 0;
  }
  .sec-contact-main-box2 h4 {
    padding-left: 0;
    background-size: auto 68px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 992px) {
  .sec-contact-main {
    gap: 100px;
  }
  .sec-contact-main-box {
    width: calc(50% - 50px);
  }
}
.news-list {
  padding: 0 15px;
}
.news-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 17px;
}
.news-box + .news-box {
  border-top: 1px dashed #6A6A6A;
  margin-top: 15px;
  padding-top: 15px;
}
.news-box p {
  margin-bottom: 0;
}
.news-date {
  font-weight: bold;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Inter", "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 80px;
}
.news-ttl {
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.5;
}
.news-ttl a {
  color: #232323;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .news-list {
    padding: 0;
  }
  .news-box {
    padding: 0 15px;
    gap: 10px 20px;
    flex-wrap: nowrap;
  }
  .news-box + .news-box {
    padding-top: 20px;
  }
  .news-date {
    width: 90px;
  }
  .news-ttl {
    width: auto;
    font-size: 1.125rem;
  }
}
.list-cat {
  display: inline-block;
  color: #0B3448;
  text-decoration: none;
  padding: 4px 4px 5px;
  border-radius: 3px;
  line-height: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  font-weight: 700;
  leading-trim: both;
  text-edge: cap;
  background: #49A5D3;
  border: 3px solid #49A5D3;
}
.list-cat:active, .list-cat:focus, .list-cat:hover {
  background: #8C6D08;
  color: #49A5D3;
}
.list-cat-blog {
  background: #A9EA95;
  border-color: #A9EA95;
  color: #265318;
}
.list-cat-danran {
  background: #FFDE16;
  border-color: #FFDE16;
  color: #634D05;
}
.list-cat-event {
  background: #EA7348;
  border-color: #EA7348;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .list-cat {
    padding: 4px 7px 7px;
    font-size: 1.125rem;
    line-height: 18px;
    min-width: 128px;
    text-align: center;
  }
}
.tag {
  display: inline-block;
  place-items: center;
  padding: 4px 7px 5px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  font-weight: 700;
  leading-trim: both;
  text-edge: cap;
  line-height: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease-out;
  position: relative;
}
.tag.bg-blue {
  border: 3px solid #3662D0;
}
.tag.bg-blue:hover {
  color: #3662D0;
  background: #fff;
}
.tag.bg-orange {
  border: 3px solid #FFDE16;
}
.tag.bg-orange:hover {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .tag {
    padding: 4px 7px;
  }
}
.sidebar {
  padding: 0;
  width: 340px;
  margin: 0 auto;
}
.sidebar-box {
  border-radius: 20px;
  border: 3px solid;
  padding: 20px;
}
.sidebar-box + .sidebar-box {
  margin-top: 34px;
}
.sidebar-box h3 {
  font-size: 1.25rem;
  line-height: 1.45;
  margin-bottom: 10px;
}
.sidebar-box-main {
  margin-bottom: 20px;
}
.sidebar-box1 {
  border-color: #FDE976;
  box-shadow: 0 10px 0 #FDE976;
}
.sidebar-box1 ul {
  margin-bottom: 0;
}
.sidebar-box1 li {
  margin-bottom: 0;
}
.sidebar-box1 li a {
  display: block;
  padding: 10px 0;
  font-size: 1rem;
  color: #232323;
  text-decoration: none;
}
.sidebar-box2 {
  border-color: #49A5D3;
  box-shadow: 0 10px 0 #49A5D3;
}
.sidebar-box2 h3 {
  margin-bottom: 30px;
  color: #0B3448;
}
.sidebar-box3 {
  border-color: #9CCC9F;
  box-shadow: 0 10px 0 #9CCC9F;
}
.sidebar-box3 h3 {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .sidebar .news-box {
    flex-wrap: wrap;
  }
  .sidebar .news-box .news-date {
    font-size: 1rem;
    width: 70px;
    line-height: 1;
  }
  .sidebar .news-box .list-cat {
    font-size: 0.9375rem;
  }
  .sidebar .news-box .news-ttl {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .main-inner {
    max-width: 1360px;
    margin: 0 auto;
    gap: 69px;
  }
  .main-inner .sidebar {
    width: 340px;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .main-inner .sidebar-box h3 {
    font-size: 1.5rem;
  }
  .main-inner .sidebar-box1 li a {
    font-size: 1.125rem;
  }
  .main-inner .sec01 {
    max-width: 920px;
    width: calc(100% - 390px);
  }
}
.sec-faq {
  padding: 0 15px;
}
.sec-faq + .sec-faq {
  margin-top: 70px;
}
.sec-faq h3 {
  margin-bottom: 50px;
}
.sec-faq-box + .sec-faq-box {
  margin-top: 15px;
}
.sec-faq-box-i {
  width: 36px;
  height: 34px;
  line-height: 34px;
}
.sec-faq-box-ttl {
  padding-bottom: 15px;
  border-bottom: 1px dashed #6A6A6A;
}
.sec-faq-box-ttl-inner {
  gap: 10px;
}
.sec-faq-box-ttl h4 {
  font-weight: normal;
  font-weight: 400;
  margin: auto auto auto 0;
  width: calc(100% - 76px);
}
.sec-faq-box-ttl .open-close {
  margin: auto 0 auto auto;
  width: 20px;
  height: 20px;
  background: transparent url(../img/common/arrow_accordion-blue.svg) no-repeat 50% 50%/cover;
  transition: 0.5s;
}
.sec-faq-box-ttl.active .open-close {
  rotate: 180deg;
}
.sec-faq-box-cnt {
  padding: 20px 0 70px;
}
.sec-faq-box-cnt-inner {
  gap: 10px;
}
.sec-faq-box-cnt-main {
  line-height: 1.5;
  width: calc(100% - 46px);
}

@media print, screen and (min-width: 768px) {
  .sec-faq {
    padding: 0 15px;
  }
  .sec-faq + .sec-faq {
    margin-top: 150px;
  }
  .sec-faq .sec-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec-faq-box + .sec-faq-box {
    margin-top: 20px;
  }
  .sec-faq-box-i {
    width: 36px;
    height: 34px;
    line-height: 34px;
  }
  .sec-faq-box-ttl {
    padding: 0 15px 20px;
  }
  .sec-faq-box-ttl-inner {
    gap: 20px;
  }
  .sec-faq-box-ttl h4 {
    width: calc(100% - 136px);
  }
  .sec-faq-box-ttl .open-close {
    width: 30px;
    height: 30px;
  }
  .sec-faq-box-cnt {
    padding: 20px 15px 60px;
  }
  .sec-faq-box-cnt-inner {
    gap: 20px;
  }
  .sec-faq-box-cnt-main {
    width: calc(100% - 56px);
    max-width: 864px;
  }
}
.form-main,
.form-main2 {
  border: 3px solid #FDE976;
  box-shadow: 0px 10px 0px 0px #FDE976;
  border-radius: 30px;
  padding: 30px 15px 50px;
}
.form-main + .form-main,
.form-main2 + .form-main {
  margin-top: 40px;
}
.form-main h3,
.form-main2 h3 {
  line-height: 1.45;
}
.form-main h3 span,
.form-main2 h3 span {
  display: grid;
  place-items: center;
  height: 24px;
  border: none;
  padding: 0 9px;
  width: 45px;
  border-radius: 20px;
}
.form-main .select-radio,
.form-main2 .select-radio {
  font-size: 1.125rem;
  margin-bottom: 60px;
}
.form-main .select-radio:last-of-type,
.form-main2 .select-radio:last-of-type {
  margin-bottom: 0;
}
.form-main .select-radio .wpcf7-form-control-wrap,
.form-main2 .select-radio .wpcf7-form-control-wrap {
  margin: 0 auto;
  display: block;
  width: 230px;
}
.form-main .select-radio .wpcf7-form-control-wrap .wpcf7-list-item,
.form-main2 .select-radio .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin: 0;
}
.form-main .select-radio .wpcf7-form-control-wrap .wpcf7-list-item + .wpcf7-list-item,
.form-main2 .select-radio .wpcf7-form-control-wrap .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}
.form-main .select-radio .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio],
.form-main2 .select-radio .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] {
  transform: scale(1.5);
}
.form-main .select-radio .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label,
.form-main2 .select-radio .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
  padding-left: 10px;
}
.form-main .select-radio2,
.form-main2 .select-radio2 {
  font-size: 1.125rem;
  margin-bottom: 60px;
}
.form-main .select-radio2:last-of-type,
.form-main2 .select-radio2:last-of-type {
  margin-bottom: 0;
}
.form-main .select-radio2 .wpcf7-form-control-wrap,
.form-main2 .select-radio2 .wpcf7-form-control-wrap {
  margin: 0 auto;
  display: block;
  width: 210px;
}
.form-main .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item,
.form-main2 .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin: 0;
}
.form-main .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item + .wpcf7-list-item,
.form-main2 .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}
.form-main .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio],
.form-main2 .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] {
  transform: scale(1.5);
}
.form-main .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label,
.form-main2 .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
  padding-left: 10px;
}
.form-main .select-select,
.form-main2 .select-select {
  text-align: center;
  margin-bottom: 30px;
}
.form-main select,
.form-main2 select {
  -webkit-appearance: none;
  min-height: 54px;
  border: 3px solid #E0E0E0;
  border-radius: 10px;
  padding: 17px 20px;
  font-size: 1.125rem;
  color: #232323;
  background: #fff;
}
.form-main select option,
.form-main2 select option {
  padding: 13px 10px;
}
.form-main dl + dl,
.form-main2 dl + dl {
  margin-top: 30px;
}
.form-main dl dt,
.form-main2 dl dt {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.form-main dl dt > span,
.form-main2 dl dt > span {
  display: grid;
  place-items: center;
  height: 24px;
  border: none;
  padding: 0 9px;
  width: 45px;
  border-radius: 20px;
}
.form-main dl dt strong,
.form-main2 dl dt strong {
  display: block;
  width: calc(100% - 55px);
}
.form-main dl dd,
.form-main2 dl dd {
  margin-bottom: 0;
}
.form-main dl dd input,
.form-main2 dl dd input {
  font-size: 1rem;
}
.form-main dl dd input[type=text], .form-main dl dd input[type=email], .form-main dl dd input[type=date], .form-main dl dd input[type=tel], .form-main dl dd input[type=number], .form-main dl dd input[type=url], .form-main dl dd input[type=password], .form-main dl dd input[type=search], .form-main dl dd input[type=number],
.form-main2 dl dd input[type=text],
.form-main2 dl dd input[type=email],
.form-main2 dl dd input[type=date],
.form-main2 dl dd input[type=tel],
.form-main2 dl dd input[type=number],
.form-main2 dl dd input[type=url],
.form-main2 dl dd input[type=password],
.form-main2 dl dd input[type=search],
.form-main2 dl dd input[type=number] {
  background: #fff;
  padding: 13px 10px;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  width: 100%;
  font-size: 1rem;
  color: #232323;
}
.form-main dl dd input[name=your-zipcode],
.form-main2 dl dd input[name=your-zipcode] {
  width: auto;
}
.form-main dl dd input::placeholder,
.form-main2 dl dd input::placeholder {
  color: #C6C6C6;
}
.form-main dl dd textarea,
.form-main2 dl dd textarea {
  padding: 13px 10px;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  width: 100%;
  font-size: 1rem;
}
.form-main dl dd span + span,
.form-main2 dl dd span + span {
  margin-top: 15px;
  display: block;
}
.form-main .submit-btn,
.form-main2 .submit-btn {
  margin-top: 30px;
}
.form-main .submit-btn a,
.form-main2 .submit-btn a {
  font-size: 1.125rem;
  line-height: 18px;
}
.form-main input[type=submit],
.form-main button,
.form-main2 input[type=submit],
.form-main2 button {
  width: 300px;
  max-width: 100%;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 45px;
  margin: 0 auto;
  border: none;
  color: #fff;
  font-size: 1.125rem;
  line-height: 18px;
  padding-right: 20px;
  background: #FFDE16 url(../img/common/arrow-link.svg) no-repeat 175px 54%/18px auto;
  transition: 0.3s;
}
.form-main input[type=submit]:active, .form-main input[type=submit]:focus, .form-main input[type=submit]:hover,
.form-main button:active,
.form-main button:focus,
.form-main button:hover,
.form-main2 input[type=submit]:active,
.form-main2 input[type=submit]:focus,
.form-main2 input[type=submit]:hover,
.form-main2 button:active,
.form-main2 button:focus,
.form-main2 button:hover {
  background-color: #FFDE16;
}
.form-main .btn-wrap,
.form-main2 .btn-wrap {
  gap: 20px;
}
.form-main .btn-wrap .back-btn .btn,
.form-main2 .btn-wrap .back-btn .btn {
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .form-main,
.form-main2 {
    padding: 50px 15px;
  }
  .form-main h3,
.form-main2 h3 {
    line-height: 1.45;
    margin-bottom: 50px;
  }
  .form-main .select-radio,
.form-main2 .select-radio {
    margin-bottom: 70px;
  }
  .form-main .select-radio:last-of-type,
.form-main2 .select-radio:last-of-type {
    margin-bottom: 0;
  }
  .form-main .select-radio .wpcf7-form-control-wrap,
.form-main2 .select-radio .wpcf7-form-control-wrap {
    width: 562px;
  }
  .form-main .select-radio .wpcf7-form-control-wrap .wpcf7-form-control,
.form-main2 .select-radio .wpcf7-form-control-wrap .wpcf7-form-control {
    gap: 20px 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .form-main .select-radio .wpcf7-form-control-wrap .wpcf7-list-item,
.form-main2 .select-radio .wpcf7-form-control-wrap .wpcf7-list-item {
    width: calc(50% - 15px);
  }
  .form-main .select-radio .wpcf7-form-control-wrap .wpcf7-list-item + .wpcf7-list-item,
.form-main2 .select-radio .wpcf7-form-control-wrap .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0;
  }
  .form-main .select-radio2,
.form-main2 .select-radio2 {
    margin-bottom: 70px;
  }
  .form-main .select-radio2:last-of-type,
.form-main2 .select-radio2:last-of-type {
    margin-bottom: 0;
  }
  .form-main .select-radio2 .wpcf7-form-control-wrap,
.form-main2 .select-radio2 .wpcf7-form-control-wrap {
    width: 562px;
  }
  .form-main .select-radio2 .wpcf7-form-control-wrap .wpcf7-form-control,
.form-main2 .select-radio2 .wpcf7-form-control-wrap .wpcf7-form-control {
    gap: 20px 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .form-main .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item,
.form-main2 .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item {
    width: calc((100% - 60px) / 3);
  }
  .form-main .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item + .wpcf7-list-item,
.form-main2 .select-radio2 .wpcf7-form-control-wrap .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0;
  }
  .form-main .select-select,
.form-main2 .select-select {
    text-align: center;
    margin-bottom: 30px;
  }
  .form-main select,
.form-main2 select {
    border-width: 3px;
    border-radius: 10px;
    padding: 17px 20px;
    font-size: 1.125rem;
  }
  .form-main dl,
.form-main2 dl {
    max-width: 670px;
    margin: 0 auto;
  }
  .form-main dl + dl,
.form-main2 dl + dl {
    margin-top: 50px;
  }
  .form-main dl dd,
.form-main2 dl dd {
    margin-bottom: 0;
  }
  .form-main dl dd input,
.form-main2 dl dd input {
    font-size: 1.125rem;
  }
  .form-main dl dd input[type=text], .form-main dl dd input[type=email], .form-main dl dd input[type=date], .form-main dl dd input[type=tel], .form-main dl dd input[type=number], .form-main dl dd input[type=url], .form-main dl dd input[type=password], .form-main dl dd input[type=search], .form-main dl dd input[type=number],
.form-main2 dl dd input[type=text],
.form-main2 dl dd input[type=email],
.form-main2 dl dd input[type=date],
.form-main2 dl dd input[type=tel],
.form-main2 dl dd input[type=number],
.form-main2 dl dd input[type=url],
.form-main2 dl dd input[type=password],
.form-main2 dl dd input[type=search],
.form-main2 dl dd input[type=number] {
    border-width: 3px;
    padding: 17px 20px;
    border-radius: 10px;
    font-size: 1.125rem;
  }
  .form-main dl dd input[type=date],
.form-main2 dl dd input[type=date] {
    max-width: 185px;
  }
  .form-main dl dd textarea,
.form-main2 dl dd textarea {
    padding: 17px 20px;
    border-radius: 10px;
    font-size: 1.125rem;
  }
  .form-main .submit-btn,
.form-main2 .submit-btn {
    margin-top: 50px;
  }
  .form-main input[type=submit],
.form-main2 input[type=submit] {
    width: 350px;
    height: 68px;
    font-size: 1.25rem;
    line-height: 20px;
    padding-right: 20px;
    background-position: 195px 51%;
  }
}
.sec-works {
  position: relative;
  padding: 0 15px 31px;
  margin-bottom: 100px;
}
.sec-works::after {
  background: #FFF6F1;
  width: 100%;
  height: 393px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec-works-main {
  padding: 30px 15px 0;
}
.sec-works-box-image {
  margin-bottom: 20px;
}
.sec-works-box-image img {
  border-radius: 20px;
}
.sec-works-box-info-tags {
  gap: 10px;
  margin-bottom: 15px;
}
.sec-works-date {
  font-size: 0.875rem;
  margin-bottom: 5px;
  font-family: "Inter", "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.sec-works-ttl {
  font-size: 1rem;
  line-height: 1.43;
}
.sec-works-ttl a {
  text-decoration: none;
  color: #232323;
}
.sec-works .slick-arrow {
  top: 115px;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 99;
}
.sec-works .slick-arrow::before {
  content: none;
}
.sec-works .slick-arrow.slick-prev {
  background: url(../img/common/slide-arrow-orange-prev.svg) no-repeat 50% 50%/cover;
  left: -15px;
}
.sec-works .slick-arrow.slick-next {
  background: url(../img/common/slide-arrow-orange-next.svg) no-repeat 50% 50%/cover;
  right: -15px;
}
.sec-works-link {
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}
.sec-works-link-box + .sec-works-link-box {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .sec-works {
    padding: 0 15px 66px;
    margin-bottom: 150px;
  }
  .sec-works::after {
    height: 624px;
  }
  .sec-works .front-ttl {
    margin-bottom: 50px;
  }
  .sec-works .front-ttl p {
    margin-bottom: 10px;
  }
  .sec-works-main {
    padding: 0 15px;
    max-width: 490px;
    margin: 0 auto 80px;
  }
  .sec-works-box {
    padding: 0 15px;
  }
  .sec-works-date {
    font-size: 1rem;
  }
  .sec-works-ttl {
    font-size: 1.375rem;
  }
  .sec-works .slick-arrow {
    top: 194px;
    width: 58px;
    height: 58px;
  }
  .sec-works .slick-arrow.slick-prev {
    left: -70px;
  }
  .sec-works .slick-arrow.slick-next {
    right: -70px;
  }
  .sec-works-link {
    padding: 50px 60px;
    max-width: 920px;
    margin: 80px auto 0;
    gap: 50px 100px;
    flex-wrap: wrap;
  }
  .sec-works-link-box + .sec-works-link-box {
    margin-top: 0;
  }
  .sec-works-link-box .btn {
    max-width: 350px;
  }
}
@media print, screen and (min-width: 1130px) {
  .sec-works-main {
    padding: 0 15px;
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 1580px) {
  .sec-works-main {
    padding: 0 15px;
    max-width: 1440px;
  }
}
.sec-faq {
  padding: 0 15px;
}
.sec-faq + .sec-faq {
  margin-top: 70px;
}
.sec-faq h3 {
  margin-bottom: 50px;
}
.sec-faq-box + .sec-faq-box {
  margin-top: 15px;
}
.sec-faq-box-i {
  width: 36px;
  height: 34px;
  line-height: 34px;
}
.sec-faq-box-ttl {
  padding-bottom: 15px;
  border-bottom: 1px dashed #6A6A6A;
}
.sec-faq-box-ttl-inner {
  gap: 10px;
}
.sec-faq-box-ttl h4 {
  font-weight: normal;
  font-weight: 400;
  margin: auto auto auto 0;
  width: calc(100% - 76px);
}
.sec-faq-box-ttl .open-close {
  margin: auto 0 auto auto;
  width: 20px;
  height: 20px;
  background: transparent url(../img/common/arrow_accordion-sblue.svg) no-repeat 50% 50%/cover;
  transition: 0.5s;
}
.sec-faq-box-ttl.active .open-close {
  rotate: 180deg;
}
.sec-faq-box-cnt {
  padding: 20px 0 70px;
}
.sec-faq-box-cnt-inner {
  gap: 10px;
}
.sec-faq-box-cnt-main {
  line-height: 1.5;
  width: calc(100% - 46px);
}

@media print, screen and (min-width: 768px) {
  .sec-faq {
    padding: 0 15px;
  }
  .sec-faq + .sec-faq {
    margin-top: 150px;
  }
  .sec-faq .sec-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec-faq-box + .sec-faq-box {
    margin-top: 20px;
  }
  .sec-faq-box-i {
    width: 36px;
    height: 34px;
    line-height: 34px;
  }
  .sec-faq-box-ttl {
    padding: 0 15px 20px;
  }
  .sec-faq-box-ttl-inner {
    gap: 20px;
  }
  .sec-faq-box-ttl h4 {
    width: calc(100% - 136px);
  }
  .sec-faq-box-ttl .open-close {
    width: 30px;
    height: 30px;
  }
  .sec-faq-box-cnt {
    padding: 20px 15px 60px;
  }
  .sec-faq-box-cnt-inner {
    gap: 20px;
  }
  .sec-faq-box-cnt-main {
    width: calc(100% - 56px);
    max-width: 864px;
  }
}
.grecaptcha-badge {
  z-index: 8000;
}

.transform-unset {
  transform: unset !important;
}

.sec-micon {
  padding: 0 15px;
}
.sec-micon-img {
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.sec-micon-img-box img {
  width: 304px;
}
.sec-micon-flow {
  margin-bottom: 50px;
}
.sec-micon-flow li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sec-micon-flow-num {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: bold;
  font-weight: 800;
  line-height: 1;
}
.sec-micon-flow-txt {
  flex: 1;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .sec-micon .sec-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec-micon-img {
    flex-direction: row;
    gap: 44px;
    margin-bottom: 55px;
  }
  .sec-micon-img-box {
    width: calc((100% - 88px) / 3);
  }
  .sec-micon-flow {
    margin-bottom: 100px;
  }
  .sec-micon-flow li {
    gap: 13px;
  }
  .sec-micon-flow-num {
    width: 47px;
    height: 47px;
  }
}
.sec-attn {
  padding: 0 15px;
}
.sec-attn .h3-attn span {
  padding-left: 36px;
  background: transparent url(../img/common/icon-urgency.svg) no-repeat 0 50%/35px auto;
  min-height: 35px;
  line-height: 35px;
}
.sec-attn-intr {
  line-height: 1.88;
}
.sec-attn ul li {
  margin-bottom: 0;
  line-height: 1.5;
}
.sec-attn-contact dl {
  margin-bottom: 0;
  border: 3px solid #E79B80;
  border-radius: 20px;
  padding: 30px 15px 40px;
}
.sec-attn-contact dl + dl {
  margin-top: 20px;
}
.sec-attn-contact dl dt {
  margin-bottom: 20px;
}
.sec-attn-contact dl dd {
  margin-bottom: 0;
}
.sec-attn-contact dl dd a.btn {
  width: 300px;
  max-width: 100%;
  font-size: 1.375rem;
  font-weight: bold;
  font-weight: 800;
}
.sec-attn-contact dl dd a.btn span {
  padding-left: 26px;
  background: transparent url(../img/common/icon-tel.svg) no-repeat 0 80%/18px auto;
  line-height: 26px;
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .sec-attn .sec-inner {
    max-width: 1050px;
    margin: 0 auto;
  }
  .sec-attn h3 span {
    padding-left: 45px;
  }
  .sec-attn ul {
    max-width: 1000px;
    margin: 0 auto 30px;
  }
  .sec-attn ul li {
    line-height: 1.88;
  }
  .sec-attn-contact {
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec-attn-contact dl {
    width: calc(50% - 20px);
    padding: 30px 15px;
  }
  .sec-attn-contact dl + dl {
    margin-top: 0;
  }
  .sec-attn-contact dl dt {
    margin-bottom: 25px;
  }
  .sec-attn-contact dl dd a.btn {
    width: 350px;
    font-size: 1.75rem;
  }
  .sec-attn-contact dl dd a.btn span {
    padding-left: 28px;
    line-height: 26px;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-wrap {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header h1 {
  line-height: 1;
  line-height: 1em;
  margin-bottom: 0;
  max-width: 220px;
}
.header h1 a {
  display: grid;
  align-items: center;
  line-height: 1em;
  height: 60px;
  padding-left: 15px;
}
.header h1 a img {
  display: inline-block;
  line-height: 1em;
  width: 197px;
  margin: auto auto auto 0;
}
.header h1 span {
  display: none;
}
.header .global-navigation {
  display: none;
}
.header .global-navigation2-btn {
  display: none;
}
.header-btn {
  display: block;
  width: 60px;
  height: 60px;
}
.header-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-btn span {
  background: #8C6D08;
  width: 25px;
  height: 2px;
  display: block;
  position: absolute;
  left: 19px;
  transition: 0.5s;
  top: 50%;
}
.header-btn span:nth-of-type(1) {
  translate: 0 -10px;
}
.header-btn span:nth-of-type(2) {
  translate: 0 -50%;
}
.header-btn span:nth-of-type(3) {
  translate: 0 8px;
}
.header-btn.active span {
  left: 16px;
}
.header-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  translate: 0;
}
.header-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  translate: 0;
}

@media print, screen and (min-width: 1000px) {
  .header {
    padding: 20px 20px;
  }
  .header h1 {
    max-width: none;
    width: 404px;
  }
  .header h1 a {
    height: 70px;
    padding: 0 15px 0 0;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1500px) {
  .header h1 a {
    padding: 0 25px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header h1 a img {
    width: 354px;
    height: auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-btn {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .global-navigation {
    display: block;
    border-radius: 50px;
    max-width: 1405px;
    padding: 0 8px;
    flex: 1;
  }
}
@media print, screen and (min-width: 1000px) and (max-width: 1299px) {
  .header .global-navigation {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1850px) {
  .header .global-navigation {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .global-navigation-wrap {
    display: flex;
    align-content: stretch;
    gap: 7px;
  }
}
@media print, screen and (min-width: 1000px) and (max-width: 1299px) {
  .header .global-navigation-main {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1850px) {
  .header .global-navigation-main {
    gap: 10px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1440px) {
  .header .global-navigation-main span, .header .global-navigation-main a {
    font-size: 1.0625rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .global-navigation-main > li {
    position: relative;
    margin-bottom: 0;
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1300px) {
  .header .global-navigation-main > li {
    padding: 11px 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .global-navigation-main > li > span, .header .global-navigation-main > li > a {
    color: #8C6D08;
    display: block;
    text-decoration: none;
    line-height: 1;
    transition: 0.3s ease-out;
    white-space: nowrap;
    border-radius: 30px;
    vertical-align: middle;
    padding: 5px 8px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1300px) {
  .header .global-navigation-main > li > span, .header .global-navigation-main > li > a {
    padding: 14px 8px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1735px) {
  .header .global-navigation-main > li > span, .header .global-navigation-main > li > a {
    padding: 14px 15px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .global-navigation-main > li > span:hover, .header .global-navigation-main > li > a:hover {
    background: #fff;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .global-navigation-child {
    background: #FFFFCD;
    border-radius: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50%;
    width: 290px;
    height: 0;
    overflow: hidden;
  }
  .header .global-navigation-child li {
    margin-bottom: 0;
  }
  .header .global-navigation-child li:first-of-type:before {
    width: 25px;
    height: 25px;
    background: transparent url(../img/common/arrow-lyellow.svg) no-repeat 50% 50%/cover;
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    translate: -50%;
    z-index: 1;
  }
  .header .global-navigation-child li:first-of-type a {
    color: #8C6D08;
    z-index: 2;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .header .global-navigation-child li + li {
    border-top: 1px dashed #FFDE16;
  }
  .header .global-navigation-child li:last-of-type a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .header .global-navigation-child a {
    padding: 20px;
    color: #8C6D08;
    text-decoration: none;
    transition: 0.3s ease-out;
    font-size: 1.125rem;
  }
  .header .global-navigation-child a:hover {
    background: #FFDE16;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .global-navigation .global-navigation-main > li:hover ul {
    height: auto;
    overflow: visible;
    filter: drop-shadow(0 18px 0 #FFDE16);
  }
}
@media print, screen and (min-width: 1000px) {
  .header .global-navigation2-btn {
    width: 148px;
    display: block;
  }
  .header .global-navigation2-btn a {
    width: 100%;
    display: grid;
    place-items: center;
    background: #A9EA95;
    height: 100%;
    color: #634D05;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-weight: 800;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1440px) {
  .header .global-navigation2-btn a {
    font-size: 1.0625rem;
  }
}
.bottom-nav {
  color: #fff;
}
.bottom-nav a {
  color: #fff;
  text-decoration: none;
}
.bottom-nav a[href]:active, .bottom-nav a[href]:focus, .bottom-nav a[href]:hover {
  text-decoration: underline;
}

@media screen and (max-width: 999px) {
  .bottom-nav {
    padding: 61px 0 20px;
  }
  .bottom-nav dl {
    width: 300px;
    padding-bottom: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
  }
  .bottom-nav dl + dl {
    margin-top: 20px;
  }
  .bottom-nav dl dt {
    font-size: 1.125rem;
    margin: 0;
  }
  .bottom-nav dl dt a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bottom-nav dl dt span {
    width: 18px;
    height: 18px;
    display: block;
    background: transparent url(../img/common/arrow_accordion.svg) no-repeat 50% 50%;
    transition: 0.5s;
  }
  .bottom-nav dl dd {
    padding: 20px 0 0 30px;
    margin: 0;
  }
  .bottom-nav dl dd ul {
    margin-bottom: 0;
  }
  .bottom-nav dl dd ul li {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
  .bottom-nav dl dd ul li a {
    padding: 10px 0;
  }
  .bottom-nav dl.have_c dd {
    display: none;
  }
  .bottom-nav dl.have_c.active dt span {
    transform: rotate(180deg);
  }
  .bottom-nav dl:not(.have_c) {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .bottom-nav dl:not(.have_c) dd {
    padding-left: 0;
    padding-top: 0;
  }
  .bottom-nav dl:not(.have_c) dd li + li {
    border-top: 1px solid #fff;
    padding: 10px 0;
  }
  .bottom-nav dl:not(.have_c):last-of-type {
    border-bottom: none;
  }
  .bottom-nav dl:not(.have_c):last-of-type li {
    padding: 0 0 10px;
  }
  .bottom-nav dl:not(.have_c):last-of-type li + li {
    padding-top: 10px;
  }
}
.footer-wrap:before {
  background: transparent url(../img/common/bottom-bg-sp.svg) no-repeat 50% 100%;
  content: "";
  display: block;
  height: 62px;
  width: 100%;
}
.footer-info-main {
  margin: 0 auto;
  border-radius: 50px;
  padding: 0 15px;
}
.footer-info-main-inner {
  max-width: 413px;
  margin: 0 auto;
}
.footer-info-main h3 {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  padding: 12px 23px;
}
.footer-info-box {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px 20px;
}
.footer-info-box + .footer-info-box {
  margin-top: 20px;
}
.footer-info-box-ttl {
  margin-bottom: 16px;
}
.footer-info-box-ttl span {
  background: #FFDE16;
  padding: 5px 15px;
  border-radius: 40px;
  letter-spacing: 0.05em;
}
.footer-info-box-address {
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
}
.footer-info-box-telfax {
  text-align: center;
}
.footer-info-box-telfax-inner a {
  border-radius: 40px;
  padding: 5px 0;
  display: block;
  max-width: 220px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}
.footer-info-box-telfax-inner:nth-of-type(1) {
  margin-bottom: 15px;
  display: inline-block;
}
.footer-info-box-telfax-inner:nth-of-type(1) a {
  background: #70C3ED;
  margin-bottom: 5px;
}
.footer-info-box-telfax-inner:nth-of-type(2) a {
  background: #A9EA95;
}
.footer-info-sns {
  margin: 30px 0 0;
  gap: 20px;
  justify-content: center;
}
.footer .copyright {
  padding: 30px 0;
}

@media print, screen and (min-width: 768px) {
  .footer-wrap::before {
    background-image: url(../img/common/bottom-bg-pc.svg);
    background-size: 100% auto;
    height: 144px;
  }
}
@media print, screen and (min-width: 1260px) {
  .footer-wrap::before {
    background-size: auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer {
    width: 100%;
    padding: 77px 15px 0;
  }
  .footer-inner {
    margin: 0 auto;
    max-width: 1610px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1170px) {
  .footer-inner {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer .bottom-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    max-width: 700px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1370px) {
  .footer .bottom-nav {
    max-width: 900px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1570px) {
  .footer .bottom-nav {
    gap: 50px;
    max-width: 1030px;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer .bottom-nav dl {
    margin-bottom: 0;
    width: calc((100% - 60px) / 3);
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1370px) {
  .footer .bottom-nav dl {
    width: calc((100% - 90px) / 4);
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1570px) {
  .footer .bottom-nav dl {
    width: calc((100% - 150px) / 4);
  }
}
@media print, screen and (min-width: 1000px) {
  .footer .bottom-nav dl dt {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer .bottom-nav dl dd {
    margin-bottom: 0;
  }
  .footer .bottom-nav dl dd ul {
    margin-bottom: 0;
  }
  .footer .bottom-nav dl dd ul li {
    margin-bottom: 0;
  }
  .footer .bottom-nav dl dd ul li + li {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer-info-main {
    margin: 0;
    padding: 0;
  }
  .footer-info-main-inner {
    max-width: 413px;
    margin: 0 auto 0 0;
  }
  .footer-info-main h3 {
    border-radius: 12px;
    padding: 12px 29px;
  }
  .footer-info-box {
    border-radius: 20px;
    padding: 10px 20px 15px;
  }
  .footer-info-box-ttl span {
    display: inline-block;
  }
  .footer-info-box-address {
    display: block;
  }
  .footer-info-box-telfax {
    display: flex;
    gap: 8px;
  }
  .footer-info-box-telfax-inner {
    width: calc(50% - 8px);
  }
  .footer-info-box-telfax-inner a {
    max-width: 180px;
  }
  .footer-info-box-telfax-inner:nth-of-type(1) {
    margin-bottom: 0;
  }
  .footer-info-box-telfax-inner:nth-of-type(1) a {
    margin-bottom: 10px;
  }
  .footer-info-sns {
    margin: 25px 0 0;
    justify-content: flex-start;
  }
}
.side-bnr-wrap {
  display: none;
}

.bottom-bnr-wrap {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  .side-bnr-wrap {
    display: block;
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 9999;
    translate: 0 -50%;
  }
  .side-bnr-wrap a {
    background: transparent url(../img/common/bnr-urgency-pc-hover.svg) no-repeat 100% 50%;
    display: block;
  }
  .side-bnr-wrap a img {
    transition: 0.5s;
  }
  .side-bnr-wrap a:hover img {
    opacity: 0;
  }

  .bottom-bnr-wrap {
    position: fixed;
    bottom: 20px;
    right: 0;
    padding-right: 22px;
    z-index: 9999;
    transition: 0.5s;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .bottom-bnr-wrap.active {
    visibility: visible;
    opacity: 1;
  }
  .bottom-bnr-wrap .bottom-bnr {
    visibility: hidden;
    opacity: 0;
    position: relative;
  }
  .bottom-bnr-wrap .bottom-bnr.active {
    visibility: visible;
    opacity: 1;
  }
  .bottom-bnr-wrap .bottom-bnr .close {
    background: #fff;
    width: 24px;
    height: 24px;
    border: 3px solid #3662d0;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
  }
  .bottom-bnr-wrap .bottom-bnr .close::before, .bottom-bnr-wrap .bottom-bnr .close::after {
    width: 18px;
    height: 2px;
    content: "";
    display: block;
    background: #3662d0;
    border-radius: 2px;
  }
  .bottom-bnr-wrap .bottom-bnr .close::before {
    translate: 0 8px;
    rotate: 45deg;
  }
  .bottom-bnr-wrap .bottom-bnr .close::after {
    translate: 0 6px;
    rotate: -45deg;
  }
  .bottom-bnr-wrap .bottom-bnr + .bottom-bnr {
    margin-top: 10px;
  }
}
.drawer-menu {
  position: fixed;
  top: 60px;
  left: 100%;
  width: 100%;
  height: calc(100vh - 60px);
  padding: 40px 0 60px;
  overflow-y: scroll;
  transition: 0.8s;
  z-index: 9999;
}
.drawer-menu.active {
  transform: translateX(-100%);
}
.drawer-menu-top {
  padding: 20px 15px;
  gap: 20px;
}
.drawer-menu-box {
  width: 170px;
  max-width: calc(50% - 10px);
}
.drawer-menu-box a + span {
  margin-top: 10px;
  line-height: 1;
}
.drawer-menu-main {
  padding: 55px 0 40px;
}
.drawer-menu-main .bottom-nav {
  padding: 0;
}
.drawer-menu-main .bottom-nav dl {
  border-color: #634D05;
}
.drawer-menu-main .bottom-nav dl dt span {
  background-image: url(../img/common/arrow_accordion-dyellow2.svg);
}
.drawer-menu-main .bottom-nav dl:not(.have_c) dd li + li {
  border-color: #634D05;
}
.drawer-menu-main .bottom-nav a {
  color: #634D05 !important;
}
.drawer-menu-sns ul {
  gap: 20px;
}

/*# sourceMappingURL=style.css.map */
