@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# .c-contact__list
------------------------*/
.c-contact__list {
  gap: 30px;
}
.c-contact__list .contact__item {
  width: 340px;
}
.c-contact__list .contact__item .contact__button {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.c-contact__list .contact__item .contact__button:not(:has(.tel__num)) {
  position: relative;
}
.c-contact__list .contact__item .contact__button:not(:has(.tel__num)):hover {
  transform: scale(0.95);
}
.c-contact__list .contact__item .contact__button:not(:has(.tel__num))::before {
  position: absolute;
  content: "";
  margin: auto 0;
  z-index: 1;
}
.c-contact__list .contact__item .contact__button-line {
  padding-left: 25px;
}
.c-contact__list .contact__item .contact__button-line::before {
  width: 20px;
  height: 20px;
  background: url(../../img/common/sns/LINE_logo.svg) center/100% no-repeat;
  inset: 0 auto 0 25px;
}
.c-contact__list .contact__item .contact__button-mail {
  padding-left: 30px;
}
.c-contact__list .contact__item .contact__button-mail::before {
  width: 26px;
  height: 19px;
  background: url(../../img/common/mail_ic.png) center/100% no-repeat;
  inset: 0 auto 0 20px;
}
.c-contact__list .contact__item .contact__button-tel {
  line-height: 1;
}
.c-contact__list .contact__item .contact__button-tel .tel__num {
  font-size: var(--font-size-28);
  line-height: 1;
  margin-bottom: 5px;
}
.c-contact__list .contact__item .contact__button-tel .tel__num small {
  font-size: var(--font-size-14);
}

/*
# .c-contact__section
------------------------*/
.c-contact__section {
  background: url(../../img/top/contact_deco.png) right 12.7604% top no-repeat, var(--color-gray-light);
  border-radius: 100px 100px 0 0;
  padding: 90px 0 95px;
}
.c-contact__section .contact__title {
  margin-bottom: 0;
}
.c-contact__section .contact__headline {
  width: 1080px;
  margin: 0 auto 60px;
}
.c-contact__section .contact__headline .contact__text {
  width: 660px;
  font-family: var(--font-noto-sans);
}
.c-contact__section .contact__contact-list {
  background: var(--color-white);
  padding: 50px 0;
  justify-content: center;
  border-radius: 90px;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  border-bottom: 1px solid rgba(var(--color-white-rgb), 0.2);
  font-family: var(--font-noto-sans);
}
.com-table tr:last-child {
  border-bottom: none;
}
.com-table tr th {
  padding: 15px 10px;
  width: 220px;
  vertical-align: top;
  background: var(--primary-color);
  color: var(--color-white);
}
.com-table tr td {
  width: calc(100% - 220px);
  padding: 15px 20px;
  background: var(--color-gray-extralight);
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  font-family: var(--font-noto-sans);
  margin-bottom: 35px;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 340px;
}

/*
# .com-button
------------------------*/
.com-button {
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  border-radius: 25px;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--accent-color);
}
.com-button:hover {
  opacity: 1;
  background: var(--primary-color);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-weight: var(--font-weight-bold);
  margin-bottom: 50px;
  text-align: center;
}
.section-title.align-left {
  text-align: left;
}
.section-title span {
  display: block;
  letter-spacing: 0.1em;
}
.section-title span.title-ja {
  font-size: var(--font-size-44);
  line-height: 1.5;
}
.section-title span.title-en {
  color: var(--primary-color);
  font-size: var(--font-size-20);
  text-transform: capitalize;
}

.headline-title {
  font-size: var(--font-size-34);
  font-weight: var(--font-weight-bold);
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.5;
}
.headline-title::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background: var(--primary-color-extralight);
  inset: 0 auto 0 0;
  border-radius: 3px;
}

