@charset "UTF-8";
/*
Theme Name: name
Theme URI:
Author:  
Author URI:
Description:
License:
License URI:
Tags:
*/
/* CSS Document */
/*=================================================
 *  リセット
 * ================================================= */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
header,
hgroup,
section,
article,
aside,
hgroup,
footer,
figure,
figcaption,
nav {
  font-size: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul,
ol {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
p {
  margin: auto;
}
.wp-caption {
  width: 100% !important;
  height: auto;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3vw;
  color: #333;
  line-height: 2;
}
.en {
  font-family: "Montserrat", sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.mainWrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.mainWrap90 {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
img {
  width: 100%;
  height: auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
a {
  text-decoration: none;
}
.shadow {
  box-shadow: 0 0.3vw 1vw 0 rgb(0 0 0 / 20%);
}
.t-shadow {
  text-shadow: 1px 2px 3px #0000004d;
}
.dotstyle {
  list-style: disc;
  margin-left: 1.5vw;
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background-color: #0aa764;
}
.bg-be {
  background-color: #f9f9f4;
}
.bg-o {
  background-color: #fea620;
}
.bg-w {
  background-color: #fff;
}
/*=================================================
 * gridセット
 * ================================================= */
.grid2,
.grid3,
.grid4,
.grid7-3,
.grid6-4,
.grid8-2,
.grid3-7,
.grid4-6,
.grid2-8 {
  display: grid;
  gap: var(--grid-gap, 4vw);
}
.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid7-3 {
  grid-template-columns: 7fr 3fr;
}
.grid6-4 {
  grid-template-columns: 6fr 4fr;
}
.grid8-2 {
  grid-template-columns: 8fr 2fr;
}
.grid3-7 {
  grid-template-columns: 3fr 7fr;
}
.grid4-6 {
  grid-template-columns: 4fr 6fr;
}
.grid2-8 {
  grid-template-columns: 2fr 8fr;
}
.grid-center {
  align-items: center;
}
.grid-start {
  align-items: start;
}
.grid-end {
  align-items: end;
}
.gap-s {
  --grid-gap: 2vw;
}
.gap-m {
  --grid-gap: 4vw;
}
.gap-l {
  --grid-gap: 6vw;
}
@media screen and (max-width: 768px) {
  .grid2,
  .grid3,
  .grid4,
  .grid7-3,
  .grid6-4,
  .grid8-2,
  .grid3-7,
  .grid4-6,
  .grid2-8 {
    grid-template-columns: 1fr;
  }
  .gap-s {
    --grid-gap: 5vw;
  }
  .gap-m {
    --grid-gap: 7vw;
  }
  .gap-l {
    --grid-gap: 9vw;
  }
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #247c26;
}
.tc-o {
  color: #fea620;
}
.white {
  color: #fff;
}
.red {
  color: #a30000;
}
.tc a {
  color: #654f4f;
}
.white a {
  color: #fff;
}
.red a {
  color: #a30000;
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd {
  border: 3px solid #019657;
  border-radius: 2vw;
}
.bd-t {
  border-top: 1px solid #019657;
}
.bd-b {
  border-bottom: 1px solid #019657;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
.br-l {
  border-radius: 4vw;
}
.br-m {
  border-radius: 3vw;
}
.br-s {
  border-radius: 2vw;
}
@media screen and (max-width: 768px) {
  .br-l {
    border-radius: 6vw;
  }
  .br-m {
    border-radius: 4.5vw;
  }
  .br-s {
    border-radius: 3vw;
  }
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  margin: 1vw 0 9vw;
  padding: 1vw;
}
.pankuzu ul {
  justify-content: right;
  margin-right: 3vw;
}
.pankuzu ul li:after {
  content: ">";
  margin: 0 1vw;
}
.pankuzu ul li:last-child:after {
  content: none;
}
.pankuzu li {
  font-size: 1vw;
  padding: 0 !important;
  display: flex;
}
/*=================================================
 * font
 * ================================================= */
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f12 {
  font-size: 0.9vw;
}
.f14 {
  font-size: 1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.4vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.7vw;
}
.f26 {
  font-size: 1.9vw;
}
.f28 {
  font-size: 2vw;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.f38 {
  font-size: 2.7vw;
}
.f40 {
  font-size: 2.9vw;
}
.f42 {
  font-size: 3vw;
}
.f44 {
  font-size: 3.2vw;
}
.f46 {
  font-size: 3.3vw;
  line-height: 1.3;
}
.f48 {
  font-size: 3.5vw;
  line-height: 1.3;
}
.f50 {
  font-size: 3.6vw;
  line-height: 1.2;
}
.f52 {
  font-size: 3.8vw;
  line-height: 1.2;
}
.f56 {
  font-size: 4vw;
  line-height: 1.2;
}
.f60 {
  font-size: 4.3vw;
  line-height: 1.2;
}
.f70 {
  font-size: 5.1vw;
  line-height: 1.1;
}
.f80 {
  font-size: 5.8vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f16 {
    font-size: 3.6vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 4.2vw;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f28 {
    font-size: 4.5vw;
  }
  .f30 {
    font-size: 4.5vw;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 4.5vw;
  }
  .f36 {
    font-size: 5vw;
  }
  .f38 {
    font-size: 5vw;
  }
  .f40 {
    font-size: 5.2vw;
  }
  .f42 {
    font-size: 5.3vw;
  }
  .f44 {
    font-size: 5.4vw;
  }
  .f46 {
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f52 {
    font-size: 9.2vw;
    line-height: 1.2;
  }
  .f56 {
    font-size: 9.5vw;
    line-height: 1.2;
  }
  .f60 {
    font-size: 9.8vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
    line-height: 1.1;
  }
  .f80 {
    font-size: 11vw;
    line-height: 1;
  }
  .f90 {
    font-size: 12vw;
    line-height: 1;
  }
}
/*=================================================
 * header
 * ================================================= */
#header {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
.header-logo {
  position: absolute;
  top: 1vw;
  left: 1vw;
  width: 15vw;
  pointer-events: auto;
}
.header-logo img,
.menu-logo img {
  width: 100%;
}
.header-btns {
  position: absolute;
  top: 1.2vw;
  right: 8vw;
  display: flex;
  gap: 1vw;
  align-items: flex-start;
  pointer-events: auto;
}
.contact-btn,
.menu-btn,
.menu-contact,
.menu-download {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn {
  width: 15vw;
  height: 6vw;
  border-radius: 1.4vw;
  background: #f6a21a;
  color: #fff;
}
.contact-btn span {
  position: relative;
  padding-left: 2vw;
}
.contact-btn span::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.6vw;
}
.menu-btn {
  width: 6vw;
  height: 6vw;
  border: none;
  border-radius: 1.4vw;
  background: #08772a;
  flex-direction: column;
  gap: 0.8vw;
  padding-top: 0.5vw;
  cursor: pointer;
}
.menu-btn span {
  width: 3vw;
  height: 0.26vw;
  min-height: 3px;
  background: #fff;
  border-radius: 999vw;
}
.menu-btn em,
.close-btn em {
  font-style: normal;
  color: #fff;
}
.menu-btn em {
  line-height: 1;
  font-size: 1.2vw;
}
.global-menu {
  position: fixed;
  inset: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
.global-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-inner {
  position: absolute;
  top: 5vw;
  left: 8vw;
  width: 84vw;
  min-height: 37vw;
  padding: 5vw 5.5vw 4.2vw;
  border-radius: 1.6vw;
  background: #07964e;
}
.menu-logo {
  width: 15vw;
  margin-bottom: 3.8vw;
}
.close-btn {
  position: absolute;
  top: 2.4vw;
  right: 2.6vw;
  width: 4vw;
  height: 4vw;
  border: none;
  background: none;
  cursor: pointer;
}
.close-btn span {
  position: absolute;
  top: 1.45vw;
  left: 0.4vw;
  width: 3.2vw;
  height: 0.18vw;
  background: #fff;
}
.close-btn span:first-child {
  transform: rotate(25deg);
}
.close-btn span:nth-child(2) {
  transform: rotate(-25deg);
}
.close-btn em {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.menu-content {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 2vw;
}
.menu-content .menu-box:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}
.menu-content .menu-box:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / 3;
}
.menu-content .menu-box-small:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.menu-content .menu-box-small:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}
.menu-box {
  border: 0.08vw solid rgba(255, 255, 255, 0.8);
  border-radius: 1.4vw;
  padding: 2.2vw 2.4vw;
}
.menu-box h2 {
  position: relative;
  margin-bottom: 1.8vw;
  padding-left: 1.8vw;
}
.menu-box h2::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.7vw;
  height: 0.7vw;
  border-radius: 50%;
  background: #fff;
}
.menu-box h2 a,
.menu-box li a,
.menu-sns a {
  color: #fff;
}
.menu-box ul {
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
}
.menu-box li a {
  position: relative;
  display: block;
  padding-left: 1.5vw;
}
.menu-box li a::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 0.55vw;
  height: 0.55vw;
  border-top: 0.12vw solid #fff;
  border-right: 0.12vw solid #fff;
  transform: rotate(45deg);
}
.menu-box-small {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-box-small h2 {
  margin: 0;
}
.menu-box-small h2::before {
  top: 50%;
  transform: translateY(-50%);
}
.menu-bottom {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1fr;
  gap: 2vw;
  align-items: center;
  margin-top: 4vw;
}
.menu-bottom .menu-contact .svg-inline--fa,
.menu-bottom .menu-download .svg-inline--fa {
  margin-top: 0.2em;
  margin-right: 0.2em;
}
.menu-contact,
.menu-download {
  height: 5.4vw;
  border-radius: 1.2vw;
}
.menu-contact {
  background: #fff;
  color: #07964e;
}
.menu-download {
  background: #f6a21a;
  color: #fff;
}
.menu-sns {
  display: flex;
  gap: 1.8vw;
  align-items: center;
}
.menu-sns .svg-inline--fa {
  font-size: 2.5vw;
}
body.menu-open {
  overflow: hidden;
}
.menu-bottom .ico03 {
  width: 8vw;
  right: 0;
}
.menu-sns .fa-instagram::before {
  font-size: 2.5vw;
}
@media screen and (max-width: 768px) {
  .global-menu {
    display: block !important;
  }
  .global-menu.is-open {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header-logo {
    top: 3vw;
    left: 3vw;
    width: 24vw;
  }
  .header-btns {
    top: 3vw;
    right: 3vw;
    gap: 2vw;
  }
  .contact-btn {
    width: 34vw;
    height: 12vw;
    border-radius: 3vw;
  }
  .contact-btn span {
    padding-left: 4.5vw;
  }
  .contact-btn span::before {
    font-size: 3.8vw;
  }
  .menu-btn {
    width: 12vw;
    height: 12vw;
    border-radius: 3vw;
    gap: 1.5vw;
    padding-top: 1.2vw;
  }
  .menu-btn span {
    width: 6vw;
    height: 0.7vw;
  }
  .menu-btn em {
    font-size: 2.8vw;
  }
  .global-menu {
    display: block !important;
  }
  .menu-inner {
    top: 3vw;
    left: 3vw;
    width: 94vw;
    max-height: 94vh;
    overflow-y: auto;
    padding: 9vw 5vw 7vw;
    border-radius: 4vw;
  }
  .menu-logo {
    width: 34vw;
    margin-bottom: 8vw;
  }
  .close-btn {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    height: 10vw;
  }
  .close-btn span {
    top: 3vw;
    left: 1.5vw;
    width: 7vw;
    height: 0.4vw;
  }
  .close-btn em {
    font-size: 2.4vw;
  }
  .menu-content {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }
  .menu-box {
    border: 0.22vw solid rgba(255, 255, 255, 0.8);
    border-radius: 3vw;
    padding: 5vw;
  }
  .menu-box h2 {
    margin-bottom: 4vw;
    padding-left: 4vw;
  }
  .menu-box h2::before {
    width: 1.6vw;
    height: 1.6vw;
  }
  .menu-box ul {
    gap: 3vw;
  }
  .menu-box li a {
    padding-left: 4vw;
  }
  .menu-box li a::before {
    width: 1.4vw;
    height: 1.4vw;
    border-width: 0.3vw;
  }
  .menu-box-small {
    height: auto;
    min-height: 18vw;
  }
  .menu-bottom {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    margin-top: 5vw;
  }
  .menu-contact,
  .menu-download {
    width: 100%;
    height: 13vw;
    border-radius: 3vw;
  }
  .menu-sns {
    width: 100%;
    justify-content: center;
    gap: 8vw;
    margin-top: 2vw;
  }
  .menu-sns .fa-instagram::before {
    font-size: 8vw;
  }
  .menu-bottom .ico03 {
    width: 18vw;
    right: 0;
  }
  .menu-sns .svg-inline--fa {
    font-size: 6.5vw;
  }
}
/*=================================================
 * top
 * ================================================= */
.fv-top .slide {
  width: 90%;
  margin: 0 auto;
  padding-top: 5vw;
}
.fv-top .slide .catch {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  letter-spacing: 0.25em;
  line-height: 2;
  text-shadow: 1px 1px 5px #333;
}
#top .b01 .logo {
  width: 17vw;
  margin: 0 auto;
}
#top .b01 .icon,
#top .b02 .icon {
  width: 6vw;
  margin: 0 auto;
  padding: 2vw 0;
}
#top .b01 .txt {
  line-height: 2.5;
}
#top .b02 .stxt {
  width: 51.5vw;
  margin: 0 auto;
  padding-bottom: 3vw;
}
#top .b02 .cell {
  padding: 2vw;
}
#top .b02 .cell .s1 {
  padding: 0.5vw 4vw;
  width: fit-content;
  margin: 0 auto;
}
#top .b02 .cell .s2 {
  color: #333;
  text-align: center;
  margin: 2vw 0;
}
#top .b02 .cell .s2-2 {
  color: #333;
  text-align: center;
  margin: 1vw 0;
  line-height: 1.6;
}
#top .b02 .cell .txt {
  color: #333;
  margin-top: 1vw;
}
#top .b05 {
  padding: 7vw 0;
}
#top .b05-lead {
  margin-top: 2vw;
  line-height: 2;
}
#top .contact-box {
  width: 56vw;
  margin: 4vw auto 0;
  padding: 2.6vw 5vw;
  border: 0.25vw solid #07964e;
  border-radius: 1.5vw;
  text-align: center;
}
#top .contact-catch {
  margin-bottom: 1.5vw;
}
#top .contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5vw;
  width: 40vw;
  height: 6vw;
  margin: 0 auto 2vw;
  border-radius: 0.7vw;
}
#top .contact-tel i {
  font-size: 2.6vw;
}
#top .contact-tel span {
  letter-spacing: 0.08em;
}
#top .contact-time {
  line-height: 1.8;
}
#top .contact-line {
  width: 40vw;
  height: 0.08vw;
  margin: 2vw auto;
  background: #07964e;
}
#top .contact-item {
  line-height: 1.8;
}
#top .contact-mail p:last-child a {
  margin-top: 0.5vw;
  color: #07964e;
  text-decoration: underline;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #top .b05 {
    padding: 12vw 0;
  }
  #top .b05-lead {
    margin-top: 4vw;
  }
  #top .contact-box {
    width: 100%;
    margin-top: 8vw;
    padding: 7vw 5vw;
    border-width: 0.6vw;
    border-radius: 4vw;
  }
  #top .contact-catch {
    margin-bottom: 4vw;
  }
  #top .contact-tel {
    gap: 3vw;
    width: 100%;
    height: 14vw;
    margin-bottom: 5vw;
    border-radius: 2vw;
  }
  #top .contact-tel i {
    font-size: 6vw;
  }
  #top .contact-line {
    width: 100%;
    height: 0.25vw;
    margin: 5vw auto;
  }
}
/*=================================================
 * コンタクトフォーム
 * ================================================= */
