﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
--fontType01: "Inter", sans-serif;
--fontType02: "Cardo", serif;
--fontType03: "Hiragino Mincho ProN","游明朝", YuMincho, serif;
--fontType04: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
--fontType05: "Montserrat", sans-serif;
--fontType06: "Crimson Text", serif;
--fontType07: "Noto Sans JP", sans-serif;
--womenColor01: #C58878;
--womenColor02: #C4A884;
--menColor01: #717992;
--menColor02: #A1985F;
}
.inter-400 {
  font-family: var(--fontType01);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.inter-700 {
  font-family: var(--fontType01);
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.cardo-400 {
  font-family: var(--fontType02);
  font-weight: 400;
  font-style: normal;
}
.pane-footer{
  display: none;
}
.sp-only{
  display: none;
}
.fade-in{
  opacity: 0;
  transform: translateY(50px);
}
.is-inview .fade-in{
  opacity: 1;
  transform: translateY(0);
  transition: 1s cubic-bezier(.25,1,.5,1);
}
.pop-in{
  display: block;
  transform: translateY(100%);
}
.is-inview .pop-in{
  transform: translateY(0);
  transition: 1.5s cubic-bezier(.16,1,.3,1);
}
.office-style2025{
  font-size: 16px;
  color: #151F20;
  min-width: 1080px;
}
.office-style2025.is-fixed{
  padding-top: 80px;
}
.office-style2025 .--center{
  text-align: center;
}
.office-style2025-inner{
  padding: 0 20px 20px;
}
.gender-select-btn{
  width: 100%;
  background: #FFF;
}
.office-style2025.is-fixed .gender-select-btn{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.gender-select-btn-list{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gender-select-btn-list__item{
  width: 120px;
  position: relative;
}
.gender-select-btn-list__item:not(:last-child)::after{
  content: "";
  width: 1px;
  height: 15px;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.gender-select-btn-list__item a{
  font-family: var(--fontType01);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #B5B3B3;
  padding: 10px 0;
  display: block;
  transition: color .4s;
  text-decoration: none;
}
.gender-select-btn-list__item:first-child a{
  text-align: right;
  padding-right: 25px;
}
.gender-select-btn-list__item:first-child a:hover{
  color: var(--womenColor01);
}
.gender-select-btn-list__item:last-child a{
  padding-left: 25px;
}
.gender-select-btn-list__item:last-child a:hover{
  color: var(--menColor01);
}
.gender-select-btn-list__item.is-active a{
  font-weight: bold;
  pointer-events: none;
}
.gender-select-btn-list__item:first-child.is-active a{
  color: var(--womenColor01);
}
.gender-select-btn-list__item:last-child.is-active a{
  color: var(--menColor01);
}
.office-style2025-logo{
  padding: 40px 0 20px;
}
.office-style2025-logo img{
  display: block;
  margin: 0 auto;
}
.office-style-header{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin: 24px 0 60px;
}
.office-style-headline{
  font-family: var(--fontType06);
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #151F20;
  text-align: center;
  margin-bottom: 30px;
  order: 2;
  overflow: hidden;
  max-height: max-content;
}
.office-style-headline span{
  display: block;
  transform: translateY(100%);
}
.office-style-headline.is-inview span{
  transform: translateY(0);
  transition: 1.5s cubic-bezier(.16,1,.3,1);
}
.office-style-headline__sub{
  font-family: var(--fontType05);
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #151F20;
  text-align: center;
  order: 1;
  overflow: hidden;
  max-height: max-content;
}
.office-style-headline__sub span{
  display: block;
  transform: translateY(100%);
}
.office-style-headline__sub.is-inview span{
  transform: translateY(0);
  transition: 1.5s 0.5s cubic-bezier(.18,1,.32,1);
}
.office-style-gender-select-list{
  display: flex;
  gap: 20px;
}
.office-style-gender-select-list__item{
  width: calc((100% - 20px) / 2);
  position: relative;
}
.office-style-gender-select-list__item::after{
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
}
.office-style-gender-select-list__item.is-inview::after{
  height: 0;
  transition: height 1.5s cubic-bezier(.075,.83,.81,1);
}
.office-style-gender-select-list__item a{
  /* width: 100%;
  height: calc(100vh - 446px);
  min-height: 428px; */
  overflow: hidden;
  display: block;
  position: relative;
}
.office-style-gender-select-list__item-img{
  aspect-ratio: 4/3;
}
.office-style-gender-select-list__item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .4s;
}
.office-style-gender-select-list__item a:hover .office-style-gender-select-list__item-img img{
  transform: scale(1.1);
}
.office-style-gender-select-list__item-name{
  font-family: var(--fontType06);
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 80px;
  translate: 0 -50%;
  text-shadow: #505050 2px 0 10px;
}
/*.office-style-gender-select-list__item.--women .office-style-gender-select-list__item-name {
  left: 160px;
}
.office-style-gender-select-list__item.--men .office-style-gender-select-list__item-name {
  left: 125px;
}*/

.office-style-container{
  width: 1080px;
  margin: 0 auto;
}
.office-style-mv{
  margin-bottom: 90px;
  position: relative;
}
.office-style-mv::after{
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
  z-index: 1;
}
.office-style-mv.is-inview::after{
  height: 0;
  transition: height 1.5s cubic-bezier(.075,.83,.81,1);
}
.office-style-mv-slider{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}
.office-style-mv-area img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-style-mv-desc{
  filter: drop-shadow(2px 4px 22px black);
  position: absolute;
  left: 10%;
  top: 45%;
  transform: translateY(-35%);
  padding: 0 0 0 8vw;
  text-align: center;
}
.office-style-mv-text01{
  font-family: var(--fontType06);
  font-size: clamp(80px, calc(130 / 1920 * 100vw), 130px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden;
  max-height: max-content;
}
.office-style-mv-text01 span{
  display: block;
  transform: translateY(100%);
}
.office-style-mv-desc.is-inview .office-style-mv-text01 span{
  transform: translateY(0);
  transition: translate 1.5s 0.5s cubic-bezier(.16,1,.3,1);
}
.office-style-mv-text02{
  font-family: var(--fontType06);
  font-size: clamp(80px, calc(130 / 1920 * 100vw), 130px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden;
  max-height: max-content;
}
.office-style-mv-text02 span{
  display: block;
  transform: translateY(100%);
}
.office-style-mv-desc.is-inview .office-style-mv-text02 span{
  transform: translateY(0);
  transition: translate 1.5s 0.7s cubic-bezier(.16,1,.3,1);
}
.office-style-mv-text03{
  font-family: var(--fontType05);
  font-size: clamp(20px, -0.42rem + 2.43vw, 40px);
  font-size: clamp(20px, calc(40 / 1920 * 100vw), 40px);
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
  overflow: hidden;
  max-height: max-content;
}
.office-style-mv-text03 span{
  display: block;
  transform: translateY(100%);
}
.office-style-mv-desc.is-inview .office-style-mv-text03 span{
  transform: translateY(0);
  transition: translate 1.5s 0.9s cubic-bezier(.18,1,.32,1);
}
.office-style-mv-logo{
  filter: drop-shadow(2px 4px 22px black);
  overflow: hidden;
  max-height: max-content;
  position: absolute;
  top: 37px;
  right: 50px;
}
.office-style-mv-logo img {
  width: 200px;
}
.office-style-mv-logo span{
  display: block;
}
.office-style-intro{
  margin-bottom: 124px;
}
.office-style-headline01{
  font-family: var(--fontType03);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.46;
  text-align: center;
  margin-bottom: 43px;
}
.office-style-text{
  font-family: var(--fontType07);
  letter-spacing: 0.2em;
  line-height: 1.875;
}
.office-style-intro .office-style-text{
  text-align: center;
}
.office-style-intro-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 137px;
}
.--men .office-style-intro-list {
  justify-content: center;
  margin-top: 179px;
  gap:50px;
}
.office-style-intro-list__item{
  position: relative;
}
.office-style-intro-list__item a{
  width: 255px;
  height: 453px;
  display: block;
  overflow: hidden;
}
.office-style-intro-list__item a img{
  transition: transform .4s;
  width: 100%;
  height: auto;
}
.office-style-intro-list__item a::after{
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #141F20;
  border-bottom: 2px solid #141F20;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: bottom .4s;
}
.office-style-intro-list__item a:hover img{
  transform: scale(1.1);
}
.office-style-intro-list__item a:hover::after{
  bottom: 25px;
}
.office-style-intro-list__item-name{
  font-family: var(--fontType02);
  font-size: 29px;
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  top: -24px;
  pointer-events: none;
}
.--men .office-style-intro-list__item-name{
  line-height: 1.176;
  top: -21px;
}
.--men .office-style-intro-list__item-name.oc-pc{
  top: -58px;
}
.office-style-coordinate-list__item{
  position: relative;
  margin-bottom: 250px;
}
.office-style-coordinate-list__item::before{
  content:"";
  position: absolute;
  top: 54px;
  left: 0;
  width: 56.25%;
  height: calc(100% + 45px);
  opacity: 0.1;
  transform-origin: bottom;
  clip-path: inset(100% 0 0 0);
}
.office-style-coordinate-list__item.is-inview::before{
  clip-path: inset(0 0 0 0);
  transition: clip-path 1.5s cubic-bezier(.075,.83,.81,1);
}
.office-style-coordinate-list__item.--reverse::before{
  left: inherit;
  right: 0;
}
.--women .office-style-coordinate-list__item.--type01::before{
  background: var(--womenColor01);
}
.--women .office-style-coordinate-list__item.--type02::before{
  background: var(--womenColor02);
}
.--men .office-style-coordinate-list__item.--type01::before{
  background: var(--menColor01);
}
.--men .office-style-coordinate-list__item.--type02::before{
  background: var(--menColor02);
}
.office-style-coordinate-list__item-box{
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  position: relative;
}
.--reverse .office-style-coordinate-list__item-box{
  flex-direction: row-reverse;
}
.office-style-coordinate-list__item-box-left{
  width: 500px;
  padding-top: 32px;
}
.office-style-headline02{
  font-family: var(--fontType03);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: calc(44 / 28);
  margin-bottom: 28px;
  overflow: hidden;
  height: max-content;
}
.office-style-headline02.jacket{
  padding: 0 0 10px 10px;
}
.office-style-headline02.jacket .pop-in {
  display: block;
  transform: translateY(calc(100% + 10px));
}

.is-inview .office-style-headline02.jacket .pop-in {
  transform: translateY(0);
  transition: 1.5s cubic-bezier(.16,1,.3,1);
}
.office-style-headline02__sub{
  font-family: var(--fontType03);
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  display: block;
  margin: 20px 0 70px;
  letter-spacing: 0.2em;
}
.office-style-headline03{
  font-family: var(--fontType03);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.83;
  margin-bottom: 25px;
}
.office-style-coordinate-list__item-box-left > p{
  font-family: var(--fontType07);
  letter-spacing: 0.2em;
  line-height: 1.875;
}
.office-style-coordinate__recommend{
  background: #FFF;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 55px 40px 51px;
}
.office-style-coordinate__recommend-title{
  font-family: var(--fontType03);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}
.--women .--type01 .office-style-coordinate__recommend-title{
  color: var(--womenColor01);
}
.--women .--type02 .office-style-coordinate__recommend-title{
  color: var(--womenColor02);
}
.--men .--type01 .office-style-coordinate__recommend-title{
  color: var(--menColor01);
}
.--men .--type02 .office-style-coordinate__recommend-title{
  color: var(--menColor02);
}
.office-style-coordinate-list__item-box-right{
  width: 480px;
}
.office-style-coordinate__recommend-list > * + *{
  margin-top: 22px;
}
.office-style-coordinate__recommend-list li{
  font-family: var(--fontType03);
  letter-spacing: 0.2em;
  line-height: 1.875;
  position: relative;
  padding-left: 34px;
}
.office-style-coordinate__recommend-list li::before{
  content:"";
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.--women .--type01 .office-style-coordinate__recommend-list li::before{
  background: url(../../img/usr/freepage/2025_office_style/aw/women/icon_check01.png);
}
.--women .--type02 .office-style-coordinate__recommend-list li::before{
  background: url(../../img/usr/freepage/2025_office_style/aw/women/icon_check02.png);
}
.--men .--type01 .office-style-coordinate__recommend-list li::before{
  background: url(../../img/usr/freepage/2025_office_style/aw/men/icon_check01.png);
}
.--men .--type02 .office-style-coordinate__recommend-list li::before{
  background: url(../../img/usr/freepage/2025_office_style/aw/men/icon_check02.png);
}
.office-style-coordinate-list-slider.swiper{
  width: 100%;
  margin-bottom: 60px;
}
.office-style-coordinate-list-slider::after{
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
  z-index: 1;
}
.is-inview .office-style-coordinate-list-slider::after{
  height: 0;
  transition: height 0.8s cubic-bezier(.075,.83,.81,1);
}
.office-style2025 .swiper-button-next, .office-style2025 .swiper-button-prev {
  background-color: #fff;
  height: 50px;
  width: 50px;
  top: calc(50% - 17px);
  opacity: .8;
}
.office-style2025 .swiper-button-next{
  right: 0;
}
.office-style2025 .swiper-button-prev {
  left: 0;
}
.office-style2025 .swiper-pagination {
  position: static;
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
.office-style2025 .swiper-pagination .swiper-pagination-bullet{
  width: 40px;
  height: 3px;
  background: #E8E8E8;
  opacity: 1;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.office-style2025 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .office-style2025 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0;
}
.office-style2025.--women .--type01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--womenColor01);
}
.office-style2025.--women .--type02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--womenColor02);
}
.office-style2025.--men .--type01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--menColor01);
}
.office-style2025.--men .--type02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--menColor02);
}
.office-style2025 .swiper-button-next:after, .office-style2025 .swiper-button-prev:after {
  color: #151F20;
  font-weight: bold;
}
.office-style-coordinate-list-slider__item img{
  display: block;
  width: 100%;
  height: auto;
}
.office-style-coordinate-list__item-list-item{
  border-bottom: 1px solid #E8E8E8;
  padding: 14px 0;
}
.office-style-coordinate-list__item-list-item a{
  display: block;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}
.office-style-coordinate-list__item-list-item a::after{
  content:"";
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background: #151F20 url(../../img/usr/freepage/2025_office_style/icon_arrow.png) center top 6px no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  transition: .4s;
}
.--women .office-style-coordinate-list__item-list-item a:hover::after{
  background: var(--womenColor01) url(../../img/usr/freepage/2025_office_style/icon_arrow.png) center top 6px no-repeat;
}
.--women .--type02 .office-style-coordinate-list__item-list-item a:hover::after{
  background: var(--womenColor02) url(../../img/usr/freepage/2025_office_style/icon_arrow.png) center top 6px no-repeat;
}
.--men .office-style-coordinate-list__item-list-item a:hover::after{
  background: var(--menColor01) url(../../img/usr/freepage/2025_office_style/icon_arrow.png) center top 6px no-repeat;
}
.--men .--type02 .office-style-coordinate-list__item-list-item a:hover::after{
  background: var(--menColor02) url(../../img/usr/freepage/2025_office_style/icon_arrow.png) center top 6px no-repeat;
}
.office-style-coordinate-list__item-list-item dl{
  display: flex;
}
.office-style-coordinate-list__item-list-item dt{
  width: 60%;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.office-style-coordinate-list__item-list-item dd{
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 40%;
  text-align: right;
}
.office-style-coordinate-list__item-list-item dd .tax{
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
.office-style-coordinate-list__item-list-item dd .small{
  font-size: 11px;
}
.office-style-coordinate-list__btn{
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #151F20;
  border-radius: 20px;
  margin-left: 10px;
  padding-bottom: 3px;
}
.office-style-option{
  background: rgba(184,163,129,0.1);
  margin-bottom: 100px;
  padding: 140px 0;
}
.--women .office-style-option{
  background: rgba(184,163,129,0.1);
}
.--men .office-style-option{
  background: rgba(163,167,112,0.1);
}
.office-style-option .office-style-option-headline02 {
  font-family: var(--fontType02);
  font-size: 70px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 18px;
  overflow: hidden;
  height: max-content;
}
.office-style-option .office-style-headline02__sub {
  text-align: center;
}
.office-style-option .office-style-headline03{
  font-size: 30px;
  text-align: center;
}
.office-style-option .office-style-option-text{
  font-family: var(--fontType07);
  font-size: 20px;
  letter-spacing: .2em;
  line-height: calc(44 / 20);
  text-align: center;
}
.office-style-option .office-style-option-list .office-style-text{
  text-align: left;
}
.office-style-option-list > * + * {
  margin-top: 115px;
}
.office-style-option-list__item{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px;
  position: relative;
}
.office-style-option-list__item-left{
  width: 380px;
}
.office-style-option-list__item-right{
  width: 480px;
}
.office-style-option-list__item-btn{
  width: 100%;
}
.office-style-option-list__item-btn a{
  font-family: var(--fontType02);
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
  border: 1px solid #B8A381;
  margin: 0 auto;
  width: 320px;
  padding: 17px 30px;
  position: relative;
  transition: .4s;
  text-decoration: none;
}
.office-style-option-list__item-btn a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #141F20;
  border-right: 1px solid #141F20;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.office-style-option-list__item-btn a:hover::after {
  border-color: #FFF;
}
.--women .office-style-option-list__item-btn a {
  border: 1px solid #B8A381;
}
.--women .office-style-option-list__item-btn a:hover {
  color: #FFF;
  background: #B8A381;
}
.--men .office-style-option-list__item-btn a {
  border: 1px solid #5B6998;
}
.--men .office-style-option-list__item-btn a:hover {
  color: #FFF;
  background: #5B6998;
}
.office-style-option-list{
  margin-top: 90px;
  counter-reset: number 0;
}
.office-style-option-list__item{
  padding-left: 140px;
  position: relative;
}
.office-style-option-list__item::before{
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: var(--fontType02);
  font-size: 56px;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.office-style-option-list__item.is-inview::before{
  opacity: 1;
  transition: opacity .6s;
}
.--women .office-style-option-list__item::before{
  color: var(--womenColor01);
}
.--men .office-style-option-list__item::before{
  color: var(--menColor02);
}
.office-style-option-list__item::after{
  content: "";
  width: 2px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 95px;
  transform: rotate(30deg);
  opacity: 0;
}
.office-style-option-list__item.is-inview::after{
  opacity: 1;
  transition: opacity .6s;
}
.--women .office-style-option-list__item::after{
  background: var(--womenColor01);
}
.--men .office-style-option-list__item::after{
  background: var(--menColor02);
}
.office-style-headline04{
  font-family: var(--fontType03);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.83;
  margin-bottom: 25px;
}
.office-style-option-item-list{
  margin-top: 30px;
}
.office-style-option-item-list > * + *{
  margin-top: 20px;
}
.office-style-option-item-list__item{
  position: relative;
}
.office-style-option-item-list__item a{
  display: block;
  position: relative;
  padding-right: 60px;
  text-decoration: none;
}
.office-style-option-item-list__item a::after{
  content:"";
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background: #151F20 url(../../img/usr/freepage/2025_office_style/icon_arrow.png) center top 6px no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .4s;
}
.--women .office-style-option-item-list__item a:hover::after{
  background: var(--womenColor01) url(../../img/usr/freepage/2025_office_style/icon_arrow.png) center top 6px no-repeat;
}
.--men .office-style-option-item-list__item a:hover::after{
  background: var(--menColor01) url(../../img/usr/freepage/2025_office_style/icon_arrow.png) center top 6px no-repeat;
}
.office-style-option-item-list__item dl{
  display: flex;
}
.office-style-option-item-list__item dt{
  width: 60%;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.office-style-option-item-list__item dd{
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 40%;
  text-align: right;
}
.office-style-option-item-list__item dd .tax{
  font-size: 11px;
  margin-left: 10px;
}
.office-style-option-item-list__item dd .small{
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.office-style-other{
  margin-bottom: 110px;
}
.office-style-btn-list{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.office-style-btn-list__item{
  width: calc((100% - 48px) / 3);
}
.office-style-btn-list__item a{
  font-family: var(--fontType02);
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
  border: 1px solid #B8A381;
  padding: 17px 30px;
  position: relative;
  transition: .4s;
  text-decoration: none;
}
.--women .office-style-btn-list__item a{
  border: 1px solid #B8A381;
}
.--men .office-style-btn-list__item a{
  border: 1px solid #5B6998;
}
.office-style-btn-list__item a::after{
  content:"";
  width: 7px;
  height: 7px;
  border-top: 1px solid #141F20;
  border-right: 1px solid #141F20;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.--women  .office-style-btn-list__item a:hover{
  color: #FFF;
  background: #B8A381;
}
.--men  .office-style-btn-list__item a:hover{
  color: #FFF;
  background: #5B6998;
}
.office-style-btn-list__item a:hover::after{
  border-color: #FFF;
}
.sns-wrap {
	width:100%;
	margin:0 auto;
	padding: 0 4%;
	overflow: hidden
}
#utility{
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
#utility h1{
	float:left;
}
#utility ul{
	float:right;
	padding: 0;
}
#utility ul li{
	padding-left:10px;
	float:left;
}
#utility ul li.sns_twitter {
    padding-top: 2%;
}
#utility ul li.sns_fb{
	width:100px;
	overflow:hidden;
}

