@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

.current {
  color: var(--main-color);
}

/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
  font-weight: 500;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*ここから下がドロワー設定項目 */
/*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: 3% 5% 30vw;
  background-color: var(--bg-color-02);
}

#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);
  font-weight: 500;
  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 {
  color: var(--accent-color);
}
#drawer-nav .nav .current::after {
  background-color: var(--accent-color);
}
#drawer-nav .nav .current a {
  padding-left: 3%;
}

#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;
}

html {
  font-size: 2.6666666667vw;
}

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

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

section {
  padding: 8rem 0;
}

.dl-item {
  display: flex;
}

.img-box {
  margin: 0 auto;
}
.img-box img {
  width: 100%;
}

.com-txt {
  line-height: 2.25;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 2rem;
}

.com-btn {
  width: 70vw;
  height: 15vw;
  margin: 7vw auto 0;
  border-radius: 50vw;
  display: grid;
  place-items: center;
  background: var(--main-color);
  color: var(--white);
  position: relative;
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn:hover {
  opacity: 1;
  transform: scale(0.95);
  background: var(--accent-color);
}

.com-arw {
  position: relative;
}
.com-arw::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 2rem 0 auto;
  margin: auto 0;
}

.com-kado {
  border-radius: 4rem;
}
.com-kado > img {
  border-radius: 4rem;
}

.mail-btn span {
  background: url("../img/common/mail-icon.png") left center/2rem no-repeat;
  padding-left: 3rem;
  box-sizing: border-box;
}

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

.ttl01 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 4rem;
  color: var(--font-color-03);
}

.ttl02 {
  font-size: 2.7rem;
  margin-bottom: 1.5rem;
  color: var(--font-color-03);
}

.ttl03 {
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  color: var(--font-color-03);
}

.ttl04 {
  font-size: 1.8rem;
}

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

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel a {
  background: url("../img/common/tel-icon.png") left center/auto no-repeat;
  padding-left: 30px;
  box-sizing: border-box;
}

.bg-tag {
  line-height: 1;
  padding: 0.5rem 2rem;
  border-radius: 50vw;
  color: #fff;
  font-size: 1.4rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.tag-list .tag {
  line-height: 1;
  color: #fff;
  background: var(--orange);
  border-radius: 50vw;
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
}

time {
  padding: 0.5rem 2rem;
  line-height: 1;
  color: var(--accent-color);
}

.com-pd-box {
  padding: 10vw 5vw;
}

.bg-01 {
  background: url(../img/common/pt01.jpg);
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem;
  z-index: 1;
}
.bg-01::after {
  content: "";
  display: block;
  width: 100%;
  height: 7rem;
  position: absolute;
  background: url("../img/common/bg-wave.png") center/contain no-repeat;
  inset: auto 0 -6.9rem 0;
  z-index: -1;
  background-size: 100% 100%;
}

.bg-02 {
  background: var(--bg-color);
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
.bg-02::before {
  content: "";
  display: block;
  width: 100%;
  height: 7rem;
  position: absolute;
  background: url("../img/common/bg-wave-top.png") center/contain no-repeat;
  inset: -6.9rem 0 auto 0;
  z-index: -1;
  background-size: 100% 100%;
}
.bg-02::after {
  content: "";
  display: block;
  width: 100%;
  height: 7rem;
  position: absolute;
  background: url("../img/common/bg-wave-btm.png") center/contain no-repeat;
  inset: auto 0 -6.9rem 0;
  z-index: -1;
  background-size: 100% 100%;
}

.pd-btm {
  padding-bottom: 12rem;
}

.pd-top {
  padding-top: 12rem;
}

.check-li li:nth-child(1) {
  background: url("../img/common/check-01.png") left top 0.7rem/1.5rem no-repeat;
  padding-left: 2rem;
  box-sizing: border-box;
}
.check-li li:nth-child(2) {
  background: url("../img/common/check-02.png") left top 0.7rem/1.5rem no-repeat;
  padding-left: 2rem;
  box-sizing: border-box;
}
.check-li li:nth-child(3) {
  background: url("../img/common/check-03.png") left top 0.7rem/1.5rem no-repeat;
  padding-left: 2rem;
  box-sizing: border-box;
}
.check-li li:nth-child(4) {
  background: url("../img/common/check-04.png") left top 0.7rem/1.5rem no-repeat;
  padding-left: 2rem;
  box-sizing: border-box;
}
.check-li li:nth-child(5) {
  background: url("../img/common/check-05.png") left top 0.7rem/1.5rem no-repeat;
  padding-left: 2rem;
  box-sizing: border-box;
}

.num-li {
  display: grid;
  gap: 6rem;
}
.num-li li {
  gap: 3rem;
}
.num {
  border-radius: 50vw;
  display: grid;
  align-content: flex-start;
  width: 7.5rem;
  height: 7.5rem;
  justify-items: center;
  font-size: 1.058em;
  color: #fff;
  position: relative;
  line-height: 1;
  gap: 0.5rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.num small {
  font-size: 0.44em;
}
.num::before {
  content: "";
  display: block;
  width: 6.2rem;
  height: 6rem;
  position: absolute;
  background: url("../img/common/num-bg.png") center/contain no-repeat;
  inset: auto 0 -0.2rem 0;
  margin: 0 auto;
}

.com-info-dl {
  gap: 1.5rem;
}
.com-info-dl .dl-item {
  gap: 1rem;
  align-items: center;
}

.com-info-box {
  display: grid;
  justify-items: center;
  gap: 4rem 3rem;
}
.com-info-box .inst-btn {
  width: 5rem;
}
.com-info-box .inst-btn img {
  display: block;
  width: 100%;
}
.com-info-box .com-btn {
  margin: 0;
}

#header .com-info-box .com-btn, #footer .com-info-box .com-btn, .drawer .com-info-box .com-btn {
  width: 20rem;
  height: 5.4rem;
}
#header .com-info-box .com-btn::after, #footer .com-info-box .com-btn::after, .drawer .com-info-box .com-btn::after {
  width: 1.6rem;
  height: 1.6rem;
  right: 1.4rem;
}
#header .com-info-box .inst-btn, #footer .com-info-box .inst-btn, .drawer .com-info-box .inst-btn {
  width: 36px;
}

/*infotableスタイル*/
.com-desc-tbl {
  font-family: var(--sans-font);
  font-weight: 500;
}
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 1.2rem;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 2px solid var(--yellow);
}
.com-desc-tbl .dl-item dt {
  color: var(--orange);
  width: 30%;
}
.com-desc-tbl .dl-item dd {
  width: 68%;
  line-break: loose;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: #d8e9ff;
  z-index: 100;
  padding: 2.1rem 3rem;
  position: fixed;
}
#header .hd-logo {
  width: 40%;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  background: url(../img/top/mv-bg-sp.jpg) center bottom/cover;
  height: 47.3rem;
  padding-top: 5%;
  margin-top: 20vw;
}
.top-mv img {
  width: 100%;
}
.top-mv .mv-ct {
  width: 78.66%;
  margin: 5rem auto 0;
}

