@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

:root {
  --accent-color: #0095A6;
  --accent-color2: #200C5C;
  --font-color: #707070;
  --bg-color: #E0DDEC;
  --ui-color:#503A7B;
}

/***********************************
    * Base Styles
***********************************/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.15rem;
  padding-top: 126px;
}
body.body--en_US .ja {
  display: none;
}
body.body--ja .en {
  display: none;
}

/***********************************
    * 共通スタイル
***********************************/
.content-width {
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-width--large {
  max-width: 1200px;
}

.section {
  scroll-margin-top: 147px;
  padding-bottom: 120px;
  position: relative;
}
.section--bg {
  background-color: var(--bg-color);
}

.section-header {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}
.section-header__border {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.section-header__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.section-header__image--about {
  -o-object-position: center 63%;
     object-position: center 63%;
}

.section-title {
  position: relative;
  padding-top: 60px;
  margin-bottom: 80px;
}
.section-title__texts {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  color: var(--accent-color);
}
.section-title__texts--about {
  padding-top: 30px;
  color: var(--accent-color2);
}
.section-title__texts--service {
  padding-top: 60px;
}
.section-title__texts--holding {
  color: var(--accent-color2);
}
.section-title__texts--company {
  padding-top: 40px;
  color: var(--accent-color2);
}
.section-title__texts--greeting {
  padding-top: 60px;
}
.section-title__texts--sustain {
  padding-top: 40px;
  color: var(--accent-color2);
}
.section-title__texts--access {
  padding-top: 60px;
}
.section-title__texts--inquiry {
  color: var(--accent-color2);
}
.section-title__image {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  text-align: center;
}
.section-title__ja, .section-title__en {
  font-size: 2.6rem;
  font-weight: bold;
}
.section-title__icon {
  width: 120px;
  height: auto;
}
.section-title--type2 {
  border-top: 2px solid var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  text-align: center;
  padding: 20px 0;
}

.section-logo {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 25%;
  width: 500px;
}
.section-logo__image {
  width: 100%;
  height: auto;
  display: none;
}

.totop {
  position: fixed;
  z-index: 7000;
  right: 59px;
  bottom: 60px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.totop.is-active {
  opacity: 0.5;
}
.totop__link {
  display: block;
  text-decoration: none;
  text-align: center;
}
.totop__text {
  color: var(--accent-color);
  text-align: center;
  display: none;
}
.totop__icon {
  width: 160px;
  height: auto;
  margin: 0 auto;
}
.font-min {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.font-min--name {
  font-variant-ligatures: no-common-ligatures;
  font-feature-settings: "trad" 1;
}

.font-jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.btn-wrapper {
  text-align: center;
}

.btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 0 80px 0 40px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid var(--accent-color);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
  line-height: 60px;
  box-sizing: border-box;
  color: var(--accent-color);
  text-decoration: none;
  letter-spacing: 0.2rem;
}
.btn::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 1.6rem;
  margin-top: -3px;
}
.btn--service {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0 80px 0 30px;
  font-size: 1.4rem;
}

.sp {
  display: none;
}

.hidden {
  display: none !important;
}

/***********************************
    * Header Styles
***********************************/
.header {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 147px;
}
.header__inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 147px;
}
.header__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  display: block;
}
.header__logo-image {
  width: 100%;
  max-width: auto;
  display: block;
}
.header__navi {
  padding-top: 22px;
}
.header__logo {
  position: absolute;
  display: block;
  top: 63px;
  right: 17px;
  width: 150px;
  height: 45px;
}

