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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
} /* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
} /* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

html {
  font-size: clamp(0.6rem, 0.006rem + 0.93vw, 0.841rem);
}
@media screen and (max-width: 1024px) {
  html {
    font-size: clamp(0.45rem, -0.002rem + 0.94vw, 0.6rem);
  }
}
@media screen and (max-width: 820px) {
  html {
    font-size: 65%;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.75vw;
  }
}

@font-face {
  font-family: "KGothic";
  src: url("../fonts/K Gothic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SquarePeg";
  src: url("../fonts/Square Peg.otf") format("truetype");
  font-display: swap;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.8;
  letter-spacing: 1px;
  word-break: break-all;
  background-color: #fff;
  color: #333333;
  overflow-x: hidden;
}

a,
button {
  color: #333333;
  transition: all 0.3s;
}

a:hover,
button:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  .__pc {
    display: inline-block;
  }
  .__tab {
    display: none;
  }
  .__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .__pc {
    display: inline-block;
  }
  .__tab {
    display: none;
  }
  .__sp {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .__pc {
    display: none;
  }
  .__tab {
    display: inline-block;
  }
  .__sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .__pc {
    display: none;
  }
  .__tab {
    display: none;
  }
  .__sp {
    display: inline-block;
  }
}
.pc--size {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc--size {
    display: none;
  }
}

.sp--size {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp--size {
    display: inline;
  }
}

/* header--------------------------- */
.__top-m {
  padding-top: clamp(13.75rem, 10.887rem + 4.47vw, 16.25rem);
}
@media screen and (max-width: 1024px) {
  .__top-m {
    padding-top: 17.25rem;
  }
}
@media screen and (max-width: 820px) {
  .__top-m {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .__top-m {
    padding-top: 7.5rem;
  }
}

.__un-m {
  padding-top: 13rem;
}
@media screen and (max-width: 820px) {
  .__un-m {
    padding-top: 1.5rem;
  }
}

.__uun-m {
  padding-top: 17rem;
}
@media screen and (max-width: 820px) {
  .__uun-m {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .__uun-m {
    padding-top: 7.5rem;
  }
}

main {
  max-width: 1440px;
  margin: auto;
}

.header {
  background-color: #fff;
  width: 100%;
  z-index: 5000;
  position: fixed;
}
.header-wrap__top {
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5% 3%;
  margin-bottom: 1.5%;
}
.header-wrap__top__logo {
  width: 30%;
  position: relative;
  z-index: 10000;
}
@media screen and (max-width: 1024px) {
  .header-wrap__top__logo {
    width: 30%;
  }
}
.header-wrap__top__logo h1 {
  font-size: 1.05rem;
  font-weight: normal;
}
.header-wrap__top__logo small {
  font-size: 1.05rem;
  font-weight: normal;
}
.header-wrap__top__logo a {
  display: block;
}
.header-wrap__top__logo a img {
  display: block;
  width: 53.5%;
  height: auto;
  margin-right: 4.25%;
}
.header-wrap__top__cv {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header-wrap__top__cv {
    width: 49.25%;
  }
}
.header-wrap__top__cv__tel {
  width: 44%;
  text-align: center;
  margin-right: 0.5vw;
}
@media screen and (max-width: 1024px) {
  .header-wrap__top__cv__tel {
    width: 67%;
  }
}
.header-wrap__top__cv__tel small {
  font-size: 1.15rem;
  display: inline-block;
  margin-top: 2%;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .header-wrap__top__cv__tel small {
    font-size: 1.25rem;
  }
}
.header-wrap__top__cv__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .header-wrap__top__cv__tel a {
    justify-content: center;
  }
}
.header-wrap__top__cv__tel a img {
  display: block;
  width: 12.5%;
  height: auto;
  margin-right: 3%;
}
@media screen and (max-width: 820px) {
  .header-wrap__top__cv__tel a img {
    width: 60px;
  }
}
@media screen and (max-width: 600px) {
  .header-wrap__top__cv__tel a img {
    width: 45px;
  }
}
.header-wrap__top__cv__tel a span {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1;
}
.header-wrap__top__cv__btn {
  width: 42% !important;
  margin-top: 2.5%;
}
@media screen and (max-width: 1024px) {
  .header-wrap__top__cv__btn {
    width: 60.5% !important;
  }
}
@media screen and (max-width: 820px) {
  .header-wrap__top__cv__btn {
    width: 350px !important;
  }
}
.header-wrap__nav {
  margin: 20px auto;
  max-width: 1080px;
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .header-wrap__nav {
    width: 85%;
  }
}
.header-wrap__nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .header-wrap__nav__list {
    width: 100%;
  }
}
.header-wrap__nav__list__item {
  line-height: 1;
  padding: 0 2%;
}
.header-wrap__nav__list__item:nth-of-type(1) {
  padding-left: 0;
}
.header-wrap__nav__list__item:nth-last-of-type(1) a {
  padding-right: 0;
}
.header-wrap__nav__list__item + li {
  border-left: 1.5px solid #c5cbd3;
}
.header-wrap__nav__list__item a {
  display: block;
  font-size: 1.175rem;
}

.header-wrap__top__cv__btn.__btn a b {
  font-size: 1.75rem;
}
@media screen and (max-width: 820px) {
  .header-wrap__top__cv__btn.__btn a b {
    font-size: 25px;
  }
}

.header-wrap__top__cv__btn.__btn a span {
  font-size: 1.1rem;
  width: 60%;
}

.header {
  transition: 0.3s all ease;
}

.header.transform {
  box-shadow: 0 4px 4px 0 #ccc;
  transition: 0.3s all ease;
}
.header.transform .header-wrap__top {
  padding: 0.5% 2%;
  margin-bottom: -0.75%;
  transition: 0.3s all ease;
}
.header.transform .breadcrumbs {
  display: none;
}
.header.transform .header-wrap__top__logo a img {
  width: 35%;
}
.header.transform .header-wrap__top__logo h1 {
  font-size: 0.8rem;
}
.header.transform .header-wrap__top__logo small {
  font-size: 0.8rem;
}
.header.transform .header-wrap__top__cv__tel small {
  font-size: 0.9rem;
}
.header.transform .header-wrap__top__cv__tel a span {
  font-size: 2.5rem;
}
.header.transform .header-wrap__top__cv__tel a img {
  width: 10.5%;
}
.header.transform .header-wrap__top__cv__btn {
  width: 35% !important;
}
.header.transform .header-wrap__top__cv__tel {
  width: 42%;
}
.header.transform .__btn a b {
  font-size: 1.25rem;
}
.header.transform .__btn a b small {
  width: 25px;
  height: 25px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .header.transform .__btn a b small {
    width: 20px;
    height: 20px;
  }
}
.header.transform .__btn a span {
  font-size: 0.9rem;
}
@media screen and (max-width: 600px) {
  .header.transform .openbtn {
    top: 6px;
  }
}

.header-wrap__top__cv__btn.__btn a span::after {
  transform: translateY(-46%) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header-wrap__top__cv__btn.__btn a span::after {
    border-width: 10px;
    bottom: -26px;
  }
}
@media screen and (max-width: 820px) {
  .header-wrap__top__cv__btn.__btn a span::after {
    border-width: 10px;
    transform: translateY(-20%) translateX(-50%);
    bottom: -60%;
  }
}
@media screen and (max-width: 600px) {
  .header-wrap__top__cv__btn.__btn a span::after {
    border-width: 7px;
    bottom: -48%;
  }
}

.header-wrap__top {
  transition: 0.3s all ease;
}

.breadcrumbs {
  transition: 0.3s all ease;
}

.header-wrap__top__logo a img {
  transition: 0.3s all ease;
}

.header-wrap__top__logo h1 {
  transition: 0.3s all ease;
}

.header-wrap__top__logo small {
  transition: 0.3s all ease;
}

.header-wrap__top__cv__tel small {
  transition: 0.3s all ease;
}

.header-wrap__top__cv__tel a span {
  transition: 0.3s all ease;
}

.header-wrap__top__cv__tel a img {
  transition: 0.3s all ease;
}

.header-wrap__top__cv__btn {
  transition: 0.3s all ease;
}

.header-wrap__top__cv__tel {
  transition: 0.3s all ease;
}

.__btn a b {
  transition: 0.3s all ease;
}

.__btn a span {
  transition: 0.3s all ease;
}

@media screen and (max-width: 820px) {
  .header-wrap__pc {
    display: none;
  }
}

.header-wrap__tab {
  display: none;
}
@media screen and (max-width: 820px) {
  .header-wrap__tab {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .header-wrap__tab .header-wrap__top__logo {
    width: 50%;
    margin: 1% 0 1% 3%;
  }
  /* メニューのスタイル */
  /* アクティブクラスがついたら透過なしにして最前面へ */
  /* メニューの縦スクロール */
  /* メニューの表示位置 */
  /* リストのレイアウト */
  /* 三本線のスタイル */
  /* ×に変化 */
  /* 各線のスタイル */
}
@media screen and (max-width: 820px) and (max-width: 600px) {
  .header-wrap__tab .header-wrap__top__logo {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  .header-wrap__tab .header-wrap__top__logo small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 820px) {
  .header-wrap__tab .header-wrap__top__logo a img {
    width: 40%;
  }
}
@media screen and (max-width: 820px) and (max-width: 600px) {
  .header-wrap__tab .header-wrap__top__logo a img {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .header-wrap__tab .header-wrap__nav__list {
    width: 100%;
    margin-top: 5%;
  }
  .header-wrap__tab .header-wrap__nav__list__item a {
    font-size: 2rem;
  }
  .header-wrap__tab .header-wrap__nav__list__item + li {
    border-left: none;
  }
  .header-wrap__tab .header-wrap__nav__list .header-wrap__top__cv__tel {
    margin: 35px auto;
    width: 55%;
  }
  .header-wrap__tab .header-wrap__nav__list .header-wrap__top__cv__tel small {
    font-size: 1.5rem;
  }
  .header-wrap__tab .header-wrap__nav__list .header-wrap__top__cv__tel a {
    line-height: 1.25;
  }
  .header-wrap__tab .header-wrap__nav__list .header-wrap__top__cv__tel a span {
    font-size: 4.25rem;
  }
  .header-wrap__tab .header-wrap__nav__list .header-wrap__top__cv__btn {
    margin: 50px auto;
  }
}
@media screen and (max-width: 820px) and (max-width: 600px) {
  .header-wrap__tab .header-wrap__nav__list .header-wrap__top__cv__btn {
    margin: 35px auto;
  }
}
@media screen and (max-width: 820px) {
  #h-menu {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0; /*はじめは透過0*/
    top: 0;
    width: 100%;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 820px) {
  #h-menu-list {
    background: #fff;
  }
}
@media screen and (max-width: 820px) {
  #h-menu.panelactive {
    opacity: 1;
    z-index: 999;
  }
}
@media screen and (max-width: 820px) {
  #h-menu.panelactive #h-menu-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 820px) {
  #h-menu .header-wrap__nav__list {
    display: none;
    /*ナビゲーション上下中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 820px) {
  #h-menu.panelactive .header-wrap__nav__list {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #h-menu .header-wrap__nav__list__item {
    text-align: center;
    margin: 25px 0;
  }
}
@media screen and (max-width: 820px) and (max-width: 600px) {
  #h-menu .header-wrap__nav__list__item {
    margin: 1.4em 0;
  }
}
@media screen and (max-width: 820px) {
  #h-menu .header-wrap__nav__list__item.__contact {
    padding: 7.5% 0;
  }
}
@media screen and (max-width: 820px) {
  .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 20px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 820px) and (max-width: 600px) {
  .openbtn {
    top: 10px;
  }
}
@media screen and (max-width: 820px) {
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #555;
    width: 45%;
  }
}
@media screen and (max-width: 820px) {
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
}
@media screen and (max-width: 820px) {
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
}
@media screen and (max-width: 820px) {
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
}
@media screen and (max-width: 820px) {
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
}
@media screen and (max-width: 820px) {
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 820px) {
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .header-wrap__tab .header-wrap__top__logo small {
    font-size: 0.85rem;
  }
  .header-wrap__tab .header-wrap__nav__list {
    margin-top: 25px;
  }
  .header-wrap__tab .header-wrap__nav__list__item a {
    font-size: 1.8rem;
  }
  .header-wrap__tab .header-wrap__nav__list .header-wrap__top__cv__tel {
    margin: 20px auto;
    width: 90%;
  }
  .header-wrap__tab .header-wrap__nav__list .header-wrap__top__cv__tel small {
    font-size: 1.25rem;
  }
  .header-wrap__tab .header-wrap__nav__list .header-wrap__top__cv__btn {
    width: 320px !important;
  }
}
.__btn {
  width: 25%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .__btn {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .__btn {
    width: 85%;
  }
}
.__btn a {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.__btn a span {
  background-color: #fff;
  color: #333333;
  border: solid 2px #eb6200;
  border-radius: 10000px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: 500;
  width: 220px;
  font-size: 15px;
  padding: 0.85% 0;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .__btn a span {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 600px) {
  .__btn a span {
    font-size: 15px !important;
    width: 200px;
  }
}
.__btn a span::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 12.25px;
  border-color: #fff transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 820px) {
  .__btn a span::after {
    transform: translateY(-30%) translateX(-50%);
    bottom: -70%;
  }
}
@media screen and (max-width: 600px) {
  .__btn a span::after {
    bottom: -60%;
  }
}
.__btn a span strong {
  color: #eb6200;
}
.__btn a b {
  background-color: #eb6200;
  box-shadow: 3px 3px rgb(211, 84, 3);
  border-radius: 10000px;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 5% 0 3%;
}
@media screen and (max-width: 600px) {
  .__btn a b {
    padding: 4% 0;
  }
}
.__btn a b small {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 10000px;
  font-size: 1.75rem;
  display: block;
  color: #eb6200;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .__btn a b small {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 820px) {
  .__btn a b small {
    font-size: 2.25rem;
    width: 27.5px;
    height: 27.5px;
  }
}

.__inner {
  position: relative;
  max-width: 1440px;
  width: 75%;
  margin: auto;
  padding: 5% 0;
}
@media screen and (max-width: 1024px) {
  .__inner {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .__inner {
    width: 90%;
    padding: 10% 0;
  }
}

.__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 5vw 0 5vw;
  border-color: #cbcbcb transparent transparent transparent;
  position: relative;
  top: 92.5%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  margin: 2.5% 0;
}
@media screen and (max-width: 600px) {
  .__triangle {
    border-width: 4vw 8vw 0 8vw;
  }
}

.__ttl {
  font-size: 40px;
  text-align: center;
  font-family: "KGothic", sans-serif;
  font-weight: normal;
  margin: 0 1.5%;
}
@media screen and (max-width: 1024px) {
  .__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 820px) {
  .__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .__ttl {
    line-height: 1.25;
  }
}
.__ttl h2 {
  font-weight: 500;
}
.__ttl small {
  font-size: 30px;
  display: block;
  text-align: center;
  font-family: "SquarePeg", sans-serif;
  margin-bottom: -2.5%;
  letter-spacing: -2px;
}
@media screen and (max-width: 1024px) {
  .__ttl small {
    font-size: 26px;
  }
}
@media screen and (max-width: 820px) {
  .__ttl small {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .__ttl small {
    letter-spacing: 0;
    margin-bottom: 0;
  }
}

.__ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 600px) {
  .__ttl-wrap {
    margin-bottom: 7.5%;
  }
}
.__ttl-wrap img {
  display: block;
  width: 100%;
  height: auto;
  width: 5%;
  position: relative;
  bottom: -20px;
}
@media screen and (max-width: 600px) {
  .__ttl-wrap img {
    width: 12%;
    bottom: -12px;
  }
}

.__more {
  margin-top: 2.5%;
}
.__more a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.__more a small {
  background-color: #eb6200;
  width: 45px;
  height: 45px;
  border-radius: 10000px;
  font-size: 2rem;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.5%;
}
@media screen and (max-width: 1024px) {
  .__more a small {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 600px) {
  .__more a small {
    width: 30px;
    height: 30px;
    font-size: 1.75rem;
  }
}

.cta {
  background-image: url(../img/c-cta_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #7ec895;
  max-width: 1440px;
  margin: auto;
  padding: 5% 0;
}
@media screen and (max-width: 820px) {
  .cta {
    background-image: url(../img/c-cta_bg-tab.png);
    background-repeat: round;
    background-position: inherit;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .cta {
    background-repeat: no-repeat;
  }
}
.cta-wrap__ttl h2 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .cta-wrap__ttl h2 {
    font-size: 2.25rem;
  }
}
.cta-wrap__con {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  grid-auto-rows: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .cta-wrap__con {
    width: 50%;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .cta-wrap__con {
    display: block;
    width: 80%;
  }
}
.cta-wrap__con__tel {
  width: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 7.5px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .cta-wrap__con__tel {
    width: 100%;
    margin-bottom: 12.25%;
    padding: 0;
    height: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .cta-wrap__con__tel {
    height: 7.5rem;
  }
}
.cta-wrap__con__tel small {
  font-size: 12px;
}
.cta-wrap__con__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-wrap__con__tel a img {
  display: block;
  width: 12%;
  height: auto;
  margin-right: 2%;
}
.cta-wrap__con__tel a span {
  font-size: 3rem;
  color: #eb6200;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.5;
}
.cta-wrap__con__cv {
  width: auto;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .cta-wrap__con__cv {
    width: 100%;
  }
}
.cta-wrap__con__cv a span {
  bottom: 60%;
  width: 60%;
  font-size: 1.35rem;
}
@media screen and (max-width: 820px) {
  .cta-wrap__con__cv a span::after {
    bottom: -80%;
    transform: translateY(-26%) translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .cta-wrap__con__cv a span::after {
    bottom: -55%;
    border-width: 12px;
    transform: translateY(7%) translateX(-50%);
  }
}
.cta-wrap__con__cv a b {
  padding: 27.25px 0;
  border-radius: 7.5px;
  font-size: 2.25rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 820px) {
  .cta-wrap__con__cv a b {
    height: 10rem;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .cta-wrap__con__cv a b {
    height: 7.5rem;
  }
}
.cta-wrap__con__cv a b small {
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: -2px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 600px) {
  .cta-wrap__con__cv a b small {
    font-size: 1.25rem;
  }
}

.footer-wrap {
  padding-bottom: 1%;
}
.footer-wrap__ttl {
  margin-bottom: 2.5%;
}
.footer-wrap__ttl span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer-wrap__ttl span {
    font-size: 1.75rem;
  }
}
.footer-wrap__logo {
  width: 60%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 4.5vw;
  margin-bottom: 4.25%;
}
@media screen and (max-width: 820px) {
  .footer-wrap__logo {
    width: 72.5%;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrap__logo {
    display: block;
    width: 80%;
    margin-top: 8%;
    margin-bottom: 8%;
  }
}
.footer-wrap__logo__img {
  width: 43%;
}
@media screen and (max-width: 600px) {
  .footer-wrap__logo__img {
    width: 100%;
    margin-bottom: 2.5%;
  }
}
.footer-wrap__logo__img img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-wrap__logo__txt p {
  font-size: 1.2rem;
  line-height: 1.95;
}
@media screen and (max-width: 600px) {
  .footer-wrap__logo__txt p {
    font-size: 1.25rem;
  }
}
.footer-wrap__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: baseline;
  gap: 5vw;
}
@media screen and (max-width: 600px) {
  .footer-wrap__nav {
    display: block;
    margin: 0 2.5%;
  }
}
.footer-wrap__nav__list__item {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 600px) {
  .footer-wrap__nav__list__item {
    margin-bottom: 1em;
  }
}
.footer-wrap__nav__list__item a {
  text-align: left;
  display: block;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .footer-wrap__nav__list__item a {
    font-size: 1.4rem;
    text-align: center;
  }
}
.footer-wrap__copy {
  display: block;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .footer-wrap__copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrap__copy {
    margin-top: 1.5%;
  }
}

/* u-top--------------------------- */
.u-top {
  background-image: url(../img/system/s-fv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 35rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .u-top {
    height: 40vw;
  }
}
@media screen and (max-width: 600px) {
  .u-top {
    height: 55vh;
  }
}
.u-top-wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.u-top-wrap__ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 600px) {
  .u-top-wrap__ttl {
    left: 55%;
  }
}
.u-top-wrap__ttl h1 {
  font-size: 2.75rem;
  color: #000;
  font-weight: 500;
  line-height: 1.75;
}
.u-top-wrap__ttl h1 span {
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  margin: 1.5% 0 0;
  padding: 0 1.25%;
}
.u-top-wrap__ttl h1 span:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .u-top-wrap__ttl h1 span {
    width: 100%;
    background-color: unset;
    margin: 0;
    padding: 0;
  }
}
.u-top-wrap__ttl h1 span b {
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .u-top-wrap__ttl h1 span b {
    background-color: #fff;
    margin: 1.5% 0 0;
    padding: 0 1.25%;
  }
}
.u-top-wrap__sub {
  position: absolute;
  bottom: 5%;
  right: 14%;
  background-color: rgba(255, 255, 255, 0.8);
}
.u-top-wrap__sub p {
  font-size: 1.15rem;
}
.u-top-img {
  position: absolute;
  top: 100%;
  left: 12.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 25%;
}
.u-top-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .u-top-img {
    top: 105%;
    left: 28.5%;
    width: 45%;
  }
}

