@charset "UTF-8";
/* CSS Document */
/*
Theme Name:bestkankyo
Theme URL:https://bestkankyo.com/
Description:ベストカンキョウ Webサイト
Author:ZenK Link
Version:1.0.0
*/
/* ==================================================
	reset
================================================== */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* ==================================================
	common
================================================== */
html {
  scroll-behavior: smooth;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  color: #FFF !important;
}
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  body {
    width: 100%;
    max-width: 100%;
    position: relative;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    color: #000;
  }
  .sp_none {
    display: none !important;
  }
  .cloudsecure-wp-captcha-block label {
    display: block !important;
    padding-bottom: 2.5vw !important;
  }
  .cloudsecure-wp-captcha-block input {
    width: 100% !important;
  }
  #cn-notice-text {
    text-align: left;
  }
  #header {
    z-index: 99;
    margin-top: 5vw;
  }
  .header_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .header_logo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  #header h1 {
    width: 70%;
    font-size: 0.55rem;
    text-align: right;
  }
  .header_logo img {}
  .header_logo a {
    width: 90%;
    text-align: right;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header_logo a:hover {
    opacity: 0.3;
  }
  .header_logo a img {
    width: 100%;
    height: auto;
  }
  #gnav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-left: -5%;
  }
  .circle_bg {
    position: fixed;
    z-index: 99;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #DDE9DF;
    transform: scale(0);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle_bg.circleactive {
    transform: scale(50);
  }
  #gnav_list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gnav.panelactive #gnav_list {
    display: block;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .gnav_list_wrapper {
    width: fit-content;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .gnav_list_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .gnav_list_wrapper li {
    margin-top: 10vw;
  }
  .gnav_list_wrapper li:first-of-type {
    margin-top: 0;
  }
  .gnav_list_wrapper li:last-of-type {
    margin-top: 15vw;
  }
  .gnav_list_wrapper li a {
    font-weight: 700;
    color: #000;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .gnav_list_wrapper li:last-of-type a {
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background: #357C4C;
    border-radius: 5px;
    padding: 5vw 5%;
  }
  .gnav_list_wrapper li a:hover {
    opacity: 0.3;
  }
  .openbtn {
    position: fixed;
    top: 2.5vw;
    right: 5%;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 52px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #357C4C;
    width: 100%;
  }
  .openbtn span:nth-of-type(1) {
    top: 10px;
  }
  .openbtn span:nth-of-type(2) {
    display: none;
  }
  .openbtn span:nth-of-type(3) {
    top: 30px;
  }
  .openbtn.is-show span {
    background: #357C4C;
  }
  .openbtn.active span {
    background-color: #357C4C;
  }
  .openbtn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .common_contact_wrapper {
    background: #DDE9DF;
    margin-top: 20vw;
  }
  .common_contact_inner {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    padding: 20vw 0;
  }
  .common_contact_info {
    width: 100%;
    background: #FFF;
    padding: 10vw 10%;
  }
  .common_contact_info h2 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .common_contact_info h2:before {
    content: '';
    position: absolute;
    bottom: -28px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .common_contact_info p {
    line-height: 1.8em;
    margin-top: 12vw;
  }
  .common_contact_link {
    width: 100%;
    background: #FFF;
    margin-top: 10vw;
    padding: 10vw 0;
  }
  .common_contact_link a {
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .common_contact_link a img {
    width: 9%;
    height: auto;
    vertical-align: text-bottom;
    margin-right: 1.5%;
  }
  .common_contact_link a span {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .common_contact_link a:hover {
    opacity: 0.3;
  }
  .common_contact_link p {
    text-align: center;
    margin-top: 5vw;
  }
  .common_contact_linkbtn {
    width: 85%;
    margin: 10vw auto 0;
  }
  .common_contact_linkbtn a {
    font-size: 1.0rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #357C4C;
    border-radius: 10px;
    padding: 5vw 0;
  }
  .common_contact_linkbtn a:hover {
    opacity: 0.3;
  }
  #footer {}
  .footer_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 20vw 0 5vw;
  }
  .footer_logo {
    width: 70%;
  }
  .footer_logo img {}
  .footer_logo a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer_logo a:hover {
    opacity: 0.3;
  }
  .footer_logo a img {
    width: 100%;
    height: auto;
  }
  .footer_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_inner:last-of-type {}
  .footer_info_wrapper {
    width: 100%;
    margin-top: 15vw;
  }
  .footer_info {}
  .footer_info li {
    line-height: 1.8em;
    margin-top: 5vw;
  }
  .footer_info li:first-of-type {
    margin-top: 0;
  }
  .footer_info li span {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .footer_sns {
    width: 100%;
    margin-top: 5vw;
  }
  .footer_sns ul {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_sns li {
    width: calc(calc(100% - 20%) /2);
    margin-right: 20%;
  }
  .footer_sns li:last-of-type {
    margin-right: 0;
  }
  .footer_sns li a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer_sns li a:hover {
    opacity: 0.3;
  }
  .footer_sns li a img {
    width: 100%;
    height: auto;
  }
  .footer_menu_wrapper {
    width: fit-content;
    margin: 0 auto;
  }
  .footer_menu {
    margin-top: 15vw;
  }
  .footer_menu:last-of-type {
    margin-top: 7.5vw;
  }
  .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer_menu li {
    margin-top: 7.5vw;
  }
  .footer_menu li:first-of-type {
    margin-top: 0vw;
  }
  .footer_menu li a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer_menu li a:hover {
    opacity: 0.3;
  }
  .copyright {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 20vw;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  body {
    width: 100%;
    max-width: 100%;
    position: relative;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    color: #000;
  }
  .sp_none {
    display: none !important;
  }
  .cloudsecure-wp-captcha-block label {
    display: block !important;
    padding-bottom: 2.5vw !important;
  }
  .cloudsecure-wp-captcha-block input {
    width: 100% !important;
  }
  #cn-notice-text {
    text-align: left;
  }
  #header {
    z-index: 99;
    margin-top: 5vw;
  }
  .header_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .header_logo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  #header h1 {
    width: 70%;
    font-size: 0.55rem;
    text-align: right;
  }
  .header_logo img {}
  .header_logo a {
    width: 90%;
    text-align: right;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header_logo a:hover {
    opacity: 0.3;
  }
  .header_logo a img {
    width: 100%;
    height: auto;
  }
  #gnav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-left: -5%;
  }
  .circle_bg {
    position: fixed;
    z-index: 99;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #DDE9DF;
    transform: scale(0);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle_bg.circleactive {
    transform: scale(50);
  }
  #gnav_list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gnav.panelactive #gnav_list {
    display: block;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .gnav_list_wrapper {
    width: fit-content;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .gnav_list_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .gnav_list_wrapper li {
    margin-top: 5vw;
  }
  .gnav_list_wrapper li:first-of-type {
    margin-top: 0;
  }
  .gnav_list_wrapper li:last-of-type {
    margin-top: 10vw;
  }
  .gnav_list_wrapper li a {
    font-weight: 700;
    color: #000;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .gnav_list_wrapper li:last-of-type a {
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background: #357C4C;
    border-radius: 5px;
    padding: 2.5vw 5%;
  }
  .gnav_list_wrapper li a:hover {
    opacity: 0.3;
  }
  .openbtn {
    position: fixed;
    top: 2.5vw;
    right: 5%;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 52px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #357C4C;
    width: 100%;
  }
  .openbtn span:nth-of-type(1) {
    top: 10px;
  }
  .openbtn span:nth-of-type(2) {
    display: none;
  }
  .openbtn span:nth-of-type(3) {
    top: 30px;
  }
  .openbtn.is-show span {
    background: #357C4C;
  }
  .openbtn.active span {
    background-color: #357C4C;
  }
  .openbtn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .common_contact_wrapper {
    background: #DDE9DF;
    margin-top: 20vw;
  }
  .common_contact_inner {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    padding: 20vw 0;
  }
  .common_contact_info {
    width: 100%;
    background: #FFF;
    padding: 10vw 10%;
  }
  .common_contact_info h2 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .common_contact_info h2:before {
    content: '';
    position: absolute;
    bottom: -28px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .common_contact_info p {
    line-height: 1.8em;
    margin-top: 12vw;
  }
  .common_contact_link {
    width: 100%;
    background: #FFF;
    margin-top: 10vw;
    padding: 10vw 0;
  }
  .common_contact_link a {
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .common_contact_link a img {
    width: 4%;
    height: auto;
    vertical-align: text-bottom;
    margin-right: 1.5%;
  }
  .common_contact_link a span {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .common_contact_link a:hover {
    opacity: 0.3;
  }
  .common_contact_link p {
    text-align: center;
    margin-top: 5vw;
  }
  .common_contact_linkbtn {
    width: 50%;
    margin: 10vw auto 0;
  }
  .common_contact_linkbtn a {
    font-size: 1.0rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #357C4C;
    border-radius: 10px;
    padding: 5vw 0;
  }
  .common_contact_linkbtn a:hover {
    opacity: 0.3;
  }
  #footer {}
  .footer_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 20vw 0 5vw;
  }
  .footer_logo {
    width: 70%;
  }
  .footer_logo img {}
  .footer_logo a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer_logo a:hover {
    opacity: 0.3;
  }
  .footer_logo a img {
    width: 100%;
    height: auto;
  }
  .footer_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_inner:last-of-type {}
  .footer_info_wrapper {
    width: 100%;
    margin-top: 15vw;
  }
  .footer_info {}
  .footer_info li {
    line-height: 1.8em;
    margin-top: 5vw;
  }
  .footer_info li:first-of-type {
    margin-top: 0;
  }
  .footer_info li span {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .footer_sns {
    width: 100%;
    margin-top: 5vw;
  }
  .footer_sns ul {
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_sns li {
    width: calc(calc(100% - 20%) /2);
    margin-right: 20%;
  }
  .footer_sns li:last-of-type {
    margin-right: 0;
  }
  .footer_sns li a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer_sns li a:hover {
    opacity: 0.3;
  }
  .footer_sns li a img {
    width: 100%;
    height: auto;
  }
  .footer_menu_wrapper {
    width: fit-content;
    margin: 0 auto;
  }
  .footer_menu {
    margin-top: 15vw;
  }
  .footer_menu:last-of-type {
    margin-top: 7.5vw;
  }
  .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer_menu li {
    margin-top: 7.5vw;
  }
  .footer_menu li:first-of-type {
    margin-top: 0vw;
  }
  .footer_menu li a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer_menu li a:hover {
    opacity: 0.3;
  }
  .copyright {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 20vw;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  body {
    width: 100%;
    max-width: 1920px;
    position: relative;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    color: #000;
  }
  .pc_none {
    display: none !important;
  }
  .cloudsecure-wp-captcha-block label {
    display: block !important;
    padding-bottom: 1.0vw !important;
  }
  .cloudsecure-wp-captcha-block input {
    width: 100% !important;
  }
  #cn-notice-text {
    text-align: left;
  }
  #header {
    width: 90%;
    margin: 2.0vw auto 0;
  }
  .header_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
  .header_logo {
    width: 25%;
  }
  #header h1 {}
  .header_logo img {}
  .header_logo a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header_logo a:hover {
    opacity: 0.3;
  }
  .header_logo a img {
    width: 100%;
    height: auto;
  }
  #gnav {
    width: 75%;
  }
  #gnav_list {
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .gnav_list_wrapper {
    width: 100%;
    opacity: 1;
  }
  .gnav_list_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .gnav_list_wrapper li {
    margin-right: 3%;
  }
  .gnav_list_wrapper li:last-of-type {
    width: 15%;
    margin-right: 0;
  }
  .gnav_list_wrapper li a {
    display: block;
    /*    color: #000;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .gnav_list_wrapper li:last-of-type a {
    color: #FFF;
    text-align: center;
    background: #357C4C;
    border-radius: 5px;
    padding: 1vw 5%;
  }
  .gnav_list_wrapper li a:hover {
    opacity: 0.3;
  }
  .gnav_contact_linkbtn {}
  .gnav_contact_linkbtn a {
    color: #FFF;
    background: #357C4C;
    border-radius: 5px;
    padding: 1vw 0;
  }
  .openbtn {
    display: none;
  }
  .common_contact_wrapper {
    background: #DDE9DF;
    margin-top: 10vw;
  }
  .common_contact_inner {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .common_contact_info {
    width: calc(calc(100% - 5%) / 2);
    background: #FFF;
    margin-right: 5%;
    padding: 5vw 8%;
  }
  .common_contact_info h2 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .common_contact_info h2:before {
    content: '';
    position: absolute;
    bottom: -50px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .common_contact_info p {
    line-height: 1.8em;
    margin-top: 6vw;
  }
  .common_contact_link {
    width: calc(calc(100% - 5%) / 2);
    background: #FFF;
    padding: 5vw 0;
  }
  .common_contact_link a {
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .common_contact_link a img {
    width: 7%;
    height: auto;
    vertical-align: text-bottom;
    margin-right: 1.5%;
  }
  .common_contact_link a span {
    font-size: 3.0rem;
    font-weight: 700;
  }
  .common_contact_link a:hover {
    opacity: 0.3;
  }
  .common_contact_link p {
    text-align: center;
    margin-top: 1vw;
  }
  .common_contact_linkbtn {
    width: 70%;
    margin: 3vw auto 0;
  }
  .common_contact_linkbtn a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #357C4C;
    border-radius: 10px;
    padding: 2vw 0;
  }
  .common_contact_linkbtn a:hover {
    opacity: 0.3;
  }
  #footer {}
  .footer_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 10vw 0 1vw;
  }
  .footer_logo {
    width: 30%;
    margin-right: 10%;
  }
  .footer_logo img {}
  .footer_logo a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer_logo a:hover {
    opacity: 0.3;
  }
  .footer_logo a img {
    width: 100%;
    height: auto;
  }
  .footer_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
  }
  .footer_inner:last-of-type {}
  .footer_info_wrapper {
    width: 50%;
    margin-top: 2.5vw;
  }
  .footer_info {}
  .footer_info li {
    margin-top: 1.5vw;
  }
  .footer_info li:first-of-type {
    margin-top: 0;
  }
  .footer_info li span {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .footer_sns {
    width: 100%;
    margin-top: 1.0vw;
  }
  .footer_sns ul {
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_sns li {
    width: calc(calc(100% - 20%) /2);
    margin-right: 20%;
  }
  .footer_sns li:last-of-type {
    margin-right: 0;
  }
  .footer_sns li a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer_sns li a:hover {
    opacity: 0.3;
  }
  .footer_sns li a img {
    width: 100%;
    height: auto;
  }
  .footer_menu_wrapper {
    width: 50%;
    margin-top: 2.5vw;
  }
  .footer_menu {}
  .footer_menu:last-of-type {
    margin-top: 1.0vw;
  }
  .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .footer_menu li {
    margin-right: 5%;
  }
  .footer_menu li:first-of-type {}
  .footer_menu li:nth-of-type(3n) {
    margin-right: 0;
  }
  .footer_menu li a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer_menu li a:hover {
    opacity: 0.3;
  }
  .copyright {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.0rem;
    text-align: center;
    margin-top: 10vw;
  }
}