@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #3B3747 !important;
}

.com-bg-text {
  background-color: #3B3747 !important;
}

.com-txt-color-main {
  color: #56BFC3 !important;
}

.com-bg-main {
  background-color: #56BFC3 !important;
}

.com-txt-color-danger {
  color: red !important;
}

.com-bg-danger {
  background-color: red !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-dark {
  color: #292631 !important;
}

.com-bg-dark {
  background-color: #292631 !important;
}

.com-txt-color-gray01 {
  color: #F6F6F6 !important;
}

.com-bg-gray01 {
  background-color: #F6F6F6 !important;
}

.com-txt-color-pink01 {
  color: #d64869 !important;
}

.com-bg-pink01 {
  background-color: #d64869 !important;
}

.com-txt-color-border01 {
  color: #E5E5E5 !important;
}

.com-bg-border01 {
  background-color: #E5E5E5 !important;
}

.com-txt-color-border02 {
  color: #4E4B59 !important;
}

.com-bg-border02 {
  background-color: #4E4B59 !important;
}

.com-txt-color-grad01 {
  color: linear-gradient(311deg, #ec3b3b 0%, #e33c42 100%) !important;
}

.com-bg-grad01 {
  background-color: linear-gradient(311deg, #ec3b3b 0%, #e33c42 100%) !important;
}

.com-txt-color-grad02 {
  color: linear-gradient(90deg, #881384 0%, #ac1c65 25%, #d22043 50%, #ec633c 75%, #ecc33b 100%) !important;
}

.com-bg-grad02 {
  background-color: linear-gradient(90deg, #881384 0%, #ac1c65 25%, #d22043 50%, #ec633c 75%, #ecc33b 100%) !important;
}

.com-txt-color-facebook {
  color: #315096 !important;
}

.com-bg-facebook {
  background-color: #315096 !important;
}

.com-txt-color-twitter {
  color: #1da1f2 !important;
}

.com-bg-twitter {
  background-color: #1da1f2 !important;
}

.com-txt-color-youtube {
  color: #FF0000 !important;
}

.com-bg-youtube {
  background-color: #FF0000 !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

/* リンクアイコン
====================================== */
/* ホバーアニメーション
====================================== */
/* 汎用インナー
====================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 15px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2;
  color: #3B3747;
  font-size: 15px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #3B3747;
  line-height: 1.2;
}

p {
  margin: 0;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #3B3747;
  transition: .4s;
}

a:before, a:after {
  transition: .4s;
}

a:hover {
  color: #3B3747;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.06667rem;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="reset"]):not([type="button"]):not([type="image"]),
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: .4em;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 1rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 960px;
}

.uk-container-small {
  max-width: 375px;
}

.uk-container-large {
  max-width: 1400px;
}

.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* #header
====================================== */
#header {
  --header-color-01: map-get($colors, dark);
  --header-color-02: #fff;
  --header-color-03: map-get($colors, text);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: var(--header-color-01);
  background: var(--header-color-02);
  transition: transform .4s ease, background-color .4s ease;
}

#header .header-inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60px;
}

@media (min-width: 1024px) {
  #header .header-inner {
    height: 100px;
    padding-right: 180px;
  }
}

#header .header-logo {
  height: 100%;
  margin: 0 auto 0 0;
  padding: 5px 15px;
}

@media (min-width: 1024px) {
  #header .header-logo {
    padding: 10px 23px;
  }
}

#header .header-logo a {
  display: flex;
  align-items: center;
  width: 210px;
  height: 100%;
  transition: opacity .3s;
}

#header .header-logo a:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #header .header-logo a {
    width: 291px;
  }
}

#header .header-logo img {
  transition: opacity .3s ease;
}

#header .header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 20px;
}

@media (max-width: 1023px) {
  #header .header-content .header-content-top {
    display: none;
  }
}

#header .header-content .header-contact {
  display: flex;
  align-items: baseline;
  line-height: 1;
}

#header .header-content .header-contact .text {
  font-size: 14px;
  font-size: 0.93333rem;
}

#header .header-content .header-contact .tel {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  margin-left: 13px;
}

#header .header-content .header-contact .tel a {
  color: var(--header-color-01);
  font-size: 24px;
  font-size: 1.6rem;
  font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 900;
  margin-left: 4px;
  text-decoration: none;
  letter-spacing: .01em;
}

#header .header-btn-contact {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 100px;
  background: linear-gradient(311deg, #ec3b3b 0%, #e33c42 100%);
  color: #fff;
  pointer-events: all;
  transition: opacity .3s;
  transition: opacity .3s ease, transform .4s ease;
}

@media (max-width: 1023px) {
  #header .header-btn-contact {
    display: none;
  }
}

#header .header-btn-contact:hover {
  opacity: 0.6;
  text-decoration: none;
}

#header .header-btn-contact .icon {
  margin-left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: transform .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#header .header-btn-contact .icon::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0 2px 0 0;
  transform: rotate(45deg) translate(-1px, 1px);
  transition: transform .3s .1s ease;
}

#header .header-btn-toggle {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

#header .header-btn-toggle > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #292631;
}

@media (min-width: 1024px) {
  #header .header-btn-toggle > a {
    display: none;
  }
}

#header .header-btn-toggle .bar {
  position: relative;
  width: 26px;
  height: 18px;
}

#header .header-btn-toggle .bar > * {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: .2s;
}

#header .header-btn-toggle .bar > *:nth-child(1) {
  top: 0;
}

#header .header-btn-toggle .bar > *:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

#header .header-btn-toggle .bar > *:nth-child(3) {
  bottom: 0;
}

#header .header-btn-toggle .text {
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.1;
  margin-top: 4px;
  transition: .2s opacity ease-in;
}

#header.is-open .header-btn-toggle .bar > *:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

#header.is-open .header-btn-toggle .bar > *:nth-child(2) {
  opacity: 0;
}

#header.is-open .header-btn-toggle .bar > *:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

#header.is-open .header-btn-toggle .text {
  opacity: 0;
}

body.home #header {
  --header-color-01: #fff;
  --header-color-02: map-get($colors, dark);
  background: transparent;
}

body.home #header .header-logo a {
  position: relative;
}

body.home #header .header-logo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/parts/logo_01.svg) left center no-repeat;
  background-size: contain;
  transition: opacity .3s ease;
}

body.home #header .header-logo a img {
  opacity: 0;
}

body.home #header #gnav .gnav-content > .corporate::before {
  background: var(--header-color-01);
}

body.home #header.halfway, body.home #header.open {
  --header-color-01: map-get($colors, dark);
  --header-color-02: #fff;
  background: #fff;
}

body.home #header.halfway .header-logo a::before, body.home #header.open .header-logo a::before {
  opacity: 0;
}

body.home #header.halfway .header-logo a img, body.home #header.open .header-logo a img {
  opacity: 1;
}

body.home #header.halfway #gnav .gnav-content > .corporate::before, body.home #header.open #gnav .gnav-content > .corporate::before {
  background: #292631;
}

#header.scroll:not(.open) {
  transform: translateY(-100%);
  pointer-events: none;
}

#header.scroll:not(.open) .header-btn-contact {
  transform: translateY(100%);
  transition: opacity .3s ease, transform .4s .5s ease;
}

/* gnav
====================================== */
#gnav {
  --gnav-color-01: #fff;
  --gnav-color-02: #3B3747;
  margin-top: 22px;
  font-size: 15px;
  font-size: 1rem;
}

@media (max-width: 1279px) {
  #gnav {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 1023px) {
  #gnav {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #292631;
    overflow-y: auto;
    opacity: 0;
    transform: scale(0.98);
    pointer-events: none;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .header.is-open #gnav {
    opacity: 1;
    transform: scale(1.00001);
    pointer-events: all;
  }
  #gnav .gnav-inner {
    padding: 42px 25px 28px;
  }
  #gnav .gnav-content .item a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    min-height: 50px;
    padding: 14px 0 15px;
    border-bottom: 1px solid #4F4C55;
    line-height: 1.46;
  }
  #gnav .gnav-content .item.is-top {
    padding-top: 0;
  }
  #gnav .gnav-content .item.is-submenu > a {
    position: relative;
    padding-right: 30px;
  }
  #gnav .gnav-content .item.is-submenu > a::before, #gnav .gnav-content .item.is-submenu > a::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 16px;
    height: 1px;
    background: #fff;
  }
  #gnav .gnav-content .item.is-submenu > a::after {
    transform: rotate(90deg);
  }
  #gnav .gnav-content .item.is-submenu > a.is-open::after {
    display: none;
  }
  #gnav .gnav-content .subnav {
    display: none;
  }
  #gnav .gnav-content .subnav-list {
    -webkit-column-count: unset;
    column-count: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.8vw;
    column-gap: 5.8vw;
    align-items: center;
  }
  #gnav .gnav-content .subnav-item > a, #gnav .gnav-content .subnav-item > div {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    height: 100%;
    padding: 14px 0 15px 1.5em;
    font-size: 13px;
    font-size: 0.86667rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.38;
    border-bottom: 1px solid #4F4C55;
  }
  #gnav .gnav-content .subnav-item > a::before, #gnav .gnav-content .subnav-item > div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 5px;
    height: 5px;
    transform: translate(0, -50%) rotate(45deg);
    border-top: 1px solid #949398;
    border-right: 1px solid #949398;
  }
  #gnav .gnav-content .subnav-item > *:not(a) {
    opacity: .7;
  }
  #gnav .gnav-content .subnav-item.columnspan {
    grid-column: span 2;
  }
  #gnav .gnav-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
    column-gap: 10px;
    margin-top: 52px;
  }
  #gnav .gnav-contact .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    height: 100%;
    padding: 8px;
    color: #fff;
    text-align: center;
  }
  #gnav .gnav-contact .link .tit {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #gnav .gnav-contact .link .tit::before {
    margin-right: 7px;
    background: center no-repeat;
    background-size: contain;
  }
  #gnav .gnav-contact .link .text {
    font-size: 9px;
    font-size: 0.6rem;
    line-height: 1.5;
  }
  #gnav .gnav-contact .link.tel {
    background: #E13C44;
  }
  #gnav .gnav-contact .link.tel .tit::before {
    content: "";
    width: 10px;
    height: 17px;
    background-image: url(../img/common/parts/icon_phone.svg);
  }
  #gnav .gnav-contact .link.mail {
    background: #4D4B58;
  }
  #gnav .gnav-contact .link.mail .tit::before {
    content: "";
    width: 16px;
    height: 11px;
    background-image: url(../img/common/parts/icon_mail.svg);
  }
  #gnav .gnav-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 6px;
    column-gap: 6px;
    margin-top: 35px;
  }
  #gnav .gnav-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    min-height: 40px;
    padding: 5px;
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 1.5;
    color: #fff;
  }
}

@media (min-width: 1024px) {
  #gnav .gnav-content {
    display: flex;
    margin-left: -2em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #gnav .gnav-content {
    margin-left: -1.25vw;
  }
}

@media (min-width: 1024px) {
  #gnav .gnav-content > .item {
    position: relative;
    line-height: 1.5;
    padding-left: 2em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #gnav .gnav-content > .item {
    padding-left: 1.25vw;
  }
}

@media (min-width: 1024px) {
  #gnav .gnav-content > .item > * {
    color: var(--header-color-01);
    cursor: pointer;
    padding: 15px 0;
    transition: opacity .3s;
  }
  #gnav .gnav-content > .item > *:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  #gnav .gnav-content > .corporate {
    margin-left: 2em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #gnav .gnav-content > .corporate {
    margin-left: 1.25vw;
  }
}