.contact-form-area {
  width: 80vw;
  margin: 6vw auto 0;
}
.contact-form-area .smf-form {
  width: 48vw;
  margin: 0 auto;
}
.contact-form-area .smf-item {
  margin-bottom: 2.2vw;
}
.contact-form-area .smf-item__col {
  max-width: none;
}
.contact-form-area .smf-item__label {
  margin-bottom: 0.8vw;
  font-weight: 700;
  line-height: 1.6;
}
.contact-form-area .smf-item__label::before {
  content: "＊";
  color: #c40000;
  margin-right: 0.2vw;
}
.contact-form-area .smf-text-control__control,
.contact-form-area .smf-textarea-control__control,
.contact-form-area .smf-email-control__control {
  width: 100%;
  border: 0.08vw solid #ddd;
  border-radius: 0.4vw;
  background: #fff;
}
.contact-form-area .smf-text-control__control,
.contact-form-area .smf-email-control__control {
  height: 3.8vw;
  padding: 0 1vw;
}
.contact-form-area .smf-textarea-control__control {
  height: 14vw;
  padding: 1vw;
}
.contact-form-area .smf-radio-buttons-control__control {
  display: flex;
  gap: 2vw;
  flex-wrap: wrap;
}
.contact-form-area .smf-checkboxes-control__control {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
.contact-form-area .smf-checkbox-control__control,
.contact-form-area .smf-radio-button-control__control {
  margin-right: 0.5vw;
}
.contact-form-area .smf-action {
  margin-top: 3vw;
  text-align: center;
}
.contact-form-area .smf-button-control__control {
  width: 18vw;
  height: 5vw;
  border: none;
  border-radius: 1.2vw;
  background: #f6a21a;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.contact-form-area .smf-button-control__control:hover {
  opacity: 0.8;
}
.contact-form-area .form-title {
  text-align: center;
  margin-bottom: 3vw;
}
.contact-form-area .form-title h2 {
  margin-bottom: 1.5vw;
  font-weight: 700;
}
.contact-form-area .form-title p {
  line-height: 2;
}
.contact-form-area .required-note {
  width: 48vw;
  margin: 3vw auto 0;
  text-align: left;
}
.contact-form-area .required-note::first-letter {
  color: #c40000;
}
.wp-block-paragraph a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contact-form-area {
    width: 90vw;
    margin: 10vw auto 0;
    padding: 8vw 0;
  }
  .contact-form-area .smf-form {
    width: 100%;
  }
  .contact-form-area .smf-item {
    margin-bottom: 6vw;
  }
  .contact-form-area .smf-item__label {
    margin-bottom: 2vw;
  }
  .contact-form-area .smf-text-control__control,
  .contact-form-area .smf-email-control__control {
    height: 12vw;
    padding: 0 3vw;
    border-radius: 1.5vw;
  }
  .contact-form-area .smf-textarea-control__control {
    height: 40vw;
    padding: 3vw;
    border-radius: 1.5vw;
  }
  .contact-form-area .smf-radio-buttons-control__control {
    display: block;
  }
  .contact-form-area .smf-radio-button-control {
    display: block;
    margin-bottom: 2vw;
  }
  .contact-form-area .smf-action {
    margin-top: 8vw;
  }
  .contact-form-area .smf-button-control__control {
    width: 60vw;
    height: 14vw;
    border-radius: 4vw;
  }
  .contact-form-area .form-title {
    margin-bottom: 8vw;
  }
  .contact-form-area .required-note {
    width: 100%;
    margin: 6vw auto 0;
  }
}
/*=================================================
 * プライバシーポリシー
 * ================================================= */
