/* Generated by less 3.11.1 */
/* ここから */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp-noto.min.css');
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
:root {
  --color1: #738DA1;
  --color2: #D5D6D8;
  --color3: #3B4464;
}
html {
  font-size: 62.5%;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 1.6rem;
  background-color: #fff;
  overflow-x: hidden;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.common .menu {
  pointer-events: auto;
}
.menu .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  padding: 0 40px;
}
@media (max-width: 820px) {
  .menu .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.menu .inner h1 img {
  width: 180px;
}
.menu .inner nav ul {
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  grid-gap: 3em;
}
.menu .inner nav ul a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.menu .inner nav ul a:hover {
  opacity: 0.5 !important;
}
.menu .inner .menu-open {
  display: none;
}
@media (max-width: 1140px) {
  .menu .inner nav {
    display: none;
  }
  .menu .inner .menu-open {
    display: inherit;
  }
}
#menu-checkbox {
  display: none;
}
#menu-checkbox:checked ~ .menu-area {
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
#menu-checkbox:checked ~ .menu-open::before {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 23px;
}
#menu-checkbox:checked ~ .menu-open::after {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  top: 23px;
}
.menu-area {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 100;
  background-color: #fff;
  color: #000;
  font-size: 22px;
}
.menu-area .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}
.menu-area ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 1em;
}
.menu-area ul li a {
  letter-spacing: 0.05em;
  color: var(--color3);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.menu-area ul li a:hover {
  opacity: 0.5 !important;
}
.menu-area .menu-close {
  position: absolute;
  right: 40px;
  top: 25px;
  width: 68px;
  height: 50px;
  z-index: 10;
}
@media (max-width: 820px) {
  .menu-area .menu-close {
    right: 20px;
  }
}
.menu-area .menu-close::before {
  content: "";
  width: 68px;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 23px;
}
.menu-area .menu-close::after {
  content: "";
  width: 68px;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  top: 23px;
}
.menu-open {
  position: absolute;
  right: 40px;
  top: 25px;
  width: 68px;
  height: 50px;
}
@media (max-width: 820px) {
  .menu-open {
    right: 20px;
  }
}
.menu-open::before {
  content: "";
  width: 68px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-open::after {
  content: "";
  width: 68px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-open.black::before,
.menu-open.black::after {
  background-color: #000;
}
a.totop {
  position: fixed;
  right: 60px;
  bottom: 40px;
  width: 50px;
  z-index: 10;
}
a.totop img {
  -webkit-filter: drop-shadow(0px 0px 4px #fff);
          filter: drop-shadow(0px 0px 4px #fff);
}
@media (max-width: 820px) {
  a.totop {
    right: 30px;
  }
}
.link ul {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  display: -webkit-box;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 15px 40px;
  grid-gap: 20px;
}
.link ul li a {
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 0.5em;
  background-color: #D7AC77;
  padding: 10px 20px;
  border-radius: 40px;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.link ul li a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 18px;
  height: 18px;
}
.link ul li a:hover {
  opacity: 0.5 !important;
}
.link ul li:nth-child(2) a {
  background-color: #3B4465;
}
@media (max-width: 820px) {
  .link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 15px 15px;
    grid-gap: 10px;
    -webkit-transform: translatex(0);
            transform: translatex(0);
    left: 20px;
  }
}
section.voice {
  padding: 150px 40px 50px;
  background-image: url(../img/index_comcept_bg.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  section.voice {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.voice .inner {
  max-width: 1120px;
  margin: 0 auto;
}
section.voice .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 100px;
}
@media (max-width: 820px) {
  section.voice .grid {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
section.voice .grid .left h2 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  position: relative;
}
section.voice .grid .left h2::before {
  content: attr(data-en);
  display: block;
  color: var(--color1);
  font-size: 13px;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
section.voice .grid .left h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/index_voice_h2_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 64px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, -10%);
          transform: translate(-30%, -10%);
}
@media (max-width: 820px) {
  section.voice .grid .left {
    text-align: center;
  }
  section.voice .grid .left h2::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.voice .grid .left a {
    margin: 0 auto;
  }
}
section.voice .grid .right ul {
  display: grid;
  grid-gap: 25px;
}
section.voice .grid .right ul li dl dt {
  background-color: var(--color1);
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  padding: 10px 40px;
}
@media (max-width: 820px) {
  section.voice .grid .right ul li dl dt {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.voice .grid .right ul li dl dt a {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.voice .grid .right ul li dl dt a:hover {
  opacity: 0.5 !important;
}
section.voice .grid .right ul li dl dt a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
section.voice .grid .right ul li dl dt a::before {
  content: "→";
  display: inline-block;
  margin-right: 1em;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
section.voice .grid .right ul li dl dd {
  background-color: #fff;
  padding: 25px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
}
@media (max-width: 820px) {
  section.voice .grid .right ul li dl dd {
    grid-template-columns: 1fr;
    padding: 25px 20px;
  }
}
section.voice .grid .right ul li dl dd .left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 15px;
  border-right: 1px solid var(--color2);
  padding-right: 20px;
}
section.voice .grid .right ul li dl dd .left .icon {
  margin-right: 5px;
}
@media (max-width: 820px) {
  section.voice .grid .right ul li dl dd .left {
    border-right: none;
    border-bottom: 1px solid var(--color2);
    padding-right: 0;
    padding-bottom: 20px;
  }
}
section.voice .grid .right ul li dl dd .right {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
a.more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  width: 230px;
  font-size: 14px;
  padding-bottom: 1em;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
a.more::after {
  content: "→";
  display: inline-block;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
a.more:hover {
  opacity: 0.6;
}
a.more:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
body.index header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}
body.index header .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 56.25%;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
  -webkit-transform: translate(-50%, -50%) scale(50%);
          transform: translate(-50%, -50%) scale(50%);
  -webkit-filter: saturate(0);
          filter: saturate(0);
  cursor: pointer;
}
body.index header .wrap .video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.index header .wrap .logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 25%;
  z-index: 2;
  pointer-events: none;
}
body.index header .wrap .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 8px;
  background-color: #fff;
  -webkit-transition: width 0.6s, opacity 0.6s;
  transition: width 0.6s, opacity 0.6s;
}
body.index header .head {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
body.index header .head .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
body.index header .head h1 {
  position: absolute;
  top: 25px;
  left: 40px;
}
body.index header .head h1 img {
  width: 40px;
}
@media (max-width: 820px) {
  body.index header .head h1 {
    left: 20px;
  }
}
body.index header .body {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  height: 100%;
  pointer-events: none;
  padding: 0 40px;
}
@media (max-width: 820px) {
  body.index header .body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.index header .body .inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
body.index header .body .msg {
  width: 100%;
  max-width: 510px;
}
body.index header .body .msg img {
  width: 100%;
}
body.index header .seminar {
  opacity: 0;
  position: absolute;
  right: 40px;
  bottom: 30px;
  display: inline-block;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
body.index header .seminar:hover {
  opacity: 0.5 !important;
}
body.index header .seminar img {
  width: 150px;
}
@media (max-width: 820px) {
  body.index header .seminar img {
    width: 120px;
  }
}
body.index #stalker {
  pointer-events: none;
  position: fixed;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.2s;
  transition: opacity 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.5s;
  transition: transform 0.2s, opacity 0.5s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
body.index #stalker::after {
  content: '▶';
  display: inline-block;
  color: #333;
}
body.index main,
body.index footer {
  display: none;
}
body.index section.news {
  padding: 100px 40px 50px;
}
@media (max-width: 820px) {
  body.index section.news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.index section.news .inner {
  max-width: 1120px;
  margin: 0 auto;
}
body.index section.news .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 100px;
}
@media (max-width: 820px) {
  body.index section.news .grid {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
body.index section.news .grid .left h2 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
body.index section.news .grid .left h2::before {
  content: attr(data-en);
  display: block;
  color: var(--color1);
  font-size: 13px;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  body.index section.news .grid .left h2 {
    text-align: center;
  }
}
@media (max-width: 820px) {
  body.index section.news .grid .left a {
    margin: auto;
  }
}
body.index section.news .grid .right ul {
  display: grid;
}
body.index section.news .grid .right ul li:not(:last-child) {
  border-bottom: 1px solid var(--color2);
}
body.index section.news .grid .right ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 20px;
  padding: 30px 0;
}
body.index section.news .grid .right ul li a:hover {
  opacity: 0.5 !important;
}
@media (max-width: 820px) {
  body.index section.news .grid .right ul li a {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
body.index section.news .grid .right ul li a time {
  color: var(--color2);
  font-size: 14px;
}
body.index section.news .grid .right ul li a .tag {
  border: 1px solid var(--color1);
  display: -webkit-inline-box;
  display: inline-flex;
  width: 130px;
  height: 24px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--color1);
  font-size: 13px;
}
body.index section.news .grid .right ul li a .ttl {
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 820px) {
  body.index section.news .grid .right ul li a .ttl {
    width: 100%;
  }
}
body.index section.concept {
  padding: 50px 40px 50px;
  overflow: hidden;
  background-image: url(../img/index_comcept_bg.png);
  background-size: 100% 60%;
  background-position: 50% 70%;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  body.index section.concept {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.index section.concept .inner {
  max-width: 1120px;
  margin: 0 auto;
}
body.index section.concept h2 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  text-align: center;
}
body.index section.concept h2::before {
  content: attr(data-en);
  display: block;
  color: var(--color1);
  font-size: 13px;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
body.index section.concept .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 50px;
}
@media (max-width: 1020px) {
  body.index section.concept .grid {
    grid-template-columns: 1fr;
  }
}
body.index section.concept .grid .left h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--color3);
  margin-bottom: 30px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  line-height: 1.6em;
}
body.index section.concept .grid .left h3 span {
  display: inline-block;
  border: 2px solid var(--color3);
  padding: 0.3em 0.5em;
  margin-right: 0.5em;
}
body.index section.concept .grid .left p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 50px;
}
@media (max-width: 1020px) {
  body.index section.concept .grid .left {
    text-align: center;
  }
  body.index section.concept .grid .left a {
    margin: 0 auto;
  }
}
body.index section.concept .grid .right {
  margin-right: -100px;
}
body.index section.concept .grid .right .imgs {
  display: grid;
  grid-template: "img1 img2" auto "img3 img2" auto / 40% 60%;
  grid-gap: 4px;
}
body.index section.concept .grid .right .imgs .img:nth-child(1) {
  grid-area: img1;
}
body.index section.concept .grid .right .imgs .img:nth-child(2) {
  grid-area: img2;
}
body.index section.concept .grid .right .imgs .img:nth-child(3) {
  grid-area: img3;
}
body.index section.concept .grid .right .imgs .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.index section.concept .deco {
  margin-top: -100px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}
body.index section.concept .deco .left {
  text-align: center;
  align-self: center;
}
body.index section.concept .deco .center {
  font-size: 35px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  align-self: center;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media (min-width: 350px) {
  body.index section.concept .deco .center {
    font-size: calc(16px  +  19  * ((100vw -  350px ) / 670 ));
  }
}
@media (min-width: 1020px) {
  body.index section.concept .deco .center {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  body.index section.concept .deco {
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
  }
  body.index section.concept .deco .left {
    position: absolute;
    left: 10px;
    top: 0;
  }
  body.index section.concept .deco .right {
    width: 100%;
    text-align: center;
  }
  body.index section.concept .deco .right img {
    width: 100%;
    max-width: 390px;
    height: auto;
  }
}
body.index section.outline {
  padding: 50px 40px 50px;
  position: relative;
}
@media (max-width: 820px) {
  body.index section.outline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.index section.outline .inner {
  max-width: 1120px;
  margin: 0 auto;
}
body.index section.outline h2 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  text-align: center;
}
body.index section.outline h2::before {
  content: attr(data-en);
  display: block;
  color: var(--color1);
  font-size: 13px;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
body.index section.outline ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 720px) {
  body.index section.outline ul {
    grid-template-columns: 1fr;
  }
}
body.index section.outline ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  cursor: pointer;
}
body.index section.outline ul li a:hover {
  opacity: 0.5 !important;
}
body.index section.outline ul li .img {
  aspect-ratio: 2.16;
  margin-bottom: 15px;
}
body.index section.outline ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.index section.outline ul li h3 {
  border-bottom: 1px solid #000;
  font-size: 21px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.05em;
}
body.index section.outline .modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 14, 16, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
body.index section.outline .modal.active {
  opacity: 1;
  pointer-events: auto;
}
body.index section.outline .modal .content-wrap {
  width: calc(100% - 70px);
  max-width: 780px;
  min-width: 300px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: calc(100% - 70px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.index section.outline .modal .content-wrap .close {
  position: absolute;
  cursor: pointer;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
}
body.index section.outline .modal .content-wrap .content {
  width: 100%;
  max-height: calc(100vh - 70px);
  overflow: scroll;
}
body.index section.outline .modal .content-wrap .content .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 720px) {
  body.index section.outline .modal .content-wrap .content .grid {
    grid-template-columns: 1fr;
  }
}
body.index section.outline .modal .content-wrap .content .grid .img {
  width: 300px;
  align-self: stretch;
}
@media (max-width: 720px) {
  body.index section.outline .modal .content-wrap .content .grid .img {
    width: 100%;
    aspect-ratio: 1.77777778;
  }
}
body.index section.outline .modal .content-wrap .content .grid .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.index section.outline .modal .content-wrap .content .grid .txt {
  padding: 60px;
}
@media (max-width: 720px) {
  body.index section.outline .modal .content-wrap .content .grid .txt {
    padding: 25px;
  }
}
body.index section.outline .modal .content-wrap .content .grid .txt h3 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 20px;
  border-bottom: 1px dotted #738DA1;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
body.index section.outline .modal .content-wrap .content .grid .txt p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
body.index #stalker2 {
  pointer-events: none;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
  -webkit-transition: opacity 0.5s, scale 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.5s, scale 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.5s, scale 0.2s;
  transition: transform 0.2s, opacity 0.5s, scale 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
body.index #stalker2::after {
  content: 'CLICK';
  display: inline-block;
  color: #fff;
  font-size: 13px;
}
body.index section.first {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.index section.first {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.index section.first .inner {
  max-width: 1120px;
  margin: 0 auto;
}
body.index section.first h2 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  text-align: center;
}
body.index section.first h2::before {
  content: attr(data-en);
  display: block;
  color: var(--color1);
  font-size: 13px;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
body.index section.first .img {
  margin-bottom: 50px;
}
body.index section.first .img img {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
body.index section.first ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 30px;
}
@media (max-width: 720px) {
  body.index section.first ul {
    flex-wrap: wrap;
    justify-items: center;
  }
}
body.index section.first ul li {
  width: 100%;
  max-width: 420px;
}
body.index section.first ul li a {
  border: 1px solid var(--color1);
  border-radius: 50px;
  font-size: 14px;
  color: var(--color1);
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  position: relative;
  background-color: #fff;
  -webkit-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}
body.index section.first ul li a::before {
  content: "→";
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: var(--color1);
  color: #fff;
  top: 10px;
  left: 10px;
  -webkit-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}
body.index section.first ul li a:hover {
  background-color: var(--color1);
  color: #fff;
}
body.index section.first ul li a:hover::before {
  color: var(--color1);
  background-color: #fff;
}
body.common header {
  height: 100px;
  margin-bottom: 50px;
}
body.common header .menu {
  opacity: 1;
}
body.common h2 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  text-align: center;
}
body.common h2::before {
  content: attr(data-en);
  display: block;
  color: var(--color1);
  font-size: 13px;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
body.common section.about {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.about {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.about .inner {
  max-width: 1120px;
  margin: 0 auto;
}
body.common section.concept {
  padding: 50px 40px 50px;
  overflow-x: hidden;
}
@media (max-width: 820px) {
  body.common section.concept {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.concept .inner {
  max-width: 1120px;
  margin: 0 auto;
}
body.common section.concept .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  margin-left: -100px;
  margin-right: -100px;
  margin-bottom: 50px;
}
body.common section.concept .imgs li {
  aspect-ratio: 1.5;
}
body.common section.concept .imgs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.common section.concept .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 100px;
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  body.common section.concept .grid {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
body.common section.concept .grid .left {
  font-size: 40px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  color: var(--color3);
  line-height: 1.6em;
}
body.common section.concept .grid .left span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid var(--color3);
  padding: 0em 0.5em;
}
@media (max-width: 820px) {
  body.common section.concept .grid .left {
    margin: 0 auto;
  }
}
body.common section.concept .grid .right {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2em;
}
body.common section.concept .grid2 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 50px;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  body.common section.concept .grid2 {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
body.common section.concept .grid2 .img {
  width: 390px;
  width: 300px;
}
@media (min-width: 350px) {
  body.common section.concept .grid2 .img {
    width: calc(300px  +  90  * ((100vw -  350px ) / 770 ));
  }
}
@media (min-width: 1120px) {
  body.common section.concept .grid2 .img {
    width: 390px;
  }
}
body.common section.concept .grid2 .img img {
  width: 100%;
}
@media (max-width: 820px) {
  body.common section.concept .grid2 .img {
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
body.common section.concept .grid2 .txt {
  font-size: 35px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: 1fr auto ;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 25px;
  font-size: 18px;
}
body.common section.concept .grid2 .txt::before {
  display: block;
  content: "";
  width: 100%;
  border-bottom: 1px solid #000;
}
@media (min-width: 350px) {
  body.common section.concept .grid2 .txt {
    font-size: calc(18px  +  17  * ((100vw -  350px ) / 770 ));
  }
}
@media (min-width: 1120px) {
  body.common section.concept .grid2 .txt {
    font-size: 35px;
  }
}
@media (max-width: 820px) {
  body.common section.concept .grid2 .txt {
    text-align: center;
  }
  body.common section.concept .grid2 .txt::before {
    display: none;
  }
}
body.common .three {
  display: grid;
  grid-gap: 35px;
}
body.common .three li {
  display: grid;
  grid-template-columns: 300px 1fr;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 60px 80px;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 820px) {
  body.common .three li {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    padding: 60px 40px;
  }
}
body.common .three li .left .img {
  margin: 0 auto;
  aspect-ratio: 1.5;
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
}
body.common .three li .left .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body.common .three li .left .txt {
  text-align: center;
  color: var(--color3);
  font-size: 14px;
  line-height: 1.8em;
}
body.common .three li .right dl dt {
  font-size: 27px;
  margin-bottom: 25px;
}
@media (max-width: 820px) {
  body.common .three li .right dl dt {
    text-align: center;
  }
}
body.common .three li .right dl dd {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2em;
}
body.common section.message {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.message {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.message .inner {
  max-width: 880px;
  margin: 0 auto;
}
body.common section.message .name {
  text-align: center;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
body.common section.message .name span {
  display: block;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}
body.common section.message .grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  grid-gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  body.common section.message .grid {
    grid-template-columns: 1fr;
  }
}
body.common section.message .grid .img {
  background-color: #d5d6d8;
}
@media (max-width: 820px) {
  body.common section.message .grid .img {
    aspect-ratio: 0.66666667;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
body.common section.message .grid .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.common section.message .grid .history {
  background-color: #FFFDF8;
  padding: 0px 35px;
}
body.common section.message .grid .history table {
  font-size: 14px;
  line-height: 1.4em;
}
body.common section.message .grid .history table td {
  padding: 1em 0;
}
body.common section.message .grid .history table td:first-child {
  position: relative;
  width: 1.5em;
  -webkit-transform: translateY(0.75em);
          transform: translateY(0.75em);
}
body.common section.message .grid .history table td:first-child::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #FFD400;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.common section.message .grid .history table td:first-child::after {
  content: "";
  display: inline-block;
  border-left: 1px solid #FFD400;
  top: 1em;
  left: 0;
  bottom: -1em;
  right: 0;
  position: absolute;
}
body.common section.message .grid .history table tr:last-child td:first-child::after {
  display: none;
}
body.common section.message .grid .history table td:nth-child(2) {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
  width: 7em;
}
body.common section.message .msg {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.07em;
}
body.common section.company {
  padding: 50px 40px 50px;
  background-color: #F9F9F9;
}
@media (max-width: 820px) {
  body.common section.company {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.company .inner {
  max-width: 880px;
  margin: 0 auto;
}
body.common section.company dl div {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 25px;
}
body.common section.company dl div:not(:last-child) {
  border-bottom: 1px solid #D5D6D8;
}
body.common section.company dl div dt {
  font-size: 15px;
  font-weight: bold;
}
body.common section.company dl div dd {
  font-size: 15px;
  line-height: 1.6em;
}
body.common section.company dl div dd a {
  text-decoration: underline;
}
body.common section.company dl div dd > ul {
  display: grid;
  grid-gap: 20px;
}
body.common section.company dl div dd > ul > li::before {
  content: "◆";
  color: #738da1;
}
body.common section.company dl div dd > ul > li ul {
  margin-top: 10px;
  display: grid;
  grid-gap: 10px;
  margin-left: 1em;
}
body.common section.company dl div dd > ul > li ul > li::before {
  content: "-";
}
@media (max-width: 720px) {
  body.common section.company dl div {
    grid-template-columns: 1fr;
  }
  body.common section.company dl div dt {
    margin-bottom: 20px;
  }
}
body.common section.first {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.first {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.first .inner {
  max-width: 880px;
  margin: 0 auto;
}
body.common section.first .inner > .img {
  aspect-ratio: 2.37837838;
}
body.common section.first .inner > .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.common section.first .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 50px;
  margin-top: -60px;
  background-color: #fff;
}
@media (max-width: 820px) {
  body.common section.first .grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
body.common section.first .grid .img {
  align-self: flex-end;
  width: 225px;
}
body.common section.first .grid .img img {
  width: 100%;
}
@media (max-width: 820px) {
  body.common section.first .grid .img {
    -webkit-box-ordinal-group: 3;
            order: 2;
    justify-self: center;
  }
}
body.common section.first .grid .txt {
  background: -webkit-linear-gradient(315deg, transparent 15px, #fff 0) top left, -webkit-linear-gradient(225deg, #fff 15px, #fff 0) top right, -webkit-linear-gradient(135deg, transparent 15px, #fff 0) bottom right, -webkit-linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
  background: linear-gradient(135deg, transparent 15px, #fff 0) top left, linear-gradient(225deg, #fff 15px, #fff 0) top right, linear-gradient(315deg, transparent 15px, #fff 0) bottom right, linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  padding: 45px 45px;
}
@media (max-width: 820px) {
  body.common section.first .grid .txt {
    padding: 25px 25px;
  }
}
body.common section.first .grid .txt h3 {
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #E49B37;
  padding-left: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 20px;
}
body.common section.first .grid .txt p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2em;
}
body.common section.first .grid .txt p .b {
  font-weight: bold;
}
body.common section.first .grid .txt p em {
  display: inline;
  border-bottom: 2px dotted #E49B37;
  padding-bottom: 0.2em;
  font-style: normal;
}
body.common section.first .grid .txt p .line {
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%);
}
body.common section.worries {
  background-color: #F9F9F9;
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.worries {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.worries .inner {
  max-width: 880px;
  margin: 0 auto;
}
body.common section.worries h3 {
  font-size: 23px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  letter-spacing: 0.05em;
  color: #738DA1;
  text-align: center;
  margin-bottom: 30px;
}
body.common section.worries .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 60px;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  body.common section.worries .grid {
    grid-template-columns: 1fr;
  }
}
body.common section.worries .grid .img {
  width: 135px;
}
body.common section.worries .grid .img img {
  width: 100%;
}
@media (max-width: 820px) {
  body.common section.worries .grid .img {
    justify-self: center;
  }
}
body.common section.worries .grid .checks ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 540px) {
  body.common section.worries .grid .checks ul {
    grid-template-columns: 1fr;
  }
}
body.common section.worries .grid .checks ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 10px;
  font-size: 15px;
}
body.common section.worries .grid .checks ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/first_worries_check.svg);
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 820px) {
  body.common section.worries .grid .checks {
    justify-self: center;
  }
}
body.common section.worries .grid2 {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 820px) {
  body.common section.worries .grid2 {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
body.common section.worries .grid2 .txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2em;
}
body.common section.worries .grid2 .txt .b {
  font-weight: bold;
}
body.common section.worries .grid2 .txt .line {
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%);
}
body.common section.worries .grid2 .img {
  width: 215px;
}
body.common section.worries .grid2 .img img {
  width: 100%;
}
@media (max-width: 820px) {
  body.common section.worries .grid2 .img {
    justify-self: center;
  }
}
body.common section.mentee {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.mentee {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.mentee .inner {
  max-width: 880px;
  margin: 0 auto;
}
body.common section.mentee h3 {
  font-size: 23px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  letter-spacing: 0.05em;
  color: #738DA1;
  text-align: center;
  margin-bottom: 30px;
}
body.common section.mentee h3 + p {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 40px;
}
body.common section.mentee h3 + p span {
  color: #ED3D26;
}
body.common section.mentee ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 60px;
}
body.common section.mentee ul li .img {
  aspect-ratio: 1.5;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
body.common section.mentee ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.common section.mentee ul li .txt {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
body.common section.mentee .get {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6em;
}
body.common section.mentee .get span {
  font-weight: bold;
}
body.common section.mentee a.banner {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 100px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
body.common section.mentee a.banner:hover {
  opacity: 0.5 !important;
}
body.common section.mentee a.banner img {
  width: 100%;
}
body.common section.mentee .movie {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 80px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  letter-spacing: 0.05em;
}
body.common section.mentee .movie::before {
  content: "MOVIE";
  display: inline-block;
  font-size: 105px;
  color: #D9E8ED;
  position: absolute;
  font-weight: bold;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}
body.common section.mentee video {
  width: 100%;
  aspect-ratio: 1.77777778;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}
body.common section.mentee ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 30px;
}
@media (max-width: 720px) {
  body.common section.mentee ul {
    flex-wrap: wrap;
    justify-items: center;
  }
}
body.common section.mentee ul li {
  width: 100%;
  max-width: 420px;
}
body.common section.mentee ul li a {
  border: 1px solid var(--color1);
  border-radius: 50px;
  font-size: 14px;
  color: var(--color1);
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  position: relative;
  background-color: #fff;
  -webkit-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}
body.common section.mentee ul li a::before {
  content: "→";
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: var(--color1);
  color: #fff;
  top: 10px;
  left: 10px;
  -webkit-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}
body.common section.mentee ul li a:hover {
  background-color: var(--color1);
  color: #fff;
}
body.common section.mentee ul li a:hover::before {
  color: var(--color1);
  background-color: #fff;
}
body.common section.voice h2 {
  text-align: left;
}
@media (max-width: 820px) {
  body.common section.voice h2 {
    text-align: center;
  }
}
body.common section.seminar {
  background-color: #F9F9F9;
  margin-top: -50px;
  padding: 100px 40px 50px 40px;
}
@media (max-width: 820px) {
  body.common section.seminar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.seminar .inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
body.common section.seminar .inner::before {
  content: "";
  display: inline-block;
  width: 175px;
  height: 175px;
  border-radius: 90px;
  background-image: url(../img/seminar_top_img_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
}
body.common section.seminar .inner::after {
  content: "";
  display: inline-block;
  width: 175px;
  height: 175px;
  border-radius: 90px;
  background-image: url(../img/seminar_top_img_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: calc(100% + 20px);
}
body.common section.seminar p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.5em;
}
body.common section.after {
  background-color: #F9F9F9;
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.after {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.after .inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
body.common section.after ul li {
  padding: 50px 60px;
}
body.common section.after ul li:nth-child(1) {
  background-color: #fff;
}
body.common section.after ul li:nth-child(2) {
  background-color: #EDF1F4;
  padding: 0;
  height: 55px;
}
body.common section.after ul li:nth-child(2) svg {
  height: 100%;
  width: 100%;
}
body.common section.after ul li:nth-child(3) {
  background-color: #EDF1F4;
}
body.common section.after ul li:nth-child(4) {
  background-color: #DFE7ED;
  padding: 0;
  height: 55px;
}
body.common section.after ul li:nth-child(4) svg {
  height: 100%;
  width: 100%;
}
body.common section.after ul li:nth-child(5) {
  background-color: #DFE7ED;
}
@media (max-width: 640px) {
  body.common section.after ul li:nth-child(2n+1) {
    padding: 50px 20px;
  }
}
body.common section.after ul li .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
}
@media (max-width: 820px) {
  body.common section.after ul li .grid {
    grid-template-columns: 1fr;
  }
}
body.common section.after ul li .grid .img {
  position: relative;
}
@media (max-width: 820px) {
  body.common section.after ul li .grid .img {
    margin: 0 auto;
  }
}
body.common section.after ul li .grid .img .hexagon {
  display: block;
  width: 55px;
  height: 32px;
  background: #738DA1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.common section.after ul li .grid .img .hexagon_cont {
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 1;
  text-align: center;
  font-size: 13px;
}
body.common section.after ul li .grid .img .hexagon_cont span {
  font-size: 18px;
}
body.common section.after ul li .grid .img .hexagon::before,
body.common section.after ul li .grid .img .hexagon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #738DA1;
  z-index: 0;
}
body.common section.after ul li .grid .img .hexagon::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
body.common section.after ul li .grid .img .hexagon::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
body.common section.after ul li .grid .img img {
  aspect-ratio: 1;
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.common section.after ul li .grid .txt h3 {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #738DA1;
  border-bottom: 1px solid var(--color2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  body.common section.after ul li .grid .txt h3 {
    text-align: center;
  }
}
body.common section.after ul li .grid .txt p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
body.common section.topics {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.topics {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.topics .inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
body.common section.topics h3 {
  color: #738DA1;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}
body.common section.topics h3 img {
  margin: 0.5em;
}
body.common section.topics ul {
  display: grid;
  grid-gap: 30px;
}
body.common section.topics ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 25px;
  border-bottom: 1px solid var(--color2);
  padding-bottom: 30px;
}
@media (max-width: 820px) {
  body.common section.topics ul li {
    grid-template-columns: 1fr;
  }
}
body.common section.topics ul li .img {
  width: 285px;
  position: relative;
}
body.common section.topics ul li .img img {
  width: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.77777778;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 820px) {
  body.common section.topics ul li .img {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
  }
  body.common section.topics ul li .img img {
    width: 100%;
  }
}
body.common section.topics ul li .img.end {
  overflow: hidden;
}
body.common section.topics ul li .img.end::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
body.common section.topics ul li .img.end::after {
  content: "終了";
  display: -webkit-box;
  display: flex;
  color: #fff;
  background-color: #ED3D26;
  position: absolute;
  z-index: 3;
  font-size: 13px;
  font-weight: bold;
  width: 200px;
  height: 25px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  top: 20px;
  right: 20px;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
body.common section.topics ul li .txt time {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: block;
}
body.common section.topics ul li .txt h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 10px;
}
body.common section.topics ul li .txt p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
body.common section.topics ul li .txt a {
  text-decoration: underline;
  color: #738DA1;
  font-size: 13px;
}
body.common section.topics ul li .txt a::before {
  content: "›";
}
@media (max-width: 820px) {
  body.common section.topics ul li .txt time,
  body.common section.topics ul li .txt h4 {
    text-align: center;
  }
}
body.common section.first2 {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.first2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.first2 .inner {
  max-width: 1120px;
  margin: 0 auto;
}
body.common section.first2 h2 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  text-align: center;
}
body.common section.first2 h2::before {
  content: attr(data-en);
  display: block;
  color: var(--color1);
  font-size: 13px;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
body.common section.first2 .img img {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
body.common section.first2 a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
body.common section.first2 a:hover {
  opacity: 0.5 !important;
}
body.common section.advisory {
  background-color: #F9F9F9;
  margin-top: -50px;
  padding: 100px 40px 0px 40px;
}
@media (max-width: 820px) {
  body.common section.advisory {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.advisory .inner {
  max-width: 790px;
  margin: 0 auto;
}
body.common section.advisory .grid {
  display: grid;
  grid-template-columns: 1fr 60%;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  body.common section.advisory .grid {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
body.common section.advisory .grid .img {
  align-self: center;
  text-align: center;
}
body.common section.advisory .grid .img img {
  width: 200px;
}
@media (max-width: 720px) {
  body.common section.advisory .grid .img {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
body.common section.advisory .grid .txt h3 {
  color: #738DA1;
  border: 1px solid #738DA1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 1.5em;
  margin-bottom: 25px;
}
body.common section.advisory .grid .txt p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.5em;
}
@media (max-width: 720px) {
  body.common section.advisory .grid .txt {
    text-align: center;
  }
  body.common section.advisory .grid .txt h3 {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
body.common section.advisory .purpose {
  background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  body.common section.advisory .purpose {
    padding: 40px 20px;
  }
}
body.common section.advisory .purpose h4 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-size: 18px;
}
@media (min-width: 350px) {
  body.common section.advisory .purpose h4 {
    font-size: calc(18px  +  2  * ((100vw -  350px ) / 370 ));
  }
}
@media (min-width: 720px) {
  body.common section.advisory .purpose h4 {
    font-size: 20px;
  }
}
body.common section.advisory .purpose ul {
  display: grid;
  grid-gap: 20px;
}
body.common section.advisory .purpose ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  padding-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
body.common section.advisory .purpose ul li:not(:last-child) {
  border-bottom: 1px solid var(--color2);
}
body.common section.advisory .purpose ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/advisory_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 16px;
  height: 16px;
  margin-top: 0.2em;
}
body.common section.advisory .step {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
body.common section.advisory .step h4 {
  font-size: 21px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  text-align: center;
  color: #738DA1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
body.common section.advisory .step dl {
  padding: 0 40px;
  display: grid;
  grid-gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  body.common section.advisory .step dl {
    padding: 0 0px;
  }
}
body.common section.advisory .step dl div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 40px;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 720px) {
  body.common section.advisory .step dl div {
    grid-gap: 20px;
  }
}
body.common section.advisory .step dl div:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  height: calc(100% + 50px);
  border-left: 2px solid #738DA1;
  z-index: 0;
}
@media (max-width: 720px) {
  body.common section.advisory .step dl div:not(:last-child)::before {
    left: 30px;
  }
}
body.common section.advisory .step dl dt {
  background-color: #738DA1;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}
body.common section.advisory .step dl dt span {
  font-size: 24px;
}
@media (max-width: 720px) {
  body.common section.advisory .step dl dt {
    width: 60px;
    height: 60px;
  }
}
body.common section.advisory .step dl dd {
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
body.common section.advisory .step dl dd span {
  color: #E49B37;
}
body.common section.advisory .step a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
  height: 45px;
  border-radius: 30px;
  background-color: #E49B37;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 0 #CE9338;
}
body.common section.advisory .step a::before {
  content: "→";
  color: #E49B37;
  background-color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.common section.advisory .step a:hover {
  box-shadow: 0 2px 0 #CE9338;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
body.common section.price {
  background-color: #DFE7ED;
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.price {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.price .inner {
  max-width: 1120px;
  margin: 0 auto;
}
body.common section.price h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
body.common section.price .mental {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 1120px) {
  body.common section.price .mental {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  body.common section.price .mental {
    grid-template-columns: 1fr;
  }
}
body.common section.price .mental li {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 25px;
  position: relative;
  overflow: hidden;
}
body.common section.price .mental li::before {
  content: "";
  display: block;
  width: 125px;
  height: 20px;
  background-color: #A18773;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.common section.price .mental li h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #A18773;
  margin-bottom: 30px;
}
body.common section.price .mental li:nth-child(2)::before {
  background-color: #8F9699;
}
body.common section.price .mental li:nth-child(2) h4 {
  color: #8F9699;
}
body.common section.price .mental li:nth-child(3)::before {
  background-color: #999968;
}
body.common section.price .mental li:nth-child(3) h4 {
  color: #999968;
}
body.common section.price .mental li:nth-child(4)::before {
  background-color: #738DA1;
}
body.common section.price .mental li:nth-child(4) h4 {
  color: #738DA1;
}
body.common section.price .mental li .kakaku {
  font-size: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.common section.price .mental li .kakaku span:nth-child(1) {
  font-size: 20px;
  margin-right: 5px;
}
body.common section.price .mental li .kakaku span:nth-child(2) {
  font-size: 14px;
  margin-left: 8px;
}
body.common section.price .mental li p {
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
body.common section.price .note {
  color: #333C58;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 50px;
}
body.common section.price .seminar {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 80px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-gap: 80px;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 1120px) {
  body.common section.price .seminar {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
body.common section.price .seminar .img {
  text-align: center;
}
body.common section.price .seminar .img img {
  width: 250px;
}
body.common section.price .seminar .txt h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #DD7F88;
  margin-bottom: 30px;
}
@media (max-width: 1120px) {
  body.common section.price .seminar .txt h4 {
    text-align: center;
  }
}
body.common section.price .seminar .txt .wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 20px;
}
@media (max-width: 1120px) {
  body.common section.price .seminar .txt .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
body.common section.price .seminar .txt .wrap .kakaku {
  font-size: 26px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
body.common section.price .seminar .txt .wrap .kakaku span:nth-child(1) {
  font-size: 20px;
  margin-right: 5px;
}
body.common section.price .seminar .txt .wrap .kakaku span:nth-child(2) {
  font-size: 14px;
  margin-left: 8px;
}
body.common section.price .seminar .txt .wrap p {
  border-left: 1px solid var(--color2);
  padding-left: 20px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media (max-width: 1120px) {
  body.common section.price .seminar .txt .wrap p {
    border-left: none;
    padding-left: 0;
  }
}
body.common section.price .seminar::before {
  content: "";
  display: block;
  width: 125px;
  height: 20px;
  background-color: #DD7F88;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.common section.price .private {
  background-color: #fff;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 15px;
}
body.common section.price .private li {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
body.common section.price .private li:not(:last-child) {
  border-right: 1px solid #DFE7ED;
}
body.common section.price .private li::before {
  content: "";
  display: block;
  width: 125px;
  height: 20px;
  background-color: #E49B37;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.common section.price .private li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #E49B37;
  text-align: center;
  margin-bottom: 25px;
}
body.common section.price .private li .kakaku {
  font-size: 26px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
body.common section.price .private li .kakaku span:nth-child(1) {
  font-size: 20px;
  margin-right: 5px;
}
body.common section.price .private li .kakaku span:nth-child(2) {
  font-size: 14px;
  margin-left: 8px;
}
@media (max-width: 720px) {
  body.common section.price .private {
    grid-template-columns: 1fr;
  }
  body.common section.price .private li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #DFE7ED;
  }
}
body.common section.price .tips {
  background-color: #EDF1F4;
  padding: 30px 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 25px;
}
@media (max-width: 640px) {
  body.common section.price .tips {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    grid-gap: 50px;
  }
}
body.common section.price .tips ul {
  display: grid;
  grid-gap: 15px;
}
body.common section.price .tips ul li {
  display: -webkit-box;
  display: flex;
  font-size: 15px;
  grid-gap: 0.5em;
  line-height: 1.4em;
}
body.common section.price .tips ul li::before {
  content: "◆";
  color: #738DA1;
  display: inline-block;
}
body.common section.price .tips .img img {
  width: 80px;
}
body.common section.advisory-bottom {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #F9F9F9;
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.advisory-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.advisory-bottom .inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 50px;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 890px) {
  body.common section.advisory-bottom .inner {
    grid-template-columns: 1fr;
  }
}
body.common section.advisory-bottom .txt .msg {
  color: #3B4464;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 20px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
body.common section.advisory-bottom .txt p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
body.common section.advisory-bottom .img img {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media (max-width: 890px) {
  body.common section.advisory-bottom .img {
    text-align: center;
  }
  body.common section.advisory-bottom .img img {
    max-width: 400px;
  }
}
body.common section.privacy {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.privacy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.privacy .inner {
  max-width: 880px;
  margin: 0 auto;
}
body.common section.privacy p {
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
body.common section.privacy h3 {
  background-color: #738DA1;
  color: #fff;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 20px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
body.common section.privacy h4 {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
body.common section.privacy .contact {
  display: -webkit-box;
  display: flex;
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 30px 30px;
  margin-bottom: 50px;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 50px;
}
body.common section.privacy .contact .left {
  font-size: 22px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  width: 100%;
  max-width: 250px;
  text-align: center;
}
body.common section.privacy .contact .right {
  font-size: 15px;
  line-height: 2em;
  padding-left: 50px;
  border-left: 1px solid #D5D6D8;
}
body.common section.privacy .contact .right a {
  text-decoration: underline;
  font-size: 24px;
}
@media (max-width: 760px) {
  body.common section.privacy .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    grid-gap: 25px;
  }
  body.common section.privacy .contact .right {
    padding-top: 25px;
    border-top: 1px solid #D5D6D8;
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
}
body.common section.voice2 {
  background-color: #F9F9F9;
  margin-top: -50px;
  padding: 100px 40px 50px 40px;
}
@media (max-width: 820px) {
  body.common section.voice2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.voice2 .inner {
  max-width: 1120px;
  margin: 0 auto;
}
body.common section.voice2 .tabs {
  display: -webkit-box;
  display: flex;
  grid-gap: 20px;
  -webkit-box-pack: center;
          justify-content: center;
}
body.common section.voice2 .tabs li {
  background-color: #738DA1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 25px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}
body.common section.voice2 .tabs li.active {
  background-color: #fff;
  color: #0C0E10;
}
@media (max-width: 820px) {
  body.common section.voice2 .tabs li {
    font-size: 16px;
    padding: 15px;
  }
}
body.common section.voice2 .area {
  background-color: #fff;
  padding: 100px 25px;
  border-radius: 15px;
}
@media (max-width: 640px) {
  body.common section.voice2 .area {
    border-radius: 0 0 15px 15px;
  }
}
body.common section.voice2 .area h3 {
  font-size: 26px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  color: #738DA1;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
body.common section.voice2 .area ul {
  display: grid;
  max-width: 720px;
  grid-gap: 35px;
  margin: 0 auto;
}
body.common section.voice2 .area ul li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.common section.voice2 .area ul li dl dt {
  background-color: var(--color1);
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  padding: 10px 40px;
}
@media (max-width: 820px) {
  body.common section.voice2 .area ul li dl dt {
    padding-right: 20px;
    padding-left: 20px;
  }
}
body.common section.voice2 .area ul li dl dt a {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  cursor: pointer;
}
body.common section.voice2 .area ul li dl dt a:hover {
  opacity: 0.5 !important;
}
body.common section.voice2 .area ul li dl dt a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
body.common section.voice2 .area ul li dl dt a::before {
  content: "→";
  display: inline-block;
  margin-right: 1em;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
body.common section.voice2 .area ul li dl dd {
  background-color: #fff;
  padding: 25px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
}
@media (max-width: 820px) {
  body.common section.voice2 .area ul li dl dd {
    grid-template-columns: 1fr;
    padding: 25px 20px;
  }
}
body.common section.voice2 .area ul li dl dd .left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 15px;
  border-right: 1px solid var(--color2);
  padding-right: 20px;
}
body.common section.voice2 .area ul li dl dd .left .icon {
  margin-right: 5px;
}
@media (max-width: 820px) {
  body.common section.voice2 .area ul li dl dd .left {
    border-right: none;
    border-bottom: 1px solid var(--color2);
    padding-right: 0;
    padding-bottom: 20px;
  }
}
body.common section.voice2 .area ul li dl dd .right {
  font-size: 13px;
  line-height: 1.6em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body.common section.voice2 .modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 14, 16, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
body.common section.voice2 .modal.active {
  opacity: 1;
  pointer-events: auto;
}
body.common section.voice2 .modal .content-wrap {
  width: calc(100% - 70px);
  max-width: 650px;
  min-width: 300px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: calc(100% - 70px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.common section.voice2 .modal .content-wrap .close {
  position: absolute;
  cursor: pointer;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
}
body.common section.voice2 .modal .content-wrap .content {
  width: 100%;
  max-height: calc(100vh - 70px);
  padding: 40px;
  overflow: scroll;
}
@media (max-width: 600px) {
  body.common section.voice2 .modal .content-wrap .content {
    padding: 20px;
  }
}
body.common section.voice2 .modal .content-wrap .content .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 40px;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  body.common section.voice2 .modal .content-wrap .content .grid {
    grid-template-columns: 1fr;
  }
}
body.common section.voice2 .modal .content-wrap .content .grid .img img {
  width: 170px;
}
@media (max-width: 600px) {
  body.common section.voice2 .modal .content-wrap .content .grid .img {
    text-align: center;
  }
}
body.common section.voice2 .modal .content-wrap .content .grid .txt {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
body.common section.voice2 .modal .content-wrap .content .grid .txt .name {
  font-size: 20px;
  margin-bottom: 5px;
}
body.common section.voice2 .modal .content-wrap .content .grid .txt .other {
  font-size: 14px;
  margin-bottom: 10px;
}
body.common section.voice2 .modal .content-wrap .content .grid .txt .contract {
  background-color: #FFFDF8;
  font-size: 15px;
  padding: 15px 30px;
}
@media (max-width: 600px) {
  body.common section.voice2 .modal .content-wrap .content .grid .txt {
    text-align: center;
  }
}
body.common section.voice2 .modal .content-wrap .content p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2em;
  margin-bottom: 25px;
}
body.common section.voice2 .modal .content-wrap .content .close2 {
  border: 1px solid #738DA1;
  color: #738DA1;
  width: 150px;
  height: 35px;
  font-size: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: color 0.6s, background-color 0.6s;
  transition: color 0.6s, background-color 0.6s;
  cursor: pointer;
}
body.common section.voice2 .modal .content-wrap .content .close2::before {
  content: "✕";
  display: -webkit-inline-box;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #738DA1;
  color: #fff;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  -webkit-transition: color 0.6s, background-color 0.6s;
  transition: color 0.6s, background-color 0.6s;
}
body.common section.voice2 .modal .content-wrap .content .close2:hover {
  background-color: #738DA1;
  color: #fff;
}
body.common section.voice2 .modal .content-wrap .content .close2:hover::before {
  background-color: #fff;
  color: #738DA1;
}
body.common section.seminar-article {
  background-color: #F9F9F9;
  margin-top: -50px;
  padding: 100px 40px 50px 40px;
}
@media (max-width: 820px) {
  body.common section.seminar-article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.seminar-article a.attend {
  display: block;
  background-color: #E49B37;
  border-radius: 10px;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: 0.02em;
  box-shadow: 0px 5px 0px #CE9338;
}
body.common section.seminar-article a.attend img {
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
}
body.common section.seminar-article a.attend:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0px 3px 0px #CE9338;
}
body.common section.seminar-article div.eyecatch {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
}
body.common section.seminar-article div.eyecatch .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
body.common section.seminar-article div.eyecatch .img img {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
body.common section.seminar-article div.about {
  background-color: #fff;
  padding: 50px 0;
}
body.common section.seminar-article div.about .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
body.common section.seminar-article div.about time {
  display: block;
  font-size: 14px;
  color: #738DA1;
  margin-bottom: 1em;
}
body.common section.seminar-article div.about h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  text-align: left;
}
body.common section.seminar-article div.about p {
  line-height: 1.8em;
  padding: 50px 0;
}
body.common section.seminar-article div.about .cause {
  background-color: #FFFDF8;
  padding: 40px;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  body.common section.seminar-article div.about .cause {
    padding: 20px;
  }
}
body.common section.seminar-article div.about .cause h3 {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 2px solid #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 0.3em;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6em;
}
body.common section.seminar-article div.about .cause h3 .sp {
  display: none;
}
@media (max-width: 720px) {
  body.common section.seminar-article div.about .cause h3 .sp {
    display: inherit;
  }
}
body.common section.seminar-article div.about .cause ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 720px) {
  body.common section.seminar-article div.about .cause ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 550px) {
  body.common section.seminar-article div.about .cause ul {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
body.common section.seminar-article div.about .cause ul li .img {
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #EEEEEE;
  margin: 0 auto;
  margin-bottom: 15px;
}
body.common section.seminar-article div.about .cause ul li .img img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.common section.seminar-article div.about .cause ul li .txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.4em;
}
body.common section.seminar-article div.about .message {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  body.common section.seminar-article div.about .message {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
body.common section.seminar-article div.about .message .img {
  padding: 0 20px;
}
body.common section.seminar-article div.about .message .img img {
  width: 130px;
  height: 130px;
  border-radius: 65px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
body.common section.seminar-article div.about .message .txt {
  font-size: 18px;
  font-weight: bold;
  color: #738DA0;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}
body.common section.seminar-article div.about .reproducibility img {
  width: 100%;
}
body.common section.seminar-article div.about .hr {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 50px;
}
body.common section.seminar-article div.about dl dt {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
body.common section.seminar-article div.about dl dd {
  background-color: #FFFDF8;
  padding: 30px;
}
@media (max-width: 720px) {
  body.common section.seminar-article div.about dl dd {
    padding: 15px;
  }
}
body.common section.seminar-article div.about dl dd ul {
  display: grid;
  grid-gap: 15px;
}
body.common section.seminar-article div.about dl dd ul li {
  font-size: 15px;
  line-height: 1.4em;
  margin-left: 1em;
  text-indent: -1em;
}
body.common section.seminar-article div.about dl dd ul li::before {
  content: "▪️";
  color: #738da1;
}
body.common section.seminar-article div.howto {
  padding: 50px 0;
}
body.common section.seminar-article div.howto .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
body.common section.seminar-article div.howto h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body.common section.seminar-article div.howto h2::before {
  content: "HOW TO APPLY";
  display: block;
  font-size: 13px;
  color: #738da1;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
body.common section.seminar-article div.howto .break {
  margin: 0 calc(50% - 50vw);
  padding: 0 20px;
}
body.common section.seminar-article div.howto .step {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr;
  position: relative;
}
@media (max-width: 850px) {
  body.common section.seminar-article div.howto .step {
    grid-template-columns: 1fr;
    grid-template-rows: auto 30px auto 30px auto;
  }
}
body.common section.seminar-article div.howto .step li {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
body.common section.seminar-article div.howto .step li.arrow svg {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.common section.seminar-article div.howto .step li.arrow svg .sp {
  display: none;
}
@media (max-width: 850px) {
  body.common section.seminar-article div.howto .step li.arrow svg .pc {
    display: none;
  }
  body.common section.seminar-article div.howto .step li.arrow svg .sp {
    display: inherit;
  }
}
body.common section.seminar-article div.howto .step li:nth-child(1) {
  background-color: #fff;
  padding: 35px 25px 50px 25px;
}
body.common section.seminar-article div.howto .step li:nth-child(2) {
  background-color: #D9E8ED;
}
body.common section.seminar-article div.howto .step li:nth-child(3) {
  background-color: #D9E8ED;
  padding: 35px 25px 50px 25px;
}
body.common section.seminar-article div.howto .step li:nth-child(4) {
  background-color: #3A4751;
}
body.common section.seminar-article div.howto .step li:nth-child(5) {
  padding: 35px 25px 50px 25px;
  background-color: #3A4751;
  color: #D9E8ED;
}
body.common section.seminar-article div.howto .step li dl dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
body.common section.seminar-article div.howto .step li dl dt span {
  font-size: 36px;
  margin-right: 10px;
}
body.common section.seminar-article div.howto .step li dl dd p {
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 15px;
}
body.common section.seminar-article div.howto .step li a {
  display: block;
  background-color: #E49B37;
  border-radius: 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  left: 0.02em;
  padding: 0.5em 2em;
  box-shadow: 0px 5px 0px #CE9338;
}
body.common section.seminar-article div.howto .step li a img {
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
}
body.common section.seminar-article div.howto .step li a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0px 3px 0px #CE9338;
}
body.common section.seminar-article div.howto .step li > img {
  position: absolute;
  bottom: -30px;
  right: 5px;
  z-index: 1;
}
body.common section.seminar-article div.movie {
  padding: 50px 0;
}
body.common section.seminar-article div.movie .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
body.common section.seminar-article div.movie h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  margin-bottom: 100px;
  font-size: 20px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
}
body.common section.seminar-article div.movie h2::after {
  content: "MOVIE";
  display: block;
  font-size: 100px;
  color: #D9E8ED;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
body.common section.seminar-article div.movie video {
  width: 100%;
  aspect-ratio: 1.77777778;
  background-color: #EEEEED;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}
body.common section.seminar-article div.company {
  padding: 50px 0;
}
body.common section.seminar-article div.company .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
body.common section.seminar-article div.company h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body.common section.seminar-article div.company h2::before {
  content: "COMPANY";
  display: block;
  font-size: 13px;
  color: #738da1;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
body.common section.seminar-article div.company .break {
  margin: 0 calc(50% - 50vw);
  padding: 0 40px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  body.common section.seminar-article div.company .break {
    padding: 0 20px;
  }
}
body.common section.seminar-article div.company .break .wrap {
  background: -webkit-linear-gradient(315deg, transparent 15px, #fff 0) top left, -webkit-linear-gradient(225deg, transparent 15px, #fff 0) top right, -webkit-linear-gradient(135deg, transparent 15px, #fff 0) bottom right, -webkit-linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
  background: linear-gradient(135deg, transparent 15px, #fff 0) top left, linear-gradient(225deg, transparent 15px, #fff 0) top right, linear-gradient(315deg, transparent 15px, #fff 0) bottom right, linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
body.common section.seminar-article div.company .break .desc {
  max-width: 720px;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 50px;
}
@media (max-width: 800px) {
  body.common section.seminar-article div.company .break .desc {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 40px 20px;
  }
}
body.common section.seminar-article div.company .break .desc .img ul {
  display: grid;
  grid-gap: 5px;
}
body.common section.seminar-article div.company .break .desc .img ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.77777778;
}
@media (max-width: 800px) {
  body.common section.seminar-article div.company .break .desc .img {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  body.common section.seminar-article div.company .break .desc .img ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  body.common section.seminar-article div.company .break .desc .txt {
    text-align: center;
  }
  body.common section.seminar-article div.company .break .desc .txt h3 {
    margin: 0 auto;
  }
}
body.common section.seminar-article div.company .break .desc .txt h3 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 40px;
  font-size: 18px;
}
body.common section.seminar-article div.company .break .desc .txt h3::after {
  content: "";
  display: block;
  border-bottom: 2px dotted #738DA1;
  margin-top: 10px;
}
@media (min-width: 350px) {
  body.common section.seminar-article div.company .break .desc .txt h3 {
    font-size: calc(18px  +  6  * ((100vw -  350px ) / 370 ));
  }
}
@media (min-width: 720px) {
  body.common section.seminar-article div.company .break .desc .txt h3 {
    font-size: 24px;
  }
}
body.common section.seminar-article div.company .break .desc .txt p {
  font-size: 15px;
  line-height: 2em;
}
body.common section.seminar-article div.company dl div {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 25px;
}
body.common section.seminar-article div.company dl div:not(:last-child) {
  border-bottom: 1px solid #D5D6D8;
}
body.common section.seminar-article div.company dl div dt {
  font-size: 15px;
  font-weight: bold;
}
body.common section.seminar-article div.company dl div dd {
  font-size: 15px;
  line-height: 1.6em;
}
body.common section.seminar-article div.company dl div dd a {
  text-decoration: underline;
}
body.common section.seminar-article div.company dl div dd > ul {
  display: grid;
  grid-gap: 20px;
}
body.common section.seminar-article div.company dl div dd > ul > li::before {
  content: "◆";
  color: #738da1;
}
body.common section.seminar-article div.company dl div dd > ul > li ul {
  margin-top: 10px;
  display: grid;
  grid-gap: 10px;
  margin-left: 1em;
}
body.common section.seminar-article div.company dl div dd > ul > li ul > li::before {
  content: "-";
}
@media (max-width: 720px) {
  body.common section.seminar-article div.company dl div {
    grid-template-columns: 1fr;
  }
  body.common section.seminar-article div.company dl div dt {
    margin-bottom: 20px;
  }
}
body.common section.seminar-article div.attend {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
body.common section.seminar-article div.attend .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
body.common section.seminar-article div.attend h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 24px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body.common section.seminar-article div.attend h2::before {
  content: "SEMINAR APPLICATION";
  display: block;
  font-size: 13px;
  color: #738da1;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (min-width: 350px) {
  body.common section.seminar-article div.attend h2 {
    font-size: calc(24px  +  4  * ((100vw -  350px ) / 370 ));
  }
}
@media (min-width: 720px) {
  body.common section.seminar-article div.attend h2 {
    font-size: 28px;
  }
}
body.common section.seminar-article div.attend .disc {
  display: grid;
  grid-template-columns: 250px 1fr;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 30px;
  border-bottom: 1px solid #D5D6D8;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
body.common section.seminar-article div.attend .disc .img img {
  width: 100%;
}
body.common section.seminar-article div.attend .disc .txt .tag {
  color: #738da1;
  border: 1px solid #738da1;
  border-radius: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  margin-bottom: 10px;
}
body.common section.seminar-article div.attend .disc .txt time {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
body.common section.seminar-article div.attend .disc .txt h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  body.common section.seminar-article div.attend .disc {
    grid-template-columns: 1fr;
  }
  body.common section.seminar-article div.attend .disc .txt {
    text-align: center;
  }
  body.common section.seminar-article div.attend .disc .txt .tag {
    margin-left: auto;
    margin-right: auto;
  }
}
body.common section.seminar-article div.attend .break {
  margin: 0 calc(50% - 50vw);
  padding: 10px;
}
body.common section.seminar-article div.attend .break a.form {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
body.common section.seminar-article div.attend .break a.form img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 100%;
}
body.common section.seminar-article div.attend .break a.form img:hover {
  opacity: 0.5 !important;
}
body.common section.seminar-article div.message {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  padding-top: 100px;
  padding-bottom: 100px;
}
body.common section.seminar-article div.message .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
body.common section.seminar-article div.message .wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 50px;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 850px) {
  body.common section.seminar-article div.message .wrap {
    grid-template-columns: 1fr;
  }
}
body.common section.seminar-article div.message .txt h2 {
  margin-bottom: 30px;
  color: #3B4464;
  font-size: 28px;
  font-size: 20px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: left;
}
body.common section.seminar-article div.message .txt h2::before {
  content: "MESSAGE";
  display: block;
  font-size: 13px;
  color: #738da1;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (min-width: 350px) {
  body.common section.seminar-article div.message .txt h2 {
    font-size: calc(20px  +  8  * ((100vw -  350px ) / 370 ));
  }
}
@media (min-width: 720px) {
  body.common section.seminar-article div.message .txt h2 {
    font-size: 28px;
  }
}
body.common section.seminar-article div.message .txt p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.02em;
}
body.common section.seminar-article div.message .img img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
body.common section.news {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.news .inner {
  max-width: 870px;
  margin: 0 auto;
}
body.common section.news.in-article {
  background-color: #F9F9F9;
}
body.common section.news ul {
  display: grid;
  margin-bottom: 50px;
}
body.common section.news ul li:not(:last-child) {
  border-bottom: 1px solid var(--color2);
}
body.common section.news ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 20px;
  padding: 30px 0;
}
body.common section.news ul li a:hover {
  opacity: 0.5 !important;
}
@media (max-width: 820px) {
  body.common section.news ul li a {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
body.common section.news ul li a time {
  color: var(--color2);
  font-size: 14px;
}
body.common section.news ul li a .tag {
  border: 1px solid var(--color1);
  display: -webkit-inline-box;
  display: inline-flex;
  width: 130px;
  height: 24px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--color1);
  font-size: 13px;
}
body.common section.news ul li a .ttl {
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 820px) {
  body.common section.news ul li a .ttl {
    width: 100%;
  }
}
body.common section.news .pagination {
  display: -webkit-box;
  display: flex;
  grid-gap: 5px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
body.common section.news .pagination .pager,
body.common section.news .pagination a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 13px;
  border: 1px solid #738DA1;
  border-radius: 28px;
  width: 56px;
  height: 56px;
  color: #738DA1;
  -webkit-transition: color 0.6s, background-color 0.6s;
  transition: color 0.6s, background-color 0.6s;
}
body.common section.news .pagination .pager.current,
body.common section.news .pagination a.current {
  background-color: #738DA1;
  color: #fff;
}
body.common section.news .pagination .pager:hover,
body.common section.news .pagination a:hover {
  background-color: #738DA1;
  color: #fff;
}
body.common section.article {
  background-color: #F9F9F9;
  margin-top: -50px;
  padding: 100px 40px 50px 40px;
}
@media (max-width: 820px) {
  body.common section.article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.article div.eyecatch {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  margin-bottom: -70px;
}
body.common section.article div.eyecatch .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
body.common section.article div.eyecatch .img img {
  width: 100%;
}
body.common section.article div.content {
  background-color: #fff;
  padding: 100px 0;
}
body.common section.article div.content .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
body.common section.article div.content .time-tag {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 10px;
  margin-bottom: 15px;
}
body.common section.article div.content .time-tag time {
  font-size: 14px;
  color: #738DA1;
}
body.common section.article div.content .time-tag .tag {
  border: 1px solid #738DA1;
  color: #738DA1;
  font-size: 13px;
  padding: 0.25em 2em;
}
body.common section.article div.content h1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  border-bottom: 1px solid var(--color2);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
body.common section.article div.content p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 15px;
}
body.common section.article div.content a {
  color: #738DA1;
  text-decoration: underline;
}
body.common section.article div.content h2 {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  border-bottom: 1px solid var(--color2);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
body.common section.article div.content h3 {
  color: #738DA1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 15px;
}
body.common section.article div.content h4 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  border-left: 5px solid #738DA1;
  padding-left: 5px;
  margin-bottom: 15px;
}
body.common section.article div.content ul {
  background-color: #FFFDF8;
  padding: 20px 30px;
  display: grid;
  grid-gap: 5px;
  line-height: 1.6em;
}
body.common section.article div.content ul li {
  font-size: 15px;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
body.common section.article div.content ul li::before {
  content: "■";
  color: #738DA1;
  margin-right: 0.5em;
}
body.common section.form {
  padding: 50px 40px 50px;
}
@media (max-width: 820px) {
  body.common section.form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.common section.form .inner {
  max-width: 870px;
  margin: 0 auto;
}
body.common section.form form {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}
body.common section.form form dl {
  margin-bottom: 15px;
}
body.common section.form form dl dt {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
}
body.common section.form form dl dt.required::after {
  content: "*";
  color: #f00;
}
body.common section.form form dl dd input[type=text],
body.common section.form form dl dd input[type=email],
body.common section.form form dl dd input[type=tel] {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0.5em;
}
body.common section.form form .contactBtn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  grid-gap: 20px;
  margin-top: 30px;
}
body.common section.form form .contactBtn input[type=submit],
body.common section.form form .contactBtn input[type=button] {
  display: inline-block;
  background-color: #8f9699;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2em;
}
footer section.contact {
  padding: 100px 40px 100px;
}
@media (max-width: 820px) {
  footer section.contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer section.contact .inner {
  max-width: 1120px;
  margin: 0 auto;
}
footer section.contact h2 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
footer section.contact h2::before {
  content: attr(data-en);
  display: block;
  color: var(--color1);
  font-size: 13px;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  footer section.contact h2 {
    text-align: center;
  }
}
footer section.contact .grid {
  display: grid;
  grid-template-columns: 40% 1fr 1fr;
}
footer section.contact .grid > div:not(:last-child) {
  border-right: 1px solid var(--color2);
}
footer section.contact .grid .txt {
  padding: 30px 50px 30px 0;
}
footer section.contact .grid .txt p {
  font-size: 15p;
  line-height: 2em;
  letter-spacing: 0.1em;
}
footer section.contact .grid .line,
footer section.contact .grid .form {
  height: 100%;
  display: -webkit-box;
  display: flex;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
footer section.contact .grid .line .icon,
footer section.contact .grid .form .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
}
footer section.contact .grid .line .icon img,
footer section.contact .grid .form .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
footer section.contact .grid .line a,
footer section.contact .grid .form a {
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 14px;
  color: #000;
  height: 50px;
  width: 100%;
  max-width: 280px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  position: relative;
  background-color: #fff;
  text-indent: 1.5em;
  -webkit-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}
footer section.contact .grid .line a::before,
footer section.contact .grid .form a::before {
  content: "→";
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #000;
  color: #fff;
  top: 10px;
  left: 10px;
  text-indent: 0;
}
footer section.contact .grid .line a:hover,
footer section.contact .grid .form a:hover {
  background-color: #000;
  color: #fff;
}
footer section.contact .grid .line a:hover::before,
footer section.contact .grid .form a:hover::before {
  color: #000;
  background-color: #fff;
}
@media (max-width: 1020px) {
  footer section.contact .grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
  }
  footer section.contact .grid .txt {
    grid-column: 1/3;
    border-right: none !important;
    border-bottom: 1px solid var(--color2);
    padding: 20px;
  }
}
@media (max-width: 640px) {
  footer section.contact .grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  footer section.contact .grid .line {
    border-right: none !important;
    border-bottom: 1px solid var(--color2);
    padding-bottom: 40px;
  }
}
footer section.other {
  padding: 0px 40px 100px;
}
@media (max-width: 820px) {
  footer section.other {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer section.other .inner {
  border-top: 1px solid var(--color2);
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 100px;
}
footer section.other .grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  footer section.other .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  footer section.other .grid .left {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-top: 50px;
  }
}
footer section.other .grid .left .logo {
  margin-bottom: 50px;
}
footer section.other .grid .left .logo a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer section.other .grid .left .logo a:hover {
  opacity: 0.5 !important;
}
footer section.other .grid .left .logo a img {
  width: 205px;
}
footer section.other .grid .left .nav {
  margin-bottom: 40px;
}
footer section.other .grid .left .nav ul {
  display: grid;
  grid-gap: 15px;
}
@media (max-width: 640px) {
  footer section.other .grid .left .nav ul {
    text-align: center;
  }
}
footer section.other .grid .left .nav ul li a {
  font-size: 14px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer section.other .grid .left .nav ul li a:hover {
  opacity: 0.5 !important;
}
footer section.other .grid .left .sns ul {
  display: -webkit-box;
  display: flex;
  grid-gap: 20px;
}
@media (max-width: 640px) {
  footer section.other .grid .left .sns ul {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
footer section.other .grid .left .sns ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer section.other .grid .left .sns ul li a:hover {
  opacity: 0.5 !important;
}
footer section.other .grid .left .sns ul li a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer section.other .grid .right {
  width: 100%;
  max-width: 320px;
}
footer section.other .grid .right .nav {
  margin-bottom: 40px;
}
footer section.other .grid .right .nav ul {
  display: grid;
  grid-gap: 20px;
}
footer section.other .grid .right .nav ul li {
  border-bottom: 1px solid var(--color2);
  padding-bottom: 15px;
}
footer section.other .grid .right .nav ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
footer section.other .grid .right .nav ul li a:hover {
  opacity: 0.5 !important;
}
footer section.other .grid .right .nav ul li a::before {
  content: "→";
  font-size: 14px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #000;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  margin-right: 10px;
}
footer section.other .grid .right .contact a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid var(--color2);
  width: 100%;
  height: 65px;
  border-radius: 40px;
  font-size: 19px;
  letter-spacing: 0.05em;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
footer section.other .grid .right .contact a img {
  width: 18px;
  margin-right: 5px;
}
footer section.other .grid .right .contact a:hover {
  background-color: var(--color2);
}
footer section.other small {
  display: block;
  font-size: 11px;
}
@media (max-width: 640px) {
  footer section.other small {
    text-align: center;
  }
}



/*追記*/
body.common section.topics ul li .img:hover{
    cursor: pointer;
    cursor: hand;
}