@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
body {
  color: #161616;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #fff;
  font-feature-settings: "halt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

a {
  color: #161616;
  text-decoration: none;
  transition: all 0.1s ease;
  display: inline-block;
}
a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
}

input, button {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:focus,
input:focus {
  outline: none;
}

.js-view {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.js-view.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #161616;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.l-header {
  width: 100%;
  padding: 40px;
  top: 0px;
  position: fixed;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 919px) {
  .l-header {
    padding: 20px;
  }
}
.l-header h1 {
  width: 128px;
  line-height: 0;
}
.l-header nav {
  border-radius: 100vmax;
  background-color: #f6f6f6;
  padding: 0.25rem;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 919px) {
  .l-header nav {
    display: none;
  }
}
.l-header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.l-header nav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  padding: 0.6875rem 1rem;
  border-radius: 100vmax;
}
.l-header nav ul li a:hover {
  background: #ffbcac;
  opacity: 1;
}
.l-header nav ul li a.active {
  background: #FF6F4D;
  color: #fff;
}
.l-header aside a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  background: #FF6F4D;
  border-radius: 6px;
  padding: 1em;
  color: #fff;
}
.l-header aside a i {
  color: #fff;
  margin-right: 10px;
}
@media only screen and (max-width: 919px) {
  .l-header aside {
    display: none;
  }
}
.l-header .js-toggle {
  display: none;
}
@media only screen and (max-width: 919px) {
  .l-header .js-toggle {
    display: block;
  }
}
.l-header .sp-menu {
  opacity: 0;
  z-index: 0;
  position: fixed;
  top: 90px;
  left: -100%;
  width: 96%;
  background: #43557c;
  transition: all 0.6s ease-in-out;
  overflow: auto;
  border-radius: 10px;
}
.l-header .sp-menu.open {
  opacity: 1;
  z-index: 3;
  left: 2%;
}
.l-header .sp-menu__inner ul {
  padding: 25px 17.5px;
}
.l-header .sp-menu__inner ul li {
  display: block;
  padding: 5px 15px;
}
.l-header .sp-menu__inner ul li a {
  font-size: 46px;
  font-size: 2.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Outfit", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner ul li a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.l-header .sp-menu__inner ul li a span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-header--photo nav ul li a:hover {
  color: #fff;
  background: #1A3D7A;
  opacity: 1;
}
.l-header--photo nav ul li a.active {
  background: #2B5AAA;
  color: #fff;
}
.l-header--photo aside a {
  background: linear-gradient(90deg, #285A8A, #1A3D7A);
}
.l-header.scroll nav {
  opacity: 0;
}

/*----------------------------------------
	footer
----------------------------------------*/
.l-footer {
  background: #2f4858;
  border-radius: 10px;
  width: calc(100% - 40px);
  margin: 0 auto 20px auto;
  padding: 50px 35px 40px 35px;
  margin-top: 95px;
}
@media only screen and (max-width: 919px) {
  .l-footer {
    width: calc(100% - 20px);
    padding: 45px 20px;
  }
}
.l-footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner {
    display: block;
  }
}
.l-footer .inner--second {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #3c5267;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner--second {
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 15px;
  }
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .logo {
    width: 70%;
    margin: 0 auto 2em auto;
  }
}
.l-footer .inner .sitemap {
  position: relative;
}
.l-footer .inner .sitemap ul {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .sitemap ul {
    display: block;
  }
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .sitemap ul li {
    display: inline-block;
    margin: 0 20px 10px 0;
  }
}
.l-footer .inner .sitemap ul li dl dt {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.l-footer .inner .sitemap ul li dl dd {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 160%;
}
.l-footer .inner .sitemap ul li a {
  color: #fff;
}
.l-footer .inner .sitemap aside {
  display: none;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .sitemap aside {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-footer .inner .sitemap aside ul {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.l-footer .inner .sitemap aside ul li {
  margin: 0;
}
.l-footer .inner .copyright {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.l-footer .inner .policy li a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer--photo {
  background: linear-gradient(90deg, #285A8A, #1A3D7A);
}

.l-container--sub {
  margin-top: 130px;
}
@media only screen and (max-width: 919px) {
  .l-container--sub {
    margin-top: 90px;
  }
}

.c-fadein {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.c-fadein.fadein {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.p-company .map {
  margin-top: 40px;
}
.p-company .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 600/450;
}
.p-company .c-table {
  border-top: 0;
}

.p-enter {
  height: 100vh;
  position: relative;
}
.p-enter h1 {
  position: absolute;
  top: 0px;
  left: calc(50% - 100px);
  width: 200px;
  z-index: 2;
  background: #fff;
  padding: 20px 40px 30px 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.p-enter__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 919px) {
  .p-enter__inner {
    grid-template-columns: 1fr;
  }
}
.p-enter__inner a {
  display: block;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 919px) {
  .p-enter__inner a {
    height: 50vh;
  }
}
.p-enter__inner a:hover {
  opacity: 1;
}
.p-enter__inner a:hover figure img {
  transform: scale(1.2);
}
.p-enter__inner a figure {
  height: 100vh;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-enter__inner a figure {
    height: 50vh;
  }
}
.p-enter__inner a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.p-enter__inner a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-enter__inner a figure figcaption p {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  text-shadow: 2px 2px 4px rgba(175, 175, 175, 0.5);
  font-weight: 700;
  padding: 0 20px;
  text-align: center;
  line-height: 160%;
}
@media only screen and (max-width: 919px) {
  .p-enter__inner a figure figcaption p br {
    display: none;
  }
}
.p-enter__inner a figure figcaption p span {
  font-size: 18px;
  font-size: 1.125rem;
  width: 260px;
  margin: 40px auto 0 auto;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
}

@keyframes scroll {
  0% {
    width: 0;
  }
  100% {
    width: 77;
  }
}
.p-index__mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.p-index__mv .content {
  position: absolute;
  left: 50px;
  bottom: 65px;
}
@media only screen and (max-width: 919px) {
  .p-index__mv .content {
    left: 30px;
    bottom: 25px;
    width: calc(100% - 60px);
  }
}
.p-index__mv .content h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-index__mv .content h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.p-index__mv .content h3 {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 919px) {
  .p-index__mv .content h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-index__mv .content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 200%;
  color: #fff;
}
@media only screen and (max-width: 919px) {
  .p-index__mv .content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-index__mv .media {
  padding: 10px;
  width: 100%;
  height: 100%;
}
.p-index__mv .media img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-index__mv aside {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transform-origin: right;
  transform: rotate(90deg);
}
.p-index__mv aside span {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.p-index__mv aside span:before {
  content: " ";
  display: block;
  width: 77px;
  height: 1px;
  background: #161616;
  position: absolute;
  left: -87px;
  top: 50%;
  animation: scroll 1.5s infinite;
}

.p-news .c-news {
  border-top: 0;
}

@keyframes scroll {
  0% {
    width: 0;
  }
  100% {
    width: 77;
  }
}
.p-photo {
  background: #FEFCF7;
  /* ========================================
     サービスセクション
  ======================================== */
  /* ========================================
      選ばれる理由セクション
  ======================================== */
  /* ========================================
     ギャラリーセクション
  ======================================== */
  /* ========================================
     料金プランセクション
  ======================================== */
  /* ========================================
     お客様の声セクション
  ======================================== */
  /* ========================================
     カメラマン紹介セクション
  ======================================== */
}
.p-photo__mv {
  width: 100%;
  position: relative;
}
.p-photo__mv .content {
  position: absolute;
  left: 50px;
  bottom: 65px;
  z-index: 2;
}
@media only screen and (max-width: 919px) {
  .p-photo__mv .content {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
}
.p-photo__mv .content h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__mv .content h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.p-photo__mv .content h3 {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__mv .content h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-photo__mv .content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 200%;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__mv .content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-photo__mv .content ul {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.p-photo__mv .content ul li a {
  display: inline-block;
  padding: 10px 20px;
  background: #2B5AAA;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s;
}
.p-photo__mv .content ul li a:hover {
  background: #214481;
}
.p-photo__mv .media {
  padding: 10px;
  width: 80%;
  left: 20%;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-photo__mv .media {
    width: 100%;
    left: 0;
  }
}
.p-photo__mv .media .bx-wrapper {
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}
.p-photo__mv .media .bx-wrapper .bx-pager {
  bottom: 20px;
  padding: 0;
}
.p-photo__mv .media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-photo__mv aside {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transform-origin: right;
  transform: rotate(90deg);
}
.p-photo__mv aside span {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.p-photo__mv aside span:before {
  content: " ";
  display: block;
  width: 77px;
  height: 1px;
  background: #161616;
  position: absolute;
  left: -87px;
  top: 50%;
  animation: scroll 1.5s infinite;
}
.p-photo__services {
  padding: 100px 0;
  background: #FEFCF7;
}
.p-photo__services .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-photo__services .inner .header {
  text-align: center;
  margin-bottom: 60px;
}
.p-photo__services .inner .header h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__services .inner .header h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-photo__services .inner .header h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #2B5AAA, #1A3D7A);
  border-radius: 2px;
}
.p-photo__services .inner .header p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 25px;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__services .inner .header p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-photo__services .inner .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 919px) {
  .p-photo__services .inner .grid {
    grid-template-columns: 1fr;
  }
}
.p-photo__services .inner .grid .card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255, 153, 102, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.p-photo__services .inner .grid .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(255, 153, 102, 0.16);
  border-color: #2B5AAA;
}
.p-photo__services .inner .grid .card:hover .icon {
  transform: scale(1.1) rotate(5deg);
  background: #FF7744;
  border: 2px solid #FF7744;
}
.p-photo__services .inner .grid .card:hover .icon i {
  color: #fff;
}
.p-photo__services .inner .grid .card .icon {
  width: 70px;
  height: 70px;
  border: 2px solid #2B5AAA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.p-photo__services .inner .grid .card .icon i {
  font-size: 32px;
  color: #2B5AAA;
}
.p-photo__services .inner .grid .card h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2B5AAA;
}
.p-photo__services .inner .grid .card p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #2B5AAA;
}
.p-photo__services .inner .grid .card ul {
  list-style: none;
}
.p-photo__services .inner .grid .card ul li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2B5AAA;
}
.p-photo__reasons {
  background: linear-gradient(135deg, #F5F0E8 0%, #FEFCF7 100%);
  padding: 100px 0;
}
.p-photo__reasons .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-photo__reasons .inner .header {
  text-align: center;
  margin-bottom: 60px;
}
.p-photo__reasons .inner .header h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__reasons .inner .header h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-photo__reasons .inner .header h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #2B5AAA, #1A3D7A);
  border-radius: 2px;
}
.p-photo__reasons .inner .header p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 25px;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__reasons .inner .header p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-photo__reasons .inner .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 919px) {
  .p-photo__reasons .inner .grid {
    grid-template-columns: 1fr;
  }
}
.p-photo__reasons .inner .grid .card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255, 153, 102, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.p-photo__reasons .inner .grid .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(255, 153, 102, 0.16);
  border-color: #FFD4B8;
}
.p-photo__reasons .inner .grid .card:hover .icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #FF6F4D, #FF7744);
  border: 2px solid transparent;
}
.p-photo__reasons .inner .grid .card:hover .icon i {
  color: #fff;
}
.p-photo__reasons .inner .grid .card .icon {
  width: 60px;
  height: 60px;
  border: 2px solid #2B5AAA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.p-photo__reasons .inner .grid .card .icon i {
  font-size: 28px;
  color: #2B5AAA;
}
.p-photo__reasons .inner .grid .card .number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-lighter);
  font-family: var(--font-accent);
  opacity: 0.3;
}
.p-photo__reasons .inner .grid .card h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.p-photo__reasons .inner .grid .card p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.p-photo__reasons .inner .grid .card ul {
  list-style: none;
}
.p-photo__reasons .inner .grid .card ul li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-photo__gallery {
  padding: 100px 0;
  background: #FEFCF7;
}
.p-photo__gallery .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-photo__gallery .inner .header {
  text-align: center;
  margin-bottom: 60px;
}
.p-photo__gallery .inner .header h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__gallery .inner .header h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-photo__gallery .inner .header h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #2B5AAA, #1A3D7A);
  border-radius: 2px;
}
.p-photo__gallery .inner .header p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 25px;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__gallery .inner .header p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-photo__gallery .inner .filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}
.p-photo__gallery .inner .filter button {
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  border: 2px solid #2B5AAA;
  color: #2B5AAA;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-photo__gallery .inner .filter button:hover, .p-photo__gallery .inner .filter button.active {
  background: linear-gradient(90deg, #2B5AAA, #1A3D7A);
  border-color: transparent;
  color: #FFFFFF;
}
.p-photo__gallery .inner .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.p-photo__gallery .inner .grid .item {
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.p-photo__gallery .inner .grid .item.hidden {
  display: none;
}
.p-photo__gallery .inner .grid .item .image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.p-photo__gallery .inner .grid .item .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.p-photo__gallery .inner .grid .item .image:hover img {
  transform: scale(1.1);
}
.p-photo__gallery .inner .grid .item .image:hover .overlay {
  opacity: 1;
}
.p-photo__gallery .inner .grid .item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 119, 68, 0.9));
  display: flex;
  align-items: flex-end;
  padding: 30px;
  opacity: 0;
  transition: var(--transition);
}
.p-photo__gallery .inner .grid .item .image .overlay .info h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.p-photo__gallery .inner .grid .item .image .overlay .info p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.p-photo__gallery .inner .more {
  text-align: center;
  margin-top: 60px;
}
.p-photo__gallery .inner .more a {
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  text-align: center;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  font-size: 18px;
  background: linear-gradient(135deg, #FF6F4D, #FF7744);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255, 153, 102, 0.12);
}
.p-photo__gallery .inner .more a span {
  color: #fff;
}
.p-photo__gallery .inner .more a i {
  font-size: 16px;
  font-size: 1rem;
  transition: transform 0.3s ease;
  color: #fff;
}
.p-photo__gallery .inner .more a:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(255, 153, 102, 0.16);
}
.p-photo__gallery .inner .more a:hover i {
  transform: translateX(5px);
}
.p-photo__gallery .inner .more p {
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #2B5AAA;
}
.p-photo__pricing {
  background: linear-gradient(135deg, #F5F0E8 0%, #FEFCF7 100%);
  padding: 100px 0;
}
.p-photo__pricing .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-photo__pricing .inner .title {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 40px 0 30px;
  color: #2B5AAA;
}
.p-photo__pricing .inner .title i {
  color: #2B5AAA;
}
.p-photo__pricing .inner .header {
  text-align: center;
  margin-bottom: 60px;
}
.p-photo__pricing .inner .header h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__pricing .inner .header h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-photo__pricing .inner .header h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #2B5AAA, #1A3D7A);
  border-radius: 2px;
}
.p-photo__pricing .inner .header p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 25px;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__pricing .inner .header p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-photo__pricing .inner .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .p-photo__pricing .inner .grid {
    grid-template-columns: 1fr;
  }
}
.p-photo__pricing .inner .grid .card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255, 153, 102, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
}
.p-photo__pricing .inner .grid .card--featured {
  border: 3px solid #2B5AAA;
  transform: scale(1.05);
}
.p-photo__pricing .inner .grid .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(255, 153, 102, 0.16);
  border-color: #FFD4B8;
}
.p-photo__pricing .inner .grid .card:hover .icon {
  transform: scale(1.1) rotate(5deg);
}
.p-photo__pricing .inner .grid .card .badge {
  position: absolute;
  top: -15px;
  right: 30px;
  background: linear-gradient(135deg, #FF6F4D, #FF7744);
  background: linear-gradient(135deg, #2B5AAA, #1A3D7A);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(255, 153, 102, 0.12);
}
.p-photo__pricing .inner .grid .card .header {
  text-align: center;
  margin-bottom: 30px;
}
.p-photo__pricing .inner .grid .card .header h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2B5AAA;
}
.p-photo__pricing .inner .grid .card .header p {
  font-size: 16px;
  font-size: 1rem;
  color: #2B5AAA;
}
.p-photo__pricing .inner .grid .card .price {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 2px solid #6B99DB;
  border-bottom: 2px solid #6B99DB;
}
.p-photo__pricing .inner .grid .card .price .amount {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  color: #2B5AAA;
}
.p-photo__pricing .inner .grid .card .price .currency {
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 5px;
  color: #2B5AAA;
}
.p-photo__pricing .inner .grid .card .price .unit {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1rem;
  color: #2B5AAA;
}
.p-photo__pricing .inner .grid .card .features {
  list-style: none;
  margin-bottom: 30px;
}
.p-photo__pricing .inner .grid .card .features li {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2B5AAA;
}
.p-photo__pricing .inner .grid .card .features li i {
  color: #2B5AAA;
}
.p-photo__pricing .inner .grid .card .btn {
  width: 100%;
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  text-align: center;
  background-color: transparent;
  color: #2B5AAA;
  border: 2px solid #6B99DB;
}
.p-photo__pricing .inner .grid .card .btn.active, .p-photo__pricing .inner .grid .card .btn:hover {
  opacity: 1;
  background: linear-gradient(135deg, #FF6F4D, #FF7744);
  color: #FFF;
  border-color: transparent;
}
.p-photo__pricing .inner .note {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-photo__pricing .inner .note p {
  margin-bottom: 10px;
  color: #2B5AAA;
}
.p-photo__pricing .inner .note p i {
  color: #2B5AAA;
  margin-right: 8px;
}
.p-photo__testimonials {
  padding: 100px 0;
  background: #FEFCF7;
}
.p-photo__testimonials .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-photo__testimonials .inner .header {
  text-align: center;
  margin-bottom: 60px;
}
.p-photo__testimonials .inner .header h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__testimonials .inner .header h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-photo__testimonials .inner .header h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #2B5AAA, #1A3D7A);
  border-radius: 2px;
}
.p-photo__testimonials .inner .header p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 25px;
  color: #2B5AAA;
}
@media only screen and (max-width: 919px) {
  .p-photo__testimonials .inner .header p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-photo__testimonials .inner .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.p-photo__testimonials .inner .grid .card {
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255, 153, 102, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #2B5AAA;
}
.p-photo__testimonials .inner .grid .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(255, 153, 102, 0.16);
}
.p-photo__testimonials .inner .grid .card .rating {
  margin-bottom: 20px;
}
.p-photo__testimonials .inner .grid .card .rating i {
  color: #2B5AAA;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 4px;
}
.p-photo__testimonials .inner .grid .card .text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 25px;
  font-style: italic;
  color: #2B5AAA;
}
.p-photo__testimonials .inner .grid .card .author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-photo__testimonials .inner .grid .card .author .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #6B99DB;
}
.p-photo__testimonials .inner .grid .card .author .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-photo__testimonials .inner .grid .card .author .info h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2B5AAA;
}
.p-photo__testimonials .inner .grid .card .author .info p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #2B5AAA;
}
.p-photo__about {
  padding: 100px 0;
  background: linear-gradient(135deg, #FFFAF7 0%, #FFF5EE 100%);
  background: linear-gradient(135deg, #F5F0E8 0%, #FEFCF7 100%);
}
.p-photo__about .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-photo__about .inner .header {
  text-align: center;
  margin-bottom: 60px;
}
.p-photo__about .inner .header h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  color: #285A8A;
}
@media only screen and (max-width: 919px) {
  .p-photo__about .inner .header h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-photo__about .inner .header h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #285A8A, #1A3D7A);
  border-radius: 2px;
}
.p-photo__about .inner .header p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 25px;
  color: #285A8A;
}
@media only screen and (max-width: 919px) {
  .p-photo__about .inner .header p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-photo__about .inner .content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 919px) {
  .p-photo__about .inner .content {
    grid-template-columns: 1fr;
  }
}
.p-photo__about .inner .content .image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(255, 153, 102, 0.12);
}
.p-photo__about .inner .content .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.p-photo__about .inner .content .image .badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: linear-gradient(90deg, #285A8A, #1A3D7A);
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(255, 153, 102, 0.12);
}
.p-photo__about .inner .content .image .badge span {
  color: #fff;
}
.p-photo__about .inner .content .image .badge i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.p-photo__about .inner .content .info .name {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #285A8A;
}
.p-photo__about .inner .content .info .role {
  font-size: 16px;
  font-size: 1rem;
  color: #285A8A;
  font-weight: 600;
  margin-bottom: 25px;
}
.p-photo__about .inner .content .info .description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-photo__about .inner .content .info .description p {
  color: #285A8A;
}
.p-photo__about .inner .content .stats {
  display: flex;
  gap: 40px;
  margin: 40px 0;
  padding: 30px 0;
  border-top: 2px solid #6B99DB;
  border-bottom: 2px solid #6B99DB;
}
.p-photo__about .inner .content .stats .item {
  text-align: center;
}
.p-photo__about .inner .content .stats .item .number {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #285A8A;
  margin-bottom: 8px;
}
.p-photo__about .inner .content .stats .item .label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #285A8A;
}
.p-photo__about .inner .content .credentials h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #285A8A;
}
.p-photo__about .inner .content .credentials ul {
  list-style: none;
}
.p-photo__about .inner .content .credentials ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #285A8A;
}
.p-photo__about .inner .content .credentials ul li i {
  color: #285A8A;
  font-size: 16px;
  font-size: 1rem;
}

