@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
html {
  font-size: 2.6666666667vw;
}

.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 1rem;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 5vw 5% 30vw;
  background: url(../img/common/hd-top.png) top repeat-x, var(--bg-yellow);
}

#drawer-nav .drawer-logo {
  width: 40%;
}

#drawer-nav .nav {
  margin-bottom: 10vw;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 3vw 2vw;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .show span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  margin: 10% auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  display: block;
  max-width: none;
  width: 100%;
}

/*rink-list */
.drawer-sub-nav__list {
  font-size: 3vw;
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}
.drawer-sub-nav__list li {
  font-size: 3.5vw;
}

/*フォント */
body {
  font-size: 1.5rem;
  line-height: 1.8;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 0;
}

section {
  padding: 6rem 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  line-height: 2.11;
  font-family: var(--txt-font);
  font-weight: 500;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 3rem;
}

.com-btn {
  box-sizing: content-box;
  display: grid;
  place-items: center;
  width: 70vw;
  height: 15vw;
  margin: 0 auto;
  background: var(--main-color);
  border-radius: 1.5rem;
  border: 0.4rem solid #fff;
  position: relative;
  font-size: 1.6rem;
}
.com-btn::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 1rem;
  position: absolute;
  background-color: var(--font-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin: auto 0;
  inset: 0 1rem 0 auto;
  margin: auto 0;
}
.com-btn:hover {
  transform: scale(0.95);
}
.com-btn.ft-wt {
  background: var(--accent-color);
  border-color: #bfecf3;
}
.com-btn.ft-wt::after {
  background: #fff;
}
.com-btn.mail-btn {
  border: none;
  line-height: 1.2;
}
.com-btn.mail-btn::after {
  content: none;
}
.com-btn.mail-btn span {
  background: url("../img/common/mail-icon.png") left center/2.3rem no-repeat;
  padding-left: 4.2rem;
  box-sizing: border-box;
}
.com-btn.bg-wt {
  background: #fff;
  border: 1px solid var(--bd-color);
}
.com-btn.bg-wt.mail-btn span {
  background: url("../img/common/mail-icon-02.png") left center/2.3rem no-repeat;
  padding-left: 4.2rem;
  box-sizing: border-box;
}
.com-btn.bg-wt.mail-btn .line-icon {
  background: url("../img/common/line-icon.svg") left center/37px no-repeat;
  padding-left: 57px;
  box-sizing: border-box;
}
.com-btn small {
  font-size: 1.7rem;
}

.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 4rem;
  gap: 1rem;
}
.ttl01 .en {
  line-height: 1;
  font-size: 1.8rem;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.ttl01 .ja {
  font-size: 2.6rem;
  line-height: 1.23;
}
.ttl01 small {
  font-size: 2.4rem;
}
.ttl01.txt-le {
  justify-items: start;
}

.ttl02 {
  font-size: 2.2rem;
}
.ttl02 small {
  font-size: 1.9rem;
}

.ttl03 {
  font-size: 2rem !important;
}

.ttl04 {
  font-size: 1.8rem;
}

.ttl05 {
  font-size: 1.6rem;
}

.txt-cap {
  font-size: 1.3rem;
}

.txt-sdw {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.ttl-deco {
  padding-bottom: 1rem;
  background: url(../img/common/ttl-deco.png) bottom/8rem no-repeat;
  margin-bottom: 3rem;
}
.ttl-deco.txt-le {
  background: url(../img/common/ttl-deco.png) bottom left/8rem no-repeat;
}

.ttl-bg {
  padding: 1rem;
  border-radius: 1rem;
}

.com-tel {
  justify-items: center;
  gap: 1rem;
}
.com-tel a {
  font-size: 2.7rem;
}
.com-tel a::before {
  font-size: 1.7rem;
  content: "TEL:";
}
.com-tel .tel-info {
  display: grid;
  gap: 0.7rem;
}
.com-tel .tel-info .dl-item {
  gap: 1.5rem;
}
.com-tel .tel-info .dl-item dt {
  width: 8.5rem;
  border-radius: 0.5rem;
}
.com-kado {
  border-radius: 1.5rem;
}
.com-kado > img {
  border-radius: 1.5rem;
}

.com-sdw {
  box-shadow: 4px 4px 15px #e7d8cf;
  border: 0.4rem solid #fff;
}

.com-pd-box {
  padding: 2.5rem 2rem;
}

.bg-01 {
  background: var(--bg-blue);
  position: relative;
  z-index: 1;
  padding: 2rem 0;
}
.bg-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  background: url(../img/common/bg-wave-top.png) bottom center/250% 100% repeat-x;
  left: 0;
  top: -1.9rem;
}
.bg-01::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  background: url(../img/common/bg-wave-btm.png) top center/250% 100% repeat-x;
  left: 0;
  bottom: -1.9rem;
}