.nav__list {
  display: flex;
  justify-content: center;
  margin-left: -15px;
}
.nav__list-item {
  list-style: none;
  margin-left: 15px;
}
.nav__link {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.spheader {
  display: none;
}

.spnav {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev, .pagination .next, .pagination .dots {
  border: none !important;
}
.pagination .page-numbers {
  display: block;
  text-decoration: none;
  color: inherit;
  min-width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid var(--accent-color);
  line-height: 30px;
  margin: 0 5px;
}
.pagination .page-numbers.current {
  background-color: var(--accent-color);
  color: white;
}

.bogo-language-switcher {
  position: fixed;
  z-index: 1001;
  right: 20px;
  top: 30px;
  display: flex;
  opacity: 0;
  display: none;
}

.bogoflags {
  display: none !important;
}

.bogoflags::before {
  display: none;
}

.bogo-language-name a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 15px;
}

/***********************************
    * Footer
***********************************/
.footer {
  position: relative;
  z-index: 5000;
}
.footer__inner {
  background-color: var(--accent-color2);
  padding-bottom: 10px;
}
.footer__navi {
  padding: 20px;
}
.footer__logo-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
}
.footer__logo {
  width: 150px;
}
.footer__company {
  width: 50%;
  margin: 0 auto 10px;
}
.footer__company-name {
  text-align: center;
  margin-bottom: 10px;
}
.footer__company-image {
  min-width: 240px;
}
.footer__company-address {
  color: #fff;
}
.footer__copyrights {
  position: relative;
  top: -56px;
  z-index: 6000;
  background-image: url(../img/footer-line.svg);
  height: 110px;
  background-size: auto 100%;
  background-position: right -10% top 0;
  background-repeat: no-repeat;
}
.footer__copy {
  position: absolute;
  bottom: 16px;
  left: 25%;
  width: 50%;
  max-width: 70%;
  margin: 0 auto;
  color: #fff;
  font-size: 80%;
}
.footer__copy-sp {
  display: none;
}

/***********************************
    * Top
***********************************/
.mv {
  position: relative;
  width: 100vw;
  height: calc(100vh - 126px);
  overflow-x: hidden;
}
.mv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.mv__images {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.mv__copy-ja {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  text-shadow: 2px 2px 5px #111;
}
.mv__copy-en {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  font-size: 90px;
  font-weight: 600;
  opacity: 0.5;
  color: #fff;
  text-shadow: 2px 2px 5px #111;
}
.mv__maincopy {
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
}
.mv__bar {
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 50%;
  width: 150px;
  height: 1px;
  border-bottom: 2px solid var(--accent-color);
  box-shadow: 4px 4px 3px #111;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.mv__slide {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv__slide-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__slide-border {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.mv__slide-arrows {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.mv__slide-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
}
.mv__slide-arrow--prev {
  left: 40px;
}
.mv__slide-arrow--next {
  left: auto;
  right: 40px;
}
.mv__slide-arrow-icon {
  width: 100%;
  height: 100%;
}

.news__list {
  padding-left: 0;
  margin-bottom: 40px;
}
.news__list-item {
  list-style: none;
  border-bottom: 2px solid var(--accent-color);
}
.news__list-item:first-child {
  border-top: 2px solid var(--accent-color);
}
.news__link {
  display: flex;
  text-decoration: none;
  color: inherit;
  padding: 8px 0;
}
.news__date {
  position: relative;
  width: 15%;
  min-width: 100px;
}
.news__date::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 0;
  border-right: 1px solid var(--accent-color);
  height: 22px;
  color: var(--accent-color);
}
.news__category {
  padding-left: 10px;
  width: 10%;
  min-width: 85px;
}
.news__category-label {
  display: inline-block;
  padding: 5px 8px;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.news__title {
  position: relative;
  width: 70%;
  padding-right: 40px;
  padding-left: 10px;
}
.news__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--font-color);
  border-right: 1px solid var(--font-color);
  transform: rotate(45deg) translateY(-7px);
  font-size: 1.8rem;
  color: var(--accent-color);
}
.news__viewall-wrapper {
  text-align: center;
  margin-bottom: 80px;
}
.news__viewall-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--ui-color);
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 5px;
}

.about__texts {
  border-top: 2px solid var(--accent-color);
  margin-bottom: 120px;
  border-bottom: 2px solid var(--accent-color);
  padding: 40px 0 20px;
}
.about__text {
  margin-bottom: 2.5rem;
}