/* ============================= */
.__policy-fv__bg {
  background-image: url(../img/policy/policy-fv_bg.png);
}

.__house-fv__bg {
  background-image: url(../img/house/house-fv_bg.png);
}

.__dan-fv__bg {
  background-image: url(../img/dannetsu/dan-fv_bg.png);
}

.__system-fv__bg {
  background-image: url(../img/system/system-fv_bg.png);
}

.__traditional-fv__bg {
  background-image: url(../img/traditional/traditional-fv_bg.png);
}

.__natural-fv__bg {
  background-image: url(../img/natural/natural-fv_bg.png);
}

.__gaiheki-fv__bg {
  background-image: url(../img/gaiheki/gaiheki-fv_bg.png);
}

.__reform-fv__bg {
  background-image: url(../img/reform/reform-fv_bg.png);
}

.__modelhouse-fv__bg {
  background-image: url(../img/modelhouse/modelhouse-fv_bg.png);
}

.__energy-fv__bg {
  background-image: url(../img/energy/energy-fv_bg.png);
}

.__rev {
  left: 87%;
}
@media screen and (max-width: 600px) {
  .__rev {
    left: 77% !important;
    top: 95%;
  }
}

.__u-btn {
  width: 60%;
  margin: auto;
  height: auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .__u-btn {
    width: 61%;
  }
}
.__u-btn a {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.__u-btn a b {
  background-color: #fff;
  border: solid 1.5px #33b75c;
  border-radius: 10000px;
  color: #33b75c;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 2.5% 0;
}
@media screen and (max-width: 820px) {
  .__u-btn a b {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .__u-btn a b {
    padding: 5% 0;
  }
}
.__u-btn a b small {
  background-color: #33b75c;
  width: 20px;
  height: 20px;
  border-radius: 10000px;
  font-size: 0.85rem;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .__u-btn a b small {
    width: 15px;
    height: 15px;
  }
}

.uu-top {
  background-color: #f9f9f9;
}
.uu-top-wrap {
  padding: 5%;
}
@media screen and (max-width: 600px) {
  .uu-top-wrap {
    padding: 5%;
  }
}
.uu-top-wrap__ttl {
  text-align: center;
}
.uu-top-wrap__ttl span {
  font-size: 2.25rem;
  font-weight: 500;
  font-family: "KGothic", sans-serif;
}
.uu-top-wrap__img {
  width: 12.5%;
  margin: 1% auto 0;
}
@media screen and (max-width: 600px) {
  .uu-top-wrap__img {
    width: 35%;
  }
}
.uu-top-wrap__img img {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================= */
/* パンくずリスト */
.breadcrumbs {
  display: flex;
  font-weight: 500;
  font-size: 1rem;
  padding: 2% 0 0;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    padding: 13.25% 0 3% 3%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    padding: 20% 0 0% 3%;
  }
}

.breadcrumbs__home a {
  color: #33b75c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumbs__home:after {
  content: ">";
  margin: 0.5em;
  color: #333;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.breadcrumbs__item {
  display: inline;
  font-weight: normal;
}

.breadcrumbs__item a {
  color: #33b75c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumbs__item + .breadcrumbs__item:before {
  content: ">";
  margin: 0.5em;
  font-weight: normal;
}

/* ============================= */
.__a-ttl {
  font-size: 2rem;
  text-align: center;
  font-family: "KGothic", sans-serif;
  font-weight: normal;
  margin: 0 1.5%;
}
@media screen and (max-width: 600px) {
  .__a-ttl {
    line-height: 1.25;
    font-size: 2.25rem;
  }
}
.__a-ttl small {
  font-size: 1.75rem;
  display: block;
  font-family: "KGothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .__a-ttl small {
    font-size: 1.75rem;
    letter-spacing: 0px;
  }
}

/* top--------------------------- */
.top {
  background-image: url(../img/top/t-fv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 45rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top {
    height: 55vw;
  }
}
@media screen and (max-width: 600px) {
  .top {
    height: 80vh;
  }
}
.top-wrap__ttl {
  width: 100%;
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .top-wrap__ttl {
    height: 45vw;
  }
}
@media screen and (max-width: 600px) {
  .top-wrap__ttl {
    height: 75vh;
  }
}
.top-wrap__ttl h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  line-height: 1.75;
  text-shadow: 1px 2px 2px #555;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-wrap__ttl h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 820px) {
  .top-wrap__ttl h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .top-wrap__ttl h2 {
    font-size: 32px;
  }
}
.top-wrap__cv {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateY(-20%) translateX(-50%);
  background-color: #fff;
  border-radius: 1000px;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .top-wrap__cv {
    transform: translateY(-5%) translateX(-50%);
  }
}
@media screen and (max-width: 820px) {
  .top-wrap__cv {
    transform: translateY(-20%) translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .top-wrap__cv {
    width: 320px;
  }
}
.top-img {
  position: absolute;
  top: 93%;
  left: 12.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 25%;
}
.top-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .top-img {
    top: 97%;
    left: 19.5%;
    width: 40%;
  }
}

.top-wrap__cv.__btn a span::after {
  transform: translateY(-46%) translateX(-50%);
}
@media screen and (max-width: 820px) {
  .top-wrap__cv.__btn a span::after {
    transform: translateY(-20%) translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .top-wrap__cv.__btn a span::after {
    transform: translateY(-5%) translateX(-50%);
  }
}

.notice-wrap__con__list {
  width: 75%;
  margin: 0 auto;
  padding: 2.5% 5%;
  background-color: #f9f9f9;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .notice-wrap__con__list {
    width: 100%;
  }
}
.notice-wrap__con__list__item {
  border-bottom: 1px dashed #333333;
  padding: 2.5% 0;
}
.notice-wrap__con__list__item__link {
  display: flex;
  align-items: center;
}
.notice-wrap__con__list__item__link__left {
  font-size: 16px;
  width: 20%;
}
@media screen and (max-width: 820px) {
  .notice-wrap__con__list__item__link__left {
    font-size: 14px;
    width: 28%;
  }
}
.notice-wrap__con__list__item__link__right {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .notice-wrap__con__list__item__link__right {
    font-size: 14px;
  }
}
.notice-wrap__con__list__item:nth-of-type(1) {
  border-top: 1px dashed #333333;
}

.hope-wrap {
  position: relative;
  width: 65%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .hope-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .hope-wrap {
    width: 90%;
  }
}
.hope-wrap__ttl {
  position: relative;
}
.hope-wrap__ttl h3 {
  display: block;
  position: relative;
}
.hope-wrap__ttl h3 span {
  font-size: 2.5rem;
  font-weight: 500;
  height: 75rem;
  position: absolute;
  color: #333333;
  left: 50%;
  top: 50%;
  transform-origin: bottom center;
}
@media screen and (max-width: 820px) {
  .hope-wrap__ttl h3 span {
    height: 85vw;
  }
}
@media screen and (max-width: 600px) {
  .hope-wrap__ttl h3 span {
    font-size: 1.5rem;
    height: 110vw;
  }
}
.hope-wrap__ttl h3 .char1 {
  transform: rotate(-22.28deg);
}
.hope-wrap__ttl h3 .char2 {
  transform: rotate(-19.93deg);
}
.hope-wrap__ttl h3 .char3 {
  transform: rotate(-17.59deg);
}
.hope-wrap__ttl h3 .char4 {
  transform: rotate(-15.24deg);
}
.hope-wrap__ttl h3 .char5 {
  transform: rotate(-12.9deg);
}
.hope-wrap__ttl h3 .char6 {
  transform: rotate(-10.55deg);
}
.hope-wrap__ttl h3 .char7 {
  transform: rotate(-8.21deg);
}
.hope-wrap__ttl h3 .char8 {
  transform: rotate(-5.86deg);
}
.hope-wrap__ttl h3 .char9 {
  transform: rotate(-3.52deg);
}
.hope-wrap__ttl h3 .char10 {
  transform: rotate(-1.17deg);
}
.hope-wrap__ttl h3 .char11 {
  transform: rotate(1.17deg);
}
.hope-wrap__ttl h3 .char12 {
  transform: rotate(3.52deg);
}
.hope-wrap__ttl h3 .char13 {
  transform: rotate(5.86deg);
}
.hope-wrap__ttl h3 .char14 {
  transform: rotate(8.21deg);
}
.hope-wrap__ttl h3 .char15 {
  transform: rotate(10.55deg);
}
.hope-wrap__ttl h3 .char16 {
  transform: rotate(12.9deg);
}
.hope-wrap__ttl h3 .char17 {
  transform: rotate(15.24deg);
}
.hope-wrap__ttl h3 .char18 {
  transform: rotate(17.59deg);
}
.hope-wrap__ttl h3 .char19 {
  transform: rotate(19.93deg);
}
.hope-wrap__ttl h3 .char20 {
  transform: rotate(22.28deg);
}
.hope-wrap__img {
  width: 92%;
  margin: 17% auto 0;
}
@media screen and (max-width: 820px) {
  .hope-wrap__img {
    margin: 22.25% auto 0;
  }
}
.hope-wrap__img img {
  display: block;
  width: 100%;
  height: auto;
}
.hope-wrap__list {
  background-color: #f9f9f9;
  padding: 3.5%;
}
.hope-wrap__list__item {
  font-size: 20px;
  color: #333333;
  position: relative;
  line-height: 1.8;
  display: flex;
  align-items: center;
  width: 65%;
  margin: auto;
  margin-bottom: 2%;
}
@media screen and (max-width: 1024px) {
  .hope-wrap__list__item {
    width: 65%;
  }
}
@media screen and (max-width: 820px) {
  .hope-wrap__list__item {
    margin-bottom: 3.25%;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .hope-wrap__list__item {
    width: 95%;
  }
}
.hope-wrap__list__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.hope-wrap__list__item small {
  width: 20px;
  height: 20px;
  border: solid 1px #333333;
  background-color: #fff;
  display: block;
  margin-right: 5%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .hope-wrap__list__item small {
    width: 15px;
    height: 15px;
  }
}
.hope-wrap__list__item small::after {
  content: "";
  display: block;
  position: absolute;
  left: 2.5px;
  width: 22.5px;
  height: 7.5px;
  border-left: 2.5px solid #333333;
  border-bottom: 2.5px solid #333333;
  transform: rotate(-45deg);
}
@media screen and (max-width: 600px) {
  .hope-wrap__list__item small::after {
    width: 17.5px;
    top: -3px;
  }
}
.hope-wrap__sol {
  background-color: #f9f9f9;
  padding: 4.5% 2.5%;
}
.hope-wrap__sol__ttl {
  background-color: #33b75c;
  display: block;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  width: 95%;
  margin: auto;
  padding: 0.65% 0;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 1024px) {
  .hope-wrap__sol__ttl {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .hope-wrap__sol__ttl {
    margin-bottom: 3.25%;
  }
}
@media screen and (max-width: 600px) {
  .hope-wrap__sol__ttl {
    padding: 2.5% 0;
  }
}
.hope-wrap__sol__ttl h4 {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .hope-wrap__sol__ttl h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  .hope-wrap__sol__ttl h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  .hope-wrap__sol__ttl h4 {
    line-height: 1.5;
    font-size: 20px;
  }
}
.hope-wrap__sol__list__item {
  font-size: 20px;
  color: #333333;
  position: relative;
  line-height: 1.8;
  display: flex;
  align-items: center;
  width: 65%;
  margin: auto;
  margin-bottom: 2%;
}
@media screen and (max-width: 1024px) {
  .hope-wrap__sol__list__item {
    width: 65%;
  }
}
@media screen and (max-width: 820px) {
  .hope-wrap__sol__list__item {
    margin-bottom: 3.25%;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .hope-wrap__sol__list__item {
    width: 95%;
  }
}
.hope-wrap__sol__list__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.hope-wrap__sol__list__item small {
  width: 20px;
  height: 20px;
  border: solid 1px #333333;
  background-color: #fff;
  display: block;
  margin-right: 5%;
}
@media screen and (max-width: 600px) {
  .hope-wrap__sol__list__item small {
    width: 15px;
    height: 15px;
  }
}
.hope-wrap__sol__list__item small::after {
  content: "";
  display: block;
  position: absolute;
  left: 2.5px;
  width: 22.5px;
  height: 7.5px;
  border-left: 2.5px solid #333333;
  border-bottom: 2.5px solid #333333;
  transform: rotate(-45deg);
  position: relative;
}
@media screen and (max-width: 600px) {
  .hope-wrap__sol__list__item small::after {
    width: 17.5px;
    top: -3px;
  }
}

.new {
  background-image: url(../img/t-sec_bg.png);
  background-repeat: round;
  background-position: inherit;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 600px) {
  .new {
    padding: 5% 0;
  }
}
.new-wrap__con {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-content: center;
  grid-auto-rows: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  margin-top: 5%;
}
@media screen and (max-width: 820px) {
  .new-wrap__con {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .new-wrap__con {
    grid-template-columns: repeat(1, 1fr);
    display: block;
    margin-top: 7.5%;
  }
}
.new-wrap__con__block {
  width: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .new-wrap__con__block {
    margin-bottom: 3.5%;
    padding: 2%;
  }
}
.new-wrap__con__block img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .new-wrap__con__block img {
    aspect-ratio: 4/3;
  }
}
.new-wrap__con__block span {
  font-size: 17px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  height: 4vw;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .new-wrap__con__block span {
    font-size: 15px;
  }
}
@media screen and (max-width: 820px) {
  .new-wrap__con__block span {
    height: 10vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .new-wrap__con__block span {
    height: 15vw;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1520px) {
  .new-wrap__con__block span {
    height: 65px;
  }
}
.refo {
  background-image: url(../img/t-refo_bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 60%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .refo {
    background-size: 100%;
  }
}
.refo-wrap__con {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 60px 30px;
  margin-top: 5%;
}
@media screen and (max-width: 820px) {
  .refo-wrap__con {
    margin-top: 13.25%;
  }
}
@media screen and (max-width: 600px) {
  .refo-wrap__con {
    display: block;
  }
}
.refo-wrap__con__block {
  width: 30.25%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .refo-wrap__con__block {
    width: 42.25%;
  }
}
@media screen and (max-width: 600px) {
  .refo-wrap__con__block {
    width: 100%;
    margin-bottom: 15%;
  }
}
.refo-wrap__con__block span {
  background-color: #33b75c;
  color: #fff;
  border-radius: 1000px;
  padding: 1% 0;
  font-size: 17px;
  text-align: center;
  display: block;
  width: 90%;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  height: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  z-index: 1;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .refo-wrap__con__block span {
    font-size: 15px;
  }
}
@media screen and (max-width: 820px) {
  .refo-wrap__con__block span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .refo-wrap__con__block span {
    font-size: 20px;
    line-height: 1.5;
  }
}
.refo-wrap__con__block img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.mode {
  background-image: url(../img/t-sec_bg.png);
  background-repeat: round;
  background-position: inherit;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 600px) {
  .mode {
    background-size: initial;
    padding: 5% 0;
  }
}
.mode-wrap__ttl h2 span {
  display: block;
  font-size: 1.75rem;
}
.mode-wrap__con {
  width: 100%;
  margin: auto;
}
.mode-wrap__con__block {
  position: relative;
  margin-top: 7.5%;
}
.mode-wrap__con__block:nth-last-of-type(1) {
  margin-top: 10%;
}
.mode-wrap__con__block:nth-last-of-type(1) span {
  left: 90%;
}
.mode-wrap__con__block span {
  background-color: #33b75c;
  color: #fff;
  border-radius: 1000px;
  padding: 0.5% 1%;
  font-size: 28px;
  text-align: center;
  display: block;
  width: 20%;
  margin: auto;
  position: absolute;
  top: -9%;
  left: 9.5%;
  transform: translateY(0%) translateX(-50%);
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mode-wrap__con__block span {
    font-size: 20px;
    top: -7%;
  }
}
@media screen and (max-width: 820px) {
  .mode-wrap__con__block span {
    top: -8%;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .mode-wrap__con__block span {
    font-size: 20px;
    width: 30%;
    left: -18%;
    top: 20px;
    position: relative;
  }
}
.mode-wrap__con__block img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .mode-wrap__con__block img {
    aspect-ratio: 11/5;
  }
}

@media screen and (max-width: 600px) {
  .mode-wrap__con__block:nth-last-of-type(1) span {
    left: 50%;
  }
}
@media screen and (max-width: 600px) {
  .exa-wrap__ttl img {
    bottom: -2px;
  }
}
.exa-wrap__con__block1 {
  margin-top: 5%;
}
.exa-wrap__con__block1__ttl h3 {
  background-color: #33b75c;
  color: #fff;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  width: 18%;
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  font-weight: 500;
  padding: 0.75% 3% 0.75% 0;
}
@media screen and (max-width: 1024px) {
  .exa-wrap__con__block1__ttl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .exa-wrap__con__block1__ttl h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .exa-wrap__con__block1__ttl h3 {
    width: 20%;
  }
}
.exa-wrap__con__block1__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  grid-auto-rows: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}
@media screen and (max-width: 820px) {
  .exa-wrap__con__block1__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .exa-wrap__con__block1__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.exa-wrap__con__block1__wrap__one {
  margin-top: 2.5%;
  width: auto;
}
@media screen and (max-width: 600px) {
  .exa-wrap__con__block1__wrap__one {
    margin-top: 3.75%;
  }
}
.exa-wrap__con__block1__wrap__one img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-bottom: 1%;
}
.exa-wrap__con__block1__wrap__one span {
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .exa-wrap__con__block1__wrap__one span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .exa-wrap__con__block1__wrap__one span {
    font-size: 18px;
  }
}
.exa-wrap__con__block1__wrap__one p {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1024px) {
  .exa-wrap__con__block1__wrap__one p {
    font-size: 16px;
  }
}
.exa-wrap__con__block2 {
  margin-top: 2.5%;
}
.exa-wrap__con__block2__ttl h3 {
  background-color: #33b75c;
  color: #fff;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  width: 18%;
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  font-weight: 500;
  padding: 0.75% 3% 0.75% 0;
}
@media screen and (max-width: 1024px) {
  .exa-wrap__con__block2__ttl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .exa-wrap__con__block2__ttl h3 {
    width: 25%;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .exa-wrap__con__block2__ttl h3 {
    width: 35%;
  }
}
.exa-wrap__con__block2__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  grid-auto-rows: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}
@media screen and (max-width: 820px) {
  .exa-wrap__con__block2__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .exa-wrap__con__block2__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.exa-wrap__con__block2__wrap__one {
  margin-top: 2.5%;
  width: auto;
}
@media screen and (max-width: 600px) {
  .exa-wrap__con__block2__wrap__one {
    margin-top: 3.75%;
  }
}
.exa-wrap__con__block2__wrap__one img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-bottom: 1%;
}
.exa-wrap__con__block2__wrap__one span {
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .exa-wrap__con__block2__wrap__one span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .exa-wrap__con__block2__wrap__one span {
    font-size: 18px;
  }
}
.exa-wrap__con__block2__wrap__one p {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1024px) {
  .exa-wrap__con__block2__wrap__one p {
    font-size: 16px;
  }
}

.__exa-img {
  width: 25%;
  position: absolute;
  top: 5%;
  right: -27.25%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .__exa-img {
    right: -21.25%;
  }
}
@media screen and (max-width: 820px) {
  .__exa-img {
    width: 22%;
    position: absolute;
    top: -5%;
    right: 67.75%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .__exa-img {
    display: none;
  }
}
.__exa-img img {
  display: block;
  width: 100%;
  height: auto;
}

.col {
  background-image: url(../img/t-sec_bg.png);
  background-repeat: round;
  background-position: inherit;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 600px) {
  .col {
    background-size: initial;
    padding: 5% 0;
  }
}
.col-wrap__con__block {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 15px;
  margin-top: 5%;
}
@media screen and (max-width: 600px) {
  .col-wrap__con__block {
    display: block;
  }
}
.col-wrap__con__block__one {
  width: 31.555555%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .col-wrap__con__block__one {
    width: 47.5%;
  }
}
@media screen and (max-width: 600px) {
  .col-wrap__con__block__one {
    width: 100%;
    margin-bottom: 3.5%;
  }
}
.col-wrap__con__block__one img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin-bottom: 2.5%;
}
.col-wrap__con__block__one__cat span {
  display: block;
  font-size: 22px;
  margin-top: 1.5%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 1024px) {
  .col-wrap__con__block__one__cat span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .col-wrap__con__block__one__cat span {
    font-size: 18px;
  }
}
.col-wrap__con__block__one__cat strong {
  display: inline-block;
  font-size: 16px;
  background-color: #fff;
  border-radius: 1000px;
  padding: 1% 7.5%;
  font-weight: 500;
  margin-bottom: 1.5%;
  color: #2d3578;
}
.col-wrap__con__block__one__cat p {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1024px) {
  .col-wrap__con__block__one__cat p {
    font-size: 16px;
  }
}
.col-wrap__con__block__one__cat h3 {
  display: block;
  font-weight: 400;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 1024px) {
  .col-wrap__con__block__one__cat h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .col-wrap__con__block__one__cat h3 {
    font-size: 18px;
  }
}
.col-wrap__con__block__one__txt h1 strong {
  font-size: 1.15rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .col-wrap__con__block__one__txt h1 strong {
    font-size: 1.15rem;
  }
}
.col-wrap__con__block__one__txt p {
  font-size: 16px;
}

/* s_mes--------------------------- */
.h_mes-wrap__mes {
  text-align: center;
}
.h_mes-wrap__mes span {
  display: block;
  font-size: 35px;
  font-weight: 500;
  font-family: "KGothic", sans-serif;
  line-height: 1.5;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 1024px) {
  .h_mes-wrap__mes span {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .h_mes-wrap__mes span {
    font-size: 24px;
  }
}
.h_mes-wrap__mes p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .h_mes-wrap__mes.__gaiheki--head {
    text-align: center;
  }
}
.h_mes-wrap__img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 820px) {
  .h_mes-wrap__img {
    transform: translateY(-15%) translateX(-50%);
  }
}
.h_mes-wrap__img img {
  display: block;
  width: 100%;
  height: auto;
  width: 20%;
}
@media screen and (max-width: 820px) {
  .h_mes-wrap__img img {
    width: 25%;
  }
}

.h_com {
  background-image: url(../img/t-sec_bg.png);
  background-repeat: round;
  background-position: inherit;
  background-size: cover;
  position: relative;
}
.h_com-wrap {
  width: 60%;
}
@media screen and (max-width: 820px) {
  .h_com-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .h_com-wrap {
    width: 90%;
  }
}
.h_com-wrap__block__one {
  margin-top: 5%;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 600px) {
  .h_com-wrap__block__one {
    flex-direction: column-reverse;
  }
}
.h_com-wrap__block__one:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .h_com-wrap__block__one:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.h_com-wrap__block__one__left {
  border: dashed 2.5px #33b75c;
  border-right: 0;
  margin-right: 2.5%;
  margin: 1.5%;
  padding: 2.5%;
  margin-right: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .h_com-wrap__block__one__left {
    width: 90.5%;
    border: dashed 2.5px #33b75c;
    border-top: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 15px;
    margin-top: 0;
    padding: 2.5% 5%;
  }
}
.h_com-wrap__block__one__left__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5%;
}
.h_com-wrap__block__one__left__ttl img {
  display: block;
  width: 100%;
  height: auto;
  width: 12%;
  display: block;
  margin-right: 2.5%;
}
.h_com-wrap__block__one__left__ttl span {
  font-weight: 500;
  font-size: 40px;
  font-family: "SquarePeg", sans-serif;
  letter-spacing: -5px;
}
@media screen and (max-width: 1024px) {
  .h_com-wrap__block__one__left__ttl span {
    font-size: 39px;
  }
}
@media screen and (max-width: 820px) {
  .h_com-wrap__block__one__left__ttl span {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .h_com-wrap__block__one__left__ttl span {
    font-size: 35px;
  }
}
.h_com-wrap__block__one__left__ttl span small {
  color: #33b75c;
}
.h_com-wrap__block__one__left h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.5%;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .h_com-wrap__block__one__left h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .h_com-wrap__block__one__left h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .h_com-wrap__block__one__left h3 {
    font-size: 20px;
  }
}
.h_com-wrap__block__one__left p {
  font-size: 18px;
  margin-bottom: 5%;
}
.h_com-wrap__block__one__right {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .h_com-wrap__block__one__right {
    width: 100%;
  }
}
.h_com-wrap__block__one__right img {
  display: block;
  width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 600px) {
  .h_com-wrap__block__one__right img {
    aspect-ratio: 5/3.5;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
  }
}
.h_com-oth__block {
  background-color: #fffde6;
  border-radius: 15px;
  padding: 2.5%;
  margin-top: 5%;
}
.h_com-oth__block__ttl {
  border-bottom: dashed 2.5px #33b75c;
  padding-bottom: 1.5%;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .h_com-oth__block__ttl {
    padding-bottom: 2.5%;
    margin-bottom: 3.5%;
  }
}
.h_com-oth__block__ttl h3 {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: "KGothic", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .h_com-oth__block__ttl h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 820px) {
  .h_com-oth__block__ttl h3 {
    font-size: 24px;
  }
}
.h_com-oth__block__ttl small {
  font-size: 40px;
  display: block;
  font-weight: normal;
  text-align: center;
  font-family: "SquarePeg", sans-serif;
  letter-spacing: -4px;
}
@media screen and (max-width: 1024px) {
  .h_com-oth__block__ttl small {
    font-size: 35px;
  }
}
@media screen and (max-width: 820px) {
  .h_com-oth__block__ttl small {
    font-size: 32px;
  }
}
.h_com-oth__block__con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .h_com-oth__block__con {
    flex-direction: column-reverse;
  }
}
.h_com-oth__block__con__left {
  width: 47.5%;
  text-align: center;
  padding: 2.5%;
}
@media screen and (max-width: 600px) {
  .h_com-oth__block__con__left {
    width: 100%;
  }
}
.h_com-oth__block__con__left h4 {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .h_com-oth__block__con__left h4 {
    font-size: 20px;
  }
}
.h_com-oth__block__con__left p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 7.5%;
}
@media screen and (max-width: 820px) {
  .h_com-oth__block__con__left p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .h_com-oth__block__con__left p {
    font-size: 18px;
  }
}
.h_com-oth__block__con__right {
  width: 47.5%;
}
@media screen and (max-width: 600px) {
  .h_com-oth__block__con__right {
    width: 100%;
  }
}
.h_com-oth__block__con__right img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .h_com-oth__block__con__right img {
    aspect-ratio: 5/3.5;
  }
}

.h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__left {
  border: dashed 2.5px #33b75c;
  border-radius: unset;
  border-left: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-right: 1.5%;
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__left {
    width: 90.5%;
    border: dashed 2.5px #33b75c;
    border-top: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    margin-right: 0;
    margin-left: 0;
    margin: 1.5%;
  }
}

.h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__right img {
  border-radius: unset;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 600px) {
  .h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__right img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.__u-ttl {
  position: relative;
  font-size: 40px;
  color: #33b75c;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.5%;
  font-family: "KGothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .__u-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 820px) {
  .__u-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .__u-ttl {
    font-size: 20px;
  }
}

.__u-ttl:before,
.__u-ttl:after {
  position: absolute;
  top: 48%;
  width: 30%;
  border-top: 2px dashed;
  content: "";
}

.__u-ttl:before {
  left: 70%;
}

.__u-ttl:after {
  right: 70%;
}

.h_com-oth__block:nth-of-type(2n) .h_com-oth__block__con {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .h_com-oth__block:nth-of-type(2n) .h_com-oth__block__con {
    flex-direction: column-reverse;
  }
}

/* s_mes--------------------------- */
.s_mes-wrap__mes p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .s_mes-wrap__mes p {
    font-size: 20px;
  }
}

.s_exp-wrap__block1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block1 {
    flex-direction: column;
  }
}
.s_exp-wrap__block1__img {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block1__img {
    width: 100%;
    margin-bottom: 3.5%;
  }
}
.s_exp-wrap__block1__img img {
  display: block;
  width: 100%;
  height: auto;
}
.s_exp-wrap__block1__txt {
  width: 45%;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block1__txt {
    width: 100%;
  }
}
.s_exp-wrap__block1__txt p {
  font-size: 18px;
}
.s_exp-wrap__block1__txt__bg {
  background-color: #f9f9f9;
  margin-top: 5%;
  padding: 2.5% 0 5%;
  border-radius: 10px;
}
.s_exp-wrap__block1__txt__bg img {
  display: block;
  width: 100%;
  height: auto;
  width: 80%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .s_exp-wrap__block1__txt__bg img {
    width: 90%;
  }
}
.s_exp-wrap__block1__txt__bg small {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 1em;
}
.s_exp-wrap__block2 {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 5% 0;
  margin-bottom: 3.5%;
}
.s_exp-wrap__block2__head {
  text-align: center;
  margin-bottom: 2.5%;
}
.s_exp-wrap__block2__head h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3.25%;
}
.s_exp-wrap__block2__head p {
  font-size: 18px;
}
.s_exp-wrap__block2__img.__pc-size {
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .s_exp-wrap__block2__img.__pc-size {
    display: none;
  }
}
.s_exp-wrap__block2__img.__pc-size img {
  display: block;
  width: 100%;
  height: auto;
}
.s_exp-wrap__block2__img.__sp-size {
  display: none;
}
@media screen and (max-width: 600px) {
  .s_exp-wrap__block2__img.__sp-size {
    display: block;
    margin-bottom: 2.5%;
  }
}
.s_exp-wrap__block2__img.__sp-size img {
  display: block;
  width: 100%;
  height: auto;
}
.s_exp-wrap__block2__txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .s_exp-wrap__block2__txt {
    flex-direction: column;
  }
}
.s_exp-wrap__block2__txt img {
  display: block;
  width: 100%;
  height: auto;
  width: 50%;
  margin: auto;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .s_exp-wrap__block2__txt img {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
  }
}
@media screen and (max-width: 600px) {
  .s_exp-wrap__block2__txt img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.s_exp-wrap__block2__txt p {
  font-size: clamp(0.813rem, -0.401rem + 1.89vw, 1.375rem);
}
@media screen and (max-width: 1024px) {
  .s_exp-wrap__block2__txt p {
    font-size: 18px;
  }
}
.s_exp-wrap__block3 {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 5% 0;
  margin-bottom: 3.5%;
}
.s_exp-wrap__block3__head {
  text-align: center;
  margin-bottom: 2.5%;
}
.s_exp-wrap__block3__head h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3.25%;
}
@media screen and (max-width: 1024px) {
  .s_exp-wrap__block3__head h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .s_exp-wrap__block3__head h3 {
    font-size: 20px;
  }
}
.s_exp-wrap__block3__img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block3__img {
    display: block;
  }
}
.s_exp-wrap__block3__img__1 {
  width: 47.5%;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block3__img__1 {
    width: 100%;
  }
}
.s_exp-wrap__block3__img__1 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  border-bottom: dashed 2.5px #33b75c;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .s_exp-wrap__block3__img__1 span {
    font-size: 22px;
  }
}
.s_exp-wrap__block3__img__1 p {
  font-size: 18px;
  margin-bottom: 3.5%;
}
.s_exp-wrap__block3__img__1 img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block3__img__1 img {
    width: 70%;
    margin: auto;
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 600px) {
  .s_exp-wrap__block3__img__1 img {
    width: 100%;
  }
}
.s_exp-wrap__block3__img__2 {
  width: 47.5%;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block3__img__2 {
    width: 100%;
  }
}
.s_exp-wrap__block3__img__2 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  border-bottom: dashed 2.5px #33b75c;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .s_exp-wrap__block3__img__2 span {
    font-size: 22px;
  }
}
.s_exp-wrap__block3__img__2 p {
  font-size: 18px;
  margin-bottom: 3.5%;
}
.s_exp-wrap__block3__txt span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  border-bottom: dashed 2.5px #33b75c;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .s_exp-wrap__block3__txt span {
    font-size: 22px;
  }
}
.s_exp-wrap__block3__txt__con {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block3__txt__con {
    display: block;
  }
}
.s_exp-wrap__block3__txt__con img {
  display: block;
  width: 100%;
  height: auto;
  width: 70%;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block3__txt__con img {
    width: 100%;
    margin-bottom: 2.5%;
  }
}
.s_exp-wrap__block3__txt__con p {
  display: block;
  font-size: 18px;
  width: 30%;
}
@media screen and (max-width: 820px) {
  .s_exp-wrap__block3__txt__con p {
    width: 100%;
    text-align: left;
  }
}

