@charset "UTF-8";
.fs06 {
  font-size: 0.6rem;
}

.fs07 {
  font-size: 0.7rem;
}

.fs08 {
  font-size: 0.8rem;
}

.fs09 {
  font-size: 0.9rem;
}

.fs10 {
  font-size: 1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2rem;
}

.fs25 {
  font-size: 2.5rem;
}

.fs30 {
  font-size: 3rem;
}

.fs35 {
  font-size: 3.5rem;
}

.fs40 {
  font-size: 4rem;
}

.fs45 {
  font-size: 4.5rem;
}

.fs50 {
  font-size: 5rem;
}

@media (min-width: 768px) {
  .fs-md-06 {
    font-size: 0.6rem;
  }
  .fs-md-07 {
    font-size: 0.7rem;
  }
  .fs-md-08 {
    font-size: 0.8rem;
  }
  .fs-md-09 {
    font-size: 0.9rem;
  }
  .fs-md-10 {
    font-size: 1rem;
  }
  .fs-md-12 {
    font-size: 1.2rem;
  }
  .fs-md-14 {
    font-size: 1.4rem;
  }
  .fs-md-16 {
    font-size: 1.6rem;
  }
  .fs-md-18 {
    font-size: 1.8rem;
  }
  .fs-md-20 {
    font-size: 2rem;
  }
  .fs-md-25 {
    font-size: 2.5rem;
  }
  .fs-md-30 {
    font-size: 3rem;
  }
  .fs-md-35 {
    font-size: 3.5rem;
  }
  .fs-md-40 {
    font-size: 4rem;
  }
  .fs-md-45 {
    font-size: 4.5rem;
  }
  .fs-md-50 {
    font-size: 5rem;
  }
}
* {
  box-shadow: none !important;
}

html {
  height: 100%;
  font-size: 16px !important;
}
html body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: #545F65;
  font-family: "Noto Sans JP", sans-serif;
}
html body main {
  background: #fff;
  flex: 1;
}

a {
  text-decoration: none;
  color: #147dbf;
}
a:hover {
  color: #116ea8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wsnw {
  white-space: nowrap;
}

small {
  font-size: 0.5em !important;
}

.lh100 {
  line-height: 100% !important;
}

.anchor {
  padding-top: 150px;
  margin-top: -150px;
}

.open,
.close {
  display: none;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .open,
  .close {
    display: block;
  }
}

.open span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #168CD6;
}
.open span:nth-child(2) {
  margin: 5px 0;
}

header nav {
  padding: 2rem 0;
  background-color: #F4F7FA;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  header nav {
    padding: 0.5rem 0;
  }
}
header nav a {
  color: #545F65;
}
header nav a:hover {
  color: #545F65;
}
header nav input[type=checkbox] {
  position: absolute;
  left: -50vw;
}
header nav .logo-head {
  color: #fff;
  padding: 0.7rem 0;
  width: 15vw;
  max-width: 280px;
}
header nav .logo-head img {
  vertical-align: baseline;
}
@media screen and (max-width: 991px) {
  header nav .logo-head {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  header nav .logo-head {
    width: 130px;
  }
}
header nav #menu {
  transition: 0.3s;
}
header nav #menu ul {
  display: flex;
  height: 100%;
}
header nav #menu ul li {
  display: flex;
}
header nav #menu ul li a {
  color: #545F65;
  padding: 1rem;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
}
header nav #menu ul li a:hover {
  border-bottom: 1px solid #168CD6;
}
header nav #menu ul li a .nav_blog i {
  display: none;
}
header nav #menu ul li a .nav_blog.active {
  position: relative;
}
header nav #menu ul li a .nav_blog.active i {
  position: absolute;
  display: block;
  font-size: clamp(0.8rem, 0.752rem + 0.24vw, 0.9rem);
  top: -3px;
  left: -12px;
  font-size: 0.7rem;
}
header nav #menu ul li .btn01 {
  width: auto;
  padding: 1rem 2rem;
  font-size: 1rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  color: #fff;
}
header nav #menu ul li .btn01:hover {
  border-bottom: 0;
}
header nav #menu ul li .btn01 i {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
header nav #menu ul li.pull_down {
  position: relative;
}
header nav #menu ul li.pull_down a i.bxs-chevron-down {
  transition: 0.5s ease-in-out;
}
header nav #menu ul li.pull_down a {
  border-bottom: none;
}
header nav #menu ul li.pull_down a:hover {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  header nav #menu ul li.pull_down {
    flex-direction: column;
  }
  header nav #menu ul li.pull_down a i.bxs-chevron-down {
    display: none;
  }
}
header nav #menu ul li.pull_down .pull_down_menu {
  position: absolute;
  bottom: 0.6rem;
  left: 0.8rem;
  width: 200%;
  display: flex;
  transition: 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(10%);
  height: 30px;
  z-index: -1;
}
header nav #menu ul li.pull_down .pull_down_menu a {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0;
}
header nav #menu ul li.pull_down .pull_down_menu a i {
  color: #168CD6;
}
header nav #menu ul li.pull_down .pull_down_menu.show {
  opacity: 1;
  transition: 0.3s ease-in-out;
  transform: translateY(100%);
  z-index: 1;
}
header nav #menu ul li.pull_down .pull_down_menu div {
  margin-bottom: 0.4rem !important;
}
@media screen and (max-width: 991px) {
  header nav #menu ul li.pull_down .pull_down_menu {
    display: block;
    height: auto;
    position: static;
    opacity: 1;
    transform: translateY(0);
    text-align: center;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: -1.2rem;
    z-index: 1;
  }
  header nav #menu ul li.pull_down .pull_down_menu div {
    margin-bottom: 0 !important;
  }
}
header nav #menu ul li.pull_down.show i.bxs-chevron-down {
  transform: rotate(-180deg);
  transition: 0.3s ease-in-out;
  transform-origin: center center;
}
@media screen and (max-width: 991px) {
  header nav #menu {
    position: fixed;
    overflow: auto;
    z-index: 9999;
    top: 0;
    left: -100vw;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100%;
    min-height: 100vh;
  }
  header nav #menu ul {
    margin: 1rem;
    flex-wrap: wrap;
    height: auto;
  }
  header nav #menu ul li {
    width: 100%;
  }
  header nav #menu ul li a {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    padding: 0.5rem;
    color: #fff;
    border-bottom: 0;
  }
  header nav #menu ul li a:hover {
    border-bottom: 0;
  }
  header nav #menu ul li .btn01 {
    margin: auto;
    margin-top: 1rem;
  }
}
header nav input[type=checkbox]:checked + #menu {
  left: 0;
}
header .index {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  position: static;
}
header .index a {
  color: white;
}
header .index a:hover {
  color: white;
}
header .index #menu ul li a {
  color: #fff;
}
header .index #menu ul li a:hover {
  border-bottom: 1px solid #fff;
}
header .index #menu ul li .pull_down_menu {
  display: block !important;
  height: 50px !important;
  transform: translateY(30%) !important;
}
header .index #menu ul li .pull_down_menu.show {
  transform: translateY(100%) !important;
}
header .index #menu ul li .pull_down_menu div {
  margin-bottom: 0.7rem;
}
header .index .open span {
  background-color: #fff;
}

footer {
  color: white;
  background: #3B4043;
  padding: 6rem 0 4rem;
}
footer .logo-foot {
  width: 300px;
  margin-bottom: 3rem;
}
footer .foot_menu {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media screen and (max-width: 991px) {
  footer .foot_menu {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .foot_menu .menu01 {
    margin-bottom: 2rem;
  }
}
footer .foot_menu .menu01 {
  width: 100%;
}
footer .foot_menu .menu01 h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px white;
  position: relative;
  padding-bottom: 0.5rem;
}
footer .foot_menu .menu01 h2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2rem;
  height: 1px;
  background: #168CD6;
}
footer .foot_menu .menu01 h2 a {
  color: white;
}
footer .foot_menu .menu01 ul {
  list-style: none !important;
}
footer .foot_menu .menu01 ul li {
  margin-bottom: 0.2rem;
}
footer .foot_menu .menu01 ul li a {
  color: white;
}
footer .foot_menu .menu02 {
  font-weight: bold;
}
footer .foot_menu .menu02 ul {
  list-style: none !important;
}
footer .foot_menu .menu02 ul li {
  margin-bottom: 0.7rem;
}
footer .foot_menu .menu02 ul li a {
  color: white;
}
@media screen and (max-width: 576px) {
  footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer ul li {
    width: 50%;
  }
}