@media (min-width: 1024px) {
  #gnav .gnav-content > .corporate::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 1em;
    background: #292631;
    transform: translateY(-50%);
    transition: .2s ease;
  }
  #gnav .gnav-content .subnav {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translate(-50%, -5px);
    margin-left: .5em;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    transition: opacity .3s ease, transform .35s ease;
  }
  #gnav .gnav-content .subnav-list {
    position: relative;
    width: 438px;
    padding: 36px;
    background: var(--gnav-color-02);
  }
  #gnav .gnav-content .subnav-list::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid var(--gnav-color-02);
  }
  #gnav .gnav-content .subnav-list.single {
    width: 237px;
  }
  #gnav .gnav-content .subnav-item {
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #gnav .gnav-content .subnav-item::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 2px;
    background: var(--gnav-color-01);
  }
  #gnav .gnav-content .subnav-item > * {
    color: var(--gnav-color-01);
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 1.5;
  }
  #gnav .gnav-content .subnav-item > *:not(a) {
    opacity: .7;
  }
  #gnav .gnav-content .subnav-item > a {
    transition: opacity .3s;
    cursor: pointer;
  }
  #gnav .gnav-content .subnav-item > a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  #gnav .gnav-content .subnav-item.top {
    display: none;
  }
  #gnav .gnav-content > .item.is-top {
    display: none;
  }
  #gnav .gnav-content > .item.is-submenu:hover .subnav {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  #gnav .gnav-contact {
    display: none;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  #gnav .gnav-bottom {
    display: none;
  }
}

@media (min-width: 1024px) {
  body.home .header #gnav {
    --gnav-color-01: #3B3747;
    --gnav-color-02: #fff;
  }
  body.home .header.halfway #gnav,
  body.home .header.open #gnav {
    --gnav-color-01: #fff;
    --gnav-color-02: #3B3747;
  }
  body.home .header.halfway #gnav .subnav-list,
  body.home .header.open #gnav .subnav-list {
    background: var(--gnav-color-02);
  }
  body.home .header.halfway #gnav .subnav-list::before,
  body.home .header.open #gnav .subnav-list::before {
    border-bottom-color: var(--gnav-color-02);
  }
  body.home .header.halfway #gnav .subnav-item::before,
  body.home .header.open #gnav .subnav-item::before {
    background: var(--gnav-color-01);
  }
  body.home .header.halfway #gnav .subnav-item a,
  body.home .header.open #gnav .subnav-item a {
    color: var(--gnav-color-01);
  }
}

/* #footer
====================================== */
@media (min-width: 1024px) {
  #footer .footer-inner {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: calc(1040px + 10%);
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  #footer .footer-inner {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

#footer .footer-contact {
  padding: 58px 40px;
  color: #fff;
  background: #292631;
}

@media (min-width: 1024px) {
  #footer .footer-contact .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  #footer .footer-contact .footer-inner > * {
    text-align: center;
  }
}

#footer .footer-contact .tit {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #footer .footer-contact .tit {
    flex: 1;
    white-space: nowrap;
    font-size: 20px;
    font-size: 1.33333rem;
    margin-left: 0;
    margin-right: auto;
  }
}

#footer .footer-contact .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

@media (min-width: 1024px) {
  #footer .footer-contact .tel {
    flex: 1;
    margin-top: 0;
    margin-left: 36px;
    margin-right: 36px;
  }
}

#footer .footer-contact .tel::before {
  content: "";
  width: 69px;
  height: 36px;
  background: url(../img/common/parts/icon_freeaccess.svg) center no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 4px;
}

@media (min-width: 1024px) {
  #footer .footer-contact .tel::before {
    width: 80px;
    height: 43px;
  }
}

#footer .footer-contact .tel a {
  font-size: 31px;
  font-size: 2.06667rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.48;
  color: #fff;
}

@media (min-width: 1024px) {
  #footer .footer-contact .tel a {
    font-size: 37px;
    font-size: 2.46667rem;
    white-space: nowrap;
  }
}

#footer .footer-contact .time {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
  font-size: 11px;
  font-size: 0.73333rem;
  line-height: 1.5;
  margin-left: -2em;
}

#footer .footer-contact .time span {
  padding-left: 2em;
}

@media (min-width: 1024px) {
  #footer .footer-contact .time {
    justify-content: flex-start;
    margin-top: 0;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  #footer .footer-contact .time span {
    display: inline-block;
    white-space: nowrap;
  }
}

#footer .footer-office {
  padding: 32px 25px;
}

@media (min-width: 1024px) {
  #footer .footer-office {
    padding: 85px 40px 30px;
  }
}

@media (max-width: 1023px) {
  #footer .footer-office .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

@media (max-width: 767px) {
  #footer .footer-office .list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  #footer .footer-office .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: 205px;
  }
  #footer .footer-office .list > .item {
    margin-left: 30px;
  }
}

@media (max-width: 1023px) {
  #footer .footer-office .list.list-type-01 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  #footer .footer-office .list.list-type-01 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  #footer .footer-office .list.list-type-01 .tit {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  #footer .footer-office .list.list-type-01 .tit {
    grid-column: span 1;
  }
}

#footer .footer-office .tit {
  grid-column: span 2;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 768px) {
  #footer .footer-office .tit {
    grid-column: span 4;
  }
}

@media (min-width: 1024px) {
  #footer .footer-office .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    height: 100%;
    font-size: 22px;
    font-size: 1.46667rem;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #E5E5E5;
  }
}

#footer .footer-office .link {
  position: relative;
  font-size: 14px;
  font-size: 0.93333rem;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  #footer .footer-office .link {
    font-size: 16px;
    font-size: 1.06667rem;
    text-decoration: none;
  }
}

#footer .footer-office .link::after {
  content: "";
  display: inline-block;
  transform: translateY(-2px) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border-top: 1px solid #3B3747;
  border-right: 1px solid #3B3747;
}

@media (min-width: 1024px) {
  #footer .footer-office .link::after {
    width: 9px;
    height: 9px;
  }
}

#footer .footer-office .link:hover {
  opacity: 0.6;
  text-decoration: none;
}

#footer .footer-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 50px 25px 63px;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #footer .footer-foot {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 43px 38px 46px;
  }
}

#footer .footer-logo {
  display: flex;
}

#footer .footer-logo .inner {
  margin: auto;
}

#footer .footer-logo .text {
  font-size: 12px;
  font-size: 0.8rem;
  margin-top: 0.2em;
  margin-left: 65px;
}

#footer .footer-sns-link {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #footer .footer-sns-link {
    flex-direction: row;
  }
}

#footer .footer-sns {
  display: flex;
  justify-content: center;
  margin-left: -16px;
}

@media (min-width: 1024px) {
  #footer .footer-sns {
    order: 2;
    margin-left: -13px;
  }
}

#footer .footer-sns > * {
  padding-left: 16px;
}

@media (min-width: 1024px) {
  #footer .footer-sns > * {
    padding-left: 13px;
  }
}

#footer .footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 2px;
  padding: 5px;
}

@media (min-width: 1024px) {
  #footer .footer-sns a {
    width: 35px;
    height: 35px;
  }
}

#footer .footer-sns a.youtube {
  background: #FF0000;
}

#footer .footer-sns a.facebook {
  background: #315096;
}

#footer .footer-sns a.twitter {
  background: #1da1f2;
}

#footer .footer-sns a.instagram {
  position: relative;
  background: linear-gradient(to bottom right, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
}

#footer .footer-sns a.instagram:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*全体を覆う*/
  height: 100%;
  /*全体を覆う*/
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  border-radius: 2px;
}

#footer .footer-sns a.instagram img {
  z-index: 2;
}

#footer .footer-sns a.tiktok {
  background: black;
}

#footer .footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 38px;
  margin-left: -20px;
}

@media (min-width: 1024px) {
  #footer .footer-link {
    order: 1;
    margin-top: 0;
    margin-left: -40px;
    margin-right: 56px;
  }
}

#footer .footer-link li {
  padding-left: 20px;
}

@media (min-width: 1024px) {
  #footer .footer-link li {
    padding-left: 40px;
  }
}

#footer .footer-link a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #4E4B59;
  text-decoration: underline;
  line-height: 1.4;
  transition: opacity .3s;
}

#footer .footer-link a:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #footer .footer-link a {
    text-decoration: none;
  }
}

#footer .footer-link img {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

@media (min-width: 1024px) {
  #footer .footer-link img {
    width: 25px;
    height: 25px;
  }
}

#footer .com-youtube {
  padding-top: 32px;
}

@media (min-width: 1024px) {
  #footer .com-youtube {
    padding-top: 70px;
    padding-bottom: 57px;
  }
}

.footer-attach {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 38px;
  transition: transform .42s ease-in-out;
  transform: translateX(-100%);
}

@media (min-width: 1024px) {
  .footer-attach {
    display: none;
  }
}

.footer-attach a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.footer-attach a.tel {
  background: #E13C44;
}

.footer-attach a.tel img {
  width: 21px;
}

.footer-attach a.mail {
  background: #4D4B58;
}

.footer-attach a.mail img {
  width: 31px;
}

body.is-scroll .footer-attach {
  transform: translateX(0);
}