.p-memolog-main-visual {
  background-color: #000;
  position: relative;
}
.p-memolog-main-visual__bg {
  opacity: 0.6;
}
.p-memolog-main-visual__bg img {
  width: 100%;
  height: 820px;
  object-fit: cover;
}
@media only screen and (max-width: 919px) {
  .p-memolog-main-visual__bg img {
    height: 100vh;
  }
}
.p-memolog-main-visual__inner {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 919px) {
  .p-memolog-main-visual__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.p-memolog-main-visual__inner .heading .label {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-main-visual__inner .heading .label {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
.p-memolog-main-visual__inner .heading h2 {
  color: #fff;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 40px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-main-visual__inner .heading h2 {
    font-size: 68px;
    font-size: 4.25rem;
    margin: 0 0 20px;
  }
}
.p-memolog-main-visual__inner .heading h2 img {
  width: 400px;
}
.p-memolog-main-visual__inner .desc {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 50px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-main-visual__inner .desc {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 919px) {
  .p-memolog-main-visual__inner .inquiry-btn {
    margin: 0 0 20px;
  }
}
.p-memolog-main-visual__inner .inquiry-btn a {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  width: 500px;
  height: 80px;
  background-color: #e6587a;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 919px) {
  .p-memolog-main-visual__inner .inquiry-btn a {
    font-size: 24px;
    font-size: 1.5rem;
    width: 100%;
    height: 55px;
    border-radius: 10px;
  }
}
.p-memolog-main-visual__inner .inquiry-btn a:hover {
  opacity: 0.8;
}
.p-memolog-main-visual__inner .pc-image {
  width: 580px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 919px) {
  .p-memolog-main-visual__inner .pc-image {
    width: auto;
    padding: 0 20px;
    position: static;
  }
}
.p-memolog-main-visual__inner .pc-image img {
  width: 100%;
  height: auto;
}

.p-memolog-solution {
  padding: 80px 0;
  background-color: rgba(4, 110, 181, 0.05);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution {
    padding: 60px 0;
  }
}
.p-memolog-solution__inner {
  width: 880px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner {
    width: auto;
  }
}
.p-memolog-solution__inner h2 {
  color: #333;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner h2 {
    font-size: 34px;
    font-size: 2.125rem;
    margin: 0 0 30px;
  }
}
.p-memolog-solution__inner h2 strong {
  color: #FF6F4D;
}
.p-memolog-solution__inner__slides {
  position: relative;
}
.p-memolog-solution__inner__slides .swiper .swiper-wrapper .item {
  width: 840px;
  margin: 0px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper .swiper-wrapper .item {
    width: 90vw;
    border-radius: 10px;
  }
}
.p-memolog-solution__inner__slides .swiper .swiper-wrapper .item figure img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper .swiper-wrapper .item figure img {
    height: 50vw;
  }
}
.p-memolog-solution__inner__slides .swiper .swiper-wrapper .item .wrap {
  min-height: 220px;
  padding: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper .swiper-wrapper .item .wrap {
    min-height: 160px;
    padding: 20px;
  }
}
.p-memolog-solution__inner__slides .swiper .swiper-wrapper .item .wrap h3 {
  color: #FF6F4D;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper .swiper-wrapper .item .wrap h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px;
  }
}
.p-memolog-solution__inner__slides .swiper .swiper-wrapper .item .wrap .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper .swiper-wrapper .item .wrap .desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper .swiper-wrapper .item .wrap .desc br {
    display: none;
  }
}
.p-memolog-solution__inner__slides .swiper-controller .swiper-button-prev,
.p-memolog-solution__inner__slides .swiper-controller .swiper-button-next {
  width: 60px;
  height: auto;
  margin: 0;
  position: static;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-100%);
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper-controller .swiper-button-prev,
  .p-memolog-solution__inner__slides .swiper-controller .swiper-button-next {
    width: 40px;
    left: 10px;
  }
}
.p-memolog-solution__inner__slides .swiper-controller .swiper-button-prev svg,
.p-memolog-solution__inner__slides .swiper-controller .swiper-button-next svg {
  width: 100%;
  height: auto;
}
.p-memolog-solution__inner__slides .swiper-controller .swiper-button-prev::after,
.p-memolog-solution__inner__slides .swiper-controller .swiper-button-next::after {
  display: none;
}
.p-memolog-solution__inner__slides .swiper-controller .swiper-button-prev:hover,
.p-memolog-solution__inner__slides .swiper-controller .swiper-button-next:hover {
  transform: translateY(-100%) scale(1.1);
}
.p-memolog-solution__inner__slides .swiper-controller .swiper-button-next {
  left: unset;
  right: -80px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper-controller .swiper-button-next {
    left: unset;
    right: 10px;
  }
}
.p-memolog-solution__inner__slides .swiper-controller .swiper-pagination {
  line-height: 0;
  margin: 20px 0 0;
  position: static;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper-controller .swiper-pagination {
    margin: 20px 0 0;
  }
}
.p-memolog-solution__inner__slides .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 1;
}
@media only screen and (max-width: 919px) {
  .p-memolog-solution__inner__slides .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 10px;
    height: 10px;
  }
}
.p-memolog-solution__inner__slides .swiper-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF6F4D;
}

