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

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

.sp-none {
  display: none;
}

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

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

.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: var(--bg-pt-03);
}

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

.drawer-info {
  gap: 3rem;
}

/*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: 4vw;
  line-height: 1.8;
}

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

html {
  scroll-padding-top: 10rem;
}

section {
  padding: 6rem 0;
}

.dl-item {
  display: flex;
}

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

.com-btn {
  display: grid;
  position: relative;
  place-items: center;
  align-content: center;
  border: 0.3rem solid #000;
  box-shadow: 0 0.5rem 0 var(--font-color);
  background: #fff;
  padding: 2rem;
  margin: 2rem auto 0;
  width: 75vw;
  height: 15vw;
  font-family: var(--ttl-font);
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0;
}
.com-btn::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 1.5rem 0 auto;
  margin: auto 0;
}
.com-btn:hover {
  box-shadow: none;
  transform: translateY(0.5rem) scale(0.95);
  opacity: 1;
}

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

.ttl01 {
  line-height: 1.2;
  font-family: var(--ttl-font);
  font-size: 2.6rem;
  margin-bottom: 4rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
}
.ttl01.ft-wt {
  font-size: 2.5rem;
}
.ttl01 span {
  letter-spacing: 0;
}

.ttl02 {
  font-size: 2rem;
  font-family: var(--serif-font);
  font-weight: 700;
}
.ttl02 .big {
  font-size: 2.2rem;
}
.ttl03 {
  font-size: 1.9rem;
}

.ttl04 {
  font-size: 1.7rem;
}

.ttl-bd {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 0.3rem solid #000;
}
.ttl-bd.ft-wt {
  border-bottom: 0.3rem solid #fff;
}

.num {
  font-size: 2.8rem;
  font-family: var(--serif-font);
  display: grid;
  width: 4rem;
  height: 4rem;
  justify-items: center;
  align-content: center;
  line-height: 1;
  aspect-ratio: 1;
  background: var(--accent-color);
  border: 0.3rem solid #000;
}

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

.tate {
  writing-mode: vertical-rl;
}

.tate-box {
  border: 0.3rem solid var(--bd-color);
  box-shadow: 0 0.5rem 0 var(--font-color);
  display: grid;
  justify-items: center;
  align-content: center;
  background: #fff;
  position: relative;
}
.tate-box::before {
  content: "";
  display: block;
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: var(--accent-color);
  inset: -0.7rem 0 auto 0;
  margin: 0 auto;
  border-radius: 50vw;
}

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

.com-tel {
  display: grid;
  justify-items: start;
  position: relative;
  font-family: var(--ttl-font);
  line-height: 1;
  gap: 0.5rem;
}
.com-tel::before {
  content: "TEL";
  color: var(--accent-color);
  font-size: 1.3rem;
}
.com-tel a {
  font-size: 2.5rem;
}
.com-tel img {
  position: absolute;
  top: 0;
  right: 0;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  display: inline-flex;
}
.tag-list .tag::before {
  content: "#";
}

time {
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.5rem 0;
  font-family: var(--ttl-font);
  color: var(--main-color);
}

.com-list-stl {
  gap: 5rem;
}
.com-list-stl li {
  gap: 3rem 0;
}
.com-list-stl li .com-img {
  width: 100%;
  aspect-ratio: 1.6;
  margin-bottom: 2rem;
}
.com-list-stl li .com-pd-box {
  width: 100%;
}
.com-list-stl li .img-box {
  margin-bottom: 2rem;
}

.tebako-box a {
  background: none;
  width: 15rem;
  position: relative;
}
.tebako-box a p {
  position: absolute;
  z-index: 50;
  font-size: 1.3rem;
  top: -3.5rem;
}
.tebako-box a p .ttl03 {
  font-size: 1.5rem;
}
.tebako-box a .tate {
  position: absolute;
  top: -1.6rem;
  right: -2rem;
  height: 20rem;
}
.tebako-box a img {
  transition: 0.3s;
}
.tebako-box a:hover {
  opacity: 1;
}
.tebako-box a:hover img {
  transform: rotateY(360deg) scale(0.9);
}
.tebako-box p {
  letter-spacing: 0;
}
.tebako-box p span {
  letter-spacing: 0;
}
.tebako-box .mdl-box {
  display: none;
}

.tebako-fune {
  position: relative;
  display: inline-block;
}
.tebako-fune img {
  width: 100%;
}
.tebako-fune .inline {
  position: absolute;
  bottom: 3rem;
  left: 8rem;
}
.inline-content {
  min-height: 18rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1rem;
}
.inline-content h3 {
  font-size: 2rem !important;
}
/*infotableスタイル*/
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 0.3rem solid #fff;
}
.com-desc-tbl .dl-item dt {
  width: 28%;
}
.com-desc-tbl .dl-item dd {
  width: 70%;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: inline-flex;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5vw;
  position: fixed;
  background: var(--bg-pt-03);
}
#header .hd-logo {
  width: 40%;
  display: block;
}
#header .hd-logo img {
  display: block;
}
#header .hd-right {
  gap: 1rem;
}
#header .hd-right .tel-box {
  display: grid;
  align-content: center;
  padding: 1rem 2.5rem;
}

