@charset "UTF-8";
/*==========================================
PC共通
===========================================*/
html {
  font-size: 62.5%;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  margin-bottom: 65px;
}

.headline-title {
  text-align: left;
  border-left: 6px solid var(--primary-color);
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-medium);
  color: var(--primary-color);
  padding-left: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.sub-title {
  font-size: var(--font-size-42);
  font-weight: var(--font-weight-medium);
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 55px;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 0 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
パンくずリスト
===========================================*/
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(--color-gray);
  position: relative;
}
div .bread li:after {
  content: " > ";
  color: var(--color-gray);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child:after {
  content: "";
}
div .bread li a {
  color: var(--color-gray);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont p {
  margin-bottom: 30px;
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map .map {
  height: 480px;
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 18px;
}

.com-button {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  position: relative;
  padding: 0 50px;
}
.com-button::before {
  content: "\f138";
  inset: 0 20px 0 auto;
  z-index: 10;
}
.com-button--primary {
  background: var(--primary-color);
}
.com-button--accent {
  background: var(--accent-color);
}
.com-button:hover {
  transform: scale(0.95);
  opacity: 0.9;
}

.c-address {
  margin-bottom: 45px;
  color: var(--primary-color);
}
.c-address .address__locate {
  margin-bottom: 10px;
}
.c-address .address__worktime .worktime__item {
  margin-bottom: 10px;
}
.c-address .address__worktime .worktime__item:last-child {
  margin-bottom: 0;
}
.c-address .address__worktime .worktime__item dt {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--primary-color);
  width: 1px;
  height: 15px;
}

.c-sns__list {
  gap: 40px;
}

.bg-wave {
  position: relative;
}
.bg-wave::before, .bg-wave::after {
  position: absolute;
  content: "";
  background: url(../img/common/bg-wave.png) center/100% no-repeat;
  margin: 0 auto;
  width: 100%;
  height: 108px;
  left: 0;
  right: 0;
}
.bg-wave::before {
  top: -1px;
  background-position: 50% 0;
}
.bg-wave::after {
  bottom: -1px;
  background-position: 50% 0;
  transform: rotate(180deg);
}

/*==========================================
コンポーネント
===========================================*/
.c-contact__list {
  gap: 15px;
}
.c-contact__list .com-tel {
  line-height: 1.3;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  letter-spacing: 0;
  padding-left: 30px;
  background: url(../img/common/tel_ic.png) left center no-repeat;
}
.c-contact__list .com-tel .tel__txt {
  display: block;
}
.c-contact__list .com-mail-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  height: 50px;
  color: var(--color-white);
  font-size: var(--font-size-18);
  background: var(--color-red);
}
.c-contact__list .com-mail-button a span {
  padding-left: 25px;
  background: url(../img/common/mail_ic.png) left center no-repeat;
}

/*==========================================
header
===========================================*/
#header {
  height: clamp(770px, 44.6vw, 855px);
  background: url(../img/common/header_bg.png) bottom center/100% no-repeat;
  padding: 0 0 50px;
  margin-top: 75px;
}
#header .header__side {
  height: 100%;
  /*==========================================
  100% から%を算出
  ===========================================*/
  width: 30.46875%;
  padding: 0 1.8229% 0 6.25%;
}
#header .header__side .header__logo {
  margin-bottom: 12.256%;
  text-align: center;
}
#header .header__side #nav {
  margin-bottom: 29.803%;
}
#header .header__side #nav .nav__item {
  margin-bottom: 7.982%;
}
#header .header__side #nav .nav__item:last-child {
  margin-bottom: 0;
}
#header .header__side #nav .nav__item a {
  display: block;
  padding-left: 25px;
  position: relative;
}
#header .header__side #nav .nav__item a::before {
  position: absolute;
  content: "";
  inset: 13px auto 0 0;
  margin: auto 0;
  background: var(--primary-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#header .header__side #nav .nav__item a:hover::before {
  background: var(--accent-color);
}
#header .header__side #nav .nav__item.current a::before {
  background: var(--accent-color);
}
#header .header__side .c-contact__list {
  row-gap: 25px;
}
#header .header__side .c-contact__list .c-contact__item {
  width: 100%;
  text-align: center;
}
#header .header__side .c-contact__list .com-mail-button {
  width: 230px;
}
#header .header__mv {
  width: calc(100% - 585px);
  min-width: 885px;
  height: 100%;
  padding: 25px 2.6041% 0 4.166%;
}