.p-memolog-about {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-about {
    padding: 60px 0;
  }
}
.p-memolog-about__inner {
  width: 880px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-memolog-about__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-memolog-about__inner h2 {
  color: #FF6F4D;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-about__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 30px;
  }
}
.p-memolog-about__inner h2 span {
  border-bottom: 5px solid #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-memolog-about__inner h2 span {
    border-bottom: 3px solid #FF6F4D;
  }
}
.p-memolog-about__inner .desc {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 50px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-about__inner .desc {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    margin: 0 0 30px;
  }
  .p-memolog-about__inner .desc br {
    display: none;
  }
}
.p-memolog-about__inner .yt-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.p-memolog-usecase {
  padding: 80px 0;
  background-color: #FF6F4D;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase {
    padding: 60px 0;
  }
}
.p-memolog-usecase__inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-memolog-usecase__inner h2 {
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 30px;
  }
}
.p-memolog-usecase__inner h2 span {
  border-bottom: 5px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner h2 span {
    border-bottom: 3px solid #fff;
  }
}
.p-memolog-usecase__inner__navi {
  margin: 0 0 60px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__navi {
    margin: 0 0 30px;
  }
}
.p-memolog-usecase__inner__navi nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__navi nav ul {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-memolog-usecase__inner__navi nav ul li a {
  width: 300px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__navi nav ul li a {
    width: 100%;
    padding: 10px;
  }
}
.p-memolog-usecase__inner__navi nav ul li a:hover {
  opacity: 0.6;
}
.p-memolog-usecase__inner__navi nav ul li a .pop {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 20px;
  padding: 20px;
  background-color: rgba(4, 110, 181, 0.1);
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__navi nav ul li a .pop {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 50px;
  }
}
.p-memolog-usecase__inner__navi nav ul li a .pop::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.4px 8px 0px 8px;
  border-color: rgba(4, 110, 181, 0.1) transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -12px;
}
.p-memolog-usecase__inner__navi nav ul li a figure {
  text-align: center;
  margin: 0 0 10px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__navi nav ul li a figure {
    margin: 0 0 10px;
  }
}
.p-memolog-usecase__inner__navi nav ul li a figure img {
  width: auto;
  height: 160px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__navi nav ul li a figure img {
    height: 100px;
  }
}
.p-memolog-usecase__inner__navi nav ul li a h4 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  height: 100px;
  background-color: #FF6F4D;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__navi nav ul li a h4 {
    font-size: 20px;
    font-size: 1.25rem;
    height: 50px;
  }
}
.p-memolog-usecase__inner__list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__list .item {
    flex-direction: column;
  }
}
.p-memolog-usecase__inner__list .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-memolog-usecase__inner__list .item + .item {
  margin: 60px 0 0;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__list .item + .item {
    margin: 40px 0 0;
  }
}
.p-memolog-usecase__inner__list .item figure {
  width: 640px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__list .item figure {
    width: auto;
    margin: 0 0 10px;
  }
}
.p-memolog-usecase__inner__list .item figure img {
  width: 100%;
  height: auto;
}
.p-memolog-usecase__inner__list .item dl {
  width: 520px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__list .item dl {
    width: auto;
  }
}
.p-memolog-usecase__inner__list .item dl dt {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__list .item dl dt {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    margin: 0 0 10px;
  }
}
.p-memolog-usecase__inner__list .item dl dd p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 919px) {
  .p-memolog-usecase__inner__list .item dl dd p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .p-memolog-usecase__inner__list .item dl dd p br {
    display: none;
  }
}

