@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Quicksand:wght@300..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
.pagelinks_box {
    gap: 60px;
    padding-bottom: 30px;
    justify-content: flex-start;
    border-bottom: #A7DEF2 1px solid;
}
.pagetitle{
	position: relative;
	padding: 100px 40px 0;
}

.pagetitle .pagetitle_inner{
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.pagetitle .pagetitle_inner .imgbox{
	position: relative;
	width: 100%;
	height: clamp(220px, 28vw, 310px);
	border-radius: 48px;
	overflow: hidden;
	background: #6BCEF2;
}

.pagetitle .pagetitle_inner .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	mix-blend-mode: multiply;
}

body:not(.gjs-dashed) .pagetitle .pagetitle_inner .imgbox::after{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		#5EBEE2 0%,
		rgba(107, 206, 242, 0.75) 45%,
		rgba(107, 206, 242, 0.45) 70%,
		rgba(107, 206, 242, 0.2) 100%
	);
	z-index: -1;
}

.pagetitle .pagetitle_inner .txtbox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	align-items: center;
	text-align: center;
	color: #fff;
}

.pagetitle .pagetitle_inner .txtbox .en_title1{
	color: #fff;
	font-family: "Cormorant", "Noto Sans JP", serif;
	font-size: clamp(28px, 3.6vw, 48px);
	line-height: 1;
	letter-spacing: .16em;
	font-weight: 700;
	margin-bottom: 12px;
}

.pagetitle .pagetitle_inner .txtbox .title{
	color: #fff;
	line-height: 1;
	letter-spacing: .12em;
	font-weight: 500;
}



@media screen and (max-width: 768px){
	.pagetitle{
		padding: 80px 20px 0;
	}

	.pagetitle .pagetitle_inner .imgbox{
		border-radius: 32px;
	}
}

@media screen and (max-width: 576px){
	.pagetitle .pagetitle_inner .imgbox{
		height: 200px;
		border-radius: 24px;
	}

	.pagetitle .pagetitle_inner .txtbox .en_title1{
		margin-bottom: 8px;
	}
}

