@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #222926;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.875;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #222926;
  text-decoration: none;
}
a:link,
a:visited {
  color: #222926;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Shippori Mincho", serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.5s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.5s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* ---------------------------------------------
*   is-disabled
--------------------------------------------- */
.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 70px 0 55px;
  max-width: 100%;
  height: 81px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1120px) {
  #header .header_item {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_item {
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 60px;
    width: 100%;
    padding: 0 20px;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item img {
  max-width: 184px;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item img {
    max-width: 120px;
  }
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
}
#header .header_item .logo_item .logo h1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .logo {
    margin: auto;
    margin-left: 0;
    z-index: 50;
  }
}
#header .nobg {
  background: none;
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item #menu_list {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s, visibility 0.8s;
    z-index: -10;
    height: 105vh;
    width: 100%;
    padding: 120px 20px 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    text-align: center;
    background: url(../img/common/menu_sp_bg.webp) no-repeat center;
    background-size: 100% 100%;
  }
  #header .menu_item #menu_list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../img/common/menu_sp_after.webp) no-repeat bottom;
    background-size: 100% auto;
    transition: 0.3s ease-in-out;
  }
}
#header .menu_item #menu_list ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul {
    display: block;
  }
}
#header .menu_item #menu_list ul li {
  position: relative;
}
#header .menu_item #menu_list ul li + li {
  margin-left: 35px;
}
@media screen and (max-width: 1200px) {
  #header .menu_item #menu_list ul li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 920px) {
  #header .menu_item #menu_list ul li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul li + li {
    margin-left: 0;
    margin-top: 25px;
  }
}
#header .menu_item #menu_list ul li a {
  position: relative;
  z-index: 99999999999;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: 0.02em;
  color: #222926;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #header .menu_item #menu_list ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 920px) {
  #header .menu_item #menu_list ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
  }
}
#header .menu_item #menu_list ul li a:hover {
  color: #7B895F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1 !important;
  cursor: pointer;
}
#header .menu_item .menu_show {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
@media screen and (max-width: 818px) {
  #header #menuBtn {
    width: 24px;
    height: 18px;
    position: fixed;
    right: 20px;
    top: 21px;
    z-index: 9999999;
  }
  #header #menuBtn span {
    display: block;
    background: #222926;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 16px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 8px;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 0px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span {
    width: 30px;
    background: #ffffff;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    transition: 0.3s ease-in-out;
  }
}
.breadmenu {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.01;
  margin-bottom: 43px;
}
@media screen and (max-width: 818px) {
  .breadmenu {
    margin-bottom: 30px;
    font-size: 10px;
  }
}
.breadmenu span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #222926;
}
@media screen and (max-width: 818px) {
  .breadmenu span {
    font-size: 10px;
  }
}
.breadmenu p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #222926;
}
@media screen and (max-width: 818px) {
  .breadmenu p {
    font-size: 10px;
    line-height: 1.4;
  }
}
.breadmenu a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
  position: relative;
  padding-right: 15px;
  opacity: 0.4;
}
@media screen and (max-width: 818px) {
  .breadmenu a {
    font-size: 10px;
    padding-right: 14px;
  }
}
.breadmenu a:hover {
  transition: 0.3s ease-in-out;
}
.breadmenu a::after {
  position: absolute;
  content: "/";
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .breadmenu a::after {
    right: 4px;
  }
}
.btn_common {
  color: #7B895F !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2px;
}
.btn_common::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #7B895F;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.8s;
  z-index: -1;
}
.btn_common:hover {
  opacity: 1;
}
.btn_common:hover::before {
  right: -100%;
}
.btn_common::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #7B895F;
  position: absolute;
  left: -200%;
  bottom: 0;
  transition: 0.8s;
  z-index: -1;
}
.btn_common:hover::after {
  transition-delay: 0.2s;
  left: 0;
}
.h2_ttl {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  padding-left: 69px;
  padding-right: 69px;
  width: fit-content;
  margin: auto;
  letter-spacing: 0.02em;
  color: #222926;
  font-family: "Kaisei Decol", serif;
  line-height: 1.01;
}
@media screen and (max-width: 1200px) {
  .h2_ttl {
    font-size: 36px;
    padding-left: 59px;
    padding-right: 59px;
  }
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    font-size: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.h2_ttl::after {
  position: absolute;
  content: "";
  width: 53px;
  height: 39px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/h2_icon.webp) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  .h2_ttl::after {
    width: 43px;
    height: 31.6px;
  }
}
@media screen and (max-width: 818px) {
  .h2_ttl::after {
    width: 30px;
    height: 22px;
  }
}
.h2_ttl::before {
  position: absolute;
  content: "";
  width: 53px;
  height: 39px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/h2_icon.webp) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  .h2_ttl::before {
    width: 43px;
    height: 31.6px;
  }
}
@media screen and (max-width: 818px) {
  .h2_ttl::before {
    width: 30px;
    height: 22px;
  }
}
.footer {
  position: relative;
  z-index: 20;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 400;
}
.footer .inner {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 190px;
  padding-bottom: 39px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    display: block;
    max-width: 290px;
    padding-bottom: 48px;
  }
}
.footer .f_item {
  display: flex;
}
@media screen and (max-width: 818px) {
  .footer .f_item {
    display: block;
  }
}
.footer .f_item .f_logo {
  display: block;
  max-width: 160px;
  margin-right: 50px;
}
.footer .f_item .f_logo img {
  max-width: 160px;
}
@media screen and (max-width: 818px) {
  .footer .f_item .f_logo {
    margin: auto;
    margin-bottom: 30px;
  }
}
.footer .f_item .txt {
  text-align: left;
}
.footer .f_item .txt .b_txt {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .f_item .txt .s_txt {
  font-size: 14px;
  line-height: 1.8;
}
.footer .f_item .txt .s_txt .list {
  display: flex;
}
.footer .f_item .txt .s_txt .list span {
  display: block;
}
.footer .f_item .txt .s_txt .list span:nth-child(2) {
  padding-left: 5px;
}
.footer .f_item .txt a {
  color: #ffffff !important;
}
.footer .copy {
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 818px) {
  .footer .copy {
    text-align: center;
    margin-top: 40px;
  }
}
.contact_top {
  position: relative;
  z-index: 10;
  background: url(../img/top/contact_bg.webp) no-repeat top;
  background-size: 100% 369px;
}
@media screen and (max-width: 818px) {
  .contact_top {
    background: url(../img/top/contact_bg_sp.webp) no-repeat top;
    background-size: 100% 96px;
  }
}
.contact_top .inner {
  padding-top: 80px;
}
@media screen and (max-width: 818px) {
  .contact_top .inner {
    padding-top: 96px;
  }
}
.contact_top .ch_ch_txt {
  padding: 40px 15px 40px 25px;
  background: rgba(245, 244, 237, 0.6);
  border: 1px solid #7A7E7C;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .contact_top .ch_ch_txt {
    border: 1px solid #787A73;
  }
}
@media screen and (max-width: 818px) {
  .contact_top .ch_ch_txt {
    padding: 22px 10px;
    margin-top: 10px;
  }
}
.contact_top .ch_ch_txt .ch_ttl {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.contact_top .ch_ch_txt .ch_subttl {
  margin-top: 25px;
  font-weight: bold;
}
.contact_top .ch_ch_txt .ch_onlytxt {
  margin-top: 25px;
}
.contact_top .ch_ch_txt .simplebar-track.simplebar-horizontal {
  background: #F2F2F2;
  border-radius: 10px;
  margin: 0 auto;
}
.contact_top .ch_ch_txt .simplebar-scrollbar {
  top: 0;
}
.contact_top .ch_ch_txt .simplebar-scrollbar:before {
  background: #7B895F !important;
  opacity: 1 !important;
  width: 11px !important;
  border-radius: 0px !important;
  left: 0 !important;
}
.contact_top .ch_ch_txt .check_txt {
  height: 350px;
  overflow: auto;
  padding-right: 20px;
}
@media screen and (max-width: 818px) {
  .contact_top .ch_ch_txt .check_txt {
    padding-right: 10px;
  }
}
.contact_top .ch_ch_txt .check_txt::-webkit-scrollbar {
  width: 10px !important;
}
.contact_top .ch_ch_txt .check_txt::-webkit-scrollbar-track {
  background-color: #D3D3D3 !important;
  border-radius: 100px !important;
}
.contact_top .ch_ch_txt .check_txt::-webkit-scrollbar-thumb {
  background-color: #7A7E7C !important;
  border-radius: 100px !important;
}
.contact_top .c_item {
  margin: auto;
  padding: 80px 100px;
  max-width: 900px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(30px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item {
    padding: 50px 15px;
  }
}
.contact_top .c_item .btn_common {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .btn_common {
    margin-top: 60px;
  }
}
.contact_top .c_item .txt_item {
  background: rgba(245, 244, 237, 0.6);
  padding: 25px 20px 25px 38px;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .txt_item {
    padding: 20px 15px;
    margin-top: 40px;
  }
}
.contact_top .c_item .txt_item ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .txt_item ul li {
    font-size: 12px;
  }
  .contact_top .c_item .txt_item ul li + li {
    margin-top: 5px;
  }
}
.contact_top .c_item .txt_item ul li::after {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.contact_top .c_item .form {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form {
    margin-top: 25px;
  }
}
.contact_top .c_item .form .hishu {
  color: #C4242B;
  margin-left: 4px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .hishu {
    margin-left: 5px;
  }
}
.contact_top .c_item .form .c_form input,
.contact_top .c_item .form .c_form textarea {
  font-size: 16px !important;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form input,
  .contact_top .c_item .form .c_form textarea {
    font-size: 14px !important;
  }
}
.contact_top .c_item .form .c_form .wpcf7-spinner {
  display: none !important;
}
.contact_top .c_item .form .c_form #send,
.contact_top .c_item .form .c_form .wpcf7-submit {
  width: 181px;
  background: #ccc;
  border: 1px solid #a7a7a7;
  line-height: 44px;
  color: #a7a7a7;
  font-family: "Zen Old Mincho", serif;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  display: block;
  cursor: pointer;
  margin-top: 45px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  cursor: no-drop;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form #send,
  .contact_top .c_item .form .c_form .wpcf7-submit {
    margin-top: 40px;
    font-size: 14px;
  }
}
.contact_top .c_item .form .c_form .sendok {
  background: #ffffff !important;
  border: 1px solid #7B895F !important;
  color: #7B895F !important;
  cursor: pointer !important;
}
.contact_top .c_item .form .c_form .sendok:hover {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background: #7B895F !important;
  color: #ffffff !important;
  opacity: 1 !important;
  cursor: pointer;
}
.contact_top .c_item .form .c_form .check_list {
  text-align: center;
  font-size: 14px;
}
.contact_top .c_item .form .c_form .check_list .sub {
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form .check_list .sub {
    font-size: 14px;
  }
}
.contact_top .c_item .form .c_form .check_list .sub,
.contact_top .c_item .form .c_form .check_list .form-acceptance {
  margin-top: 25px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form .check_list .sub,
  .contact_top .c_item .form .c_form .check_list .form-acceptance {
    margin-top: 15px;
  }
}
.contact_top .c_item .form .c_form .check_list .sub a,
.contact_top .c_item .form .c_form .check_list .form-acceptance a {
  color: #208556;
  text-decoration: underline;
}
.contact_top .c_item .form .c_form .form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
.contact_top .c_item .form .c_form .wpcf7-list-item {
  margin: 0;
}
.contact_top .c_item .form .c_form .form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #F5F4ED;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #222927;
}
.contact_top .c_item .form .c_form .wpcf7-list-item-label {
  position: relative;
}
.contact_top .c_item .form .c_form .form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.7em;
  transform: translateY(-50%);
  width: 24px;
  height: 12px;
  background: url(../img/common/check_icon.webp) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
.contact_top .c_item .form .c_form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact_top .c_item .form .c_form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.contact_top .c_item .form .c_form ul {
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form ul {
    margin-top: 20px;
  }
}
.contact_top .c_item .form .c_form ul li + li {
  margin-top: 25px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form ul li + li {
    margin-top: 15px;
  }
}
.contact_top .c_item .form .c_form ul li dl {
  width: 100%;
  display: block;
}
.contact_top .c_item .form .c_form ul li dl dt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
  width: 100%;
  line-height: 1.5;
}
.contact_top .c_item .form .c_form ul li dl dd {
  width: 100%;
  margin-top: 5px;
}
.contact_top .c_item .form .c_form ul li dl dd p {
  width: 100%;
  text-align: left;
  padding-bottom: 0;
}
.contact_top .c_item .form .c_form ul li dl dd input[type="button"],
.contact_top .c_item .form .c_form ul li dl dd input[type="submit"],
.contact_top .c_item .form .c_form ul li dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.contact_top .c_item .form .c_form ul li dl dd p,
.contact_top .c_item .form .c_form ul li dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.contact_top .c_item .form .c_form ul li dl dd .sub_txt {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form ul li dl dd .sub_txt {
    margin-top: 10px;
  }
}
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
}
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 40px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
    margin-right: 10px;
  }
}
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #CCCCCC;
  outline-offset: -7px;
}
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button,
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #CCCCCC;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #CCCCCC;
}
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #CCCCCC;
  outline: 1px solid #CCCCCC;
}
.contact_top .c_item .form .c_form ul li dl dd input[type="text"],
.contact_top .c_item .form .c_form ul li dl dd input[type="tel"],
.contact_top .c_item .form .c_form ul li dl dd input[type="email"] {
  padding: 10px 15px;
  width: 100%;
  background: rgba(245, 244, 237, 0.6);
  border: 1px solid #7A7E7C;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form ul li dl dd input[type="text"],
  .contact_top .c_item .form .c_form ul li dl dd input[type="tel"],
  .contact_top .c_item .form .c_form ul li dl dd input[type="email"] {
    border: 1px solid #787A73;
  }
}
.contact_top .c_item .form .c_form ul li dl dd textarea {
  padding: 10px 15px;
  width: 100%;
  background: rgba(245, 244, 237, 0.6);
  border: 1px solid #7A7E7C;
  letter-spacing: 0.02em;
  height: 200px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form ul li dl dd textarea {
    border: 1px solid #787A73;
  }
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form ul li dl dd select {
    font-size: 14px !important;
    border-radius: 5px;
  }
}
.contact_top .c_item .form .c_form ul li dl dd .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.contact_top .c_item .form .c_form ul li dl dd input:focus,
.contact_top .c_item .form .c_form ul li dl dd textarea:focus,
.contact_top .c_item .form .c_form ul li dl dd select:focus {
  color: #222926 !important;
}
.contact_top .c_item .form .c_form ul li dl dd input:valid,
.contact_top .c_item .form .c_form ul li dl dd textarea:valid,
.contact_top .c_item .form .c_form ul li dl dd select:valid {
  color: #222926 !important;
}
.contact_top .c_item .form .c_form ul li dl dd input:invalid,
.contact_top .c_item .form .c_form ul li dl dd textarea:invalid,
.contact_top .c_item .form .c_form ul li dl dd select:invalid {
  color: #222926 !important;
}
.contact_top .c_item .form .c_form ul li dl dd input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .c_form ul li dl dd input[type="radio"] {
    margin-right: 5px;
    font-size: 14px;
    width: 16px;
    height: 16px;
    padding: 8px;
  }
}
.contact_top .c_item .form .c_form ul li dl dd input[type="radio"]:checked {
  box-sizing: border-box;
  outline: 7px solid #208556;
  outline-offset: -7px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .check_list {
    font-size: 12px;
  }
}
.contact_top .c_item .form .form_check {
  font-size: 16px !important;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item .form .form_check {
    font-size: 14px !important;
  }
}
.grecaptcha-badge {
  position: relative;
  z-index: 555;
}