.copyright {
  color: white;
  background: #3B4043;
  padding-bottom: 3rem;
}
.copyright a {
  color: white;
}

.btn01 {
  background-color: #168CD6;
  display: block;
  color: white;
  width: 280px;
  font-size: clamp(1rem, 0.815rem + 0.51vw, 1.2rem);
  font-weight: bold;
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 5rem;
  transition: 0.5s;
  margin: auto;
}
.btn01:hover {
  background-color: #439fd7;
  color: white;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 576px) {
  .btn01 {
    width: 250px;
    padding: 1rem 1rem;
  }
}

.btn_more_dark, .btn_more_light {
  font-size: clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #545F65;
  letter-spacing: 0.15rem;
}
.btn_more_dark .btn_line, .btn_more_light .btn_line {
  position: relative;
  width: 180px;
  height: 1px;
  display: block;
  background-color: #545F65;
  margin-top: 0.5rem;
}
@media screen and (max-width: 576px) {
  .btn_more_dark .btn_line, .btn_more_light .btn_line {
    width: 150px;
  }
}
.btn_more_dark .btn_line::after, .btn_more_light .btn_line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.6rem;
  height: 1px;
  background-color: #545F65;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.btn_more_dark .btn_line::before, .btn_more_light .btn_line::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #168CD6;
  transition: 0.5s ease-out;
  transform: scale(0.44, 1);
  transform-origin: left center;
}
.btn_more_dark:hover, .btn_more_light:hover {
  color: #545F65;
}
.btn_more_dark:hover .btn_line::before, .btn_more_light:hover .btn_line::before {
  transform: scale(0.8, 1);
}

.btn_more_dark {
  color: white;
}
.btn_more_dark .btn_line {
  background-color: white;
}
.btn_more_dark .btn_line::after {
  background-color: white;
}
.btn_more_dark:hover {
  color: white;
}

.btn-cate {
  background-color: #545F65;
  color: white;
  transition: all 0.3s ease-out;
  font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
}
.btn-cate:hover {
  background-color: #E6ECF0;
  color: #545F65;
}
.btn-cate.active {
  background-color: #168CD6;
}
@media screen and (max-width: 575px) {
  .btn-cate {
    font-size: 0.6rem;
    width: calc(50% - 0.5rem);
    text-align: center;
  }
}

.side_heading_dark01, .side_heading_dark02, .side_heading_light {
  position: absolute;
  top: 2rem;
  left: 6rem;
  font-size: 3.5rem;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: center;
  width: 65px;
}
@media screen and (max-width: 1200px) {
  .side_heading_dark01, .side_heading_dark02, .side_heading_light {
    top: 2rem;
    left: 2rem;
    font-size: 2.5rem;
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .side_heading_dark01, .side_heading_dark02, .side_heading_light {
    display: none;
  }
}
.side_heading_dark01::before, .side_heading_dark02::before, .side_heading_light::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -1.5rem;
  width: 1px;
  height: 350px;
  background-color: #545F65;
}
@media screen and (max-width: 1200px) {
  .side_heading_dark01::before, .side_heading_dark02::before, .side_heading_light::before {
    top: -2rem;
    height: 280px;
  }
}
.side_heading_dark01::after, .side_heading_dark02::after, .side_heading_light::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #168CD6;
}
.side_heading_dark01 span, .side_heading_dark02 span, .side_heading_light span {
  display: block;
  position: absolute;
  top: 8.5rem;
  left: 4.5rem;
  transform: rotate(90deg);
  transform-origin: left top;
  font-size: clamp(1rem, 0.5rem + 1.07vw, 1.3rem);
  letter-spacing: 0.2rem;
  font-weight: 200;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .side_heading_dark01 span, .side_heading_dark02 span, .side_heading_light span {
    top: 6.5rem;
    left: 3.2rem;
    letter-spacing: 0.1rem;
  }
}

.side_heading_dark01, .side_heading_dark02 {
  color: white;
}
.side_heading_dark01::before, .side_heading_dark02::before {
  background-color: white;
}

.side_heading_dark02::after {
  background-color: #fdd835;
}

.heading01_light, .heading01_dark {
  text-align: center;
  font-size: clamp(2.5rem, 1.409rem + 5.45vw, 5.5rem);
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #B4BEC7;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .heading01_light, .heading01_dark {
    letter-spacing: 0.1rem;
  }
}
.heading01_light span, .heading01_dark span {
  display: block;
  font-size: clamp(1.2rem, 0.738rem + 1.28vw, 1.7rem);
  font-weight: bold;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 576px) {
  .heading01_light span, .heading01_dark span {
    letter-spacing: 0.1rem;
    margin-top: 0.5rem;
  }
}
.heading01_light .heading01_img_wrapper, .heading01_dark .heading01_img_wrapper {
  position: relative;
  display: inline-block;
}
.heading01_light .heading01_img_wrapper img, .heading01_dark .heading01_img_wrapper img {
  position: absolute;
  top: -4.5rem;
  left: -6.5rem;
  width: 140px;
}
@media screen and (max-width: 992px) {
  .heading01_light .heading01_img_wrapper img, .heading01_dark .heading01_img_wrapper img {
    top: -3.3rem;
    left: -5rem;
    width: 105px;
  }
}
@media screen and (max-width: 576px) {
  .heading01_light .heading01_img_wrapper img, .heading01_dark .heading01_img_wrapper img {
    top: -2.7rem;
    left: -3.5rem;
    width: 75px;
  }
}

.index_block .heading01_light, .index_block .heading01_dark {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .index_block .heading01_light, .index_block .heading01_dark {
    margin-bottom: 3rem;
  }
}

.heading01_light span {
  color: #3B4043;
}

.heading01_dark span {
  color: white;
}

.heading02_wrapper {
  position: relative;
  padding: 2.8rem;
}
.heading02_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #545F65;
}
.heading02_wrapper .heading02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: white;
  padding: 0 1rem;
  z-index: 2;
  font-size: clamp(1.2rem, 0.923rem + 0.77vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 0.2rem;
}