section:has(.bg-01) {
  padding: 3rem 0 0;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tag-list .tag {
  line-height: 1;
  padding: 0 1rem;
  border-left: 1px solid var(--font-color);
}

time {
  line-height: 1;
}

/*infotableスタイル*/
.com-desc-tbl {
  padding: 2.5rem 2rem;
}
.com-desc-tbl .dl-item {
  font-family: var(--txt-font);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-size: 1.4rem;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid var(--font-color);
}
.com-desc-tbl .dl-item dt {
  width: 30%;
  padding-left: 1rem;
  position: relative;
}
.com-desc-tbl .dl-item dt::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 2rem;
  position: absolute;
  background: var(--accent-pink);
  border-radius: 50vw;
  left: 0;
  top: 0.2rem;
  margin: auto 0;
}
.com-desc-tbl .dl-item dd {
  width: 70%;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: inline-flex;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/common/hd-top.png) top repeat-x, var(--bg-yellow);
  z-index: 4000;
  padding: 5vw 5vw 4vw;
}
#header .hd-logo {
  width: 40%;
  display: block;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  aspect-ratio: 2;
  margin-top: 7rem;
}
.top-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 38.4;
  position: absolute;
  background: url("../img/top/mv-top.png") center/contain no-repeat;
  top: -0.1rem;
  left: 0;
  z-index: 2000;
}
.top-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 19.2;
  position: absolute;
  background: url("../img/top/mv-btm.png") center/contain no-repeat;
  bottom: -0.1rem;
  left: 0;
  z-index: 2000;
}
.top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.top-mv .bx-viewport {
  height: 100% !important;
}
.top-mv #slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-mv #slider .slide-item {
  width: 100%;
  height: 100%;
  background: center/cover;
}
.top-mv #slider .slide-01 {
  background-image: url(../img/top/mv01.jpg);
}
.top-mv #slider .slide-02 {
  background-image: url(../img/top/mv02.jpg);
}
.top-mv #slider .slide-03 {
  background-image: url(../img/top/mv03.jpg);
}
.top-mv #slider .slide-04 {
  background-image: url(../img/top/mv04.jpg);
}
.top-mv .mv-ct {
  width: 60%;
  position: relative;
  z-index: 1000;
}
.top-mv .mv-ct img {
  width: 100%;
}

/*---------------------------△△---MV---△△------------------------*/
#top-greeting {
  position: relative;
  z-index: 1;
  padding: 9rem 0 16rem;
  background: url(../img/top/gree-bg.png) bottom/cover;
}
#top-greeting .inbox .img-box {
  position: absolute;
}
#top-greeting .inbox .img-01 {
  left: -2%;
  top: 4.5rem;
  width: 40%;
}
#top-greeting .inbox .img-02 {
  top: -2rem;
  right: 2%;
  width: 40%;
}
#top-greeting .inbox .img-03 {
  right: 2rem;
  bottom: 2rem;
  width: 70%;
  z-index: -1;
}

#top-about .ttl01 {
  margin-bottom: 5rem;
}
#top-about .inbox .img-box {
  text-align: center;
  margin-top: 3rem;
}

.img-box {
  text-align: center;
}

#top-service {
  padding-top: 10rem;
}
#top-service ul {
  gap: 7rem;
}
#top-service ul li .img-box {
  width: 80%;
  margin: 0 auto 3rem;
}
#top-service ul li .txt-box .ttl01 {
  margin-bottom: 2rem;
}
#top-service ul li .txt-box .ttl05 {
  margin-bottom: 2rem;
}
#top-service ul li .txt-box .com-btn {
  margin-top: 2rem;
}