/*==========================================
header
===========================================*/
#header {
  padding: 25px 1.302% 0;
}
#header .header__nav {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
}
#header .header__nav-list {
  gap: 10px 24px;
}
#header .header__nav-item {
  letter-spacing: 0.08em;
}
#header .header__nav-link {
  position: relative;
}
#header .header__nav-link::before {
  position: absolute;
  content: "";
  opacity: 0;
  width: 4px;
  height: 4px;
  background: var(--primary-color);
  inset: -10px 0 auto;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 1;
}
#header .header__nav-link:hover::before {
  opacity: 1;
}
#header .header__nav-link.current::before {
  opacity: 1;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(646px, 50.5205vw, 970px);
  background: url(../../img/top/mv/mv_deco.png) right 6.09375% top/57.65625% no-repeat, var(--color-gray-light);
  position: relative;
}
#top-mv::before {
  position: absolute;
  content: "";
  inset: auto auto 14.4329% 0;
  width: 35.4166%;
  height: 72.1649%;
  background: url(../../img/top/mv/mv-left_img.jpg) center/100% no-repeat;
  border-radius: 0 30px 30px 0;
}
#top-mv .mv__inner {
  width: 58.3333%;
  position: absolute;
  inset: auto 0 14.4329% auto;
}
#top-mv .mv__catch {
  width: 68.6607%;
  margin-bottom: 12%;
}
#top-mv .mv__img-list {
  width: 94.6428%;
  gap: 4.7171%;
}
#top-mv .mv__img-list .mv__img-item {
  width: 30.1886%;
}
#top-mv .mv__contact-list {
  width: 445px;
  position: absolute;
  inset: 3.092% 0 auto auto;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  z-index: 100;
}
#top-mv .mv__contact-list .contact__item {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
#top-mv .mv__contact-list .contact__item:has(.contact__button-tel, .contact__button-mail) {
  transform: translateX(350px);
}
#top-mv .mv__contact-list .contact__item:has(.contact__button-tel, .contact__button-mail):hover {
  transform: translateX(0);
}
#top-mv .mv__contact-list .contact__button:hover {
  cursor: pointer;
  transform: scale(1);
}
#top-mv .mv__contact-list .contact__button-tel, #top-mv .mv__contact-list .contact__button-mail {
  width: 317px;
  height: 70px;
  margin: 0 25px 0 auto;
  border-radius: 35px;
  background: var(--color-white);
  color: var(--body-font-color);
  position: relative;
  padding: 0;
}
#top-mv .mv__contact-list .contact__button-tel::before, #top-mv .mv__contact-list .contact__button-mail::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  inset: 0 auto 0 -95px;
}
#top-mv .mv__contact-list .contact__button-tel::before {
  background: url(../../img/common/tel_ic.png) center no-repeat, var(--body-font-color);
}
#top-mv .mv__contact-list .contact__button-mail {
  margin-bottom: 25px;
}
#top-mv .mv__contact-list .contact__button-mail::before {
  background: url(../../img/common/mail_ic.png) center no-repeat, var(--body-font-color);
}
#top-mv .mv__contact-list .contact__button-line {
  position: fixed;
  width: 140px;
  height: 140px;
  right: 0;
  text-align: center;
  padding: 35px 25px 0;
  line-height: 1.6;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
#top-mv .mv__contact-list .contact__button-line::before {
  width: 30px;
  height: 30px;
  inset: 18px 0 auto;
  margin: 0 auto;
}
#top-mv .mv__contact-list .contact__button-line::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 17px;
  inset: -24px 0 auto;
  background: url(../../img/common/line-button_txt.svg) center/100% no-repeat;
  margin: 0 auto;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 80px 0;
}
#footer .footer__headline {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 20px;
}
#footer .footer__headline .footer__right {
  width: 650px;
}
#footer .footer__headline .footer__right .footer__nav-list {
  gap: 15px 20px;
  letter-spacing: 0.08em;
}
#footer .footer__headline .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__endline .footer__aside {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer__endline .footer__aside-list {
  gap: 15px 20px;
}
#footer .footer__endline .footer__aside-button {
  font-size: var(--font-size-14);
  font-family: var(--font-noto-sans);
  padding: 2px 20px 2px 0;
  border-bottom: 1px solid;
  display: inline-block;
}
#footer .footer__endline .footer__aside-button::before {
  inset: 0 0 0 auto;
}
#footer .footer__endline .footer__aside-button:hover {
  transform: translateY(-5px);
}