.privacy-content {
  width: 80vw;
  margin: 8vw auto;
  line-height: 2;
}
.privacy-content h2 {
  margin-top: 4vw;
  padding-top: 2vw;
  border-top: 0.08vw solid #ddd;
  color: #07964e;
}
.privacy-content p {
  margin-bottom: 1.2vw;
}
.privacy-content ul {
  margin: 1.5vw 0 2vw;
  padding-left: 1.5em;
}
.privacy-content li {
  margin-bottom: 0.8vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy-content {
    width: 90vw;
    margin: 16vw auto;
    line-height: 2;
  }
  .privacy-content h2 {
    margin-top: 10vw;
    padding-top: 5vw;
  }
  .privacy-content p {
    margin-bottom: 4vw;
  }
  .privacy-content ul {
    margin: 4vw 0 6vw;
    padding-left: 1.2em;
  }
  .privacy-content li {
    margin-bottom: 2vw;
  }
}
/*=================================================
 * footer
 * ================================================= */
#footer {
  width: 100%;
  margin: 8vw auto 0;
  padding: 7vw 0 1.5vw;
  background: #08772a;
  border-radius: 7vw 7vw 0 0;
  color: #fff;
}
#footer .footer-inner {
  width: 80vw;
  margin: 0 auto;
}
#footer .footer-top {
  align-items: center;
}
#footer .footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 3vw;
}
#footer .footer-logo {
  width: 11vw;
  height: 11vw;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-logo img {
  width: 8.5vw;
  height: auto;
}
#footer .footer-company p {
  margin-bottom: 1vw;
  letter-spacing: 0.08em;
}
#footer .footer-sns {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-top: 1.5vw;
}
#footer .footer-sns .fa-instagram {
  width: 2.3vw;
  height: 2.3vw;
  color: #fff;
}
#footer .footer-contact-btn svg,
#footer .footer-download-btn svg {
  width: 1.8vw;
  height: 1.8vw;
}
#footer .footer-btns {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
#footer .footer-btns a {
  width: 26vw;
  height: 6vw;
  border-radius: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#footer .footer-contact-btn {
  background: #fff;
  color: #07964e;
}
#footer .footer-download-btn {
  background: #f6a21a;
  color: #fff;
}
#footer .footer-btns i {
  font-size: 1.8vw;
}
#footer .footer-nav {
  margin-top: 5vw;
  background: #fff;
  border-radius: 1.5vw;
}
#footer .footer-nav ul {
  height: 5.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#footer .footer-nav a {
  color: #07964e;
  font-weight: 700;
}
#footer .copyright {
  margin-top: 4vw;
  text-align: right;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #footer {
    width: 90vw;
    margin: 16vw auto 0;
    padding: 12vw 0 5vw;
    border-radius: 12vw 12vw 0 0;
  }
  #footer .footer-inner {
    width: 80vw;
  }
  #footer .footer-logo-wrap {
    display: block;
    text-align: center;
  }
  #footer .footer-logo {
    width: 32vw;
    height: 32vw;
    margin: 0 auto 6vw;
  }
  #footer .footer-logo img {
    width: 25vw;
  }
  #footer .footer-company p {
    margin-bottom: 3vw;
    line-height: 1.8;
  }
  #footer .footer-sns {
    justify-content: center;
    gap: 8vw;
    margin-top: 5vw;
  }
  #footer .footer-sns i {
    font-size: 8vw;
  }
  #footer .footer-btns {
    margin-top: 8vw;
    gap: 4vw;
  }
  #footer .footer-btns a {
    width: 100%;
    height: 15vw;
    border-radius: 4vw;
    gap: 3vw;
  }
  #footer .footer-btns i {
    font-size: 5vw;
  }
  #footer .footer-nav {
    margin-top: 8vw;
    border-radius: 4vw;
  }
  #footer .footer-nav ul {
    height: auto;
    padding: 6vw 0;
    display: block;
    text-align: center;
  }
  #footer .footer-nav li {
    margin-bottom: 4vw;
  }
  #footer .footer-nav li:last-child {
    margin-bottom: 0;
  }
  #footer .copyright {
    margin-top: 8vw;
    text-align: center;
    font-size: 3vw;
  }
}
/*=================================================
 * page共通
 * ================================================= */
.lower-kv {
  width: 90vw;
  margin: 0 auto;
  padding-top: 5vw;
}
.lower-kv-inner {
  position: relative;
  width: 80vw;
  margin: 0 auto;
  padding: 6vw 4vw;
  border-radius: 4vw;
  background: #07964e;
  color: #fff;
  height: 16vw;
}
.lower-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.lower-title-main {
  position: relative;
  display: block;
}
.lower-title-text {
  text-align: center;
}
.lower-title-text .en {
  margin-bottom: 1vw;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.lower-title-text h1 {
  font-weight: 700;
  line-height: 1.4;
}
.lower-icon {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 4.5vw;
  height: auto;
  margin-right: 2vw;
}
.lower-title.icon-right .lower-icon {
  left: 100%;
  right: auto;
  margin-left: 2vw;
  margin-right: 0;
}
.lower-title.icon-left .lower-icon {
  right: 100%;
  left: auto;
  margin-right: 2vw;
  margin-left: 0;
}
.lower-breadcrumb {
  position: absolute;
  right: 4vw;
  bottom: 2vw;
}
.lower-breadcrumb ul {
  display: flex;
  gap: 0.5vw;
  align-items: center;
}
.lower-breadcrumb li {
  color: #fff;
  font-size: 0.9vw;
  font-weight: 700;
}
.lower-breadcrumb a {
  color: #fff;
}
.lower-breadcrumb li::after {
  content: ">";
  margin: 0 1vw;
}

.lower-breadcrumb li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .lower-kv {
    width: 90vw;
    margin: 0 auto;
    padding-top: 24vw;
  }
  .lower-kv-inner {
    width: 100%;
    padding: 14vw 5vw;
    border-radius: 0 0 8vw 8vw;
  }
  .lower-title-main {
    gap: 4vw;
  }
  .lower-icon {
    width: 10vw;
  }
  .lower-breadcrumb {
    position: static;
    margin-top: 8vw;
  }
  .lower-breadcrumb ul {
    justify-content: center;
  }
  .lower-breadcrumb li {
    font-size: 3vw;
  }
  .lower-breadcrumb li::after {
    margin: 0 1.5vw;
  }
}
.btbox {
  width: fit-content;
  margin: 0 auto;
  border-radius: 1.5vw;
}
.btbox .bt {
  padding: 1vw 3vw;
  margin: 3vw 0;
}
.btbox .bt .svg-inline--fa {
  margin-left: 4vw;
}
.block {
  padding: 5vw 0;
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}
.block.show {
  opacity: 1;
  transform: translateY(0);
}
.profileArea {
  text-align: left;
  position: relative;
}
.profileArea > .in {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 50px 0 80px;
}
.profileArea > .in .content {
  display: table;
  width: 100%;
}
.profileArea > .in .content .tr {
  display: table-row;
}
.profileArea > .in .content .tr .tit,
.profileArea > .in .content .tr .cap {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #707070;
  padding: 16px 0;
}
.profileArea > .in .content .tr .tit {
  text-align: left;
  width: 130px;
  padding-left: 30px;
}
.profileArea > .in .content .tr .tit.type01 {
  letter-spacing: 2rem;
}
.profileArea > .in .content .tr .tit.type03 {
  letter-spacing: 0.5rem;
}
.profileArea > .in .content .tr .tit.type04 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .tit.type05 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .cap {
  padding-left: 44px;
  padding-right: 10px;
}
.profileArea > .in .content .tr:last-child .tit,
.profileArea > .in .content .tr:last-child .cap {
  border-bottom: 1px solid #707070;
}
/*=================================================
 * about
 * ================================================= */