.page_heading {
  height: 20vw;
  min-height: 250px;
  max-height: 290px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 118px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page_heading h2 {
  font-size: clamp(1.5rem, 1.027rem + 2.36vw, 2.8rem);
  margin-bottom: 1.2rem;
  font-weight: bold;
  padding-top: 1.5rem;
  z-index: 2;
}
.page_heading div {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  letter-spacing: 0.2em;
  z-index: 2;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page_heading video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .page_heading {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page_heading {
    margin-top: 70px;
    height: 40vw;
    min-height: 150px;
  }
  .page_heading h2 {
    margin-bottom: 0.5rem;
  }
}

.share-ber {
  font-weight: 600;
  font-size: 1.3rem;
}
.share-ber i {
  font-size: 1.7rem;
  margin-right: 0.5rem;
}
.share-ber .ber {
  content: "";
  width: 100%;
  background-color: #545F65;
  height: 1px;
  display: block;
  top: 50%;
  margin-left: 0.5rem;
}

.share-btn {
  color: #545F65;
  transition: 0.3s ease-out;
}
.share-btn:hover {
  color: #B4BEC7;
}

.share-url {
  position: relative;
}
.share-url .share-comp {
  font-size: 0.8rem;
  font-weight: 600;
  position: absolute;
  margin: auto;
  top: -1rem;
  left: -50%;
  right: -50%;
  transform: translateX(-50%);
  text-align: center;
  animation: fadeIn 0.2s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fc-bc {
  color: #fff;
}

.bg-bc {
  background-color: #fff !important;
}

.btn-bc {
  background-color: #fff;
  color: #f0f0f0;
}
.btn-bc:hover {
  color: #fff;
}

.alert-bc {
  background-color: white;
  color: #f2f2f2;
  border: 1px solid #fff;
  border-radius: 3px;
}

.fc-kc {
  color: #168CD6;
}

.bg-kc {
  background-color: #168CD6 !important;
}

.btn-kc {
  background-color: #168CD6;
  color: #f0f0f0;
}
.btn-kc:hover {
  color: #fff;
}

.alert-kc {
  background-color: white;
  color: #147dbf;
  border: 1px solid #168CD6;
  border-radius: 3px;
}

.fc-btn {
  color: #168CD6;
}

.bg-btn {
  background-color: #168CD6 !important;
}

.btn-btn {
  background-color: #168CD6;
  color: #f0f0f0;
}
.btn-btn:hover {
  color: #fff;
}

.alert-btn {
  background-color: white;
  color: #147dbf;
  border: 1px solid #168CD6;
  border-radius: 3px;
}

.fc-sc {
  color: #F4F7FA;
}

.bg-sc {
  background-color: #F4F7FA !important;
}

.btn-sc {
  background-color: #F4F7FA;
  color: #f0f0f0;
}
.btn-sc:hover {
  color: #fff;
}

.alert-sc {
  background-color: white;
  color: #e2eaf2;
  border: 1px solid #F4F7FA;
  border-radius: 3px;
}

.fc-white {
  color: #fff;
}

.bg-white {
  background-color: #fff !important;
}

.btn-white {
  background-color: #fff;
  color: #f0f0f0;
}
.btn-white:hover {
  color: #fff;
}

.alert-white {
  background-color: white;
  color: #f2f2f2;
  border: 1px solid #fff;
  border-radius: 3px;
}

.fc-black {
  color: #121212;
}

.bg-black {
  background-color: #121212 !important;
}

.btn-black {
  background-color: #121212;
  color: #f0f0f0;
}
.btn-black:hover {
  color: #fff;
}

.alert-black {
  background-color: #c5c5c5;
  color: #050505;
  border: 1px solid #121212;
  border-radius: 3px;
}

.fc-red {
  color: #d81b60;
}

.bg-red {
  background-color: #d81b60 !important;
}

.btn-red {
  background-color: #d81b60;
  color: #f0f0f0;
}
.btn-red:hover {
  color: #fff;
}

.alert-red {
  background-color: white;
  color: #c11856;
  border: 1px solid #d81b60;
  border-radius: 3px;
}

.fc-blue {
  color: #17a2b8;
}

.bg-blue {
  background-color: #17a2b8 !important;
}

.btn-blue {
  background-color: #17a2b8;
  color: #f0f0f0;
}
.btn-blue:hover {
  color: #fff;
}

.alert-blue {
  background-color: white;
  color: #148ea1;
  border: 1px solid #17a2b8;
  border-radius: 3px;
}

.fc-green {
  color: #7cb342;
}

.bg-green {
  background-color: #7cb342 !important;
}

.btn-green {
  background-color: #7cb342;
  color: #f0f0f0;
}
.btn-green:hover {
  color: #fff;
}

.alert-green {
  background-color: white;
  color: #6fa03b;
  border: 1px solid #7cb342;
  border-radius: 3px;
}

.fc-yellow {
  color: #fdd835;
}

.bg-yellow {
  background-color: #fdd835 !important;
}

.btn-yellow {
  background-color: #fdd835;
  color: #f0f0f0;
}
.btn-yellow:hover {
  color: #fff;
}

.alert-yellow {
  background-color: white;
  color: #fdd31c;
  border: 1px solid #fdd835;
  border-radius: 3px;
}

.fc-orange {
  color: #ffa000;
}

.bg-orange {
  background-color: #ffa000 !important;
}

.btn-orange {
  background-color: #ffa000;
  color: #f0f0f0;
}
.btn-orange:hover {
  color: #fff;
}

.alert-orange {
  background-color: white;
  color: #e69000;
  border: 1px solid #ffa000;
  border-radius: 3px;
}

.fc-room {
  color: #fbc02d;
}

.bg-room {
  background-color: #fbc02d !important;
}

.btn-room {
  background-color: #fbc02d;
  color: #f0f0f0;
}
.btn-room:hover {
  color: #fff;
}

.alert-room {
  background-color: white;
  color: #fbb814;
  border: 1px solid #fbc02d;
  border-radius: 3px;
}

.fc-cool {
  color: #2196f3;
}

.bg-cool {
  background-color: #2196f3 !important;
}

.btn-cool {
  background-color: #2196f3;
  color: #f0f0f0;
}
.btn-cool:hover {
  color: #fff;
}

.alert-cool {
  background-color: white;
  color: #0d8aee;
  border: 1px solid #2196f3;
  border-radius: 3px;
}

.fc-cold {
  color: #3f51b5;
}

.bg-cold {
  background-color: #3f51b5 !important;
}

.btn-cold {
  background-color: #3f51b5;
  color: #f0f0f0;
}
.btn-cold:hover {
  color: #fff;
}

.alert-cold {
  background-color: white;
  color: #3849a2;
  border: 1px solid #3f51b5;
  border-radius: 3px;
}

.fc-gray {
  color: #aaa;
}

.bg-gray {
  background-color: #aaa !important;
}

.btn-gray {
  background-color: #aaa;
  color: #f0f0f0;
}
.btn-gray:hover {
  color: #fff;
}

.alert-gray {
  background-color: white;
  color: #9d9d9d;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.fc-gray-light {
  color: #fafafa;
}

.bg-gray-light {
  background-color: #fafafa !important;
}

.btn-gray-light {
  background-color: #fafafa;
  color: #f0f0f0;
}
.btn-gray-light:hover {
  color: #fff;
}

.alert-gray-light {
  background-color: white;
  color: #ededed;
  border: 1px solid #fafafa;
  border-radius: 3px;
}

.fc-gray01 {
  color: #F4F7FA;
}

.bg-gray01 {
  background-color: #F4F7FA !important;
}

.btn-gray01 {
  background-color: #F4F7FA;
  color: #f0f0f0;
}
.btn-gray01:hover {
  color: #fff;
}

.alert-gray01 {
  background-color: white;
  color: #e2eaf2;
  border: 1px solid #F4F7FA;
  border-radius: 3px;
}

.fc-gray02 {
  color: #E6ECF0;
}

.bg-gray02 {
  background-color: #E6ECF0 !important;
}

.btn-gray02 {
  background-color: #E6ECF0;
  color: #f0f0f0;
}
.btn-gray02:hover {
  color: #fff;
}

.alert-gray02 {
  background-color: white;
  color: #d6e0e6;
  border: 1px solid #E6ECF0;
  border-radius: 3px;
}

.fc-gray03 {
  color: #B4BEC7;
}

.bg-gray03 {
  background-color: #B4BEC7 !important;
}

.btn-gray03 {
  background-color: #B4BEC7;
  color: #f0f0f0;
}
.btn-gray03:hover {
  color: #fff;
}

.alert-gray03 {
  background-color: white;
  color: #a5b1bc;
  border: 1px solid #B4BEC7;
  border-radius: 3px;
}

.fc-gray04 {
  color: #545F65;
}

.bg-gray04 {
  background-color: #545F65 !important;
}

.btn-gray04 {
  background-color: #545F65;
  color: #f0f0f0;
}
.btn-gray04:hover {
  color: #fff;
}

.alert-gray04 {
  background-color: white;
  color: #485257;
  border: 1px solid #545F65;
  border-radius: 3px;
}

h2.heading {
  display: flex;
  align-items: baseline;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 576px) {
  h2.heading {
    margin-bottom: 0;
  }
}
h2.heading span {
  color: #168CD6;
}
h2.heading small {
  font-size: 1rem;
}
h2.heading small::before {
  content: "-";
  margin: 0 0.5rem;
}
h2.heading small::after {
  content: "-";
  margin: 0 0.5rem;
}
h2.heading a {
  display: block;
  color: #fff;
  background-color: #168CD6;
  margin-left: auto;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
  border-radius: 5px;
}
h2.heading a:hover {
  background-color: #147dbf;
}

h3.heading {
  text-align: center;
}
h3.heading span {
  color: #168CD6;
  display: block;
}
h3.heading small {
  font-size: 0.8rem;
}

h4 {
  font-size: 1.2rem;
  color: #168CD6;
}

.table-base tr {
  border-bottom: solid 2px #d6d6d6;
}
.table-base th,
.table-base td {
  padding: 1.5rem !important;
  font-weight: 500 !important;
  color: #3B4043;
}
.table-base th a,
.table-base td a {
  color: #3B4043;
}
.table-base th {
  text-align: end;
  width: 40%;
}
@media (max-width: 576px) {
  .table-base tr {
    border-bottom: 0;
  }
  .table-base th,
  .table-base td {
    display: block;
    width: 100%;
    border-bottom: solid 1px #d6d6d6;
  }
  .table-base th {
    text-align: start;
    background-color: #E6ECF0;
  }
}

.table-cart th {
  font-weight: normal;
  background-color: #168CD6 !important;
  color: #fff;
}

b {
  color: #d81b60;
}

form *:focus {
  box-shadow: none !important;
  border: 1px solid #168CD6 !important;
}

.form-floating label {
  font-size: 0.8rem;
  color: #999;
  padding: 1rem !important;
}

.form-floating label b {
  color: #d81b60;
  padding-left: 0.2rem;
}

.thumb01,
.thumb01-hold,
.thumb03 {
  position: relative;
  display: block;
  background-color: #1e9ae8;
  background-size: cover;
  background-position: center center;
}
.thumb01:before,
.thumb01-hold:before,
.thumb03:before {
  display: block;
  content: "";
  padding-top: 60%;
}
@media (max-width: 576px) {
  .thumb01:before,
  .thumb01-hold:before,
  .thumb03:before {
    padding-top: 80%;
  }
}
@media (max-width: 576px) {
  .thumb01-hold:before,
  .thumb01-hold-hold:before,
  .thumb03-hold:before {
    padding-top: 60%;
  }
}

.thumb02 {
  position: relative;
  display: block;
  background-color: #1e9ae8;
  background-size: cover;
  background-position: center center;
}
.thumb02:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.badge {
  font-weight: normal;
  padding: 0.27rem 0.5rem;
  margin-right: 0.3rem;
}

.ind-15 {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}

.page-link {
  color: #545F65;
  border: 1px solid #545F65;
}
.page-link:hover {
  background-color: #545F65;
  color: #fff;
  border: 1px solid #fff;
}

.news-detail h2 {
  color: #545F65;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: clamp(1.3rem, 1.118rem + 0.91vw, 1.8rem);
}

.panel .box {
  height: 100%;
}
.panel .box .thumb {
  transition: 0.5s;
}
.panel .box .title {
  display: block;
  background-color: #168CD6;
  color: #fff;
  padding: 0.5rem 1rem;
  transition: 1s;
}
.panel .box .exp {
  padding: 1rem 1rem;
  height: 100%;
}
.panel .box:hover .thumb {
  filter: brightness(0.8);
}
.panel .box:hover .title {
  background-color: #116ea8;
}

.data-list01 .card {
  background-color: #F4F7FA;
  border-radius: 30px;
  border: 0px;
}
@media (max-width: 767px) {
  .data-list01 .card {
    border-radius: 16px;
  }
}
.data-list01 .card .thumb01 {
  border-radius: 29px 29px 0 0;
}
@media (max-width: 767px) {
  .data-list01 .card .thumb01 {
    border-radius: 15px 0 0 15px;
  }
}
@media (max-width: 575px) {
  .data-list01 .card .thumb01 {
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 575px) {
  .data-list01 .card .thumb01:before {
    padding-top: 55%;
  }
}
.data-list01 .card .thumb03 {
  border-radius: 29px 29px 0 0;
}
@media (max-width: 991px) {
  .data-list01 .card .thumb03 {
    border-radius: 15px 0 0 15px;
  }
}
@media (max-width: 575px) {
  .data-list01 .card .thumb03 {
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 575px) {
  .data-list01 .card .thumb03:before {
    padding-top: 55%;
  }
}
.data-list01 .new {
  font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
  margin-left: 0.5rem;
  color: red;
  font-weight: 500;
}
.data-list01 .title {
  color: #545F65;
  font-size: clamp(1.1rem, 0.991rem + 0.55vw, 1.4rem);
  font-weight: 600;
}
.data-list01 .category {
  font-size: 0.7rem;
  font-weight: 600;
}
.data-list01 .update {
  text-align: right;
  font-size: 0.8rem;
  font-size: 500px;
}
.data-list01 .position-absolute {
  top: 0.5rem;
  left: 0rem;
}
@media (max-width: 576px) {
  .data-list01 .position-absolute {
    left: -0.3rem;
  }
}

.privacy {
  line-height: 200%;
}
.privacy h3 {
  margin-bottom: 2rem;
  margin-top: 3rem;
  color: #168CD6;
}
.privacy h4 {
  margin-bottom: 1rem;
}
.privacy p {
  margin-bottom: 2rem;
}

.faq h3 {
  color: #168CD6;
}

#payjp_checkout_box input[type=button] {
  background-image: none !important;
  background-color: #168CD6 !important;
  border: none !important;
  font-size: 1rem !important;
}
#payjp_checkout_box input[type=button]:hover {
  background-color: #147dbf !important;
}

#showcase {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(22, 140, 214, 0.8);
  transition: 1s;
  opacity: 0;
}
#showcase.active {
  opacity: 1;
}
#showcase img {
  max-height: 80vh;
}

