@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
html {}
p span,
h1 span,
h2 span,
h3 span,
h4 span {
  display: inline-block;
}
body {
  background-color: #fdfbf7;
}
.main-wrap {
  background-color: #F7F6F0;
}
.txt02em {
  letter-spacing: 0.2em;
}
.txt018em {
  letter-spacing: 0.18em;
}
.txt015em {
  letter-spacing: 0.15em;
}
.beforedot {
  display: inline-block;
  position: relative;
  text-align: center;
}
.beforedot::before, .beforedot::after {
  content: "･･････";
  font-weight: normal;
  font-size: 22px;
  color: #000;
  margin: 0 12px;
}
.button-wrap {
  gap: clamp(20px, 4vw, 40px);
}

body:not(.on) .hero-title {margin-top: -400px;
    font-size: 30px;
    }

.hero-title {
  color: #fff;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}


.iconhorse {
  position: relative;
  padding-left: clamp(35px, 5vw, 50px);
  display: inline-block;
}
.iconhorse::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(24px, 3vw, 37px);
  height: clamp(24px, 3vw, 37px);
  transform: translateY(-50%);
  background: url('https://gocoo-horse.jp/system_panel/uploads/images/6.png') no-repeat center center;
  background-size: contain;
}
/* -----pagetitle2---- */
.pagetitle2 {
  background-color: #739964;
  position: relative;
  padding: clamp(0px, 8vw, 70px) 50px;
  z-index: 0;
  overflow: visible;
}
body.on .pagetitle2::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url('https://gocoo-horse.jp/system_panel/uploads/images/wave.png') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.pagetitle2-inner {
  position: relative;
  width: 100%;
  max-width: 1800px;
  height: clamp(200px, 30vw, 500px);
  margin: 0 auto;
  background-size: cover;
  border-radius: 30px;
  padding: clamp(90px, 10vw, 120px) clamp(40px, 5vw, 40px);
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
body.on .pagetitle2-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
  border-radius: 30px;
}
.pagetitle2 .titlebox {
  z-index: 100;
  position: relative;
}

body:not(.on) .pagetitle2 .titlebox {
position: absolute;
top: 200px;
}

.hero-title, .pagetitle2-jp {
  white-space: nowrap;
  overflow: hidden;
}
.pagetitle3 {
  position: relative;
  height: 360px;
  padding-top: 100px;
}