.h2box .ttl {
  letter-spacing: 0.2em;
}
#about .b01 .img {
  width: 60vw;
  margin: 0 auto;
  padding-bottom: 5vw;
}
#about .b02 .h2box {
  margin-bottom: 5vw;
}
#about .b02 .box {
  width: 52vw;
  margin: 0 auto;
  padding-bottom: 5vw;
}
#about .b02 .name {
  letter-spacing: 0.2em;
}
#about .b02 .name span {
  margin-left: 1vw;
  letter-spacing: 0;
}
#about .b03 .combox {
  width: 50vw;
  margin: 0 auto;
}
/*=================================================
 * service
 * ================================================= */
#service .b01 .ico,
#service .b02 .ico {
  width: 7vw;
  margin: 0 auto;
  padding: 3vw 0;
}
#service .b01 .txt,
#service .b02 .txt {
  text-align: center;
  line-height: 2.5;
}
#service .b02 .box {
  width: 80vw;
  margin: 0 auto;
}
#service .b02 .box .cell {
  width: 19vw;
  height: 19vw;
  border-radius: 50%;
  color: #333;
  text-align: center;
  padding: 3vw 0;
  display: flex;
  flex-direction: column;
  margin-top: 5vw;
}
#service .b02 .box .cell .sico {
  font-size: 3vw;
}
#service .b02 .att {
  margin-top: 3vw;
}
#service .b02 .att a {
  text-decoration: underline;
}
#service .b03 {
  margin-top: 3vw;
}
#service .b03 .box00 {
  margin-top: 3vw;
}
#service .b03 .box00 a {
  display: block;
}
#service .b03 .box00 .cell {
  height: 16vw;
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#service .b03 .box00 .cell .s1 {
  padding: 0.5vw 4vw;
  width: fit-content;
  margin: 0 auto;
}
#service .b03 .box00 .cell .stxt,
#service .b03 .box00 .cell .stxt2 {
  line-height: 1.6;
}
#service .b03 .box00 .cell .svg-inline--fa {
  font-size: 1.6vw;
  color: #07964e;
}
#service .b03 .sku01 > .mainWrap > .box {
  margin-top: 3vw;
}
#service .b03 .box3 .box {
  margin-top: 3vw;
}
#service .b03 .box3 .box .cell {
  padding: 1.5vw;
  height: 16vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#service .b03 .box3 .box .cell .s1 {
  padding: 0.5vw 4vw;
  width: fit-content;
  margin: 0 auto;
}
#service .b03 .sku01 {
  margin-top: 5vw;
  padding-bottom: 4vw;
}
#service .b03 h3 {
  width: fit-content;
  padding: 1vw 6vw;
  border-radius: 4vw 0 4vw 0;
  align-items: center;
}
#service .b03 h3 .s1 {
  padding: 0 3vw;
  width: fit-content;
  margin: 0 auto;
  height: 3vw;
  align-items: center;
  display: flex;
  margin-right: 2vw;
}
#service .b03 .box2 {
  margin-top: 3vw;
}
#service .b03 .box2 .ttl {
  margin-bottom: 2vw;
}
#service .b03 .box2 .cell {
  border: solid 1px #e1e2c6;
  background: #fff;
  padding: 2vw 1.8vw;
  flex-direction: column;
  align-items: center;
}
#service .b03 .box2 .sttl {
  text-align: center;
  line-height: 1.6;
}
#service .b03 .box2 .sico {
  font-size: 3vw;
  margin: 1vw 0;
}
#service .b03 .box3 {
  margin-top: 3vw;
}
#service .b03 .box3 .ttl {
  margin-bottom: 2vw;
}
#service .b03 .box3 .wbox {
  border: solid 1px #e1e2c6;
  padding: 4vw;
}
#service .b03 .box3 .point {
  margin-top: 2vw;
  padding-top: 2vw;
  border-top: solid 1px #e1e2c6;
}
#service .b03 .box3 .point .pttl {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
}
#service .b03 .box3 .point .pttl .img {
  width: 3vw;
  margin-right: 1vw;
}
#service .b03 .box3 .point ul li {
  position: relative;
  padding-left: 1.6em;
}
#service .b03 .box3 .point ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #07964e;
}
#service .b03 .box3 .att {
  margin-top: 3vw;
  padding: 0.5vw;
  border-radius: 99vw;
}
#service .b03 .program-sttl {
  width: fit-content;
  padding: 0 3vw;
  border-radius: 99vw;
}
#service .box4 {
  margin-top: 5vw;
}
#service .box4 .box {
  flex-wrap: wrap;
  margin: 3vw 0 5vw;
}
#service .box4 .box .cell {
  width: 39vw;
  margin-bottom: 2vw;
  border: solid 1px #e1e2c6;
  background-color: #fff;
  padding: 3vw 4vw;
}
#service .box4 .box .cell .sttl {
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  margin-bottom: 2vw;
}
#service .box4 .box .cell .svg-inline--fa {
  font-size: 2.5vw;
  margin-right: 1vw;
}
#service .box4 .box2 {
  width: 45vw;
  margin: 0 auto;
  padding: 3vw 0;
  z-index: 10;
}
#service .box4 .box2 .cell {
  padding: 2vw 4vw;
  margin-bottom: 3vw;
}
#service .box4 .box2 .cell .ttlbox {
  margin-bottom: 1vw;
}
#service .box4 .box2 .cell .ttlbox .step {
  padding: 0 2.5vw;
  border-radius: 99vw;
  margin-right: 2vw;
}
#service .box4 .box2 .line {
  border-right: solid 5px #e1e2c6;
  margin: auto;
  width: 1vw;
  height: 50vw;
  width: 50%;
  z-index: -1;
}
#service .box4 .box3 {
  padding: 4vw;
}
#service .box4 .box3 .ttl {
  margin: 0;
}
#service .box4 .box3 .cbox {
  margin-top: 3vw;
}
#service .box4 .box3 .cbox .cell {
  width: 34vw;
  padding: 0 5vw;
  height: 8vw;
  border: solid 2px #196f1b;
  text-align: center;
  align-items: center;
}
#service .box4 .box3 .cbox .cell .svg-inline--fa {
  font-size: 2vw;
  margin-right: 1vw;
}
#service .box4 .box3 .cbox .cell p {
  color: #333;
  padding: 0;
  margin: 0;
}
#service .box4 .box3 .cbox .cell .flex {
  align-items: center;
  margin-top: 1vw;
  letter-spacing: 0.18em;
}
#service .box4 .box3 .cbox .cell .att {
  color: #333;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#service .mb3 {
  margin-bottom: 3vw;
}
/*=================================================
 * works一覧
 * ================================================= */
#works .works-filter {
  padding: 3vw 3.5vw;
  margin-bottom: 5vw;
}
#works .filter-block {
  margin-bottom: 2vw;
}
#works .filter-block:last-child {
  margin-bottom: 0;
}
#works .filter-ttl {
  color: #07964e;
  margin-bottom: 1vw;
  letter-spacing: 0.04em;
}
#works .filter-list {
  justify-content: flex-start;
  gap: 1vw;
  flex-wrap: wrap;
}
#works .filter-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5vw 1.5vw;
  border: 0.08vw solid #07964e;
  border-radius: 99vw;
  color: #07964e;
  background: #fff;
  font-weight: 700;
  line-height: 1.4;
}
#works .filter-list a:hover {
  background: #07964e;
  color: #fff;
}
#works .archive-select select {
  width: 10vw;
  height: 3vw;
  padding: 0 1vw;
  border: 0.08vw solid #07964e;
  border-radius: 99vw;
  color: #07964e;
  background: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #works .works-filter {
    padding: 6vw 5vw;
    margin-bottom: 10vw;
  }
  #works .filter-block {
    margin-bottom: 6vw;
  }
  #works .filter-ttl {
    margin-bottom: 3vw;
  }
  #works .filter-list {
    gap: 2vw;
  }
  #works .filter-list a {
    padding: 1.8vw 4vw;
  }
  #works .archive-select select {
    width: 45vw;
    height: 10vw;
    padding: 0 4vw;
  }
}
/*=================================================
 * works-card
 * ================================================= */
.works-list {
  grid-auto-rows: 1fr;
  margin: 3vw 0;
}
.works-card {
  height: 100%;
  border: 0.1vw solid #ddd;
  border-radius: 2vw;
  overflow: hidden;
}
.works-card a {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-items: start;
  padding: 1.2vw;
}
.works-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 1.4vw;
}
.works-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 2.6vw;
  margin: 1.2vw 0 0;
  padding: 0 1.4vw;
  border-radius: 0.3vw;
  background: #07964e;
  color: #fff;
  white-space: nowrap;
}
.works-card time {
  display: block;
  margin-top: 1.2vw;
  color: #888;
  font-size: 1.2vw;
}
.works-card h3 {
  margin-top: 0.4vw;
  line-height: 1.6;
}
.works-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw 1vw;
  margin-top: 1vw;
  align-self: end;
}
.works-tags li {
  color: #07964e;
}
@media screen and (max-width: 768px) {
  .works-card {
    border-radius: 4vw;
  }
  .works-card a {
    padding: 3vw;
  }
  .works-img {
    border-radius: 3vw;
  }
  .works-cat {
    height: 7vw;
    margin-top: 3vw;
    padding: 0 3vw;
    border-radius: 0.8vw;
  }
  .works-card time {
    margin-top: 3vw;
    font-size: 3.5vw;
  }
  .works-card h3 {
    margin-top: 1vw;
  }
  .works-tags {
    gap: 1.5vw 3vw;
    margin-top: 3vw;
  }
}
/*=================================================
 * news一覧
 * ================================================= */