.yakuin {
  padding-top: 100px;
}
.yakuin__header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #E0DDEC;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 100px;
}
.yakuin__header-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 20px 20px;
  background-color: #fff;
  width: calc(35% - 20px);
  text-align: center;
}
.yakuin__header-title-text {
  width: 100%;
  font-size: 140%;
  text-align: center;
}
.yakuin__header-logo {
  text-align: center;
  width: 150px;
  margin: 0 auto;
}
.yakuin__header-image-wrapper {
  width: 65%;
}
.yakuin__content {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.yakuin-single {
  margin-bottom: 160px;
}
.yakuin-single__header {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.yakuin-single__company {
  width: 40%;
  font-size: 120%;
  font-weight: normal;
}
.yakuin-single__info {
  display: flex;
  align-items: center;
  width: 60%;
  padding-left: 10px;
}
.yakuin-single__yaku {
  margin-right: 20px;
  font-size: 100%;
}
.yakuin-single__name {
  font-weight: bold;
  font-size: 140%;
}
.yakuin-single__images {
  float: right;
  display: flex;
  width: 60%;
  padding: 0 0;
}
.yakuin-single__image {
  padding: 0 0 0 15px;
  width: 50%;
}
.yakuin-single__title {
  display: none;
  font-size: 110%;
  margin-bottom: 20px;
}
.yakuin-single__texts {
  width: 40%;
}
.yakuin-single__text {
  margin-bottom: 2rem;
}

.mission {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mission__textarea {
  border-top: 2px solid var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  padding: 60px 0 0;
  margin-top: 40px;
  margin-bottom: 0;
}
.mission__subtitle {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: var(--accent-color);
}
.mission__text {
  margin-bottom: 2rem;
}
.mission__image-wrapper {
  margin-bottom: 40px;
}

.mission-ill {
  position: relative;
  width: 710px;
  cursor: pointer;
  margin: 0 auto;
}
.mission-ill__l1 {
  position: relative;
  z-index: 1;
}
.mission-ill__l1-1 {
  max-width: 710px;
}
.mission-ill__l2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mission-ill__l2-img {
  position: absolute;
  transition: opacity 0.5s;
  opacity: 0;
  height: auto;
}
.mission-ill__l2-img.active {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  opacity: 1;
  z-index: 2;
}
.mission-ill__l2-img--1 {
  right: 70px;
  top: 30px;
  width: 370px;
}
.mission-ill__l2-img--2 {
  right: 80px;
  top: 170px;
  width: 280px;
}
.mission-ill__l2-img--3 {
  left: 70px;
  top: 170px;
  width: 280px;
}
.mission-ill__l2-img--4 {
  left: 60px;
  top: 34px;
  width: 320px;
}
.mission-ill__l2-img--5 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}

.service__services {
  padding-top: 60px;
}

.service-card {
  display: flex;
  margin-bottom: 60px;
  padding: 40px 60px 40px 0;
}
.service-card--bg {
  background-color: var(--bg-color);
}
.service-card__image-wrapper {
  position: relative;
  width: 45%;
  max-height: 300px;
  overflow: hidden;
}
.service-card__image-border {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.service-card__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.service-card__image--about {
  -o-object-position: center 63%;
     object-position: center 63%;
}
.service-card__description-wrapper {
  width: 55%;
  padding-left: 60px;
  padding-top: 20px;
}
.service-card__description-title1 {
  font-size: 2rem;
}
.service-card__description-title2 {
  margin-bottom: 2rem;
  color: var(--accent-color);
  font-size: 120%;
}
.service-card__description-texts {
  margin-bottom: 3rem;
}
.service-card__description-text {
  margin-bottom: 2rem;
}

.holding__companies {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 80px;
}

#group {
  scroll-margin-top: 147px;
}

.holding-company {
  width: calc((100% - 80px) / 4);
  margin-bottom: 20px;
  margin-left: 20px;
  border: 6px solid var(--accent-color);
  border-radius: 12px;
  min-height: 210px;
}
.holding-company__link {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: var(--font-color);
}
.holding-company__logo {
  text-align: center;
  margin: 0 auto 20px;
  height: 37px;
  width: auto;
}
.holding-company__logo--hidden {
  visibility: hidden;
}
.holding-company__company-name {
  font-size: 110%;
  margin-bottom: 0.5rem;
}
.holding-company__divider {
  width: 60px;
  border-top: 1px solid var(--accent-color);
  border-bottom: none;
  margin: 5px auto 5px;
}
.holding-company__tel {
  display: none;
}
.holding-company__city {
  margin-bottom: 10px;
  font-size: 80%;
}
.holding-company__business {
  font-size: 90%;
}

.synergy {
  padding-top: 60px;
}
.synergy__image-wrapper {
  width: 100%;
  margin-bottom: 160px;
}
.synergy__image {
  width: 100%;
}

.synergy-title__text1 {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}

.company__table {
  width: 100%;
}
.company__table-title {
  position: relative;
  width: 45%;
  text-align: right;
  padding-right: 70px;
  padding-top: 10px;
  vertical-align: top;
}
.company__table-title::after {
  position: absolute;
  top: 20px;
  right: 0;
  width: 60px;
  content: "";
  display: block;
  height: 0;
  border-top: 2px solid var(--accent-color);
}
.company__table-text {
  width: 55%;
  padding-top: 10px;
  padding-left: 5px;
}

.greeting__greetings {
  margin-bottom: 80px;
}
.greeting__greet {
  margin-bottom: 80px;
}
.greeting__texts {
  margin-bottom: 30px;
}
.greeting__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.greeting__text {
  margin-bottom: 2rem;
}
.greeting__name-position {
  text-align: right;
  margin-bottom: 5px;
}
.greeting__name {
  text-align: right;
  font-size: 2rem;
  font-feature-settings: "trad";
}
.greeting__name-image {
  height: 30px;
  width: auto;
  margin: 0 0 0 auto;
}
.greeting__btn {
  display: block;
  width: 100%;
  max-width: 500px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  border-radius: 20px;
  background-color: var(--accent-color);
  outline: none;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 120%;
  line-height: 40px;
  text-decoration: none;
}

.sustain__texts {
  border-top: 2px solid var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  padding: 40px 40px 0;
  margin-bottom: 160px;
}
.sustain__text {
  margin-bottom: 2rem;
}

.access__table {
  margin-bottom: 60px;
  border-bottom: 2px solid var(--accent-color);
}
.access__row {
  display: flex;
}
.access__title {
  position: relative;
  border-top: 2px solid var(--accent-color);
  width: 45%;
  padding: 10px 20px 10px 0;
}
.access__title::after {
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  width: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid var(--accent-color);
}
.access__text {
  border-top: 2px solid var(--accent-color);
  width: 55%;
  padding: 10px 0 10px 40px;
}
.access__map {
  width: 100%;
  margin-bottom: 200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.access__map-inline {
  width: 100%;
  height: 400px;
}

.inquiry__header {
  border-top: 2px solid var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  padding: 20px 0;
  margin-bottom: 160px;
}
.inquiry__header--type2 {
  margin-bottom: 60px;
}
.inquiry__header--type2 .inquiry__header-text1 {
  font-size: 2rem;
  margin-bottom: 0;
}
.inquiry__headtext {
  margin-bottom: 40px;
}
.inquiry__header-text1 {
  text-align: center;
  color: var(--accent-color);
  margin-bottom: 10px;
}
.inquiry__header-telno {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inquiry__header-tel {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.inquiry__header-icon {
  display: none;
}
.inquiry__header-open {
  display: none;
}
.inquiry__form-wrapper {
  margin-bottom: 160px;
}
.inquiry__alert {
  margin-bottom: 20px;
}

.inquiry-form-ui {
  margin-bottom: 20px;
}
.inquiry-form-ui__label {
  padding-left: 10px;
  margin-bottom: 5px;
}
.inquiry-form-ui__require {
  display: inline-block;
  line-height: 2rem;
  border-radius: 10px;
  padding: 0 15px;
  margin-left: 15px;
  background-color: var(--accent-color);
  color: #fff;
}
.inquiry-form-ui__text, .inquiry-form-ui__textarea {
  padding: 5px 10px;
  border: 1px solid var(--bg-color);
  width: 100%;
  outline: none;
  border-radius: 0;
}
.inquiry-form-ui__textarea {
  min-height: 250px;
  margin-bottom: 0;
}
.inquiry-form-ui__radio {
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 10px;
}
.inquiry-form-ui__radio label {
  display: inline-block;
}
.inquiry-form-ui__radio .wpcf7-list-item {
  display: block;
}
.inquiry-form-ui__btn {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 80px;
  border-radius: 40px;
  background-color: var(--accent-color);
  outline: none;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 80px;
}

/***********************************
    * お知らせ詳細
***********************************/
.single-post {
  padding-top: 80px;
}
.single-post__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-post__category {
  width: 10%;
}
.single-post__date {
  width: 30%;
  text-align: right;
  color: var(--accent-color);
  font-weight: bold;
}
.single-post__title {
  text-align: left;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
}
.single-post__back {
  padding: 80px 0;
  text-align: center;
}

.rte h2 {
  background-color: var(--accent-color);
  padding: 5px 10px;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.rte h3 {
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--accent-color);
}
.rte h4 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.rte p {
  margin-bottom: 2.4rem;
}
.rte ul, .rte ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.rte img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  /***********************************
  * Base Styles
  ***********************************/
  body {
    font-size: 1.4rem;
    padding-top: 0;
  }
  .spheader {
    display: block;
  }
  .spnav {
    display: block;
  }
  .header {
    display: none;
  }
  .totop {
    z-index: 1000;
    right: 20px;
    bottom: 20px;
  }
  .totop__icon {
    width: 60px;
  }
  .totop__text {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /***********************************
  ヘッダ
  ***********************************/
  .spheader {
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    transition: background-color 0.5s;
  }
  .spheader.active {
    background-color: #fff;
  }
  .spheader__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 100%;
  }
  .spheader__link {
    display: block;
    height: 40px;
  }
  .spheader__logo {
    height: 100%;
    width: auto;
  }
  .spheader-btn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #0095A6;
  }
  .spheader-btn__link {
    display: block;
    text-decoration: none;
  }
  .spheader-btn__link.is-open .spheader-btn__icon .spheader-btn__bar--1 {
    transform: rotate(45deg) translate(5px, 5px);
    width: 90%;
    top: 0;
    left: 5px;
  }
  .spheader-btn__link.is-open .spheader-btn__icon .spheader-btn__bar--2 {
    opacity: 0;
  }
  .spheader-btn__link.is-open .spheader-btn__icon .spheader-btn__bar--3 {
    transform: rotate(-45deg) translate(5px, 5px);
    width: 90%;
    top: 22px;
    left: -2px;
  }
  .spheader-btn__icon {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
  .spheader-btn__text {
    font-size: 1rem;
    color: white;
    text-align: center;
    text-shadow: none;
  }
  .spheader-btn__bar {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border-top: 1px solid #fff;
    transition: transform 0.5s;
    transform-origin: top left;
  }
  .spheader-btn__bar--1 {
    top: 5px;
  }
  .spheader-btn__bar--2 {
    top: 13px;
  }
  .spheader-btn__bar--3 {
    top: 21px;
  }
  .header__bar {
    display: none;
  }
  /***********************************
  ハンバーガボタン
  ***********************************/
  .spnav {
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(255, 255, 255, 0.95);
    transition: opacity 0.5s;
    opacity: 0;
  }
  .spnav.active {
    display: block;
    z-index: 10000;
    opacity: 1;
  }
  .nav__list {
    display: block;
    margin-left: 0;
    padding: 0 20px;
  }
  .nav__list-item {
    height: 40px;
    margin-left: 0;
    line-height: 40px;
    border-bottom: 1px solid var(--accent-color);
  }
  .nav__link {
    display: block;
    text-shadow: none;
    color: var(--font-color);
    font-size: 1.6rem;
  }
  /***********************************
      * Footer
  ***********************************/
  .footer__inner {
    padding: 20px;
  }
  .footer__navi {
    display: none;
  }
  .footer__logo-wrapper {
    position: relative;
    right: auto;
    top: auto;
  }
  .footer__logo {
    width: 150px;
    margin: 0 auto 20px;
  }
  .footer__company {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .footer__company-name {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer__company-image {
    min-width: 240px;
    width: 80%;
  }
  .footer__company-address {
    margin-bottom: 10px;
  }
  .footer__copyrights {
    display: none;
  }
  .footer__copy {
    display: none;
  }
  .footer__copy-sp {
    display: block;
    color: #fff;
    font-size: 80%;
  }
  /***********************************
      * 共通スタイル
  ***********************************/
  .section {
    padding-bottom: 80px;
  }
  .section-header {
    height: 160px;
  }
  .section-header__image--about {
    -o-object-position: center 63%;
       object-position: center 63%;
  }
  .section-title {
    margin-bottom: 60px;
  }
  .section-title__texts--about {
    padding-top: 30px;
    color: var(--accent-color2);
  }
  .section-title__texts--service {
    padding-top: 30px;
  }
  .section-title__texts--holding {
    color: var(--accent-color2);
  }
  .section-title__texts--company {
    padding-top: 30px;
    color: var(--accent-color2);
  }
  .section-title__texts--greeting {
    padding-top: 30px;
  }
  .section-title__texts--sustain {
    padding-top: 20px;
    color: var(--accent-color2);
  }
  .section-title__texts--access {
    padding-top: 30px;
  }
  .section-title__texts--inquiry {
    color: var(--accent-color2);
  }
  .section-title__image {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    text-align: center;
  }
  .section-title__ja, .section-title__en {
    font-size: 1.8rem;
  }
  .section-title__icon {
    width: 80px;
  }
  .section-title--type2 {
    margin-bottom: 40px;
  }
  .section-title--type2 .synergy-title__text1 {
    font-size: 1.6rem;
  }
  .section-logo {
    width: 220px;
  }
  .btn {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 10px;
    height: auto;
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .btn::after {
    right: 10px;
    top: 50%;
    font-size: 1.3rem;
    margin-top: -8px;
  }
  .btn--service {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 10px;
    height: auto;
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  /***********************************
      * Top
  ***********************************/
  .mv__copy-ja {
    text-align: left;
    top: auto;
    height: 100vh;
    bottom: 30%;
    padding: 0 30px;
    font-size: 1.8rem;
  }
  .mv__copy-en {
    top: auto;
    text-align: left;
    padding-left: 30px;
    bottom: 5%;
    font-size: 4.4rem;
    line-height: 1.1;
  }
  .mv__maincopy {
    bottom: 30px;
    left: 30px;
    transform: none;
    width: 70%;
  }
  .mv__bar {
    display: none;
  }
  .mv__slide-border {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
  }
  .mv__slide-arrow {
    width: 40px;
    height: 40px;
  }
  .mv__slide-arrow--prev {
    left: 30px;
  }
  .mv__slide-arrow--next {
    right: 25px;
  }
  .news__link {
    flex-wrap: wrap;
  }
  .news__date {
    width: 40%;
    min-width: 100px;
  }
  .news__date::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0px;
    width: 0;
    border-right: 1px solid var(--accent-color);
    height: 22px;
    color: var(--accent-color);
  }
  .news__category {
    width: 60%;
    min-width: 85px;
  }
  .news__title {
    width: 100%;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 0;
  }
  .news__title::after {
    font-size: 1.6rem;
  }
  .news__viewall-wrapper {
    margin-bottom: 40px;
  }
  .yakuin {
    padding-top: 40px;
  }
  .yakuin__header {
    display: block;
    align-items: center;
    padding: 20px 0;
    border-radius: 6px;
    background-color: #fff;
  }
  .yakuin__header-title {
    display: block;
    width: 100%;
  }
  .yakuin__header-title-text {
    font-size: 130%;
  }
  .yakuin__header-logo {
    width: 120px;
    margin: 0 auto 20px;
  }
  .yakuin__header-image-wrapper {
    width: 100%;
  }
  .yakuin__content {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .about__texts {
    margin-bottom: 60px;
  }
  .yakuin-single {
    margin-bottom: 80px;
  }
  .yakuin-single__header {
    display: block;
    margin-bottom: 20px;
  }
  .yakuin-single__company {
    width: 100%;
    margin-bottom: 10px;
  }
  .yakuin-single__info {
    align-items: left;
    width: 100%;
    padding-left: 0;
  }
  .yakuin-single__yaku {
    margin-right: 20px;
  }
  .yakuin-single__name {
    font-size: 120%;
  }
  .yakuin-single__images {
    float: none;
    width: calc(10px + 100%);
    margin-left: -10px;
    margin-bottom: 20px;
  }
  .yakuin-single__image {
    padding: 0 0 0 10px;
  }
  .yakuin-single__title {
    font-size: 110%;
    margin-bottom: 20px;
  }
  .yakuin-single__texts {
    width: 100%;
  }
  .mission {
    padding-bottom: 0 !important;
  }
  .mission__textarea {
    padding: 30px 0 0px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mission__image-wrapper {
    margin-bottom: 40px;
  }
  .mission__image {
    width: 100%;
  }
  .service__services {
    padding-top: 0;
  }
  .service-card {
    display: block;
    margin-bottom: 40px;
    padding: 0 0 40px 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .service-card__image-wrapper {
    width: 100%;
    max-height: 200px;
  }
  .service-card__image--about {
    -o-object-position: center 63%;
       object-position: center 63%;
  }
  .service-card__description-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .service-card__description-title1 {
    font-size: 1.8rem;
  }
  .service-card__description-title2 {
    font-size: 100%;
  }
  .service-card__description-texts {
    margin-bottom: 3rem;
  }
  .service-card__description-text {
    margin-bottom: 2rem;
  }
  .holding__companies {
    display: block;
    margin-left: 0;
    margin-bottom: 80px;
  }
  #group {
    scroll-margin-top: 0;
  }
  .holding-company {
    width: 100%;
    margin-left: 0;
    min-height: auto;
  }
  .holding-company__company-name {
    font-size: 100%;
  }
  .synergy__image-wrapper {
    margin-bottom: 80px;
    overflow-x: auto;
  }
  .synergy__image {
    width: 900px;
    max-width: none;
  }
  .synergy-title__text1 {
    font-size: 2rem;
    color: var(--accent-color);
    margin-bottom: 0.5rem;
  }
  .company__table {
    border-top: 2px solid var(--accent-color);
  }
  .company__table-tr {
    display: block;
    border-bottom: 2px solid var(--accent-color);
    padding: 10px 0;
  }
  .company__table-title {
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-top: 0;
    font-weight: bold;
  }
  .company__table-title::after {
    display: none;
  }
  .company__table-text {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .greeting__greetings {
    margin-bottom: 80px;
  }
  .greeting__greet {
    margin-bottom: 40px;
  }
  .greeting__texts {
    margin-bottom: 30px;
  }
  .greeting__name-image {
    height: 30px;
  }
  .sustain__texts {
    padding: 40px 0 20px;
    margin-bottom: 80px;
  }
  .sustain__text {
    margin-bottom: 2rem;
  }
  .access__table {
    border-top: 2px solid var(--accent-color);
    border-bottom: none;
  }
  .access__row {
    display: block;
    border-bottom: 2px solid var(--accent-color);
    padding: 20px 0;
  }
  .access__title {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
    padding: 0 0 0 0;
  }
  .access__title::after {
    display: none;
  }
  .access__text {
    border-top: none;
    width: 100%;
    padding: 0 0 0 0;
  }
  .access__map {
    margin-bottom: 100px;
  }
  .access__map-inline {
    height: 300px;
  }
  .inquiry__header {
    margin-bottom: 80px;
  }
  .inquiry__header--type2 {
    margin-bottom: 60px;
  }
  .inquiry__form-wrapper {
    margin-bottom: 80px;
  }
  .inquiry-form-ui {
    margin-bottom: 20px;
  }
  .inquiry-form-ui__textarea {
    min-height: 60px;
    margin-bottom: 20px;
  }
  .inquiry-form-ui__radio {
    margin-bottom: 10px;
  }
  .inquiry-form-ui__btn {
    height: 60px;
    border-radius: 30px;
    font-size: 1.6rem;
    line-height: 60px;
  }
  /***********************************
  * お知らせ詳細
  ***********************************/
  .single-post {
    padding-top: 40px;
  }
  .single-post__category {
    width: 50%;
  }
  .single-post__date {
    width: 50%;
  }
  .single-post__title {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 130%;
  }
  .single-post__back {
    padding: 40px 0;
  }
  .rte h2 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .rte h3 {
    font-size: 1.6rem;
  }
  .rte h4 {
    font-size: 1.6rem;
  }
  .rte p {
    margin-bottom: 2.4rem;
  }
  .rte ul, .rte ol {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .rte img {
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */