@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;
}

/*
# tel
------------------------*/
.c-tel .tel__num {
  font-size: var(--font-size-28);
  padding-left: 25px;
  position: relative;
  line-height: 1;
}
.c-tel .tel__num::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 19px;
  background: url(../img/common/tel.png) center/100% no-repeat;
  mix-blend-mode: difference;
  inset: 0 auto 0 0;
  margin: auto 0;
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  width: -moz-fit-content;
  width: fit-content;
  gap: 25px;
}
.c-sns__list .sns-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--body-font-color);
  border-radius: 50%;
}
.c-sns__list .sns-icon img {
  width: 30px;
  height: 30px;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 145px 0 135px;
  background: linear-gradient(to bottom, rgb(241, 251, 253) 62%, transparent 62%);
  position: relative;
}
.c-contact__section::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 120px;
  inset: -20px 0 auto;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgb(0, 51, 102) 0%, rgb(47, 192, 228) 100%);
}
.c-contact__section .contact__title {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.c-contact__section .contact__img {
  margin-top: -30px;
}
.c-contact__section .contact__list {
  margin-top: 60px;
}
.c-contact__section .contact__list .contact__item {
  padding: 0 60px;
  position: relative;
}
.c-contact__section .contact__list .contact__item:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--color-gray-light);
}
.c-contact__section .contact__list .contact__item--tel .tel__num {
  font-size: var(--font-size-38);
  padding-left: 85px;
}
.c-contact__section .contact__list .contact__item--tel .tel__num::before {
  background-color: var(--body-font-color);
  background-size: 25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  mix-blend-mode: normal;
}

/*
# c-official__buttons
------------------------*/
.c-official__buttons {
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
}
.c-official__buttons .official__button-link {
  font-size: var(--font-size-16);
  border-bottom: 1px solid;
  padding-right: 25px;
  display: block;
  background: url(../img/common/open_tab.svg) right center/24px no-repeat;
}
.c-official__buttons .official__button-link:hover {
  transform: scale(0.95);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  border-bottom: none;
}
.com-table tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
  border-bottom: 1px solid var(--color-gray-light);
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 15px 20px;
  border-bottom: 1px solid var(--color-gray-extra-light);
}
.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 {
  margin-bottom: 30px;
}

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

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

/*
# com-button
------------------------*/
.com-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 35px;
  font-size: var(--font-size-20);
  height: 70px;
}
.com-button:hover {
  opacity: 1;
  background: var(--body-font-color);
  color: var(--color-white);
}

/*
# com-mail__button
------------------------*/
.com-mail__button {
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-20);
  color: var(--color-white);
  border-radius: 35px;
  height: 70px;
}
.com-mail__button span {
  padding-left: 30px;
}
.com-mail__button span::before {
  inset: 0 auto 0 0;
}

/*
# section-border
------------------------*/
.section-border {
  border-bottom: 2px dashed var(--color-gray-dark);
}

/*
# com-card-style
------------------------*/
.com-card-style {
  padding: 25px 35px;
  position: relative;
  margin-bottom: 40px;
}
.com-card-style:last-child {
  margin-bottom: 0;
}
.com-card-style:has(.com-img) .com-content {
  width: 770px;
  min-height: 200px;
}
.com-card-style .com-img {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 25px 35px auto auto;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-64);
  line-height: 1.4375;
  margin-bottom: 60px;
  text-align: center;
}
.section-title.align-left {
  text-align: left;
}