.p-memolog-case-study {
  padding: 80px 0;
  background-color: rgba(4, 110, 181, 0.05);
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study {
    padding: 60px 0;
  }
}
.p-memolog-case-study__inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-memolog-case-study__inner h2 {
  color: #FF6F4D;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 30px;
  }
}
.p-memolog-case-study__inner h2 span {
  border-bottom: 5px solid #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study__inner h2 span {
    border-bottom: 3px solid #FF6F4D;
  }
}
.p-memolog-case-study__inner__list .item {
  position: relative;
}
.p-memolog-case-study__inner__list .item + .item {
  margin: 40px 0 0;
}
.p-memolog-case-study__inner__list .item figure {
  width: 380px;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 40px;
  left: 40px;
  border: 1px solid #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study__inner__list .item figure {
    width: auto;
    position: static;
    background-color: #FF6F4D;
    padding: 20px;
    border-radius: 10px 10px 0 0;
  }
}
.p-memolog-case-study__inner__list .item figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study__inner__list .item figure img {
    border-radius: 10px;
  }
}
.p-memolog-case-study__inner__list .item dl {
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study__inner__list .item dl {
    border-radius: 0 0 10px 10px;
  }
}
.p-memolog-case-study__inner__list .item dl dt {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 20px 20px 460px;
  background-color: #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study__inner__list .item dl dt {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 20px 20px;
  }
  .p-memolog-case-study__inner__list .item dl dt br {
    display: none;
  }
}
.p-memolog-case-study__inner__list .item dl dd {
  min-height: 250px;
  padding: 20px 20px 20px 460px;
  background-color: #fff;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study__inner__list .item dl dd {
    min-height: 100%;
    padding: 20px;
  }
}
.p-memolog-case-study__inner__list .item dl dd p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 919px) {
  .p-memolog-case-study__inner__list .item dl dd p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.p-memolog-case-study__inner__list .item dl dd p + p {
  margin: 20px 0 0;
}

.p-memolog-feature {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature {
    padding: 60px 0;
  }
}
.p-memolog-feature__inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner {
    width: auto;
    padding: 0 10px;
  }
}
.p-memolog-feature__inner h2 {
  color: #FF6F4D;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 30px;
  }
}
.p-memolog-feature__inner h2 span {
  border-bottom: 5px solid #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner h2 span {
    border-bottom: 3px solid #FF6F4D;
  }
}
.p-memolog-feature__inner__wrapper {
  padding: 40px;
  background-color: rgba(4, 110, 181, 0.05);
  border-radius: 20px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper {
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
  }
}
.p-memolog-feature__inner__wrapper + .p-index-feature__inner__wrapper {
  margin: 40px 0 0;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper + .p-index-feature__inner__wrapper {
    margin: 30px 0 0;
  }
}
.p-memolog-feature__inner__wrapper h3 {
  color: #FF6F4D;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 20px;
    flex-direction: column;
    row-gap: 5px;
  }
}
.p-memolog-feature__inner__wrapper h3 .icon {
  width: 60px;
  height: 60px;
  padding: 5px;
  background-color: rgba(4, 110, 181, 0.3);
  border-radius: 100%;
  overflow: hidden;
}
.p-memolog-feature__inner__wrapper h3 .icon img {
  width: 100%;
  height: auto;
}
.p-memolog-feature__inner__wrapper .tab-navi {
  margin: 0 0 20px;
}
.p-memolog-feature__inner__wrapper .tab-navi nav ul {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-navi nav ul {
    padding: 5px;
    column-gap: 5px;
    row-gap: 5px;
    border-radius: 10px;
  }
}
.p-memolog-feature__inner__wrapper .tab-navi nav ul li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  width: calc((100% - 30px) / 4);
  color: #FF6F4D;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #FF6F4D;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-navi nav ul li {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    width: calc((100% - 10px) / 3);
    color: #FF6F4D;
    padding: 10px 5px;
    flex-direction: column;
    row-gap: 5px;
  }
}
.p-memolog-feature__inner__wrapper .tab-navi nav ul li:hover {
  color: #fff;
  background-color: #FF6F4D;
}
.p-memolog-feature__inner__wrapper .tab-navi nav ul li .icon {
  width: 35px;
  display: block;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-navi nav ul li .icon {
    width: 30px;
  }
}
.p-memolog-feature__inner__wrapper .tab-navi nav ul li .icon img {
  width: 100%;
  height: auto;
}
.p-memolog-feature__inner__wrapper .tab-content .item {
  display: none;
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap {
  padding: 40px;
  background-color: #fff;
  border: 4px solid #FF6F4D;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-content .item .wrap {
    padding: 10px;
    border: 2px solid #FF6F4D;
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap figure {
  width: 520px;
  overflow: hidden;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-content .item .wrap figure {
    width: auto;
  }
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap figure img {
  width: 100%;
  height: auto;
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail {
  width: 480px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail {
    width: 100%;
  }
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail h4 {
  color: #FF6F4D;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #FF6F4D;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail h4 {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0;
    margin: 0 0 10px;
    padding: 0 0 10px;
    justify-content: center;
    column-gap: 5px;
  }
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail h4 .icon {
  width: 40px;
  display: block;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail h4 .icon {
    width: 30px;
  }
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail h4 .icon img {
  width: 100%;
  height: auto;
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 10px;
  }
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail ul {
  margin: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 5px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail ul {
    margin: 0 0 0 20px;
  }
}
.p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail ul li {
  color: #FF6F4D;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
  list-style-type: disc;
}
@media only screen and (max-width: 919px) {
  .p-memolog-feature__inner__wrapper .tab-content .item .wrap .detail ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-memolog-memolog {
  padding: 80px 0;
  background-color: #FF6F4D;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog {
    padding: 60px 0;
  }
}
.p-memolog-memolog__inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner {
    width: auto;
    padding: 0 10px;
  }
}
.p-memolog-memolog__inner h2 {
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 40px;
  }
}
.p-memolog-memolog__inner h2 span {
  color: #fff;
  border-bottom: 5px solid #fff;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner h2 span {
    border-bottom: 3px solid #fff;
  }
}
.p-memolog-memolog__inner .cooperation {
  margin: 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 100px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation {
    margin: 0 0 30px;
    column-gap: 20px;
  }
}
.p-memolog-memolog__inner .cooperation h3 {
  color: #FF6F4D;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  width: max-content;
  margin: 0 auto 20px;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation h3 {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
  }
}
.p-memolog-memolog__inner .cooperation h3 span {
  color: #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation .moemolog {
    width: 130px;
  }
}
.p-memolog-memolog__inner .cooperation .moemolog figure {
  width: 200px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation .moemolog figure {
    width: 120px;
    margin: 0 auto 10px;
  }
}
.p-memolog-memolog__inner .cooperation .moemolog figure img {
  width: 100%;
  height: auto;
}
.p-memolog-memolog__inner .cooperation .moemolog p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation .moemolog p {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4;
    text-align: center;
  }
}
.p-memolog-memolog__inner .cooperation .thirdparty {
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation .thirdparty {
    width: 200px;
  }
}
.p-memolog-memolog__inner .cooperation .thirdparty::before {
  content: "";
  width: 160px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  top: 150px;
  left: -160px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation .thirdparty::before {
    width: 40%;
    height: 5px;
    top: 95px;
    left: -30px;
  }
}
.p-memolog-memolog__inner .cooperation .thirdparty .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation .thirdparty .wrap {
    row-gap: 20px;
  }
}
.p-memolog-memolog__inner .cooperation .thirdparty .wrap .item figure {
  width: 180px;
  padding: 30px;
  margin: 0 auto 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation .thirdparty .wrap .item figure {
    width: 100px;
    padding: 20px;
    margin: 0 auto 5px;
  }
}
.p-memolog-memolog__inner .cooperation .thirdparty .wrap .item figure img {
  width: 100%;
  height: auto;
}
.p-memolog-memolog__inner .cooperation .thirdparty .wrap .item p {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .cooperation .thirdparty .wrap .item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-memolog-memolog__inner .catchcopy {
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .catchcopy {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 30px;
  }
}
.p-memolog-memolog__inner .free-trial {
  text-align: center;
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial {
    padding: 20px;
  }
}
.p-memolog-memolog__inner .free-trial h3 {
  color: #FF6F4D;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial h3 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0 0 10px;
  }
}
.p-memolog-memolog__inner .free-trial .desc {
  margin: 0 0 40px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .desc {
    margin: 0 0 20px;
  }
}
.p-memolog-memolog__inner .free-trial .desc p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .desc p {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-memolog-memolog__inner .free-trial .desc p + p {
  margin: 10px 0 0;
}
.p-memolog-memolog__inner .free-trial .flow {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .flow {
    margin: 0 0 20px;
    column-gap: 40px;
    row-gap: 20px;
  }
}
.p-memolog-memolog__inner .free-trial .flow .item {
  width: 220px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .flow .item {
    width: calc(50% - 20px);
  }
  .p-memolog-memolog__inner .free-trial .flow .item:nth-of-type(even)::after {
    display: none;
  }
}
.p-memolog-memolog__inner .free-trial .flow .item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 17.3px;
  border-color: transparent transparent transparent #FF6F4D;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: -30px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .flow .item::after {
    top: 3px;
    right: -30px;
  }
}
.p-memolog-memolog__inner .free-trial .flow .item:last-of-type::after {
  display: none;
}
.p-memolog-memolog__inner .free-trial .flow .item dl dt {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  background-color: #FF6F4D;
  border-radius: 100px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .flow .item dl dt {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px;
  }
}
.p-memolog-memolog__inner .free-trial .flow .item dl dd {
  height: 120px;
  background-color: rgba(4, 110, 181, 0.05);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .flow .item dl dd {
    height: 100px;
    padding: 10px;
    border-radius: 5px;
  }
}
.p-memolog-memolog__inner .free-trial .flow .item dl dd p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .flow .item dl dd p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.p-memolog-memolog__inner .free-trial .flow .item dl dd p strong {
  font-size: 32px;
  font-size: 2rem;
  color: #e6587a;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .flow .item dl dd p strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-memolog-memolog__inner .free-trial .inquiry-btn a {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  width: 600px;
  height: 80px;
  margin: 0 auto;
  background-color: #e6587a;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 919px) {
  .p-memolog-memolog__inner .free-trial .inquiry-btn a {
    font-size: 24px;
    font-size: 1.5rem;
    width: 100%;
    height: 60px;
    border-radius: 10px;
  }
}
.p-memolog-memolog__inner .free-trial .inquiry-btn a:hover {
  opacity: 0.8;
}