#copyright {
  width: -moz-fit-content;
  width: fit-content;
  word-break: normal;
}
#copyright small {
  font-size: var(--font-size-12);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  height: 360px;
  position: relative;
  background: url(../../img/sv/sv_deco.png) left 12.2395% top no-repeat, var(--color-gray-light);
  border-radius: 0 0 100px 100px;
}
.lower-sv .sv__title {
  width: 1080px;
  margin: 0 auto;
  font-size: var(--font-size-48);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  inset: 0 auto 0 -55px;
  margin: auto 0;
  background: var(--color-gray);
}
.lower-sv .sv__img {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

/*==========================================
top
===========================================*/
/*
# top-banner
------------------------*/
#top-banner {
  position: relative;
  z-index: 1;
  padding-bottom: 55px;
}
#top-banner::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 120px;
  background: var(--color-gray-light);
  border-radius: 0 0 100px 100px;
  inset: 0 0 auto;
}
#top-banner .banner__content {
  padding: 75px 0 80px;
  position: relative;
  margin-bottom: 140px;
}
#top-banner .banner__content::before, #top-banner .banner__content::after {
  position: absolute;
  content: "";
}
#top-banner .banner__content::before {
  inset: 0 0 auto;
  margin: 0 auto;
  background: var(--primary-color-extralight);
  width: 93.75%;
  height: 10px;
  border-radius: 5px;
}
#top-banner .banner__content:after {
  inset: 78px 16.25% auto auto;
  width: 7.1825%;
  height: 125px;
  background: url(../../img/top/banner_ill.png) center/100% no-repeat;
}
#top-banner .banner__title {
  text-align: center;
  font-size: var(--font-size-34);
  margin-bottom: 25px;
}
#top-banner .banner__title span {
  position: relative;
}
#top-banner .banner__title span::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  inset: -10px 0 auto;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--primary-color);
}
#top-banner .banner__text {
  text-align: center;
  margin-bottom: 30px;
}
#top-banner .banner__contact-list {
  justify-content: center;
}
#top-banner .banner-bplus {
  display: block;
  width: 930px;
  margin: 0 auto;
}

/*
# top-about
------------------------*/
#top-about {
  background: url(../../img/top/about_deco.png) left top no-repeat;
}
#top-about .about__inbox {
  padding: 90px 0 140px;
  position: relative;
}
#top-about .about__inbox::before, #top-about .about__inbox::after {
  position: absolute;
  content: "";
  border-radius: 20px;
}
#top-about .about__inbox::before {
  width: 580px;
  height: 410px;
  background: url(../../img/top/about-large_img.jpg) center/100% no-repeat;
  inset: 90px -100px auto auto;
}
#top-about .about__inbox::after {
  width: 450px;
  height: 320px;
  background: url(../../img/top/about-small_img.jpg) center/100% no-repeat;
  inset: 425px auto auto -100px;
}
#top-about .about__title {
  margin-bottom: 255px;
}
#top-about .about__content {
  width: 635px;
  margin-left: auto;
}
#top-about .about__content .about__content-list {
  margin-bottom: 35px;
}
#top-about .about__content .about__content-list .about__content-item {
  padding-left: 20px;
  background: url(../../img/top/about-check_ic.png) left center no-repeat;
}
#top-about .about__content .about__button {
  margin: 40px 0 0 auto;
}