.cp {
  cursor: pointer;
}

.contact-box {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-box h2:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-box h2:first-child::before, .contact-box h2:first-child::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #168CD6;
  margin: 0 1rem;
}
.contact-box .partition {
  border-right: 1px dashed #121212;
}
@media screen and (max-width: 576px) {
  .contact-box {
    border: none;
  }
  .contact-box .partition {
    border-right: none;
    border-bottom: 1px dashed #aaa;
  }
}

.score-board.score-wide .score-point {
  font-size: 8rem;
}
.score-board-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.score-board .score-point {
  font-size: 4rem;
}
.score-board img {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
}
.score-board .team-logo {
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.score-board-detail {
  font-size: 2rem;
}
@media screen and (max-width: 576px) {
  .score-board.score-wide .score-point {
    font-size: 4rem;
  }
  .score-board-title {
    font-size: 1.5rem;
  }
  .score-board .score-point {
    font-size: 4rem;
  }
  .score-board-detail {
    font-size: 1.5rem;
  }
}

/*
追加 ------------------------------------
*/
.page_wrapper {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .page_wrapper {
    padding: 4rem 0;
  }
}

p {
  font-size: clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
  line-height: 1.8em;
}

/*
index
*/
.fv_slide {
  height: 100vh;
  position: relative;
}
.fv_slide .fv_content {
  position: absolute;
  text-align: center;
  color: white;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  width: 92%;
  z-index: 2;
}
.fv_slide .fv_content img {
  width: 10vw;
  min-width: 100px;
  margin-bottom: 3rem;
}
.fv_slide .fv_content .catch01, .fv_slide .fv_content .catch02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.fv_slide .fv_content .catch01 {
  font-size: clamp(1.2rem, 0.727rem + 2.36vw, 2.5rem);
  line-height: 1.1em;
}
.fv_slide .fv_content .catch02 {
  font-size: clamp(2rem, 0.982rem + 5.09vw, 4.8rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .fv_slide .fv_content {
    top: 55%;
  }
  .fv_slide .fv_content p {
    font-size: 0.9rem;
    text-align: left;
  }
}
.fv_slide .fv_blog.active {
  display: none;
}
@media screen and (max-width: 991px) {
  .fv_slide .fv_blog.active {
    position: absolute;
    display: block;
    right: 0;
    bottom: 2.5rem;
    z-index: 1;
  }
  .fv_slide .fv_blog.active a {
    color: white;
    padding: 0.5rem 1rem;
    background-color: #168CD6;
    border-radius: 1rem 0 0 1rem;
    font-size: 0.7rem;
  }
}
.fv_slide .swiper {
  z-index: -1;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fv_slide .swiper .swiper-wrapper .swiper-slide {
  /* スライド アクティブ時 */
}
.fv_slide .swiper .swiper-wrapper .swiper-slide div {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.fv_slide .swiper .swiper-wrapper .swiper-slide div video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.fv_slide .swiper .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fv_slide .swiper .swiper-pagination .swiper-pagination-bullet {
  width: calc(33.3333333333% - 5px);
  height: 6px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
  margin: 0;
  transition: 0.5s;
}
.fv_slide .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transition: 0.5s;
}
.fv_slide .progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #168CD6;
  transform-origin: top left;
}
.fv_slide .page_top {
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  color: white;
  border-bottom: solid 1px white;
  padding: 0.5rem 0 0.5rem 2.2rem;
  z-index: 999;
  transform: rotate(90deg);
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}
@media screen and (max-width: 1200px) {
  .fv_slide .page_top {
    display: none;
  }
}
.fv_slide .page_top span {
  position: relative;
}
.fv_slide .page_top span:before {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: -1.75rem;
  width: 1px;
  height: 1.2rem;
  background-color: white;
  transform: rotate(45deg);
  transform-origin: center left;
}
@media screen and (max-width: 767px) {
  .fv_slide {
    height: 50vh;
  }
  .fv_slide .fv_content {
    top: 62%;
  }
  .fv_slide .fv_content p {
    display: none;
  }
  .fv_slide .swiper {
    height: 50vh;
  }
  .fv_slide .fv_blog.active {
    display: none;
  }
}

.fv_sp_content {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv_sp_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
  }
  .fv_sp_content p {
    font-size: 0.9rem;
    text-align: left;
    color: #545F65;
    width: 90%;
    margin-bottom: 0;
  }
}
.fv_sp_content .fv_blog {
  display: none;
}
@media screen and (max-width: 991px) {
  .fv_sp_content.active .fv_blog {
    position: absolute;
    display: block;
    right: 0;
    bottom: 2.5rem;
    z-index: 1;
  }
  .fv_sp_content.active .fv_blog a {
    color: white;
    padding: 0.5rem 1rem;
    background-color: #168CD6;
    border-radius: 1rem 0 0 1rem;
    font-size: 0.7rem;
  }
}
.fv_sp_content.active p {
  margin-bottom: 30px;
}

@keyframes fvFadeIn {
  0% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
.index_block {
  position: relative;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .index_block {
    padding: 5rem 0;
  }
}
.index_block p {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  letter-spacing: 0.1em;
}

.bg_grid_gray01 {
  background-image: url("../image/bg_grid_gray01.jpg");
  background-size: contain;
  background-repeat: repeat;
}

.bg_grid_gray04 {
  background-image: url("../image/bg_grid_gray04.jpg");
  background-size: contain;
  background-repeat: repeat;
  color: white;
}

.bg_black {
  background-color: black;
  color: white;
}

.bg_blue {
  background-color: #168CD6;
  color: white;
}

.number_box {
  border: solid 2px #545F65;
  border-radius: 2rem;
  text-align: center;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 4rem;
}
.number_box .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 85px;
  width: 85px;
  background-color: #545F65;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .number_box .num {
    height: 60px;
    width: 60px;
    font-size: 1.8rem;
  }
}
.number_box .title {
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
  font-weight: bold;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .number_box .content {
    text-align: left;
  }
}
.number_box img {
  padding: 25%;
  height: 225px;
}
@media screen and (max-width: 767px) {
  .number_box img {
    padding: 3rem 4rem 2rem;
    height: 170px;
  }
}

.number_box.dark {
  border: solid 2px #fff;
}
.number_box.dark .num {
  background-color: #fff;
  color: #545F65;
}
.number_box.dark .title {
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}

.numbox_wrapper {
  padding: 4rem 12%;
}
@media screen and (max-width: 1400px) {
  .numbox_wrapper {
    padding: 4rem 5%;
  }
}
@media screen and (max-width: 1200px) {
  .numbox_wrapper {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .numbox_wrapper {
    padding: 3.5rem 2rem 0;
  }
}

.company_box .policy {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
}
.company_box p {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .company_box p {
    margin: 3rem 0;
  }
}

.features_box .gray_text {
  color: #B4BEC7;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: center;
  font-size: clamp(2.2rem, 1.727rem + 2.36vw, 3.5rem);
  letter-spacing: 0.1em;
  margin: 4rem 0 1.5rem;
}
.features_box .gray_text span {
  position: relative;
  padding: 0 43px;
}
.features_box .gray_text span::before, .features_box .gray_text span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 90px;
  height: 1.5px;
  background-color: #B4BEC7;
  transform: rotate(45deg);
  transform-origin: center center;
}
.features_box .gray_text span::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .features_box .gray_text {
    margin: 2.5rem 0 1.5rem;
  }
  .features_box .gray_text span {
    padding: 0 30px;
  }
  .features_box .gray_text span::after, .features_box .gray_text span::before {
    width: 60px;
  }
}
.features_box .bg_circle {
  background-image: url("../image/index_features.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding: 4rem 0;
  margin-bottom: 5rem;
}
.features_box .bg_circle .catch {
  font-size: clamp(1.5rem, 0.26rem + 2.59vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .features_box .bg_circle {
    text-align: left;
    padding: 1rem 0;
    margin-bottom: 3rem;
  }
}

.service_wrapper {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .service_wrapper {
    padding: 3rem 0;
  }
}
.service_wrapper .heading01_dark {
  margin-bottom: 3rem;
}
.service_wrapper .service_img {
  border-radius: 2rem;
}

.benefit_box .benefit_wrapper {
  padding: 4rem 12%;
}
@media screen and (max-width: 1400px) {
  .benefit_box .benefit_wrapper {
    padding: 4rem 5%;
  }
}
@media screen and (max-width: 1200px) {
  .benefit_box .benefit_wrapper {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .benefit_box .benefit_wrapper {
    padding: 3.5rem 2rem 0;
  }
}
.benefit_box .benefit_wrapper img {
  padding: 25%;
  height: 225px;
}
@media screen and (max-width: 767px) {
  .benefit_box .benefit_wrapper img {
    padding: 3rem 4rem 2rem;
    height: 170px;
  }
}
.benefit_box .benefit_wrapper .benefit_box {
  border: solid 2px #545F65;
  border-radius: 2rem;
  text-align: center;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 4rem;
}
.benefit_box .benefit_wrapper .benefit_box .benefit_num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 85px;
  width: 85px;
  background-color: #545F65;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .benefit_box .benefit_wrapper .benefit_box .benefit_num {
    height: 60px;
    width: 60px;
    font-size: 1.8rem;
  }
}
.benefit_box .benefit_wrapper .benefit_box .benefit_title {
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
  font-weight: bold;
  padding-bottom: 1rem;
}
.benefit_box .notes {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: bold;
}

.guide_wrapper .guide_box {
  border-radius: 1rem;
  background-color: white;
  text-align: center;
  padding: 2.3rem;
  color: #373A3C;
}
.guide_wrapper .guide_box div {
  font-weight: bold;
  font-size: clamp(1rem, 0.356rem + 1.79vw, 1.7rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .guide_wrapper .guide_box {
    padding: 1.5rem;
  }
  .guide_wrapper .guide_box div {
    margin-bottom: 1rem;
  }
}

.topic_list {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .topic_list {
    margin-bottom: 3.5rem;
  }
}
.topic_list a {
  color: #545F65;
}
.topic_list a:hover .topic {
  background-color: #F4F7FA;
}
.topic_list a .topic {
  border-bottom: solid 1px #707070;
  padding: 2.3rem 0.5rem;
  transition: 0.5s;
}
.topic_list a .topic .new {
  font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
  margin-right: 0.5rem;
  color: red;
  font-weight: 500;
}
.topic_list a .topic .date {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  padding-right: 1.5rem;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.topic_list a .topic .category {
  font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
  margin-right: 1.5rem;
  border-radius: 30px;
  background-color: #545F65;
  color: white;
  padding: 0.2rem 1rem;
  font-weight: 500;
}
.topic_list a .topic .title {
  font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  .topic_list a .topic {
    padding: 1.5rem 0.3rem;
  }
  .topic_list a .topic .date {
    padding-right: 1rem;
  }
  .topic_list a .topic .title {
    margin-top: 0.8rem;
  }
}

.blog_wrapper .blog_image {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
  border-radius: 1.5rem 1.5rem 0 0;
}
.blog_wrapper .blog_box_content {
  padding: 1.5rem;
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: white;
  color: #545F65;
}
.blog_wrapper .blog_box_content .date {
  font-size: 0.9rem;
  margin-right: 1rem;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.blog_wrapper .blog_box_content .category {
  font-size: 0.75rem;
  margin-right: 1.5rem;
  border-radius: 30px;
  background-color: #545F65;
  color: white;
  padding: 0.2rem 1.3rem;
  font-weight: 500;
}
.blog_wrapper .blog_box_content .title {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.recruit_content_wrapper .recruit_img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 1.5rem 0 0 1.5rem;
}
.recruit_content_wrapper .recruit_content {
  padding: 4rem 3.5rem;
  background-color: white;
  border-radius: 0 1.5rem 1.5rem 0;
  color: #545F65;
}
.recruit_content_wrapper .recruit_content p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit_content_wrapper .recruit_img {
    padding-bottom: 60%;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .recruit_content_wrapper .recruit_content {
    padding: 2.5rem 2rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .recruit_content_wrapper .recruit_content p {
    margin-bottom: 1.5rem;
  }
}

/*
contact
*/
.privacy_check_wrapper {
  display: flex;
  align-items: top;
  justify-content: center;
}
.privacy_check_wrapper input {
  flex-shrink: 0;
}

/*
about
*/
#greeting .greeting_box img {
  border-radius: 2rem;
}
@media screen and (max-width: 991px) {
  #greeting .greeting_box img {
    width: 75%;
  }
}
#greeting .greeting_box .catch {
  font-size: clamp(1.8rem, 1.655rem + 0.73vw, 2.2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#greeting .greeting_box p {
  font-size: 1rem;
  margin-bottom: 0;
}

.president {
  width: 320px !important;
  opacity: 0.8;
}
@media screen and (max-width: 567zpx) {
  .president {
    width: 80% !important;
  }
}

.identity_content {
  font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

#history .table-base, #company .table-base {
  font-size: 1.1rem;
}
#history .table-base ul, #company .table-base ul {
  padding-left: 1rem;
}
#history .table-base ul li, #company .table-base ul li {
  list-style: disc;
}

#identity, #history, #company {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #identity, #history, #company {
    margin-bottom: 5rem;
  }
}