/*---------------------------△△---MV---△△------------------------*/
#top-about .inbox {
  gap: 6rem;
}
#top-about .txt-box {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#top-about .img-01 {
  width: 60%;
  margin-left: 0;
  margin-bottom: 1rem;
}
#top-about .img-02 {
  width: 80%;
  margin-right: 0;
}

#top-worries .inbox {
  width: 92%;
}
#top-worries .top-box {
  width: 100%;
  padding-bottom: 8rem;
}
#top-worries .check-li {
  justify-content: center;
  align-content: center;
  background: url(../img/top/worries-bg.png) center/100% 100% no-repeat;
  margin: 0 auto;
  gap: 2rem;
  padding: 5rem 3rem 8rem;
}
#top-worries .ill {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}
#top-worries .btm-box {
  margin-top: 8rem;
  padding: 10vw 5vw;
  background: url(../img/top/contact-le.png) left bottom/68% no-repeat, url(../img/top/contact-ri.png) right bottom/40% no-repeat, var(--bg-color-02);
}
#top-worries .btm-box .ttl01 {
  margin-top: -7rem;
}
#top-worries .btm-box .com-info-box .com-info-dl {
  display: grid;
  padding-bottom: 2rem;
  border-bottom: 2px solid #fff;
}

.voice-li {
  display: grid;
  gap: 2rem;
}
.voice-li li {
  display: grid;
  justify-items: center;
}
.voice-li li .com-img {
  width: 10rem;
  aspect-ratio: 1;
  margin-bottom: 1.5rem;
}
.voice-li li .txt-box {
  display: grid;
  width: 100%;
}
.voice-li li .txt-box .ttl03 {
  margin-bottom: 1rem;
}
.voice-li li .txt-box .com-txt {
  margin-top: 1rem;
}
.voice-li li .dot::before {
  content: "・";
}