#news .news-filter {
  padding: 3vw 3.5vw;
  margin-bottom: 5vw;
}
#news .filter-block {
  margin-bottom: 2vw;
}
#news .filter-block:last-child {
  margin-bottom: 0;
}
#news .filter-ttl {
  color: #f6a21a;
  margin-bottom: 1vw;
  letter-spacing: 0.04em;
}
#news .filter-list {
  justify-content: flex-start;
  gap: 1vw;
  flex-wrap: wrap;
}
#news .filter-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5vw 1.5vw;
  border: 0.08vw solid #f6a21a;
  border-radius: 99vw;
  color: #f6a21a;
  background: #fff;
  font-weight: 700;
  line-height: 1.4;
}
#news .filter-list a:hover {
  background: #f6a21a;
  color: #fff;
}
#news .archive-select select {
  width: 10vw;
  height: 3vw;
  padding: 0 1vw;
  border: 0.08vw solid #f6a21a;
  border-radius: 99vw;
  color: #f6a21a;
  background: #fff;
  font-weight: 700;
}
#news .news-list {
  margin-top: 5vw;
}
#news .news-card a {
  display: block;
  height: 100%;
  padding: 1.5vw;
  border: 0.08vw solid #e1e2c6;
  border-radius: 1.5vw;
  background: #fff;
}
#news .news-img {
  overflow: hidden;
  border-radius: 1vw;
}
#news .news-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
#news .news-cat {
  width: fit-content;
  margin-top: 1vw;
  padding: 0.3vw 1.5vw;
  border-radius: 0.3vw;
  font-weight: 700;
}
#news .news-card time {
  display: block;
  margin-top: 1vw;
  color: #777;
}
#news .news-card h3 {
  margin-top: 0.5vw;
  font-weight: 700;
  line-height: 1.6;
}
#news .pagination {
  margin-top: 5vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .news-filter {
    padding: 6vw 5vw;
    margin-bottom: 10vw;
  }
  #news .filter-block {
    margin-bottom: 6vw;
  }
  #news .filter-ttl {
    margin-bottom: 3vw;
  }
  #news .filter-list {
    gap: 2vw;
  }
  #news .filter-list a {
    padding: 1.8vw 4vw;
  }
  #news .archive-select select {
    width: 45vw;
    height: 10vw;
    padding: 0 4vw;
  }
  #news .news-list {
    margin-top: 10vw;
  }
  #news .news-card a {
    padding: 4vw;
    border-radius: 4vw;
  }
  #news .news-img {
    border-radius: 3vw;
  }
  #news .news-cat {
    margin-top: 3vw;
    padding: 1vw 4vw;
    border-radius: 1vw;
  }
  #news .news-card time {
    margin-top: 3vw;
  }
  #news .news-card h3 {
    margin-top: 1.5vw;
  }
  #news .pagination {
    margin-top: 10vw;
  }
}
/*=================================================
 * news
 * ================================================= */
#top .b04 {
  padding: 5vw 0;
}
#top .b04 h2 {
  line-height: 1;
}
.news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4vw;
}
.news-head .en {
  width: fit-content;
  margin-left: 0;
}
.news-more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18vw;
  height: 4.8vw;
  border-radius: 1.2vw;
}
.news-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8vw;
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.news-list {
  grid-auto-rows: 1fr;
}
.news-card {
  height: 100%;
  border: 0.1vw solid #ddd;
  border-radius: 2vw;
  overflow: hidden;
  background: #fff;
}
.news-card a {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-items: start;
  padding: 1.2vw;
}
.news-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 1.4vw;
}
.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-cat {
  width: fit-content;
  margin-top: 1.2vw;
  padding: 0.4vw 1.5vw;
  border-radius: 0.3vw;
  margin-left: 0;
}
.news-card time {
  display: block;
  margin-top: 0.8vw;
  color: #888;
}
.news-card h3 {
  margin-top: 0.4vw;
  line-height: 1.6;
}
#top .b04 .news-more {
  display: flex;
  justify-content: flex-end;
}
#top .b04 .btbox {
  width: 18vw;
  margin: 0 0 0 auto;
  border-radius: 1.5vw;
}
#top .b04 .btbox .bt {
  height: 4.8vw;
  padding: 0 2.5vw;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top .b04 .btbox .fa-solid {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .b04 {
    padding: 10vw 0;
    border-radius: 6vw;
  }
  .news-head {
    display: block;
    margin-bottom: 7vw;
  }
  .news-head .en {
    margin-bottom: 2vw;
  }
  .news-more {
    margin-top: 5vw;
  }
  .news-more a {
    width: 60vw;
    height: 12vw;
    border-radius: 3vw;
  }
  .news-more a::after {
    right: 4vw;
    width: 2vw;
    height: 2vw;
  }
  .news-card {
    border-radius: 4vw;
  }
  .news-card a {
    padding: 3vw;
  }
  .news-img {
    border-radius: 3vw;
  }
  .news-cat {
    margin-top: 3vw;
    padding: 1.2vw 3vw;
    border-radius: 0.8vw;
  }
  .news-card time {
    margin-top: 2vw;
  }
  .news-card h3 {
    margin-top: 1vw;
  }
  #top .b04 .news-more {
    justify-content: flex-start;
    margin-top: 5vw;
  }
  #top .b04 .btbox {
    width: 60vw;
    margin: 0 auto;
    border-radius: 3vw;
  }
  #top .b04 .btbox .bt {
    height: 12vw;
    padding: 0 6vw;
  }
}
.single-page .single-main {
  width: 48vw;
  margin: 5vw auto 0;
}
.single-page .single-meta {
  align-items: center;
  gap: 1vw;
  margin-bottom: 1vw;
}
.single-page .single-meta time {
  color: #888;
}
.single-page .single-cat {
  display: inline-block;
  padding: 0.3vw 1.5vw;
  border-radius: 0.3vw;
  font-weight: 700;
}
.single-page .single-title {
  padding-bottom: 1.5vw;
  border-bottom: 0.08vw solid #999;
  line-height: 1.6;
}
.single-page .single-content {
  margin-top: 2vw;
  line-height: 2;
}
.single-page .single-content p {
  margin-bottom: 2vw;
}
.single-page .single-content img {
  width: 100%;
  height: auto;
  margin: 3vw 0;
}
.single-page .single-pager {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5vw;
  padding-top: 2vw;
  border-top: 0.08vw solid #999;
}
.single-page .single-pager .back {
  text-align: center;
}
.single-page .single-pager .next {
  text-align: right;
}
.single-page .single-pager a {
  color: #333;
}
.single-page .single-filter {
  width: 80vw;
  margin: 6vw auto 0;
  padding: 3vw 3.5vw;
}
.single-page .filter-block {
  margin-bottom: 2vw;
}
.single-page .filter-block:last-child {
  margin-bottom: 0;
}
.single-page .filter-list {
  justify-content: flex-start;
  gap: 1vw;
  flex-wrap: wrap;
}
.single-page .filter-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5vw 1.5vw;
  border-radius: 99vw;
  background: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.single-page .archive-select select {
  width: 10vw;
  height: 3vw;
  padding: 0 1vw;
  border-radius: 99vw;
  background: #fff;
  font-weight: 700;
}
#works-single .filter-ttl {
  color: #07964e;
  margin-bottom: 1vw;
  letter-spacing: 0.04em;
}
#works-single .filter-list a {
  border: 0.08vw solid #07964e;
  color: #07964e;
}
#works-single .filter-list a:hover {
  background: #07964e;
  color: #fff;
}
#works-single .archive-select select {
  border: 0.08vw solid #07964e;
  color: #07964e;
}
#news-single .filter-ttl {
  color: #f6a21a;
  margin-bottom: 1vw;
  letter-spacing: 0.04em;
}
#news-single .filter-list a {
  border: 0.08vw solid #f6a21a;
  color: #f6a21a;
}
#news-single .filter-list a:hover {
  background: #f6a21a;
  color: #fff;
}
#news-single .archive-select select {
  border: 0.08vw solid #f6a21a;
  color: #f6a21a;
}
@media screen and (max-width: 768px) {
  .single-page .single-main {
    width: 90vw;
    margin: 10vw auto 0;
  }
  .single-page .single-meta {
    gap: 3vw;
    margin-bottom: 3vw;
  }
  .single-page .single-cat {
    padding: 1vw 4vw;
    border-radius: 1vw;
  }
  .single-page .single-title {
    padding-bottom: 4vw;
  }
  .single-page .single-content {
    margin-top: 6vw;
  }
  .single-page .single-content p {
    margin-bottom: 5vw;
  }
  .single-page .single-content img {
    margin: 8vw 0;
  }
  .single-page .single-pager {
    margin-top: 10vw;
    padding-top: 5vw;
  }
  .single-page .single-filter {
    width: 90vw;
    margin: 12vw auto 0;
    padding: 6vw 5vw;
  }
  .single-page .filter-block {
    margin-bottom: 6vw;
  }
  .single-page .filter-ttl {
    margin-bottom: 3vw;
  }
  .single-page .filter-list {
    gap: 2vw;
  }
  .single-page .filter-list a {
    padding: 1.8vw 4vw;
  }
  .single-page .archive-select select {
    width: 45vw;
    height: 10vw;
    padding: 0 4vw;
  }
}
.single-content a,
.single-content p,
.single-content li{
word-break:break-word;
overflow-wrap:anywhere;
}
/*=================================================
 * お問い合わせ
 * ================================================= */