body:not(.on) .pagetitle3 img{
    width: 200px;
}
body.on .pagetitle3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3E8761;
  opacity: 0.5;
}
.pagetitle3 > div {
  position: relative;
  z-index: 3;
}
/* -----pagetitle2---- */
/* 馬蹄アイコンタイトル*/
.titleboxtherapy img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
  z-index: 15;
}
/* 電話ボックス */
.tel-box a, .tel-box p {
  color: #fff;
}
.tel-caption {
  margin-bottom: 8px;
}
.tel-number {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
}
.tel-number span {
  font-size: 12px;
  margin-right: 8px;
  vertical-align: middle;
}
/* -----波で囲まれたところ----- */
.section02 {
  padding: clamp(60px, 10vw, 120px) 20px;
  background: #EAE9E3;
  position: relative;
  z-index: 2;
}
body.on .section02::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(https://gocoo-horse.jp/system_panel/uploads/images/wave1.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  transform: scaleY(-1);
}
body.on .section02::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(https://gocoo-horse.jp/system_panel/uploads/images/wave1.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
/* -----波で囲まれたところ----- */
/* ----画像+テキスト---- */
.section-europe {
  justify-content: space-between;
  gap: clamp(20px, 5vw, 60px);
  background-color: #fff;
  padding: clamp(40px, 6vw, 80px) clamp(10px, 4vw, 48px);
  border-radius: 30px;
  flex-wrap: wrap;
}
.section-europe .text-block {
  flex: 1;
  min-width: 300px;
}
.section-europe .image-block {
  flex: 1;
  min-width: 300px;
}
.section-europe .image-block img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}
/* 本文 */
.section-europe .section-body {
  line-height: 2;
  letter-spacing: 0.15em;
}
.section-europe .ul {
  align-items: flex-start;
}
.section-europe .li {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
/* 緑の丸 */
.section-europe .li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background-color: #3f8c6c;
  border-radius: 50%;
}
/* ----画像+テキスト---- */
/* ---記事ブロック--- */
.section03 {
  padding-top: 200px;
  padding-bottom: 120px;
}
.section03 .titlebox {
  justify-content: space-between;
}
.section03 .webgene-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 50px 30px;
}
.section03 .webgene-blog .webgene-item {
  width: calc(100% / 4 - 90px / 4);
  transition: ease 0.3s;
}
.section03 .webgene-blog .webgene-item a {
  display: block
}
.section03 .webgene-blog .webgene-item:hover {
  opacity: 0.5 !important;
}
.section03 .webgene-blog .webgene-item .imgbox {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
  border: 3px solid #000;
}
.section03 .webgene-blog .webgene-item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section03 .webgene-blog .webgene-item .cate {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 200px;
  line-height: 1;
  background-color: #000;
}
.section03 .webgene-blog .webgene-item .date {
  display: inline-block;
  border-radius: 200px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
/* ---記事ブロック--- */
/* ------section01------ */
/* セクション全体 */
body.on .intro-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 120px;
  padding: 150px 20px clamp(300px, 30vw, 450px);
  position: relative;
}
/* 各ブロック */
.intro-item1 {
  width: 100%;
  position: relative;
  gap: 120px;
  margin-bottom: clamp(40px, 8vw, 120px);
}
/* 下の山イラスト */
body.on .intro-item1::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 100px;
  width: 150px;
  height: 80px;
  background: url('https://gocoo-horse.jp/system_panel/uploads/images/mountain.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.intro-item1 .imgbox {
  width: 40%;
  position: relative;
}
.intro-img1 {
  width: 100%;
  min-width: 400px;
  max-width: 500px;
  aspect-ratio: 783 / 554;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  position: relative;
}
body.on .intro-item1 .imgbox::after {
  content: "";
  position: absolute;
  bottom: clamp(-80px, -8vw, -100px);
  right: 0px;
  width: clamp(250px, 20vw, 300px);
  aspect-ratio: 3 / 1;
  background-image: url(https://gocoo-horse.jp/system_panel/uploads/images/cap1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;
}
.intro-item2 {
  width: 100%;
  position: relative;
  gap: clamp(60px, 12vw, 180px);
  flex-wrap: nowrap;
}
.intro-item2 .imgbox {
  width: 60%;
  position: relative;
}
body.on .intro-item2 .imgbox::after {
  content: "";
  position: absolute;
  top: clamp(-60px, -8vw, -90px);
  left: 0;
  width: clamp(250px, 20vw, 300px);
  aspect-ratio: 3 / 1;
  background-image: url('https://gocoo-horse.jp/system_panel/uploads/images/cap2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;
}
.intro-item2 .vertical-box1 {
  position: relative;
}
.intro-item2 .vertical-button {
  align-items: flex-start;
  position: absolute;
  bottom: -30px;
  right: -20px;
}
.intro-img2 {
  width: 100%;
  min-width: 300px;
  max-width: 600px;
  aspect-ratio: 723 / 669;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  position: relative;
}
.intro-wrapper {
  position: relative;
width: 100%;
}
body.on .intro-wrapper::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  width: 180px;
  height: 80px;
  background: url(https://gocoo-horse.jp/system_panel/uploads/images/mountain.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
body.on .intro-wrapper::before {
  content: "";
  position: absolute;
  bottom: -150px;
  right: 10px;
  width: 130px;
  height: 60px;
  background: url(https://gocoo-horse.jp/system_panel/uploads/images/wood.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.intro-item3 {
  width: 40%;
  position: absolute;
  left: 40px;
  top: 450px;
  align-items: center;
}
.intro-item3 .vertical-button {
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 10;
}
.intro-img3 {
  width: clamp(180px, 40vw, 350px);
  aspect-ratio: 459 / 351;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.vertical-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vertical-box {
  writing-mode: vertical-rl;
  text-align: justify;
  max-height: 550px;
  font-weight: 500;
  position: relative;
}
body.on .vertical-box::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -30px;
  width: 50px;
  height: 50px;
  background: url('https://gocoo-horse.jp/system_panel/uploads/images/7.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.vertical-text {
  line-height: 2;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
.vertical-text span {
  font-weight: bold;
  font-size: 28px;
}
/* ---------- button ---------- */
.vertical-button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border: 2px solid #000;
  border-radius: 30px;
  background: linear-gradient(to left, #ffffff 50%, #e0e0e0 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.4s ease;
  color: #000;
  text-decoration: none;
}
.vertical-button a:hover {
  background-position: left bottom;
  opacity: 1;
}
.vertical-button p {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.vertical-button a img {
  width: 20px;
  height: auto;
  display: inline-block;
}
.icon-bg {
  width: 18px;
  height: 29px;
  background: url('https://gocoo-horse.jp/system_panel/uploads/images/horseicon-1.png') no-repeat center center;
  background-size: contain;
  transition: background-image 0.3s;
}
.vertical-button a:hover .icon-bg {
  background-image: url('https://gocoo-horse.jp/system_panel/uploads/images/horseicon-2.png');
}
/* ---------- button ---------- */
/* ---------- header ---------- */
.menu-wrap {
  display: none;
}
.header {
  position: relative;
  white-space: nowrap;
}
.header .rightbox {
  margin-top: 150px;
  margin-left: 80px;
  position: fixed;
  padding: clamp(12px, 2vw, 18px) clamp(10px, 5vw, 40px);
  z-index: 9;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  z-index: 50;
}
.header .rightbox .ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
}
.header > div {
  position: relative;
  z-index: 2;
}
.header .leftbox {
  position: fixed;
  top: 40px;
  left: 20px;
  z-index: 10;
}
.header .leftbox .logo img {
  width: clamp(60px, 25vw, 120px);
}
.header .rightbox .ul {
  gap: clamp(10px, 5vw, 40px);
}
.menu-item {
  position: relative;
  text-align: center;
}
.menu-item .hover-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 40px;
  height: auto;
  opacity: 0;
  transform: translateX(-50%) translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.menu-item:hover .hover-icon {
  opacity: 0.3;
  transform: translateX(-50%) translateY(-20px);
}
.header .rightbox .ul .li a p.jp {
  font-size: clamp(10px, 4vw, 16px);
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.header .rightbox .ul .li a p.en {
  font-size: 12px;
  color: #3CA06A;
  font-weight: 500;
  margin: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.header .menu-bt {
  display: none;
}
.contact-button a {
  border-bottom: 2px solid #3CA06A;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.contact-button p, .contact-button i {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3CA06A;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
/* ---------- header ---------- */
/* ---------- footer ---------- */
/* フッター全体 */
.footer {
  background-color: #f7f6ef;
  padding: clamp(40px, 5vw, 80px) clamp(20px, 5vw, 60px);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000;
  z-index: 20;
  margin-top: -10px;
  padding-top: clamp(80px, 10vw, 150px);
}
.footer-inner {
  align-items: flex-start;
  gap: 50px;
  max-width: 1280px;
  margin: 0 auto;
}
/* 左エリア */
.footer-left {}
.footer-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 20px;
}
.footer-icons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 16px 0;
}
.footer-icons img {
  width: clamp(20px, 3vw, 28px);
  height: auto;
}
/* 中央エリア */
.contact-banners {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.banner {
  color: #fff;
  border-radius: 20px;
  padding: 20px clamp(24px, 8vw, 30px);
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.5;
  width: clamp(200px, 50vw, 250px);
}
.banner p {
  color: #fff;
}
.banner img {
  width: clamp(32px, 5vw, 40px);
  height: auto;
  margin-bottom: 8px;
}
.banner-line {
  background-color: #54b506;
}
.banner-form {
  background-color: #f18500;
}
.footer-center {
  gap: 12px 24px;
  justify-content: center;
}
/* 右エリア */
.footer-right {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-box-wrap {
  gap: 70px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.footer-link {
  margin-bottom: 15px;
}
.footer-link p {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.footer-link p::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('https://gocoo-horse.jp/system_panel/uploads/images/triangle.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-box-wrap1 {
  align-items: flex-start;
  gap: 20px;
}
.footer-box1 {
  width: 45%;
}
.footer-box1 {
  width: clamp(220px, 25vw, 300px);
}
.footer-box-logo {
  height: auto;
  margin-bottom: 10px;
}
.footer-box p {
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.5;
}
.copyright {
  text-align: right;
  font-size: clamp(12px, 1.2vw, 14px);
  color: #555;
  background-color: #F7F6F0;
}
/* ---------- footer ---------- */
/* ------アコーディオン------- */
.accordionwrap {
  justify-content: space-around;
}
.accordionwrap .titlebox {
  margin-top: 0;
  margin-bottom: auto;
}
.accordion {
  width: 60%;
}
.accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.accordion-content > div, .accordion-header > div {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 20px 30px 20px 15px;
}
.accordion-header > div {
  padding-right: 40px;
}
.accordion-header > div .bt_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: ease 0.3s;
}
.accordion-header > div .bt_icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #000;
}
.accordion-header > div .bt_icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #000;
  transition: ease 0.3s;
}
.accordion-header.on > div .bt_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.accordion-content p:not(.icon), .accordion-header h3 {
  width: 100%;
  padding-left: 20px;
}
.accordion-header, .accordion-content {
  position: relative;
  background-color: #F7F6F0;
  border: none;
  cursor: pointer;
  border-radius: 16px;
}
.accordion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.4) 0px, rgba(0, 0, 0, 0.4) 2px, transparent 4px, transparent 8px);
}
body.on .accordion-content {
  display: none;
}
.accordion-header .icon, .accordion-content .icon {
  font-weight: 500;
  font-size: 22px;
  min-width: 48px;
  height: 48px;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-header .icon {
  background-color: #000;
  color: #fff;
}
/* Aのアイコン（白背景・黒枠・黒文字） */
.accordion-content .icon {
  background-color: #fff;
  color: #000;
  border: 3px solid #000;
}
/* ------アコーディオン------- */
body {
  font-family: "Zen Maru Gothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000000;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- font-size ---------- */
.default_title {
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 700;
}
.default_title2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
}
.default_title3 {
  font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(18px, 1.8vw, 24px); 
  font-weight: 700;
}

.default_title4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
}
.default_txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 500;
}
.default_txt2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
}
.default_txt3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(13px, 1.4vw, 14px);
}
.en_txt {
  font-size: 12px;
  color: #3CA06A;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
}
.en_txt1 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3em;
  font-size: 80px;
  color: #fff;
  font-weight: 900;
}
.en_txt2 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3em;
  font-size: 50px;
  font-weight: 900;
}
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #3CA06A
}
.txt-color2 {
  color: #000000
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  .header .rightbox {
    display: none;
  }
  .header .menu-bt {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 20px;
    width: 70px;
    aspect-ratio: 1 / 1;
    border: 3px solid #429129;
    border-radius: 50%;
    background-color: #fdfbf7;
    cursor: pointer;
  }
  .menu-bt .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px;
  }
  .menu-bt .line > div {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background-color: #429129;
    left: 0;
    transition: ease 0.3s;
  }
  .menu-bt .line > div:nth-of-type(1) {
    top: 0;
  }
  .menu-bt .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-bt .line > div:nth-of-type(3) {
    bottom: 0;
  }
  .menu-bt.active .line > div:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .menu-bt.active .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    opacity: 0;
  }
  .menu-bt.active .line > div:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 241, 241, 0.90);
    z-index: 998;
  }
  .menu-wrap > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .menu-wrap .menu-wrap-box {
    overflow: auto;
  }
  .menu-wrap > div .ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    padding: 50px;
  }
  .menu-wrap > div .ul .li {
    min-width: calc(100% / 4 - 120px / 4);
    text-align: center;
  }
  .menu-wrap > div .ul .li a {
    margin: 0 auto;
  }
  .menu-wrap > div .ul .li a:hover {
    transform: translateY(-3px);
  }
  .menu-wrap > div .ul .li a p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #222222;
    font-size: 16px;
    font-weight: 900;
  }
  .menu-wrap > div .ul .li a p.en {
    font-size: 30px;
    color: #3CA06A;
    font-family: "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ---------- footer ---------- */
  .footer .footer-right {
    flex: 1 1 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  .pagetitle2 {
    padding: 20px;
  }
  .pagetitle3 {
    height: 340px;
    padding-top: 0;
  }
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  .pagetitle2 .hero-text-jp {
    font-size: 14px;
  }
  .pagetitle2 .hero-box .titlebox {
    gap: 20px;
  }
  .pagetitle3 {
    height: 300px;
  }
  .hero-title {
    font-size: clamp(30px, 4.5vw, 40px);
      margin-top: 50px;
  }
  .section03 .webgene-blog .webgene-item {
    width: calc(100% / 2 - 30px / 2);
  }
  .accordion {
    width: 100%;
  }
  .accordionwrap .titlebox {
    margin: 0 auto 50px 0;
  }
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  .pagetitle2 {
    padding: 10px 15px;
  }
  .pagetitle3 {
    height: 260px;
  }
  .beforedot::before, .beforedot::after {
    content: "････";
    font-size: 16px;
  }
.vertical-box {
  max-height: 1500px;
height: 100%;
  writing-mode: initial;
}
    
  .vertical-box::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -0px;
    width: 40px;
    height: 40px;
  }
  .vertical-text {
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 14px;
  }
  .section03 .webgene-blog .webgene-item {
    width: 100%;
    text-align: center;
  }
  .accordion-header > div .bt_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: ease 0.3s;
  }
  .intro-img1 {
    width: 100%;
    min-width: 300px;
    max-width: 500px;
    aspect-ratio: 783 / 554;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    position: relative;
  }
  /* ---------- header ---------- */
  .header .leftbox {
    top: 10px;
    left: 10px;
  }
  .header .leftbox .logo img {
    width: 60px;
  }
  .header .menu-bt {
    width: 50px;
    top: 10px;
    right: 10px;
  }
  .header .menu-bt .line {
    width: 20px;
    height: 16px;
  }
  .menu-wrap > div .ul {
    gap: 20px 0;
    padding: 80px 20px;
  }
  .menu-wrap > div .ul .li {
    width: 50%;
  }
  .menu-wrap > div .ul .li a p.en {
    font-size: 14px;
  }
  .menu-wrap > div .ul .li a p.jp {
    font-size: 12px;
  }
  /* ---------- footer ---------- */
  .footer .footer-box-wrap {
    width: 200px;
    gap: 0px;
    margin-left: 100px;
    flex-direction: column;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}