.contact-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.contact-btn-box a {
  width: 7.5rem;
  height: 7.5rem;
}

/*---------------------------△△---heder---△△------------------------*/
#nav {
  padding: 4rem 0;
  background: var(--bg-pt-03);
}

.nav-list {
  gap: 5.5rem;
}
.nav-list .nav-item {
  font-size: 1.7rem;
  font-weight: 800;
  font-family: var(--serif-font);
}
.nav-list .nav-item a {
  width: 6rem;
  height: 14rem;
  writing-mode: vertical-rl;
  letter-spacing: 0;
  transition: 0.05s !important;
}
.nav-list .nav-item a:hover {
  opacity: 1;
  transform: rotate(10deg) scale(1.1);
}

/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  aspect-ratio: 2.078;
  padding: 7rem 0 5rem;
  position: relative;
  margin-top: 7rem;
  z-index: 1;
  background: url(../img/top/mv-le.png) left bottom/22.7% no-repeat, url(../img/top/mv-ri.png) right bottom/52.6% no-repeat, url(../img/top/mv-bg-top.png) top/100% no-repeat, url(../img/top/mv-bg.jpg) bottom/100% no-repeat, var(--bg-pt-03);
}
.top-mv .mv-ct {
  width: 65%;
  margin-left: 10%;
}
.top-mv .mv-ct img {
  width: 100%;
}
.top-mv::after {
  content: "";
  display: block;
  width: 96.9%;
  height: 93.5%;
  position: absolute;
  border: 0.5rem solid #000;
  outline: 0.3rem solid #fff;
  outline-offset: -1rem;
  inset: 0;
  margin: auto;
}

/*---------------------------△△---MV---△△------------------------*/
#top-menu {
  position: relative;
  z-index: 1;
  background: var(--bg-pt-03);
  padding: 4rem 0 5rem;
}
#top-menu .inbox {
  padding-top: 8rem;
  background: url(../img/top/menu-bg.png) bottom/100% 100% no-repeat;
}
#top-menu .inbox .txt-box {
  display: grid;
  justify-items: center;
  justify-content: center;
}
#top-menu .inbox .txt-box .ttl01 {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
#top-menu .inbox .txt-box .ttl01 .tate {
  width: 4rem;
}
#top-menu .ill-box {
  position: absolute;
  bottom: 0;
}
#top-menu .ill-box img {
  width: 100%;
}
#top-menu .deco-le {
  left: 0;
  width: 31%;
  z-index: -1;
}
#top-menu .deco-ri {
  right: 0;
  width: 39%;
  z-index: -1;
}
#top-menu .deco-btm {
  width: 100%;
}

#top-about {
  position: relative;
  background: url(../img/common/bg-02-le.png) left repeat-y, var(--bg-pt-01);
  z-index: 1;
}
#top-about .inbox {
  position: relative;
}
#top-about .inbox .txt-box .com-btn {
  margin-top: 4rem;
}
#top-about .inbox .img-box {
  width: 70%;
  margin-left: auto;
  margin-top: 3rem;
}
#top-about .inbox .img-box .txt-img {
  top: 4.5rem;
  right: 5rem;
  width: 7rem;
}
#top-about .inbox .img-box .txt-img img {
  width: 100%;
}
#top-about .inbox .tebako-box {
  position: absolute;
  bottom: -2rem;
  left: 0rem;
}
#top-about .com-img {
  position: absolute;
  width: calc(50% + 190px);
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

#top-movie {
  padding: 0;
  background: url(../img/top/mov-bg-ri.png) top right/41% no-repeat, url(../img/top/mov-bg.jpg) center/cover;
}
#top-movie .inbox {
  padding: 10rem 0 5rem;
  background: url(../img/top/mov-deco-le.png) left -1rem top 5rem/40% no-repeat, url(../img/top/mov-deco-ri.png) right 1rem top 5rem/30% no-repeat;
}
#top-movie ul {
  display: grid;
  gap: 3rem;
}
#top-movie ul .mov-box {
  aspect-ratio: 0.566;
}
#top-movie ul .mov-box video {
  width: 100%;
}
#top-movie .tebako-box {
  margin-top: 5rem;
}

#top-other {
  padding: 0;
  background: var(--bg-pt-03);
}
#top-other ul li {
  z-index: 1;
  aspect-ratio: 1.5;
  overflow: hidden;
}
#top-other ul li a {
  width: 100%;
  height: 100%;
  padding: 3rem 4rem;
}
#top-other ul li a::after {
  content: "";
  display: block;
  width: 92.9%;
  height: 93.5%;
  position: absolute;
  border: 0.5rem solid #000;
  outline: 0.3rem solid #fff;
  outline-offset: -1rem;
  inset: 0;
  margin: auto;
  z-index: -1;
}
#top-other ul li a .ttl01 {
  width: 6.5rem;
  height: 17rem;
  font-size: 2.4rem;
  margin-left: auto;
}
#top-other ul li a .com-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.1s;
}
#top-other ul li a .ill-box {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  transition: 0.2s;
  height: 70%;
}
#top-other ul li a .ill-box img {
  height: 100%;
}
#top-other ul li a:hover {
  opacity: 0.8;
}
#top-other ul li a:hover .ill-box {
  transform: rotate(10deg);
}
#top-other ul li a:hover .com-img {
  transform: scale(1.15);
}
#top-other ul .other-01 .ill-box {
  width: 28.6%;
}
#top-other ul .other-02 .ill-box {
  width: 45%;
}
#top-other ul .other-03 .ill-box {
  width: 31%;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  background: url(../img/top/news-ri.png) right top/32.8% no-repeat, url(../img/top/news-bg.png) bottom right/130% no-repeat, var(--bg-pt-02);
}
#top-news .inbox {
  position: relative;
  z-index: 1;
}
#top-news .inbox .ttl01 {
  padding: 0;
}
#top-news .inbox .news-list {
  gap: 3rem;
}
#top-news .inbox .news-list .news-item:not(:last-child) {
  border-bottom: 1px solid var(--main-color);
}
#top-news .inbox .news-list .news-item a {
  padding: 2rem 3rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 1rem;
}
#top-news .inbox .news-list .news-item a::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 1.5rem 0 auto;
  margin: auto 0;
}
#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 {
  margin-top: 6rem;
}
#top-news .inbox .tebako-box {
  display: grid;
  justify-items: center;
  margin-top: 6rem;
}
/*------------△△---NEWS---△△---------*/
.pagetop {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 20px;
}

#footer {
  padding: 10rem 0 3rem;
  position: relative;
  background: url(../img/common/ft-bg.png) bottom 38rem right/85% no-repeat, url(../img/common/ft-bg-top.png) top/40% no-repeat, var(--bg-pt-03);
}
#footer .ft-area {
  margin-bottom: 5rem;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 3rem;
}
#footer .ft-area .ft-le .contact-btn-box {
  gap: 3rem;
}
#footer .ft-area .ft-le .contact-btn-box a {
  width: auto;
  height: auto;
}
#footer .ft-area .ft-le .ft-info-box {
  display: grid;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
  gap: 1rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info dt {
  padding-right: 1rem;
  border-right: 0.3rem solid #000;
  margin-right: 1rem;
  width: 25%;
}
#footer .ft-area .ft-le .ft-info-box .ft-info dd {
  width: 70%;
}
#footer .ft-area .ft-le .com-btn {
  padding: 2rem;
}
#footer .ft-area .ft-ri {
  margin-top: 5rem;
}
#footer .ft-area .ft-ri .nav-box .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 2rem;
}
#footer .ft-area .ft-ri .nav-box .nav-list .nav-item {
  line-height: 1;
}
#footer .ft-area .ft-ri .sub-nav-list {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 4rem;
  font-size: 1.4rem;
}
#footer .ft-area .ft-ri .sub-nav-list .nav-item {
  line-height: 1;
  padding: 0 0.8rem;
}
#footer .ft-area .ft-ri .sub-nav-list .nav-item:first-child {
  border-right: 2px solid #fff;
}
#footer .ft-area .map {
  margin-top: 5rem;
  height: 35rem;
}
#footer .copyright {
  font-size: 1.2rem;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#about-equipment {
  background: url(../img/common/bg-01-le.png) top left/35% no-repeat, url(../img/common/bg-01-ri.png) top right/44% no-repeat, url(../img/about/eq-bg.png) bottom/100% no-repeat, var(--bg-pt-02);
}
#about-equipment .com-list-stl li:nth-child(even) {
  flex-direction: row-reverse;
}
#about-equipment .tebako-box {
  margin-top: 7rem;
}

#about-commitment {
  background: url(../img/common/bg-02-le.png) left/20% repeat-y, var(--bg-pt-01);
}
#about-commitment .ttl02 .big {
  font-size: 2.5rem;
}