.__sen-border__wrap {
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .__sen-border__wrap {
    border-radius: 15px;
  }
}

.__sen-border {
  border: dashed 2.5px #33b75c;
  border-left: 0;
  margin-right: 2.5%;
  padding: 2.5%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .__sen-border {
    border: dashed 2.5px #33b75c;
    border-top: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    margin-right: 0;
    margin-left: 0;
    margin: 3.5%;
    padding: 2.5%;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .__sen-border {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.__s_exp-wid {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .__s_exp-wid {
    width: 90%;
  }
}

/* d_exp--------------------------- */
.d_exp-wrap__con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .d_exp-wrap__con {
    display: block;
  }
}
.d_exp-wrap__con__left {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .d_exp-wrap__con__left {
    width: 100%;
    margin-bottom: 2.5%;
  }
}
.d_exp-wrap__con__left img {
  display: block;
  width: 100%;
  height: auto;
}
.d_exp-wrap__con__right {
  width: 45%;
}
@media screen and (max-width: 820px) {
  .d_exp-wrap__con__right {
    width: 100%;
  }
}
.d_exp-wrap__con__right p {
  font-size: 18px;
  margin-bottom: 5%;
}
.d_exp-wrap__con__right img {
  display: block;
  width: 100%;
  height: auto;
  width: 70%;
  margin: auto;
}

.d_ben {
  background-image: url(../img/t-sec_bg.png);
  background-repeat: round;
  background-position: inherit;
  background-size: cover;
  position: relative;
}
.d_ben-wrap__bor {
  position: relative;
  background-color: #fffde6;
  width: 50%;
  margin: auto;
  padding: 1%;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .d_ben-wrap__bor {
    width: 70%;
  }
}
@media screen and (max-width: 820px) {
  .d_ben-wrap__bor {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .d_ben-wrap__bor {
    width: 100%;
  }
}
.d_ben-wrap__bor__list {
  border: dashed 2.5px #92342e;
  border-radius: 10px;
  padding: 10%;
}
@media screen and (max-width: 1024px) {
  .d_ben-wrap__bor__list {
    padding: 2.5% 10%;
  }
}
@media screen and (max-width: 820px) {
  .d_ben-wrap__bor__list {
    padding: 2.5% 10%;
  }
}
@media screen and (max-width: 600px) {
  .d_ben-wrap__bor__list {
    padding: 7.5%;
  }
}
.d_ben-wrap__bor__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5% 0;
}
.d_ben-wrap__bor__list li small {
  font-family: "SquarePeg", sans-serif;
  background-color: #33b75c;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 10000px;
  font-size: 32px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7.5%;
}
.d_ben-wrap__bor__list li p {
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .d_ben-wrap__bor__list li p {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .d_ben-wrap__bor__list li p {
    width: 65%;
    font-size: 20px;
  }
}
.d_ben-wrap__det__one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% 0 7.5%;
}
@media screen and (max-width: 820px) {
  .d_ben-wrap__det__one {
    margin: 10% 0;
  }
}
@media screen and (max-width: 600px) {
  .d_ben-wrap__det__one {
    margin: 20% 0;
  }
}
.d_ben-wrap__det__one:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.d_ben-wrap__det__one:nth-of-type(2n) .d_ben-wrap__det__one__left {
  left: 8.5%;
}
.d_ben-wrap__det__one__left {
  position: relative;
  width: 40%;
  z-index: 0;
  top: 75%;
  left: 20%;
  transform: translateY(0%) translateX(-50%);
}
@media screen and (max-width: 820px) {
  .d_ben-wrap__det__one__left {
    display: none;
  }
}
.d_ben-wrap__det__one__left img {
  display: block;
  width: 100%;
  height: auto;
  width: 130%;
}
.d_ben-wrap__det__one__right {
  width: 50%;
  background-color: #ffffff;
  box-shadow: 5px 5px #33b75c;
  padding: 2.5%;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  .d_ben-wrap__det__one__right {
    width: 80%;
    padding: 5%;
  }
}
@media screen and (max-width: 600px) {
  .d_ben-wrap__det__one__right {
    padding: 10%;
  }
}
.d_ben-wrap__det__one__right__num {
  text-align: center;
  font-family: "SquarePeg", sans-serif;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 820px) {
  .d_ben-wrap__det__one__right__num {
    top: 0%;
  }
}
@media screen and (max-width: 600px) {
  .d_ben-wrap__det__one__right__num {
    padding-bottom: 3.5%;
  }
}
.d_ben-wrap__det__one__right__num small {
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .d_ben-wrap__det__one__right__num small {
    font-size: 2rem;
  }
}
.d_ben-wrap__det__one__right__num b {
  background-color: #33b75c;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 10000px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: normal;
}
.d_ben-wrap__det__one__right__ttl {
  text-align: center;
}
.d_ben-wrap__det__one__right__ttl h3 {
  font-size: 24px;
  margin: 2.5% 0 3.5%;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .d_ben-wrap__det__one__right__ttl h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  .d_ben-wrap__det__one__right__ttl h3 {
    margin: 3.5% 0 3.5%;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .d_ben-wrap__det__one__right__ttl h3 {
    font-size: 22px;
  }
}
.d_ben-wrap__det__one__right__ttl .__br-inline {
  display: block;
}
@media screen and (max-width: 600px) {
  .d_ben-wrap__det__one__right__ttl .__br-inline {
    display: inline;
  }
}
.d_ben-wrap__det__one__right p {
  font-size: 16px;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 820px) {
  .d_ben-wrap__det__one__right p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .d_ben-wrap__det__one__right p {
    font-size: 18px;
  }
}

.__tab-d_ben-img {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .__tab-d_ben-img {
    display: block !important;
    margin-bottom: 3.5% !important;
    width: 100% !important;
  }
}

.__d_ben-tab__img {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .__d_ben-tab__img {
    display: block !important;
    margin-bottom: 3.5% !important;
    width: 100% !important;
  }
}

.__sel-img.__pc--size {
  display: block;
  display: block;
  width: 100%;
  height: auto;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .__sel-img.__pc--size {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .__sel-img.__pc--size {
    display: none;
  }
}

.__sel-img.__sp--size {
  display: none;
}
@media screen and (max-width: 600px) {
  .__sel-img.__sp--size {
    display: block;
    width: 100%;
  }
}

.d_mov-wrap__vid {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .d_mov-wrap__vid {
    width: 100%;
  }
}
.d_mov-wrap__vid video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5/3.5;
}

/* t_inc--------------------------- */
.t_inc-wrap__ttl {
  text-align: center;
  margin-bottom: 3.5%;
}
.t_inc-wrap__ttl strong {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .t_inc-wrap__ttl strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  .t_inc-wrap__ttl strong {
    font-size: 20px;
  }
}
.t_inc-wrap__img video {
  display: block;
  width: 100%;
  height: auto;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .t_inc-wrap__img video {
    width: 100%;
  }
}
.t_inc-wrap__img img {
  display: block;
  width: 100%;
  height: auto;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .t_inc-wrap__img img {
    width: 100%;
  }
}

/* n_con--------------------------- */
.n_con {
  background-image: url(../img/natural/n-con_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 820px) {
  .n_con-wrap__block__one {
    flex-direction: column-reverse;
  }
}

.n_con-wrap__block__one__left {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
}
@media screen and (max-width: 820px) {
  .n_con-wrap__block__one__left {
    width: 86%;
    border: dashed 2.5px #33b75c;
    border-top: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 15px;
  }
}
@media screen and (max-width: 600px) {
  .n_con-wrap__block__one__left {
    width: 86% !important;
  }
}
.n_con-wrap__block__one__left strong {
  font-size: 32px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .n_con-wrap__block__one__left strong {
    font-size: 22px;
  }
}
.n_con-wrap__block__one__left p {
  font-size: 18px;
}

.n_con-wrap__block__one__right {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .n_con-wrap__block__one__right {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .n_con-wrap__block__one__right img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
    aspect-ratio: 5/3.5;
  }
}

@media screen and (max-width: 820px) {
  .h_com-wrap__block__one:nth-of-type(2n).n_con-wrap__block__one {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 820px) {
  .n_con-wrap__block .h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__left {
    border: dashed 2.5px #33b75c;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 1.5%;
  }
}

/* e_sim--------------------------- */
.e_sim {
  background-image: url(../img/t-sec_bg.png);
  background-repeat: round;
  background-position: inherit;
  background-size: cover;
  position: relative;
}

.e_sim-wrap__block {
  position: relative;
  z-index: 100;
}
.e_sim-wrap .h_com-wrap__block__one__left {
  border: none;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  width: 55%;
}
.e_sim-wrap .h_com-wrap__block__one__left small {
  background-color: #33b75c;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 10000px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 5%;
  font-family: "SquarePeg", sans-serif;
}
@media screen and (max-width: 820px) {
  .e_sim-wrap .h_com-wrap__block__one__left small {
    width: 35px;
    height: 35px;
  }
}
.e_sim-wrap .h_com-wrap__block__one__left small:nth-of-type(2n) {
  background-color: #7ec895;
}
.e_sim-wrap .h_com-wrap__block__one__left p {
  display: inline-block;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .e_sim-wrap .h_com-wrap__block__one__left p {
    font-size: 17px;
  }
}
@media screen and (max-width: 820px) {
  .e_sim-wrap .h_com-wrap__block__one__left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .e_sim-wrap .h_com-wrap__block__one__left p {
    font-size: 17px;
  }
}
.e_sim-wrap .h_com-wrap__block__one__left .__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.e_sim-wrap .h_com-wrap__block__one__right {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .e_sim-wrap .h_com-wrap__block__one__right {
    width: 100%;
  }
}
.e_sim-wrap .h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__right img {
  border-radius: unset;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 600px) {
  .e_sim-wrap .h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__right img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
  }
}
.e_sim-wrap .h_com-wrap__block__one:nth-of-type(2n) {
  flex-direction: unset;
}
@media screen and (max-width: 600px) {
  .e_sim-wrap .h_com-wrap__block__one:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.e_sim-wrap .h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__left {
  border: 0;
  width: 55%;
  margin-right: 0;
  margin-left: 0;
}
.e_sim-wrap .h_com-wrap__block__one:nth-of-type(odd) > .h_com-wrap__block__one__left {
  border: 0;
  width: 55%;
}
@media screen and (max-width: 600px) {
  .e_sim-wrap .h_com-wrap__block__one:nth-of-type(odd) > .h_com-wrap__block__one__left {
    width: 93.5%;
  }
}
.e_sim-wrap .h_com-wrap__block__one:nth-of-type(even) > .h_com-wrap__block__one__left small {
  background-color: #7ec895;
}

.__e_sim-border {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}
.__e_sim-border b {
  height: 100%;
  border-right: dotted 5px #33b75c;
  width: 50%;
}

@media screen and (max-width: 820px) {
  .e-mes-wrap__mes p {
    font-size: 20px;
  }
}

/* r_mes--------------------------- */
.r_mes-wrap__mes {
  text-align: center;
}
.r_mes-wrap__mes span {
  font-family: "KGothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 600px) {
  .r_mes-wrap__mes span {
    font-size: 2rem;
  }
}
.r_mes-wrap__mes span b {
  font-family: "SquarePeg", sans-serif;
}
.r_mes-wrap__mes img {
  display: block;
  width: 100%;
  height: auto;
  width: 17.5%;
  margin: auto;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 600px) {
  .r_mes-wrap__mes img {
    width: 35%;
  }
}
.r_mes-wrap__mes strong {
  font-family: "KGothic", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.5%;
  display: block;
}
@media screen and (max-width: 820px) {
  .r_mes-wrap__mes strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .r_mes-wrap__mes strong {
    font-size: 23px;
  }
}
.r_mes-wrap__mes p {
  font-size: 18px;
}

.r_par-wrap__con__one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: dashed 2.5px #33b75c;
  padding: 3.5% 0;
}
.r_par-wrap__con__one:nth-of-type(3) {
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .r_par-wrap__con__one {
    flex-direction: column;
    padding: 5% 0;
  }
}
.r_par-wrap__con__one__left {
  width: 62.5%;
}
@media screen and (max-width: 820px) {
  .r_par-wrap__con__one__left {
    width: 47.5%;
  }
}
@media screen and (max-width: 600px) {
  .r_par-wrap__con__one__left {
    width: 100%;
  }
}
.r_par-wrap__con__one__left span {
  font-size: 26px;
  background-color: #33b75c;
  padding: 0 1.5%;
  color: #fff;
  border-radius: 7.5px;
  margin-bottom: 2.5%;
  font-family: "SquarePeg", sans-serif;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.25;
}
@media screen and (max-width: 820px) {
  .r_par-wrap__con__one__left span {
    width: auto;
  }
}
.r_par-wrap__con__one__left span b {
  font-size: 50px;
}
.r_par-wrap__con__one__left h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 1024px) {
  .r_par-wrap__con__one__left h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  .r_par-wrap__con__one__left h3 {
    font-size: 20px;
  }
}
.r_par-wrap__con__one__left p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .r_par-wrap__con__one__left p {
    margin-bottom: 2.5%;
  }
}
.r_par-wrap__con__one__right {
  width: 35%;
}
@media screen and (max-width: 820px) {
  .r_par-wrap__con__one__right {
    width: 47.5%;
  }
}
@media screen and (max-width: 600px) {
  .r_par-wrap__con__one__right {
    width: 100%;
  }
}
.r_par-wrap__con__one__right img {
  display: block;
  width: 100%;
  height: auto;
}

.r_men {
  background-image: url(../img/t-sec_bg.png);
  background-repeat: round;
  background-position: inherit;
  background-size: cover;
  position: relative;
}
.r_men-wrap__block {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px 25px;
}
@media screen and (max-width: 600px) {
  .r_men-wrap__block {
    flex-direction: column;
  }
}
.r_men-wrap__block__one {
  width: 30%;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 820px) {
  .r_men-wrap__block__one {
    width: 47.5%;
  }
}
@media screen and (max-width: 600px) {
  .r_men-wrap__block__one {
    width: 100%;
  }
}
.r_men-wrap__block__one__top img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.r_men-wrap__block__one__bot {
  padding: 5%;
}
.r_men-wrap__block__one__bot span {
  font-size: 52px;
  display: block;
  line-height: 1;
  font-family: "SquarePeg", sans-serif;
  color: #33b75c;
}
.r_men-wrap__block__one__bot strong {
  display: block;
  font-size: 1.6777rem;
  font-weight: 500;
  border-bottom: dashed 2.5px #33b75c;
  padding-bottom: 2.5%;
}
@media screen and (max-width: 1024px) {
  .r_men-wrap__block__one__bot strong {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 820px) {
  .r_men-wrap__block__one__bot strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .r_men-wrap__block__one__bot strong {
    font-size: 24px;
  }
}
.r_men-wrap__block__one__bot p {
  font-size: 16px;
  padding-top: 2.5%;
}
@media screen and (max-width: 820px) {
  .r_men-wrap__block__one__bot p {
    font-size: 18px;
  }
}

/* o_logo--------------------------- */
.o_com-wrap__det__one__right__num b {
  background-color: unset;
  color: #33b75c;
}

.o_logo-wrap__con {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .o_logo-wrap__con {
    display: block;
  }
}
.o_logo-wrap__con__left {
  width: 47.5%;
}
@media screen and (max-width: 600px) {
  .o_logo-wrap__con__left {
    width: 100%;
    margin-bottom: 5%;
  }
}
.o_logo-wrap__con__left img {
  display: block;
  width: 100%;
  height: auto;
  width: 70%;
  margin: auto;
}
.o_logo-wrap__con__right {
  width: 47.5%;
}
@media screen and (max-width: 600px) {
  .o_logo-wrap__con__right {
    width: 100%;
  }
}
.o_logo-wrap__con__right p {
  font-size: 18px;
}
@media screen and (max-width: 820px) {
  .o_logo-wrap__con__right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .o_logo-wrap__con__right p {
    font-size: 18px;
  }
}

.o_staff {
  background-image: url(../img/t-sec_bg.png);
  background-repeat: round;
  background-position: inherit;
  background-size: cover;
  position: relative;
}
.o_staff-wrap__block__one {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  gap: 5%;
}
.o_staff-wrap__block__one:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .o_staff-wrap__block__one {
    display: block;
  }
}
.o_staff-wrap__block__one__lef {
  width: 30%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .o_staff-wrap__block__one__lef {
    width: 50%;
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 600px) {
  .o_staff-wrap__block__one__lef {
    width: 100%;
  }
}
.o_staff-wrap__block__one__lef img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.o_staff-wrap__block__one__rig {
  width: 62.5%;
  position: relative;
  background-color: #fffde6;
  margin: auto;
  padding: 1%;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .o_staff-wrap__block__one__rig {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .o_staff-wrap__block__one__rig {
    width: 100%;
  }
}
.o_staff-wrap__block__one__rig__bor {
  border: dashed 2.5px #92342e;
  border-radius: 10px;
  padding: 2.5%;
}
.o_staff-wrap__block__one__rig__bor strong {
  font-size: 24px;
  font-weight: 500;
}
.o_staff-wrap__block__one__rig__bor small {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1;
  color: #33b75c;
  margin-bottom: 3.5%;
}
.o_staff-wrap__block__one__rig__bor p {
  font-size: 18px;
  margin-bottom: 3.5%;
  line-height: 2;
}
.o_staff-wrap__block__one__rig__bor__box {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 3.5%;
}
.o_staff-wrap__block__one__rig__bor__box__list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: normal;
}
.o_staff-wrap__block__one__rig__bor__box__list .__1 {
  display: block;
  font-size: 16px;
  width: 29%;
  color: #33b75c;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o_staff-wrap__block__one__rig__bor__box__list .__1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .o_staff-wrap__block__one__rig__bor__box__list .__1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .o_staff-wrap__block__one__rig__bor__box__list .__1 {
    width: 34%;
    font-size: 1.15rem;
  }
}
.o_staff-wrap__block__one__rig__bor__box__list .__2 {
  font-size: 16px;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .o_staff-wrap__block__one__rig__bor__box__list .__2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .o_staff-wrap__block__one__rig__bor__box__list .__2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .o_staff-wrap__block__one__rig__bor__box__list .__2 {
    width: 60%;
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 600px) {
  .o_staff-wrap__block__one__rig__bor__box__list.__pc--size {
    display: none;
  }
}

.o_staff-wrap__block__one__rig__bor__box__list.__sp--size {
  display: none;
}
@media screen and (max-width: 600px) {
  .o_staff-wrap__block__one__rig__bor__box__list.__sp--size {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .o_staff-wrap__block__one__rig__bor__box__list.__sp--size li {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .o_staff-wrap__block__one__rig__bor__box__list.__sp--size li p:nth-of-type(1) {
    color: #33b75c;
    font-weight: 500;
  }
}

.o_staff-wrap__block > .o_staff-wrap__block__one:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.__line {
  display: block;
  border-left: dashed 2px #92342e;
  height: auto;
}
.o_staff-wrap__con__block span {
  flex-direction: column;
  top: 85%;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .o_staff-wrap__con__block span {
    top: 73.5%;
  }
}
.o_staff-wrap__con__block span small {
  font-size: 16px;
  font-weight: 300;
}

.o_cra .refo-wrap__con {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  grid-auto-rows: 1fr;
  grid-row-gap: 60px;
  grid-column-gap: 30px;
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .o_cra .refo-wrap__con {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .o_cra .refo-wrap__con {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 15px;
  }
}
.o_cra .refo-wrap__con__block {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .r_mes-wrap__mes.our_policy__wrap__mes p {
    font-size: 15.5px;
  }
}

/* g_exp--------------------------- */
.g_exp {
  background-color: #f9f9f9;
  background-image: url(../img/top/t-refo_bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 60%;
  position: relative;
}
.g_exp-wrap__con {
  background-color: #fff;
  padding: 5%;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: normal;
    padding: 0;
  }
}
.g_exp-wrap__con__block1 {
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block1 {
    width: 50%;
    background-color: #f3f3f3;
    padding: 7.5% 2.5%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 0;
  }
}
.g_exp-wrap__con__block1 span {
  font-size: 1.75rem;
  font-weight: 500;
  border-bottom: #cbcbcb 3.5px dotted;
  width: 100%;
  display: block;
  padding-bottom: 1%;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block1 span {
    text-align: center;
    border-top: #cbcbcb 3.5px dotted;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20%;
  }
}
.g_exp-wrap__con__block1 img {
  display: block;
  width: 100%;
  height: auto;
}
.g_exp-wrap__con__block1 img.g_exp-img1__sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block1 img.g_exp-img1__sp {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block1 img.g_exp-img1__pc {
    display: none;
  }
}
.g_exp-wrap__con__block2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block2 {
    width: 50%;
    display: block;
    padding: 7.5% 2.5%;
  }
}
.g_exp-wrap__con__block2__lef {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block2__lef {
    width: 100%;
  }
}
.g_exp-wrap__con__block2__lef span {
  font-size: 1.75rem;
  font-weight: 500;
  border-bottom: #33b75c 3.5px dotted;
  width: 100%;
  display: block;
  padding-bottom: 1%;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block2__lef span {
    text-align: center;
    border-top: #33b75c 3.5px dotted;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20%;
  }
}
.g_exp-wrap__con__block2__lef img {
  display: block;
  width: 100%;
  height: auto;
}
.g_exp-wrap__con__block2__lef img.g_exp-img2__sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block2__lef img.g_exp-img2__sp {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block2__lef img.g_exp-img2__pc {
    display: none;
  }
}
.g_exp-wrap__con__block2__rig {
  width: 30%;
}
.g_exp-wrap__con__block2__rig img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__con__block2__rig img.g_exp-img2__pc {
    display: none;
  }
}
.g_exp-wrap__type__one {
  margin-top: 5%;
  background-color: #fffde6;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__type__one {
    flex-direction: column-reverse;
  }
}
.g_exp-wrap__type__one:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__type__one:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.g_exp-wrap__type__one__left {
  border-right: 0;
  padding: 5%;
  margin-right: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__type__one__left {
    width: 90%;
  }
}
.g_exp-wrap__type__one__left__ttl {
  margin-bottom: 2.5%;
  text-align: center;
  font-family: "SquarePeg", sans-serif;
}
.g_exp-wrap__type__one__left__ttl span {
  font-weight: 500;
  font-size: 24px;
  color: #33b75c;
}
.g_exp-wrap__type__one__left__ttl small {
  color: #33b75c;
  display: block;
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__type__one__left__ttl small {
    line-height: 1;
  }
}
.g_exp-wrap__type__one__left strong {
  display: block;
  text-align: center;
  font-size: 25px;
  margin-bottom: 2.5%;
  border-bottom: 2.5px #33b75c dotted;
  padding-bottom: 1%;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__type__one__left strong {
    padding-bottom: 2.5%;
  }
}
.g_exp-wrap__type__one__left p {
  font-size: 18px;
  margin-bottom: 5%;
}
.g_exp-wrap__type__one__right {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__type__one__right {
    width: 100%;
  }
}
.g_exp-wrap__type__one__right img {
  display: block;
  width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__type__one__right img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
  }
}

.g_exp-wrap__type__one:nth-of-type(2n) > .g_exp-wrap__type__one__right img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 600px) {
  .g_exp-wrap__type__one:nth-of-type(2n) > .g_exp-wrap__type__one__right img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
  }
}