#access {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  font-weight: 500;
}
#access iframe {
  height: 30vw;
  max-height: 420px;
  border-radius: 1rem;
}
@media screen and (max-width: 575px) {
  #access iframe {
    height: 80vw;
  }
}
#access a {
  color: #545F65;
}

/*
faq list
*/
.faq_list .faq_list_wrapper:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .faq_list .faq_list_wrapper:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.faq_list .faq_box {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .faq_list .faq_box {
    margin-bottom: 2rem;
  }
}
.faq_list .faq_box .question {
  font-size: clamp(1.2rem, 1.164rem + 0.18vw, 1.3rem);
  margin-bottom: 1.5rem;
}
.faq_list .faq_box .question span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #168CD6;
  font-size: clamp(2.5rem, 2.318rem + 0.91vw, 3rem);
}
.faq_list .faq_box .answer {
  background-color: #F4F7FA;
  padding: 1rem 1.5rem 1.3rem;
  border: 2rem;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.1rem);
  line-height: 1.8em;
  border-radius: 1rem;
  margin: 0 2rem;
  display: flex;
  align-items: baseline;
}
.faq_list .faq_box .answer p {
  margin: 0;
}
.faq_list .faq_box .answer span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}
@media screen and (max-width: 767px) {
  .faq_list .faq_box .answer {
    margin: 0;
  }
}

/*
features
*/
.features .feature_point {
  margin-bottom: 4rem;
  padding: 0 5rem;
}
.features .feature_point .content {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 3rem;
  padding: 5rem 0 5rem 5rem;
  background-color: #F4F7FA;
}
.features .feature_point .content img {
  width: 25%;
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
  border-radius: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .features .feature_point .content img {
    width: 28%;
  }
}
.features .feature_point .content div {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .features .feature_point {
    padding: 0;
  }
  .features .feature_point .content {
    display: block;
    padding: 4rem !important;
  }
  .features .feature_point .content img {
    width: 100%;
    display: block;
    position: static;
    transform: translateY(0);
    margin-bottom: 2rem;
  }
  .features .feature_point .content div {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .features .feature_point {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .features .feature_point .content {
    padding: 2rem !important;
  }
}
.features .feature_point.img_left .content {
  padding: 5rem 5rem 5rem 0;
  justify-content: end;
}
.features .feature_point.img_left .content img {
  left: -4rem;
}
.features .bg_grid_gray04 {
  padding-bottom: 6rem;
}
.features .bg_grid_gray04 img {
  border-radius: 1.5rem;
}
.features .circulation {
  padding: 8rem 0 2rem;
}
@media screen and (max-width: 991px) {
  .features .circulation {
    padding: 6rem 0 0;
  }
}
.features .circulation .catch {
  font-size: clamp(1.5rem, 0.26rem + 2.59vw, 2.2rem);
  text-align: center;
  font-weight: bold;
}
.features .circulation .feature_figure {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .features .circulation .feature_figure {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.features .circulation .feature_figure .figure_element {
  height: 260px;
  width: 260px;
  border-radius: 50%;
  background-color: #E6ECF0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .features .circulation .feature_figure .figure_element {
    height: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .features .circulation .feature_figure .figure_element {
    width: 90%;
    height: auto;
    border-radius: 2rem;
    margin-bottom: 4rem;
  }
  .features .circulation .feature_figure .figure_element:last-child {
    margin-bottom: 0;
  }
}
.features .circulation .feature_figure .figure_element .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7rem;
  color: #B4BEC7;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .features .circulation .feature_figure .figure_element .num {
    top: -5%;
    left: 10%;
    font-size: clamp(4rem, 3.523rem + 2.38vw, 5rem);
  }
}
.features .circulation .feature_figure .figure_element .content {
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .features .circulation .feature_figure .figure_element .content {
    padding: 2rem 1.5rem;
  }
}
.features .circulation .feature_figure .arrow {
  position: relative;
}
.features .circulation .feature_figure .arrow:before, .features .circulation .feature_figure .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background-color: #545F65;
}
.features .circulation .feature_figure .arrow:before {
  transform: translate(1rem, -100%) rotate(-45deg);
  transform-origin: center bottom;
}
.features .circulation .feature_figure .arrow:after {
  transform: translate(1rem, 0) rotate(45deg);
  transform-origin: center top;
}
@media screen and (max-width: 991px) {
  .features .circulation .feature_figure .arrow:before, .features .circulation .feature_figure .arrow:after {
    top: -1.5rem;
    width: 20px;
    height: 2px;
  }
  .features .circulation .feature_figure .arrow:before {
    transform: translate(-100%, 0) rotate(30deg);
    transform-origin: right center;
  }
  .features .circulation .feature_figure .arrow:after {
    transform: translate(0, 0) rotate(-30deg);
    transform-origin: left center;
  }
}

/*
service event
*/
.service_event .heading_list, .service_promotion .heading_list {
  display: flex;
  justify-content: center;
  margin: 4rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .service_event .heading_list, .service_promotion .heading_list {
    margin: 3rem 0 3rem;
  }
}
.service_event .heading_list .list_content, .service_promotion .heading_list .list_content {
  color: #545F65 !important;
  font-size: clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
  text-align: center;
  width: 230px;
  margin: 0 0.7rem;
  font-weight: 500;
}
.service_event .heading_list .list_content .num, .service_promotion .heading_list .list_content .num {
  font-size: clamp(3rem, 2.636rem + 1.82vw, 4rem);
  color: #B4BEC7;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #B4BEC7;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.service_event .event_box:not(:last-child), .service_promotion .event_box:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 575px) {
  .service_event .event_box:not(:last-child), .service_promotion .event_box:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.service_event .event_box .title, .service_promotion .event_box .title {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-weight: 500;
}
.service_event .event_box .title .num, .service_promotion .event_box .title .num {
  font-size: clamp(3.5rem, 2.955rem + 2.73vw, 5rem);
  color: #B4BEC7;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
  margin-right: 2rem;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .service_event .event_box .title .num, .service_promotion .event_box .title .num {
    margin-right: 1.2rem;
  }
}
.service_event .event_box .content, .service_promotion .event_box .content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3rem;
  height: 430px;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service_event .event_box .content, .service_promotion .event_box .content {
    height: 460px;
    justify-content: center;
    align-items: end;
  }
}
.service_event .event_box .content div, .service_promotion .event_box .content div {
  padding: 3.5rem 2rem;
  border-radius: 2rem;
  background-color: #fff;
  width: 60%;
  line-height: 2em;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  .service_event .event_box .content div, .service_promotion .event_box .content div {
    padding: 2rem 1.5rem;
    width: 100%;
    line-height: 1.7em;
  }
}
.service_event .event_box .small_content, .service_promotion .event_box .small_content {
  padding: 0 4rem 0;
}
@media screen and (max-width: 767px) {
  .service_event .event_box .small_content, .service_promotion .event_box .small_content {
    padding: 0;
  }
}
.service_event .event_box .small_content .img, .service_promotion .event_box .small_content .img {
  border-radius: 2rem;
  padding-bottom: 56%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .service_event .event_box .small_content .img, .service_promotion .event_box .small_content .img {
    padding-bottom: 100%;
  }
}
.service_event .event_box .small_content .small_content_title, .service_promotion .event_box .small_content .small_content_title {
  text-align: center;
  font-size: clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
  margin: 1rem 0;
  font-weight: bold;
}
.service_event .event_box .small_content_events, .service_promotion .event_box .small_content_events {
  padding: 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .service_event .event_box .small_content_events, .service_promotion .event_box .small_content_events {
    padding: 0;
  }
}
.service_event .event_box .small_content_events .img, .service_promotion .event_box .small_content_events .img {
  border-radius: 2rem;
  padding-bottom: 56%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .service_event .event_box .small_content_events .img, .service_promotion .event_box .small_content_events .img {
    padding-bottom: 100%;
  }
}
.service_event .event_box .small_content_events .small_content_title, .service_promotion .event_box .small_content_events .small_content_title {
  text-align: center;
  font-size: clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
  margin: 1rem 0;
  font-weight: bold;
}

.event_flow .process_wrapper, .promotion_flow .process_wrapper {
  margin: 3rem 0 7rem;
}
@media screen and (max-width: 991px) {
  .event_flow .process_wrapper, .promotion_flow .process_wrapper {
    margin: 2rem 0 5rem;
  }
}
@media screen and (max-width: 575px) {
  .event_flow .process_wrapper, .promotion_flow .process_wrapper {
    margin: 1rem 0 3rem;
  }
}
.event_flow .process_wrapper .process, .promotion_flow .process_wrapper .process {
  display: flex;
}
.event_flow .process_wrapper .process .num, .promotion_flow .process_wrapper .process .num {
  font-size: 3rem;
  margin-right: 7rem;
  position: relative;
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  width: 52px;
  text-align: end;
  flex-shrink: 0;
}
.event_flow .process_wrapper .process .num::before, .promotion_flow .process_wrapper .process .num::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  right: -2.75rem;
  width: 1px;
  height: calc(100% + 5rem);
  background-color: #98A6B5;
}
.event_flow .process_wrapper .process .num::after, .promotion_flow .process_wrapper .process .num::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  right: -4rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #98A6B5;
  transform: translate(-50%, -50%);
}
.event_flow .process_wrapper .process .num.last::before, .promotion_flow .process_wrapper .process .num.last::before {
  height: 0;
}
@media screen and (max-width: 767px) {
  .event_flow .process_wrapper .process .num, .promotion_flow .process_wrapper .process .num {
    margin-right: 3rem;
    font-size: 1.8rem;
    width: 32px;
  }
  .event_flow .process_wrapper .process .num::before, .promotion_flow .process_wrapper .process .num::before {
    top: 1.5rem;
    right: -1.78rem;
    height: calc(100% + 2.5rem);
  }
  .event_flow .process_wrapper .process .num::after, .promotion_flow .process_wrapper .process .num::after {
    top: 1.5rem;
    right: -2.5rem;
    width: 12px;
    height: 12px;
  }
}
.event_flow .process_wrapper .process .content, .promotion_flow .process_wrapper .process .content {
  font-size: 2rem;
  padding-top: 0.78rem;
  font-weight: bold;
}
.event_flow .process_wrapper .process .content p, .promotion_flow .process_wrapper .process .content p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin-top: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .event_flow .process_wrapper .process .content, .promotion_flow .process_wrapper .process .content {
    font-size: 1.3rem;
    padding-top: 0.5rem;
  }
}
.event_flow .process_wrapper .process:not(:last-child), .promotion_flow .process_wrapper .process:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .event_flow .process_wrapper .process:not(:last-child), .promotion_flow .process_wrapper .process:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.promotion_flow .guide_box, .service_content .guide_box {
  background-color: #E6ECF0;
}