/* parts
====================================== */
/* pagetop
-------------------------------------- */
.pagetop {
  font-size: 10px;
  font-size: 0.66667rem;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

/* footer-nav
-------------------------------------- */
/* .copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 11px;
  font-size: 0.73333rem;
}

#offcanvas {
  opacity: 0;
  transition: opacity .4s;
}

#offcanvas.uk-open {
  opacity: 1;
}

.uk-offcanvas-bar {
  background: transparent;
  padding: 0;
  width: 100%;
}

.uk-nav .uk-nav-header {
  background: #56BFC3;
  padding: .5em 1em;
  border-bottom: 0;
}

.uk-nav > li {
  border-bottom: 1px solid #DCDCDC;
}

.uk-nav > li a {
  padding: .5em 1em;
  color: #3B3747 !important;
}

.uk-nav .uk-parent a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  height: 2em !important;
}

.uk-nav .uk-parent.uk-open a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}

.uk-nav .uk-nav-sub {
  background: #F5F5F5;
  padding: 0;
}

.uk-nav .uk-nav-sub li a {
  padding: .5em 1em;
  padding-left: 2em;
}

.uk-nav .uk-nav-sub li + li {
  border-top: 1px solid #fff;
}

.top-kv {
  width: 100%;
  height: 100vh;
  min-height: 400px;
  max-height: 647px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .top-kv {
    min-height: 600px;
    max-height: 867px;
  }
}

.top-kvContainer {
  height: 100%;
}

.top-kvSlide {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .top-kvSlide {
    padding-top: 100px;
  }
}

.top-kvSlide .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

@media (min-width: 1024px) {
  .top-kvSlide .inner {
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  .top-kvSlide .inner {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.top-kvSlide .catch {
  padding: 0 4% 13.91% 10.66%;
}

@media (min-width: 1024px) {
  .top-kvSlide .catch {
    padding: 0;
  }
}

.top-kvSlide .catch .main {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .top-kvSlide .catch .main {
    margin-bottom: 36px;
  }
}

.top-kvSlide .catch .main > a {
  display: flex;
  align-items: center;
  font-size: 8vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  transition: opacity .3s;
}

.top-kvSlide .catch .main > a:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .top-kvSlide .catch .main > a {
    font-size: 80px;
    font-size: 5.33333rem;
  }
}

.top-kvSlide .catch .main > a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 100%;
  transition: transform .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 4px;
  margin-left: 6px;
  border-width: 2px;
}

.top-kvSlide .catch .main > a .icon::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  border-radius: 0 2px 0 0;
  transform: rotate(45deg) translate(-1px, 1px);
  transition: transform .3s .1s ease;
}

@media (min-width: 1024px) {
  .top-kvSlide .catch .main > a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid #eee;
    border-radius: 100%;
    transition: transform .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 12px;
    margin-left: 17px;
    border-width: 2px;
  }
  .top-kvSlide .catch .main > a .icon::after {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-radius: 0 2px 0 0;
    transform: rotate(45deg) translate(-1px, 1px);
    transition: transform .3s .1s ease;
  }
}

.top-kvSlide .catch .text {
  color: #fff;
  font-weight: bold;
  line-height: 2;
  font-size: 4vw;
}

@media (min-width: 1024px) {
  .top-kvSlide .catch .text {
    font-size: 26px;
    font-size: 1.73333rem;
  }
}

.top-kvSlide .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.15);
}

.top-kvSlide .bg img {
  display: block;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.top-kv .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-kv .swiper-slide-prev .bg,
.top-kv .swiper-slide-active .bg,
.top-kv .swiper-slide-duplicate-active .bg {
  animation: slideZoom 10s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes slideZoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.top-service-personal {
  position: relative;
  z-index: 2;
}

.top-service-personal .inner {
  padding: 34px 20px;
  background: #fff;
}

@media (min-width: 1024px) {
  .top-service-personal .inner {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 58px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  .top-service-personal .inner {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (min-width: 1024px) {
  .top-service-personal .inner .com-tit-01, .top-service-personal .inner .location-tit {
    margin-bottom: 30px;
  }
}

.top-service-personal .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 27px;
}

@media (min-width: 1024px) {
  .top-service-personal .list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 4.285%;
  }
}

.top-service-personal .list > *:nth-child(n + 2) + * {
  margin-top: -1px;
}

.top-service-personal .link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.2;
  color: #4E4B59;
  font-weight: 500;
}

.top-service-personal .link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #3B3747;
  border-radius: 100%;
  margin-right: 13px;
}

@media (max-width: 1023px) {
  .top-service-personal .link {
    min-height: 50px;
    padding: 5px 20px 5px 8px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
  .top-service-personal .link .icon {
    display: none;
  }
}

@media (min-width: 1024px) {
  .top-service-personal .link {
    min-height: 72px;
    padding: 5px 0;
  }
  .top-service-personal .link:not(.no-border) {
    border-bottom: 1px solid #E5E5E5;
  }
}

.top-service-personal a.link {
  transition: opacity .3s;
}

.top-service-personal a.link:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .top-service-personal a.link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #3B3747;
    border-right: 2px solid #3B3747;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media (max-width: 1023px) {
  .top-service-other > * + * {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .top-service-other {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: -90px;
  }
}

@media (min-width: 1024px) {
  .top-service-other .com-banner-01 {
    padding-top: 90px;
    height: 440px;
  }
}

.top-service-other .com-banner-01.banner-01::after {
  content: "";
  background: url(../img/home/02_01.jpg) center no-repeat;
  background-size: cover;
}

.top-service-other .com-banner-01.banner-02::after {
  content: "";
  background: url(../img/home/02_02.jpg) center no-repeat;
  background-size: cover;
}

.top-feature {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 1024px) {
  .top-feature {
    padding-top: 100px;
  }
}

.top-feature-panel {
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 1024px) {
  .top-feature-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  .top-feature-panel {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.top-feature-panelImg {
  height: 650px;
  margin-left: -23.75vw;
}

@media (max-width: 1023px) {
  .top-feature-panelImg {
    display: none;
  }
}

.top-feature-panelImg img {
  object-fit: cover;
  object-position: right center;
  width: 100%;
  height: 650px;
}

@media (min-width: 1024px) {
  .top-feature-panelContent {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 6.42%;
  }
}

.top-feature-panelContent .heading {
  margin-bottom: 38px;
  text-align: center;
}

@media (min-width: 1024px) {
  .top-feature-panelContent .heading {
    margin-bottom: 80px;
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .top-feature-panelContent .heading .com-tit-01, .top-feature-panelContent .heading .location-tit {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 8px;
  }
  .top-feature-panelContent .heading .com-tit-01::after, .top-feature-panelContent .heading .location-tit::after {
    margin: 7px auto 0;
  }
}

.top-feature-panelContent .heading .text {
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .top-feature-panelContent .heading .text {
    margin-top: 10px;
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.top-feature-list {
  display: grid;
  grid-row-gap: 20px;
}

@media (min-width: 768px) {
  .top-feature-list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 32px;
  }
}

@media (min-width: 1024px) {
  .top-feature-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1280px) {
  .top-feature-list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 65px;
    grid-row-gap: 40px;
  }
}

.top-feature-list .item {
  text-align: center;
}

@media (min-width: 1024px) {
  .top-feature-list .item {
    display: flex;
    text-align: left;
  }
}

.top-feature-list .img {
  width: 100px;
  height: 80px;
  margin: 0 auto 4px;
}

@media (min-width: 1024px) {
  .top-feature-list .img {
    width: 100px;
    height: 100px;
    margin: 0 25px 0 0;
  }
}

.top-feature-list .img img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .top-feature-list .img img {
    object-position: center;
  }
}

.top-feature-list .detail {
  flex: 1;
}

.top-feature-list .tit {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2px;
}

@media (min-width: 1024px) {
  .top-feature-list .tit {
    margin-bottom: 7px;
  }
}

.top-feature-list .text {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .top-feature-list .text {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.66;
  }
}

.top-feature-btn {
  margin-top: 37px;
  text-align: center;
}

@media (min-width: 1024px) {
  .top-feature-btn {
    margin-top: 58px;
    text-align: left;
  }
}

.top-news {
  margin-top: 35px;
}

@media (min-width: 1024px) {
  .top-news {
    padding-top: 85px;
  }
}

.top-news .com-header-01 {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .top-news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 64px;
    padding-bottom: 60px;
    border-bottom: 1px solid #E5E5E5;
  }
}

@media (max-width: 1023px) {
  .top-news-list > * {
    border-bottom: 1px solid #E5E5E5;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .top-news-list > *:first-child {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .top-news-list > * {
    border-top: 1px solid #E5E5E5;
    padding-top: 16px;
    padding-bottom: 15px;
  }
  .top-news-list > *:nth-child(-n+2) {
    padding-top: 0;
    border-top: none;
  }
}

.top-column {
  padding-top: 80px;
  padding-bottom: 70px;
}

@media (min-width: 1024px) {
  .top-column {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1023px) {
  .top-column-list > * + * {
    margin-top: 30px;
  }
  .top-column-list > *:first-child + * {
    margin-top: 42px;
  }
  .top-column-list > *:not(:first-child) .column-btn-01 {
    display: flex;
    align-items: flex-start;
  }
  .top-column-list > *:not(:first-child) .column-btn-01 .img {
    width: 100px;
    height: 100px;
  }
  .top-column-list > *:not(:first-child) .column-btn-01 .content {
    flex: 1;
    max-width: calc(100% - 100px);
    padding-left: 17px;
    padding-top: 10px;
  }
  .top-column-list > *:not(:first-child) .column-btn-01 .tit {
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 1.9;
    margin-top: 8px;
  }
  .top-column-list > *:not(:first-child) .column-btn-01 .date,
  .top-column-list > *:not(:first-child) .column-btn-01 .cat {
    padding-top: 2px;
    line-height: 1.2;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (min-width: 1024px) {
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr 0.65fr 0.65fr;
    grid-template-rows: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 40px;
  }
  .top-column-list > * {
    overflow: hidden;
  }
  .top-column-list > *:first-child {
    grid-row: span 2;
    padding-right: 20px;
  }
  .top-column-list > *:not(:first-child) .column-btn-01 .img::before {
    padding-top: 57.14286%;
  }
}

.top-bottom {
  position: relative;
}

@media (min-width: 1024px) {
  .top-bottom {
    padding-top: 132px;
    padding-bottom: 108px;
  }
}

@media (max-width: 1023px) {
  .top-bottom .inner {
    padding: 32px 25px 0;
  }
  .top-bottom .inner > * + * {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .top-bottom .inner {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
    column-gap: 60px;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  .top-bottom .inner {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.top-bottom .inner .item {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .top-bottom .inner .item:hover ~ .bg .bg-inner::before {
    opacity: .22;
  }
}

@media (min-width: 1024px) {
  .top-bottom .inner .item .com-banner-01 {
    min-height: 220px;
    transition: background-color .3s ease;
  }
  .top-bottom .inner .item .com-banner-01 .tit {
    font-size: 36px;
    font-size: 2.4rem;
  }
  .top-bottom .inner .item .com-banner-01:hover > * {
    opacity: 1;
  }
  .top-bottom .inner .item .com-banner-01:hover.lawyers {
    background-color: #272521;
  }
  .top-bottom .inner .item .com-banner-01:hover.recruitment {
    background-color: #0F2D41;
  }
}

.top-bottom .inner .item .com-banner-01.lawyers {
  background-color: #272521;
}

@media (min-width: 1024px) {
  .top-bottom .inner .item .com-banner-01.lawyers {
    background-color: rgba(39, 37, 33, 0.65);
  }
}

.top-bottom .inner .item .com-banner-01.recruitment {
  background-color: #0F2D41;
}

@media (min-width: 1024px) {
  .top-bottom .inner .item .com-banner-01.recruitment {
    background-color: rgba(15, 45, 65, 0.65);
  }
}

.top-bottom .inner .bg {
  margin: 32px -25px 0;
}

@media (min-width: 1024px) {
  .top-bottom .inner .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.top-bottom .inner .bg-inner {
  position: relative;
  height: 100%;
}

.top-bottom .inner .bg-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #262529;
  opacity: .22;
  transition: opacity .4s;
}

@media (min-width: 1024px) {
  .top-bottom .inner .bg-inner::before {
    opacity: .5;
  }
}

.top-bottom .inner .bg-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* container
====================================== */
.com-wrapper-01 {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .com-wrapper-01 {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.com-inner-01 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .com-inner-01 {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.page-head {
  padding-top: 90px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .page-head {
    padding-top: 180px;
  }
}

/* title タイトル
--------------------------------- */
.page-tit-01 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .page-tit-01 {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (min-width: 1024px) {
  .page-tit-01 {
    padding-bottom: 57px;
  }
}

.page-tit-01 .com-tit-01, .page-tit-01 .location-tit {
  margin: 0;
}

@media (min-width: 1024px) {
  .page-tit-01 .com-tit-01, .page-tit-01 .location-tit {
    font-size: 32px;
    font-size: 2.13333rem;
  }
}

.page-tit-01 .text {
  margin-top: 15px;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .page-tit-01 .text {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.page-tit-01.top {
  padding-top: 110px;
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .page-tit-01.top {
    padding-top: 210px;
    padding-bottom: 157px;
  }
}

.page-tit-01.top.small {
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .page-tit-01.top.small {
    padding-bottom: 90px;
  }
}

.com-tit-01, .location-tit {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: .025em;
}

@media (min-width: 1024px) {
  .com-tit-01, .location-tit {
    font-size: 32px;
    font-size: 2.13333rem;
  }
}

.com-tit-01::after, .location-tit::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #881384 0%, #ac1c65 25%, #d22043 50%, #ec633c 75%, #ecc33b 100%);
  margin-left: 9px;
}

@media (min-width: 1024px) {
  .com-tit-01::after, .location-tit::after {
    width: 60px;
    height: 3px;
    margin-left: 29px;
  }
}

.com-tit-01.small, .small.location-tit {
  font-size: 20px;
  font-size: 1.33333rem;
}

@media (min-width: 1024px) {
  .com-tit-01.small, .small.location-tit {
    font-size: 26px;
    font-size: 1.73333rem;
  }
}

.com-tit-02 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 8px;
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: bold;
  line-height: 1.5;
}

.com-tit-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #881384 0%, #ac1c65 25%, #d22043 50%, #ec633c 75%, #ecc33b 100%);
}

* + .com-tit-02 {
  margin-top: 60px;
}

.com-tit-03 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .com-tit-03 {
    padding-left: 50px;
  }
}

.com-tit-03::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 20px;
  height: 3px;
  margin-top: -1px;
  background: linear-gradient(90deg, #881384 0%, #ac1c65 25%, #d22043 50%, #ec633c 75%, #ecc33b 100%);
}

@media (min-width: 1024px) {
  .com-tit-03::before {
    width: 30px;
  }
}

* + .com-tit-03 {
  margin-top: 60px;
}

.com-tit-04 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .com-tit-04 {
    padding-left: 50px;
  }
}

.com-tit-04::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 20px;
  height: 1px;
  margin-top: -1px;
  background: #3B3747;
}

@media (min-width: 1024px) {
  .com-tit-04::before {
    width: 30px;
  }
}

* + .com-tit-04 {
  margin-top: 40px;
}

.com-tit-05 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .7em;
}