#top-voice .com-btn {
  margin: 5rem auto 0;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  padding-bottom: 0;
}
#top-news .inbox {
  position: relative;
}
#top-news .inbox .ttl01 {
  padding: 0;
}
#top-news .inbox .news-list .news-item:not(:last-child) {
  border-bottom: 2px solid var(--yellow);
  margin-bottom: 2rem;
}
#top-news .inbox .news-list .news-item:first-child {
  border-bottom: 2px solid var(--yellow);
}
#top-news .inbox .news-list .news-item a {
  padding: 0 0 2rem;
  gap: 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 .news-list .news-item a .txt-box {
  width: 720px;
  gap: 10px 20px;
}
/*------------△△---NEWS---△△---------*/
#top-other ul {
  display: grid;
  justify-items: center;
  gap: 3rem;
}
#top-other ul li {
  width: 85%;
}
#top-other ul li a {
  width: 100%;
  height: 14rem;
  border-radius: 3.2rem;
  margin: 0;
  z-index: 1;
}
#top-other ul li a::before {
  content: "";
  display: block;
  width: 94%;
  height: 94%;
  position: absolute;
  background: url("../img/top/other-dot.png") center/contain no-repeat;
  inset: 0;
  margin: auto;
}
#top-other ul li a .ill {
  width: 20%;
  position: absolute;
  bottom: -2rem;
  left: 1rem;
  z-index: 10;
  transition: 0.3s;
}
#top-other ul li a:hover {
  transform: scale(0.98);
  opacity: 0.8;
}
#top-other ul li a:hover .ill {
  transform: rotate(-10deg) scale(1.05);
}

#footer {
  position: relative;
  z-index: 1;
  background: #fff;
}
#footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 27.7rem;
  position: absolute;
  background: url(../img/common/bg-ft-le.png) left bottom/37% no-repeat, url(../img/common/bg-ft-ri.png) right bottom/60% no-repeat;
  top: -27.6rem;
  left: 0;
  z-index: -1;
}
#footer .map {
  height: 44rem;
}
#footer .ft-area {
  padding: 7rem 0;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 4rem;
  margin-bottom: 7rem;
}
#footer .ft-area .ft-le .ft-logo {
  width: 40%;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
  gap: 5px;
}
#footer .ft-area .ft-ri {
  gap: 5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
#footer .ft-area .ft-ri .nav-list {
  display: grid;
  gap: 3rem;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  font-size: 1.4rem;
  line-height: 1;
}
#footer .ft-area .ft-ri .nav-list .current {
  color: var(--accent-color);
}
#footer .copyright {
  color: var(--font-color-02);
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#about-reason .inbox {
  gap: 5rem;
}
#about-reason .intro-box::after {
  content: "";
  display: block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1.2;
  position: absolute;
  background: url("../img/common/aka-hart.png") center/contain no-repeat;
  position: static;
  margin: 2rem auto 0;
}
#about-reason .top-box {
  gap: 0 4rem;
}
#about-reason .top-box .img-box {
  width: 80%;
}
#about-reason .top-box .area-box {
  align-content: center;
  height: 25rem;
  margin-top: 3rem;
  background: url(../img/about/reason-area-bg.png) center/contain no-repeat;
}
#about-reason .top-box .area-box .ttl02 {
  margin-bottom: 2rem;
}
#about-reason .top-box .area-box .ttl02::before {
  content: "";
  display: block;
  width: 2rem;
  height: auto;
  aspect-ratio: 0.7;
  position: absolute;
  background: url("../img/about/reason-pin.png") center/contain no-repeat;
  position: static;
  margin: 0 auto 0.5rem;
}
#about-reason .top-box .area-box dl {
  gap: 1rem;
}

#about-service ul {
  gap: 7rem;
}
#about-service ul li .img-box {
  width: 80%;
  margin: 3rem;
}
#about-service ul li .ttl02 {
  margin-bottom: 2rem;
  text-align: center;
}
#about-service ul li .ttl02 span {
  display: inline-block;
  padding: 2.5rem 4rem;
}
#about-service ul li .ttl02 .bg-gre {
  background: url(../img/about/job-ttl-01.png) center/contain no-repeat;
}
#about-service ul li .ttl02 .bg-ora {
  background: url(../img/about/job-ttl-02.png) center/contain no-repeat;
}

#about-info .img-box {
  width: 80%;
  margin-top: 3rem;
}