#top-mv {
  background: url(../img/top/mv/mv_img.png) bottom center/91.5% no-repeat;
}

/*==========================================
top
===========================================*/
/* top-banner
------------------------*/
#top-banner {
  width: 850px;
  margin: 130px auto 90px;
  border: 2px solid var(--primary-color);
  background-image: linear-gradient(var(--color-lightgray) 1px, transparent 1px), linear-gradient(to right, var(--color-lightgray) 1px, transparent 1px);
  background-size: 13px 13px;
  background-color: var(--color-white);
  position: relative;
  overflow: hidden;
}
#top-banner .banner__img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 320px;
  height: 100%;
}
#top-banner .banner__content {
  width: 530px;
  padding: 30px 0 0;
  text-align: center;
}
#top-banner .banner__content .banner__title {
  margin-bottom: 20px;
}
#top-banner .banner__content .banner__text {
  font-size: var(--font-size-18);
  margin-bottom: 25px;
}
#top-banner .banner__content .c-contact__list {
  background: var(--primary-color);
  padding: 15px 30px;
}
#top-banner .banner__content .c-contact__list .tel__num {
  color: var(--color-white);
  background-image: url(../img/common/tel-ic_white.png);
}
#top-banner .banner__content .c-contact__list .com-mail-button {
  width: 190px;
}
#top-banner.banner__autumn .c-contact__list .com-mail-button a, #top-banner.banner__winter .c-contact__list .com-mail-button a {
  background-color: var(--accent-color);
}

/* top-about
------------------------*/
#top-about {
  padding: 195px 0 235px;
  background: url(../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about__content {
  width: 520px;
  color: var(--color-white);
}

/* top-chart
------------------------*/
#chart {
  padding: 115px 0 130px;
}
#chart .com_chart {
  padding: 40px 30px 45px;
  border: 1px solid var(--color-gray);
  border-radius: 12px;
}
#chart .com_chart .chart_title {
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  margin-bottom: 30px;
  padding: 15px 0 15px 55px;
  position: relative;
}
#chart .com_chart .chart_title .q-icon {
  position: absolute;
  inset: 15px auto 0 0;
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: var(--font-size-20);
  text-align: center;
}
#chart .com_chart .chart_btn_list {
  gap: 45px;
}
#chart .com_chart .chart_btn_list-item {
  width: 440px;
  margin: 0 auto;
}
#chart .btn_wrp {
  width: 440px;
  margin: 45px auto 0;
}
#chart .btn_wrp .com-button::before {
  transform: scale(-1, 1);
  right: auto;
  left: 20px;
}
#chart .result_chart .result_img {
  width: 300px;
  margin: 0 auto 30px;
}
#chart .result_chart .result_txtxbx {
  border: 6px solid var(--primary-color);
  padding: 55px;
  margin-bottom: 55px;
}
#chart .result_chart .result_txtxbx .result_txt {
  text-align: center;
  font-size: var(--font-size-18);
  margin-bottom: 40px;
}
#chart .result_chart .result_txtxbx .more_btn {
  width: 650px;
  margin: 0 auto;
}

/* top-worry
------------------------*/
#top-worry {
  padding: 220px 0 240px;
  background: var(--primary-color-light);
}
#top-worry .inbox {
  position: relative;
}
#top-worry .inbox::before, #top-worry .inbox::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#top-worry .inbox::before {
  width: 335px;
  height: 228px;
  background: url(../img/top/worry-r_ill.png) center/100% no-repeat;
  inset: -90px -150px auto auto;
}
#top-worry .inbox::after {
  width: 228px;
  height: 295px;
  background: url(../img/top/worry-l_ill.png) center/100% no-repeat;
  inset: auto auto -115px -200px;
}
#top-worry .worry__list {
  row-gap: 35px;
}
#top-worry .worry__list .worry__item {
  width: 525px;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  padding: 65px 35px 70px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
}
#top-worry .worry__list .worry__item-title {
  padding-left: 20px;
  border-left: 6px solid var(--primary-color);
  margin-bottom: 30px;
}
#top-worry .worry__list .worry__item-text {
  flex-grow: 1;
  margin-bottom: 40px;
}