/* f-con--------------------------- */
.f-con {
  background-image: url(../img/flow/f-con_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.f-con-wrap__block {
  flex-direction: unset;
}

.f-con-wrap__block__one {
  background-color: #f9f9f9;
}

@media screen and (max-width: 820px) {
  .f-con-wrap__block__one {
    width: 47.5%;
  }
}
@media screen and (max-width: 600px) {
  .f-con-wrap__block__one {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .f-con-wrap__block__one .r_men-wrap__block__one__bot {
    height: auto;
  }
}
.f-con-wrap__block__one .r_men-wrap__block__one__bot span {
  font-family: "SquarePeg", sans-serif;
  color: #33b75c;
  font-size: 52px;
}
.f-con-wrap__block__one .r_men-wrap__block__one__bot strong {
  line-height: 1.5;
  font-size: 1.95rem;
}
@media screen and (max-width: 1024px) {
  .f-con-wrap__block__one .r_men-wrap__block__one__bot strong {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 820px) {
  .f-con-wrap__block__one .r_men-wrap__block__one__bot strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .f-con-wrap__block__one .r_men-wrap__block__one__bot strong {
    font-size: 24px;
  }
}
.f-con-wrap__block__one .r_men-wrap__block__one__bot p {
  font-size: 18px;
}

/* m_con--------------------------- */
.m_con {
  background-image: url(../img/natural/n-con_bg.png);
  background-repeat: no-repeat;
  background-position: 50% -10%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 820px) {
  .m_con {
    background-position: 25% 35%;
  }
}
.m_con-wrap__txt {
  text-align: center;
  margin-bottom: 3.5%;
}
.m_con-wrap__txt p {
  font-size: 18px;
}
.m_con-wrap__block {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: normal;
  flex-wrap: wrap;
  gap: 25px 25px;
}
.m_con-wrap__block__one {
  width: 42.5%;
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5%;
}
@media screen and (max-width: 600px) {
  .m_con-wrap__block__one {
    width: 100%;
  }
}
.m_con-wrap__block__one img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 2.5%;
}
.m_con-wrap__block__one p {
  font-size: 18px;
}

@media screen and (max-width: 820px) {
  .m_con-wrap__ttl h2 {
    font-size: 2.5rem;
  }
}

.m_con-wrap__txt__br {
  display: block;
}

/* w_con--------------------------- */
.w_con-wrap__cat__1.__sel {
  background-color: #33b75c;
  color: #fff;
  width: 17.5%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5;
  border-radius: 1000px;
  border: 2px solid #33b75c;
}
@media screen and (max-width: 820px) {
  .w_con-wrap__cat__1.__sel {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .w_con-wrap__cat__1.__sel {
    width: 40%;
    line-height: 2.25;
    font-size: 1.75rem;
  }
}

.w_con-wrap__cat__2.__sel {
  background-color: #b79233;
  color: #fff;
  width: 17.5%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5;
  border-radius: 1000px;
  border: 2px solid #b79233;
}
@media screen and (max-width: 820px) {
  .w_con-wrap__cat__2.__sel {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .w_con-wrap__cat__2.__sel {
    width: 40%;
    line-height: 2.25;
    font-size: 1.75rem;
  }
}

.w_con-wrap__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.w_con-wrap__cat a {
  display: block;
  position: relative;
  width: 17.5%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.5rem;
  border-radius: 1000px;
  line-height: 2.5;
}
@media screen and (max-width: 820px) {
  .w_con-wrap__cat a {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .w_con-wrap__cat a {
    font-size: 1.75rem;
    width: 40%;
    line-height: 2.25;
  }
}
.w_con-wrap__cat a.w_con-wrap__cat__1 {
  border: solid #33b75c 2px;
  color: #33b75c;
}
.w_con-wrap__cat a.w_con-wrap__cat__2 {
  border: solid #b79233 2px;
  color: #b79233;
}

.w_con-wrap__con .col-wrap__con__block__one__cat strong {
  background-color: #b79233;
  color: #fff;
}

/* wh_con--------------------------- */
@media screen and (max-width: 600px) {
  .wh_con-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__ttl {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__mv {
    width: 90%;
    margin: auto;
  }
}
.wh_con-wrap__mv img {
  display: block;
  width: 100%;
  height: auto;
}
.wh_con-wrap__mv img {
  display: block;
  width: 100%;
  height: auto;
}
.wh_con-wrap__fea {
  background-image: url(../img/t-sec_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: relative;
  width: 80%;
  margin: auto;
  border-radius: 15px;
  padding: 5%;
  margin-top: 12.25%;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea {
    width: 90%;
  }
}
.wh_con-wrap__fea .h_mes-wrap__img {
  top: 0;
  width: 115%;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea .h_mes-wrap__img {
    width: 100%;
  }
}
.wh_con-wrap__fea .h_mes-wrap__img img {
  width: 17.5%;
}
.wh_con-wrap__fea .__u-ttl {
  display: block;
  color: #333333;
  font-size: 2rem;
}
.wh_con-wrap__fea .__u-ttl:before {
  color: #33b75c;
  width: 35%;
  left: 65%;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea .__u-ttl:before {
    width: 32%;
    left: 68%;
  }
}
.wh_con-wrap__fea .__u-ttl:after {
  color: #33b75c;
  width: 35%;
  right: 65%;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea .__u-ttl:after {
    width: 32%;
    right: 68%;
  }
}
.wh_con-wrap__fea p {
  font-size: 1.15rem;
  margin-bottom: 5%;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea p {
    font-size: 1.25rem;
  }
}
.wh_con-wrap__fea__bg {
  background-color: #fffde6;
  width: 80%;
  margin: auto;
  padding: 5%;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea__bg {
    width: 90%;
  }
}
.wh_con-wrap__fea__bg li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  border-bottom: 2px dashed #33b75c;
  margin-bottom: 3.5%;
}
.wh_con-wrap__fea__bg li b {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 30px;
}
.wh_con-wrap__fea__bg li p {
  font-size: 1.15rem;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea__bg li p {
    font-size: 1.25rem;
  }
}
.wh_con-wrap__fea__bg__list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea__bg__list {
    flex-direction: column;
  }
}
.wh_con-wrap__fea__bg__list li {
  width: 47.5%;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea__bg__list li {
    width: 100%;
  }
}
.wh_con-wrap__fea__bg__list li b {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 30px;
}
.wh_con-wrap__fea__bg__list li p {
  font-size: 1.15rem;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea__bg__list li p {
    font-size: 1.25rem;
  }
}
.wh_con-wrap__sta {
  width: 90%;
  margin: auto;
  margin-top: 5%;
}
.wh_con-wrap__sta .__u-ttl {
  display: block;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__sta .__u-ttl:before {
    width: 27%;
    left: 73%;
  }
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__sta .__u-ttl:after {
    width: 27%;
    right: 73%;
  }
}
.wh_con-wrap__sta__block {
  position: relative;
  margin: 7.5% 0;
}
@media screen and (max-width: 820px) {
  .wh_con-wrap__sta__block {
    margin: 10.5% 0;
  }
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__sta__block {
    margin: 12.5% 0;
  }
}
.wh_con-wrap__sta__block span {
  background-color: #33b75c;
  color: #fff;
  border-radius: 1000px;
  padding: 1%;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  padding: 1% 5%;
  margin: auto;
  position: absolute;
  top: -20%;
  left: 5%;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__sta__block span {
    top: -35%;
  }
}
.wh_con-wrap__sta__block__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border: 2px dashed #33b75c;
  border-radius: 15px;
  padding: 5%;
}
.wh_con-wrap__sta__block__wrap__one {
  width: 47.5%;
  margin-top: 2.5%;
}
.wh_con-wrap__sta__block__wrap__one img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2.5%;
  border-radius: 15px;
  aspect-ratio: 5/3.5;
}
.wh_con-wrap__sta__block__wrap__one p {
  font-size: 1.15rem;
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__sta__block__wrap__one p {
    font-size: 1.25rem;
  }
}

.slider-nav p {
  display: none;
}

.works-img p {
  text-align: center;
  font-size: 1.15rem;
  margin: 2.5% 0 5%;
}
@media screen and (max-width: 600px) {
  .works-img p {
    font-size: 1.25rem;
  }
}

.slider-nav .slick-list {
  width: 90%;
  margin: auto;
}

.slider-for .works-img img {
  aspect-ratio: 5/3.5;
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border-radius: 15px;
}

.slider-nav .works-img img {
  aspect-ratio: 5/3.5;
  width: 95%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border-radius: 15px;
  margin: 0 1.5%;
}

/* 矢印の位置 */
.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer; /* マウスカーソルを指マークに */
  outline: none; /* クリックをしたら出てくる枠線を消す */
  background-color: #33b75c;
  width: 30px;
  height: 30px;
  padding: 0.65vw 0.65vw 0.35vw 0.35vw;
  border-radius: 1000px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .slick-prev,
.slick-next {
    top: 40%;
  }
}
@media screen and (max-width: 600px) {
  .slick-prev,
.slick-next {
    top: 37.5%;
  }
}
.slick-prev small,
.slick-next small {
  display: block;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  height: 1vw;
  width: 1vw;
}
@media screen and (max-width: 600px) {
  .slick-prev small,
.slick-next small {
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    height: 2.5vw;
    width: 2.5vw;
  }
}

.slick-prev {
  /* 戻る矢印のスタイル*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /* 次へ矢印のスタイル */
  right: -1.5%;
  transform: rotate(45deg);
}

.slick-list {
  padding: 0 !important;
}

/* wr_con--------------------------- */
@media screen and (max-width: 820px) {
  .wr_con {
    margin: 0 0 12.5%;
  }
}
@media screen and (max-width: 600px) {
  .wr_con {
    margin: 0 0 15%;
  }
}
.wr_con-wrap .__u-ttl {
  display: block;
  color: #b79233;
  font-size: 2.75rem;
  line-height: 1.5;
}
.wr_con-wrap .__u-ttl:before {
  color: #b79233;
}
.wr_con-wrap .__u-ttl:after {
  color: #b79233;
}
.wr_con-wrap__af {
  margin-top: 7.5%;
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__af {
    margin-top: 10.5%;
  }
}
.wr_con-wrap__af img {
  display: block;
  width: 100%;
  height: auto;
}
.wr_con-wrap__bef {
  margin-top: 10.5%;
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__bef {
    margin-top: 15%;
  }
}
.wr_con-wrap__bef img {
  display: block;
  width: 100%;
  height: auto;
}
.wr_con-wrap__sto {
  margin-top: 10.5%;
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__sto {
    margin-top: 15%;
  }
}
.wr_con-wrap__sto__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 820px) {
  .wr_con-wrap__sto__block {
    flex-direction: column;
  }
}
.wr_con-wrap__sto__block__one {
  width: 47.5%;
}
@media screen and (max-width: 820px) {
  .wr_con-wrap__sto__block__one {
    width: 100%;
  }
}
.wr_con-wrap__sto__block__one b {
  text-align: center;
  font-family: "SquarePeg", sans-serif;
  font-style: italic;
  font-size: 2.75rem;
  display: block;
  font-weight: 400;
}
.wr_con-wrap__sto__block__one img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 5px 5px #b79233;
  border-radius: 15px;
}
.wr_con-wrap__sto__txt {
  margin-top: 2.5%;
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__sto__txt {
    margin-top: 5%;
  }
}
.wr_con-wrap__sto__txt p {
  font-size: 1.15rem;
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__sto__txt p {
    font-size: 1.25rem;
  }
}
.wr_con-wrap__sto__bg {
  background-color: #fffde6;
  padding: 4.5%;
  width: 50%;
  margin: auto;
  border-radius: 15px;
  margin-top: 2.5%;
}
@media screen and (max-width: 820px) {
  .wr_con-wrap__sto__bg {
    width: 70%;
  }
}
.wr_con-wrap__sto__bg__block {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
.wr_con-wrap__sto__bg__block span {
  font-size: 1.25rem;
  background-color: #b79233;
  color: #fff;
  padding: 0.5% 5%;
  border-radius: 1000px;
  margin-right: 2.5%;
}
@media screen and (max-width: 820px) {
  .wr_con-wrap__sto__bg__block span {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__sto__bg__block span {
    font-size: 1.5rem;
  }
}
.wr_con-wrap__sto__bg__block p {
  font-size: 1.15rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .wr_con-wrap__sto__bg__block p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__sto__bg__block p {
    font-size: 1.5rem;
  }
}

.__wr-triangle__wrap {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: -25px;
}
@media screen and (max-width: 820px) {
  .__wr-triangle__wrap {
    bottom: -7.5px;
  }
}
@media screen and (max-width: 820px) {
  .__wr-triangle__wrap {
    height: 40px;
  }
}

.__wr-triangle,
.__wr-triangle::before,
.__wr-triangle::after {
  width: 2.5vmin;
  height: 2.5vmin;
  background: #b79233;
}

.__wr-triangle::before,
.__wr-triangle::after {
  content: "";
  position: absolute;
}

.__wr-triangle {
  position: relative;
  border-top-left-radius: 30%;
  transform: rotate(120deg) skewY(30deg) scaleX(0.86666);
}
@media screen and (max-width: 820px) {
  .__wr-triangle {
    transform: rotate(90deg) skewY(30deg) scaleX(0.86666);
  }
}

.__wr-triangle::before {
  border-top-right-radius: 30%;
  transform: skewX(-45deg) translateX(50%);
}

.__wr-triangle::after {
  border-bottom-left-radius: 30%;
  transform: skewY(-45deg) translateY(50%);
}

.__border-wr_con {
  border-bottom: 2px dashed #b79233;
  margin: 3.5% 0;
}

.__wr_con-slidefor .slick-prev,
.__wr_con-slidefor .slick-next {
  background-color: #b79233;
}

.__wr_con-slidenav .slick-prev,
.__wr_con-slidenav .slick-next {
  background-color: #b79233;
}

.__wr_con-slidefor2 .slick-prev,
.__wr_con-slidefor2 .slick-next {
  background-color: #b79233;
}

.__wr_con-slidenav2 .slick-prev,
.__wr_con-slidenav2 .slick-next {
  background-color: #b79233;
}

.slider-for2 .works-img img {
  aspect-ratio: 5/3.5;
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border-radius: 15px;
}

.__wr_con-slidenav2 img {
  width: 100% !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .__wr_con-slidenav2 img {
    aspect-ratio: 5/3.5;
    width: 95%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
    border-radius: 15px;
    margin: 0 1.5%;
  }
}
.__wr_con-slidenav2 .works-img {
  width: 18.6666666% !important;
  margin: 0.5%;
}
@media screen and (max-width: 820px) {
  .__wr_con-slidenav2 .works-img {
    width: auto !important;
  }
}
.__wr_con-slidenav2 .slick-track {
  width: 100% !important;
  transform: unset !important;
}
@media screen and (max-width: 820px) {
  .__wr_con-slidenav2 .slick-track {
    width: auto !important;
    display: block !important;
    transform: initial !important;
  }
}
.__wr_con-slidenav2 p {
  display: none;
}

@media screen and (max-width: 820px) {
  .__wr_con-slidefor2,
.__wr_con-slidenav2 {
    display: none;
  }
}

.__wr_con-slidefor2_2,
.__wr_con-slidenav2_2 {
  display: none;
}
@media screen and (max-width: 820px) {
  .__wr_con-slidefor2_2,
.__wr_con-slidenav2_2 {
    display: block;
  }
}

.__wr_con-slidefor2_2 .slick-prev,
.__wr_con-slidefor2_2 .slick-next {
  background-color: #b79233;
}

.__wr_con-slidenav2_2 .slick-prev,
.__wr_con-slidenav2_2 .slick-next {
  background-color: #b79233;
}

/* c_con--------------------------- */
.c_con-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 0px;
}
@media screen and (max-width: 820px) {
  .c_con-wrap {
    flex-direction: column;
  }
}
.c_con-wrap__main {
  width: 70%;
}
@media screen and (max-width: 820px) {
  .c_con-wrap__main {
    width: 100%;
  }
}
.c_con-wrap__main__block {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .c_con-wrap__main__block {
    gap: 40px 15px;
  }
}
.c_con-wrap__main__block__one {
  width: 47%;
}
.c_con-wrap__main__block__one h2 {
  font-size: 20px;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 1024px) {
  .c_con-wrap__main__block__one h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .c_con-wrap__main__block__one h2 {
    font-size: 16px;
  }
}
.c_con-wrap__main__block__one img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 2.5%;
}
.c_con-wrap__main__block__one strong {
  display: block;
  font-size: 1.35rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 2.5%;
}
.c_con-wrap__main__block__one span {
  display: inline-block;
  font-size: 16px;
  background-color: #f9f6f4;
  color: #2d3578;
  font-weight: 500;
  border-radius: 1000px;
  padding: 0.5% 7.5%;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .c_con-wrap__main__block__one span {
    font-size: 14px;
  }
}
.c_con-wrap__main__block__one small {
  display: block;
  font-size: 16px;
}
.c_con-wrap__side {
  width: 25%;
  display: block;
  height: 100vh;
}
@media screen and (max-width: 820px) {
  .c_con-wrap__side {
    width: 100%;
  }
}

/* cs_con--------------------------- */
.cs_con {
  font-size: 1.15rem;
}
.cs_con-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 0px;
}
@media screen and (max-width: 820px) {
  .cs_con-wrap {
    flex-direction: column;
    gap: 40px 0px;
  }
}
@media screen and (max-width: 600px) {
  .cs_con-wrap {
    gap: 70px 0;
  }
}
.cs_con-wrap__main {
  width: 70%;
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__main {
    width: 100%;
  }
}
.cs_con-wrap__side {
  width: 27.5%;
  display: block;
  height: 100vh;
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__side {
    width: 100%;
  }
}