#top-scene {
  padding-top: 10rem;
  background: url(../img/top/scene-bg-top.png) top/100% 5rem no-repeat, url(../img/top/scene-bg.jpg) top 5rem center/100% 100% no-repeat;
}
#top-scene .inbox {
  width: 92%;
}
#top-scene .ttl01 .mark {
  position: relative;
  z-index: 1;
}
#top-scene .ttl01 .mark::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  background: var(--font-green);
  border-radius: 50vw;
  inset: auto 0 0 0;
  z-index: -1;
}
#top-scene ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
}
#top-scene ul li {
  width: 49%;
  position: relative;
}
#top-scene ul li .ttl04 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
}
#top-scene ul .scene-01 .ttl04 {
  background: rgba(238, 182, 167, 0.95);
}
#top-scene ul .scene-02 .ttl04 {
  background: rgba(238, 204, 161, 0.95);
}
#top-scene ul .scene-03 .ttl04 {
  background: rgba(173, 209, 186, 0.95);
}
#top-scene ul .scene-04 .ttl04 {
  background: rgba(132, 199, 229, 0.95);
}
#top-scene ul .scene-05 .ttl04 {
  background: rgba(169, 180, 215, 0.95);
}
#top-scene ul .scene-06 .ttl04 {
  font-size: 1.5rem;
  padding: 0.5rem 0;
  background: rgba(226, 184, 207, 0.95);
}
#top-scene .com-btn {
  margin-top: 3rem;
}

#common-contact {
  background: url(../img/common/contact-bg.jpg) center/cover;
}
#common-contact .contact-box {
  display: grid;
  justify-items: center;
}

.contact-box {
  gap: 2rem;
  margin-top: 3rem;
}
.contact-box .com-tel {
  margin-bottom: 2rem;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  background: url(../img/top/news-bg.jpg) center/cover;
}
#top-news .inbox {
  position: relative;
}
#top-news .inbox .news-list .news-item {
  font-family: var(--txt-font);
  font-weight: 500;
}
#top-news .inbox .news-list .news-item:not(:last-child) a, #top-news .inbox .news-list .news-item:first-child a {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--font-color);
}
#top-news .inbox .news-list .news-item a {
  gap: 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
#top-news .inbox .com-btn {
  font-family: var(--txt-font);
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 3rem;
}

/*------------△△---NEWS---△△---------*/
.pagetop {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 60px;
}

#footer {
  position: relative;
}
#footer .ft-area {
  padding: 6rem 0 4rem;
  gap: 3rem 0;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 3rem;
}
#footer .ft-area .ft-btm {
  width: 100%;
  padding-top: 3rem;
  border-top: 1px solid var(--font-color);
  display: flex;
  align-items: start;
  gap: 2rem;
  margin-top: 4rem;
}
#footer .ft-area .ft-btm .nav-list {
  display: grid;
  width: 15rem;
  gap: 2rem;
}
#footer .ft-area .ft-btm .nav-list .nav-item {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: var(--txt-font);
  line-height: 1.5;
  border-left: 1px solid var(--font-color);
}
#footer .ft-area .ft-btm .nav-list .nav-item a {
  display: grid;
  padding-left: 0.5rem;
}
#footer .copyright {
  font-size: 0.8rem;
  padding: 2rem 1rem;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
.about-box .mov-box {
  width: 100%;
  aspect-ratio: 1.83;
  margin: 4rem auto 0;
}
.about-box .mov-box iframe {
  border: none;
  width: 100%;
}
.about-box .txt-box {
  margin-top: 4rem;
}
.about-box .txt-box .com-txt {
  text-align: justify;
}
.about-box .ttl02 {
  margin-top: 5rem;
}
.about-box ul {
  display: grid;
  gap: 3rem;
}
.about-box ul li {
  padding: 2rem;
}
.about-box ul li .ttl04 {
  margin-bottom: 2rem;
}
.about-box ul .about-01 {
  border: 0.4rem solid var(--accent-red);
}
.about-box ul .about-02 {
  border: 0.4rem solid var(--accent-yellow);
}
.about-box ul .about-03 {
  border: 0.4rem solid var(--accent-green);
}