.event_knowledge p, .promotion_knowledge p {
  padding: 2rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .event_knowledge p, .promotion_knowledge p {
    padding: 1rem 0 3rem;
  }
}
.event_knowledge .catch, .promotion_knowledge .catch {
  font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.event_knowledge .card, .promotion_knowledge .card {
  background-color: #fff;
}

.service_strength .strength_content {
  padding: 0 12%;
}
@media screen and (max-width: 1400px) {
  .service_strength .strength_content {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  .service_strength .strength_content {
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .service_strength .strength_content {
    padding: 0 2rem;
  }
}
.service_strength .strength_content .catch {
  font-size: clamp(1.4rem, 1.222rem + 0.89vw, 2rem);
  text-align: center;
  font-weight: bold;
  margin-top: 3rem;
}
.service_strength .strength_content p {
  padding: 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .service_strength .strength_content p {
    padding: 2rem 0;
  }
}
.service_strength .strength_content .strength_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service_strength .strength_content .strength_item .img_wrapper {
  border-radius: 50%;
  width: 220px;
  padding: 0 10%;
  flex-shrink: 0;
}
.service_strength .strength_content .strength_item .img_wrapper img {
  width: 100%;
}
.service_strength .strength_content .strength_item .title {
  margin: 2rem 0 1rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.service_strength .strength_content .strength_item p {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .service_strength .strength_content .strength_item {
    flex-direction: row;
    text-align: left;
    padding: 2rem 0;
    border-bottom: dotted 1px #fff;
  }
  .service_strength .strength_content .strength_item:first-of-type {
    border-top: dotted 1px #fff;
  }
  .service_strength .strength_content .strength_item .img_wrapper {
    height: 150px;
    width: 150px;
    padding: 3rem;
    margin-right: 2rem;
  }
  .service_strength .strength_content .strength_item .title {
    font-size: 1.2rem;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .service_strength .strength_content .strength_item .img_wrapper {
    height: 100px;
    width: 100px;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .service_strength .strength_content .strength_item .img_wrapper {
    height: 80px;
    width: 80px;
    padding: 1rem;
    margin-right: 1rem;
  }
}
.service_strength .strength_content:first-of-type {
  margin-bottom: 14rem;
  position: relative;
}
.service_strength .strength_content:first-of-type::before, .service_strength .strength_content:first-of-type::after {
  content: "";
  position: absolute;
  bottom: -7.8rem;
  left: 50%;
  width: 35px;
  height: 2px;
  background-color: #fff;
}
.service_strength .strength_content:first-of-type::before {
  transform: translate(-100%, -50%) rotate(40deg);
  transform-origin: bottom right;
}
.service_strength .strength_content:first-of-type::after {
  transform: translate(0, -50%) rotate(-40deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 991px) {
  .service_strength .strength_content:first-of-type {
    margin-bottom: 10rem;
  }
  .service_strength .strength_content:first-of-type::before, .service_strength .strength_content:first-of-type::after {
    bottom: -6.5rem;
  }
}
.service_strength .strength_content .strength_box_wrapper {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .service_strength .strength_content .strength_box_wrapper {
    padding-top: 3.5rem;
  }
}

.service_content .service_content_list {
  margin: 4rem 0 5rem;
}
@media screen and (max-width: 575px) {
  .service_content .service_content_list {
    margin: 1rem 0 4rem;
  }
}
.service_content .service_content_list .list_item {
  font-size: clamp(1.1rem, 0.371rem + 1.18vw, 1.4rem);
  padding: 1rem 0;
  border-bottom: solid 1px #545F65;
  font-weight: 500;
}
.service_content .catch {
  font-size: clamp(1.1rem, 0.952rem + 0.74vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.service_mcn .mcn_wrapper {
  padding-left: 12%;
  padding-right: 12%;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1400px) {
  .service_mcn .mcn_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .service_mcn .mcn_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .service_mcn .mcn_wrapper {
    margin-bottom: 6rem;
  }
}
.service_mcn .mcn_wrapper .explanation {
  padding: 2rem 6rem 5rem;
}
@media screen and (max-width: 767px) {
  .service_mcn .mcn_wrapper .explanation {
    padding: 1rem 0 2rem;
  }
}
.service_mcn .mcn_wrapper .mcn_figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service_mcn .mcn_wrapper .mcn_figure .google_img {
  width: clamp(150px, 25vw, 300px);
  height: clamp(150px, 25vw, 300px);
  background-color: #fff;
  border-radius: 2rem;
  padding: 3.5rem;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.service_mcn .mcn_wrapper .mcn_figure .google_img::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 2px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: #fff;
}
.service_mcn .mcn_wrapper .mcn_figure .google_img img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service_mcn .mcn_wrapper .mcn_figure .google_img {
    margin-bottom: 40px;
    padding: 2rem;
  }
  .service_mcn .mcn_wrapper .mcn_figure .google_img::after {
    height: 40px;
  }
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content {
  background: #fff;
  padding: 7%;
  border-radius: 2rem;
  color: #000;
  width: 100%;
  margin-bottom: 70px;
  position: relative;
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 2px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service_mcn .mcn_wrapper .mcn_figure .mcn_content {
    margin-bottom: 40px;
  }
  .service_mcn .mcn_wrapper .mcn_figure .mcn_content::after {
    height: 40px;
  }
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content .title {
  text-align: center;
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content .title .en_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2.5rem, 2.352rem + 0.74vw, 3rem);
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content .title .en_title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content .title .en_title div {
  padding: 0 1rem;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content .title .en_title div:first-of-type {
  padding-left: 2rem;
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content .title .en_title div:last-of-type {
  padding-right: 2rem;
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content .title .en_title div span {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9rem;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.service_mcn .mcn_wrapper .mcn_figure .mcn_content .title small {
  font-size: 1.1rem !important;
  font-weight: 500;
}
.service_mcn .mcn_wrapper .mcn_figure .logo_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
}
.service_mcn .mcn_wrapper .mcn_figure .logo_wrapper .img_wrapper {
  height: 100px;
  width: 240px;
}
.service_mcn .mcn_wrapper .mcn_figure .logo_wrapper img {
  height: 100%;
}
.service_mcn .mcn_wrapper .mcn_figure .logo_wrapper span {
  position: relative;
  width: 86px;
}
.service_mcn .mcn_wrapper .mcn_figure .logo_wrapper span::before, .service_mcn .mcn_wrapper .mcn_figure .logo_wrapper span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  transform-origin: center center;
}
.service_mcn .mcn_wrapper .mcn_figure .logo_wrapper span::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .service_mcn .mcn_wrapper .mcn_figure .logo_wrapper {
    margin: 3rem 0;
  }
  .service_mcn .mcn_wrapper .mcn_figure .logo_wrapper .img_wrapper {
    height: auto;
    width: 100px;
  }
  .service_mcn .mcn_wrapper .mcn_figure .logo_wrapper img {
    width: 100%;
  }
  .service_mcn .mcn_wrapper .mcn_figure .logo_wrapper span {
    width: 48px;
  }
  .service_mcn .mcn_wrapper .mcn_figure .logo_wrapper span::before, .service_mcn .mcn_wrapper .mcn_figure .logo_wrapper span::after {
    width: 50px;
  }
}
.service_mcn .mcn_wrapper .mcn_figure .oc_content .oc_title {
  text-align: center;
  position: relative;
  font-size: clamp(1.3rem, 1.152rem + 0.74vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 3rem;
}
.service_mcn .mcn_wrapper .mcn_figure .oc_content .oc_title::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #000;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img {
  width: 23%;
  aspect-ratio: 10/7;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.5rem;
  margin-top: 70px;
  position: relative;
}
.service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 2px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #fff;
}
.service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 115%;
  top: -70px;
  background-color: #fff;
}
.service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img:nth-child(1)::before, .service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img:nth-child(2)::before {
  left: 50%;
}
.service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img:nth-child(3)::before, .service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img:nth-child(4)::before {
  right: 50%;
}
.service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img {
    margin-top: 40px;
    padding: 1.2rem;
    border-radius: 1rem;
  }
  .service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img::after {
    height: 40px;
  }
  .service_mcn .mcn_wrapper .mcn_figure .youtube_img_wrapper .youtube_img::before {
    top: -40px;
  }
}
.service_mcn .mcn_service .catch {
  font-size: clamp(1.4rem, 1.222rem + 0.89vw, 2rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}
.service_mcn .mcn_service .mcn_service_content {
  border-right: solid 1px #E6ECF0;
  height: 100%;
}
.service_mcn .mcn_service .mcn_service_content.last {
  border-right: none;
}
.service_mcn .mcn_service .mcn_service_content .title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.service_mcn .mcn_service .mcn_service_content .title .num {
  font-size: 5rem;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #B4BEC7;
}
.service_mcn .mcn_service .mcn_service_content .img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 56%;
  margin: 2.5rem 0 3rem;
  border-radius: 2rem;
}
.service_mcn .mcn_service .mcn_service_content .list_heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.service_mcn .mcn_service .mcn_service_content ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.7rem;
}
.service_mcn .mcn_service .mcn_service_content ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #168CD6;
  border-radius: 50%;
  top: 0.7rem;
  left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .service_mcn .mcn_service .mcn_service_content {
    border-right: none;
    border-bottom: solid 1px #E6ECF0;
    padding: 1rem 0 2rem;
  }
  .service_mcn .mcn_service .mcn_service_content.last {
    border-bottom: none;
  }
  .service_mcn .mcn_service .mcn_service_content .title {
    display: flex;
    align-items: baseline;
  }
  .service_mcn .mcn_service .mcn_service_content .title .num {
    margin-right: 1rem;
    font-size: 3rem;
  }
  .service_mcn .mcn_service .mcn_service_content .img {
    margin: 1rem 0 2rem;
  }
}
@media screen and (max-width: 575px) {
  .service_mcn .mcn_service .catch {
    margin-bottom: 1rem;
  }
}

.rounded-20 {
  border-radius: 20px;
}

/*
swiper
*/
.achieve_swiper {
  overflow: hidden;
}
.achieve_swiper .swiper {
  overflow: visible;
  padding-bottom: 8rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .achieve_swiper .swiper {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .achieve_swiper .swiper {
    padding-bottom: 7rem;
  }
}
.achieve_swiper .swiper .swiper-wrapper {
  align-items: top;
}
.achieve_swiper .swiper .swiper-wrapper .swiper-slide {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .achieve_swiper .swiper .swiper-wrapper .swiper-slide {
    width: 70vw;
  }
}
.achieve_swiper .swiper .swiper-wrapper .swiper-slide .slide-media {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60%;
  width: 100%;
  border-radius: 2rem;
}
.achieve_swiper .swiper .swiper-wrapper .swiper-slide .slide-content {
  color: #545F65;
  font-weight: 500;
}
.achieve_swiper .swiper .swiper-wrapper .swiper-slide .slide-content .date {
  font-size: 1rem !important;
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
}
.achieve_swiper .swiper .swiper-wrapper .swiper-slide .slide-content .title {
  font-size: 1.2rem;
}
.achieve_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .slide {
  pointer-events: none;
  opacity: 0.3;
  transition: 1s;
}
.achieve_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .slide .slide-content {
  display: none;
}
.achieve_swiper .swiper-button-next, .achieve_swiper .swiper-button-prev {
  color: #545F65;
  top: calc(50% - 4.5rem);
}
@media screen and (max-width: 575px) {
  .achieve_swiper .swiper-button-next, .achieve_swiper .swiper-button-prev {
    top: calc(50% - 4.8rem);
    width: 20px;
  }
  .achieve_swiper .swiper-button-next::after, .achieve_swiper .swiper-button-prev::after {
    font-size: 2rem;
  }
}
.achieve_swiper .swiper-button-next {
  right: calc(50% - 330px);
}
@media screen and (max-width: 991px) {
  .achieve_swiper .swiper-button-next {
    right: calc(50% - 310px);
  }
}
@media screen and (max-width: 767px) {
  .achieve_swiper .swiper-button-next {
    right: calc(50% - 35vw - 52px);
  }
}
@media screen and (max-width: 575px) {
  .achieve_swiper .swiper-button-next {
    right: 4%;
  }
}
.achieve_swiper .swiper-button-prev {
  left: calc(50% - 330px);
}
@media screen and (max-width: 991px) {
  .achieve_swiper .swiper-button-prev {
    left: calc(50% - 310px);
  }
}
@media screen and (max-width: 767px) {
  .achieve_swiper .swiper-button-prev {
    left: calc(50% - 35vw - 52px);
  }
}
@media screen and (max-width: 575px) {
  .achieve_swiper .swiper-button-prev {
    left: 4%;
  }
}
.achieve_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
}
.achieve_swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  border: solid 1px #545F65;
  border-radius: 50%;
  color: #545F65;
  text-align: center;
  vertical-align: middle;
  opacity: 1 !important;
  margin: 20px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.achieve_swiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #545F65;
  top: 50%;
  right: -1px;
  transform: translateX(-100%);
}
.achieve_swiper .swiper-pagination .swiper-pagination-bullet.first::after {
  width: 0px;
}
@media screen and (max-width: 575px) {
  .achieve_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 15px !important;
  }
  .achieve_swiper .swiper-pagination .swiper-pagination-bullet::after {
    width: 30px;
  }
}
.achieve_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #168CD6;
  border: solid 1px #168CD6;
  color: #fff;
}

/*
reqruit
*/
.reqruit .bg-gray01 {
  border-radius: 2rem;
  padding: 7%;
}
.reqruit .bg-gray01 .head img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.reqruit .bg-gray01 .recruit_table th {
  font-weight: 400;
  background-color: #E6ECF0;
  width: 20%;
}
.reqruit .bg-gray01 .recruit_table th, .reqruit .bg-gray01 .recruit_table td {
  padding: 1.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .reqruit .bg-gray01 .recruit_table th, .reqruit .bg-gray01 .recruit_table td {
    width: 100%;
    display: block;
  }
}
.reqruit .btn01 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .reqruit .btn01 {
    width: 100%;
  }
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.category_wrapper .cate_title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #B4BEC7;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .category_wrapper .cate_title {
    font-size: 1.2rem;
    text-align: left;
  }
}/*# sourceMappingURL=style.min.css.map */