/**
  Theme Name mikicom2023
*/
:root {
  --c-white: #fff;
  --c-black: #111;
  --c-gray: #ddd;
  --c-gray-light: #f9f9f9;
}
:root {
  --fz-text-ss: toRem(10);
}
.l-header {
  width: 100%;
}
.l-footer {
  width: 100%;
}
:root {
  --c-white: #fff;
  --c-black: #000;
  --c-black-light: #333;
  --c-base: #f8f8f7;
  --c-gray: #d9d9d9;
  --c-main-dark: #172b46;
  --c-main: #006fa0;
  --c-main-lighter: #00ace2;
  --c-main-light: #5cd2f7;
  --c-accent: #ffec03;
  --c-accent-dark: #96928b;
  --container-size: 1140px;
  --container-size-s: 1080px;
  --fz-ss: 1rem;
  --fz-s: 1.2rem;
  --fz-m: 1.4rem;
  --fz-hd-l: 3.2rem;
  --fz-hd-m: 2.4rem;
  --letter-spacing: 0px;
  --pd-s: 1.6rem;
  --pd-sm: 3rem;
  --pd-m: 4rem;
  --pd-ml: 5.6rem;
  --pd-l: 8rem;
  --pd-container-vt: 8rem;
  --pd-container-vt-s: 3rem;
  --pd-container-hr: 25px;
  --logo-size: 105px;
  --header-size: 57px;
  --sp-header-size: 45px;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-height: 100%;
  overflow: auto;
}
body {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  overflow-x: hidden;
}
li {
  list-style-type: none;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
picture,
img {
  display: block;
}
body {
  letter-spacing: var(--letter-spacing);
  color: var(--c-text);
  font-size: var(--fz-m);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--c-base);
}
main {
  flex-grow: 1;
  padding-top: var(--header-size);
}
svg {
  vertical-align: bottom;
  fill: currentColor;
  max-width: 100%;
}
#icons {
  display: none;
}
img {
  max-width: 100%;
}
.c-sns-list li {
  transition: color 0.15s;
  color: var(--c-main-dark);
}
.c-sns-list li:hover {
  color: var(--c-accent);
}
.u-nb {
  display: inline-block;
}
.c-strength-list {
  margin-left: auto;
  margin-right: auto;
}
.c-strength-list li {
  position: relative;
  padding-left: 10px;
  padding-right: 28px;
}
.c-strength-list li + li {
  margin-top: 37px;
}
.c-strength-list li::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--c-main-dark);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.c-strength-list .title img {
  height: 46px;
  width: auto;
}
.c-strength-list .count {
  position: absolute;
  right: 4px;
  bottom: 7px;
  height: 7px;
}

.p-main-visual__inner {
  max-width: calc(var(--pd-container-hr) * 2 + var(--container-size) + 84px);
  margin-left: auto;
  margin-right: auto;
  padding: calc(var(--pd-container-vt) *2) 0 calc(var(--pd-container-vt) *0.4);
}
.p-main-visual__copy h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 0.5em;
}

.l-container {
  max-width: calc(var(--pd-container-hr) * 2 + var(--container-size) + 84px);
  margin-left: auto;
  margin-right: auto;
}

.p-breadcrumb__wrapper {
  max-width: calc(var(--pd-container-hr) * 2 + var(--container-size) + 84px);
  margin-left: auto;
  margin-right: auto;
  padding: calc(var(--pd-container-vt) * 0.25);
}
.breadcrumbs {
    font-size: 1.3rem;
    font-weight: 500;
    color: #172B46;
}
.breadcrumbs a {
    font-weight: 700;
    position: relative;
}
.breadcrumbs a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 8px #172B46;
    top: 50%;
    right: -2em;
    margin-top: -4px;
}

.c-svg-title img {
  width: 182px;
  height: auto;
}
.c-svg-title .sub {
  font-size: 18px;
  line-height: 24px;
  margin-top: 11px;
  display: inline-block;
}
.c-button {
  height: 36px;
  border: 1px solid var(--c-main-dark);
  min-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 14px;
  color: var(--c-main-dark);
  background-color: var(--c-white);
  position: relative;
  transition: color 0.3s;
}
.c-button span {
  position: relative;
  z-index: 2;
}
.c-button::after {
  content: '';
  display: block;
  width: 6px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjAwMSIgaGVpZ2h0PSIxMi41ODkiIHZpZXdCb3g9IjAgMCA3LjAwMSAxMi41ODkiPg0KICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMxNzJiNDYiIHN0cm9rZS13aWR0aD0iMSIgZD0iTTYzMy40ODUsNTkwLjA3Nmw1Ljk0MSw1Ljk0MS01Ljk0MSw1Ljk0MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYzMy4xMzEgLTU4OS43MjMpIi8+DQo8L3N2Zz4=") no-repeat center/contain;
}
.c-button::before {
  content: '';
  background-color: var(--c-main-dark);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-button::before {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.39, 0, 0.3, 1);
  transform: scaleX(0) skewX(-10deg);
  transform-origin: left;
}
.c-button::after {
  transition: 0.3s;
}
.c-button:hover {
  color: var(--c-white);
}
.c-button:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.c-button:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjAwMSIgaGVpZ2h0PSIxMi41ODkiIHZpZXdCb3g9IjAgMCA3LjAwMSAxMi41ODkiPg0KICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgZD0iTTYzMy40ODUsNTkwLjA3Nmw1Ljk0MSw1Ljk0MS01Ljk0MSw1Ljk0MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYzMy4xMzEgLTU4OS43MjMpIi8+DQo8L3N2Zz4=");
  transition-delay: 0.1s;
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: var(--c-base);
  height: var(--header-size);
}
.p-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.p-header__logo {
  flex-shrink: 0;
  width: var(--logo-size);
  max-width: 100%;
}
.p-header__logo a {
  display: block;
}
.p-header__nav {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  color: var(--c-main-dark);
}
.p-header__nav span {
  display: block;
}
.p-header__nav > ul > li > a {
  transition: opacity 0.3s;
}
.p-header__nav > ul > li > a:hover {
  opacity: 0.8;
}
.p-header__icon span {
  transition: transform 0.15s;
  transform-origin: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-header__icon span:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-6px);
}
.p-header__icon span:nth-child(3) {
  transform: translate(-50%, -50%) translateY(6px);
}

.p-main-visual {
    font-weight: bold;
    background-color: var(--c-white);
    position: relative;
    overflow: hidden;
}

.p-footer {
  background-color: var(--c-base);
  color: var(--c-main-dark);
}
.p-footer__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-footer__logo {
  flex-grow: 1;
}
.p-footer__foot {
  flex-grow: 1;
  text-align: right;
}
.p-footer__company {
  font-weight: bold;
}
.p-float-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: 24px;
  right: 20px;
}
.p-float-controls ul li svg {
  width: 19px;
}
.p-float-controls ul li + li {
  margin-top: 28px;
}
.p-float-controls .pagetop {
  width: 27px;
  height: 27px;
  margin-top: 55px;
}
.p-float-controls .pagetop:hover svg {
  fill: var(--c-accent);
}
.p-float-controls .pagetop svg {
  transition: color 0.15s, fill 0.15s;
  fill: var(--c-main-dark);
}
.p-float-controls #sns-facebook {
  width: 21px;
  transform: translateX(-1px);
}
.footerFixed {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footerFixed main {
  flex-grow: 1;
}
.p-home-mv {
  height: 100vh;
}
.p-home-mv__wrapper {
  display: flex;
}
.p-home-mv__copy {
  flex-shrink: 0;
  aspect-ratio: 338.444/209.73;
}
.p-home-mv__copy svg {
  height: auto;
}
.p-home-mv__image {
  display: flex;
  flex-shrink: 0;
}
.p-home-mv__copy svg {
  overflow: visible;
}
.p-home-mv__copy #js-mv-copy-main {
  transition: 1.5s 0.2s cubic-bezier(0.42, 0, 0.13, 0.99);
  transform: translateY(64px);
  opacity: 0;
}
.p-home-mv__copy #js-mv-copy-sub {
  transition: 1.5s 0.35s cubic-bezier(0.42, 0, 0.13, 0.99);
  transform: translate(0, 59.02%) translateY(64px);
  opacity: 0;
}
.p-home-mv__image {
  filter: blur(100px);
  transition: filter 1.8s;
}
.p-home-mv.is-animated .p-home-mv__copy #js-mv-copy-main {
  transform: translateY(0);
  opacity: 1;
}
.p-home-mv.is-animated .p-home-mv__copy #js-mv-copy-sub {
  transform: translate(0, 59.02%) translateY(0);
  opacity: 1;
}
.p-home-mv.is-animated .p-home-mv__image {
  filter: blur(0);
}
.p-home-strength {
  padding-bottom: 105px;
}
#strength-02 {
  margin-top: 37px;
}
#strength-03 {
  margin-top: 38px;
}
#strength-04 {
  margin-top: 39px;
}
#strength-05 {
  margin-top: 45px;
}
.p-home-achievement {
  background-color: var(--c-white);
  padding-top: 51px;
  padding-bottom: 111px;
}
.p-home-achievement .title {
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.p-home-achievement .title img {
  width: 142px;
}
.p-home-achievement .title .ja {
  margin-top: 1px;
  margin-left: 16px;
  font-size: 16px;
  line-height: 16px;
  color: var(--c-accent-dark);
}
.p-home-achievement .list {
  margin-top: 132px;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px 0;
}
.p-home-achievement .list img {
  margin: 0 auto;
}
.p-home-information h2.title {
  border-top: 1px solid var(--c-main-dark);
}
.p-home-information .news-list {
  width: 100%;
/*  max-width: 654px;*/
}
.p-home-information .sns-post {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.c-news-list {
  /*max-width: 654px;*/
  color: var(--c-main-dark);
}
.c-news-list li {
  padding: 12px 0;
}
.c-news-list li + li {
  border-top: 1px solid var(--c-main-dark);
}
.c-news-list .time {
  margin-right: 44px;
  font-size: 16px;
  min-width: 82px;
}
.c-news-list .text {
  font-size: 16px;
}
.c-sns-post {
  flex-shrink: 0;
}
.is-initialized .js-fade-in {
  transform: translateY(80px);
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.is-initialized .js-fade-in.is-animated {
  transform: translateY(0);
  opacity: 1;
}
.is-initialized .js-fade-in {
  transition: opacity 1s, transform 1s;
}

.p-member__wrapper {
    margin: 5em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4.5em 2em;
}
.p-member .item {
    display: flex;
    gap: 0 2em;
    width: 48%;
}
.p-member .item .image {
  min-width: 170px;
}
.p-member .item .image img {
  border-radius: 8px;
  /*min-width: 170px;*/
  width: 170px;
}
.p-member .item .text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.p-member .item .text p {
  font-size: 12px;
}
.p-member .item .text .name__wrapper {
		position: absolute;
		top: 30px;
}
.p-member .item .text .name {
    font-size: 18px;
    font-weight: 700;
    text-indent: -0.1em;
    letter-spacing: 0.35em;
}

@media screen and (min-width: 769px) {
  .p-main-visual__inner,
  .p-breadcrumb__wrapper,
  .l-container {
    padding-left: calc(var(--pd-container-hr) + 42px);
    padding-right: calc(var(--pd-container-hr) + 42px);
  }
  
  .c-svg-title {
    padding-left: 2px;
  }
  .p-footer {
    font-size: 16px;
    border-bottom: 8px solid var(--c-main-dark);
  }
  .p-footer__wrapper {
    padding-top: 223px;
    padding-bottom: 27px;
  }
  .p-footer__logo img {
    width: 160px;
  }
  .p-footer__company {
    font-size: 16px;
    line-height: 16px;
  }
  .p-footer__address {
    margin-top: 13px;
    line-height: 26px;
  }
  .p-footer__copyright {
    font-size: 14px;
    margin-top: 95px;
  }
  .p-home-mv {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .p-home-mv__wrapper {
    align-items: center;
    position: absolute;
    top: 50%;
    left: 10.4vw;
    transform: translate(0, -50%);
  }
  .p-home-mv__copy {
    width: 338px;
    margin-top: -10px;
  }
  .p-home-mv__image {
    margin-left: 13vw;
    gap: 23px;
  }
  .p-home-mv__image img {
    width: 476px;
  }
  .p-home-strength {
    padding-top: 80px;
  }
  .p-home-strength .list {
    margin-top: 103px;
  }
  .p-home-strength .button {
    margin-top: 116px;
  }
  .c-news-list li {
    display: flex;
  }
  .p-home-information {
    padding-top: 124px;
    padding-bottom: 90px;
  }
  .p-home-information__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 23px;
  }
  .p-home-information h2.title {
    padding-top: 13px;
  }
  .p-home-information h2.title img {
    height: 14px;
  }
  .p-home-information .news-list {
    margin-top: 52px;
  }
  .p-home-information .sns-post {
    padding: 0 124px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .member .l-container {
    padding-left: var(--pd-container-hr);
    padding-right: var(--pd-container-hr);
  }
}

@media screen and (min-width: 1024px) {
  .p-header__wrapper {
    padding: 0 15px 0 25px;
  }
  .p-header__nav {
    margin-left: var(--pd-s);
    font-size: 13px;
    line-height: 13px;
  }
  .p-header__nav > ul {
    display: flex;
    align-items: center;
  }
  .p-header__nav > ul > li .en {
    display: none;
  }
  .p-header__nav > ul > li + li.--button {
    margin-left: 22px;
  }
  .p-header__nav > ul > li a {
    display: block;
    padding: 1em 25px;
  }
  .p-header__nav > ul > li.--button {
    font-size: 12px;
    line-height: 12px;
    display: flex;
    height: 25px;
  }
  .p-header__nav > ul > li.--button + .--button {
    margin-left: 16px;
  }
  .p-header__nav > ul > li.--button a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 147px;
    text-align: center;
  }
  .p-header__nav > ul > li.--secondary {
    background-color: var(--c-main-dark);
    color: var(--c-white);
  }
  .p-header__nav > ul > li.--primary {
    background-color: var(--c-accent);
    color: var(--c-main-dark);
  }
  .p-header__nav > ul > li {
    position: relative;
  }
  .p-header__nav > ul > li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
  }
  .p-header__nav > ul > li ul li {
    background-color: var(--c-gray);
    transition: filter 0.3s;
  }
  .p-header__nav > ul > li ul li a {
    display: inline-block;
    padding: 1em;
  }
  .p-header__nav > ul > li ul li:hover {
    filter: brightness(0.95);
  }
  .p-header__nav > ul > li ul {
    transform: translateX(-50%) translateY(-10px);
    opacity: 0;
    transition: 0.3s;
  }
  .p-header__nav > ul > li:hover ul {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  .p-header__icon,
  .p-header__sns {
    display: none;
  }
  .p-header {
    transition: background-color 0.3s, filter 0.5s;
  }
  .p-header__logo {
    transition: width 0.3s;
  }
  .is-scrolled .p-header__logo {
    width: 180px;
  }
  .p-footer__foot {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1441px) {
  .p-home-mv__wrapper {
    left: 15vw;
  }
  .p-home-mv__image {
    margin-left: 12vw;
  }
}

@media screen and (max-width: 1180px) {
	.p-member .item {
	    width: 100%;
	}
	.p-member .item .image {
	    width: 20%;
	    min-width: unset;
	}
	.p-member .item .image img {
	    width: 100%;
	    /*min-width: 116px;*/
	}
	.p-member .item .text {
	    width: 80%;
	}
}

@media screen and (max-width: 1023px) {
	  main {
	  padding-top: var(--sp-header-size);
	}
  .p-header__wrapper {
    min-height: var(--header-size);
    padding: 15px 30px;
    position: relative;
  }
  .p-header__logo {
    position: relative;
  }
  .p-header__inner {
    position: absolute;
    bottom: var(--header-size);
    left: 0;
    width: 100%;
    min-height: 100vh;
    transition: transform 0.5s cubic-bezier(0.82, 0, 0.68, 1);
    background-color: var(--c-base);
    padding: calc(26px + var(--header-size)) 0 63px;
  }
  .p-header__nav {
    justify-content: flex-start;
    flex-direction: column;
    z-index: -1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .p-header__nav > ul > li + li {
    margin-top: 26px;
  }
  .p-header__nav li {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }
  .p-header__nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .p-header__nav li span {
    display: block;
  }
  .p-header__nav li .en {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
  }
  .p-header__nav li .ja {
    margin-top: 7px;
  }
  .p-header__nav .menu-item-has-children {
    position: relative;
  }
  .p-header__nav .menu-item-has-children::before,
  .p-header__nav .menu-item-has-children::after {
    content: '';
    display: block;
    background-color: var(--c-main-dark);
    width: 10px;
    height: 1px;
    position: absolute;
    top: 14.5px;
    right: 30px;
  }
  .p-header__nav .menu-item-has-children::after {
    transform: rotateZ(90deg);
    opacity: 1;
    transition: 0.3s;
  }
  .p-header__nav .menu-item-has-children.is-open::after {
    opacity: 0;
    transform: rotateZ(0);
  }
  .p-header__nav .menu-item-has-children.is-open > ul {
    display: block;
    padding-top: 16px;
  }
  .p-header__nav .menu-item-has-children ul a {
    padding: 10px 0;
  }
  .p-header__nav .menu-item-has-children ul {
    display: none;
  }
  .p-header__sns {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-header__sns li + li {
    margin-left: 50px;
  }
  .p-header__sns a {
    display: block;
  }
  .p-header__sns svg {
    width: 33px;
  }
  .p-header__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    width: 25px;
    height: 16px;
    cursor: pointer;
  }
  .p-header__icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
  }
  .p-header__nav > ul > li {
    opacity: 0;
    transform: translateY(10px);
  }
  .p-header__nav > ul > li:nth-of-type(1) {
    transition: 0.75s 0.45s;
  }
  .p-header__nav > ul > li:nth-of-type(2) {
    transition: 0.75s 0.5s;
  }
  .p-header__nav > ul > li:nth-of-type(3) {
    transition: 0.75s 0.55s;
  }
  .p-header__nav > ul > li:nth-of-type(4) {
    transition: 0.75s 0.6s;
  }
  .p-header__nav > ul > li:nth-of-type(5) {
    transition: 0.75s 0.65s;
  }
  .p-header__nav > ul > li:nth-of-type(6) {
    transition: 0.75s 0.7s;
  }
  .p-header__nav > ul > li:nth-of-type(7) {
    transition: 0.75s 0.75s;
  }
  .p-header__nav > ul > li:nth-of-type(8) {
    transition: 0.75s 0.8s;
  }
  .p-header__nav > ul > li:nth-of-type(9) {
    transition: 0.75s 0.85s;
  }
  .p-header__nav > ul > li:nth-of-type(10) {
    transition: 0.75s 0.9s;
  }
  .is-nav-open .p-header__inner {
    transform: translateY(100%);
  }
  .is-nav-open .p-header__nav > ul > li {
    opacity: 1;
    transform: translateY(0px);
  }
  .is-nav-open .p-header__icon span:nth-child(1) {
    transform: translate(-50%, -50%) rotateZ(45deg) scaleX(0.8);
  }
  .is-nav-open .p-header__icon span:nth-child(2) {
    transform: translate(-50%, -50%) scale(0);
  }
  .is-nav-open .p-header__icon span:nth-child(3) {
    transform: translate(-50%, -50%) rotateZ(-45deg) scaleX(0.8);
  }
  .p-main-visual__inner {
    padding: var(--pd-container-vt) var(--pd-container-hr) calc(var(--pd-container-vt) *0.35);
	}
  .p-breadcrumb__wrapper {
    padding: calc(var(--pd-container-vt) * 0.5) var(--pd-container-hr);
	}
	.p-member__wrapper {
	    margin: 2em 0;
	}
  
}
@media screen and (max-width: 898px) {
  .c-strength-list li {
    margin: 0 -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .c-strength-list .title img {
    height: 5.8vw;
  }
  #strength-02 .title img {
    height: 5.7vw;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --fz-m: 1.4rem;
    --fz-hd-m: 1.8rem;
  }
  :root {
    --pd-sm: 2.4rem;
    --pd-m: 3rem;
    --pd-ml: 4rem;
    --pd-l: 6.4rem;
  }
  :root {
    --pd-container-vt: 4.8rem;
    --pd-container-hr: 3rem;
  }
  :root {
    --logo-size: 68px;
  }
  :root {
    --header-size: 45px;
  }
  .l-container {
    padding-left: var(--pd-container-hr);
    padding-right: var(--pd-container-hr);
  }
  .c-svg-title img {
    width: 154px;
    height: auto;
  }
  .c-svg-title .sub {
    font-size: 14px;
    line-height: 18px;
  }
  .c-button {
    min-width: 183px;
    height: 28px;
    font-size: 12px;
    line-height: 12px;
  }
  .c-button::after {
    right: 6px;
  }
  .p-footer {
    font-size: 14px;
  }
  .p-footer__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  .p-footer__logo img {
    width: 98px;
  }
  .p-footer__foot {
    margin-left: auto;
    margin-top: 96px;
  }
  .p-footer__address {
    font-size: 12px;
    margin-top: 25px;
  }
  .p-footer__copyright {
    font-weight: bold;
    margin-top: 28px;
    font-size: 11px;
  }
  .p-float-controls {
    display: none;
  }
  .p-home-mv__wrapper {
    padding: 19.8vw 30px 10vw;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .p-home-mv__copy {
    width: 250px;
    width: 64.1vw;
    max-width: 338px;
  }
  .p-home-mv__image {
    margin-top: 17.5vh;
    margin-left: 20px;
    gap: 11px;
    align-self: flex-end;
  }
  .p-home-mv__image img {
    width: 212px;
    width: 54.35vw;
  }
  .p-home-strength {
    padding-top: 34px;
    padding-bottom: 44px;
  }
  .p-home-strength .list {
    margin-top: 46px;
  }
  .p-home-strength .button {
    margin-top: 73px;
  }
  .p-home-achievement {
    padding-top: 36px;
    padding-bottom: 12px;
  }
  .p-home-achievement .title img {
    width: 122px;
  }
  .p-home-achievement .list {
    margin-top: 20px;
    gap: 0;
  }
  .c-news-list {
    margin-top: -14px;
  }
  .c-news-list li {
    padding: 14px 20px;
    margin: 0 -20px;
  }
  .c-news-list .time {
    font-size: 12px;
  }
  .c-news-list .text {
    margin-top: 5px;
    font-size: 14px;
  }
  .p-home-information {
    padding-top: 34px;
    padding-bottom: 40px;
  }
  .p-home-information__inner {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 2px;
  }
  .p-home-information h2.title {
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -20px;
  }
  .p-home-information h2.title img {
    height: 12px;
  }
  .p-home-information .sns-post {
    justify-content: flex-end;
  }
  .p-home-information .sns-post img {
    width: 115px;
  }
  .is-initialized .js-fade-in {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 767px) {
	.p-member .item .text .name__wrapper {
	    position: initial;
	    margin-bottom: 1.5em;
	}
}
@media screen and (max-width: 499px) {
  .c-strength-list .title img {
    height: 5.8vw;
  }
  #strength-02 .title img {
    height: 5.6vw;
  }
  .p-main-visual__copy img {
  	width: 50%;
  }
}

/* ============================================
accordion
============================================ */
.strength .accordion {
margin: 4em auto;
}
.strength .toggle {
display: none;
}
.strength .option {
    position: relative;
    border-bottom: dashed 1px #000;
}
.strength .title,
.strength .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
/*transition: all 0.3s;*/
}
.strength .title {
    cursor: pointer;
}
/*
.strength .title {
    border: solid 1px #ccc;
    padding: 1em 3em;
    display: block;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
}
.strength .title::after,
.strength .title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 3px;
    height: 1.3em;
    background-color: #333;
    transition: all 0.3s;
    cursor: pointer;
}
.strength .title::after {
transform: rotate(90deg);
}
*/
.strength .content {
max-height: 0;
overflow: hidden;
}
.strength .content .inner {
    width: 80%;
    margin: 0 auto;
    padding: 2em;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    background: #FFF;
    display: flex;
    gap: 3em;
}
.strength .content .text {
    width: 60%;
}
.strength .content .text p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.strength .content .text .head {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.strength .content .image {
    width: 40%;
}

.strength .accordion .icon {
    position: absolute;
    left: 0;
    top: 0.85em;
    border: 1px solid #142D5F;
    color: #fff;
    background: #142D5F;
    padding: 0.1em 0.45em;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.strength .toggle:checked + .title + .content {
    max-height: 100%;
    margin: 2em auto 1em;
    transition: all 0.5s !important;
}
.strength .toggle:checked + .title::before {
		transform: rotate(90deg) !important;
}
.strength .toggle:checked + .title .icon {
    color: #142D5F;
    background: #fff;
}
@media screen and (max-width: 999px){
		.strength .accordion .icon {
	    padding: 0.1em 0.4em;
		}
}
@media screen and (max-width: 767px){
	.strength .content .inner {
	    width: 100%;
	    flex-wrap: wrap;
	}
	.strength .content .text {
	    width: 100%;
	}
	.strength .content .text p {
	    font-size: 1.5rem;
	}
	.strength .content .text .head {
	    font-size: 1.6rem;
	}
	.strength .content .image {
	    width: 100%;
	}
}
@media screen and (max-width: 449px){
	.strength .content p {
    font-size: 1.6rem;
	}
}

.h2_type1{
	margin-bottom:20px;
}
.p-home-information {
	background:#fff;
}
.p-home-information._sns{
	background:none;
}
@media screen and (max-width: 767px){
	.h2_type1{
		margin-bottom:0px;
	}
}