/*
# top-service
------------------------*/
#top-service {
  padding: 135px 0;
}
#top-service .service__headline {
  width: 1080px;
  position: relative;
  margin: 0 auto 85px;
}
#top-service .service__headline::before {
  position: absolute;
  content: "";
  width: 79px;
  height: 79px;
  inset: auto auto 55px -130px;
  background: url(../../img/top/service-orange_circle.svg) center/100% no-repeat;
}
#top-service .service__headline-content {
  width: 630px;
}
#top-service .service__headline-img {
  position: absolute;
  inset: 0 0 auto auto;
  z-index: 1;
}
#top-service .service__headline-img::before, #top-service .service__headline-img::after {
  position: absolute;
  content: "";
}
#top-service .service__headline-img::before {
  width: 140px;
  height: 140px;
  background: url(../../img/top/service-yellow_circle.svg) center/100% no-repeat;
  inset: auto -70px -70px auto;
}
#top-service .service__headline-img::after {
  width: 94px;
  height: 94px;
  background: url(../../img/top/service-dark-orange_circle.svg) center/100% no-repeat;
  inset: -47px auto auto -47px;
  z-index: -1;
}
#top-service .service__title {
  padding-bottom: 65px;
  border-bottom: 1px dotted var(--color-gray);
}
#top-service .service__sub-title {
  font-size: var(--font-size-26);
  margin-bottom: 20px;
}
#top-service .service__content-wrap {
  position: relative;
  z-index: 1;
}
#top-service .service__content-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-gray-extralight);
  border-radius: 26px;
  z-index: -1;
  inset: 40px 0 auto;
}
#top-service .service__content-wrap .service__content {
  width: 1080px;
  margin: 0 auto 40px;
  padding: 50px 55px 50px 50px;
}
#top-service .service__content-wrap .service__content-inner {
  width: 740px;
  margin-left: auto;
}
#top-service .service__content-wrap .service__content-title {
  font-size: var(--font-size-34);
  margin-bottom: 20px;
  line-height: 1;
}
#top-service .service__content-wrap .service__button {
  margin: 0 auto;
}

/*
# top-links
------------------------*/
#top-links {
  padding: 140px 0 130px;
}
#top-links .links__list {
  gap: 3.125%;
}
#top-links .links__list .links__item {
  width: 48.4375%;
}
#top-links .links__list .links__item-link {
  height: 260px;
  display: flex;
  align-items: center;
  padding: 0 16.129%;
  position: relative;
  z-index: 1;
}
#top-links .links__list .links__item-link::before {
  width: 40px;
  height: 40px;
  background: var(--color-white);
  border-radius: 50%;
  color: var(--primary-color);
  inset: auto 30px 30px auto;
}
#top-links .links__list .links__item-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--primary-color-rgb), 0.75);
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
}
#top-links .links__list .links__item-link:hover {
  opacity: 1;
  transform: translateY(-15px);
}
#top-links .links__list .links__item-link:hover::after {
  opacity: 1;
}
#top-links .links__list .links__item-staff .links__item-link {
  background: url(../../img/top/link-item_deco.svg) left top no-repeat, url(../../img/top/links-staff_bg.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-voice .links__item-link {
  background: url(../../img/top/link-item_deco.svg) left top no-repeat, url(../../img/top/links-voice_bg.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-title {
  margin-bottom: 0;
}
#top-links .links__list .links__item-title .title-ja {
  font-size: var(--font-size-40);
}
#top-links .links__list .links__item-title .title-en {
  color: var(--color-white);
}

/*
# top-news
------------------------*/
#top-news {
  padding-bottom: 135px;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__post-list {
  width: 800px;
  gap: 40px;
}
#top-news .news__post {
  width: 240px;
}
#top-news .news__post-link {
  display: block;
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-thumb {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}
#top-news .news__post-meta {
  padding-left: 15px;
  border-left: 2px dotted var(--color-gray);
}
#top-news .news__post-date {
  font-size: var(--font-size-14);
}
#top-news .news__post-title {
  font-size: var(--font-size-17);
  font-family: var(--font-noto-sans);
}
#top-news .news__post-tags {
  gap: 7px;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  border-bottom: 1px solid;
  font-family: var(--font-noto-sans);
}
#top-news .news__button {
  position: absolute;
  inset: 160px auto auto 0;
}