/* top-info
------------------------*/
#top-info {
  padding: 115px 0 205px;
}
#top-info .info__table {
  background: var(--primary-color-light);
  border-radius: 18px;
  margin-bottom: 70px;
}
#top-info .info__table th {
  text-align: center;
}

/* top-news
------------------------*/
#top-news {
  padding: 185px 0 205px;
  background-image: radial-gradient(var(--color-gray) 1px, transparent 1px), radial-gradient(var(--color-gray) 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: 0 0, 9px 9px;
  background-color: var(--color-lightgray);
}
#top-news::after {
  background: none;
}
#top-news .news__post {
  margin-bottom: 30px;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post a {
  border-radius: 18px;
  border: 1px solid var(--color-gray);
  background: var(--color-white);
  padding: 25px 50px 25px 35px;
  gap: 15px;
  position: relative;
}
#top-news .news__post a::before {
  content: "\f138";
  inset: 0 40px 0 auto;
  z-index: 10;
  font-size: var(--font-size-28);
  color: var(--primary-color);
}
#top-news .news__post a:hover {
  background: var(--primary-color-light);
}
#top-news .news__post a:hover::before {
  right: 30px;
}
#top-news .news__post time,
#top-news .news__post .category-label {
  width: fit-content;
}
#top-news .news__post time {
  color: var(--color-gray);
}
#top-news .news__post .category-label {
  gap: 8px;
}
#top-news .news__post .category-label li {
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 5px;
  padding: 0 15px;
}
#top-news .news__post-title {
  width: 100%;
}
#top-news .news__button {
  width: 440px;
  margin: 75px auto 0;
}

/* c-contact-section
------------------------*/
.c-contact-section {
  background: var(--primary-color);
  position: relative;
}
.c-contact-section::before {
  position: absolute;
  content: "";
  inset: -107.5px 0 auto 0;
  margin: 0 auto;
  width: 100%;
  height: 108px;
  background: url(../img/common/c-contact_wave.png) bottom center/100% no-repeat;
}
.c-contact-section::after {
  position: absolute;
  content: "";
  width: 458px;
  height: 198px;
  background: url(../img/common/c-contact_ill.png) center/100% no-repeat;
  inset: auto 9% 0 auto;
  z-index: 1;
}
.c-contact-section .inbox {
  padding: 110px 0 175px;
}
.c-contact-section .c-contact__img {
  position: absolute;
  inset: 110px auto auto 0;
  /*==========================================
  100% から%を算出
  ===========================================*/
  width: 45.3125%;
}
.c-contact-section .c-contact__img img {
  border-radius: 0 30px 30px 0;
}
.c-contact-section .c-contact-content {
  width: 550px;
  margin-left: auto;
  color: var(--color-white);
}
.c-contact-section .c-contact-content .c-contact__title {
  margin-bottom: 50px;
}
.c-contact-section .c-contact-content .c-contact__text {
  margin-bottom: 40px;
}
.c-contact-section .c-contact-content .c-contact__list {
  background: var(--color-white);
  border-radius: 12px;
  padding: 20px 30px;
}
.c-contact-section .c-contact-content .c-contact__list .com-mail-button {
  width: 190px;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 100px 0 105px;
  text-align: center;
}
#footer .inbox {
  min-width: 1080px;
  /*==========================================
  100% から%を算出
  ===========================================*/
  width: 89.5833333333%;
}
#footer .footer__inner {
  padding-bottom: 45px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-gray);
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 40px;
}
#footer .footer__nav {
  width: 980px;
  margin: 0 auto;
  font-size: var(--font-size-14);
  gap: 10px 20px;
}

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

/*==========================================
sv
===========================================*/
#header .header__mv--sv {
  padding-top: 60px;
}

#starter-sv {
  background: url(../img/sv/starter-sv_bg.png) bottom center/91.5% no-repeat;
}

#intermediate-sv {
  background: url(../img/sv/intermediate-sv_bg.png) bottom center/91.5% no-repeat;
}

#advanced-sv {
  background: url(../img/sv/advanced-sv_bg.png) bottom center/91.5% no-repeat;
}

#kankandoritsu-sv {
  background: url(../img/sv/kankandoritsu-sv_bg.png) bottom center/91.5% no-repeat;
}