.headline-title {
  font-size: var(--font-size-24);
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.headline-title .title-num {
  display: block;
  font-size: var(--font-size-16);
}
.headline-title .title-text {
  display: block;
}

/*==========================================
header
===========================================*/
#header {
  padding: 35px 2.8645%;
}
#header .header__logo {
  line-height: 1;
}
#header .header__right {
  width: -moz-fit-content;
  width: fit-content;
}
#header .header__nav {
  margin-right: 35px;
}
#header .header__nav-list {
  gap: 15px 25px;
}
#header .header__nav-link {
  font-size: var(--font-size-18);
  line-height: 1.8888888889;
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header .header__nav-link::before, #header .header__nav-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--body-font-color);
  position: absolute;
  display: block;
}
#header .header__nav-link::before {
  left: 50%;
}
#header .header__nav-link:after {
  right: 50%;
}
#header .header__nav-link:hover {
  color: var(--body-font-color);
}
#header .header__nav-link:hover::before, #header .header__nav-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--body-font-color);
}
#header .header__nav-link.current {
  border-bottom: 1px solid;
}
#header .header__nav-link.current::before, #header .header__nav-link.current::after {
  border-bottom: none;
}
#header .header__nav-link.current:hover::before, #header .header__nav-link.current:hover::after {
  border-bottom: none;
}
#header .header__tel-wrap {
  text-align: center;
}
#header .header__tel-wrap .header__tel-headline {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 5px;
}
#header .header__tel-wrap .header__tel-headline::before, #header .header__tel-wrap .header__tel-headline::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: var(--color-gray);
}
#header .header__tel-wrap .header__tel-headline::before {
  margin-left: 1rem;
}
#header .header__tel-wrap .header__tel-headline::after {
  margin-right: 1rem;
}
#header .header__tel-wrap .header__tel-headline span {
  padding: 0 10px;
}
#header .header__sns-list {
  margin-left: 15px;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(468px, 36.4578vw, 700px);
  position: relative;
  background: url(../img/top/mv/mv-l_img.jpg) left center/14.5833% no-repeat, url(../img/top/mv/mv-r_img.jpg) right center/64.5833% no-repeat;
}
#top-mv .mv__catch {
  width: 19.6354%;
  position: absolute;
  inset: auto auto 14.28571% 9.7395%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding-bottom: 100px;
}
#footer .side__button {
  position: fixed;
  width: 140px;
  height: 140px;
  z-index: 1001;
  inset: auto 40px 40px auto;
  font-size: var(--font-size-20);
  line-height: 1.7;
  text-align: center;
}
#footer .side__button:hover {
  transform: scale(0.95);
}
#footer .footer__inbox {
  padding: 100px 0 0;
  border-top: 1px solid;
  position: relative;
}
#footer .footer__left {
  width: 540px;
}
#footer .footer__left .footer__logo {
  display: inline-block;
  margin-bottom: 45px;
}
#footer .footer__right {
  width: 385px;
}
#footer .footer__right .footer__nav-list {
  padding-left: 15px;
  position: relative;
}
#footer .footer__right .footer__nav-list::before {
  position: absolute;
  content: "";
  inset: 0 auto 0 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgb(47, 192, 228) 0%, rgb(0, 51, 102) 100%);
}
#footer .footer__right .footer__nav-item {
  margin-bottom: 25px;
}
#footer .footer__right .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__right .footer__nav-link {
  font-size: var(--font-size-18);
  display: block;
  line-height: 1;
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__buttons {
  margin-top: 20px;
  gap: 25px;
}

#copyright {
  word-break: normal;
  text-align: left;
  margin-top: 50px;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: absolute;
  inset: auto 10px -75px auto;
  z-index: 999;
}
@media screen and (max-width: 1720px) {
  .pagetop {
    inset: 35px 10px auto auto;
  }
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 280px;
  position: relative;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: calc((100vw - 1170px) / 2);
  height: 1px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: linear-gradient(to right, rgb(47, 192, 228) 0%, rgb(0, 51, 102) 100%);
}
.lower-sv .sv__inbox {
  height: 100%;
}
.lower-sv .sv__title {
  font-size: var(--font-size-50);
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0 auto;
  height: 100%;
}

#valuable-sv .sv__inbox {
  background: url(../../img/sv/valuable-sv_img.jpg) right center no-repeat;
}

#lesson-sv .sv__inbox {
  background: url(../../img/sv/lesson-sv_img.jpg) right center no-repeat;
}

#voice-sv .sv__inbox {
  background: url(../../img/sv/voice-sv_img.jpg) right center no-repeat;
}

#info-sv .sv__inbox {
  background: url(../../img/sv/info-sv_img.jpg) right center no-repeat;
}

#news-sv .sv__inbox {
  background: url(../../img/sv/news-sv_img.jpg) right center no-repeat;
}

#contact-sv .sv__inbox {
  background: url(../../img/sv/contact-sv_img.jpg) right center no-repeat;
}

#complete-sv .sv__inbox {
  background: url(../../img/sv/complete-sv_img.jpg) right center no-repeat;
}

#privacy-sv .sv__inbox {
  background: url(../../img/sv/privacy-sv_img.jpg) right center no-repeat;
}