/*03*/
#oneday-spot .spot-list {
  display: grid;
  gap: 5rem 0;
}
#oneday-spot .spot-list li a .com-img {
  width: 100%;
  aspect-ratio: 1.47;
  margin-bottom: 2rem;
}
#oneday-spot .spot-list li a .ttl03 {
  margin-bottom: 1rem;
}

.spot-item .link-txt {
  display: inline-block;
  margin-top: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid var(--main-color);
  display: inline-block;
  padding-right: 3.5rem;
  background: url(../img/oneday/link-arw.png) right/2.4rem no-repeat;
}

.spot-detail {
  width: 100%;
}
.spot-detail .com-img {
  width: 100%;
  aspect-ratio: 1.46;
  margin-bottom: 5rem;
}

#oneday-flow .ttl01 {
  margin-bottom: 7rem;
}
#oneday-flow .flow-box {
  padding-bottom: 9rem;
  border: 4px dashed var(--yellow);
}
#oneday-flow .flow-box .ttl02 {
  margin-top: -9rem;
}
#oneday-flow .flow-box .ttl02 span {
  background: url(../img/oneday/flow-ttl.png) center/contain no-repeat;
  display: inline-block;
  padding: 2.5rem 4rem;
}
#oneday-flow ol {
  display: grid;
  gap: 4rem;
}
#oneday-flow ol li .time {
  color: var(--yellow);
  line-height: 1;
  text-align: center;
  display: grid;
  justify-items: inherit;
  padding-top: 1.8rem;
  width: 7rem;
  height: 5.5rem;
  font-size: 2rem;
  background: url(../img/oneday/flow-icon.png) center/100% no-repeat;
}
#oneday-flow ol li .txt-box .ttl04 {
  margin-bottom: 2rem;
}
#oneday-flow .img-box {
  position: relative;
  bottom: -5rem;
}

#recruit-about .intro-box > .img-box {
  width: 90%;
  margin-top: 5rem;
}
#recruit-about .about-li {
  margin-top: 5rem;
  gap: 4rem 0;
  display: grid;
}
#recruit-about .about-li > li .img-box {
  margin-bottom: 2rem;
}
#recruit-about .about-li > li .com-txt {
  text-align: justify;
}
#recruit-about .about-li .list-box {
  display: grid;
  align-content: center;
  outline: 4px dashed var(--yellow);
  outline-offset: -1.5rem;
  padding: 10vw 7vw;
}
#recruit-about .about-li .list-box .check-li {
  align-content: center;
  justify-content: center;
  gap: 1.5rem;
}

#recruit-service ul {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 4rem;
}
#recruit-service ul li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
}
#recruit-service ul li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  border-radius: 50vw;
  left: 0.5rem;
  top: 2.2rem;
}
#recruit-service ul li:nth-child(odd)::before {
  background: var(--green);
}
#recruit-service ul li:nth-child(even)::before {
  background: var(--orange);
}
#recruit-service .img-box {
  width: 60%;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv-area {
  background-size: cover;
  background-position: right;
  height: 12rem;
  display: grid;
  padding-top: 1rem;
  margin-top: 20vw;
}
.sv-area .sv-catch {
  width: 85%;
  border: 0.4rem solid #fff;
  border-radius: 2rem;
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  padding: 0.5rem;
  background: var(--orange);
}
.sv-area .sv-catch::before {
  content: "";
  display: block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/sv/ct-le.png") center/contain no-repeat;
  left: -2.5rem;
  top: 1.5rem;
}
.sv-area .sv-catch::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/sv/ct-ri.png") center/contain no-repeat;
  right: 2rem;
  bottom: -2rem;
}

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

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

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

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

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

.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;
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.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---△△------------------------*/
/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 10% 0 30%;
}
#site-map .site-list li {
  font-size: 4.2vw;
}
#site-map .site-list li a {
  display: block;
  padding: 6% 0;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .com-txt {
  padding: 10% 0 20%;
}
#notfound .inbox .com-txt a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  padding: 0;
  margin-bottom: 10vw;
}
#privacy .privacy-box .ttl02 {
  color: #fff;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 5vw;
  line-height: 1.5;
  background: var(--main-color);
  padding: 3vw 2vw;
  border-radius: 1.5rem;
}

/*---------------------------△△---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: 30%;
  line-height: 2;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 68%;
}
#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 {
  line-height: 2;
  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;
  border: 2px solid var(--main-color);
  font-size: 4vw;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  background: var(--main-color);
  border-radius: 5px;
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
  color: #fff;
}
.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---▽▽------------------------*/