@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;
  border-radius: 50vw;
  background: var(--bg-grd);
}

.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: 40%;
  height: 3px;
  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 5vw 30vw;
  background-color: var(--bg-color-02);
}

#drawer-nav .drawer-logo {
  width: 20%;
  display: block;
}

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

.drawer-info {
  gap: 2rem;
}
.drawer-info .tel-box {
  gap: 1rem;
}

/*フォント */
body {
  font-size: 4vw;
  line-height: 1.3;
}

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

section {
  padding: 7rem 0;
}

.dl-item {
  display: flex;
}

p {
  line-height: 1.7;
}

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

.com-txt-02 {
  line-height: 2;
  font-weight: 500;
}

.com-btn {
  display: grid;
  place-items: center;
  border-radius: 50vw;
  font-size: 1.65rem;
  font-weight: 800;
  position: relative;
  width: 70vw;
  height: 15vw;
  background: var(--accent-color);
  color: var(--white);
}
.com-btn::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.7rem;
  position: absolute;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin: auto 0;
  inset: 0 2.5rem 0 auto;
  margin: auto 0;
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 4rem;
  gap: 1rem;
}
.ttl01 .ja {
  font-size: 2.6rem;
  font-weight: 800;
}
.ttl01 .en {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 2.2rem;
}
.ttl01.ft-wt .en {
  color: #fff;
}
.ttl01.txt-le {
  justify-items: start;
  text-align: left;
}

.ttl02 {
  font-size: 2.4rem;
}

.ttl03 {
  font-size: 2.2rem;
}

.ttl04 {
  font-size: 2rem;
}

.ttl05 {
  font-size: 1.8rem;
}

.ttl06 {
  font-size: 1.7rem;
}

.ttl07 {
  font-size: 1.65rem;
}

.ttl08 {
  font-size: 1.6rem;
}

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

.num {
  display: grid;
  justify-items: center;
  align-content: center;
  line-height: 1;
  width: 4.5rem;
  background: var(--accent-color);
  color: #fff;
  font-size: 1.7rem;
  aspect-ratio: 1;
  border-radius: 50vw;
  font-family: var(--en-font);
}

.com-tel {
  display: grid;
  justify-items: start;
  position: relative;
  line-height: 1;
  font-family: var(--en-font);
  background: url("../img/common/tel-icon.png") left center/2.5rem no-repeat;
  padding-left: 3rem;
  box-sizing: border-box;
}
.com-tel a {
  letter-spacing: 0.04em;
  font-size: 2.5rem;
}
.com-tel a::before {
  font-family: var(--sans-font);
  content: "(代表直通)";
  color: var(--main-color);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}
.com-tel.ft-wt {
  background-image: url(../img/common/tel-icon-wt.png);
  background-repeat: no-repeat;
}
.com-tel.ft-wt a::before {
  color: #fff;
}

.tel-box {
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.tel-info {
  line-height: 1;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}
.tel-info dt {
  padding: 0.5rem;
}

.kado-01 {
  border-radius: 3rem;
}

.kado-02 {
  border-radius: 2rem;
}

.kado-03 {
  border-radius: 1rem;
}

.com-pd-01 {
  padding: 4rem 2rem;
}

.com-pd-02 {
  padding: 2rem;
}

.com-sdw {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}

.bg-01 {
  background: url(../img/common/wave-01.png) bottom/100% no-repeat, var(--bg-01);
}

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

time {
  line-height: 1;
  color: var(--bd-color);
}

/*infotableスタイル*/
.com-desc-tbl {
  padding: 2rem;
}
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 1.5rem 0;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid #d6e4ef;
}
.com-desc-tbl .dl-item dt {
  width: 40%;
  display: grid;
}
.com-desc-tbl .dl-item dd {
  width: 58%;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: block;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  top: 1rem;
  left: 2rem;
  background: #fff;
  z-index: 100;
  padding: 1rem 3rem;
  position: fixed;
  border-radius: 50vw;
}
#header .hd-logo {
  width: 5rem;
  display: block;
}
#header .hd-logo img {
  display: block;
  width: 100%;
}

.btm-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  padding: 1rem;
  background: linear-gradient(-25deg, #328bf2 40%, #32d5f2 60%);
}
.btm-fix .tel-box {
  gap: 0.5rem;
}
.btm-fix .tel-box .tel-info {
  display: flex;
  gap: 1rem;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  aspect-ratio: 1.8;
  margin-top: 8rem;
  position: relative;
  background: url(../img/top/mv-bg.jpg) center/cover;
}
.top-mv .mv-ct {
  width: 50%;
  position: absolute;
  left: 5%;
  bottom: 5%;
}
.top-mv .mv-ct img {
  width: 100%;
}

/*---------------------------△△---MV---△△------------------------*/
#common-banner {
  background: url(../img/common/bnr-deco.png) bottom right/73% no-repeat, var(--pt-02);
}
#common-banner .line-bnr {
  padding: 3rem 1rem 5rem;
  gap: 1rem 0;
  position: relative;
  display: grid;
  justify-items: center;
  background: url(../img/common/bnr-bg.jpg) center/cover;
}
#common-banner .line-bnr img {
  width: 100%;
}
#common-banner .line-bnr .ttl04 {
  font-size: 1.9rem;
  width: 100%;
  background: linear-gradient(-25deg, var(--main-color) 40%, var(--sub-color) 60%);
}
#common-banner .line-bnr .bnr-img {
  width: 30%;
  order: 3;
}
#common-banner .line-bnr .txt-box {
  width: 95%;
  margin-top: 2rem;
}
#common-banner .line-bnr .txt-box .txt-img {
  margin-bottom: 2rem;
}
#common-banner .line-bnr .btm-txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem 2rem;
  font-weight: 800;
}
#common-banner .line-bnr .btm-txt span {
  padding-right: 4rem;
  background: url(../img/common/bnr-arw.png) right/2.4rem no-repeat;
}

#top-intro {
  background: #000;
  padding-bottom: 12rem;
  background: url(../img/top/line-bg-btm.png) bottom/100% 5rem no-repeat, var(--bg-01);
}
#top-intro #common-banner {
  padding: 0;
  background: none;
}
#top-intro .area-box {
  margin-top: 5rem;
  gap: 2rem;
}
#top-intro .area-box .ttl01 {
  margin: 0;
  padding-bottom: 2rem;
  background: url(../img/top/area-bd.png) bottom no-repeat;
}
#top-intro .area-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1rem;
}
#top-intro .area-box ul li {
  padding: 0rem 1rem;
  position: relative;
}

#top-step {
  background: url(../img/top/step-bg.jpg) top/cover;
}
#top-step .ttl01 .ja {
  padding: 0 4.5rem;
  background: url(../img/top/step-ttl-le.png) left bottom 1rem/3rem no-repeat, url(../img/top/step-ttl-ri.png) right bottom 1rem/3rem no-repeat;
}
#top-step .ttl01 .ft-clr02 {
  font-size: 1.48em;
}
#top-step ol {
  display: grid;
  gap: 5rem;
}
#top-step ol li {
  gap: 1.5rem;
  position: relative;
}
#top-step ol li:not(:last-child)::after {
  content: "";
  display: block;
  width: 3rem;
  height: 6.5rem;
  position: absolute;
  background-color: var(--accent-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin: auto 0;
  inset: 0 -3.8rem 0 auto;
  margin: auto 0;
}
#top-step ol li .ttl05 {
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--sub-color);
}
#top-step ol li .ttl05 .num {
  font-size: 0.96em;
  position: absolute;
  background: url(../img/top/step-num-bg.png) center/contain;
  border-radius: 0;
  left: 1rem;
  top: -3rem;
}

.img-box > img {
  width: 100%;
}

#top-about {
  background: url(../img/top/about-bg.jpg) center/cover;
  padding: 0;
}
#top-about .inbox {
  padding: 5rem 0 7rem;
}
#top-about .inbox .about-le .ttl01 {
  gap: 2rem;
  margin-bottom: 5rem;
  line-height: 1.7;
}
#top-about .inbox .about-le .ttl01 .en img {
  width: 100%;
  width: 80%;
}
#top-about .inbox .txt-box {
  padding: 3rem 0;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
#top-about .inbox .txt-box::before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  position: absolute;
  background: var(--bg-color-02);
  border-radius: 3rem 0rem 0rem 3rem;
  top: 0;
  right: -3rem;
  z-index: -1;
}
#top-about .inbox .txt-box ul {
  margin-bottom: 4rem;
  gap: 2rem;
  padding-left: 2rem;
}
#top-about .inbox .txt-box ul li {
  position: relative;
  font-size: 1.5rem;
}
#top-about .inbox .txt-box ul li .ttl06 {
  font-size: 1.8rem;
}
#top-about .inbox .txt-box ul li::before {
  content: "";
  display: block;
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/top/about-check.png") center/contain no-repeat;
  left: -2.5rem;
  top: 0.5rem;
}
#top-about .inbox .psn-box {
  width: 30%;
  position: absolute;
  bottom: 0;
  right: -2rem;
  z-index: 10;
}

#top-price {
  background: url(../img/top/price-bg.png) bottom/100% no-repeat;
}
#top-price .inbox .ttl01 {
  margin-bottom: 3rem;
  gap: 2rem;
}
#top-price .inbox .ttl01 .ft-clr01 {
  background: linear-gradient(to top, var(--accent-color), var(--accent-color) 3.3rem, transparent 3rem, transparent);
}
#top-price .inbox .ttl01 .ft-clr01 .big {
  font-size: 6rem;
  line-height: 1;
}
#top-price .inbox .txt-box {
  display: grid;
  justify-content: center;
  gap: 1rem;
}
#top-price .inbox .txt-box .price-txt {
  font-size: 3rem;
  gap: 1rem 0.5rem;
}
#top-price .inbox .txt-box .price-txt .ft-wt {
  padding: 0 1.5rem;
}
#top-price .inbox .txt-box .price-txt .bg-acc {
  background: var(--accent-color-02);
}

#top-service {
  padding-top: 2rem;
  background: url(../img/top/srv-bg.png) bottom right/73% no-repeat, var(--bg-color);
}
#top-service .ttl01 .ja {
  padding: 2rem 2rem 0;
  background: url(../img/top/srv-ttl-deco.png) left top/3rem no-repeat;
}
#top-service .com-btn {
  margin: 4rem auto 0;
}
.srv-list {
  margin-top: 5rem;
  display: grid;
  gap: 3rem;
}
.srv-list .srv-item .com-img {
  width: 100%;
  aspect-ratio: 1.57;
}
.srv-list .srv-item .txt-box {
  display: grid;
  gap: 1rem;
}

#top-other ul {
  display: grid;
  justify-items: center;
  gap: 2rem;
}
#top-other ul li {
  width: 90%;
}
#top-other ul li a {
  width: 100%;
  height: 12rem;
  gap: 1rem;
  background: linear-gradient(-25deg, #1390df 30%, #26b4ce 70%);
}
#top-other ul li a .ill-box {
  height: 3rem;
}
#top-other ul li a .ill-box img {
  height: 100%;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  background: var(--pt-01);
}
#top-news .inbox {
  position: relative;
}
#top-news .inbox .news-list {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
}
#top-news .inbox .news-list .news-item {
  flex-shrink: 0;
}
#top-news .inbox .news-list .news-item a {
  width: 24rem;
  display: flex;
  flex-wrap: wrap;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateY(-10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 100%;
  aspect-ratio: 1.25;
  margin-bottom: 2rem;
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
  padding: 0.5rem 0;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
#top-news .inbox .news-list .news-item a .tag-list {
  width: 15rem;
}
#top-news .inbox .news-list .news-item a .txt-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
#top-news .inbox .com-btn {
  margin: 4rem auto 0;
}

/*------------△△---NEWS---△△---------*/
.sns-list {
  gap: 2.5rem;
}

.pagetop {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 14rem;
}

#footer {
  position: relative;
  margin-bottom: 12rem;
}
#footer .ft-area {
  padding: 6rem 0;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  margin-bottom: 3rem;
  gap: 2rem;
}
#footer .ft-area .ft-le .ft-info {
  display: grid;
  gap: 5px;
  font-size: 1.3rem;
}
#footer .ft-area .ft-ri {
  gap: 3rem;
  display: grid;
  justify-items: center;
}
#footer .ft-area .ft-ri .ft-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#footer .ft-area .ft-ri .ft-nav .nav-list {
  display: grid;
  gap: 2.5rem;
  font-size: 1.2rem;
}
#footer .ft-area .ft-ri .ft-nav .nav-list .nav-item {
  line-height: 1;
}
#footer .copyright {
  font-size: 1rem;
  padding: 2rem;
  font-weight: 400;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#about-concept {
  padding-bottom: 10rem;
}
#about-reason {
  padding-top: 4rem;
}
#about-reason ol {
  gap: 4rem;
}
#about-reason ol li {
  position: relative;
}
#about-reason ol li:nth-child(odd) {
  flex-direction: row-reverse;
}
#about-reason ol li .img-box {
  margin-bottom: 2rem;
}
#about-reason ol li .txt-box .ttl03 {
  gap: 1rem;
  margin-bottom: 1rem;
}
#about-reason ol li .txt-box .ttl03 .num {
  position: absolute;
  left: 1rem;
  top: -2rem;
}

#achieve .achieve-list {
  gap: 4rem;
}
#achieve .com-img {
  aspect-ratio: 1.57;
}
#achieve .achieve-txt-box {
  margin-top: 2rem;
}
#achieve .achieve-txt-box .com-btn {
  justify-items: start;
  padding: 0 3rem;
  font-size: 1.6rem;
  margin: 1rem auto 0;
}

.achieve-txt-box {
  display: grid;
  gap: 1rem;
}

.achieve-detail .com-img {
  width: 100% !important;
  aspect-ratio: 1.78;
  margin-bottom: 3.5rem;
}

#company-interview {
  background: url(../img/common/wave-02.jpg) bottom/100% no-repeat;
}
#company-interview ul {
  gap: 4rem;
}
#company-interview ul li {
  overflow: visible;
  position: relative;
}
#company-interview ul li .ttl05 {
  border-radius: 3rem 3rem 0rem 0rem;
  gap: 2rem;
  padding: 2rem 2rem 2rem;
}
#company-interview ul li .ttl05 .num {
  position: absolute;
  left: -2rem;
  top: -2rem;
}
#company-interview ul li .com-pd-02 .img-box {
  margin-bottom: 2rem;
}

#company-info .map-ttl {
  margin-top: 4rem;
}
#company-info .map-ttl span {
  background: url("../img/company/map-icon.png") left center/2rem no-repeat;
  padding-left: 3rem;
  box-sizing: border-box;
}
#company-info .map {
  margin-top: 2rem;
  height: 30rem;
}

#contact-about .bg-clr02 {
  margin-top: 4rem;
}
#contact-about .bg-clr02 .ttl04 {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #7ec9ff;
}
#contact-about .bg-clr02 .tel-box {
  gap: 2rem;
}
#contact-about .bg-clr02 .tel-box a {
  font-size: 2.3rem;
}
#contact-about .bg-clr02 .tel-box .tel-info {
  width: 100%;
  padding: 1rem;
}
#contact-about .bg-clr02 .com-btn {
  margin: 2.5rem auto 0;
  background: #06c755;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  height: 20rem;
  background-position: center;
  background-size: cover;
  position: relative;
}
.sv .sv-catch {
  font-size: 2.7rem;
  width: 80%;
  padding: 1rem 2.5rem;
  position: absolute;
  left: 4.5%;
  bottom: 12%;
  line-height: 1;
  background: url(../img/sv/deco.png) top left 1.2rem/3rem no-repeat, #fff;
  box-shadow: 1rem 1rem rgba(33, 159, 224, 0.26);
}

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

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

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

.company-sv {
  background-image: url(../img/sv/company.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---△△------------------------*/
/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*その他共通ページ*/
/*---------------------------▽▽---site.html---▽▽------------------------*/
/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  position: relative;
  margin: 0 auto 3rem;
  height: 12vw;
}
#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%;
  padding: 0.5rem 0;
}
#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 {
  padding: 0.5rem 0;
}
#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---▽▽------------------------*/