#site-sv .sv__inbox {
  background: url(../../img/sv/site-sv_img.jpg) right center no-repeat;
}

#e404-sv .sv__inbox {
  background: url(../../img/sv/e404-sv_img.jpg) right center no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 12.7604% 0 0;
  position: relative;
}
#top-greeting .greeting__title {
  font-size: clamp(5.5rem, 3.34vw, 6.4rem);
  margin-bottom: 40px;
  position: relative;
}
#top-greeting .greeting__title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(10.9375vw + 200px);
  inset: auto -35.5% 40px auto;
  background: linear-gradient(to right, rgb(47, 192, 228) 0%, rgb(0, 51, 102) 100%);
}
#top-greeting .greeting__img {
  width: 50%;
  position: absolute;
  text-align: right;
  inset: 245px auto auto 0;
}
#top-greeting .greeting__content {
  width: 39.6666%;
  margin-left: auto;
}
#top-greeting .greeting__button {
  width: 240px;
  margin-top: 50px;
}
#top-greeting .greeting__map {
  width: 74.0625%;
  margin: 0 auto;
  text-align: center;
}

/*
# top-intro
------------------------*/
#top-intro {
  background: url(../img/top/intro_bg.jpg) center/cover no-repeat;
}
#top-intro .intro__inbox {
  padding: 175px 0;
  position: relative;
}
#top-intro .intro__content {
  width: 1010px;
}
#top-intro .intro__img {
  position: absolute;
  inset: -20% 0 auto auto;
  width: 26.6666%;
}

/*
# top-lesson
------------------------*/
#top-lesson {
  padding: 195px 0;
}
#top-lesson .lesson__inbox {
  position: relative;
}
#top-lesson .leasson__img {
  position: absolute;
  inset: 0 auto auto 0;
  width: 48.666%;
}
#top-lesson .lesson__content {
  width: 50%;
  margin-left: auto;
  min-height: 560px;
}
#top-lesson .lesson__content .lesson__title {
  writing-mode: vertical-rl;
  margin: 0 auto 50px;
  text-align: left;
}
#top-lesson .lesson__content .lesson__title span {
  border-right: 1px dashed;
}
#top-lesson .lesson__content .lesson__text {
  width: 460px;
  margin: 0 auto 45px;
}
#top-lesson .lesson__content .lesson__button {
  width: 240px;
  margin: 50px auto 0;
}
#top-lesson .lesson__link-buttons {
  margin-top: 160px;
  gap: 2.668%;
}
#top-lesson .lesson__link-buttons .lesson__link-button {
  width: 48.666%;
  font-size: var(--font-size-30);
}
#top-lesson .lesson__link-buttons .lesson__link-button--schedule span {
  background: url(../img/top/schedule_icon.png) left center no-repeat;
}
#top-lesson .lesson__link-buttons .lesson__link-button--voice span {
  background: url(../img/top/voice_icon.png) left center no-repeat;
}
#top-lesson .lesson__link-buttons .lesson__button-link {
  width: 100%;
  height: 210px;
  padding: 0 8.219%;
  display: flex;
  align-items: center;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
#top-lesson .lesson__link-buttons .lesson__button-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--body-font-color);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#top-lesson .lesson__link-buttons .lesson__button-link:hover, #top-lesson .lesson__link-buttons .lesson__button-link:focus, #top-lesson .lesson__link-buttons .lesson__button-link:active {
  color: var(--color-white);
  filter: alpha(opacity=100);
  opacity: 1;
}
#top-lesson .lesson__link-buttons .lesson__button-link:hover:before, #top-lesson .lesson__link-buttons .lesson__button-link:focus:before, #top-lesson .lesson__link-buttons .lesson__button-link:active:before {
  transform: scaleX(1);
}
#top-lesson .lesson__link-buttons .lesson__button-link::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  inset: 0 10% 0 auto;
  margin: auto 0;
}
#top-lesson .lesson__link-buttons .lesson__button-link span {
  padding-left: 55px;
}