.com-tit-06 {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 35px;
  text-align: center;
  color: #3B3747;
  background: url(../img/common/parts/title_01.png) no-repeat center bottom;
}

@media (min-width: 768px) {
  .com-tit-06 {
    font-size: 34px;
    font-size: 2.26667rem;
  }
}

@media (min-width: 768px) {
  .com-tit-06.leftContent {
    text-align: left;
    background-position: left bottom;
  }
}

.com-tit-06 span {
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.06667rem;
  background-color: #E5E5E5;
  margin-right: .4em;
  padding: .1em .5em;
  font-weight: 500;
}

.com-tit-07 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.com-tit-07:after {
  content: '';
  margin-top: 15px;
  height: 3px;
  width: 100px;
  display: block;
  background: linear-gradient(to right, #AE56D2, #B40983, #CF0C6F, #D22020, #EBCC05);
}

.com-tit-08 {
  padding-left: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  line-height: 2;
}

.com-tit-08:after {
  content: '';
  height: 3px;
  width: 30px;
  display: block;
  background: linear-gradient(to right, #AE56D2, #B40983, #CF0C6F, #D22020, #EBCC05);
  position: absolute;
  left: 0;
  top: 17px;
}

.com-header-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .com-header-01 {
    margin-bottom: 24px;
  }
}

.com-header-01 .com-tit-01, .com-header-01 .location-tit {
  margin-bottom: 0;
}

.com-header-01 .btn {
  margin-left: 1.5em;
}

@media (max-width: 1023px) {
  .com-header-01 .btn .com-btn-01 {
    min-width: 100px;
    min-height: 32px;
    padding: 3px 30px 3px 15px;
    font-size: 11px;
    font-size: 0.73333rem;
  }
  .com-header-01 .btn .com-btn-01::after {
    width: 5px;
    height: 5px;
  }
}

@media (min-width: 1024px) {
  .com-header-01 .btn .com-btn-01 {
    font-size: 15px;
    font-size: 1rem;
    min-width: 150px;
    min-height: 40px;
    padding-right: 40px;
  }
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  padding-top: 23px;
  padding-bottom: 22px;
  background: #F6F6F6;
}

@media (min-width: 1024px) {
  .com-panel-01 {
    padding-top: 70px;
    padding-bottom: 79px;
  }
}

.com-panel-01 .inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
}

@media (min-width: 768px) {
  .com-panel-01 .inner {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.com-panel-01 .inner > .item {
  border-right: 1px solid #E5E5E5;
}

@media (min-width: 1024px) {
  .com-panel-01 .inner > .item {
    min-height: 150px;
  }
}

.com-panel-01 .inner > .item:nth-child(3n + 1) {
  border-left: 1px solid #E5E5E5;
}

.com-panel-01 .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  height: 100%;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.0);
}

@media (min-width: 1024px) {
  .com-panel-01 .link {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.com-panel-01 .link .tit {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 500;
  line-height: 1.46;
}

@media (min-width: 1024px) {
  .com-panel-01 .link .tit {
    padding-bottom: 17px;
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: bold;
    line-height: 1.5;
  }
}

.com-panel-01 .link .tit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #3B3747;
}

@media (min-width: 1024px) {
  .com-panel-01 .link .tit::after {
    width: 40px;
  }
}

.com-panel-01 .link .text {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.46;
  margin-top: 18px;
  margin-bottom: 12px;
}

@media (max-width: 1023px) {
  .com-panel-01 .link .text {
    display: none;
  }
}

.com-panel-01 .link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #3B3747;
  border-radius: 100%;
  transition: transform .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: auto;
  margin-bottom: 0;
}

.com-panel-01 .link .icon::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #3B3747;
  border-right: 2px solid #3B3747;
  border-radius: 0 2px 0 0;
  transform: rotate(45deg) translate(-1px, 1px);
  transition: transform .3s .1s ease;
}

@media (max-width: 1023px) {
  .com-panel-01 .link .icon {
    display: none;
  }
}

.com-panel-01 .link .icon.prev {
  transform: rotate(180deg);
}

.com-panel-01 .link .icon.back {
  transform: rotate(-90deg);
}

.com-panel-01 .link.disable {
  pointer-events: none;
  opacity: .2;
}

.com-panel-01 .link:hover {
  opacity: 0.6;
  transform: scale(0.97);
}

.com-panel-02 {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.com-panel-02 > .head {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 10px 0 10px 15px;
  background: #F1F1F3;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: bold;
  line-height: 0.45;
}

@media (max-width: 1023px) {
  .com-panel-02 > .head {
    cursor: pointer;
  }
}

@media (min-width: 1024px) {
  .com-panel-02 > .head {
    pointer-events: none;
    cursor: default;
  }
}

.com-panel-02 > .head .icon {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #3B3747;
  margin-right: 10px;
}

.com-panel-02 > .head .toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  pointer-events: none;
  transition: .4s ease;
}

@media (min-width: 1024px) {
  .com-panel-02 > .head .toggle {
    display: none;
  }
}

.com-panel-02 > .head .toggle::before, .com-panel-02 > .head .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: rgba(59, 55, 71, 0.6);
  transition: .3s ease;
}

.com-panel-02 > .head .toggle::after {
  width: 2px;
  height: 20px;
}

.com-panel-02 > .head a {
  position: relative;
  display: inline-block;
  pointer-events: all !important;
  transition: opacity .3s;
  margin-right: 15px;
  line-height: 1.2;
}

.com-panel-02 > .head a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.com-panel-02 > .head a[target="_blank"] {
  padding-right: 0.75em;
}

.com-panel-02 > .head a[target="_blank"]::after {
  content: "";
  position: absolute;
  top: .2em;
  right: 0;
  width: 11px;
  height: 11px;
  background: url(../img/common/parts/icon_blank.svg) 0 0 no-repeat;
  background-size: contain;
}

.com-panel-02 > .content {
  display: none;
  padding: 20px 25px;
}

@media (min-width: 1024px) {
  .com-panel-02 > .content {
    display: block !important;
  }
}

.com-panel-02 > .content a {
  transition: opacity .3s;
}

.com-panel-02 > .content a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.com-panel-02.is-open .toggle {
  transform: rotate(180deg);
}

.com-panel-02.is-open .toggle::after {
  opacity: 0;
}

.com-panel-03 {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  max-width: 700px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
}

/* ショートコード 埋め込みYoutube用
--------------------------------- */
.com-panel-yotube {
  position: relative;
  padding-bottom: 56.2%;
}

.com-panel-yotube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* card カード
--------------------------------- */
.com-card-01 {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-align: center;
}

.com-card-01 .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.com-card-01 .img::before {
  content: "";
  display: block;
  padding-top: 107.93651%;
}

.com-card-01 .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .4s ease;
}

.com-card-01 .content {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 13px 20px;
}

.com-card-01 .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #881384 0%, #ac1c65 25%, #d22043 50%, #ec633c 75%, #ecc33b 100%);
  transition: opacity .3s ease;
}

.com-card-01 .position {
  font-size: 13px;
  font-size: 0.86667rem;
  letter-spacing: .1em;
  line-height: 1.3;
  transition: color .3s ease;
}

.com-card-01 .name {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
  transition: color .3s ease;
}

.com-card-01 .office {
  margin-top: 6px;
  font-size: 13px;
  font-size: 0.86667rem;
  letter-spacing: .01em;
  line-height: 1.3;
  transition: color .3s ease;
}

.com-card-01:hover .img img {
  transform: scale(1.18);
}

.com-card-01:hover .content::before {
  opacity: 1;
}

.com-card-01:hover .content > * {
  color: #fff;
}

.com-card-02 {
  display: flex;
  border: 1px solid #d64869;
  background-color: #fff;
  flex-direction: column;
  font-size: 15px;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .com-card-02 {
    flex-direction: row;
  }
}

.com-card-02 .card-tit {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d64869;
  padding: 1em 2em;
  padding: .5em 1em;
  font-weight: 400;
}

.com-card-02 .card-cont {
  flex: 1;
  color: #d64869;
  padding: 1em 2em;
  padding: 1em;
}

.com-card-02 .card-item {
  display: flex;
  gap: 0 15px;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .com-card-02 .card-item {
    flex-direction: row;
  }
}

.com-card-02 .card-item .time {
  flex: none;
}

.com-card-02 .card-item .tit {
  color: #d64869;
}

.com-card-02 .card-item .tit[href] {
  text-decoration: underline;
}

/* banner バナーリンク
--------------------------------- */
.com-banner-01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  min-height: 140px;
  background: #272521;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .com-banner-01 {
    padding: 30px 20px;
    min-height: 350px;
  }
}

.com-banner-01::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .8s ease;
}

.com-banner-01 > * {
  position: relative;
  z-index: 2;
}

.com-banner-01 .tit {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 11px;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: bold;
  line-height: 1.45;
  transition: opacity .3s ease;
}

@media (min-width: 1024px) {
  .com-banner-01 .tit {
    padding-bottom: 23px;
    font-size: 30px;
    font-size: 2rem;
  }
}

.com-banner-01 .tit::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #881384 0%, #ac1c65 25%, #d22043 50%, #ec633c 75%, #ecc33b 100%);
}

@media (min-width: 1024px) {
  .com-banner-01 .tit::before {
    width: 60px;
    height: 3px;
  }
}

.com-banner-01 .tit + * {
  margin-top: 11px;
}

@media (min-width: 1024px) {
  .com-banner-01 .tit + * {
    margin-top: 20px;
  }
}

.com-banner-01 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: transform .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: 7px;
  border-width: 2px;
}