#contact .b01 {
  padding: 4vw 0 5vw;
}
#contact .contact-lead {
  line-height: 2;
  margin-bottom: 4vw;
}
#contact .contact-box {
  width: 48vw;
  margin: 0 auto;
  padding: 2.5vw 4vw;
  border: 0.2vw solid #07964e;
  border-radius: 1.5vw;
  text-align: center;
}
#contact .contact-catch {
  margin-bottom: 1.5vw;
}
#contact .contact-tel {
  width: 32vw;
  height: 5vw;
  margin: 0 auto 1.5vw;
  border-radius: 0.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5vw;
}
#contact .contact-tel i {
  font-size: 2vw;
}
#contact .contact-tel span {
  font-size: 2.4vw;
  letter-spacing: 0.08em;
}
#contact .contact-time {
  line-height: 1.8;
}
#contact .contact-line {
  width: 34vw;
  height: 0.08vw;
  margin: 1.8vw auto;
  background: #07964e;
}
#contact .contact-item {
  line-height: 1.8;
}
#contact .contact-mail p:last-child {
  margin-top: 0.5vw;
}
#contact .contact-mail-link {
  color: #07964e;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#contact .b02 {
  padding: 2vw 0 8vw;
}
.contact-form-area {
  width: 80vw;
  margin: 0 auto;
}
.contact-form-area .form-title {
  text-align: center;
  margin-bottom: 3vw;
}
.contact-form-area .form-title h2 {
  margin-bottom: 1.5vw;
}
.contact-form-area .form-title p {
  line-height: 2;
}
.contact-form-area .required-note {
  width: 48vw;
  margin: 3vw auto 0;
  text-align: left;
}
.contact-form-area .required-note::first-letter {
  color: #c40000;
}
.contact-form-area .smf-form {
  width: 48vw;
  margin: 0 auto;
}
.contact-form-area .smf-item {
  margin-bottom: 2.2vw;
}
.contact-form-area .smf-item__col {
  max-width: none;
}
.contact-form-area .smf-item__label {
  margin-bottom: 0.8vw;
  font-weight: 700;
  line-height: 1.6;
}
.contact-form-area .smf-item__label::before {
  content: "＊";
  color: #c40000;
  margin-right: 0.2vw;
}
.contact-form-area .smf-text-control__control,
.contact-form-area .smf-textarea-control__control,
.contact-form-area .smf-email-control__control {
  width: 100%;
  border: 0.08vw solid #ddd;
  border-radius: 0.4vw;
  background: #fff;
}
.contact-form-area .smf-text-control__control,
.contact-form-area .smf-email-control__control {
  height: 3.8vw;
  padding: 0 1vw;
}
.contact-form-area .smf-textarea-control__control {
  height: 14vw;
  padding: 1vw;
}
.contact-form-area .smf-radio-buttons-control__control {
  display: flex;
  gap: 2vw;
  flex-wrap: wrap;
}
.contact-form-area .smf-checkboxes-control__control {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
.contact-form-area .smf-action {
  margin-top: 3vw;
  text-align: center;
}
.contact-form-area .smf-button-control__control {
  width: 18vw;
  height: 5vw;
  border: none;
  border-radius: 1.2vw;
  background: #f6a21a;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #contact .b01 {
    padding: 8vw 0 10vw;
  }
  #contact .contact-lead {
    margin-bottom: 8vw;
  }
  #contact .contact-box {
    width: 90vw;
    padding: 6vw 5vw;
    border-radius: 4vw;
  }
  #contact .contact-tel {
    width: 76vw;
    height: 14vw;
    border-radius: 2vw;
    gap: 4vw;
  }
  #contact .contact-tel i {
    font-size: 6vw;
  }
  #contact .contact-tel span {
    font-size: 7vw;
  }
  #contact .contact-line {
    width: 76vw;
    margin: 5vw auto;
  }
  #contact .b02 {
    padding: 4vw 0 14vw;
  }
  .contact-form-area {
    width: 90vw;
  }
  .contact-form-area .form-title {
    margin-bottom: 8vw;
  }
  .contact-form-area .required-note {
    width: 100%;
    margin: 6vw auto 0;
  }
  .contact-form-area .smf-form {
    width: 100%;
  }
  .contact-form-area .smf-item {
    margin-bottom: 6vw;
  }
  .contact-form-area .smf-text-control__control,
  .contact-form-area .smf-email-control__control {
    height: 12vw;
    padding: 0 3vw;
    border-radius: 1.5vw;
  }
  .contact-form-area .smf-textarea-control__control {
    height: 40vw;
    padding: 3vw;
    border-radius: 1.5vw;
  }
  .contact-form-area .smf-radio-buttons-control__control {
    display: block;
  }
  .contact-form-area .smf-radio-button-control {
    display: block;
    margin-bottom: 2vw;
  }
  .contact-form-area .smf-action {
    margin-top: 8vw;
  }
  .contact-form-area .smf-button-control__control {
    width: 60vw;
    height: 14vw;
    border-radius: 4vw;
  }
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.6vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .spmenu {
    width: 90vw;
    height: auto;
    transition: all 0.2s;
    position: absolute;
    top: 15vw;
    right: 0;
    z-index: 0;
    background-color: #fff;
    color: #000;
    padding: 5vw;
    font-size: 4vw;
    opacity: 0;
    visibility: hidden;
  }
  .spmenu a {
    color: #000;
    text-decoration: none;
  }
  .spmenu.open {
    opacity: 1;
    z-index: 1001;
    visibility: unset;
  }
  .menublock {
    padding: 10px 0;
    border-bottom: dashed 1px #a0a0a0;
    position: relative;
  }
  .menublock .inner {
    display: none;
  }
  .menublock span {
    display: block;
    border-bottom: dotted 1px #a0a0a0;
    padding: 10px;
  }
  .menublock .inner span:last-child {
    border: none;
    padding-bottom: 0;
  }
  .menu_bt i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .menu_bt .fa-chevron-up {
    display: none;
  }
  .menu_bt.active .fa-chevron-up {
    display: block;
  }
  .menu_bt.active .fa-chevron-down {
    display: none;
  }
  .menublock.no_inner i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .inner span i {
    margin-right: 10px;
  }
  .spmenuWrap button {
    display: block;
    border: none;
    padding: 1vw 3vw;
    width: 15vw;
    height: 15vw;
    color: #000;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    text-align: center;
    outline: none;
    font-size: 1.6vw;
    background-color: #fff;
  }
  /*   iphone対策（送信ボタン・セレクトボックス）   */
  input[type="submit"] {
    -webkit-appearance: none;
    color: #333;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*   ハンバーガーボタン3本線   */
  .spmenuWrap button span.bar {
    display: block;
    height: 0.8vw;
    background-color: #000;
    margin: 2vw 0;
    transition: all 0.2s;
    transform-origin: 0 0;
  }
  .spmenuWrap button .close {
    letter-spacing: 0.08em;
    display: none;
  }
  .spmenuWrap button .menu {
    display: block;
  }
  /*  メニューアクティブ時  */
  .spmenuWrap button.active span.bar {
    width: 11vw;
  }
  .spmenuWrap button.active .bar1 {
    transform: rotate(30deg);
  }
  .spmenuWrap button.active .bar2 {
    opacity: 0;
  }
  .spmenuWrap button.active .bar3 {
    transform: rotate(-30deg);
  }
  .spmenuWrap button.active .menu {
    display: none;
  }
  .spmenuWrap button.active .close {
    display: block;
  }
  .spmenuWrap .flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .spmenuWrap .flexbox .sns {
    margin-top: 5vw;
  }
  .spmenuWrap .flexbox img {
    width: 13vw;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 15vw;
  }
  header nav {
    display: none;
  }
  header h1 {
    padding: 3vw 2vw;
  }
  header h1 img {
    width: 43vw;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*404エラーページ*/
  #p404 h2 {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*パンくず*/
  .pankuzu {
    margin: 5vw auto 14vw 0;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 3vw;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  /*=================================================
 * レスポンシブ｜ボタン
 * ================================================= */
  .btn-ar {
    width: 100%;
  }
  .btn-ar p {
    padding: 3vw 7vw;
    width: 100%;
  }
  .btn-ar p:after {
    font-size: 4.5vw;
    top: 2vw;
    right: 5vw;
  }
  /*会社概要table*/
  .profileArea {
    width: 100%;
    padding: 0 15px;
  }
  .profileArea > .in .content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .profileArea > .in .content .tr {
    flex-wrap: wrap;
    display: flex;
    width: 81vw;
    margin-top: 5vw;
  }
  /*お知らせページ*/
  #news .postWrap .post {
    width: 100%;
  }
  #news .postWrap {
    display: block;
  }
  #news .mainWrap .post .box {
    display: block;
    padding: 3vw 0;
  }
  #news .mainWrap .post .box .date {
    width: fit-content;
  }
  #news .mainWrap .post .box .title {
    width: 100%;
  }
  #news .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar .bold {
    padding-bottom: 3vw;
    font-size: 5vw;
  }
  .sidebar ul {
    padding: 3vw 0;
  }
  .sidebar .block2 select {
    padding: 3vw;
    margin-top: 2vw;
  }
  /*お問い合わせページ*/
  #contact .fieldwrap {
    width: 100%;
  }
  #contact input[type="text"],
  #contact input[type="email"] {
    padding: 3vw;
  }
  #contact textarea {
    padding: 3vw;
    height: 50vw;
  }
  #contact .fieldwrap .bdr-b {
    padding-bottom: 10vw;
  }
  #contact .fieldwrap .field {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .flex {
    display: block;
  }
  #contact .fieldwrap .message {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .policy {
    margin: 2vw 0 5vw 7vw;
  }
  #contact .btbox {
    width: 100%;
    margin: 10vw auto;
    display: block;
  }
  #contact input[type="submit"] {
    width: 100%;
    padding: 4vw;
    font-size: 16px;
    margin-bottom: 7vw;
  }
  #contact input[type="submit"]:hover {
    background-color: unset;
  }
  .mw_wp_form_complete {
    width: 80% !important;
    margin: 30vw auto 14vw !important;
  }
}
@media screen and (max-width: 768px) {
  #service .b01 .ico,
  #service .b02 .ico {
    width: 18vw;
    padding: 8vw 0;
  }
  #service .b01 .txt,
  #service .b02 .txt {
    text-align: left;
    line-height: 2;
  }
  #service .b02 {
    width: 90%;
    margin: 0 auto;
  }
  #service .b02 .box {
    width: 100%;
  }
  #service .b02 .box .cell {
    width: 60vw;
    height: 60vw;
    margin: 8vw auto 0;
    padding: 10vw 5vw;
  }
  #service .b02 .box .cell .sico {
    font-size: 10vw;
  }
  #service .b02 .att {
    margin-top: 8vw;
    line-height: 1.8;
  }
  #service .b03 {
    margin-top: 8vw;
  }
  #service .b03 .box00 {
    margin-top: 8vw;
  }
  #service .b03 .box00 .cell {
    height: auto;
    min-height: 44vw;
    padding: 6vw 4vw;
  }
  #service .b03 .box00 .cell .s1 {
    padding: 1.5vw 8vw;
  }
  #service .b03 .box00 .cell .stxt,
  #service .b03 .box00 .cell .stxt2 {
    line-height: 1.6;
  }
  #service .b03 .box00 .cell .svg-inline--fa {
    font-size: 5vw;
  }
  #service .b03 .sku01 {
    width: 90vw;
    margin-top: 12vw;
    padding-bottom: 10vw;
  }
  #service .b03 h3 {
    display: block;
    width: fit-content;
    padding: 3vw 6vw;
    border-radius: 4vw 0 4vw 0;
    align-items: center;
  }
  #service .b03 h3 .s1 {
    padding: 3vw 6vw;
    width: fit-content;
    margin: 0 auto;
    height: 3vw;
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: 0;
  }
  #service .b03 .h3box {
    width: 100%;
    padding: 4vw 5vw;
    border-radius: 8vw 0 8vw 0;
    display: block;
    text-align: center;
  }
  #service .b03 .h3box .s1 {
    height: auto;
    padding: 1.5vw 6vw;
    margin: 0 auto 3vw;
    display: inline-flex;
  }
  #service .b03 .h3box .mttl {
    line-height: 1.5;
  }
  #service .b03 .sku01 > .mainWrap > .box {
    margin-top: 8vw;
  }
  #service .b03 .sku01 .img {
    margin-bottom: 6vw;
  }
  #service .b03 .sku01 .txtbox h4 {
    line-height: 1.6;
  }
  #service .b03 .sku01 .txtbox .txt {
    margin-top: 4vw;
    line-height: 2;
  }
  #service .b03 .box2 {
    margin-top: 10vw;
  }
  #service .b03 .box2 .ttl {
    margin-bottom: 6vw;
    line-height: 1.5;
  }
  #service .b03 .box2 .cell {
    padding: 6vw 5vw;
  }
  #service .b03 .box2 .sico {
    font-size: 10vw;
    margin: 4vw 0;
  }
  #service .b03 .box3 {
    margin-top: 10vw;
  }
  #service .b03 .box3 .ttl {
    margin-bottom: 6vw;
    line-height: 1.5;
  }
  #service .b03 .box3 .wbox {
    padding: 6vw 5vw;
  }
  #service .b03 .box3 .sbox .img {
    margin-bottom: 0;
  }
  #service .b03 .box3 .point {
    margin-top: 5vw;
    padding-top: 5vw;
  }
  #service .b03 .box3 .point .pttl {
    margin-bottom: 3vw;
  }
  #service .b03 .box3 .point .pttl .img {
    width: 8vw;
    margin-right: 3vw;
    margin-bottom: 0;
  }
  #service .b03 .box3 .att {
    margin-top: 5vw;
    padding: 2vw 4vw;
    border-radius: 3vw;
    line-height: 1.8;
    text-align: left;
  }
  #service .b03 .program-sttl {
    padding: 1vw 5vw;
    margin-bottom: 3vw;
  }
  #service .box4 {
    margin-top: 12vw;
  }
  #service .box4 .ttl {
    text-align: left;
  }
  #service .box4 .box {
    display: block;
    margin: 6vw 0 10vw;
  }
  #service .box4 .box .cell {
    width: 100%;
    margin-bottom: 5vw;
    padding: 6vw 5vw;
  }
  #service .box4 .box .cell .sttl {
    margin-bottom: 4vw;
  }
  #service .box4 .box .cell .svg-inline--fa {
    font-size: 6vw;
    margin-right: 3vw;
  }
  #service .box4 .box2 {
    width: 100%;
    padding: 0;
    margin: 6vw 0 10vw;
  }
  #service .b03 .box2 .sttl {
    text-align: left;
    line-height: 1.6;
  }
  #service .box4 .box2 .cell {
    padding: 5vw;
    margin-bottom: 6vw;
  }
  #service .box4 .box2 .cell .ttlbox {
    display: block;
    margin-bottom: 3vw;
  }
  #service .box4 .box2 .cell .ttlbox .step {
    width: fit-content;
    padding: 1vw 5vw;
    margin: 0 0 3vw;
  }
  #service .box4 .box2 .line {
    display: none;
  }
  #service .box4 .box3 {
    padding: 6vw 5vw;
  }
  #service .box4 .box3 .cbox {
    margin-top: 6vw;
  }
  #service .box4 .box3 .cbox .cell {
    width: 100%;
    height: auto;
    padding: 5vw;
    margin-bottom: 4vw;
  }
  #service .box4 .box3 .cbox .cell .svg-inline--fa {
    font-size: 6vw;
    margin-right: 3vw;
  }
  #service .box4 .box3 .cbox .cell .flex {
    justify-content: center;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainWrap90 {
    width: 90vw;
    margin: 0 auto;
  }
  .bd {
    border-width: 0.6vw;
    border-radius: 4vw;
  }
  .dotstyle {
    margin-left: 5vw;
  }
  .btbox {
    border-radius: 4vw;
  }
  .btbox .bt {
    padding: 3vw 12vw;
    margin: 6vw 0;
  }
  .btbox .bt .svg-inline--fa {
    margin-left: 5vw;
  }
  .btbox .fa-solid {
    margin-left: 8vw;
  }
  .block {
    padding: 10vw 0;
  }
  .fv-top .slide {
    width: 90%;
    padding-top: 18vw;
  }
  .fv-top .slide img {
    height: 165vw;
    object-fit: cover;
    object-position: center center;
    border-radius: 4vw;
  }
  .fv-top .slide .catch {
    font-size: 5vw;
    line-height: 2.2;
    letter-spacing: 0.18em;
  }
  #top .b01 .logo {
    width: 36vw;
  }
  #top .b01 .icon,
  #top .b02 .icon {
    width: 18vw;
    padding: 6vw 0;
  }
  #top .b01 .txt {
    line-height: 2;
    text-align: left;
  }
  #top .b02 .stxt {
    width: 100%;
    padding-bottom: 8vw;
    text-align: left;
  }
  #top .b02 .cell {
    padding: 6vw 5vw;
    margin-bottom: 6vw;
  }
  #top .b02 .cell .s1 {
    padding: 1.5vw 8vw;
  }
  #top .b02 .cell .s2,
  #top .b02 .cell .s2-2 {
    margin: 4vw 0;
    line-height: 1.6;
  }
  #top .b02 .cell .txt {
    margin-top: 4vw;
    line-height: 2;
  }
  #about .b01,
  #about .b02 {
    width: 90%;
    margin: 0 auto;
  }
  #about .b01 .img {
    width: 100%;
    padding-bottom: 8vw;
  }
  #about .b02 .name {
    font-size: 6vw;
  }
  #about .b02 .box .img {
    width: 70%;
    margin: 0 auto;
  }
  #about .b02 .h2box {
    margin-bottom: 8vw;
  }
  #about .b02 .box {
    width: 100%;
    padding-bottom: 8vw;
  }
  #about .b03 .combox {
    width: 100%;
  }
  .profileArea > .in {
    padding: 8vw 0 12vw;
  }
  .profileArea > .in .content {
    display: block;
  }
  .profileArea > .in .content .tr {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .profileArea > .in .content .tr .tit,
  .profileArea > .in .content .tr .cap {
    display: block;
    width: 100%;
    padding: 4vw 0;
    border-top: 1px solid #707070;
  }
  .profileArea > .in .content .tr .tit {
    padding-left: 0;
    font-weight: 700;
  }
  .profileArea > .in .content .tr .cap {
    padding-left: 0;
    padding-right: 0;
    border-top: none;
  }
  .profileArea > .in .content .tr:last-child .tit {
    border-bottom: none;
  }
  .profileArea > .in .content .tr:last-child .cap {
    border-bottom: 1px solid #707070;
  }
}
@media screen and (max-width: 768px) {
  .lower-kv-inner {
    position: relative;
    height: 42vw;
    padding: 0;
    border-radius: 6vw;
  }
  .lower-title {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: max-content;
    text-align: center;
    z-index: 2;
  }
  .lower-title-main {
    position: relative;
    display: block;
  }
  .lower-title-text {
    text-align: center;
  }
  .lower-title-text .en {
    margin-bottom: 1.5vw;
  }
  .lower-title-text h1 {
    line-height: 1.3;
  }
  .lower-icon {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 9vw;
    height: auto;
    margin-right: 3vw;
  }
  .lower-title.icon-right .lower-icon,
  .lower-title.icon-left .lower-icon {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 3vw;
  }
  .lower-breadcrumb {
    position: absolute;
    right: 6vw;
    bottom: 5vw;
    margin-top: 0;
    z-index: 1;
  }
  .lower-breadcrumb ul {
    display: flex;
    justify-content: flex-end;
    gap: 2vw;
  }
  .lower-breadcrumb li {
    font-size: 3vw;
  }
  #footer {
    width: 100%;
    margin: 18vw auto 0;
    padding: 12vw 0 5vw;
    border-radius: 12vw 12vw 0 0;
  }
  #footer .footer-inner {
    width: 80vw;
  }
  #footer .footer-top {
    display: block;
  }
  #footer .footer-logo-wrap {
    display: block;
    text-align: center;
  }
  #footer .footer-logo {
    width: 32vw;
    height: 32vw;
    margin: 0 auto 6vw;
  }
  #footer .footer-logo img {
    width: 25vw;
  }
  #footer .footer-company p {
    margin-bottom: 3vw;
    line-height: 1.8;
  }
  #footer .footer-sns {
    justify-content: center;
    gap: 8vw;
    margin-top: 5vw;
  }
  #footer .footer-sns .fa-instagram {
    width: 8vw;
    height: 8vw;
  }
  #footer .footer-btns {
    margin-top: 8vw;
    gap: 4vw;
  }
  #footer .footer-btns a {
    width: 100%;
    height: 15vw;
    border-radius: 4vw;
    gap: 3vw;
  }
  #footer .footer-contact-btn svg,
  #footer .footer-download-btn svg {
    width: 5vw;
    height: 5vw;
  }
  #footer .footer-nav {
    margin-top: 8vw;
    border-radius: 4vw;
  }
  #footer .footer-nav ul {
    height: auto;
    padding: 6vw 0;
    display: block;
    text-align: center;
  }
  #footer .footer-nav li {
    margin-bottom: 4vw;
  }
  #footer .footer-nav li:last-child {
    margin-bottom: 0;
  }
  #footer .copyright {
    margin-top: 8vw;
    text-align: center;
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works-filter,
  #news .news-filter {
    padding: 6vw 5vw;
    margin-bottom: 10vw;
    border-radius: 4vw;
  }
  #works .filter-block,
  #news .filter-block {
    margin-bottom: 6vw;
  }
  #works .filter-ttl,
  #news .filter-ttl {
    margin-bottom: 3vw;
  }
  #works .filter-list,
  #news .filter-list {
    gap: 2vw;
  }
  #works .filter-list a,
  #news .filter-list a {
    padding: 1.8vw 4vw;
  }
  #works .archive-select select,
  #news .archive-select select {
    width: 45vw;
    height: 10vw;
    padding: 0 4vw;
  }
  .works-list,
  .news-list {
    margin: 8vw 0;
  }
  .works-card,
  .news-card {
    border-radius: 4vw;
  }
  .works-card a,
  .news-card a {
    padding: 3vw;
  }
  .works-img,
  .news-img {
    border-radius: 3vw;
  }
  .works-cat,
  .news-cat {
    height: auto;
    margin-top: 3vw;
    padding: 1.2vw 3vw;
    border-radius: 1vw;
  }
  .works-card time,
  .news-card time {
    margin-top: 3vw;
    font-size: 3.5vw;
  }
  .works-card h3,
  .news-card h3 {
    margin-top: 1vw;
    line-height: 1.6;
  }
  .works-tags {
    gap: 1.5vw 3vw;
    margin-top: 3vw;
  }
  .pagination {
    margin-top: 10vw;
    text-align: center;
  }
  .single-page .single-main {
    width: 90vw;
    margin: 10vw auto 0;
  }
  .single-page .single-meta {
    gap: 3vw;
    margin-bottom: 3vw;
    flex-wrap: wrap;
  }
  .single-page .single-cat {
    padding: 1vw 4vw;
    border-radius: 1vw;
  }
  .single-page .single-title {
    padding-bottom: 4vw;
  }
  .single-page .single-content {
    margin-top: 6vw;
  }
  .single-page .single-content p {
    margin-bottom: 5vw;
  }
  .single-page .single-content img {
    margin: 8vw 0;
  }
  .single-page .single-pager {
    margin-top: 10vw;
    padding-top: 5vw;
  }
  .single-page .single-filter {
    width: 90vw;
    margin: 12vw auto 0;
    padding: 6vw 5vw;
    border-radius: 4vw;
  }
  .single-page .filter-block {
    margin-bottom: 6vw;
  }
  .single-page .filter-ttl {
    margin-bottom: 3vw;
  }
  .single-page .filter-list {
    gap: 2vw;
  }
  .single-page .filter-list a {
    padding: 1.8vw 4vw;
  }
  .single-page .archive-select select {
    width: 45vw;
    height: 10vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .b01 {
    padding: 8vw 0 10vw;
  }
  #contact .contact-lead {
    margin-bottom: 8vw;
    line-height: 2;
    text-align: center;
  }
  #contact .contact-box {
    width: 90vw;
    padding: 6vw 5vw;
    border-width: 0.6vw;
    border-radius: 4vw;
  }
  #contact .contact-catch {
    margin-bottom: 4vw;
  }
  #contact .contact-tel {
    width: 76vw;
    height: 14vw;
    margin-bottom: 5vw;
    border-radius: 2vw;
    gap: 4vw;
  }
  #contact .contact-tel i {
    font-size: 6vw;
  }
  #contact .contact-tel span {
    font-size: 7vw;
  }
  #contact .contact-time {
    line-height: 1.8;
  }
  #contact .contact-line {
    width: 76vw;
    height: 0.25vw;
    margin: 5vw auto;
  }
  #contact .contact-item {
    line-height: 1.8;
  }
  #contact .b02 {
    padding: 4vw 0 14vw;
  }
  .contact-form-area {
    width: 90vw;
    margin: 0 auto;
  }
  .contact-form-area .form-title {
    margin-bottom: 8vw;
  }
  .contact-form-area .required-note {
    width: 100%;
    margin: 6vw auto 0;
  }
  .contact-form-area .smf-form {
    width: 100%;
  }
  .contact-form-area .smf-item {
    margin-bottom: 6vw;
  }
  .contact-form-area .smf-item__label {
    margin-bottom: 2vw;
  }
  .contact-form-area .smf-text-control__control,
  .contact-form-area .smf-email-control__control {
    height: 12vw;
    padding: 0 3vw;
    border-radius: 1.5vw;
  }
  .contact-form-area .smf-textarea-control__control {
    height: 40vw;
    padding: 3vw;
    border-radius: 1.5vw;
  }
  .contact-form-area .smf-radio-buttons-control__control {
    display: block;
  }
  .contact-form-area .smf-radio-button-control {
    display: block;
    margin-bottom: 2vw;
  }
  .contact-form-area .smf-action {
    margin-top: 8vw;
  }
  .contact-form-area .smf-button-control__control {
    width: 60vw;
    height: 14vw;
    border-radius: 4vw;
  }
}