/*
# top-access
------------------------*/
#top-access {
  padding-bottom: 170px;
}
#top-access .access__content {
  width: 410px;
}
#top-access .access__content .access__item {
  margin-bottom: 20px;
}
#top-access .access__content .access__item:last-child {
  margin-bottom: 0;
}
#top-access .access__content .access__item-title {
  padding-left: 15px;
  position: relative;
}
#top-access .access__content .access__item-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  background: var(--color-gray);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-access #g-map {
  width: 62.666%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 0 0 155px;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__post-list {
  width: 69.3333%;
}
#top-news .news__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post-link {
  padding: 20px 2.88%;
  row-gap: 15px;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-date {
  width: 110px;
}
#top-news .news__post-tags {
  width: calc(100% - 120px);
  gap: 5px 7px;
}
#top-news .news__button {
  width: 240px;
  position: absolute;
  inset: 155px auto auto 0;
  height: 60px;
}

/*==========================================
valuable
===========================================*/
/*
# valuable-thought
------------------------*/
#valuable-thought .thoughts__card {
  padding: 80px 0;
  border-top: 1px solid var(--color-gray);
}
#valuable-thought .thoughts__card:last-child {
  padding-bottom: 0;
}
#valuable-thought .thoughts__card-inner {
  position: relative;
}
#valuable-thought .thoughts__card-title {
  padding-left: 15px;
  border-left: 2px solid var(--color-gray-light);
  margin-bottom: 25px;
  border-bottom: none;
}
#valuable-thought .thoughts__card-content {
  width: 645px;
  margin-left: auto;
  min-height: 290px;
}
#valuable-thought .thoughts__card-img {
  position: absolute;
  inset: 0 auto auto 0;
}

/*==========================================
lesson
===========================================*/
/*
# lesson-charm
------------------------*/
#lesson-charm .charm__item {
  padding: 45px 30px;
  border-top: 1px solid var(--color-gray);
}
#lesson-charm .charm__item:last-child {
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 0;
}
#lesson-charm .charm__item-title {
  width: 370px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#lesson-charm .charm__item-text {
  width: 595px;
}

/*
# lesson-plan
------------------------*/
#lesson-plan .plan__card-title .title-num {
  padding-left: 20px;
  position: relative;
}
#lesson-plan .plan__card-title .title-num::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--color-gray-light);
}

/*
# lesson-price
------------------------*/
#lesson-price .plan__item {
  margin-bottom: 30px;
}
#lesson-price .plan__item:last-child {
  margin-bottom: 0;
}
#lesson-price .plan__item-title {
  text-align: center;
  border-top: 1px solid var(--color-gray);
  padding: 10px 0;
}
#lesson-price .plan__item .plan__detail {
  margin-bottom: 10px;
}
#lesson-price .plan__item .plan__detail:last-child {
  margin-bottom: 0;
}
#lesson-price .plan__item .plan__detail--summary .plan__detail-title {
  padding-left: 20px;
  position: relative;
}
#lesson-price .plan__item .plan__detail--summary .plan__detail-title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--color-gray-light);
}

/*==========================================
voice
===========================================*/
#voice-archive .voice__card-content {
  margin-left: auto;
}
#voice-archive .voice__card-img {
  inset: 25px auto auto 35px;
}

/*==========================================
info
===========================================*/
/*
# info-greeting
------------------------*/
#info-greeting .greeting__img {
  margin-bottom: 50px;
}
#info-greeting .greeting__text {
  text-align: center;
}
#info-greeting .greeting__text--name {
  font-size: var(--font-size-24);
}
#info-greeting .greeting__text--name span {
  position: relative;
}
#info-greeting .greeting__text--name span::before, #info-greeting .greeting__text--name span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--body-font-color);
}
#info-greeting .greeting__text--name span::before {
  left: -45px;
}
#info-greeting .greeting__text--name span::after {
  right: -45px;
}

/*
# info-basic
------------------------*/
#info-basic .info__table {
  margin-bottom: 60px;
}

/*==========================================
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-way .contact__tel {
  text-align: center;
  margin-top: 45px;
}
#contact-way .contact__tel .tel__num {
  font-size: var(--font-size-38);
  padding-left: 85px;
}
#contact-way .contact__tel .tel__num::before {
  background-color: var(--body-font-color);
  background-size: 25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  mix-blend-mode: normal;
}

#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item {
  padding: 25px 0;
  border-bottom: 1px solid var(--color-gray-light);
}
#contact .contact__form-item .contact__form-label {
  border-bottom: none;
  padding-top: 0;
  margin-bottom: 15px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 0;
  border-bottom: none;
}
#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フレーム時)
  ===========================================*/