.choose-area {
  background: url(../img/common/bg-02.jpg) center/cover;
}
.choose-area ul {
  margin-top: 4rem;
  gap: 2rem;
  display: grid;
}
.choose-area ul li {
  padding: 1.5rem;
  display: grid;
  align-content: center;
  justify-items: center;
}
.choose-area ul li:nth-child(1) {
  background: var(--accent-color);
}
.choose-area ul li:nth-child(2) {
  background: var(--accent-purple);
}
.choose-area ul li:nth-child(3) {
  background: var(--accent-pink);
}
.choose-area ul li:nth-child(4) {
  background: var(--accent-green);
}
.choose-area ul li:nth-child(5) {
  background: var(--accent-red);
}

.product-area .inbox {
  width: 90%;
}
.product-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 4rem 0;
}
.product-area ul li {
  display: grid;
  justify-items: center;
  width: 47%;
  gap: 1rem;
}
.product-area ul li .txt-box {
  width: 100%;
  background: url(../img/common/pro-bd.png) bottom no-repeat;
  padding-bottom: 1rem;
}
.product-area ul li .txt-box .price-box {
  font-family: var(--txt-font);
  font-size: 1.7rem;
  font-weight: 500;
}

#mag-technology ol {
  display: grid;
  gap: 6rem;
}
#mag-technology ol li .ttl02 {
  width: 100%;
  margin-bottom: 3rem;
}
#mag-technology ol li .ttl02.bg-clr04 {
  font-size: 2rem;
}
#mag-technology ol li .txt-box {
  margin-bottom: 3rem;
}
#mag-technology ol li .img-content {
  display: grid;
  gap: 2rem;
  margin-top: 4rem;
}
#mag-technology ol li .img-content .img-box {
  gap: 1rem;
}
#mag-technology ol li .img-content .img-box img {
  width: 100%;
}
#mag-technology ol li .img-content .img-box .bg-clr04 {
  padding: 1rem 1.5rem;
}

#scene ul {
  gap: 6rem;
}
#scene ul li .img-box {
  width: 80%;
  margin: 0 auto 2rem;
}
#scene ul li .txt-box .ttl02 small {
  font-size: 0.83em;
}
#scene ul li:nth-child(even) {
  flex-direction: row-reverse;
}

#company-02 {
  position: relative;
}
#company-02::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  background: url(../img/company/wave-01.png) bottom center/250% 100% repeat-x;
  left: 0;
  top: -1.9rem;
}

#company-03 {
  position: relative;
}
#company-03::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  background: url(../img/company/wave-02.png) bottom center/250% 100% repeat-x;
  left: 0;
  top: -1.9rem;
}

#company-04 .ttl01 small {
  font-size: 2.4rem;
}

.map-area .map {
  margin-top: 2rem;
  height: 40rem;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  position: relative;
  height: 15rem;
  display: grid;
  justify-items: center;
  align-content: center;
  background-size: cover;
  background-position: center;
  margin-top: 7rem;
}
.sv::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 38.4;
  position: absolute;
  background: url("../img/top/mv-top.png") center/contain no-repeat;
  top: 0;
  left: 0;
  z-index: 2000;
}
.sv::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 19.2;
  position: absolute;
  background: url("../img/sv/bg.png") center/contain no-repeat;
  bottom: -0.1rem;
  left: 0;
  z-index: 2000;
}
.sv .sv-catch {
  text-align: center;
  display: grid;
  align-content: center;
  justify-items: center;
  background: url(../img/sv/ct-bg.png) center/100% no-repeat;
  font-size: 2.8rem;
  width: 80%;
  height: 10rem;
}

.aroma-sv {
  background-image: url(../img/sv/aroma.jpg);
}

.mag-sv {
  background-image: url(../img/sv/mag.jpg);
}

.news-sv {
  background-image: url(../img/sv/news.jpg);
}

.scene-sv {
  background-image: url(../img/sv/scene.jpg);
}

.company-sv {
  background-image: url(../img/sv/company.jpg);
}
.company-sv .sv-catch {
  font-size: 2rem;
}

.contact-sv {
  background-image: url(../img/sv/contact.jpg);
}

.complete-sv {
  background-image: url(../img/sv/complete.jpg);
}

.privacy-sv {
  background-image: url(../img/sv/privacy.jpg);
}

.site-sv {
  background-image: url(../img/sv/site.jpg);
}

.e404-sv {
  background-image: url(../img/sv/e404.jpg);
}
.e404-sv .sv-catch {
  font-size: 2rem;
}

/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 35%;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 62%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  font-size: 4vw;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  padding: 3vw 2vw;
  font-size: 3.8vw;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-size: 4vw;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/