.p-memolog-kanaden-dx {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx {
    padding: 60px 0;
  }
}
.p-memolog-kanaden-dx__inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-memolog-kanaden-dx__inner h2 {
  color: #FF6F4D;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 100px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner h2 {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0;
    margin: 0 0 50px;
  }
}
.p-memolog-kanaden-dx__inner h2 span {
  border-bottom: 5px solid #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner h2 span {
    border-bottom: 3px solid #FF6F4D;
  }
}
.p-memolog-kanaden-dx__inner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner__list {
    flex-direction: column;
    row-gap: 40px;
  }
}
.p-memolog-kanaden-dx__inner__list .item {
  width: calc((100% - 60px) / 3);
  padding: 50px 40px 40px;
  border: 1px solid #FF6F4D;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner__list .item {
    width: 100%;
    padding: 40px;
  }
}
.p-memolog-kanaden-dx__inner__list .item .num {
  color: #FF6F4D;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner__list .item .num {
    font-size: 42px;
    font-size: 2.625rem;
    padding: 0 10px;
    column-gap: 5px;
    top: -25px;
    left: 50%;
  }
}
.p-memolog-kanaden-dx__inner__list .item .num .icon {
  width: 40px;
  display: block;
  display: none;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner__list .item .num .icon {
    width: 30px;
  }
}
.p-memolog-kanaden-dx__inner__list .item .num .icon img {
  width: 100%;
  height: auto;
}
.p-memolog-kanaden-dx__inner__list .item h3 {
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner__list .item h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-memolog-kanaden-dx__inner__list .item h3 span {
  display: block;
  width: 70%;
  margin: 0 auto 5px auto;
  background: #ffeece;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner__list .item h3 span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-memolog-kanaden-dx__inner__list .item h4 {
  color: #FF6F4D;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner__list .item h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-memolog-kanaden-dx__inner__list .item figure {
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner__list .item figure {
    margin: 0 0 20px;
  }
}
.p-memolog-kanaden-dx__inner__list .item figure img {
  width: 100%;
  height: auto;
}
.p-memolog-kanaden-dx__inner__list .item .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 919px) {
  .p-memolog-kanaden-dx__inner__list .item .desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-memolog-products {
  padding: 80px 0;
  background-color: rgba(4, 110, 181, 0.05);
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-products {
    padding: 60px 0;
  }
}
.p-memolog-products__inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-memolog-products__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-memolog-products__inner h2 {
  color: #FF6F4D;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-memolog-products__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 40px;
  }
}
.p-memolog-products__inner h2 span {
  border-bottom: 5px solid #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .p-memolog-products__inner h2 span {
    border-bottom: 3px solid #FF6F4D;
  }
}
.p-memolog-products__inner__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 40px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-products__inner__list {
    column-gap: 20px;
    row-gap: 20px;
  }
}
.p-memolog-products__inner__list .item {
  width: calc((100% - 90px) / 4);
}
@media only screen and (max-width: 919px) {
  .p-memolog-products__inner__list .item {
    width: calc(50% - 10px);
  }
}
.p-memolog-products__inner__list .item figure {
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-products__inner__list .item figure {
    margin: 0 0 10px;
    border-radius: 5px;
  }
}
.p-memolog-products__inner__list .item figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  .p-memolog-products__inner__list .item figure img {
    height: 32vw;
  }
}
.p-memolog-products__inner__list .item h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
}
@media only screen and (max-width: 919px) {
  .p-memolog-products__inner__list .item h4 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.p-memolog-products__inner__list .item a {
  color: #FF6F4D;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  width: 100%;
  height: 30px;
  border: 1px solid #FF6F4D;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 919px) {
  .p-memolog-products__inner__list .item a {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
    height: 25px;
  }
}
.p-memolog-products__inner__list .item a:hover {
  color: #fff;
  background-color: #FF6F4D;
}

.c-breadcrumb {
  padding: 10px 20px;
}
.c-breadcrumb ul {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px !important;
}
@media only screen and (max-width: 919px) {
  .c-breadcrumb ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.c-breadcrumb ul li {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 0 !important;
  background: none !important;
}
.c-breadcrumb ul li:after {
  content: "-";
  margin-left: 10px;
}
.c-breadcrumb ul li:last-child:after {
  content: "";
}
.c-breadcrumb ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 0 !important;
  display: inline !important;
  padding: 0 !important;
  background: none;
}

.c-case {
  padding: 5em 0;
  margin: 5em auto;
  background: #E6587A;
  background: linear-gradient(0deg, rgb(230, 88, 122) 0%, rgb(255, 111, 77) 100%);
}
.c-case .inner {
  padding: 0 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.c-case .inner article a {
  display: grid;
  grid-template-columns: 35% calc(65% - 30px);
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin: 0 auto 15px auto;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
@media only screen and (max-width: 919px) {
  .c-case .inner article a {
    grid-template-columns: 1fr !important;
  }
}
.c-case .inner article a figure {
  aspect-ratio: 470/320;
  overflow: hidden;
}
.c-case .inner article a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-case .inner article a div {
  padding: 30px 0;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 919px) {
  .c-case .inner article a div {
    padding: 0;
  }
}
.c-case .inner article a div h4 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (max-width: 919px) {
  .c-case .inner article a div h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-case .inner article a div p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 180%;
}
@media only screen and (max-width: 919px) {
  .c-case .inner article a div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-case .inner article a div ul {
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .c-case .inner article a div ul {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
}
.c-case .inner article a div ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 5px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 919px) {
  .c-case .inner article a div ul li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.c-contact {
  padding: 0;
  margin: 5em auto;
}
.c-contact .inner {
  padding: 2em;
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 6px #ededed;
  border-radius: 10px;
  text-align: center;
  background-image: url("../images/contact.svg");
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 20%;
}
@media only screen and (max-width: 919px) {
  .c-contact .inner {
    background-image: url("../images/contact.svg");
    background-position: center 10%;
    background-size: 80%;
    padding-top: 220px;
  }
}
.c-contact .inner .c-headline {
  display: block;
  margin-bottom: 1em;
}
.c-contact .inner .c-headline h2 {
  font-size: 42px;
  font-size: 2.625rem;
}
@media only screen and (max-width: 919px) {
  .c-contact .inner .c-headline h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.c-contact .inner p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 200%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 919px) {
  .c-contact .inner p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-contact .inner a {
  background: #e6587a;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  border-radius: 6px;
  padding: 1em;
  color: #fff;
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 919px) {
  .c-contact .inner a {
    max-width: 100%;
  }
}
.c-contact .inner a i {
  color: #fff;
  margin-right: 10px;
}
.c-contact .inner a + a {
  margin-top: 1em;
}
.c-contact--photo {
  background: #FEFCF7;
}
.c-contact--photo .inner {
  background-image: url("../images/contact_photo.svg");
}
.c-contact--photo .inner .c-headline h2 {
  color: #285A8A;
}
.c-contact--photo .inner p {
  color: #285A8A;
}
.c-contact--photo .inner a {
  background: linear-gradient(90deg, #285A8A, #1A3D7A);
}

.c-faq {
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
@media only screen and (max-width: 919px) {
  .c-faq {
    padding: 25px 0 0 0;
  }
}
.c-faq .inner {
  padding: 0px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-faq .inner {
    padding: 0 20px;
  }
}
.c-faq .inner h3 {
  font-size: 55px;
  font-size: 3.4375rem;
  margin-bottom: 60px;
  font-weight: 700;
  color: #FF6F4D;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .c-faq .inner h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}
.c-faq .inner dl {
  border-radius: 10px;
  background: #f6f6f6;
  padding: 2em;
  margin-bottom: 2em;
}
.c-faq .inner dl dt {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 919px) {
  .c-faq .inner dl dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-faq .inner dl dd h5 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 919px) {
  .c-faq .inner dl dd h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-form {
  width: calc(100% - 40px);
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 919px) {
  .c-form {
    width: calc(100% - 20px);
    padding: 50px 0;
  }
}
.c-form p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 180%;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 919px) {
  .c-form p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-form input[type=text],
.c-form input[type=password],
.c-form input[type=tel],
.c-form input[type=email],
.c-form input[type=file],
.c-form select,
.c-form textarea {
  border-radius: 6px;
  border: 1px solid #282828;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 919px) {
  .c-form input[type=text],
  .c-form input[type=password],
  .c-form input[type=tel],
  .c-form input[type=email],
  .c-form input[type=file],
  .c-form select,
  .c-form textarea {
    width: 100%;
  }
}
.c-form dl {
  margin: 0 0 40px 0;
}
.c-form dl dt {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #E91F2F;
}
@media only screen and (max-width: 919px) {
  .c-form dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-form dl dd p {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  .c-form dl dd p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-form button, .c-form input[type=submit] {
  max-width: 300px;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
  display: block;
  background: none;
  border: 1px solid #E60012;
  color: #E60012;
  margin: 0 auto;
}
.c-form button:hover, .c-form input[type=submit]:hover {
  background: #E60012;
  color: #fff;
}
.c-form button.-white, .c-form input[type=submit].-white {
  border: 1px solid #fff;
  color: #fff;
}
.c-form button.-white:hover, .c-form input[type=submit].-white:hover {
  background: #fff;
  color: #E60012;
}
.c-form button.-en, .c-form input[type=submit].-en {
  font-family: "Outfit", sans-serif;
}
.c-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
}
.c-form .wpcf7-response-output {
  text-align: center;
  padding: 10px 0 !important;
}
.c-form--red {
  background: #E91F2F;
  padding: 50px 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 919px) {
  .c-form--red {
    padding: 50px 25px;
  }
}
.c-form--red dl dt {
  color: #fff;
}
.c-form--red p, .c-form--red span {
  color: #fff;
}
.c-form--red input[type=text],
.c-form--red input[type=password],
.c-form--red input[type=tel],
.c-form--red input[type=email],
.c-form--red input[type=file],
.c-form--red select,
.c-form--red textarea {
  border: 1px solid #fff;
}
.c-form--red button, .c-form--red input[type=submit] {
  border: 1px solid #fff;
  color: #fff;
}
.c-form--red button:hover, .c-form--red input[type=submit]:hover {
  background: #fff;
  color: #E60012;
}
.c-form--red .wpcf7-response-output {
  border: 2px solid #fff !important;
  color: #fff;
}

.c-headline {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 919px) {
  .c-headline {
    margin-bottom: 20px;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .c-headline .c-breadcrumb {
    order: 1;
    padding-right: 0;
  }
  .c-headline h2, .c-headline h3, .c-headline a {
    order: 2;
  }
}
.c-headline h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
}
.c-headline h2.en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.c-headline h2.white {
  color: #fff;
}
@media only screen and (max-width: 919px) {
  .c-headline h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-headline h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 919px) {
  .c-headline h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-headline a {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 6px 15px;
}
.c-headline a:hover {
  background: #161616;
  color: #fff;
  opacity: 1;
}

.c-icon {
  padding: 5em 0;
  margin: 5em auto 0 auto;
}
.c-icon h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .c-icon h2 {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0;
    margin: 0 0 50px;
  }
}
.c-icon h2 span {
  border-bottom: 5px solid #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .c-icon h2 span {
    border-bottom: 3px solid #FF6F4D;
  }
}
.c-icon p {
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  .c-icon p {
    margin-bottom: 20px;
  }
}
.c-icon .inner {
  padding: 0 20px;
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .c-icon .inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.c-icon .inner dl {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
}
.c-icon .inner dl dt {
  display: flex;
  margin: 0 auto 1em auto;
  width: 100px;
  height: 100px;
  /*border:1px solid #E6587A;
  box-shadow: 0px 0px 15px 6px #ededed;
  background: #E6587A;
  background: linear-gradient(0deg,rgba(230, 88, 122, 1) 0%, rgba(255, 111, 77, 1) 100%);
  border-radius: 50%;
  */
}
.c-icon .inner dl dt img {
  display: block;
  margin: 0 auto;
}
.c-icon .inner dl dd {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 200%;
}
@media only screen and (max-width: 919px) {
  .c-icon .inner dl dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-icon .inner dl dd + dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}
@media only screen and (max-width: 919px) {
  .c-icon .inner dl dd + dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-main {
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
@media only screen and (max-width: 919px) {
  .c-main {
    padding: 25px 0 0 0;
  }
}
.c-main .inner {
  padding: 0px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-main .inner {
    padding: 0 20px;
  }
}
.c-main .inner .content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content div {
    order: 2;
  }
}
.c-main .inner .content div h3 {
  font-size: 66px;
  font-size: 4.125rem;
  font-family: "Outfit", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  color: #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content div h3 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.c-main .inner .content div h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 24px;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content div h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-main .inner .content div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-main .inner .content figure {
  background: #D9D9D9;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content figure {
    order: 1;
    margin: 0 auto;
    border-radius: 0;
  }
}
.c-main .inner .content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-mainvisual {
  width: 100%;
}
.c-mainvisual figure {
  aspect-ratio: 3/1;
}
.c-mainvisual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-message {
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
.c-message .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-message .inner {
    padding: 0 20px;
  }
}
.c-message .inner .content {
  display: grid;
  grid-template-columns: 50% calc(50% - 50px);
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-message .inner .content--reverse div {
  order: 2;
}
.c-message .inner .content--reverse figure {
  order: 1;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content div {
    order: 2;
  }
}
.c-message .inner .content div h3 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content div h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-message .inner .content div p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 200%;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-message .inner .content figure {
  background: #D9D9D9;
  aspect-ratio: 450/600;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content figure {
    order: 1;
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}
.c-message .inner .content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-news {
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
.c-news .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-news .inner {
    padding: 0 20px;
  }
}
.c-news .inner ul {
  display: grid;
  grid-template-columns: 1fr;
}
.c-news .inner ul li {
  border-top: 1px solid #C7C7C7;
}
.c-news .inner ul li:last-child {
  border-bottom: 1px solid #C7C7C7;
}
.c-news .inner ul li a {
  display: block;
  padding: 25px 0;
}
.c-news .inner ul li a dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a dl {
    display: block;
  }
}
.c-news .inner ul li a dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a dl dt {
    margin-bottom: 5px;
  }
}
.c-news .inner ul li a dl dd {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-news .inner ul li a:hover {
  transform: scale(1.02);
}

.c-pagenation {
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 919px) {
  .c-pagenation {
    width: calc(100% - 35px);
  }
}
.c-pagenation span, .c-pagenation a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif;
  display: block;
  text-align: center;
}
.c-pagenation span.current, .c-pagenation a.current {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
}

.c-photo {
  border-top: 1px solid #C7C7C7;
  padding: 0;
}
.c-photo--bg {
  background: #E1E1E1;
}
.c-photo .col {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.c-photo .col--two {
  grid-template-columns: 1fr 1fr;
}
.c-photo .col--three {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 919px) {
  .c-photo .col {
    grid-template-columns: 1fr;
  }
}

.c-price {
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
@media only screen and (max-width: 919px) {
  .c-price {
    padding: 25px 0 0 0;
  }
}
.c-price .inner {
  padding: 0px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-price .inner {
    padding: 0 20px;
  }
}
.c-price .inner h3 {
  font-size: 55px;
  font-size: 3.4375rem;
  margin-bottom: 60px;
  font-weight: 700;
  color: #FF6F4D;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .c-price .inner h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}
.c-price .inner .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 919px) {
  .c-price .inner .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-price .inner .grid dl {
  border-radius: 10px;
  background: #f6f6f6;
  padding: 2em;
}
.c-price .inner .grid dl dt {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 919px) {
  .c-price .inner .grid dl dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-price .inner .grid dl dd h5 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 919px) {
  .c-price .inner .grid dl dd h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-pricelist {
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
@media only screen and (max-width: 919px) {
  .c-pricelist {
    padding: 25px 0 0 0;
  }
}
.c-pricelist .inner {
  padding: 0px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-pricelist .inner {
    padding: 0 20px;
  }
}
.c-pricelist .inner h3 {
  font-size: 55px;
  font-size: 3.4375rem;
  margin-bottom: 60px;
  font-weight: 700;
  color: #FF6F4D;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .c-pricelist .inner h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}
.c-pricelist .inner .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (max-width: 919px) {
  .c-pricelist .inner .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-pricelist .inner .grid .grid-item {
  display: grid;
  grid-template-columns: 30% 65%;
  gap: 5%;
}
@media only screen and (max-width: 919px) {
  .c-pricelist .inner .grid .grid-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-pricelist .inner .grid .grid-item figure {
  border-radius: 10px;
  background: #f6f6f6;
}
.c-pricelist .inner .grid .grid-item dl dt {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 919px) {
  .c-pricelist .inner .grid .grid-item dl dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-pricelist .inner .grid .grid-item dl dd h5 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 919px) {
  .c-pricelist .inner .grid .grid-item dl dd h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-sns {
  margin: 50px auto;
}
.c-sns ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-sns ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.c-sns ul li a {
  background: #2B5AAA;
  border-radius: 20px;
  color: #fff;
  padding: 8px 15px;
  width: 100%;
  display: block;
  text-align: center;
}
.c-sns ul li a i {
  color: #fff;
}
.c-sns figure {
  max-width: 300px;
  margin: 20px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
.c-sns figure.hidden {
  display: none;
}
.c-sns figure img {
  width: 100%;
  height: auto;
}

.c-solution {
  padding: 75px 0;
}
.c-solution--graduate {
  background: #E6587A;
  background: linear-gradient(0deg, rgb(230, 88, 122) 0%, rgb(255, 111, 77) 100%);
}
.c-solution--graduate .inner .list article div h4, .c-solution--graduate .inner .list article div h5, .c-solution--graduate .inner .list article div p {
  color: #fff;
}
.c-solution .inner {
  padding: 0 20px;
}
.c-solution .inner .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 919px) {
  .c-solution .inner .list {
    grid-template-columns: 1fr;
  }
}
.c-solution .inner .list article {
  position: relative;
}
.c-solution .inner .list article figure {
  position: relative;
  z-index: 1;
  aspect-ratio: 447/601;
  overflow: hidden;
  border-radius: 6px;
}
.c-solution .inner .list article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-solution .inner .list article div {
  z-index: 2;
  padding: 30px;
}
@media only screen and (max-width: 919px) {
  .c-solution .inner .list article div {
    padding: 15px;
  }
}
.c-solution .inner .list article div h4 {
  font-size: 44px;
  font-size: 2.75rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  .c-solution .inner .list article div h4 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.c-solution .inner .list article div h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 919px) {
  .c-solution .inner .list article div h5 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-solution .inner .list article div p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 180%;
}
@media only screen and (max-width: 919px) {
  .c-solution .inner .list article div p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-table {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
.c-table .inner {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-table .inner {
    padding: 0 20px;
  }
}
.c-table .inner table {
  width: 100%;
}
.c-table .inner table tr {
  border-top: 1px solid #C7C7C7;
}
.c-table .inner table tr:last-child {
  border-bottom: 1px solid #C7C7C7;
}
.c-table .inner table tr th, .c-table .inner table tr td {
  font-size: 16px;
  font-size: 1rem;
  padding: 30px 20px;
  font-weight: normal;
}

.c-text-photo {
  margin: 5em auto;
  padding: 0;
}
.c-text-photo--bg {
  background: #E1E1E1;
}
.c-text-photo .inner {
  padding: 40px;
  margin: 0 auto;
  max-width: 1280px;
  box-shadow: 0px 0px 15px 6px #ededed;
  border-radius: 10px;
  width: calc(100% - 40px);
}
.c-text-photo .inner .content {
  display: grid;
  grid-template-columns: 70% calc(30% - 50px);
  gap: 50px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.c-text-photo .inner .content--reverse {
  grid-template-columns: calc(30% - 50px) 70%;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content--reverse {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.c-text-photo .inner .content--reverse div {
  order: 2;
}
.c-text-photo .inner .content--reverse figure {
  order: 1;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content div {
    order: 2;
  }
}
.c-text-photo .inner .content div h3 {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content div h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
}
.c-text-photo .inner .content div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 200%;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content div p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content figure {
    order: 1;
    margin: 0 auto;
  }
}
.c-text-photo .inner .content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.c-text {
  padding: 0;
  margin: 5em auto;
}
.c-text--bg {
  background: #E1E1E1;
}
.c-text--about {
  position: relative;
  padding: 10em 0 0 0;
  margin: 0 auto;
}
.c-text--about #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-text--about .inner {
  position: relative;
  z-index: 2;
}
.c-text .inner {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.c-text .inner .content {
  display: block;
}
.c-text .inner .content h3 {
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #FF6F4D;
}
@media only screen and (max-width: 919px) {
  .c-text .inner .content h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
.c-text .inner .content p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 200%;
}
@media only screen and (max-width: 919px) {
  .c-text .inner .content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-text .inner .content p span {
  font-weight: 700;
}

.c-title {
  padding: 75px 0 0 0;
}
.c-title .inner {
  padding: 0 20px;
}
.c-title .inner .description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 200%;
}
@media only screen and (max-width: 919px) {
  .c-title .inner .description {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-video {
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
@media only screen and (max-width: 919px) {
  .c-video {
    padding: 25px 0 0 0;
  }
}
.c-video .inner {
  padding: 0px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-video .inner {
    padding: 0 20px;
  }
}
.c-video .inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.c-works {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0;
  background: #E1E1E1;
}
.c-works .inner {
  padding: 0 20px;
}
.c-works .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.c-works .inner ul li {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.c-works .inner ul li a {
  display: block;
}
.c-works .inner ul li a figure {
  aspect-ratio: 480/280;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul li a figure {
    aspect-ratio: 180/115;
  }
}
.c-works .inner ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-works .inner ul li a dl {
  padding: 30px 15px;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul li a dl {
    padding: 15px;
  }
}
.c-works .inner ul li a dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul li a dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-works .inner ul li a dl dd span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 5px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul li a dl dd span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-works .inner ul li a:hover {
  transform: scale(1.02);
}

.is-sp-visible {
  display: none;
}
@media only screen and (max-width: 919px) {
  .is-sp-visible {
    display: block !important;
  }
}

@media only screen and (max-width: 919px) {
  .is-sp-invisible {
    display: none !important;
  }
}

body.is-lock {
  overflow: hidden;
}