.section05 {
  background: #edf1f5;
}
.section05 .access_wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.section05 .access_head {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 20px;
}
.section05 .logo_img {
  width: clamp(260px, 28vw, 390px);
}
.section05 .logo_img img {
  width: 100%;
  display: block;
}
.section05 .fv_menu {
  position: relative;
  z-index: 2;
}
.section05 .fv_menu .open_box {
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 14px 28px;
}
.section05 .fv_menu .open_box .imgbox {
  width: 16px;
  flex-shrink: 0;
}
.section05 .fv_menu .open_box .imgbox img {
  width: 100%;
  display: block;
}
.section05 .fv_menu .open_box .txtbox {
  width: auto;
  padding: 0;
  align-items: flex-start;
  flex-direction: row;
  gap: 8px;
}
.section05 .fv_menu .open_box .txtbox p {
  line-height: 1;
  letter-spacing: .08em;
  color: #2f291b;
  font-weight: 700;
  white-space: nowrap;
}
.section05 .fv_menu .open_box .txtbox p.blue {
  color: #2da8df;
}
.section05 .access_body {
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 50px);
}
.section05 .leftbox {
  width: calc((100% - clamp(28px, 4vw, 50px)) * .62);
}
.section05 .rightbox {
  width: calc((100% - clamp(28px, 4vw, 50px)) * .38);
}
.section05 .access_body .imgbox {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.section05 .leftbox .mapbox {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
}
.section05 .leftbox .mapbox iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.section05 .rightbox > .imgbox {
  aspect-ratio: 4 / 3.55;
}
.section05 .access_body .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section05 .leftbox .txtbox {
  margin-top: 18px;
}
.section05 .leftbox .txtbox p {
  color: #2f291b;
  line-height: 1.8;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px) {
  .section05 .access_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .section05 .access_body {
    flex-direction: column;
  }
  .section05 .leftbox, .section05 .rightbox {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section05 .fv_menu .open_box {
    padding: 14px 20px;
  }

}
.footer1 {
  background: #fff;
  padding: clamp(50px, 6vw, 80px) 20px;
  border-top: 1px solid #6BCEF2;
      border-bottom: 1px solid #6BCEF2;
}
.footer1 .footer1_inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
}
.footer1 .footer1_item {
  width: calc(100% / 4);
  text-align: center;
  border-left: 3px dotted #6BCEF2;
}
.footer1 .footer1_item:last-child {
  border-right: 3px dotted #6BCEF2;
}
.footer1 .footer1_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 24px 20px;
}
.footer1 .en {
  color: #6BCEF2;
  line-height: 1;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.footer1 .ja {
  color: #2f291b;
  line-height: 1;
  letter-spacing: .08em;
  margin-bottom: 14px;
}
@media screen and (max-width: 1080px) {
    .footer1{
        padding: 0;
    }
  .footer1 .footer1_inner {
    flex-wrap: wrap;
  }
  .footer1 .footer1_item {
    width: 50%;
    border: none;
  }
  .footer1 .footer1_item:nth-child(odd) {
    border-right: 2px dotted #6BCEF2;
  }
  .footer1 .footer1_item:nth-child(-n+2) {
    border-bottom: 2px dotted #6BCEF2;
  }
  .footer1 .footer1_item:nth-child(4) {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .footer1 .footer1_item {
    width: 100%;
    border: none !important;
  }
  .footer1 .footer1_item:not(:last-child) {
    border-bottom: 2px dotted #6BCEF2 !important;
  }
}
.basis_footer .basis_footer_bottom {
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}
.basis_footer .basis_footer_logo {
  width: 260px;
  margin-left: auto;
}
.basis_footer .basis_footer_logo img {
  width: 100%;
  display: block;
}
.basis_footer {
  background: #43b8d6;
  color: #fff;
}
.basis_footer .basis_footer_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.basis_footer .basis_footer_reserve {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.basis_footer .basis_footer_reserve_title {
  width: 32%;
}
.basis_footer .basis_footer_reserve_en, .basis_footer .basis_footer_reserve_sub, .basis_footer .basis_footer_reserve_txt {
  color: #fff;
}
.basis_footer .basis_footer_reserve_txt {
  margin-top: 24px;
  line-height: 1.8;
  letter-spacing: .08em;
}
.basis_footer .basis_footer_reserve_box {
  width: 66%;
  min-width: 626px;
  background: #fff;
  border-radius: 6px;
  padding: 24px 40px;
  align-items: center;
  justify-content: center;
  gap: 45px;
  flex-wrap: nowrap;
}
.basis_footer .telbox {
  padding-right: 45px;
  border-right: 1px solid #d8d8d8;
}
.basis_footer .telbox p {
  color:
}
.basis_footer .telbox a {
  color: #2da8df;
  line-height: 1;
  letter-spacing: .1em;
  font-size: clamp(22px, 2.4vw, 30px);
}
.basis_footer .basis_footer_nav {
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  padding: 44px 0 70px;
}
.basis_footer .basis_footer_col {
  width: 22%;
}
.basis_footer .basis_footer_col_title {
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  letter-spacing: .16em;
}
.basis_footer .basis_footer_col.no_title {
  padding-top: 48px;
}
.basis_footer .basis_footer_col a, .basis_footer .basis_footer_sns a {
  display: block;
  margin-bottom: 14px;
}
.basis_footer .basis_footer_col p, .basis_footer .basis_footer_sns p {
  color: #fff;
  line-height: 1.8;
  letter-spacing: .08em;
}
.basis_footer .basis_footer_sns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.basis_footer .basis_footer_sns .snslink {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.basis_footer .basis_footer_sns .imgbox {
  width: 26px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}
.basis_footer .basis_footer_sns .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.basis_footer .basis_footer_sns p {
  color: #fff;
  line-height: 1;
  letter-spacing: .12em;
}
.basis_footer .basis_footer_bottom {
  align-items: flex-end;
  justify-content: space-between;
}
.basis_footer .basis_footer_copy {
  color: #fff;
}
.basis_footer .basis_footer_logo {
  width: 260px;
}
.basis_footer .basis_footer_logo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1080px) {
  .basis_footer .basis_footer_reserve_box {
    min-width: 0px;
  }
  .basis_footer .basis_footer_reserve {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 50px;
  }
  .basis_footer .basis_footer_reserve_title {
    width: 100%;
    text-align: center;
  }
  .basis_footer .basis_footer_reserve_box {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 24px 32px;
    gap: 32px;
  }
  .basis_footer .basis_footer_nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 50px;
    padding: 40px 0 60px;
  }
  .basis_footer .basis_footer_col {
    width: calc((100% - 50px) / 2);
  }
  .basis_footer .basis_footer_col.no_title {
    padding-top: 0;
  }
  .basis_footer .basis_footer_sns {
    width: calc((100% - 50px) / 2);
  }
  .basis_footer .basis_footer_bottom {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .basis_footer .basis_footer_reserve_box {
    flex-direction: column;
    gap: 20px;
  }
  .basis_footer .telbox {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .basis_footer .basis_footer_nav {
    flex-direction: column;
    gap: 34px;
  }
  .basis_footer .basis_footer_col, .basis_footer .basis_footer_sns {
    width: 100%;
  }
  .basis_footer .basis_footer_reserve_box {
    width: 100%;
  }
  .basis_footer .basis_footer_bottom {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .basis_footer .basis_footer_logo {
    margin-right: auto;
  }
}
.section04 .webgene-item .imgbox {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 12px;
  overflow: hidden;
}
.section04 .webgene-item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.catename {
  background: #edf0f2;
  border-radius: 999px;
  padding: 6px 16px;
  color: #3f3f3f;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
.column3_a2 .inner {
  max-width: 1280px;
  margin: 0 auto;
}
.column3_a2 .flex {
  align-items: flex-start;
  justify-content: center;
  gap: clamp(30px, 3vw, 38px);
}
.column3_a2 .card1 {
  position: relative;
  width: calc((100% - 76px) / 3);
}
.column3_a2 .num {
  position: absolute;
  top: -24px;
  left: 12px;
  z-index: 3;
  color: #2da8df;
  line-height: 1;
  font-weight: 700;
}
.column3_a2 .imgbox {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
}
.column3_a2 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.column3_a2 .txtbox {
  margin-top: 20px;
}
.column3_a2 .txtbox h3 {
  display: table;
  margin: 0 auto 16px;
  padding-bottom: 8px;
  color: #2da8df;
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
.column3_a2 .txtbox h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px dotted #fff;
}
.column3_a2 .txtbox p {
  color: #333;
  letter-spacing: .06em;
}
@media screen and (max-width: 1080px) {
  .column3_a2 .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .column3_a2 .card1 {
    width: calc((100% - clamp(28px, 4vw, 50px)) / 2);
  }
}
@media screen and (max-width: 768px) {
  .column3_a2 .flex {
    gap: 60px;
  }
  .column3_a2 .card1 {
    width: 100%;
  }
}
.box_wrap2 {
  --gap: clamp(30px, 5vw, 70px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.box_wrap2 .leftbox {
  width: calc((100% - var(--gap)) * 0.48);
  position: relative;
}
.box_wrap2 .num {
  color: #37A1DB;
  line-height: 1;
  font-weight: 700;
  margin-bottom: -20px;
  z-index: 5;
  position: relative;
}
.box_wrap2 .service_head {
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}
.box_wrap2 .iconbox {
  width: 140px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.box_wrap2 .iconbox .imgbox {
  width: 76px;
}
.box_wrap2 .iconbox .imgbox img {
  width: 100%;
  display: block;
}
.box_wrap2 .leftbox .txtbox h2 {
  color: #2f291b;
  line-height: 1;
  letter-spacing: .16em;
  margin-bottom: 12px;
}
.box_wrap2 .leftbox .txtbox .entxt1 {
  color: #37A1DB;
  line-height: 1;
  letter-spacing: .18em;
}
.box_wrap2 .centerbox p {
  color: #2f291b;
  letter-spacing: .08em;
}
.box_wrap2 .rightbox {
  width: calc((100% - var(--gap)) * 0.52);
  position: relative;
}
.box_wrap2 .rightbox > .imgbox {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
}
.box_wrap2 .rightbox > .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.box_wrap2 .rightbox .more {
  position: absolute;
  right: 22px;
  bottom: -28px;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .box_wrap2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }
  .box_wrap2 .leftbox, .box_wrap2 .rightbox {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .box_wrap2 .service_head {
    gap: 18px;
    margin-bottom: 24px;
  }
  .box_wrap2 .iconbox {
    width: 100px;
  }
  .box_wrap2 .iconbox .imgbox {
    width: 58px;
  }
}
.about_en {
  color: #C3E3F4;
  line-height: 1;
  letter-spacing: .03em;
  opacity: .8;
  font-weight: 700;
}
.about_en::first-letter {
  color: #6BCEF2;
}
.titlebox1 {
  text-align: center;
}
.titlebox1 .imgbox {
  width: 54px;
  margin: 0 auto 0px;
}
.titlebox1 .imgbox img {
  width: 100%;
  display: block;
}
.titlebox1 p {
  line-height: 1;
  letter-spacing: .04em;
  margin-bottom: 10px;
}
.titlebox1 h2 {
  color: #2f291b;
  line-height: 1;
  letter-spacing: .12em;
}
/* ---------- more ---------- */
.more_wrap {
  gap: 15px;
}
.more .img1, .more .img2 {
  width: 21px;
  position: relative;
  z-index: 2;
}
.more a:hover > div .img1 {
  display: none;
}
.more a > div .img2 {
  display: none;
}
.more a:hover > div .img2 {
  display: inline-block;
}
.more.commingsoon a {
  pointer-events: none !important;
  opacity: 0.7;
}
.more a, .more > div {
  position: relative;
  padding: 15px 30px;
  overflow: hidden;
  display: block;
  border-radius: 200px;
}
.more a:hover, a:hover .more > div {
  opacity: 1;
}
.more1 a, .more1 > div {
  background-color: #33A9DC;
  border: 2px solid #33A9DC;
}
.more1 a::after, .more1 > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  transform: translateX(-102%);
  transition: ease-out 0.3s;
}
.more1 a:hover::after, .more1 > div:hover::after, .more1 > .send-bt:hover::after {
  transform: translateX(0);
}
.more1 a > div, .more1 > div > div {
  gap: 10px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.more1 a > div p, .more1 > div > div p {
  transition: ease 0.3s;
  font-weight: 600;
  color: #fff;
}
.more1 a:hover > div p, .more1 > div:hover > div p, .more1 > .send-bt:hover p {
  color: #333 !important;
}
/* =======================
   more2：#33CBBB背景 × 白文字
======================= */
.more2 a, .more2 > div {
  background-color: #EDF0F2;
  border: 2px solid #EDF0F2;
  border-radius: 200px;
}
.more2 a::after, .more2 > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #37A1DB;
  transform: translateX(-102%);
  transition: ease-out 0.3s;
}
.more2 a:hover::after, a:hover .more2 > div::after, .more2 > .send-bt:hover::after {
  transform: translateX(0);
}
.more2 a > div, .more2 > div > div {
  gap: 10px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.more2 a > div p, .more2 > div > div p {
  transition: ease 0.3s;
  font-weight: 600;
  color: #3F3F3F;
}
.more2 a:hover > div p, a:hover .more2 > div > div p, .more2 > .send-bt:hover p {
  color: #fff;
}
.more2 a > div img {
  width: 21px;
  position: relative;
  z-index: 2;
}
.more2 a:hover > div img.img1 {
  display: none;
}
.more2 a > div img.img2 {
  display: none;
}
.more2 a:hover > div img.img2 {
  display: inline-block;
}
.more2 .arrow_icon {
  background-color: #37A1DB;
}
.more2 a:hover .arrow_icon {}
.more2 .arrow_icon::after {
  background-image: url("https://angelhands.jp/system_panel/uploads/images/arrow1.svg");
}
.more3 a, .more3 > div {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 200px;
}
.more3 a::after, .more3 > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #37A1DB;
  transform: translateX(-102%);
  transition: ease-out 0.3s;
}
.more3 a:hover::after, a:hover .more3 > div::after, .more3 > .send-bt:hover::after {
  transform: translateX(0);
}
.more3 a > div, .more3 > div > div {
  gap: 10px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.more3 a > div p, .more3 > div > div p {
  transition: ease 0.3s;
  font-weight: 600;
  color: #3F3F3F;
}
.more3 a:hover > div p, a:hover .more3 > div > div p, .more3 > .send-bt:hover p {
  color: #fff;
}
.more3 .arrow_icon {
  background-color: #37A1DB;
}
.more3 .arrow_icon::after {
  background-image: url("https://angelhands.jp/system_panel/uploads/images/arrow1.svg");
}

.more2b a, .more2b > div {
  background-color: #37A1DB;
  border: 2px solid #37A1DB;
  border-radius: 200px;
}
.more2b a::after, .more2b > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDF0F2;
  transform: translateX(-102%);
  transition: ease-out 0.3s;
}
.more2b a > div p, .more2b > div > div p {
  transition: ease 0.3s;
  font-weight: 600;
  color: #fff;
}
.more2b a:hover > div p, a:hover .more2 > div > div p, .more2 > .send-bt:hover p {
  color: #3F3F3F;
}
.more2b a:hover > div p, a:hover .more2 > div > div p, .more2 > .send-bt:hover p {
  color: #3F3F3F;
}
.arrow_icon {
  width: 20px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #37A1DB;
  position: relative;
  transition: ease 0.3s;
}
.arrow_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("https://angelhands.jp/system_panel/uploads/images/arrow1.svg");
  background-position: center center;
  background-size: 6px auto;
  background-repeat: no-repeat;
  transition: ease 0.3s;
}
.menu-wrap .arrow_icon {
  background-color: #fff;
}
.menu-wrap .arrow_icon::after {
  background-image: url("https://angelhands.jp/system_panel/uploads/images/arrow2.svg");
}
.menu-wrap .more a:hover .arrow_icon {
  background-color: #37A1DB;
}
.menu-wrap .more a:hover .arrow_icon::after {
  background-image: url("https://angelhands.jp/system_panel/uploads/images/arrow1.svg");
}
a:hover .arrow_icon {
  transform: translateX(2px);
}
.more a:hover .arrow_icon {
  background-color: #fff;
}
.more a:hover .arrow_icon::after {
  background-image: url("https://angelhands.jp/system_panel/uploads/images/arrow2.svg");
}
/* ---------- header ---------- */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  justify-content: flex-end;
  padding: 20px 30px 10px;
  z-index: 9999;
}
.header .logo {
  width: 20%;
  max-width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  /* 右下を丸める */
  border-radius: 0 0 40px 0;
  /* ドロップシャドウ */
  box-shadow: 12px 14px 24px rgba(0, 0, 0, 0.08);
}


.header .logo a {
  aspect-ratio: 1 / 1;
}
.header .logo a img {
  width: 80%;
}
.sc_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px 30px 10px;
  transition: ease 0.4s;
  transform: translateY(-100%);
  flex-wrap: nowrap;
}
.sc_header.active {
  transform: translateY(0);
}
.sc_header .logo {
  width: 20%;
  max-width: 220px;
}
.head_nav {
  align-items: center;
gap: clamp(10px, 3vw, 20px);
  flex-wrap: nowrap;
}
.head_nav .nav_item p {
  font-size: clamp(14px, 1.1vw, 16px);
}
.head_nav .gnav .nav_list {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 32px);
}
.head_nav .gnav a {
  line-height: 1;
  letter-spacing: .08em;
  color: #2f291b;
  white-space: nowrap;
}
.head_nav .sns_links {
  align-items: center;
  gap: 8px;
}
.head_nav .snslink {
  width: 34px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #b9c1c7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.head_nav .snslink .imgbox {
  width: 20px;
}
.head_nav .snslink .imgbox img {
  width: 100%;
  display: block;
}
.head_nav .snslink:hover {
  opacity: .75;
}
.head_nav .tellink {
  display: block;
  color: #2f291b;
}
.head_nav .tellink .txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.head_nav .tellink p {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .08em;
}
.head_nav .tellink p:first-child {
  font-weight: 700;
  color: #2f291b;
}
.head_nav .tellink p:last-child {
  color: #2da8df;
}
.head_nav .reservelink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: #32a8df;
  color: #fff;
  transition: .3s;
}
.head_nav .reservelink p {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  color: #fff;
  white-space: nowrap;
}
.head_nav .reservelink:hover {
  opacity: .8;
}
.head_nav .menu-bt {
  width: 44px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #37A1DB;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_nav .menu-bt .line {
  position: relative;
  width: 22px;
  height: 16px;
}
.head_nav .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
  transition: ease 0.3s;
}
.head_nav .menu-bt {
  width: 44px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #37A1DB;
  cursor: pointer;
}
.head_nav .menu-bt .line {
  position: relative;
  width: 22px;
  height: 16px;
}
.head_nav .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
  transition: ease 0.3s;
}
.head_nav .menu-bt .line div:nth-of-type(1) {
  top: 0;
}
.head_nav .menu-bt .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.head_nav .menu-bt .line div:nth-of-type(3) {
  bottom: 0;
}
.head_nav .menu-bt.active .line div:nth-of-type(1) {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.head_nav .menu-bt.active .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.head_nav .menu-bt.active .line div:nth-of-type(3) {
  width: 90%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.head_nav .menu-bt {
  display: none;
}
/* 768px以下で表示 */
@media screen and (max-width: 1280px) {
  .head_nav .menu-bt {
  
    display: flex;
  }
  .head_nav .gnav .nav_list {
    display: none;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .head_nav .sns_links, .head_nav .tellink {
    display: none;
  }
  .header, .sc_header {
    padding: 10px 30px;
  }
  .head_nav .instalink {
    margin: 0 15px;
  }
  .head_nav .tellink, .head_nav .reservelink {
    padding: 0 15px;
  }
  .head_nav .menu-bt {
    width: 40px;
  }
  .head_nav .menu-bt .line {
    width: 20px;
    height: 14px;
  }
  .head_nav .instalink i {
    font-size: 20px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .head_nav .tellink, .head_nav .reservelink {
    display: none;
  }
  .header, .sc_header {
    padding: 8px 20px;
  }
  .header .logo {
    width: 30%;
  }
  .sc_header .logo {
    width: 45%;
  }
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background:
    radial-gradient(42% 38% at 18% 22%, rgba(74, 190, 230, 0.36) 0%, rgba(74, 190, 230, 0) 72%), radial-gradient(36% 40% at 82% 28%, rgba(170, 225, 240, 0.34) 0%, rgba(170, 225, 240, 0) 74%), radial-gradient(44% 42% at 52% 78%, rgba(65, 165, 215, 0.22) 0%, rgba(65, 165, 215, 0) 76%), linear-gradient(135deg, rgba(80, 185, 225, 0.92) 0%, rgba(190, 235, 245, 0.92) 100%), rgba(45, 168, 223, 0.92);
}
.menu-wrap .menuwrap_menu p {
  color: #fff;
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 50px;
  overflow: auto;
  padding: 50px 20px;
}
.menu-wrap .menuwrap_menu {
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box {
  min-width: 220px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .en_title3 {
  color: #fff;
  display: block;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 4px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li {
  padding-top: 15px;
}
.menu-wrap .menuwrap_bt_box {
  width: 100%;
}
.menu-wrap .menuwrap_bt_box .more {
  margin-bottom: 20px;
}
.menu-wrap .menuwrap_bt_box .more a {
  min-width: 300px;
}
.menu-wrap .menuwrap_bt_box a > div img {
  width: 21px;
  position: relative;
  z-index: 2;
}
.menu-wrap .menuwrap_bt_box a:hover > div img.img1 {
  display: none;
}
.menu-wrap .menuwrap_bt_box a > div img.img2 {
  display: none;
}
.menu-wrap .menuwrap_bt_box a:hover > div img.img2 {
  display: inline-block;
}
.menu-wrap .snsbox {
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.menu-wrap .snsbox .sns_item {
  width: 42px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrap .snsbox .sns_item .imgbox {
  width: 22px;
}
.menu-wrap .snsbox .sns_item .imgbox img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .menu-wrap .menuwrap_menu .menuwrap_menu_box {
    min-width: 180px;
  }
  .menu-wrap .menuwrap_bt_box .more a {
    min-width: 260px;
  }
}
@media screen and (max-width: 576px) {
 

  .menu-wrap > div {
    flex-direction: row;
    gap: 30px;
      padding: 100px 20px;
  }
  .menu-wrap .menuwrap_menu {
    gap: 20px 25px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box {
    width: 100%;
    min-width: 180px;
    max-width: calc(100% - 40px);
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li {
    width: 100%;
    padding-top: 8px;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li a {
    padding: 0 5px;
  }
  .menu-wrap .menuwrap_bt_box .more a {
    min-width: 210px;
  }
  .menu-wrap .menuwrap_bt_box .more {
    margin-bottom: 0;
  }
}
.nowhite {
  white-space: nowrap;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #37A1DB;
}
.color2 {
  color: #A7DEF2;
}
.color3 {
  color: #707070;
}
.color4 {
  color: #3F3F3F;
}
.bg1 {
  background: #43B8DB;
}
.bg2 {
  background: #EAEEF4;
}
.bg3 {
  background: #C9EEFC;
}
.bg4 {
  background: #F0F3F8;
}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontquick{
	font-family: "Quicksand", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.fontco {
  font-family: "Cormorant", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.entitle0 {
  font-family: "Cormorant", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: clamp(56px, 7vw, 110px);
  letter-spacing: 0.2rem;
}
.entitle1 {
  font-family: "Cormorant", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: clamp(38px, 5vw, 72px);
  letter-spacing: 0.18rem;
}
.entitle2 {
  font-family: "Cormorant", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: clamp(36px, 3.5vw, 46px);
  letter-spacing: 0.14rem;
}
.entitle3 {
  font-family: "Cormorant", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: 0.1rem;
}
.entxt1 {
  font-family: "Cormorant", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: 0.08rem;
}
.default_title1 {
  font-size: clamp(30px, 4.4vw, 60px);
}
.default_title2 {
  font-size: clamp(24px, 3vw, 32px);
}
.default_title3 {
  font-size: clamp(20px, 2.4vw, 28px);
}
.default_title4 {
  font-size: clamp(20px, 1.6vw, 24px);
}
.default_txt1 {
  font-size: clamp(16px, 1.5vw, 19px);
}
.default_txt2 {
  font-size: clamp(14px, 1.25vw, 16px);
}
.default_txt3 {
  font-size: clamp(12px, 1vw, 13px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@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;
  }
}
@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;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@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;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFFFFF;
  color: #3F3F3F;
}
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;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- 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: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.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 ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- 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 ---------- */
  /* ---------- 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 ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}