.cs_con-wrap__main__block h1 {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__block h1 {
    font-size: 24px;
  }
}

.__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 2.5%;
}
.__info small {
  font-size: 15px;
  margin-right: 2.5%;
}
.__info span {
  display: inline-block;
  font-size: 15px;
  background-color: #f9f6f4;
  color: #2d3578;
  font-weight: 500;
  border-radius: 1000px;
  padding: 0.5% 5%;
}

.cs_cate-link {
  display: inline-block;
  font-size: 1.15rem;
  background-color: #f9f6f4;
  color: #2d3578;
  font-weight: 500;
  border-radius: 1000px;
  padding: 0.5% 5%;
  margin-left: 1%;
}
.cs_cate-link span {
  border-radius: 0;
  padding: 0;
}

.__writer {
  background-color: #fff;
  border: 2.5px dotted #33b75c;
  padding: 3.5%;
  border-radius: 15px;
  margin-bottom: 3.5%;
}
.__writer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.__writer-wrap__img {
  width: 31.5%;
}
@media screen and (max-width: 600px) {
  .__writer-wrap__img {
    width: 35%;
  }
}
.__writer-wrap__img img {
  display: block;
  width: 100%;
  height: auto;
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.__writer-wrap__info {
  width: 64.5%;
}
@media screen and (max-width: 600px) {
  .__writer-wrap__info {
    width: 60%;
  }
}
.__writer-wrap__info span {
  display: inline-block;
  background-color: #33b75c;
  padding: 1.5% 3.25%;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 2.5%;
  font-size: 16px;
}
.__writer-wrap__info small {
  display: block;
  font-size: 16px;
  margin-bottom: 1%;
}
.__writer-wrap__info strong {
  font-size: 24px;
  color: #33b75c;
  font-weight: 500;
}
.__writer-pc-txt {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .__writer-pc-txt {
    display: none;
  }
}
.__writer-sp-txt {
  display: none;
}
@media screen and (max-width: 600px) {
  .__writer-sp-txt {
    font-size: 16px;
    display: block;
    margin-top: 5%;
  }
}

.__catch {
  margin-bottom: 3.5%;
}
.__catch img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.__ar-con h2 {
  border-bottom: 5px solid #33b75c;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 3.5%;
  margin-top: 3.5%;
}
@media screen and (max-width: 600px) {
  .__ar-con h2 {
    font-size: 24px;
  }
}
.__ar-con h2:first-of-type {
  border-left: 5px solid #33b75c;
  padding-left: 1.5%;
  border-bottom: none;
}
.__ar-con h3 {
  color: #33b75c;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 2.5%;
  margin-top: 2.5%;
}
@media screen and (max-width: 600px) {
  .__ar-con h3 {
    font-size: 22px;
  }
}
.__ar-con h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.5%;
  margin-top: 1.5%;
}
@media screen and (max-width: 600px) {
  .__ar-con h4 {
    font-size: 20px;
  }
}
.__ar-con p {
  font-size: 18px;
  margin-bottom: 0.5%;
  margin-top: 0.5%;
}
@media screen and (max-width: 600px) {
  .__ar-con p {
    font-size: 18px;
  }
}
.__ar-con #toc_container {
  padding: 24px;
  margin: 3.5% 0;
  border: 1px solid #cbcbcb;
}
.__ar-con #toc_container p.toc_title {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
}
.__ar-con #toc_container li {
  margin: 0.25em 0;
}
.__ar-con #toc_container a {
  font-weight: 500;
  color: #33b75c;
  text-decoration: underline;
}
.__ar-con .toc_list {
  font-size: 16px;
}
.__ar-con ol li #text {
  list-style-type: none;
}
.__ar-con ol li {
  margin: 2.5% 0;
}
.__ar-con ol li strong {
  display: block;
}
.__ar-con img {
  max-width: 100%;
  display: block;
  height: auto;
  border-radius: 15px;
  margin: 2.5% 0;
}

.__table {
  background-color: #f9f9f9;
  border: solid 1px #cbcbcb;
  height: 25vh;
  margin-bottom: 3.5%;
}

.cs_con-wrap__main__cv {
  background-color: #f9f9f9;
  border: solid 3.5px #cbcbcb;
  border-radius: 15px;
  padding: 3.5%;
  text-align: center;
  margin: 3.5% 0;
}
.cs_con-wrap__main__cv strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__cv strong {
    font-size: 20px;
  }
}
.cs_con-wrap__main__cv img {
  display: block;
  width: 100%;
  height: auto;
  width: 65%;
  margin: auto;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__cv img {
    width: 100%;
  }
}
.cs_con-wrap__main__cv b {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7.5%;
  padding: 0 !important;
  height: 7.5rem;
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__main__cv b {
    margin-bottom: 3.5%;
  }
}
.cs_con-wrap__main__cv .cta-wrap__con {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__main__cv .cta-wrap__con {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 65%;
    grid-row-gap: 45px;
  }
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__cv .cta-wrap__con {
    width: 100%;
    grid-row-gap: 0;
    margin-top: 7.5%;
  }
}
.cs_con-wrap__main__cv .cta-wrap__con__cv {
  width: 100%;
  margin: auto;
  background-color: unset;
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__cv .cta-wrap__con__cv {
    margin-top: 6.5%;
  }
}
.cs_con-wrap__main__cv .cta-wrap__con__cv a span {
  width: 65%;
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__cv .cta-wrap__con__cv a span {
    padding: 0;
  }
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__main__cv .cta-wrap__con__cv a span::after {
    transform: translateY(-20%) translateX(-50%);
    bottom: -70%;
  }
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__cv .cta-wrap__con__cv a span::after {
    transform: translateY(5%) translateX(-50%);
    bottom: -50%;
  }
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__main__cv .cta-wrap__con__cv a span {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__cv .cta-wrap__con__cv a span {
    font-size: 1.5rem;
  }
}
.cs_con-wrap__main__cv .cta-wrap__con__cv a b {
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__main__cv .cta-wrap__con__cv a b {
    font-size: 2.5rem;
  }
}
.cs_con-wrap__main__cv .cta-wrap__con__cv strong {
  display: inline-block !important;
  font-size: 1.35rem;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__main__cv .cta-wrap__con__cv strong {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__cv .cta-wrap__con__cv strong {
    font-size: 1.5rem;
  }
}
.cs_con-wrap__main__cv .cta-wrap__con__tel {
  width: 100%;
  margin: auto;
  padding: 0;
  height: 7.5rem;
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__main__cv .cta-wrap__con__tel {
    height: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .cs_con-wrap__main__cv .cta-wrap__con__tel {
    height: 7.5rem;
  }
}
.cs_con-wrap__main__cv .cta-wrap__con__tel a img {
  margin: auto 0;
  margin-right: 2%;
}
.cs_con-wrap__main__cv .cta-wrap__con__tel a span {
  font-size: 2.75rem;
}
@media screen and (max-width: 820px) {
  .cs_con-wrap__main__cv .cta-wrap__con__tel a span {
    font-size: 3.25rem;
  }
}

.cs_con__btn {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cs_con__btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.cs_con__btn__inner__circle span {
  background-color: #eb6200;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .cs_con__btn__inner__circle span {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 600px) {
  .cs_con__btn__inner__circle span {
    width: 30px !important;
    height: 30px !important;
    font-size: 1.75rem !important;
  }
}
.cs_con__btn__inner__txt span {
  font-size: 20px;
}

.pagination {
  margin-top: 2.5em;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 1%;
  width: inherit;
}

.pagination .page-numbers li {
  background-color: #f9f9f9;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.pagination .page-numbers.dots {
  margin-top: -10px;
}

.pagination .prev.page-numbers {
  margin-top: -2px;
}

.pagination .next.page-numbers {
  margin-top: -3px;
}

.pagination .page-numbers.current {
  background-color: #33b75c;
  color: #fff;
}

.sidebar-ttl {
  margin-bottom: 1em;
}

.popular-posts__item__link {
  display: flex;
  gap: 5%;
}

.popular-posts__link__ttl {
  font-size: 14px;
}

.popular-posts__hr {
  border-top: 1px dashed #33b75c;
}

.category-list__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  gap: 0 10px;
}

.category-list__inner__item {
  display: inline-block;
  font-size: 14px;
  background-color: #f9f6f4;
  color: #2d3578;
  font-weight: 500;
  border-radius: 1000px;
  padding: 0.5% 7.5%;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .category-list__inner__item {
    padding: 1% 7.5%;
  }
}

.category-list__inner__item a {
  color: #2d3578;
}

.searchform__inner {
  position: relative;
  margin: 2em 0;
}

.searchform__field {
  width: 100%;
  padding-right: 2.5em; /* 右側にアイコンのスペースを作る */
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  height: 36px;
  border-radius: 5px;
  padding: 0 12px;
}
@media screen and (max-width: 820px) {
  .searchform__field {
    height: 46px;
  }
}

.searchform__btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.searchform__btn i {
  color: #33b75c;
  font-size: 1em;
}

.__writer-img {
  width: 31.5%;
}

.__writer-info {
  width: 64.5%;
}

.__catch img {
  -o-object-fit: cover;
     object-fit: cover;
}

.__table {
  border: solid 1px #cbcbcb;
}

.cs_con-wrap__main__cv {
  border: solid 3.5px #cbcbcb;
  margin: 3.5% 0;
}

.cs_con__btn {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cs_con__btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.cs_con__btn__inner__circle span {
  background-color: #eb6200;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
}
.slider-for.__wr_con-slidefor .slick-dots .slick-active button,
.slider-nav.__wr_con-slidenav .slick-dots .slick-active button,
.slider-for.__wr_con-slidefor2_2 .slick-dots .slick-active button,
.slider-nav.__wr_con-slidefor2_2 .slick-dots .slick-active button {
  background: #b79233;
}

.slider-nav.__wr_con-slidenav .slick-dots,
.slider-nav.__wr_con-slidefor2_2 .slick-dots {
  transform: translateY(10px);
}

.wr_con-wrap__sto__block {
  align-items: inherit;
  height: 100%;
}

.wr_con-wrap__sto__block__one {
  display: flex;
  flex-direction: column;
}

.wr_con-wrap__sto__block__one__img {
  flex: 1;
}

.wr_con-wrap__sto__block__one__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  height: 100%;
}

.__wr-triangle__wrap {
  height: auto;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wr_con-wrap__ttl.__ttl-wrap .__a-ttl,
.wh_con-wrap__ttl.__ttl-wrap .__a-ttl {
  font-size: 35px;
}

.wr_con-wrap__ttl.__ttl-wrap .__a-ttl small,
.wh_con-wrap__ttl.__ttl-wrap .__a-ttl small {
  font-size: 25px;
}

.wh_con-wrap__fea .__u-ttl {
  font-size: 20px;
}

.wh_con-wrap__fea p {
  font-size: 16px;
}

.wh_con-wrap__fea__bg li b {
  font-size: 20px;
}

.wh_con-wrap__fea__bg li p {
  font-size: 16px;
}

.wh_con-wrap__sta .__u-ttl {
  font-size: 45px;
}

.wh_con-wrap__sta__block span {
  font-size: 25px;
}

.wh_con-wrap__sta__block span {
  top: -30px;
}

.wr_con-wrap .__u-ttl {
  font-size: 40px;
}

.wr_con-wrap__sto__block__one b {
  font-size: 48px;
}

.wr_con-wrap__af .__u-ttl:before,
.wr_con-wrap__af .__u-ttl:after,
.wr_con-wrap__bef .__u-ttl:before,
.wr_con-wrap__bef .__u-ttl:after {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__af .__u-ttl:before,
.wr_con-wrap__af .__u-ttl:after,
.wr_con-wrap__bef .__u-ttl:before,
.wr_con-wrap__bef .__u-ttl:after {
    width: 30%;
  }
}

.wr_con-wrap__af .__u-ttl:before,
.wr_con-wrap__bef .__u-ttl:before {
  left: 62.5%;
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__af .__u-ttl:before,
.wr_con-wrap__bef .__u-ttl:before {
    left: 68%;
  }
}

.wr_con-wrap__af .__u-ttl:after,
.wr_con-wrap__bef .__u-ttl:after {
  right: 62.5%;
}
@media screen and (max-width: 600px) {
  .wr_con-wrap__af .__u-ttl:after,
.wr_con-wrap__bef .__u-ttl:after {
    right: 68%;
  }
}

.wr_con-wrap__sto__txt p {
  font-size: 16px;
}

.wr_con-wrap__sto__bg__block span {
  font-size: 18px;
}

.wr_con-wrap__sto__bg__block p {
  font-size: 20px;
}

.wh_con-wrap__sta__block__wrap {
  align-items: normal;
}

@media screen and (max-width: 1024px) {
  .wh_con-wrap__fea__bg {
    width: 92%;
  }
}
@media screen and (max-width: 820px) {
  .wr_con-wrap .__u-ttl {
    font-size: 30px;
  }
  .wr_con-wrap__sto__block {
    display: block;
  }
  .wr_con-wrap__sto__block__one {
    display: block;
  }
  .wr_con-wrap__sto__block__one:nth-of-type(1) {
    margin-bottom: 5%;
  }
  .wr_con-wrap__sto__block__one__img {
    height: 100%;
  }
  .__wr-triangle__wrap {
    height: 100px;
    margin: 10% auto 0;
  }
  .wr_con-wrap__sto__txt {
    margin-top: 20%;
  }
  .wr_con-wrap__ttl.__ttl-wrap .__a-ttl,
.wh_con-wrap__ttl.__ttl-wrap .__a-ttl {
    font-size: 24px;
  }
  .wr_con-wrap__ttl.__ttl-wrap .__a-ttl small,
.wh_con-wrap__ttl.__ttl-wrap .__a-ttl small {
    font-size: 20px;
  }
  .wr_con-wrap__sto__bg__block span {
    white-space: nowrap;
  }
  .wh_con-wrap__fea__bg {
    width: 100%;
  }
  .wh_con-wrap__sta .__u-ttl {
    font-size: 24px;
  }
  .wh_con-wrap__sta__block span {
    font-size: 20px;
    top: -22px;
  }
  .category-list__inner__item {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 480px) {
  .wr_con-wrap__ttl.__ttl-wrap .__a-ttl small,
.wh_con-wrap__ttl.__ttl-wrap .__a-ttl small {
    font-size: 18px;
  }
  .wr_con-wrap__sto__block__one b {
    font-size: 40px;
  }
  .__wr-triangle,
.__wr-triangle::before,
.__wr-triangle::after {
    width: 4.5vmin;
    height: 4.5vmin;
  }
  .__wr-triangle__wrap {
    margin: 20% auto 0;
  }
  .wr_con-wrap__sto__txt {
    margin-top: 30%;
  }
  .wr_con-wrap__sto__bg__block {
    display: block;
  }
  .wr_con-wrap__sto__bg__block span,
.wr_con-wrap__sto__bg__block p {
    font-size: 16px;
  }
  .wh_con-wrap__fea__bg li b {
    width: 30%;
    margin-right: 0;
  }
  .wh_con-wrap__sta__block span {
    font-size: 18px;
    padding: 0 2%;
    top: -15px;
  }
}
.slider-nav.__wh_con-slidenav .slick-dots {
  transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  .slider-nav .slick-list {
    width: 80.5%;
  }
}
@media screen and (max-width: 600px) {
  .slick-prev,
.slick-next {
    top: 28.5%;
  }
}
.works-img p {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .works-img p {
    position: relative;
    transform: translateY(0px);
    font-size: 15px;
  }
  .wh_con-wrap__ttl {
    margin-bottom: 10%;
  }
}
.__u-ttl:before,
.__u-ttl:after {
  width: 22%;
}

.__u-ttl:before {
  left: 77.5%;
}

.__u-ttl::after {
  right: 77.5%;
}

.c_con-wrap__side,
.cs_con-wrap__side {
  height: auto;
}

.uu-top-wrap__ttl h1,
.uu-top-wrap__ttl small {
  font-size: 2.25rem;
  font-weight: 500;
  font-family: "KGothic", sans-serif;
}

.popular-posts__link__ttl {
  font-weight: 400;
}

.col-wrap__con__block__one__cat span {
  margin-top: 0;
}

.col-wrap__con__block__one img {
  -o-object-fit: cover;
     object-fit: cover;
}

.wh_con-wrap__sta__block__wrap__one img {
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-posts__link__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.col-wrap__con__block {
  justify-content: flex-start;
  gap: 15px 2.6%;
}
@media screen and (max-width: 820px) {
  .col-wrap__con__block {
    justify-content: space-between;
    gap: 15px 15px;
  }
}

.breadcrumbs {
  font-size: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    font-size: 13px;
  }
}

.header-wrap__top__logo h1 {
  font-size: 0.9rem;
}

.h_com-wrap {
  padding: 12% 0 10%;
}

.footer-wrap__nav__list__item a span {
  font-size: 1rem;
  margin-top: -5px;
}

@media screen and (max-width: 600px) {
  .mode-wrap__con__block span {
    top: 24px;
  }
}

@media screen and (max-width: 600px) {
  .exa-wrap__con__block1__ttl h3,
.exa-wrap__con__block2__ttl h3 {
    width: 150px;
    padding-right: 5%;
  }
}

@media screen and (max-width: 820px) {
  .h__exa .__exa-img {
    right: -10.25%;
    top: 7.5%;
  }
}

@media screen and (max-width: 820px) {
  .header-wrap__nav__list__item {
    padding: 0;
  }
}

.footer-wrap__copy {
  margin: 3.5% 0;
}
@media screen and (max-width: 600px) {
  .footer-wrap__copy {
    margin: 7.5% 0;
  }
}

@media screen and (max-width: 600px) {
  .h_com-wrap__block__one__left,
.h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__left {
    width: 85.5%;
  }
}

@media screen and (max-width: 600px) {
  .e_sim-wrap__block .h_com-wrap__block__one__left,
.e_sim-wrap__block .h_com-wrap__block__one:nth-of-type(2n) > .h_com-wrap__block__one__left {
    width: 93.5%;
  }
}

@media screen and (max-width: 600px) {
  .e_sim-wrap__block .h_com-wrap__block__one__left {
    padding: 2.5%;
  }
}

@media screen and (max-width: 600px) {
  .u-top-img {
    left: 65%;
  }
}

@media screen and (max-width: 600px) {
  .u-top-img._gaiheki {
    left: 28.5%;
  }
}

.h_com-oth__block__con__right img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 820px) {
  .h_mes-wrap {
    padding: 10% 0 3.5%;
  }
}

@media screen and (max-width: 600px) {
  .u-top-wrap__ttl h1 span b {
    margin: 2.5% 0;
  }
}

.wh_con-wrap__fea__bg__left {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .wh_con-wrap__fea__bg__left {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea__bg__left {
    width: 35%;
  }
}

.wh_con-wrap__fea__bg__right {
  width: 55%;
}
@media screen and (max-width: 820px) {
  .wh_con-wrap__fea__bg__right {
    width: 45%;
  }
}

.wh_con-wrap__fea__bg__left b {
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .wh_con-wrap__fea__bg__left b {
    white-space: normal;
  }
}

.wh_con-wrap__fea__bg__right p {
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .wh_con-wrap__fea__bg__right p {
    white-space: normal;
  }
}

.wh_con-wrap__fea__bg li b {
  width: 19%;
  margin-right: 0;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .wh_con-wrap__fea__bg li b {
    width: 24%;
  }
}
@media screen and (max-width: 600px) {
  .wh_con-wrap__fea__bg li b {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .wh_con-wrap__sta__block span {
    padding: 0 5%;
  }
}

@media screen and (max-width: 600px) {
  .wh_con-wrap__sta__block__wrap {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .wh_con-wrap__sta__block__wrap__one {
    width: 100%;
  }
}

.__exa-img._our-exa {
  top: 0;
}
@media screen and (max-width: 820px) {
  .__exa-img._our-exa {
    right: -19.5%;
  }
}
@media screen and (max-width: 600px) {
  .__exa-img._our-exa {
    display: block;
    top: -4%;
    right: -16%;
  }
}

@media screen and (max-width: 820px) {
  .__exa-img._house-exa-img {
    right: -10%;
    top: 7.5%;
  }
}
@media screen and (max-width: 600px) {
  .__exa-img._house-exa-img {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .o_staff-wrap__block__one__lef img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 820px) {
  .pagination.__column-pagination {
    margin-top: 5em;
    margin-bottom: 7.5em;
  }
}
@media screen and (max-width: 600px) {
  .pagination.__column-pagination {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}

.pagination.__works-pagination {
  margin-top: 7.5em;
}
@media screen and (max-width: 820px) {
  .pagination.__works-pagination {
    margin-top: 10em;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  .pagination.__works-pagination {
    margin-top: 3.5em;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 600px) {
  .col-wrap__con__block__one__txt {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 600px) {
  .col-wrap__con__block {
    margin-top: 10%;
  }
}

@media screen and (max-width: 820px) {
  .popular-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .popular-posts {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .popular-posts._archive-col {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .popular-posts__item {
    width: 47.5%;
  }
}
@media screen and (max-width: 600px) {
  .popular-posts__item {
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .popular-posts._archive-col .popular-posts__item {
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .search-form {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .search-form {
    width: 100%;
  }
}

.sidebar-ttl {
  font-size: 16px;
}

.category-list h3 {
  font-size: 16px;
}

.__exa-img._tra-img {
  top: 0;
}
@media screen and (max-width: 820px) {
  .__exa-img._tra-img {
    right: -7.5%;
    top: -5%;
  }
}

.s_mes-wrap {
  padding-top: 10%;
}

@media screen and (max-width: 600px) {
  .u-top-img._tra-img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .__writer {
    padding: 3.5% 3.5%;
  }
}

.__wr-triangle__wrap {
  margin-top: 5%;
}

.__ttl-wrap img {
  width: 6.5%;
}
@media screen and (max-width: 600px) {
  .__ttl-wrap img {
    width: 12%;
  }
}

.__exa-img {
  top: 16%;
}
@media screen and (max-width: 1024px) {
  .__exa-img {
    top: 14%;
  }
}
@media screen and (max-width: 820px) {
  .__exa-img {
    top: 0;
  }
}

.__exa-img img {
  width: 100%;
}

.Monthly-list h3 {
  font-size: 16px;
}
.Monthly-list ul li {
  font-size: 14px;
  padding: 0.5em 0;
  border-bottom: 1px dashed #33b75c;
}
.Monthly-list ul li a {
  display: block;
}

.p-event-items__txt {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.p-event-icon__date {
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-image: url(../img/events/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8px;
}
.p-event-icon__map {
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-image: url(../img/events/icon-map.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8px;
}

.p-event-main {
  margin-bottom: 48px;
}
.p-event-main__imgArea, .p-event-main__btnArea {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.p-event-main__imgArea {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .p-event-main__imgArea {
    margin-bottom: 24px;
  }
}
.p-event-main__endtxt {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 1em 2.5%;
  color: #FFF;
  font-size: 20px;
  line-height: 1.35;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 820px) {
  .p-event-main__endtxt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .p-event-main__endtxt {
    font-size: 16px;
  }
}
.p-event-main__img {
  max-width: 100%;
  height: auto;
}

.p-event-btnArea {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 80px;
}
.p-event-btnArea__btn {
  width: 80%;
  max-width: 330px;
  border: 2px solid #eb6200;
  border-radius: 10000px;
  color: #eb6200;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 0 32px;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .p-event-btnArea__btn {
    font-size: 16px;
    height: 48px;
  }
}
.p-event-btnArea__btn span {
  width: 25px;
  height: 25px;
  border-radius: 10000px;
  font-size: 18px;
  color: #eb6200;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-event-btnArea__btn span {
    font-size: 16px;
  }
}
.p-event-btnArea__btn:hover {
  background-color: #eb6200;
  color: #FFF;
}
.p-event-btnArea__btn:hover span {
  color: #FFF;
}
.p-event-btnArea__end {
  width: 80%;
  max-width: 330px;
  background-color: #808080;
  border-radius: 10000px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 0 32px;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .p-event-btnArea__end {
    font-size: 12px;
    height: 48px;
  }
}

.p-event-ttl {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-event-ttl {
    font-size: 24px;
    margin-bottom: 24px;
    padding: 0;
  }
}

.p-event-data {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0 5% 64px;
  box-sizing: border-box;
  margin-bottom: 64px;
  border-bottom: 1px dashed #acacac;
}
@media screen and (max-width: 820px) {
  .p-event-data {
    padding: 0 0 32px;
  }
}
.p-event-data__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.p-event-data__label {
  font-size: 16px;
  background-color: #eb6200;
  color: #FFF;
  padding: 2px 12px;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .p-event-data__label {
    font-size: 14px;
    padding: 1px 8px;
    margin-top: 2px;
  }
}
.p-event-data__txt {
  font-size: 16px;
  font-weight: bold;
  padding-top: 2px;
}
@media screen and (max-width: 600px) {
  .p-event-data__txt {
    font-size: 15px;
    padding-top: 0;
  }
}

.p-event-editor {
  padding: 0 5%;
  margin-bottom: 128px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-event-editor {
    padding: 0;
    margin-bottom: 80px;
  }
}
.p-event-editor__inner {
  margin-top: 80px;
}
.p-event-editor__inner h2, .p-event-editor__inner h3 {
  margin-top: 56px;
}
.p-event-editor__inner ul, .p-event-editor__inner ol {
  font-size: 18px;
  padding-left: 1.5em;
}
.p-event-editor__inner ul li {
  list-style: disc;
}
.p-event-editor__inner ol li {
  list-style: decimal;
}
.p-event-editor__inner img {
  max-width: 100%;
  height: auto;
}
.p-event-editor__inner .alignright {
  display: block;
  margin: 0 0 0 16px;
  float: right;
}
.p-event-editor__inner .alignleft {
  display: block;
  margin: 0 16px 0 0;
  float: left;
}
.p-event-editor__inner .aligncenter {
  display: block;
  margin: 0 auto;
}
.p-event-editor__inner .aligncenter img {
  display: block;
  margin: 0 auto;
}
.p-event-editor:after {
  content: "";
  display: block;
  clear: both;
}

.p-event-form {
  padding: 0 5%;
  margin-bottom: 128px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-event-form {
    padding: 0;
    margin-bottom: 80px;
  }
}
.p-event-form__ttl {
  padding-left: 1.5%;
  border-left: 5px solid rgb(51, 183, 92);
  border-bottom: none;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 600px) {
  .p-event-form__ttl {
    font-size: 24px;
  }
}
.p-event-form__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 48px;
}
.p-event-form__txt {
  font-size: 18px;
}
.p-event-form__row:not(:first-of-type) {
  margin-top: 32px;
}
.p-event-form__row.__row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}
.p-event-form__name {
  font-size: 16px;
}
.p-event-form__input {
  margin-top: 8px;
}
.p-event-form__input input[type=text], .p-event-form__input input[type=email], .p-event-form__input input[type=tel], .p-event-form__input select {
  width: 100%;
  height: 48px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 16px;
  background: #f9f9f9;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  scroll-margin-top: 200px;
}
.p-event-form__input textarea {
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  height: 124px;
  min-height: 124px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 16px 20px;
  background: #f9f9f9;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
.p-event-form__input input[type=text]:focus-visible, .p-event-form__input input[type=email]:focus-visible, .p-event-form__input input[type=tel]:focus-visible, .p-event-form__input select:focus-visible, .p-event-form__input textarea:focus-visible {
  outline: 2px solid #232323;
  border: none !important;
  background-color: #FFF;
}
.p-event-form__input input[type=text].not-valid, .p-event-form__input input[type=email].not-valid, .p-event-form__input input[type=tel].not-valid, .p-event-form__input select.not-valid, .p-event-form__input textarea.not-valid {
  border: 2px solid #D9341D;
}
.p-event-form__input input[type=text]::-moz-placeholder, .p-event-form__input input[type=email]::-moz-placeholder, .p-event-form__input input[type=tel]::-moz-placeholder, .p-event-form__input select::-moz-placeholder, .p-event-form__input textarea::-moz-placeholder {
  color: #A6A6A6;
}
.p-event-form__input input[type=text]::placeholder, .p-event-form__input input[type=email]::placeholder, .p-event-form__input input[type=tel]::placeholder, .p-event-form__input select::placeholder, .p-event-form__input textarea::placeholder {
  color: #A6A6A6;
}
.p-event-form__error {
  color: #D9341D;
  padding: 6px 15px 0;
  box-sizing: border-box;
}
.p-event-form__req {
  font-size: 10px;
  color: #D9341D;
}
.p-event-form__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.p-event-form__item {
  font-size: 16px;
  margin: 0;
}
.p-event-form__item label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-event-form__alert {
  margin: 32px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.p-event-form__privacy {
  font-size: 16px;
  padding: 24px;
  margin: 40px 0 0;
  height: 164px;
  border: 1px solid #232323;
  box-sizing: border-box;
  overflow: scroll;
}
@media screen and (max-width: 600px) {
  .p-event-form__privacy {
    padding: 16px;
  }
}
.p-event-form__accept {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .p-event-form__accept {
    font-size: 15px;
  }
}
.p-event-form__submit {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
}
.p-event-form__submit .event_submit_btn {
  width: 80%;
  max-width: 400px;
  height: 52px;
  border-radius: 32px;
  border: none;
  font-size: 20px;
  background-color: #eb6200;
  color: #FFF;
  box-shadow: none;
  cursor: pointer;
}
.p-event-form__submit .event_submit_btn:disabled {
  cursor: no-drop;
  opacity: 0.5;
}

.p-event-err {
  border: 2px solid #eb6200;
  padding: 8px 16px;
  margin: 40px 0 24px;
  font-size: 18px;
  color: #eb6200;
  border-radius: 4px;
}

.top-event-btn {
  width: 360px;
  display: block;
  margin: 0 auto 3.5%;
}
@media screen and (max-width: 600px) {
  .top-event-btn {
    width: 320px;
  }
}
.top-event-btn a b {
  background-color: #33b75c;
  box-shadow: 3px 3px #25A959;
}
.top-event-btn a b small {
  color: #33b75c;
}