@charset "UTF-8";
.u-sp {
  display: block;
}
.wpcf7-spinner {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .u-sp {
    display: none;
  }
}

.u-sp-up {
  display: none;
}
@media screen and (min-width: 600px) {
  .u-sp-up {
    display: block;
  }
}

.u-tab-down {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-tab-down {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-tab {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .u-tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-tab-up {
    display: block;
  }
}

.u-pc-down {
  display: block;
}
@media screen and (min-width: 1200px) {
  .u-pc-down {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .u-pc {
    display: block;
  }
}

.link-space {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 768px) {
  .link-space {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (min-width: 1440px) {
  .link-space {
    padding-top: 120px;
    margin-top: -120px;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3793103448vw;
  }
}
@media (min-width: 1160px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:hover, a:focus {
  opacity: 0.6;
}

body {
  font-family: m-plus-rounded-1c, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3F3F3F;
  line-height: 1.87;
  background: #FFF;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
input {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.badge {
  display: none;
}
@media screen and (min-width: 1200px) {
  .badge {
    width: 87px;
    height: 87px;
    border-radius: 100vh;
    background: #FFF;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.badge__text-wrap {
  text-align: center;
  margin-bottom: 7px;
}

.badge,
.badge__text_md,
.badge__text_lg,
.badge__text_sm {
  line-height: 1.2;
  color: #90C2DF;
}

.badge__text_md {
  font-size: 12px;
}

.badge__text_lg {
  font-size: 20px;
  font-weight: 700;
}

.badge__text_sm {
  font-size: 11px;
  font-weight: 700;
}

.btn {
  display: inline-block;
  width: 202px;
  max-width: 100%;
  padding: 18.5px 10px;
  border: 1px solid transparent;
  background-color: #90C2DF;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 33px;
}
.btn:focus, .btn:hover {
  border: 1px solid currentColor;
  background-color: #fff;
  color: #90C2DF;
}

/* 色反転 */
.btn_blue {
  background: #FFF;
  color: #90C2DF;
  border: 1px solid currentColor;
  font-size: 16px;
}
.btn_blue:focus, .btn_blue:hover {
  border: 1px solid transparent;
  background-color: #90C2DF;
  color: #FFF;
}

.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #90C2DF;
  border-radius: 20px;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, .16);
          box-shadow: 10px 10px 0 rgba(0, 0, 0, .16);
  margin-bottom: 26px;
  background: #FFF;
}
@media screen and (min-width: 1200px) {
  .card__head {
    height: 140px;
  }
}

.card__icon_01 {
  width: 40px;
  height: 36px;
}

.card__icon_02 {
  width: 38px;
  height: 40px;
}

.card__icon_03 {
  width: 35.3px;
  height: 40px;
}

.card__icon_04 {
  width: 27.2px;
  height: 40px;
}

.card__icon_05 {
  width: 44px;
  height: 40px;
}

.card__icon_06 {
  width: 31.2px;
  height: 40px;
}

.card__head-text {
  font-size: 24px;
  font-weight: 700;
  color: #90C2DF;
  margin-left: 40px;
}

.card__body > *:last-child {
  margin-bottom: 0;
}

.card__title-wrap {
  border-top: 3px solid #90C2DF;
  border-bottom: 3px solid #90C2DF;
  padding: 14.5px 0 16.5px 0;
  text-align: center;
  margin-bottom: 28px;
}
.card__title-wrap.text-left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .card__title-wrap.text-left {
    text-align: center;
  }
}

.card__title {
  font-size: 24px;
  font-weight: 700;
}
.card__title span {
  font-size: 16px;
  font-weight: 400;
}
.card__title span.card__title_sm {
  font-size: 12px;
  letter-spacing: normal;
}

.card__title_md {
  font-size: 20px;
}

.card__content {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .card__content {
    margin-bottom: 14px;
  }
}

.card__body > *:last-child {
  margin-bottom: 0;
}

.card__text {
  line-height: 1.87;
}

.card__content_ex {
  border: 1px dashed #90C2DF;
  width: 100%;
  padding: 7px;
}

.card__content_ex-text {
  font-size: 12px;
}

.card__footer {
  margin-bottom: 12px;
}

.card__label:not(:last-of-type) {
  margin-right: 17px;
}

.card__footer-notice {
  font-size: 14px;
}

.cards {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: -60px;
}
@media screen and (min-width: 768px) {
  .cards {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .cards {
    margin-bottom: -70px;
  }
}

.cards__item {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cards__item {
    width: calc(50% - 30px);
    margin-right: 60px;
    max-width: 100%;
  }
  .cards__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .cards__item {
    width: calc(33.33333% - 42px);
    margin-right: 63px;
    margin-bottom: 50px;
  }
  .cards__item:nth-of-type(2n) {
    margin-right: 63px;
  }
  .cards__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.service__seminar {
  width: 90%;
  margin: 0 auto 100px auto;
}
.seminar {
  padding: 60px 20px;
}
.seminars__item {
  margin: 0 auto;
}
.seminar__head {
  height: 100px !important;
}

.contact-form {
  background: #FFF;
  border-radius: 20px;
  padding: 29px 15px 29px 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (min-width: 1200px) {
  .contact-form {
    padding: 96px 84px 30px 84px;
  }
}

/* 各入力欄のスタイル */
textarea {
  width: 100%;
  border: 1px solid #3F3F3F;
  font-size: 16px;
  padding: 0.7em 0.5em;
  height: 150px;
  resize: none;
}
@media screen and (min-width: 1200px) {
  textarea {
    font-size: 20px;
  }
}
textarea:focus, textarea:hover {
  -webkit-box-shadow: 0 0 0.25rem rgba(144, 194, 223, .5), inset 0 0 0.25rem rgba(144, 194, 223, .5);
          box-shadow: 0 0 0.25rem rgba(144, 194, 223, .5), inset 0 0 0.25rem rgba(144, 194, 223, .5);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1px solid #90C2DF;
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  border: 1px solid #3F3F3F;
  font-size: 16px;
  padding: 0.32em 0.5em;
}
@media screen and (min-width: 1200px) {
  input[type=text],
input[type=tel],
input[type=email] {
    font-size: 20px;
    padding: 0.6em 0.5em;
  }
}
input[type=text]:focus, input[type=text]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=email]:focus,
input[type=email]:hover {
  -webkit-box-shadow: 0 0 0.25rem rgba(144, 194, 223, .5), inset 0 0 0.25rem rgba(144, 194, 223, .5);
          box-shadow: 0 0 0.25rem rgba(144, 194, 223, .5), inset 0 0 0.25rem rgba(144, 194, 223, .5);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1px solid #90C2DF;
}

.contact-form__list {
  margin-bottom: 22px;
}
@media screen and (min-width: 1200px) {
  .contact-form__list {
    margin-bottom: 18px;
  }
}

.contact-form__item:not(:last-of-type) {
  margin-bottom: 21px;
}
@media screen and (min-width: 1200px) {
  .contact-form__item:not(:last-of-type) {
    margin-bottom: 21px;
  }
}

.contact-form__item-title {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .contact-form__item-title {
    margin-bottom: 7.7px;
    font-size: 18px;
  }
}

.contact-form__item-inline {
  margin-left: 23px;
  vertical-align: 2px;
}
@media screen and (min-width: 1200px) {
  .contact-form__item-inline {
    vertical-align: 3.5px;
  }
}

/* placeholder文字色 */
::-webkit-input-placeholder {
  color: #E4E4E4;
}
::-moz-placeholder {
  color: #E4E4E4;
}
::-ms-input-placeholder {
  color: #E4E4E4;
}
::placeholder {
  color: #E4E4E4;
}

::-ms-input-placeholder {
  color: #E4E4E4;
}

:-ms-input-placeholder {
  color: #E4E4E4;
}

/* 電話発信の指定 */
.cta-tel {
  cursor: pointer;
  /* md以上電話発信なし */
}
@media screen and (min-width: 1200px) {
  .cta-tel {
    cursor: default;
  }
  .cta-tel a[href^="tel:"] {
    pointer-events: none;
  }
}

.cta-tel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cta-tel__icon {
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
}

.cta-tel__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.cta-tel__text_sm {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

/* ヘッダー電話番号の注意書き */
.header-tel__notice {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  background-color: #fff3cd;
  border-left: 3px solid #ffc107;
  border-radius: 3px;
}

.header-tel__notice p {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #856404;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header-tel__notice {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
  }

  .header-tel__notice p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.delayup__card {
  opacity: 0;
}

.delayup {
  -webkit-animation-name: delayUpAnime;
          animation-name: delayUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes delayUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes delayUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-drawer-icon {
  position: fixed;
  top: 58px;
  right: 16px;
  z-index: 40;
  -webkit-transition: -webkit-transform ease 0.5s 0s;
  transition: -webkit-transform ease 0.5s 0s;
  transition: transform ease 0.5s 0s;
  transition: transform ease 0.5s 0s, -webkit-transform ease 0.5s 0s;
  display: block;
}
@media screen and (min-width: 768px) {
  .js-drawer-icon {
    right: 25px;
  }
}
@media screen and (min-width: 1270px) {
  .js-drawer-icon {
    display: none;
  }
  .drawer__sns.sns-area {
    display: none;
  }
}
.js-drawer-icon.is-active .js-drawer-icon__bar1 {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  top: 9.9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-drawer-icon.is-active .js-drawer-icon__bar2 {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  top: 9.9px;
  display: none;
}
.js-drawer-icon.is-active .js-drawer-icon__bar3 {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  top: 9.9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.js-drawer-icon.is-active .js-drawer-icon__bar1,
.js-drawer-icon.is-active .js-drawer-icon__bar2,
.js-drawer-icon.is-active .js-drawer-icon__bar3 {
  background: #3F3F3F;
}

/* barがはいる箱 */
.js-drawer-icon__bars {
  width: 27px;
  height: 16px;
  display: block;
  position: relative;
}

/* それぞれのbarの線分を作る */
.js-drawer-icon__bar1,
.js-drawer-icon__bar2,
.js-drawer-icon__bar3 {
  width: 27px;
  height: 1px;
  background: #3F3F3F;
  position: absolute;
  top: 0;
  left: 0;
}

.js-drawer-icon__bar1 {
  top: 0;
}

.js-drawer-icon__bar2 {
  top: 8px;
}

.js-drawer-icon__bar3 {
  top: 16px;
}

/* ドロワーメニュー全体の箱 */
.js-drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #FFF;
  z-index: 39;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform ease 0.5s 0s;
  transition: -webkit-transform ease 0.5s 0s;
  transition: transform ease 0.5s 0s;
  transition: transform ease 0.5s 0s, -webkit-transform ease 0.5s 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-drawer-content__items {
  padding-top: 24px;
  text-align: center;
}

.js-drawer-content__item {
  margin-bottom: 48px;
}
.js-drawer-content__item:nth-child(4) {
  margin-bottom: 51px;
}
@media screen and (min-width: 768px) {
  .js-drawer-content__item {
    margin-bottom: 60px;
  }
}

.js-drawer-content__link {
  color: #3F3F3F;
  font-size: 20px;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .js-drawer-content__link {
    font-size: 24px;
  }
}

.js-drawer-tel {
  padding: 22px 21px 14px 23px;
  background: #E7F6FF;
  border-radius: 10px;
  margin-bottom: 50px;
}

.js-drawer-tel__text {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .js-drawer-tel__text {
    font-size: 24px;
  }
}

.js-drawer-tel__text_sm {
  margin-left: 5px;
}

/* 納品後追加 */	
.drawer__sns.sns-area {	
  /* display: -webkit-box;	
  display: -ms-flexbox;	
  display: flex;	
  -webkit-box-pack: center;	
  -ms-flex-pack: center;	
  justify-content: center;	 */
  position: fixed;
  top: 100px;
  right: 16px;
  z-index: 40;
}

.fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.global-nav {
  display: none;
}
@media screen and (min-width: 1270px) {
  .global-nav {
    display: block;
  }
}
.global-nav__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.global-nav__item {
  position: relative;
  top: 10px;
  padding: 10px 20px;
}
@media screen and (max-width: 1320px) {
  .global-nav__item {
    padding: 10px;
  }
}

/* 🔥 サブメニューを常に表示するように変更 */
.global-nav__sub-list {
  display: block;
  margin-top: 8px;
}

.global-nav__sub-item {
  padding: 5px 0;
}

.global-nav__link {
  font-size: 17px;
  font-weight: 400;
  display: block;
  text-align: center;
}

.greeting-card__img {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .greeting-card__img {
    margin-bottom: 41px;
  }
}

.greeting-card__title {
  text-align: center;
  margin-bottom: 8px;
}

.greeting-card__name {
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .greeting-card__name {
    font-size: 20px;
  }
}

.greeting-card__content {
  width: 82.21574%;
  margin: 0 auto;
}

.greeting-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .greeting-card__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.greeting-card__row dt,
.greeting-card__row dd {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .greeting-card__row dt,
.greeting-card__row dd {
    font-size: 16px;
  }
}
.greeting-card__row dt {
  width: 25%;
}
.greeting-card__row dd {
  width: 75%;
}
@media screen and (min-width: 500px) {
  .greeting-card__row dd {
    width: 57.21574%;
  }
}
@media screen and (min-width: 768px) {
  .greeting-card__row dd {
    width: 41%;
  }
}
@media screen and (min-width: 1200px) {
  .greeting-card__row dd {
    width: 75%;
  }
}

.header {
  background: #FFF;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 120px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (min-width: 1270px) {
  .header {
    height: 120px;
  }
}
.header.change-color {
  background: rgba(255, 255, 255, .8);
}

.header__inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1270px) {
  .header__inner {
    width: 100%;
    max-width: 1500px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header__logo {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header__logo a {
  /* display: inline-block;
  line-height: 120px; */
  display: flex;
  align-items: center;
  line-height: 120px;
  text-decoration: none;
}

.logo__image {
  width: 80px;
}

@media screen and (max-width: 600px) {
  .header__logo a {
    font-size: 20px; /* テキストサイズを小さく */
  }

  .logo__image {
    width: 40px; /* ロゴサイズを小さく */
    margin-right: 5px;
  }

  .header__inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header {
    height: 140px; /* ヘッダーの高さを小さく */
  }
}

@media screen and (min-width: 1270px) {
  .header__logo {
    margin-right: 1rem;
  }
}


.header-tel {
  display: none;
}
@media screen and (min-width: 1270px) {
  .header-tel {
    display: block;
    margin-left: auto;
    margin-right: 8px;
  }
}

.header__btn-box {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.header__btn {
  display: none;
}
@media screen and (min-width: 1270px) {
  .header__btn {
    display: block;
    width: 9.5rem;
    margin-right: 1rem;
  }
}
/* 納品後追加 */	
.header__sns.sns-area {	
  display: none;	
}
@media screen and (min-width: 1270px) {
  .header__sns.sns-area {
    display: -webkit-box;
    display: -ms-flexbox;	
    display: flex;	
  }
}

.inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1210px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-space_sm {
  letter-spacing: -0.03em;
}

.label-r {
  display: inline-block;
  padding: 0.25em 0.9em;
  border-radius: 100vh;
  background-color: #FF0000;
  color: #FFF;
  font-size: 11px;
  font-size: 0.6875rem;
}

.label {
  display: inline-block;
  padding: 0.6em 0.6em;
  background-color: #90C2DF;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.logo {
  font-size: 24px;
  color: #90C2DF;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .logo {
    font-size: 27px;
  }
}
@media screen and (min-width: 1270px) {
  .logo {
    font-size: 26px;
  }
}

/* footer用 */
.logo_footer {
  color: #FFFFFF;
  font-size: 26px;
}

@media screen and (min-width: 1200px) {
  .logo_footer {
    font-size: 35px;
  }
}

.overview__item {
  padding: 18px 0 18px 5px;
  border-bottom: 2px solid #90C2DF;
}

.seminar__overview__item {
  padding: 18px 0 18px 5px;
  border-bottom: 2px solid #90C2DF;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .overview__item {
    padding: 14px 0 14px 91px;
  }
  .seminar__overview__item {
    padding: 14px 0 14px 5px;
  }
}
@media screen and (min-width: 1200px) {
  .overview__item {
    padding: 12px 0 12px 91px;
  }
  .seminar__overview__item {
    padding: 12px 0 12px 5px;
  }
}

.overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overview__row dt,
.overview__row dd {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .overview__row dt,
.overview__row dd {
    font-size: 16px;
  }
}
.overview__row dt {
  width: 30%;
}
.overview__row dd {
  width: 70%;
}

.overview__item-text_sm {
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .overview__item-text_sm {
    font-size: 14px;
  }
}

.only-md {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-md {
    display: block;
  }
}
.plan-table__inner {
  width: 100%;
  table-layout: fixed;
}

table.plan-table__inner {
  border-spacing: 8px;
}
@media screen and (min-width: 1200px) {
  table.plan-table__inner {
    border-spacing: 12px;
  }
}

.plan-table__header {
  padding: 5px 15px;
  background-color: #90C2DF;
  border-right: 2px solid #90C2DF;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media screen and (min-width: 1200px) {
  .plan-table__header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 13px 20px;
    width: 287px;
  }
}

.plan-table__header-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .plan-table__header-title {
    font-size: 1.125rem;
  }
}

.plan-table__plan {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.plan-table__plan-unit {
  font-size: 16px;
  font-size: 1rem;
}

.plan-table__body-title {
  padding: 4px 4px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .plan-table__body-title {
    padding: 10px;
    font-size: 1.125rem;
    width: 245px;
  }
}

.plan-table__body-text {
  padding: 4px 10px;
  border: 2px solid #90C2DF;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #90C2DF;
  background: #FFF;
}
@media screen and (min-width: 1200px) {
  .plan-table__body-text {
    padding: 7px 20px;
    font-size: 1.875rem;
  }
}

.plan-table__body-text:last-child {
  border-right: 2px solid #90C2DF;
}

.plan-table__body-row:last-child .plan-table__body-text {
  border-bottom: 2px solid #90C2DF;
}

@media screen and (max-width: 600px) {
  .plan-table {
    overflow-x: auto;
  }
  .plan-table__inner {
    width: auto;
    white-space: nowrap;
  }
  .plan-table__body-title {
    position: sticky;
    left: 0;
    background-color: #E7F6FF;
    font-size: 0.875rem;
  }
}
.plan-table__header:last-child {
  border-right-width: 0;
}

.privacy {
  width: 100%;
  max-width: 100%;
}

.privacy__notice {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .privacy__notice {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
  }
}

.privacy__content {
  border: 1px solid #707070;
  width: 100%;
  height: 131px;
  overflow-y: scroll;
  font-size: 14px;
  margin-bottom: 17px;
}

/* チェックボックス */
.privacy__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy__check-wrap {
  height: 24px;
}

/* デフォルトのスタイルを消す */
.privacy__check-input {
  opacity: 0;
}
.privacy__check-input:checked + span::after {
  opacity: 1;
}

/* 新たにスタイルを指定 */
.privacy__check-box {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  /* チェックボックスの枠 */
  /* チェックボックスの✓マーク */
}
.privacy__check-box::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 7px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.privacy__check-box::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #90C2DF;
  border-left: 2px solid #90C2DF;
  content: "";
  display: block;
  width: 1.1319em;
  height: 0.6em;
  left: 2px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* hover,focus時のスタイル */
input[type=checkbox]:hover + .privacy__check-box::before {
  -webkit-box-shadow: 0 0 4px rgba(144, 194, 223, .5), inset 0 0 4px rgba(71, 114, 255, .5);
          box-shadow: 0 0 4px rgba(144, 194, 223, .5), inset 0 0 4px rgba(71, 114, 255, .5);
  border: 1px solid #90C2DF;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

input[type=checkbox]:focus + .privacy__check-box::before {
  -webkit-box-shadow: 0 0 4px rgba(144, 194, 223, .5), inset 0 0 4px rgba(144, 194, 223, .5);
          box-shadow: 0 0 4px rgba(144, 194, 223, .5), inset 0 0 4px rgba(144, 194, 223, .5);
  border: 1px solid #90C2DF;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.privacy__text-wrap {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 9px;
}

.privacy__text {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.shine {
  position: relative;
  overflow: hidden;
}

/* 光の疑似要素 */
.shine::before {
  display: block;
  z-index: 2;
  left: -10%;
  top: -40%;
  content: "";
  width: 30px;
  height: 120px;
  position: absolute;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(144, 194, 223, 0)), color-stop(50%, rgba(255, 255, 255, .5)), to(rgba(144, 194, 223, 0)));
  background-image: linear-gradient(to left, rgba(144, 194, 223, 0) 0%, rgba(255, 255, 255, .5) 50%, rgba(144, 194, 223, 0) 100%);
  -webkit-animation: shiny 2.5s infinite linear;
          animation: shiny 2.5s infinite linear;
}
.shine:focus::before, .shine:hover::before {
  display: none;
}

/* 光の動き */
@-webkit-keyframes shiny {
  0% {
    left: -10%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -10%;
  }
  100% {
    left: 120%;
  }
}
/* 納品後変更 */	
.sns-area {	
  display: -webkit-box;	
  display: -ms-flexbox;	
  display: flex;	
}	
.sns-logo {	
  width: 1.8rem;	
}	

.sns-logo-sp {	
  width: 1.8rem;	
}

.sns-logo:not(:last-child) {	
  margin-right: 16px;	
  margin-right: 1rem;	
}	

.sns-logo-sp:not(:last-child) {	
  margin-right: 16px;	
  margin-right: 1rem;	
}	

.sns-logo img {	
  width: 100%;	
  height: 100%;	
  -o-object-fit: contain;	
  object-fit: contain;	
}

.sns-logo-sp img {	
  width: 100%;	
  height: 100%;	
  -o-object-fit: contain;	
  object-fit: contain;	
}

.sub-title {
  font-size: 20px;
  font-weight: 500;
  padding-left: 14.5px;
  position: relative;
}
.sub-title::before {
  width: 5px;
  height: 25px;
  background: #90C2DF;
  border-radius: 100vh;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 画像高さ調整 */
.slide__img {
  width: 100%;
  height: 673px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .slide__img {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .slide__img {
    height: 658px;
  }
}
.slide__img img {
  top: 0;
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	  object-position: 30% 30%;
  margin: 0 auto;
}

/* フェードモード時 共通調整 */
.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.tel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .tel-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tel-footer__title {
  margin-right: 20px;
}

.tel-footer__icon {
  width: 38px;
  height: 38px;
}

.tel-footer__text {
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 3px;
}
@media screen and (min-width: 1200px) {
  .tel-footer__text {
    font-size: 31px;
    margin-bottom: 10px;
  }
}

.tel-footer__text_sm {
  font-size: 12px;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .tel-footer__text_sm {
    font-size: 18px;
  }
}

.title {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.title::after {
  width: 50px;
  height: 3px;
  background: #90C2DF;
  border-radius: 100vh;
  content: "";
  position: absolute;
  top: 41px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* レイアウト */
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.tooltip {
  background: #FFF;
  width: 140px;
  height: 30px;
  padding: 2px 5px 5px 8px;
  border-radius: 6px;
  position: relative;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #FFF transparent transparent transparent;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    display: none;
  }
}

.tooltip__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.tooltip__text_md,
.tooltip__text_lg,
.tooltip__text_sm,
.tooltip__text_xs,
.tooltip__text_xxs {
  color: #90C2DF;
  line-height: 1;
}

.tooltip__text_xs {
  font-size: 10px;
}

.tooltip__text_md {
  font-size: 12px;
}

.tooltip__text_lg {
  font-size: 20px;
  font-weight: 700;
}

span.tooltip__text_sm {
  font-size: 11px;
  font-weight: 700;
}

.tooltip__text_xxs {
  font-size: 10px !important;
  display: block;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  top: 58%;
  right: -21px;
}

.access {
  margin-bottom: 74px;
}
@media screen and (min-width: 1200px) {
  .access {
    margin-bottom: 45px;
  }
}

.access__inner {
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .access__inner {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .access__inner {
    max-width: 100%;
    width: 995px;
  }
}

.access__title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .access__title {
    margin-bottom: 60px;
  }
}

.access-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 1200px) {
  .access-wrap {
    grid-template-columns: 560px 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}

.access__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 560px;
          flex: 0 1 560px;
  height: 260px;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .access__map {
    height: 426px;
  }
}
@media screen and (min-width: 1200px) {
  .access__map {
    margin-bottom: 0;
    grid-area: 1/1/2/2;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .access__address {
    grid-area: 1/2/2/3;
    margin-top: 25px;
  }
}

.access__address-content {
  margin-bottom: 30px;
}

.access__address-row:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .access__address-row:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.access__address-row dt {
  color: #8FC2DF;
}

.access__link-box {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .access__link-box {
    text-align: left;
  }
}

/* ボタンの大きさの指定 */
.access__link {
  width: 227px;
}

.company {
  margin-bottom: 100px;
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .company {
    margin-bottom: 89px;
    margin-top: 80px;
  }
}

.company__inner {
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .company__inner {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .company__inner {
    max-width: 1210px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.company__title {
  margin-bottom: 65px;
}

.company__sub-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .company__sub-title {
    margin-bottom: 25px;
  }
}

.company-wrap_head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  margin-bottom: 60px;
}

.seminar-wrap_head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .company-wrap_head {
    grid-template-columns: 400px 1fr;
    gap: 45px;
    margin-left: 5.25862%;
    margin-bottom: 97px;
  }
  .seminar-wrap_head {
    grid-template-columns: 600px 1fr;
    gap: 45px;
    margin-left: 5.25862%;
    margin-bottom: 97px;
  }
}

.company__img {
  position: relative;
}

.seminar__container {
    display: flex;
    align-items: center; /* 縦方向の中央配置 */
}

.seminar__more {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .company__img {
    margin-top: -44px;
  }
}
.company__img img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 500px) {
  .company__img img {
    border-radius: 50px;
  }
}
@media screen and (min-width: 768px) {
  .company__img img {
    overflow: hidden;
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .company__img img {
    max-height: 300px;
    }
}
@media screen and (min-width: 1200px) {
  .company__img img {
    border-radius: 30px;
  }
}
.company__img::after {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #E7F6FF;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
}
@media screen and (min-width: 500px) {
  .company__img::after {
    border-radius: 50px;
    top: 10px;
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .company__img::after {
    border-radius: 60px;
    top: 15px;
    left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .company__img::after {
    border-radius: 30px;
    width: 400px;
    height: 250px;
    top: 10px;
    left: 10px;
  }
}

.company__img_head {
  margin-top: 19px;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .company__img_head {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .company__img_head {
    height: 250px;
  }
}
.company__img_head img {
  object-fit: cover;
  height: 100%;
}

.company-wrap_foot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media screen and (min-width: 1200px) {
  .company-wrap_foot {
    gap: 0;
    grid-template-columns: 734px 373px;
    grid-template-rows: 1fr;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  .company-greeting {
    background: #E7F6FF;
    border-radius: 38px;
    padding: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .company-greeting {
    margin-left: 18px;
    margin-top: 16px;
    padding: 56px;
  }
}

.company-greeting__text {
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .company-greeting__text {
    line-height: 2.25;
  }
}

@media screen and (min-width: 1200px) {
  .company__greeting-card {
    margin-left: -27px;
  }
}

@media screen and (min-width: 1200px) {
  .company__greeting-content {
    margin: 0;
    margin-left: auto;
  }
}

.contact {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 52px;
  overflow: hidden;
  /*丸い背景 */
}
@media screen and (min-width: 1200px) {
  .contact {
    padding-top: 167px;
  }
}
@media screen and (min-width: 1200px) {
  .contact::before {
    width: 685px;
    height: 685px;
    top: 0;
    left: 50%;
    background: #E7F6FF;
    border-radius: 100vh;
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -2;
  }
}
.contact::after {
  width: 1389px;
  height: 1389px;
  border-radius: 100vh;
  background: #E7F6FF;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  display: block;
}
@media screen and (min-width: 1200px) {
  .contact::after {
    display: none;
  }
}

.contact__bg-wrap {
  background: #E7F6FF;
  padding-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .contact__bg-wrap {
    padding-bottom: 132px;
  }
}

.contact__inner {
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 850px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.contact__title {
  margin-bottom: 34px;
}
@media screen and (min-width: 1200px) {
  .contact__title {
    margin-bottom: 30px;
  }
}

.contact__notice {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 65px;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1200px) {
  .contact__notice {
    margin-bottom: 56px;
  }
}

.contact__footer {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .contact__footer {
    margin-bottom: 50px;
  }
}

.contact__submit-box {
  text-align: center;
}

/* ボタンの指定 */
.contact__submit {
  width: 150px;
  padding: 7.5px 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.wpcf7-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

@media screen and (min-width: 1200px) {
  .contact__submit {
    width: 237px;
    padding: 16.5px 10px;
    font-size: 20px;
  }
}

.footer {
  background: #90C2DF;
  padding-top: 65px;
  padding-bottom: 62px;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 52px;
  }
}

.footer__inner {
  max-width: 500px;
  width: 362px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__inner {
    max-width: 1210px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 370px) {
  .footer__inner {
    width: 100%;
  }
  .logo_footer {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__left {
  /*   @include mq('lg') {
      margin-right: auto;
    }
   */
}

.footer__center {
  position: fixed;
  top: 145px;
  right: 5px;
  z-index: 40;
}

.srp__img {
  width: 3rem;
  border-radius: 50%;
}

@media screen and (min-width: 900px) {
  .footer__left {
    margin-right: 40px;
  }
  .footer__center {
    position: static !important; /* 固定を解除する */
    top: auto !important;
    right: auto !important;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
  }
  .srp__img {
    width: 100px;
    border-radius: 50%;
  }
}

.footer__logo {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer__logo {
    text-align: left;
    margin-bottom: 27px;
  }
}

.footer__address {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer__address p {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .footer__address {
    margin: 0;
  }
  .footer__address p {
    display: block;
  }
}

.footer-tel {
  margin-bottom: 54px;
}
@media screen and (min-width: 1200px) {
  .footer-tel {
    margin-bottom: 40px;
  }
}

/* footerナビゲーション */
.footer-nav {
  display: block;
}

@media screen and (max-width: 1200px) {
  .footer-nav {
    height: auto;
  }
  .footer-nav__list {
    display: block;
  }
  .footer-nav__list li {
    text-align: left;
  }
}

.second-nav {
  margin-top: 20px;
}

.footer-nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-nav__item:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .footer-nav__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 22px;
  }
}

.footer-nav__link {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .footer-nav__link {
    line-height: 1;
    font-size: 18px;
  }
}

.main {
  width: 100%;
  height: 673px;
  margin: 0 auto;
  margin-top: 120px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main {
    height: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .main {
    margin-top: 120px;
    height: 658px;
  }
}

.main__inner {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .main__inner {
    top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .main__inner {
    top: 52%;
  }
}

.main__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .main__title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 18px;
  }
}

.main__text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .main__text {
    font-size: 30px;
  }
}

/* テキスト影 */
.main__title {
  text-shadow: 0 0 6px rgba(0, 0, 0);
}

.main__text {
  text-shadow: 0 0 6px rgba(0, 0, 0);
}

.service {
  padding-top: 106px;
  background: #E7F6FF;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .service {
    padding-top: 105px;
  }
}
.service::after {
  background: url(<?php echo get_template_directory_uri(); ?>/images/service/service-bg_sp.png) no-repeat bottom center/cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: -132px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}
@media screen and (min-width: 800px) {
  .service::after {
    bottom: -180px;
  }
}
@media screen and (min-width: 1200px) {
  .service::after {
    background: url(<?php echo get_template_directory_uri(); ?>/images/service/service-bg_pc.png) no-repeat bottom center/cover;
    bottom: -223px;
    top: 198px;
  }
}

@media screen and (min-width: 768px) {
  .service__inner {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .service__inner {
    max-width: 1210px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.service__title {
  margin-bottom: 39px;
}
@media screen and (min-width: 1200px) {
  .service__title {
    margin-bottom: 45px;
  }
}

.service__sub-title {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .service__sub-title {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .service__sub-title {
    margin-bottom: 24px;
  }
}

.service__notice {
  font-size: 18px;
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
  .service__notice {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .service__notice {
    text-align: center;
    margin-bottom: 61px;
  }
}

.service__cards {
  margin-bottom: 66px;
}
@media screen and (min-width: 1200px) {
  .service__cards {
    margin-bottom: 76px;
  }
}

.service-table__header {
  position: relative;
}

.service__table-badge {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service__table-tooltip {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-table__inner {
  margin-top: 60px;
  margin-bottom: 60px;
}

.formErrorContent{
  color: #ff0000;
  font-weight: bold;
}



.wpcf7 form .wpcf7-response-output{
  transform:translateY(50px);
  opacity: 0;
  padding: 1rem;
  line-height: 1.4;
  border-radius: 5px;
}

.wpcf7 form .wpcf7-response-output.tt-show{
  display: block;
  transform: translateY(0px);
  transition: all 0.5s ease-out;
  opacity: 1;
}

.screen-reader-response{
  margin-bottom: 30px;
}

.screen-reader-response > p{
  text-align: center;
  color: #90C2DF;
  font-weight: bold;
}

/* Chatwork お問い合わせ */
.chatwork-contact {
  padding: 30px 20px;
  background: #f8f8f8;
  border-radius: 10px;
  text-align: center;
}

.chatwork__title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

.chatwork__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chatwork__content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.chatwork__link {
  display: inline-block;
}

.chatwork__link:hover {
  color: #90C2DF;
}

.chatwork__logo {
  max-width: 180px;
  height: auto;
  display: inline;
}

/* 記事一覧セクション */
.news {
    margin-bottom: 50px;
    background: #E7F6FF;
    padding: 40px 20px;
    border-radius: 10px;
}

.news__inner {
    max-width: 1000px;
    margin: auto;
}


.news__list-wrap {
    border: 1px solid #ccc;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto;
    padding: 10px;
    background: white;
    margin-bottom: 50px;
    border-radius: 30px;
}

.news__more {
    text-align: center;
}

.news__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news__item {
    padding: .8rem 0 .7rem;
    border-bottom: 1px dotted #ccc;
    display: block;
    overflow: hidden;
    width: 100%;
}


.news__item:last-child {
    border-bottom: none;
}

.news__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.news__link:hover {
    color: #1e73be;
}

.news__date {
    white-space: nowrap;
    font-size: 14px;
    display: block;
    float: left;
    min-width: 115px;
    margin-right: 1em;
    margin-left: 1em;
}

.news__title {
    flex: 1;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    text-decoration-color: rgba(0, 0, 0, .3);
    text-decoration-thickness: 1px;
}

.news__title:hover {
    color: #1e73be;
}

/* スマホ（最大幅767px）では日付とタイトルを縦並びに */
@media screen and (max-width: 767px) {
    .news__link {
        flex-direction: column;
        align-items: flex-start;
    }

    .news__date {
        display: block;
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
        /* 日付とタイトルの間隔 */
        margin-left: 10px;
    }

    .news__title {
        font-size: 16px;
        text-decoration: underline;
        text-decoration-style: dotted;
        text-underline-offset: 2px;
        text-decoration-color: rgba(0, 0, 0, .3);
        text-decoration-thickness: 1px;
        margin-left: 10px;
    }
}

/* PC時（768px以上）は横並びを維持 */
@media screen and (min-width: 768px) {
    .news__date {
        white-space: nowrap;
        font-size: 14px;
        min-width: 115px;
        margin-right: 1em;
    }
}

.service-item {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.service-header {
  margin-bottom: 20px;
}

.service-image {
  margin-bottom: 15px;
}

.service-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.service-price {
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}

.service-description {
  margin-bottom: 20px;
  line-height: 1.6;
}

.service-more {
  text-align: right;
}

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
}

header {
  background-color: #90c2df;
  /* color: #fff; */
  padding: 10px 0;
  text-align: center;
}

header h1 {
  margin: 0;
}

nav ul li a {
  color: #3f3f3f;
  text-decoration: none;
}

/* ここから */
.signage {
  max-width: 1210px;
  width: 90%;
  margin: auto;
  margin-top: 90px;
  height: 330px;
  background: #90c2df !important;
  position: relative;
  z-index: 0;
  display: table;
}
.signage,
.signage::after {
  border-radius: 50px;
}
div.signage-content {
  text-shadow: 2px 2px 2px #888888;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
h2.signage-title.headline-font-type {
  color: #ffffff;
  font-size: 50px;
  text-align: center;
  margin: auto;
  font-weight: 700;
  text-shadow: none;
}

.breadcrumb {
  /* padding: 0px 90px; */
  max-width: 1000px;
  width: 80%;
  font-size: 14px;
  margin: auto;
  position: relative;
  top: -40px;
  color: #fff !important;
}

.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li + li::before {
  content: ">";
  margin: 0 8px;
  /* color: #555; */
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li[aria-current="page"] {
  font-weight: normal;
  /* color: #000; */
}

p.signage-title-sub {
  /* color: #FFFFFF; */
  font-size: 16px;
}
.signage::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/archive/article-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

div.fullWide {
  padding: 100px 0px;
  /* background-color: #eaeaea !important; */
}
.flex {
  display: flex;
}
.container {
  flex-wrap: wrap;
  max-width: 1210px;
  width: 90%;
  margin: auto;
}

.main-content {
  flex: 1;
  min-width: 300px;
  margin: auto;
  margin-right: 45px;
}

.main-content a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s;
}

.main-content a:hover {
  opacity: 0.5;
}

.sidebar-box {
  width: 250px;
  min-width: 200px;
}

.sidebar {
  margin-bottom: 65px;
}

.sidebar:last-child {
  margin-bottom: 0px;
}

.sidebar h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0.5em 0.5em;
  position: relative;
  margin-bottom: 25px;
}

.sidebar h3::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 40%;
  z-index: 1;
  background: #90c2df;
  box-sizing: inherit;
  display: block;
  height: 2px;
  position: absolute;
  z-index: 0;
}

.sidebar h3::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
  box-sizing: inherit;
  display: block;
  height: 2px;
  position: absolute;
  z-index: 0;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  display: flex;
  margin-bottom: 10px;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #afd3e8;
}

.sidebar ul li img {
  width: 16px;
  height: auto;
  margin-bottom: -3px;
  display: inline-block;
}

.sidebar ul li a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s;
  width: 100%;
}

.sidebar ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 820px) {
  .breadcrumb {
    /* padding: 0px 90px; */
    max-width: 700px;
    width: 80%;
  }

  .container {
    max-width: 800px;
    width: 90%;
  }
  .flex {
    display: block;
  }

  .sidebar-box {
    width: 90%;
    max-width: 800px;
    margin-top: 100px;
  }
  .sidebar h3 {
    padding: 0 1em 0.5em;
  }
  .sidebar ul li {
    padding: 0 1em 0.5em;
  }
}

@media screen and (max-width: 820px) {
  .signage {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  div.fullWide {
    padding: 30px 0px;
  }

  .breadcrumb {
    width: 78%;
    font-size: 12px;
  }

  .breadcrumb a img {
    top: 0px;
  }

  .signage,
  .signage::after {
    border-radius: 25px;
  }
  .signage {
    height: 160px;
  }
  h2.signage-title.headline-font-type {
    font-size: 30px;
  }
}

.services-main {
    background-color: #e7f6ff;
}

/*# sourceMappingURL=styles.css.map */

/* 強みセクションのスタイル */
.strengths {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f8fbfd 0%, #fff 100%);
}

.strengths__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.strengths__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.strengths__card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(144, 194, 223, 0.1);
    transition: transform 0.3s ease;
}

.strengths__card:hover {
    transform: translateY(-5px);
}

.strengths__icon img {
    width: 45px;
    height: 45px;
}

.strengths__card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.strengths__text {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

/* おすすめラベルのスタイル */
.card__recommend {
    background: #90C2DF;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: 10px;
    opacity: 0;
}

/* カードが表示される時にラベルも表示 */
.cards__item.delayup .card__recommend {
    animation: fadeIn 0.5s ease forwards;
    animation-delay: inherit;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
    .strengths__cards {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .strengths {
        padding: 60px 0;
    }

    .strengths__cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .strengths__card {
        padding: 30px 20px;
    }

    .strengths__card-title {
        font-size: 18px;
    }
}