/*==========================================
beginner
===========================================*/
/*
# beginner-thoughts
------------------------*/
#beginner-thoughts .thoughts__text {
  margin-bottom: 50px;
}
#beginner-thoughts .thoughts__list {
  padding: 80px 0;
}
#beginner-thoughts .thoughts__list-item {
  width: 1080px;
  margin: 0 auto 40px;
  padding: 25px 40px 40px;
}
#beginner-thoughts .thoughts__list-item:last-child {
  margin-bottom: 0;
}
#beginner-thoughts .thoughts__list-item .thoughts__item-title {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-20);
}
#beginner-thoughts .thoughts__list-item .thoughts__item-content {
  width: 835px;
}
#beginner-thoughts .thoughts__list-item .thoughts__content-title {
  font-size: var(--font-size-26);
  margin-bottom: 10px;
}

/*
# beginner-feature
------------------------*/
#beginner-feature .feature__card {
  position: relative;
  padding: 75px 6.4516%;
  margin-bottom: 60px;
}
#beginner-feature .feature__card::before {
  position: absolute;
  inset: -35px auto auto 6.4516%;
  font-size: 6rem;
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0.1em;
}
#beginner-feature .feature__card:last-child {
  margin-bottom: 0;
}
#beginner-feature .feature__card-content {
  width: 45.8333%;
  min-height: 400px;
  margin-left: auto;
}
#beginner-feature .feature__card-title {
  text-align: center;
  margin-bottom: 20px;
}
#beginner-feature .feature__card-title small {
  font-size: var(--font-size-17);
  position: relative;
}
#beginner-feature .feature__card-title small::before, #beginner-feature .feature__card-title small::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#beginner-feature .feature__card-title small::before {
  left: -15px;
  transform: rotate(-35deg);
}
#beginner-feature .feature__card-title small::after {
  right: -15px;
  transform: rotate(35deg);
}
#beginner-feature .feature__card-title span {
  margin-top: 10px;
  display: block;
  line-height: 1.5;
  font-size: var(--font-size-34);
}
#beginner-feature .feature__card-img {
  width: 43.5483%;
  position: absolute;
  inset: 75px auto auto 6.4516%;
}

/*
# beginner-area
------------------------*/
#beginner-area .area__content {
  padding: 95px 6.4516%;
  background-image: url(../../img/beginner/area_map.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#beginner-area .area__text {
  font-size: var(--font-size-20);
  line-height: 1.6;
}
#beginner-area .area__text span {
  color: var(--primary-color);
  font-size: var(--font-size-34);
}

/*
# beginner-flow
------------------------*/
#beginner-flow .flow__text {
  margin-bottom: 50px;
}
#beginner-flow .flow__inner-wrap {
  padding: 80px 0;
}
#beginner-flow .flow__list {
  width: 1080px;
  margin: 0 auto 50px;
  gap: 45px;
}
#beginner-flow .flow__list .flow__item {
  width: 330px;
  padding: 25px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
#beginner-flow .flow__list .flow__item::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 19px;
  background: url(../../img/beginner/flow-item_arr.svg) center/100% no-repeat;
  inset: 0 -28px 0 auto;
  margin: auto 0;
}
#beginner-flow .flow__list .flow__item:nth-child(3n)::after {
  background: none;
}
#beginner-flow .flow__list .flow__item-num {
  font-size: var(--font-size-20);
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
#beginner-flow .flow__list .flow__item-num::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  inset: auto 0 0;
  margin: 0 auto;
  background: var(--primary-color);
}
#beginner-flow .flow__list .flow__item-text {
  font-size: var(--font-size-26);
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
#beginner-flow .flow__service {
  width: 1080px;
  margin: 0 auto;
}
#beginner-flow .flow__service .flow__service-title {
  border-radius: 26px 26px 0 0;
  font-size: var(--font-size-20);
  text-align: center;
  padding: 10px;
}
#beginner-flow .flow__service .flow__service-text {
  padding: 15px;
}

/*
# beginner-info
------------------------*/
#beginner-info .info__wrap {
  padding: 75px 0;
}
#beginner-info .info__table {
  width: 1080px;
  margin: 0 auto 60px;
}
#beginner-info .info__table tr:first-child th {
  border-radius: 16px 0 0 0;
}
#beginner-info .info__table tr:first-child td {
  border-radius: 0 16px 0 0;
}
#beginner-info .info__table tr:last-child th {
  border-radius: 0 0 0 16px;
}
#beginner-info .info__table tr:last-child td {
  border-radius: 0 0 16px 0;
}
#beginner-info #g-map {
  width: 1080px;
  margin: 0 auto;
}
#beginner-info #g-map iframe {
  border-radius: 20px;
}

/*==========================================
service
===========================================*/
/*
# service-works
------------------------*/
#service-works .works__text {
  margin-bottom: 50px;
}
#service-works .works__item {
  margin-bottom: 55px;
  padding: 65px 0;
  position: relative;
}
#service-works .works__item::before {
  position: absolute;
  content: "";
  width: 165px;
  height: 135px;
  background: url(../../img/service/works-content_deco.png) center/100% no-repeat;
  inset: -30px -30px auto auto;
}
#service-works .works__item:last-child {
  margin-bottom: 0;
}
#service-works .works__item-headline {
  width: 1080px;
  margin: 0 auto 50px;
}
#service-works .works__item-title {
  margin-bottom: 0;
}
#service-works .works__item-text {
  width: 785px;
}
#service-works .works__item .works__item-movie-wrap {
  width: 1080px;
  margin: 0 auto 50px;
}
#service-works .works__item .works__item-movie-wrap .works__item-movie {
  width: 680px;
}
#service-works .works__item .works__item-movie-wrap .works__item-list {
  width: 350px;
}
#service-works .works__item .works__item-movie-wrap .works__item-list .works__list-item {
  margin-bottom: 25px;
}
#service-works .works__item .works__item-movie-wrap .works__item-list .works__list-item:last-child {
  margin-bottom: 0;
}
#service-works .works__item .works__item-movie-wrap .works__item-list .works__list-item .works__list-title {
  margin-bottom: 5px;
}
#service-works .works__item .works__item-movie-wrap .works__item-list .works__list-item .works__list-title::before {
  content: "■";
}
#service-works .works__item .movie__card-wrap {
  width: 1080px;
  margin: 0 auto 50px;
}
#service-works .works__item .movie__card-wrap .movie__card {
  width: 490px;
}
#service-works .works__item .movie__card-wrap .movie__card-title {
  text-align: center;
  font-size: var(--font-size-26);
  margin-bottom: 15px;
}
#service-works .works__item .movie__card-wrap .movie__card-movie {
  margin-bottom: 15px;
}
#service-works .works__item-content {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 35px;
}
#service-works .works__item-content .works__content-title {
  text-align: center;
  font-size: var(--font-size-26);
  border-bottom: 2px dotted var(--color-gray);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/*
# service-schedule
------------------------*/
#service-schedule .schedule__text {
  margin-bottom: 40px;
}
#service-schedule .schedule__inner-wrap {
  padding: 80px 6.4516%;
}
#service-schedule .schedule__list {
  width: 48.1481%;
}
#service-schedule .schedule__list-item {
  border-bottom: 1px solid var(--color-gray-light);
}
#service-schedule .schedule__list-item:first-child .schedule__item-title {
  border-radius: 26px 0 0 0;
}
#service-schedule .schedule__list-item:first-child .schedule__item-content {
  border-radius: 0 26px 0 0;
}
#service-schedule .schedule__list-item:last-child {
  border-bottom: none;
}
#service-schedule .schedule__list-item:last-child .schedule__item-title {
  border-radius: 0 0 0 26px;
}
#service-schedule .schedule__list-item:last-child .schedule__item-content {
  border-radius: 0 0 26px 0;
}
#service-schedule .schedule__list .schedule__item-title {
  width: 130px;
  text-align: center;
}
#service-schedule .schedule__list .schedule__item-content {
  width: calc(100% - 130px);
}
#service-schedule .schedule__list .schedule__item-title,
#service-schedule .schedule__list .schedule__item-content {
  padding: 15px;
  text-align: center;
}
#service-schedule .schedule__content {
  width: 48.1481%;
}
#service-schedule .schedule__content-title {
  border-radius: 26px 26px 0 0;
  font-size: var(--font-size-20);
  text-align: center;
  padding: 10px;
}
#service-schedule .schedule__content-text {
  padding: 25px;
}