.com-banner-01 .icon::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0 2px 0 0;
  transform: rotate(45deg) translate(-1px, 1px);
  transition: transform .3s .1s ease;
}

@media (min-width: 1024px) {
  .com-banner-01 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: transform .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 20px;
    border-width: 2px;
  }
  .com-banner-01 .icon::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 0 2px 0 0;
    transform: rotate(45deg) translate(-1px, 1px);
    transition: transform .3s .1s ease;
  }
}

.com-banner-01 .text {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.6;
  transition: opacity .3s ease;
}

@media (min-width: 1024px) {
  .com-banner-01 .text {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.55;
  }
}

.com-banner-01:hover {
  color: #fff;
}

.com-banner-01:hover .tit,
.com-banner-01:hover .text {
  opacity: .45;
}

.com-banner-01:hover::after {
  transform: scale(1.03);
}

/* box ボックス
--------------------------------- */
.com-box-01 {
  max-width: 960px;
  margin: auto;
  background: #F6F6F6;
  padding: 20px;
}

@media (min-width: 1024px) {
  .com-box-01 {
    padding: 40px;
  }
}

.com-box-01 + *:not([class*="com-tit"]) {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .com-box-01 + *:not([class*="com-tit"]) {
    margin-top: 60px;
  }
}

*:not([class*="com-tit"]) + .com-box-01 {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  *:not([class*="com-tit"]) + .com-box-01 {
    margin-top: 60px;
  }
}

/* img 画像
--------------------------------- */
.com-img-01 {
  max-width: 960px;
  margin: auto;
}

.com-img-01 + *:not([class*="com-tit"]) {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .com-img-01 + *:not([class*="com-tit"]) {
    margin-top: 60px;
  }
}

*:not([class*="com-tit"]) + .com-img-01 {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  *:not([class*="com-tit"]) + .com-img-01 {
    margin-top: 60px;
  }
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}

@media (min-width: 768px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

[class*=com-ratio\@] {
  position: relative;
  overflow: hidden;
  max-width: none;
  max-height: none;
  height: auto;
}

[class*=com-ratio\@]::before {
  content: "";
  display: block;
}

[class*=com-ratio\@] > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.com-ratio\@4\:3::before {
  padding-top: 75%;
}

.com-ratio\@16\:9::before {
  padding-top: 56.25%;
}

.com-ratio\@16\:10::before {
  padding-top: 62.5%;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li, .block-editor-writing-flow ul:not([class]) li, .block-editor-writing-flow ul.wp-block li, .block-editor ul:not([class]) li, .block-editor ul.wp-block li, .block-content ul:not([class]) li, .block-content ul.wp-block li, .single-detail ul:not([class]) li, .single-detail ul.wp-block li {
  margin-left: 1.4em !important;
}

.com-list-01 li::before, .block-editor-writing-flow ul:not([class]) li::before, .block-editor-writing-flow ul.wp-block li::before, .block-editor ul:not([class]) li::before, .block-editor ul.wp-block li::before, .block-content ul:not([class]) li::before, .block-content ul.wp-block li::before, .single-detail ul:not([class]) li::before, .single-detail ul.wp-block li::before {
  content: "・" !important;
  display: inline-block;
  width: 1.4em !important;
  margin-left: -1.4em !important;
  margin-right: 0 !important;
}

.com-list-01 li + li, .block-editor-writing-flow ul:not([class]) li + li, .block-editor-writing-flow ul.wp-block li + li, .block-editor ul:not([class]) li + li, .block-editor ul.wp-block li + li, .block-content ul:not([class]) li + li, .block-content ul.wp-block li + li, .single-detail ul:not([class]) li + li, .single-detail ul.wp-block li + li {
  margin-top: .4em;
}

.com-list-01.notice li::before, .block-editor-writing-flow ul.notice:not([class]) li::before, .block-editor-writing-flow ul.notice.wp-block li::before, .block-editor ul.notice:not([class]) li::before, .block-editor ul.notice.wp-block li::before, .block-content ul.notice:not([class]) li::before, .block-content ul.notice.wp-block li::before, .single-detail ul.notice:not([class]) li::before, .single-detail ul.notice.wp-block li::before {
  content: "※" !important;
}

.com-list-01.circle li::before, .block-editor-writing-flow ul.circle:not([class]) li::before, .block-editor-writing-flow ul.circle.wp-block li::before, .block-editor ul.circle:not([class]) li::before, .block-editor ul.circle.wp-block li::before, .block-content ul.circle:not([class]) li::before, .block-content ul.circle.wp-block li::before, .single-detail ul.circle:not([class]) li::before, .single-detail ul.circle.wp-block li::before {
  content: "●" !important;
}

.com-list-01.square li::before, .block-editor-writing-flow ul.square:not([class]) li::before, .block-editor-writing-flow ul.square.wp-block li::before, .block-editor ul.square:not([class]) li::before, .block-editor ul.square.wp-block li::before, .block-content ul.square:not([class]) li::before, .block-content ul.square.wp-block li::before, .single-detail ul.square:not([class]) li::before, .single-detail ul.square.wp-block li::before {
  content: "■" !important;
}

.com-list-02, .block-editor-writing-flow ol:not([class]),
.block-editor-writing-flow ol.wp-block,
.block-editor ol:not([class]),
.block-editor ol.wp-block,
.block-content ol:not([class]),
.block-content ol.wp-block,
.single-detail ol:not([class]),
.single-detail ol.wp-block {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
}

.com-list-02 > li, .block-editor-writing-flow ol:not([class]) > li, .block-editor-writing-flow ol.wp-block > li, .block-editor ol:not([class]) > li, .block-editor ol.wp-block > li, .block-content ol:not([class]) > li, .block-content ol.wp-block > li, .single-detail ol:not([class]) > li, .single-detail ol.wp-block > li {
  counter-reset: subsection;
  margin-left: 1.5em;
}

.com-list-02 > li + li, .block-editor-writing-flow ol:not([class]) > li + li, .block-editor-writing-flow ol.wp-block > li + li, .block-editor ol:not([class]) > li + li, .block-editor ol.wp-block > li + li, .block-content ol:not([class]) > li + li, .block-content ol.wp-block > li + li, .single-detail ol:not([class]) > li + li, .single-detail ol.wp-block > li + li {
  margin-top: .4em;
}

.com-list-02 > li::before, .block-editor-writing-flow ol:not([class]) > li::before, .block-editor-writing-flow ol.wp-block > li::before, .block-editor ol:not([class]) > li::before, .block-editor ol.wp-block > li::before, .block-content ol:not([class]) > li::before, .block-content ol.wp-block > li::before, .single-detail ol:not([class]) > li::before, .single-detail ol.wp-block > li::before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  text-align: left;
}

.com-list-02 ul, .block-editor-writing-flow ol:not([class]) ul, .block-editor-writing-flow ol.wp-block ul, .block-editor ol:not([class]) ul, .block-editor ol.wp-block ul, .block-content ol:not([class]) ul, .block-content ol.wp-block ul, .single-detail ol:not([class]) ul, .single-detail ol.wp-block ul {
  margin-left: 2.5em;
}

.com-list-02 ul li:before, .block-editor-writing-flow ol:not([class]) ul li:before, .block-editor-writing-flow ol.wp-block ul li:before, .block-editor ol:not([class]) ul li:before, .block-editor ol.wp-block ul li:before, .block-content ol:not([class]) ul li:before, .block-content ol.wp-block ul li:before, .single-detail ol:not([class]) ul li:before, .single-detail ol.wp-block ul li:before {
  counter-increment: subsection;
  content: counter(section) "-" counter(subsection) " ";
  display: inline-block;
  width: 2.5em;
  margin-left: -2.5em;
  text-align: left;
}

.com-list-02 .com-list-01, .block-editor-writing-flow ol:not([class]) .com-list-01, .block-editor-writing-flow ol.wp-block .com-list-01, .block-editor ol:not([class]) .com-list-01, .block-editor ol.wp-block .com-list-01, .block-content ol:not([class]) .com-list-01, .block-content ol.wp-block .com-list-01, .single-detail ol:not([class]) .com-list-01, .single-detail ol.wp-block .com-list-01, .com-list-02 .block-editor-writing-flow ul:not([class]), .block-editor-writing-flow .com-list-02 ul:not([class]), .block-editor-writing-flow ol:not([class]) ul:not([class]), .block-editor-writing-flow ol.wp-block ul:not([class]),
.com-list-02 .block-editor-writing-flow ul.wp-block, .block-editor-writing-flow .com-list-02 ul.wp-block,
.block-editor-writing-flow ol:not([class]) ul.wp-block,
.block-editor-writing-flow ol.wp-block ul.wp-block,
.com-list-02 .block-editor ul:not([class]), .block-editor .com-list-02 ul:not([class]),
.block-editor ol:not([class]) ul:not([class]),
.block-editor ol.wp-block ul:not([class]),
.com-list-02 .block-editor ul.wp-block, .block-editor .com-list-02 ul.wp-block,
.block-editor ol:not([class]) ul.wp-block,
.block-editor ol.wp-block ul.wp-block,
.com-list-02 .block-content ul:not([class]), .block-content .com-list-02 ul:not([class]),
.block-content ol:not([class]) ul:not([class]),
.block-content ol.wp-block ul:not([class]),
.com-list-02 .block-content ul.wp-block, .block-content .com-list-02 ul.wp-block,
.block-content ol:not([class]) ul.wp-block,
.block-content ol.wp-block ul.wp-block,
.com-list-02 .single-detail ul:not([class]), .single-detail .com-list-02 ul:not([class]),
.single-detail ol:not([class]) ul:not([class]),
.single-detail ol.wp-block ul:not([class]),
.com-list-02 .single-detail ul.wp-block, .single-detail .com-list-02 ul.wp-block,
.single-detail ol:not([class]) ul.wp-block,
.single-detail ol.wp-block ul.wp-block {
  margin-left: 0 !important;
}

.com-list-03 li {
  font-size: 15px;
  font-size: 1rem;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.25;
}

.com-list-03 li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/common/parts/icon_list.svg) 0 0 no-repeat;
  background-size: contain;
}

.com-list-03 li + li {
  margin-top: 12px;
}

/* text テキスト
--------------------------------- */
.com-text-01, .lawyers-article-01 .detail .message > p, .block-editor-writing-flow p,
.block-editor p,
.block-content p,
.single-detail p, .block-editor-writing-flow p.has-small-font-size,
.block-editor p.has-small-font-size,
.block-content p.has-small-font-size,
.single-detail p.has-small-font-size {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.9;
}

@media (min-width: 1024px) {
  .com-text-01, .lawyers-article-01 .detail .message > p, .block-editor-writing-flow p,
  .block-editor p,
  .block-content p,
  .single-detail p, .block-editor-writing-flow p.has-small-font-size,
  .block-editor p.has-small-font-size,
  .block-content p.has-small-font-size,
  .single-detail p.has-small-font-size {
    font-size: 15px;
    font-size: 1rem;
  }
}

.com-text-01 + *:not([class*="com-tit"]), .lawyers-article-01 .detail .message > p + *:not([class*="com-tit"]), .block-editor-writing-flow p + *:not([class*="com-tit"]), .block-editor p + *:not([class*="com-tit"]), .block-content p + *:not([class*="com-tit"]), .single-detail p + *:not([class*="com-tit"]) {
  margin-top: 40px;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.66667rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.73333rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.8rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.86667rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.93333rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 1rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1.06667rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.13333rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.2rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.26667rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.33333rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.4rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.46667rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.53333rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.6rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.66667rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.73333rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.8rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.86667rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.93333rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 2rem;
}

/* アクセント色
--------------------------------- */
/* リンク
--------------------------------- */
.com-btn-01 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 189px;
  min-height: 40px;
  border: 1px solid #4E4B59;
  border-radius: 200px;
  padding: 5px 30px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.com-btn-01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  background: linear-gradient(90deg, #881384 0%, #ac1c65 25%, #d22043 50%, #ec633c 75%, #ecc33b 100%);
  border-radius: 200px;
  opacity: 0;
  transform: scale(1.01) translateX(-70%);
  transition: .3s ease;
}

.com-btn-01::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  margin-top: 1px;
  transition: .2s ease;
}

.com-btn-01::after {
  border-top: 1px solid #4E4B59;
  border-right: 1px solid #4E4B59;
  transform: translateY(-50%) rotate(45deg);
}

.com-btn-01:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translate(3px, -50%) rotate(45deg);
}

.com-btn-01:hover {
  color: #fff;
  border: none;
}

.com-btn-01:hover::before {
  opacity: 1;
  transform: scale(1.01) translateX(0);
}

.com-btn-01.dark {
  background: #3B3747;
  border: none;
  color: #fff;
}

.com-btn-01.dark::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.com-btn-01.dark:hover {
  border: none;
}

.com-btn-01.dark:hover::before {
  opacity: 1;
  transform: scale(1.01) translateX(0);
}

.com-btn-01.small {
  min-width: 100px;
  min-height: 32px;
  padding: 3px 30px 3px 15px;
  font-size: 11px;
  font-size: 0.73333rem;
}

.com-btn-01.small::after {
  width: 5px;
  height: 5px;
}

.com-link-01, .block-editor-writing-flow * > a:not([class]),
.block-editor * > a:not([class]),
.block-content * > a:not([class]),
.single-detail * > a:not([class]) {
  text-decoration: underline;
}

.com-link-02 {
  color: #1D5FDB;
}

.com-link-02:hover {
  text-decoration: underline;
  color: #1D5FDB;
}

.com-anchor-01 {
  color: #3B3747;
}

.com-anchor-01 li {
  font-size: 14px;
  font-size: 0.93333rem;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.25;
}

.com-anchor-01 li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #3B3747;
  border-right: 1px solid #3B3747;
  transform: rotate(45deg);
}

.com-anchor-01 li a {
  transition: opacity .3s;
}

.com-anchor-01 li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.com-anchor-01 li + li {
  margin-top: 20px;
}

.com-anchor-01.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1em;
  margin-top: 24px;
}

.com-anchor-01.row li {
  padding-bottom: 1em;
  margin-right: 2.5em;
}

.com-anchor-01.row li + li {
  margin-top: 0;
}

/* google map レスポンシブ対応用
--------------------------------- */
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45.91%;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.personal-section-01 {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #F6F6F6;
}

@media (min-width: 1024px) {
  .personal-section-01 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.personal-section-02 {
  padding-top: 70px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .personal-section-02 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.personal-list-01 {
  display: grid;
  row-gap: 30px;
}

@media (min-width: 768px) {
  .personal-list-01 {
    -webkit-column-gap: 45px;
    column-gap: 45px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .personal-list-01 {
    row-gap: 85px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .personal-list-01 > .item > * {
    height: 100%;
  }
}

.lawyers-single-01 {
  position: relative;
}

@media (min-width: 1024px) {
  .lawyers-article-01 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 87.5%;
    max-width: 1400px;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .lawyers-article-01::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 146px;
    width: 100%;
    height: 400px;
    background: #F6F6F6;
  }
}

.lawyers-article-01 .img {
  width: 65%;
  height: 400px;
  margin: 0 0 -110px auto;
}

@media (min-width: 768px) {
  .lawyers-article-01 .img {
    height: 470px;
  }
}

@media (min-width: 1024px) {
  .lawyers-article-01 .img {
    width: 42%;
    height: auto;
    margin: 0;
  }
}

.lawyers-article-01 .img img {
  width: 100%;
}

@media (max-width: 1023px) {
  .lawyers-article-01 .img img {
    object-fit: cover;
    height: 100%;
  }
}

.lawyers-article-01 .detail {
  padding: 40px 25px 0;
}

@media (min-width: 768px) {
  .lawyers-article-01 .detail {
    width: 87.5%;
    margin: auto;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (min-width: 1024px) {
  .lawyers-article-01 .detail {
    width: 50%;
    padding: 0;
    margin: 0;
  }
}

.lawyers-article-01 .detail .top {
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.lawyers-article-01 .detail .name {
  margin-top: 20px;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .lawyers-article-01 .detail .name {
    margin-top: 25px;
  }
}

@media (min-width: 1024px) {
  .lawyers-article-01 .detail .other {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  }
}

.lawyers-article-01 .detail .other .organization {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.5;
}

.lawyers-article-01 .detail .other .organization dd + dd::before {
  content: "/";
}

.lawyers-article-01 .detail .message {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .lawyers-article-01 .detail .message {
    margin-top: 72px;
  }
}

.lawyers-list-01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  padding-bottom: 100px;
}

@media (min-width: 1024px) {
  .lawyers-list-01 {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 70px;
    padding-bottom: 200px;
  }
}

.lawyers-list-01 > .item > .com-card-01 {
  height: 100%;
}

.lawyers-list-contaner {
  margin-top: 120px;
}

@media (min-width: 1024px) {
  .lawyers-list-contaner {
    margin-top: 170px;
  }
}

.lawyers-list-contaner .com-tit-01, .lawyers-list-contaner .location-tit {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .lawyers-list-contaner .com-tit-01, .lawyers-list-contaner .location-tit {
    margin-bottom: 50px;
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.office-tit-01 {
  font-size: 32px;
  font-size: 2.13333rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.475;
  margin-bottom: 1.125em;
}

@media (min-width: 1024px) {
  .office-tit-01 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.office-lead-01 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  line-height: 2.125;
  margin-bottom: 1.437em;
}

.office-foot-img img {
  width: 100%;
}

#office-01 {
  position: relative;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  #office-01::after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 70%;
    left: 0;
    width: 60vw;
    height: 100%;
    background: #F6F6F6;
  }
}

@media (min-width: 1024px) {
  #office-01 {
    padding-bottom: 140px;
  }
}

@media (min-width: 768px) {
  #office-01 .panel .content {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  #office-01 .panel .content {
    width: 100%;
    padding-right: 33vw;
  }
}

@media (min-width: 1280px) {
  #office-01 .panel .content {
    padding-right: 40%;
  }
}

#office-01 .panel .img {
  width: 100%;
  max-width: 500px;
  height: 400px;
  margin: 60px -25px 0 auto;
}

@media (min-width: 768px) {
  #office-01 .panel .img {
    position: absolute;
    z-index: -1;
    top: -150px;
    right: 0;
    width: 30vw;
    max-width: none;
    height: 500px;
    text-align: left;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  #office-01 .panel .img {
    top: -235px;
    width: 38.75vw;
    height: auto;
    min-height: 900px;
    max-height: 1000px;
  }
}

#office-01 .panel .img img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  #office-01 .panel .img img {
    width: auto;
  }
}

#office-01 .com-text-01, #office-01 .lawyers-article-01 .detail .message > p, .lawyers-article-01 .detail #office-01 .message > p, #office-01 .block-editor-writing-flow p, .block-editor-writing-flow #office-01 p,
#office-01 .block-editor p, .block-editor #office-01 p,
#office-01 .block-content p, .block-content #office-01 p,
#office-01 .single-detail p, .single-detail #office-01 p {
  line-height: 2.26;
}

#office-02 {
  padding-bottom: 90px;
}

@media (min-width: 1024px) {
  #office-02 {
    padding-bottom: 140px;
  }
}

#office-02 .office-panel-02 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  #office-02 .office-panel-02 {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (min-width: 1024px) {
  #office-02 .office-panel-02 {
    padding: 65px 70px;
  }
}

#office-02 .office-feature-list {
  display: grid;
  grid-row-gap: 20px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  #office-02 .office-feature-list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 32px;
  }
}

@media (min-width: 1024px) {
  #office-02 .office-feature-list {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }
}

@media (min-width: 1280px) {
  #office-02 .office-feature-list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 60px;
  }
}

#office-02 .office-feature-list .item {
  text-align: center;
}

@media (min-width: 1280px) {
  #office-02 .office-feature-list .item {
    display: flex;
    text-align: left;
  }
}

#office-02 .office-feature-list .img {
  width: 100px;
  height: 100px;
  margin: 0 auto 4px;
}

@media (min-width: 1280px) {
  #office-02 .office-feature-list .img {
    width: 120px;
    height: 120px;
    margin: 0 40px 0 0;
  }
}

#office-02 .office-feature-list .img img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  #office-02 .office-feature-list .img img {
    object-position: center;
  }
}

#office-02 .office-feature-list .detail {
  flex: 1;
}

#office-02 .office-feature-list .tit {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 6px;
}

@media (min-width: 1024px) {
  #office-02 .office-feature-list .tit {
    font-size: 20px;
    font-size: 1.33333rem;
    margin-bottom: 15px;
  }
}

#office-02 .office-feature-list .text {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #office-02 .office-feature-list .text {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.66;
  }
}

#office-03 {
  padding: 90px 0;
  color: #fff;
}

@media (min-width: 1024px) {
  #office-03 {
    padding: 140px 0;
  }
}

#office-03 .com-tit-01, #office-03 .location-tit {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  #office-03 .com-tit-01, #office-03 .location-tit {
    margin-bottom: 40px;
  }
}

#office-03 .com-text-01, #office-03 .lawyers-article-01 .detail .message > p, .lawyers-article-01 .detail #office-03 .message > p, #office-03 .block-editor-writing-flow p, .block-editor-writing-flow #office-03 p,
#office-03 .block-editor p, .block-editor #office-03 p,
#office-03 .block-content p, .block-content #office-03 p,
#office-03 .single-detail p, .single-detail #office-03 p {
  line-height: 2.26;
}

#office-03 .office-tit-01,
#office-03 .office-lead-01 {
  color: #fff;
}

@media (min-width: 1024px) {
  #office-03 .panel {
    display: flex;
  }
}

#office-03 .panel .img {
  padding: 5vw;
}

@media (min-width: 1024px) {
  #office-03 .panel .img {
    width: 42vw;
    max-width: 673px;
    padding: 0;
    transform: translate(120px, -50px);
  }
}

@media (min-width: 1024px) {
  #office-03 .panel .content {
    flex: 1;
    margin-right: -140px;
  }
}

#office-03 .foot {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  #office-03 .foot {
    margin-top: 70px;
  }
}

#office-03 .foot .com-btn-01 {
  margin-top: 50px;
  width: 260px;
  height: 50px;
}

@media (min-width: 1024px) {
  #office-03 .foot .com-btn-01 {
    margin-top: 4.375em;
  }
}

#office-03 .foot .com-btn-01:not(:hover) {
  border-color: #fff;
  color: #fff;
}

#office-03 .foot .com-btn-01::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

#office-03 .catch {
  font-size: 32px;
  font-size: 2.13333rem;
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  #office-03 .catch {
    font-size: 52px;
    font-size: 3.46667rem;
    font-size: 3.25vw;
  }
}

@media (min-width: 1280px) {
  #office-03 .catch {
    font-size: 52px;
    font-size: 3.46667rem;
  }
}

.location-container {
  margin-bottom: 90px;
}

@media (min-width: 1024px) {
  .location-container {
    display: grid;
    grid-template-columns: minmax(16vw, 300px) auto;
    margin-bottom: 185px;
  }
}

@media (max-width: 1023px) {
  .location-nav {
    margin-bottom: 40px;
  }
  .location-nav .com-anchor-01 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  .location-nav .com-anchor-01 li {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .location-nav .com-anchor-01 {
    grid-template-columns: 1fr 1fr;
  }
}

.location-tit {
  font-size: 20px;
  font-size: 1.33333rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.location-tit::after {
  width: 20px;
  height: 3px;
  margin-left: 10px;
}

* + .location-tit {
  margin-top: 60px;
}

.location-info {
  display: grid;
  border-top: 1px solid #E3E2E5;
  border-left: 1px solid #E3E2E5;
  margin: 0;
}

@media (min-width: 768px) {
  .location-info {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1280px) {
  .location-info {
    grid-template-columns: 37% 31% auto;
  }
}

.location-info > * {
  display: grid;
  align-content: center;
  height: 100%;
  padding: 20px 25px;
  line-height: 1.75;
  border-bottom: 1px solid #E3E2E5;
  border-right: 1px solid #E3E2E5;
}

@media (min-width: 768px) {
  .location-info > *:last-child {
    grid-column: span 2;
  }
}

@media (min-width: 1280px) {
  .location-info > *:last-child {
    grid-column: auto;
  }
}

.location-info > *.address {
  font-size: 14px;
  font-size: 0.93333rem;
  letter-spacing: .025em;
  line-height: 2;
}

.location-info > *.tel {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
}

.location-info > *.links {
  row-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

@media (min-width: 768px) {
  .location-info > *.links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1280px) {
  .location-info > *.links {
    grid-template-columns: auto;
  }
}

.location-info > *.links .com-btn-01 {
  border-radius: 0;
  min-width: 0px;
  font-size: 15px;
  font-size: 1rem;
  padding: 5px 15px 5px 5px;
}

.location-info > *.links .com-btn-01::before {
  border-radius: 0;
}

.location-info > *.links .com-btn-01::after {
  border-top: 1px solid #4E4B59;
  border-right: 1px solid #4E4B59;
  transform: translateY(-50%) rotate(45deg);
}

.location-info > *.links .com-btn-01.dark::after, .location-info > *.links .com-btn-01:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* list
--------------------------------- */
.recruitments-list-01 li + li {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .recruitments-list-01 li + li {
    margin-top: 30px;
  }
}

/* btn
--------------------------------- */
.recruitments-btn-01 {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  padding: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.06667rem;
}

@media (min-width: 768px) {
  .recruitments-btn-01 {
    padding: 40px 28px;
    font-size: 21px;
    font-size: 1.4rem;
  }
}

.recruitments-btn-01 .tit {
  flex: 1;
}

.recruitments-btn-01::before {
  content: '';
  display: block;
  width: 6px;
  align-self: stretch;
  margin-right: .9em;
  background: #56BFC3;
}

.recruitments-btn-01::after {
  content: '\f054';
  font-family: "FontAwesome", FontAwesome;
  margin-left: auto;
  padding-left: .9em;
}

.recruitments-btn-01:hover {
  background: #edf8f8;
}

/* dl table
--------------------------------- */
@media (max-width: 767px) {
  .job-table-01 {
    border-bottom: 1px solid #989898;
  }
}

@media (min-width: 768px) {
  .job-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}

.job-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}

@media (min-width: 768px) {
  .job-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .job-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}

.job-table-01 dt::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #56BFC3;
  position: absolute;
  margin-top: .5em;
  left: 0;
}

.job-table-01 dd {
  padding-bottom: 1.5em;
}

@media (min-width: 768px) {
  .job-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .job-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

#info-01 {
  padding-bottom: 90px;
}

@media (min-width: 1024px) {
  #info-01 {
    padding-bottom: 150px;
  }
}

/* list
--------------------------------- */
.info-list-01 > * {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 25px;
}

.info-list-01 > *:not(:first-child) {
  padding-top: 25px;
}

@media (min-width: 1024px) {
  .info-list-01 > * {
    padding-bottom: 40px;
  }
  .info-list-01 > *:not(:first-child) {
    padding-top: 40px;
  }
}

.info-list-01 > *:last-child {
  border-bottom: 1px solid #E5E5E5;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: opacity .3s;
}

.info-btn-01:hover {
  opacity: 0.6;
  text-decoration: none;
}

.info-btn-01 .tit {
  width: 100%;
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 6px 0 0;
  line-height: 1.57;
}

@media (min-width: 1024px) {
  .info-btn-01 .tit {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.9;
  }
}

.info-btn-01 .date {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #83818A;
  line-height: 1.2;
}

.info-btn-01 .cat {
  position: relative;
  padding-left: 11px;
  margin-left: 10px;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #83818A;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .info-btn-01 .cat {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.info-btn-01 .cat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #83818A;
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  padding: 0 1em;
  box-sizing: border-box;
  background: #56BFC3;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination {
  margin-top: 60px;
}

@media (min-width: 1024px) {
  .com-pagination {
    margin-top: 90px;
  }
}

.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}

.com-pagination ul > * {
  padding-left: 8px;
  padding-top: 8px;
}

.com-pagination ul .page-numbers {
  display: block;
  box-sizing: border-box;
  font-size: 17px;
}

.com-pagination ul .page-numbers:not(.prev):not(.next):not(.dots) {
  display: grid;
  border: 1px solid #E5E5E5;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
}

.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next, .com-pagination ul .page-numbers.dots {
  padding: 1em;
}

.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover, .com-pagination ul .page-numbers.dots:hover {
  color: #9f9ab0;
}

.com-pagination ul .page-numbers.current {
  border: none !important;
  color: #fff;
  background-color: #3B3747 !important;
}

.com-pagination ul .page-numbers:not(.prev):not(.next):not(.dots):hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

#column-01 {
  padding-bottom: 90px;
}

@media (min-width: 1024px) {
  #column-01 {
    padding-bottom: 150px;
  }
}

/* list
--------------------------------- */
.column-list-01 {
  display: grid;
  row-gap: 31px;
}

@media (min-width: 1024px) {
  .column-list-01 {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
    column-gap: 32px;
  }
}

@media (min-width: 1280px) {
  .column-list-01 {
    -webkit-column-gap: 60px;
    column-gap: 60px;
    row-gap: 60px;
  }
}

.column-list-01 > .column-area-01 .item,
.column-list-01 > .column-area-02 .item {
  overflow: hidden;
}

.column-list-01 > .column-area-01 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

@media (min-width: 768px) {
  .column-list-01 > .column-area-01 .column-btn-01 .img::before {
    padding-top: 71.66667%;
  }
}

.column-list-01 > .column-area-02 {
  display: grid;
  row-gap: 31px;
}

@media (min-width: 768px) {
  .column-list-01 > .column-area-02 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 32px;
    column-gap: 32px;
  }
}

@media (min-width: 1280px) {
  .column-list-01 > .column-area-02 {
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .column-list-01 > .column-area-02 .column-btn-01 .img::before {
    padding-top: 57.14286%;
  }
}

/* btn
--------------------------------- */
.column-btn-01 {
  display: block;
}

.column-btn-01 .img {
  position: relative;
  background: #F0F0F0;
}

.column-btn-01 .img::after {
  content: 'NO IMAGE';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.column-btn-01 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transform: scale(1.0);
  transition: transform .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.column-btn-01 .content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.column-btn-01 .tit {
  width: 100%;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  line-height: 1.46;
  margin: 4px 0 0;
}

.column-btn-01 .tit + * {
  margin-top: 1em;
}

.column-btn-01 .detail {
  line-height: 1.2;
  width: 100%;
}

.column-btn-01 .detail + .detail {
  margin-top: 5px;
}

.column-btn-01 .detail + .text {
  margin-top: .8em;
}

.column-btn-01 .text {
  width: 100%;
  line-height: 1.5;
}

.column-btn-01 .cat {
  flex: 1;
  position: relative;
  padding-left: 11px;
  margin-left: 10px;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #83818A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.column-btn-01 .cat::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 11px;
  background: #83818A;
  transform: translateY(-50%);
}

.column-btn-01 .date {
  font-size: 15px;
  font-size: 1rem;
  color: #83818A;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .column-btn-01.large .tit {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .column-btn-01.large .cat {
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .column-btn-01.large .date {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.column-btn-01:hover .tit {
  text-decoration: underline;
}

.column-btn-01:hover .img img {
  transform: scale(1.02);
}

.single-01 {
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .single-01 {
    padding-bottom: 120px;
  }
}

.single-tit-01 {
  position: relative;
  display: inline-flex;
  padding-right: 60px;
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .single-tit-01 {
    padding-right: 80px;
  }
}

.single-tit-01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #881384 0%, #ac1c65 25%, #d22043 50%, #ec633c 75%, #ecc33b 100%);
}

@media (min-width: 1024px) {
  .single-tit-01::after {
    width: 60px;
  }
}

.single-propaty {
  display: flex;
  flex-wrap: wrap;
}

.single-propaty > * {
  line-height: 1.5;
}

.single-propaty > * > * {
  display: flex;
}

.single-propaty .cat {
  flex: 1;
  position: relative;
  padding-left: 11px;
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  color: #83818A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.single-propaty .cat::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 11px;
  background: #83818A;
}

.single-propaty .date {
  font-size: 15px;
  font-size: 1rem;
  color: #83818A;
  font-weight: 500;
  line-height: 24px;
}

.single-detail .single-text-01 {
  font-weight: bold;
}

.single-detail .single-text-01 + .single-text-01 {
  margin-top: 0;
}

#contact-02 {
  padding-bottom: 90px;
}

@media (min-width: 1024px) {
  #contact-02 {
    padding-bottom: 150px;
  }
}

#contact-02 .com-list-01, #contact-02 .block-editor-writing-flow ul:not([class]), .block-editor-writing-flow #contact-02 ul:not([class]),
#contact-02 .block-editor-writing-flow ul.wp-block, .block-editor-writing-flow #contact-02 ul.wp-block,
#contact-02 .block-editor ul:not([class]), .block-editor #contact-02 ul:not([class]),
#contact-02 .block-editor ul.wp-block, .block-editor #contact-02 ul.wp-block,
#contact-02 .block-content ul:not([class]), .block-content #contact-02 ul:not([class]),
#contact-02 .block-content ul.wp-block, .block-content #contact-02 ul.wp-block,
#contact-02 .single-detail ul:not([class]), .single-detail #contact-02 ul:not([class]),
#contact-02 .single-detail ul.wp-block, .single-detail #contact-02 ul.wp-block {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  #contact-02 .com-list-01, #contact-02 .block-editor-writing-flow ul:not([class]), .block-editor-writing-flow #contact-02 ul:not([class]),
  #contact-02 .block-editor-writing-flow ul.wp-block, .block-editor-writing-flow #contact-02 ul.wp-block,
  #contact-02 .block-editor ul:not([class]), .block-editor #contact-02 ul:not([class]),
  #contact-02 .block-editor ul.wp-block, .block-editor #contact-02 ul.wp-block,
  #contact-02 .block-content ul:not([class]), .block-content #contact-02 ul:not([class]),
  #contact-02 .block-content ul.wp-block, .block-content #contact-02 ul.wp-block,
  #contact-02 .single-detail ul:not([class]), .single-detail #contact-02 ul:not([class]),
  #contact-02 .single-detail ul.wp-block, .single-detail #contact-02 ul.wp-block {
    margin-top: 50px;
  }
}