/* スライドトグル */
.slide-toggle-trigger {
  all: unset;
  color: #151F20;
  display: block;
  font-family: "Hiragino Mincho ProN","游明朝", YuMincho, serif;
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.667;
  padding-inline: 16px;
  margin-block: 30px;
  margin-inline: auto;
  width: fit-content;
  position: relative;
}
.slide-toggle-trigger::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: .4em;
  height: .4em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: calc(50% - .2em);
  right: 0;
}
.slide-toggle-trigger.is-open::after {
  transform: translateY(25%) rotate(-45deg);
}
.slide-toggle-trigger + * {
  display: none;
}

@media (max-width:834px){
  #fixed_footer_nav{
    display: none;
  }
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  .office-style2025 {
    min-width: auto;
  }
  .office-style2025.is-fixed{
    padding-top: 50px;
  }
  .office-style2025-inner {
    padding: 0;
  }
  .gender-select-btn-list {
    height: 50px;
  }
  .office-style2025-logo{
    padding: 20px 0;
  }
  .office-style2025-logo img{
    width: 160px;
    height: auto;
  }
  .office-style-headline {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .office-style-header {
    row-gap: 10px;
    margin: 0 0 33px;
  }
  .office-style-headline__sub {
    font-size: 16px;
  }
  .office-style-gender-select-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .office-style-gender-select-list__item {
    width: 100%;
  }
  .office-style-gender-select-list__item a {
    height: auto;
    min-height: auto;
  }
  .office-style-gender-select-list__item-img{
    aspect-ratio: 16 / 9;
  }
  .office-style-gender-select-list__item-name {
    font-size: 20px;
    text-shadow: #252525 2px 0 10px;
    left: 50px;
  }
  /*.office-style-gender-select-list__item.--women .office-style-gender-select-list__item-name {
    left: 84px;
  }
  .office-style-gender-select-list__item.--men .office-style-gender-select-list__item-name {
    left: 60px;
  }*/
  .office-style-mv {
    margin-bottom: 55px;
  }
  .office-style-mv-slider {
    aspect-ratio: 9/16;
  }
  .office-style-mv-desc{
    filter: drop-shadow(2px 4px 8px black);
    left: 0;
    padding-left: 6vw;
    transform: none;
    top: 37%;
    text-align: left;
  }
  .office-style-mv-text01{
    color: #fff;
    font-size: clamp(30px, calc(50 / 390 * 100vw), 50px);
    letter-spacing: 0.09em;
  }
  .office-style-mv-text02{
    color: #fff;
    font-size: clamp(30px, calc(50 / 390 * 100vw), 50px);
    margin-top: clamp(4px, 0.019rem + 0.99vw, 8px);
    letter-spacing: 0.09em;
  }
  .office-style-mv-text03{
    color: #fff;
    font-size: clamp(11px, calc(16 / 390 * 100vw), 16px);
    margin-bottom: 8px;
  }
  .office-style-mv-logo{
    filter: drop-shadow(2px 4px 8px black);
    top: auto;
    right: 10px;
    bottom: 20px;
  }
  .office-style-mv-logo img{
    width: 100px;
  }
  .office-style-intro{
    margin-bottom: 123px;
  }
  .office-style-container {
    width: 100%;
    padding: 0 min(20px, calc(20 / 390 * 100vw));
  }
  .office-style-headline01 {
    font-size: min(26px, calc(26 / 390 * 100vw));
    letter-spacing: .02em;
    line-height: calc(44 / 26);
    text-align: left;
    margin-bottom: 20px;
  }
  .office-style-intro .office-style-text{
    text-align: left;
  }
  .office-style-intro-list {
    gap: 42px;
    margin-top: 84px;
  }
  .--men .office-style-intro-list {
    margin-top: 82px;
  }
  .office-style-intro-list__item a {
    width: 100%;
    height: auto;
  }
  .office-style-intro-list__item-name {
    font-size: 24px;
    top: -22px;
  }
  .--men .office-style-intro-list__item-name {
    font-size: 24px;
    line-height: 2.5;
    top: -32px;
  }
 .--men .office-style-intro-list__item-name.oc-pc {
    top: -32px;
  }
  .office-style-intro-list__item a::after {
    bottom: 18px;
  }
  .office-style-coordinate-list__item {
    padding-top: 83px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .office-style-coordinate-list__item::before {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .office-style-coordinate-list__item-box {
    width: 100%;
    gap: 40px;
    flex-direction: column-reverse;
    position: static;
  }
  .--reverse .office-style-coordinate-list__item-box {
    flex-direction: column-reverse;
  }
  .office-style-coordinate-list__item-box-left {
    width: 100%;
    padding: 0 20px;
  }
  .office-style-coordinate-list__item-box-right {
    width: 100%;
    padding: 0 20px;
  }
  .office-style-option-list__item-btn{
    margin-top: 20px;
  }
  .office-style-option-list__item-btn a{
    width: 100%;
  }
  .office-style-headline02 {
    font-size: 22px;
    letter-spacing: .1em;
    line-height: calc(40 / 22);
    margin-bottom: 40px;
  }
  .office-style-coordinate-list__item-box-left .office-style-headline02{
    position: absolute;
    top: -21px;
    left: 20px;
    z-index: 2;
  }
  /* .--reverse .office-style-coordinate-list__item-box-left .office-style-headline02 {
    left: inherit;
    right: 10px;
  } */
  .office-style-headline02.--sp-2line {
    line-height: 1.25;
    top: -102px;
  }
  .office-style-coordinate-list-slider.swiper {
    margin-bottom: 0;
  }
  .office-style-headline03 {
    margin-bottom: 10px;
  }
  .office-style-coordinate__recommend {
    padding: 35px 20px;
    margin-left: -20px;
    position: relative;
  }
  .office-style-coordinate__recommend-list > * + * {
    margin-top: 10px;
  }
  .office-style-coordinate__recommend-list li{
  font-size: 15px;
}
  .office-style-coordinate__recommend-title {
    margin-bottom: 15px;
  }
  .office-style-coordinate-list__item-list-item{
  padding: 12px 0;
}
  .office-style-coordinate-list__item-list-item dl {
    position: relative;
  }
  .office-style-coordinate-list__item-list-item dd {
    font-size: 14px;
}
  .office-style-coordinate-list__item-list-item dd .small{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .office-style-coordinate-list__item-list-item dt{
  font-size: 14px;
  }
  .office-style-coordinate-list__item-list{
    margin-top: 20px;
  }
  .office-style-option {
    margin-bottom: 60px;
    padding: 60px 0;
  }
  .office-style-option .office-style-option-headline02 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .office-style-headline02__sub {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .office-style-option .office-style-headline02__sub {
    text-align: left;
  }
  .office-style-headline03 {
    font-size: 22px;
    line-height: 1.57;
  }
  .office-style-option .office-style-headline03 {
    text-align: left;
  }
  .office-style-option .office-style-option-text {
    font-size: 16px;
    letter-spacing: .2em;
    line-height: calc(30 / 16);
  }
  .office-style-option .office-style-text {
    text-align: left;
  }
  .office-style-option-list {
    margin-top: 60px;
  }
  .office-style-option-list__item {
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
  }
  .office-style-option-list__item-left {
    width: 100%;
  }
  .office-style-option-list__item-right {
    width: 100%;
  }
  .office-style-option-list__item::before {
    font-size: 40px;
  }
  .office-style-option-list__item::after {
    left: 54px;
  }
  .office-style-headline04 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .office-style-option .office-style-headline04 {
    min-height: 75px;
    padding-left: 95px;
  }
  .office-style-option-list__item-img img{
    width: 100%;
    height: auto;
  }
  .office-style-option-list__item-img{
    margin-bottom: 20px;
  }
  .office-style-option-item-list > * + * {
    margin-top: 10px;
  }
  .office-style-option-list > * + * {
    margin-top: 60px;
  }
  .office-style-btn-list {
    gap: 16px;
  }
  .office-style-btn-list__item {
    width: 100%;
  }
  .office-style-other {
    margin-bottom: 60px;
  }
  #utility ul li.sns_fb{
    padding-top: 2%;
  }
}