/*
# service-feel
------------------------*/
#service-feel .feel__list-wrap {
  padding: 80px 0;
}
#service-feel .feel__list-wrap .feel__list {
  width: 1080px;
  margin: 0 auto;
  gap: 30px;
}
#service-feel .feel__list-wrap .feel__list .feel__item {
  width: 340px;
  height: 230px;
}

/*==========================================
staff
===========================================*/
#staff-archive:has(.staff__list) .staff__title {
  margin-bottom: 240px;
}
#staff-archive .staff__list {
  row-gap: 220px;
}
#staff-archive .staff__list .staff__card {
  width: 520px;
  padding: 50px 35px 30px;
  position: relative;
}
#staff-archive .staff__list .staff__card-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: absolute;
  inset: -175px 0 auto;
  margin: 0 auto;
}
#staff-archive .staff__list .staff__card-title {
  font-size: var(--font-size-26);
  border-bottom: 2px dotted var(--color-gray);
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
}
#staff-archive .staff__list .staff__card-profile .staff__profile-title {
  width: 125px;
}
#staff-archive .staff__list .staff__card-profile .staff__profile-content {
  width: calc(100% - 125px);
}

/*==========================================
voice
===========================================*/
/*
# voice-article
------------------------*/
#voice-archive .voice__list {
  row-gap: 40px;
}
#voice-archive .voice__list .voice__card {
  width: 520px;
}
#voice-archive .voice__list .voice__card-link {
  display: block;
  padding: 30px 35px;
}
#voice-archive .voice__list .voice__card-link::before {
  width: 24px;
  height: 24px;
  inset: auto 15px 15px auto;
  background: var(--accent-color);
  color: var(--color-white);
  border-radius: 50%;
  font-size: var(--font-size-12);
}
#voice-archive .voice__list .voice__card-link:hover {
  opacity: 1;
  transform: translateY(-10px);
  background: var(--color-gray-extralight);
}
#voice-archive .voice__list .voice__card-headline {
  margin-bottom: 20px;
}
#voice-archive .voice__list .voice__card-meta {
  width: 320px;
}
#voice-archive .voice__list .voice__card-gender {
  margin-bottom: 10px;
}
#voice-archive .voice__list .voice__card-title {
  font-size: var(--font-size-20);
}

/*
# voice-single
------------------------*/
#voice-single .voice__post {
  padding: 35px 40px;
}
#voice-single .voice__post-headline {
  margin-bottom: 30px;
}
#voice-single .voice__post-meta {
  width: 870px;
}
#voice-single .voice__post-title {
  font-size: var(--font-size-26);
}
#voice-single .voice__post-body {
  padding: 30px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 15px 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 2% 0 2% 3%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/