#contact-02 .contact-panel-02 {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  #contact-02 .contact-panel-02 {
    margin-top: 50px;
  }
}

.contact-section .com-tit-01, .contact-section .location-tit {
  justify-content: center;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .contact-section .com-tit-01, .contact-section .location-tit {
    margin-bottom: 60px;
  }
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .contact-panel-01 {
    flex-direction: row;
  }
}

.contact-panel-01 .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

@media (min-width: 1024px) {
  .contact-panel-01 .tel {
    margin-top: 0;
    margin-left: 36px;
    margin-right: 36px;
  }
}

.contact-panel-01 .tel::before {
  content: "";
  width: 69px;
  height: 36px;
  background: url(../img/common/parts/icon_freeaccess_dark.svg) center no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 4px;
}

@media (min-width: 1024px) {
  .contact-panel-01 .tel::before {
    width: 80px;
    height: 43px;
  }
}

.contact-panel-01 .tel a {
  font-size: 31px;
  font-size: 2.06667rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.48;
}

@media (min-width: 1024px) {
  .contact-panel-01 .tel a {
    font-size: 37px;
    font-size: 2.46667rem;
    white-space: nowrap;
  }
}

.contact-panel-01 .time {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
  font-size: 11px;
  font-size: 0.73333rem;
  line-height: 1.5;
  margin-left: -2em;
}

.contact-panel-01 .time span {
  padding-left: 2em;
}

@media (min-width: 1024px) {
  .contact-panel-01 .time {
    justify-content: flex-start;
    margin-top: 0;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .contact-panel-01 .time span {
    display: inline-block;
    white-space: nowrap;
  }
}

.contact-panel-02 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .contact-panel-02 {
    width: 87.5%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (min-width: 1024px) {
  .contact-panel-02 {
    padding: 70px;
  }
}

/* dl table
--------------------------------- */
.form-table-01 {
  margin-top: 20px;
  border-top: 2px solid #CBCACD;
  border-bottom: 2px solid #CBCACD;
}

@media (min-width: 768px) {
  .form-table-01 {
    display: grid;
    grid-template-columns: minmax(200px, 292px) auto;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}

.form-table-01 > dt {
  padding: 1.5em 0 1em;
  font-weight: 500;
  position: relative;
}

@media (min-width: 768px) {
  .form-table-01 > dt {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.form-table-01 > dt:not(:first-of-type) {
  border-top: 1px solid #CBCACD;
}

.form-table-01 .required:before {
  content: '必須';
  float: right;
  font-size: 11px;
  font-size: 0.73333rem;
  background: red;
  color: #fff;
  padding: .2em .8em;
  margin-left: 1em;
}

.form-table-01 > dd {
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  .form-table-01 > dd {
    padding-top: 2em;
  }
}

@media (min-width: 768px) {
  .form-table-01 > dd:not(:first-of-type) {
    border-top: 1px solid #CBCACD;
  }
}

@media (min-width: 1024px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}

@media (max-width: 1023px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}

.entry-list-01 {
  padding: 30px 0;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.73333rem;
  background: red;
  color: #fff;
  padding: .2em .8em;
  margin-right: 1em;
}

.wpcf7-form .form-btn-01 {
  display: flex;
  width: 200px;
  height: 60px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .com-link-01, .wpcf7 .block-editor-writing-flow * > a:not([class]), .block-editor-writing-flow .wpcf7 * > a:not([class]),
.wpcf7 .block-editor * > a:not([class]), .block-editor .wpcf7 * > a:not([class]),
.wpcf7 .block-content * > a:not([class]), .block-content .wpcf7 * > a:not([class]),
.wpcf7 .single-detail * > a:not([class]), .single-detail .wpcf7 * > a:not([class]) {
  color: #3B3747;
}

.wpcf7-form-control.wpcf7-select {
  width: 100%;
  cursor: pointer;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .wpcf7-form-control.wpcf7-select {
    width: auto;
    min-width: 200px;
  }
}

.wpcf7-select-wrap {
  position: relative;
  display: inline-block;
}

.wpcf7-select-wrap + * {
  margin-top: 10px;
}

.wpcf7-select-wrap::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 13px;
  width: 0;
  height: 0;
  border-top: 7px solid #696969;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: none;
}

.wpcf7-radio,
.wpcf7-checkbox {
  margin-left: -1em;
}

input[type="radio"] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  background-position: 50% 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}

input[type="radio"]:checked {
  border-color: #3B3747;
  border-width: 2px;
}

input[type="radio"]:checked:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #3B3747;
  border-radius: 50%;
}

input[type="radio"] label {
  display: inline-block;
}

input[type="checkbox"] {
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}

input[type="checkbox"]:checked {
  position: relative;
}

input[type="checkbox"]:checked:after {
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  border: 4px solid #3B3747;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 6px;
}

input[type="checkbox"] label {
  display: inline-block;
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

.page-breadcrumb-list {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  font-size: 0.86667rem;
  margin-bottom: 0;
}

.page-breadcrumb-list .page-breadcrumb-item > * {
  opacity: .6;
  transition: opacity .3s ease;
}

.page-breadcrumb-list .page-breadcrumb-item > a:hover {
  opacity: 1;
}

.page-breadcrumb-list .page-breadcrumb-item + .page-breadcrumb-item {
  position: relative;
  margin-left: 2.4em;
}

.page-breadcrumb-list .page-breadcrumb-item + .page-breadcrumb-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.25em;
  transform: scaleY(-50%);
  width: 4px;
  height: 1px;
  background: #898791;
}

.com-youtube {
  overflow: hidden;
}

.com-youtubeSlider {
  position: relative;
}

.com-youtubeSlider .swiper-slide {
  width: 316px;
  height: 178px;
  opacity: .6;
  transition: .5s opacity;
}

@media (min-width: 1024px) {
  .com-youtubeSlider .swiper-slide {
    width: 648px;
    height: 350px;
  }
}

.com-youtubeSlider .swiper-slide-active {
  opacity: 1;
}

.com-youtubeSlider .youtube-wrap {
  height: 100%;
}

.com-youtubeSlider .youtube-wrap iframe {
  width: 100%;
  height: 100%;
}

.com-youtubeSlider .com-slider-navigation {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 316px;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .com-youtubeSlider .com-slider-navigation {
    width: 840px;
    height: 350px;
  }
}

.com-youtubeSlider .com-slider-navigation .com-slider-prev,
.com-youtubeSlider .com-slider-navigation .com-slider-next {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: rgba(59, 55, 71, 0.8);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .com-youtubeSlider .com-slider-navigation .com-slider-prev,
  .com-youtubeSlider .com-slider-navigation .com-slider-next {
    width: 79px;
    height: 79px;
  }
}

.com-youtubeSlider .com-slider-navigation .com-slider-prev::before,
.com-youtubeSlider .com-slider-navigation .com-slider-next::before {
  content: "";
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .com-youtubeSlider .com-slider-navigation .com-slider-prev::before,
  .com-youtubeSlider .com-slider-navigation .com-slider-next::before {
    width: 23px;
    height: 23px;
  }
}

.com-youtubeSlider .com-slider-navigation .com-slider-prev {
  padding-left: 10px;
}

@media (max-width: 1023px) {
  .com-youtubeSlider .com-slider-navigation .com-slider-prev {
    padding-left: 5px;
    transform: translateX(-50%);
  }
}

.com-youtubeSlider .com-slider-navigation .com-slider-prev::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.com-youtubeSlider .com-slider-navigation .com-slider-next {
  padding-right: 10px;
}

@media (max-width: 1023px) {
  .com-youtubeSlider .com-slider-navigation .com-slider-next {
    padding-right: 5px;
    transform: translateX(50%);
  }
}

.com-youtubeSlider .com-slider-navigation .com-slider-next::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.sec-breadcrumb-01 {
  background-color: #3A3746;
  border-top: 5px solid #E03D44;
  padding: 12px 0;
}

.sec-breadcrumb-01 .page-breadcrumb-list {
  justify-content: initial;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.93333rem;
}

.sec-breadcrumb-01 .page-breadcrumb-list .page-breadcrumb-item > * {
  opacity: 1;
}

.sec-breadcrumb-01 .page-breadcrumb-list .page-breadcrumb-item + .page-breadcrumb-item {
  margin-left: 1.5em;
}

.sec-breadcrumb-01 .page-breadcrumb-list .page-breadcrumb-item + .page-breadcrumb-item:before {
  content: ">";
  top: unset;
  left: -1em;
  transform: unset;
  width: auto;
  height: auto;
  background: transparent;
}

.sec-breadcrumb-01 .page-breadcrumb-list a {
  color: #fff;
}

.com-sec-01 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .com-sec-01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.sec-grid-01 {
  margin-left: -70px;
}

.sec-grid-01 > * {
  padding-left: 70px;
}

.sec-grid-01 > .uk-grid-margin {
  margin-top: 40px;
}

.panel-sec-01 {
  background-color: #F7F6F4;
  padding: 20px;
}

@media (min-width: 768px) {
  .panel-sec-01 {
    padding: 40px;
  }
}

.panel-sec-02 {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 20px;
}

@media (min-width: 768px) {
  .panel-sec-02 {
    padding: 40px;
  }
}

.panel-sec-03 {
  background-color: #3B3747;
  padding: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  .panel-sec-03 {
    padding: 40px;
  }
}

.panel-sec-03 h1, .panel-sec-03 h2, .panel-sec-03 h3, .panel-sec-03 h4, .panel-sec-03 h5, .panel-sec-03 h6 {
  color: #fff;
}

.com-table-01 {
  border-collapse: collapse;
  width: 100%;
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
}

.com-table-01 tr:nth-child(even) {
  background-color: #F7F6F4;
}

.com-table-01 td, .com-table-01 th {
  text-align: center;
  line-height: 1.4;
  padding: 5px 10px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  height: 60px;
}

.com-table-01 th {
  background-color: #858D95;
  color: #fff;
  font-weight: bold;
}

.com-table-01 th.w-100 {
  width: 100px;
}

.com-table-01 th.w-175 {
  width: 175px;
}

.com-bg-grey {
  background-color: #F6F5F4;
}

.block-editor-writing-flow p.has-large-font-size,
.block-editor p.has-large-font-size,
.block-content p.has-large-font-size,
.single-detail p.has-large-font-size {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.block-editor-writing-flow p strong,
.block-editor p strong,
.block-content p strong,
.single-detail p strong {
  font-weight: bold;
}

.block-editor-writing-flow .has-text-align-center,
.block-editor .has-text-align-center,
.block-content .has-text-align-center,
.single-detail .has-text-align-center {
  text-align: center;
}

.block-editor-writing-flow .has-text-align-left,
.block-editor .has-text-align-left,
.block-content .has-text-align-left,
.single-detail .has-text-align-left {
  text-align-last: left;
}

.block-editor-writing-flow .has-text-align-right,
.block-editor .has-text-align-right,
.block-content .has-text-align-right,
.single-detail .has-text-align-right {
  text-align: right;
}

.block-editor-writing-flow * > strong,
.block-editor * > strong,
.block-content * > strong,
.single-detail * > strong {
  font-weight: bold;
}

/*# sourceMappingURL=layout.css.map */