#news-sv {
  background: url(../img/sv/news-sv_bg.png) bottom center/91.5% no-repeat;
}

#contact-sv {
  background: url(../img/sv/contact-sv_bg.png) bottom center/91.5% no-repeat;
}

#complete-sv {
  background: url(../img/sv/complete-sv_bg.png) bottom center/91.5% no-repeat;
}

#privacy-sv {
  background: url(../img/sv/privacy-sv_bg.png) bottom center/91.5% no-repeat;
}

#site-sv {
  background: url(../img/sv/site-sv_bg.png) bottom center/91.5% no-repeat;
}

#e404-sv {
  background: url(../img/sv/e404-sv_bg.png) bottom center/91.5% no-repeat;
}

/*==========================================
starter
===========================================*/
.com-worry-section {
  background: url(../img/common/c-worry_bg.jpg) center/cover no-repeat;
  padding: 125px 0 210px;
}
.com-worry-section::before {
  background: none;
}
.com-worry-section .com-worry__list {
  background: var(--color-white);
  border-radius: 18px;
  padding: 40px 50px;
  position: relative;
  border: 1px solid var(--color-gray);
}
.com-worry-section .com-worry__list::before {
  position: absolute;
  content: "";
  z-index: 1;
}
.com-worry-section .com-worry__list .com-worry__item {
  border-bottom: 1px solid var(--color-gray);
  padding: 20px 15px 20px 120px;
  background: url(../img/common/c-worry-item_ic.png) left 70px top 27px no-repeat;
  font-size: var(--font-size-18);
}
.com-worry-section .com-worry__list .com-worry__item:last-child {
  border-bottom: none;
}

#starter-worry .com-worry__list::before {
  background: url(../img/starter/c-worry_ill.png) center/100% no-repeat;
  inset: auto 25px 20px auto;
  width: 337px;
  height: 229px;
}

#intermediate-worry .com-worry__list::before {
  background: url(../img/intermediate/c-worry_ill.png) center/100% no-repeat;
  inset: 50px 85px auto auto;
  width: 226px;
  height: 239px;
}

#advanced-worry .com-worry__list::before {
  background: url(../img/advanced/c-worry_ill.png) center/100% no-repeat;
  inset: 67px 75px auto auto;
  width: 312px;
  height: 262px;
}

#kankandoritsu-worry .com-worry__list::before {
  background: url(../img/kankandoritsu/c-worry_ill.png) center/100% no-repeat;
  inset: auto -60px -30px auto;
  width: 330px;
  height: 254px;
}

.c-support-section {
  padding: 115px 0 165px;
}
.c-support-section .c-support__list {
  row-gap: 40px;
}
.c-support-section .c-support__item {
  width: 525px;
  border: 1px solid var(--color-gray);
  padding: 50px 45px;
  border-radius: 18px;
}
.c-support-section .c-support__item .c-support__item-thumb {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
}
.c-support-section .c-support__item .c-support__item-button {
  margin-top: 30px;
}

.c-voice__section {
  padding: 195px 0 205px;
  background: var(--primary-color-light);
}
.c-voice__section .c-voice__list {
  gap: 40px 30px;
}
.c-voice__section .c-voice__item {
  width: 340px;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 18px;
  padding: 30px;
}
.c-voice__section .c-voice__item .c-voice__item-thumb {
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
}
.c-voice__section .c-voice__item .c-voice__item-school {
  font-size: var(--font-size-14);
}
.c-voice__section .c-voice__item .c-voice__item-title {
  color: var(--primary-color);
  font-size: var(--font-size-18);
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

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

/*==========================================
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);
  -webkit-transition: all 0.3s;
  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 tr th {
  margin-bottom: 20px;
}
#contact .contact__form tr th .required {
  margin-left: 10px;
}
#contact .contact__form tr td .contact__form-list {
  gap: 15px;
}
#contact .contact__form tr.contact__form-privacy th {
  text-align: center;
}
#contact .contact__form-input {
  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;
}
#privacy .privacy__content p {
  margin-bottom: 30px;
}
#privacy .privacy__content p:last-child {
  margin-bottom: 0;
}
#privacy .privacy__content ul {
  margin-top: 30px;
}

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

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