#about-flow {
  background: url(../img/top/mov-bg-ri.png) top right/61% no-repeat, url(../img/about/flow-bg.jpg) center/cover;
}
#about-flow .ttl01 {
  width: auto;
}
#about-flow ol li {
  padding: 3rem;
  position: relative;
}
#about-flow ol li::after {
  content: "";
  display: block;
  width: 4.6rem;
  height: 1.3rem;
  position: absolute;
  background-color: var(--main-color);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 0 auto;
  inset: auto 0 -3.5rem 0;
  margin: 0 auto;
}
#about-flow ol li .img-box {
  text-align: center;
}
#about-flow ol li .txt-box .num {
  position: absolute;
  top: 4rem;
  left: 4rem;
}
#about-flow .tebako-box {
  margin-top: 6rem;
  display: flex;
  align-content: center;
  align-items: center;
}
#menu {
  background: url(../img/menu/bg-le.png) bottom left/31% no-repeat, url(../img/menu/bg-ri.png) bottom right/31% no-repeat, var(--bg-pt-01);
}
#menu .inbox {
  display: grid;
  justify-items: center;
}
#menu ul {
  width: 100%;
  gap: 5rem;
}
#menu ul li .ttl03 {
  padding: 1rem 3rem;
  margin-bottom: 2.5rem;
}
#menu ul li .ttl04 {
  font-family: var(--ttl-font);
}
#menu ul li .com-pd-box {
  margin-top: 2rem;
}
#menu .tebako-box {
  text-align: center;
  position: relative;
  margin-top: 4rem;
}
#menu .tebako-box .img-box img {
  width: 100%;
}
#menu .tebako-box .inline {
  position: absolute;
  bottom: 0;
  left: 2rem;
  bottom: -2rem;
}

.bg-01 {
  background: url(../img/common/bg-01-le.png) top left/35% no-repeat, url(../img/common/bg-01-ri.png) top right/44% no-repeat, var(--bg-pt-02);
}

#menu-chart > .inbox {
  position: relative;
  z-index: 1;
}
#menu-chart > .inbox .tebako-box {
  display: grid;
  justify-items: center;
  margin-top: 4rem;
}

#chart {
  padding: 0;
}
#chart .chart_title {
  padding: 1.5rem 1rem;
}
#chart .chart-inbox {
  width: 100%;
}
#chart .chart-inbox ul {
  display: grid;
  gap: 3rem;
}
#chart .chart-inbox .com-btn {
  width: 100%;
  margin: 0;
}
#chart .btn_wrp {
  margin-top: 5rem;
}
#chart .btn_wrp a {
  background: url("../img/menu/bk-btn.png") left center/1.6rem no-repeat;
  padding-left: 3rem;
  box-sizing: border-box;
}
#chart .result_chart .txt-box .ttl02 {
  gap: 2rem;
}
#chart .result_chart .txt-box .ttl02 .big {
  padding: 0 2rem;
}
#chart .result_chart .img-box {
  text-align: center;
  margin-top: 4rem;
}

#voice ul li {
  position: relative;
}
#voice ul li::after {
  content: "";
  display: block;
  width: 4.6rem;
  height: 1.3rem;
  position: absolute;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 0 auto;
  bottom: -1.2rem;
  left: 9rem;
}
#voice ul li .ill-box {
  width: 10rem;
  margin-bottom: 2rem;
}
#voice ul li .ill-box img {
  width: 100%;
}
#faq ul {
  gap: 4rem;
}
#faq ul li {
  padding-bottom: 3rem;
  padding-top: 6rem;
  position: relative;
}
#faq ul li .ttl04 {
  margin-bottom: 1rem;
}
#faq ul li .num {
  position: absolute;
  top: 0;
  left: 0;
}

#company-greeting .inbox {
  display: grid;
}
#company-greeting .img-box {
  order: 3;
  width: 80%;
  margin: 4rem auto 0;
}

#company-info {
  background: var(--bg-pt-01);
}
#company-info .ttl01 {
  width: auto;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  margin-top: 7rem;
  background: url(../img/sv/img.png) right bottom/48% no-repeat, url(../img/sv/bg.jpg) left/150% 100% no-repeat, var(--bg-pt-03);
  padding: 0 3rem;
  display: grid;
  align-content: center;
  position: relative;
  height: 20rem;
}
.sv::after {
  content: "";
  display: block;
  width: 96.9%;
  height: 93.5%;
  position: absolute;
  border: 0.5rem solid #000;
  outline: 0.3rem solid #fff;
  outline-offset: -1rem;
  inset: 0;
  margin: auto;
}
.sv .sv-catch {
  font-weight: 400;
  font-size: 2.8rem;
  margin-top: 5rem;
  font-family: var(--ttl-font);
  color: #fff;
  text-shadow: 0px 0.6rem 0px var(--font-color), -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
  height: 4rem;
  background: var(--bg-pt-02);
}
.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 {
  background: url(../img/common/bg-01-le.png) top left/35% no-repeat, url(../img/common/bg-01-ri.png) top right/44% no-repeat, var(--bg-pt-02);
}

/*---------------------------▽▽---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---▽▽------------------------*/