@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
グローバル変数
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  color: black;
  line-height: 1;
  min-width: 350px;
}
body.debug {
  background-color: pink;
}
@media (min-width: 768px) {
  body.debug {
    background-color: rgb(244, 244, 190);
  }
}
@media (min-width: 1200px) {
  body.debug {
    background-color: rgb(156, 230, 208);
  }
}

img {
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
  display: block;
}
a:not(.not-link) {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

p {
  margin-bottom: 0;
}

.table {
  margin-bottom: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.flex {
  display: flex;
  align-items: flex-end;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Main css
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid .row,
.container-lg .row,
.container-md .row,
.container-sm .row,
.container-xl .row {
  margin-left: 0;
  margin-right: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    width: 100%;
  }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: calc(100% - 30px);
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    width: 100%;
  }
}

.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a.blue-link {
  color: #1C6DBE;
  text-decoration: underline;
  display: inline;
}
a.blue-link:hover {
  opacity: 0.7;
}

*:focus {
  outline: none;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

div.border-emphais,
span.border-emphais,
p.border-emphais {
  background-image: linear-gradient(transparent 60%, #D40000 60%);
}

.point-3-reader-line-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.point-3-reader-line-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.point-3-reader-line-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.explain p {
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 768px) {
  .explain p {
    font-size: 20px;
    line-height: 1.8;
  }
}

.explain-list ul li {
  position: relative;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .explain-list ul li {
    padding-left: 30px;
  }
}
.explain-list ul li:not(:last-child) {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .explain-list ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}
.explain-list ul li:not(.no-point)::before {
  content: "・";
}
.explain-list ul li.no-point::before {
  content: "";
}
.explain-list ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .explain-list ul li::before {
    font-size: 20px;
  }
}

.my-fade {
  opacity: 0;
  transition: opacity 1s;
  transition-duration: 1.5s;
  transition-delay: 0;
  transition-timing-function: ease;
}
.my-fade.view {
  opacity: 1;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	設定本体
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.common-header {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding-top: 80px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .common-header {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
.common-header p.main-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .common-header p.main-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px;
  }
}
.common-header p.sub-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .common-header p.sub-title {
    font-size: 20px;
  }
}

.menu-modal .modal-content {
  background-color: #2A2458;
}
.menu-modal .modal-content .modal-my-header {
  position: relative;
  padding: 20px;
}
.menu-modal .modal-content .modal-my-header .sm-logo {
  float: left;
  width: min(200px, 60%);
}
.menu-modal .modal-content .modal-my-header .sm-logo img {
  width: 100%;
}
.menu-modal .modal-content .modal-my-header .modal-close-button {
  float: right;
  width: 30px;
}
.menu-modal .modal-content .modal-my-header .modal-close-button img {
  width: 100%;
}
.menu-modal .modal-content .modal-my-header .modal-header-border {
  position: absolute;
  border-bottom: solid 1px white;
  width: 90%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.menu-modal .modal-content .modal-body {
  position: relative;
  padding-top: 30px;
}
.menu-modal .modal-content .modal-body .illusuration {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 80%;
}
.menu-modal .modal-content .modal-body .illusuration img {
  width: 100%;
}
.menu-modal .modal-content .modal-body ul {
  position: relative;
  z-index: 1;
}
.menu-modal .modal-content .modal-body ul li {
  margin-bottom: 25px;
}
.menu-modal .modal-content .modal-body ul li i {
  color: white;
  padding-right: 5px;
}
.menu-modal .modal-content .modal-body ul li a {
  display: inline-block;
  color: white;
  font-size: 16px;
}

.alert {
  position: fixed;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1200;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
}
.alert.active {
  visibility: visible;
  opacity: 1;
  transition: 1s;
}

.main-header {
  position: relative;
  width: 100%;
  height: 48px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  background-color: rgba(220, 220, 220, 0.93);
}
@media (min-width: 768px) {
  .main-header {
    height: 68px;
  }
}
.main-header.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.main-header .header-inner {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .main-header .header-inner {
    padding-left: 30px;
  }
}
.main-header .header-inner .header-logo {
  width: max(120px, min(32vw, 200px));
  height: 100%;
  float: left;
}
@media (min-width: 768px) {
  .main-header .header-inner .header-logo {
    width: 223px;
  }
}
.main-header .header-inner .header-logo a {
  display: table;
  height: 100%;
}
.main-header .header-inner .header-logo a div {
  display: table-cell;
  vertical-align: middle;
}
.main-header .header-inner .header-logo a div img {
  width: 100%;
}
.main-header .header-inner .header-menu {
  float: right;
  height: 100%;
}
@media (max-width: 767px) {
  .main-header .header-inner .header-menu {
    display: none;
  }
}
.main-header .header-inner .header-menu a {
  display: table;
  height: 100%;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .main-header .header-inner .header-menu a {
    margin-right: 30px;
  }
}
.main-header .header-inner .header-menu a .box {
  display: table-cell;
  vertical-align: middle;
}
.main-header .header-inner .header-menu a .box div {
  padding-left: 2px;
  padding-right: 2px;
  border-left: 1px solid transparent;
  transition: all 0.5s ease-in 0.1s;
}
.main-header .header-inner .header-menu a .box div.menu-ja-box {
  padding-bottom: 6px;
}
.main-header .header-inner .header-menu a .box div.menu-ja-box p {
  font-size: 14px;
  transition: all 0.5s ease-in 0.1s;
}
.main-header .header-inner .header-menu a .box div.menu-en-box {
  width: -moz-fit-content;
  width: fit-content;
}
.main-header .header-inner .header-menu a .box div.menu-en-box p {
  font-size: 10px;
  color: #AC8D80;
  transition: all 0.5s ease-in 0.1s;
}
.main-header .header-inner .header-menu a .box div p {
  white-space: nowrap;
}
.main-header .header-inner .header-menu a:hover .box .menu-ja-box {
  border-left: 1px solid #183C95;
}
.main-header .header-inner .header-menu a:hover .box .menu-ja-box p {
  color: #183C95;
}
.main-header .header-inner .header-menu a:hover .box .menu-en-box {
  background-color: #183C95;
}
.main-header .header-inner .header-menu a:hover .box .menu-en-box p {
  color: white;
}
.main-header .header-inner .header-menu-sm {
  float: right;
  padding: 5px;
  height: 100%;
}
.main-header .header-inner .header-menu-sm button {
  height: 100%;
}
.main-header .header-inner .header-menu-sm button img {
  height: 100%;
}
.main-header .header-inner.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
  transition-delay: 0.2s;
}
.main-header .contact-area {
  position: absolute;
  right: 0;
  background-color: rgba(220, 220, 220, 0.93);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  display: none;
}
@media (max-width: 767px) {
  .main-header .contact-area {
    display: none !important;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.main-header .contact-area .contact.flex {
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.main-header .contact-area .contact.flex.form:hover .content p {
  color: #2A4B90;
  background-color: white;
  font-weight: 600;
}
.main-header .contact-area .contact.flex .icon-img {
  width: 30px;
}
.main-header .contact-area .contact.flex .icon-img img {
  width: 20px;
}
.main-header .contact-area .contact.flex .content {
  position: relative;
  overflow: hidden;
}
.main-header .contact-area .contact.flex .content.phone {
  width: 134px;
}
.main-header .contact-area .contact.flex .content.phone p.phone-number {
  font-size: 14px;
  color: #2A4B90;
  margin-bottom: 3px;
}
.main-header .contact-area .contact.flex .content.phone p.timing {
  padding: 2px 5px;
  font-size: 12px;
  color: white;
  background-color: #2A4B90;
  border-radius: 5px;
}
.main-header .contact-area .contact.flex .content.mail {
  width: -moz-fit-content;
  width: fit-content;
}
.main-header .contact-area .contact.flex .content.mail p {
  padding: 1px 4px 4px 4px;
  color: white;
  background-color: #2A4B90;
  border: 1px solid #2A4B90;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  transition: 0.5s;
}
.main-header .contact-area .contact.flex .content.mail p span.mail-contact {
  font-size: 14px;
}
.main-header .contact-area .contact.flex .content.mail p span.mail-24h {
  font-size: 12px;
}
.main-header .contact-area .contact.flex .content p::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.main-header .contact-area a.close-header-contact {
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: 20px;
  height: 20px;
}
.main-header .contact-area a.close-header-contact i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-visual {
  width: 100%;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .main-visual {
    margin-top: 0;
  }
}
.main-visual .main-visual-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 375/457;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-visual .main-visual-inner {
    aspect-ratio: 3000/1382;
  }
}
.main-visual .main-visual-inner img.main-visual-background {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .main-visual-inner img.main-visual-background.scale-up {
  transform: scale(1.02);
  transition: 2s;
  transition-delay: 0.2s;
}
.main-visual .main-visual-inner::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 33, 11, 0.33);
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 85% 0%, 50% 100%);
          clip-path: polygon(0% 100%, 0% 0%, 85% 0%, 50% 100%);
  z-index: 1;
}
@media (min-width: 768px) {
  .main-visual .main-visual-inner::before {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 50% 0%, 30% 100%);
            clip-path: polygon(0% 100%, 0% 0%, 50% 0%, 30% 100%);
  }
}
.main-visual .main-visual-inner .main-visual-text {
  position: relative;
  z-index: 2;
}
.main-visual .main-visual-inner .main-visual-text.logo-img {
  position: absolute;
  width: 27.4666666667vw;
  top: 9.0666666667vw;
  left: 5.6vw;
  opacity: 0;
}
@media (min-width: 768px) {
  .main-visual .main-visual-inner .main-visual-text.logo-img {
    width: 14.5833333333vw;
    top: 9.375vw;
    left: 6.25vw;
  }
}
.main-visual .main-visual-inner .main-visual-text.logo-img img {
  width: 100%;
}
.main-visual .main-visual-inner .main-visual-text.logo-img.fade-in {
  opacity: 1;
  transition: 2s;
  transition-delay: 0.2s;
}
.main-visual .main-visual-inner .main-visual-text.catch-copy {
  position: absolute;
  top: 20.2666666667vw;
  left: 4.5333333333vw;
  opacity: 0;
  transform: translateX(-20px);
}
@media (min-width: 768px) {
  .main-visual .main-visual-inner .main-visual-text.catch-copy {
    top: 15.625vw;
    left: 2.8125vw;
  }
}
.main-visual .main-visual-inner .main-visual-text.catch-copy p {
  text-shadow: 0 3px 6px black;
  color: white;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.43;
}
@media (min-width: 768px) {
  .main-visual .main-visual-inner .main-visual-text.catch-copy p {
    font-size: 3.125vw;
  }
}
.main-visual .main-visual-inner .main-visual-text.catch-copy.fade-in {
  opacity: 1;
  transform: translateX(0);
  transition: 2s;
  transition-delay: 0.2s;
}
.main-visual .main-visual-inner .main-visual-text.business-content {
  position: absolute;
  top: 49.0666666667vw;
  left: 4.5333333333vw;
  opacity: 0;
}
@media (min-width: 768px) {
  .main-visual .main-visual-inner .main-visual-text.business-content {
    top: 25vw;
    left: 5.2083333333vw;
  }
}
.main-visual .main-visual-inner .main-visual-text.business-content p {
  color: white;
  font-size: 4.2666666667vw;
  line-height: 1.87;
}
@media (min-width: 768px) {
  .main-visual .main-visual-inner .main-visual-text.business-content p {
    font-size: 2.0833333333vw;
    line-height: 1.75;
  }
}
.main-visual .main-visual-inner .main-visual-text.business-content.fade-in {
  opacity: 1;
  transition: 2s;
  transition-delay: 0.2s;
}

.cozy-features .cozy-features-outer {
  position: relative;
  z-index: 10;
  background-color: #DFDEDA;
  text-align: left;
  padding-bottom: 100px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100px), 50% 100%, 0% calc(100% - 100px));
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100px), 50% 100%, 0% calc(100% - 100px));
}
@media (min-width: 768px) {
  .cozy-features .cozy-features-outer {
    padding-bottom: 150px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 150px), 50% 100%, 0% calc(100% - 150px));
            clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 150px), 50% 100%, 0% calc(100% - 150px));
  }
}
.cozy-features .cozy-features-outer .cozy-features-inner p.cozy-features-title {
  padding: 40px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
}
.cozy-features .cozy-features-outer .cozy-features-inner p.cozy-features-title:first-letter {
  color: #D40000;
}
@media (min-width: 768px) {
  .cozy-features .cozy-features-outer .cozy-features-inner p.cozy-features-title {
    padding: 100px 25px 78px 25px;
    font-size: 48px;
    line-height: 1.25;
  }
}
.cozy-features .cozy-features-outer .cozy-features-inner p.cozy-features-text {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 768px) {
  .cozy-features .cozy-features-outer .cozy-features-inner p.cozy-features-text {
    padding: 0 13px 36px 13px;
    font-size: 19px;
    line-height: 1.6;
  }
}
.cozy-features .your-worries-outer {
  position: relative;
  padding-bottom: 56px;
  background-color: #193346;
  background-image: linear-gradient(180deg, #193346 0%, #234965 70%, #5bcef9 100%);
  margin-top: -100px;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .cozy-features .your-worries-outer {
    margin-top: -150px;
    padding-top: 150px;
  }
}
.cozy-features .your-worries-outer .your-worries-inner {
  padding-top: 45px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cozy-features .your-worries-outer .your-worries-inner {
    padding-top: 60px;
  }
}
.cozy-features .your-worries-outer .your-worries-inner .worries-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.56;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .cozy-features .your-worries-outer .your-worries-inner .worries-title {
    font-size: 48px;
    margin-bottom: 64px;
  }
}
.cozy-features .your-worries-outer .your-worries-inner .worry-examples {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cozy-features .your-worries-outer .your-worries-inner .worry-examples {
    margin-bottom: 100px;
  }
}
.cozy-features .your-worries-outer .your-worries-inner .worry-examples .flex-my-row {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cozy-features .your-worries-outer .your-worries-inner .worry-examples .flex-my-row {
    flex-wrap: nowrap;
  }
}
.cozy-features .your-worries-outer .your-worries-inner .worry-examples .flex-my-row .flex-my-col {
  position: relative;
  width: 270px;
  padding: 0 10px;
  margin-bottom: 15px;
  opacity: 0;
  transition: 2s;
}
@media (min-width: 576px) {
  .cozy-features .your-worries-outer .your-worries-inner .worry-examples .flex-my-row .flex-my-col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cozy-features .your-worries-outer .your-worries-inner .worry-examples .flex-my-row .flex-my-col {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.cozy-features .your-worries-outer .your-worries-inner .worry-examples .flex-my-row .flex-my-col img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid white;
  opacity: 0.74;
}
.cozy-features .your-worries-outer .your-worries-inner .worry-examples .flex-my-row .flex-my-col p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
  color: white;
  text-shadow: 0 3px 6px black;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cozy-features .your-worries-outer .your-worries-inner .worry-examples .flex-my-row .flex-my-col p {
    font-size: 25px;
  }
}
.cozy-features .your-worries-outer .your-worries-inner .worry-examples .flex-my-row .flex-my-col.circle-fadein {
  opacity: 1;
}
.cozy-features .your-worries-outer .your-worries-inner .worry-message {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.5s;
  transition-delay: 1s;
}
.cozy-features .your-worries-outer .your-worries-inner .worry-message p {
  color: white;
  text-shadow: 0 3px 6px black;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .cozy-features .your-worries-outer .your-worries-inner .worry-message p {
    font-size: 25px;
    line-height: 1.6;
  }
}
.cozy-features .your-worries-outer .your-worries-inner .worry-message.slide-in {
  opacity: 1;
  transform: translateX(0);
}
.cozy-features .at-cozy-outer {
  background-color: #DFDEDA;
}
.cozy-features .at-cozy-outer .at-cozy-inner {
  position: relative;
  padding: 40px 0 60px 0;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cozy-features .at-cozy-outer .at-cozy-inner {
    padding: 57px 0 40px 0;
  }
}
.cozy-features .at-cozy-outer .at-cozy-inner .wolf-shadow {
  position: absolute;
  bottom: 42px;
  right: 21px;
  width: 162px;
}
@media (min-width: 768px) {
  .cozy-features .at-cozy-outer .at-cozy-inner .wolf-shadow {
    bottom: 50px;
    right: 83px;
    width: 280px;
  }
}
.cozy-features .at-cozy-outer .at-cozy-inner .wolf-shadow img {
  width: 100%;
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-title {
    margin-bottom: 68px;
  }
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-title p {
  position: relative;
  font-size: 22px;
}
@media (min-width: 768px) {
  .cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-title p {
    font-size: 50px;
  }
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-title p::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid black;
  width: 100%;
  left: 0;
  bottom: -10px;
}
@media (min-width: 768px) {
  .cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-title p::after {
    bottom: -23px;
  }
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: 0 auto;
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul {
  margin-left: 0;
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li {
    margin-bottom: 30px;
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li {
    margin-bottom: 60px;
    font-size: 30px;
  }
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li i.i-sm {
  display: inline-block;
}
@media (min-width: 768px) {
  .cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li i.i-sm {
    display: none;
  }
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li i.i-md {
  display: none;
}
@media (min-width: 768px) {
  .cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li i.i-md {
    display: inline-block;
  }
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li p {
  display: inline-block;
}
.cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li span {
  color: #D40000;
}
@media (min-width: 768px) {
  .cozy-features .at-cozy-outer .at-cozy-inner .at-cozy-list ul.fa-ul li span {
    font-size: 45px;
  }
}

.cozy-growth-plan {
  margin-bottom: 100px;
}
.cozy-growth-plan .cozy-growth-plan-inner {
  padding-top: 110px;
}
.cozy-growth-plan .cozy-growth-plan-inner .cozy-growth-plan-header {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cozy-growth-plan .cozy-growth-plan-inner .cozy-growth-plan-header p {
  float: left;
  font-size: 32px;
  line-height: 1.56;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cozy-growth-plan .cozy-growth-plan-inner .cozy-growth-plan-header p {
    font-size: 50px;
  }
}
.cozy-growth-plan .cozy-growth-plan-inner .cozy-growth-plan-header p.p-right {
  color: black;
  -webkit-text-stroke: 4px white;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.cozy-growth-plan .cozy-growth-plan-inner .cozy-growth-plan-header p.p-right span {
  color: black;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.growth-reasons .growth-reasons-outer {
  padding-bottom: 100px;
  background-color: black;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .common-header {
  color: white;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons-links {
  margin-bottom: 10px;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons-links a.link-button {
  margin: 0 auto 4px auto;
  width: min(340px, 100%);
  height: 73px;
  background-color: white;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons-links a.link-button .link-button-inner.flex {
  padding: 15px 18px;
  height: 100%;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons-links a.link-button .link-button-inner.flex .link-icon {
  width: 43px;
  aspect-ratio: 1/1;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons-links a.link-button .link-button-inner.flex .link-icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons-links a.link-button .link-button-inner.flex .link-text {
  width: 200px;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons-links a.link-button .link-button-inner.flex .link-text p {
  font-size: 17px;
  font-weight: 600;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons {
  width: 100%;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex {
  width: min(100%, 337px);
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex {
    width: 100%;
    margin-bottom: 80px;
    flex-wrap: nowrap;
  }
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col.bottom-col {
    margin-bottom: -252px;
  }
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col.dummy-col {
  display: none;
}
@media (min-width: 768px) {
  .growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col.dummy-col {
    display: block;
  }
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box {
  position: relative;
  width: 100%;
  height: 424px;
  opacity: 0;
  transform: translateY(300px);
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 276px;
  background: rgba(61, 76, 132, 0.75);
  -webkit-clip-path: polygon(0 0, 0 21.25%, 100% 0);
          clip-path: polygon(0 0, 0 21.25%, 100% 0);
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .trapezoid-polygon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 276px;
  background: rgba(61, 76, 132, 0.75);
  -webkit-clip-path: polygon(0% 100%, 0% 30.7971014493%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 30.7971014493%, 100% 0%, 100% 100%);
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .reason-title {
  position: absolute;
  top: 233px;
  right: 20px;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .reason-title p {
  font-size: 17px;
  font-weight: 700;
  color: white;
}
@media (min-width: 768px) {
  .growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .reason-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .reason-title p {
    font-size: 20px;
  }
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .reason-content {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .reason-content p {
  font-size: 18px;
  line-height: 1.5;
  color: white;
}
@media (min-width: 768px) {
  .growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .reason-content p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box .reason-content p {
    font-size: 18px;
  }
}
.growth-reasons .growth-reasons-outer .growth-reasons-inner .reasons .flex-my-row.flex .flex-my-col .box.view {
  opacity: 1;
  transform: translateY(0);
  transition: 0.2s;
  transition-delay: 0s;
}

.about-fee {
  margin-bottom: 100px;
}
.about-fee .about-fee-inner .explain {
  margin-bottom: 83px;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .explain {
    margin-bottom: 43px;
  }
}
.about-fee .about-fee-inner .explain p span {
  font-size: 30px;
  color: #D40000;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .explain p span {
    font-size: 40px;
  }
}
.about-fee .about-fee-inner .explain.explain-gray {
  color: #707070;
}
.about-fee .about-fee-inner .explain.explain-red {
  color: #D40000;
}
.about-fee .about-fee-inner .img-table {
  position: relative;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table {
    margin-bottom: 100px;
  }
}
.about-fee .about-fee-inner .img-table .table {
  margin-bottom: 20px;
}
.about-fee .about-fee-inner .img-table .table .row .col:not(:last-child) {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .table .row .col:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .table .row .col {
    margin-bottom: 0;
  }
}
.about-fee .about-fee-inner .img-table .table .row .col .box {
  position: relative;
  width: 100%;
}
.about-fee .about-fee-inner .img-table .table .row .col .box .box-img {
  overflow: hidden;
}
.about-fee .about-fee-inner .img-table .table .row .col .box .box-img img {
  width: 100%;
  transform: scale(1.1);
}
.about-fee .about-fee-inner .img-table .table .row .col .box .tag {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #F3F3F3;
  text-align: center;
  width: 100%;
  height: 40px;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .table .row .col .box .tag {
    top: auto;
    left: auto;
    width: 90%;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .about-fee .about-fee-inner .img-table .table .row .col .box .tag {
    width: 480px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .table .row .col .box .tag.tag-left {
    left: 0;
  }
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .table .row .col .box .tag.tag-right {
    right: 0;
  }
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .table .row .col .box .tag.tag-top {
    top: 20px;
  }
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .table .row .col .box .tag.tag-bottom {
    bottom: 20px;
  }
}
.about-fee .about-fee-inner .img-table .table .row .col .box .tag p {
  font-size: 14px;
  line-height: 2.8571428571;
}
@media (min-width: 576px) {
  .about-fee .about-fee-inner .img-table .table .row .col .box .tag p {
    font-size: 16px;
    line-height: 2.5;
  }
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .table .row .col .box .tag p {
    font-size: 14px;
    line-height: 3.5714285714;
  }
}
@media (min-width: 1200px) {
  .about-fee .about-fee-inner .img-table .table .row .col .box .tag p {
    font-size: 20px;
    line-height: 4;
  }
}
.about-fee .about-fee-inner .img-table .table .row .col .box.view .box-img img {
  transform: scale(1);
  transition: 2s;
  transition-delay: 0s;
}
.about-fee .about-fee-inner .img-table .fee-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100px);
  width: 100px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .fee-circle {
    width: 300px;
  }
}
.about-fee .about-fee-inner .img-table .fee-circle.left {
  left: 0;
  right: auto;
  transform: none;
}
.about-fee .about-fee-inner .img-table .fee-circle.right {
  left: auto;
  right: 0;
  transform: none;
}
.about-fee .about-fee-inner .img-table .fee-circle.top {
  top: 0;
  bottom: auto;
  transform: none;
}
.about-fee .about-fee-inner .img-table .fee-circle.bottom {
  top: auto;
  bottom: 0;
  transform: none;
}
.about-fee .about-fee-inner .img-table .fee-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  filter: blur(12px);
}
.about-fee .about-fee-inner .img-table .fee-circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "０円";
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: #D40000;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .fee-circle::after {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .fee-circle.fee-circle-large.slide-in {
    transform: translate(-50%, -50%);
    transition: 2s;
    transition-delay: 0.5s;
  }
}
.about-fee .about-fee-inner .img-table .table-annotation {
  width: 100%;
  text-align: right;
}
.about-fee .about-fee-inner .img-table .table-annotation p {
  color: #919191;
  font-size: 10px;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .img-table .table-annotation p {
    font-size: 16px;
  }
}
.about-fee .about-fee-inner .software-list p.software-list-header {
  font-size: 24px;
  line-height: 1.42;
  margin-bottom: 31px;
  text-align: center;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .software-list p.software-list-header {
    font-size: 28px;
    margin-bottom: 43px;
  }
}
.about-fee .about-fee-inner .software-list .icon-list {
  width: 100%;
  margin-bottom: 65px;
}
.about-fee .about-fee-inner .software-list .icon-list .flex {
  width: 100%;
  margin: 0 auto;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .software-list .icon-list .flex {
    flex-wrap: nowrap;
  }
}
.about-fee .about-fee-inner .software-list .icon-list .flex img {
  height: 52px;
}
@media (min-width: 768px) {
  .about-fee .about-fee-inner .software-list .icon-list .flex img {
    height: auto;
    min-width: 0;
  }
}
.about-fee .about-fee-inner .software-list .explain-gray,
.about-fee .about-fee-inner .software-list .explain-red {
  margin-bottom: 33px;
}
.about-fee .about-fee-inner .software-list .explain.explain-red ul li::before {
  content: "※";
}

.cozy-strength .cozy-strength-header-inner .cozy-strength-header {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-header-inner .cozy-strength-header {
    margin-bottom: 17px;
  }
}
.cozy-strength .cozy-strength-header-inner .cozy-strength-header img {
  width: 100%;
  transform: scale(1.1);
}
.cozy-strength .cozy-strength-header-inner .cozy-strength-header .header-title {
  position: absolute;
  top: 19px;
  left: 0;
  width: 238px;
  height: 72px;
  background-color: rgba(24, 60, 149, 0.8);
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-header-inner .cozy-strength-header .header-title {
    top: 50px;
    width: 500px;
    height: 185px;
  }
}
.cozy-strength .cozy-strength-header-inner .cozy-strength-header .header-title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100px, -50%);
  color: white;
  font-size: 30px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-header-inner .cozy-strength-header .header-title p {
    transform: translate(-300px, -50%);
    font-size: 39px;
  }
}
.cozy-strength .cozy-strength-header-inner .cozy-strength-header .header-title p::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid white;
  width: 100%;
  left: 0;
  bottom: -10px;
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-header-inner .cozy-strength-header .header-title p::after {
    border-width: 3px;
    bottom: -23px;
  }
}
.cozy-strength .cozy-strength-header-inner .cozy-strength-header.slide-in img {
  transform: scale(1);
  transition: 1s;
}
.cozy-strength .cozy-strength-header-inner .cozy-strength-header.slide-in .header-title p {
  transform: translate(-50%, -50%);
  transition: 1s;
}
.cozy-strength .cozy-strength-outer .tab-header-bar {
  width: 100%;
}
.cozy-strength .cozy-strength-outer .tab-header-bar .title {
  width: 100%;
  height: 45px;
  background-color: #2A2458;
  text-align: center;
}
.cozy-strength .cozy-strength-outer .tab-header-bar .title p {
  color: white;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab {
    margin-bottom: 58px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs {
  width: min(100%, 400px);
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs {
    width: 100%;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab {
  float: left;
  height: 120px;
  width: 100%;
  filter: drop-shadow(-4px 1px 6px rgba(0, 0, 0, 0.4));
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab {
    height: 145px;
  }
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FCFFE8;
  border-bottom: 1px solid #DCDCDC;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.3s;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner .feature-num {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner .feature-num p {
  color: #183C95;
  font-size: 11px;
  font-weight: 700;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner .feature-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner .feature-text {
    top: 27px;
    transform: translate(-50%, 0);
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner .feature-text p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner .feature-text p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner .feature-text p::first-letter {
  color: #D40000;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner::after {
  position: absolute;
  bottom: 10px;
  content: "";
  background-image: url(./img/icon/bottom-arrow.png);
  display: inline-block;
  width: 15px;
  height: 10px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width height;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner:hover {
  -webkit-clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength-tab .tabs a.tab .tab-inner:hover:before {
  width: 50px;
  height: 50px;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength {
  margin-bottom: 50px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength {
    margin-bottom: 100px;
    flex-wrap: nowrap;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .img-sm {
  position: relative;
  width: min(500px, 100%);
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .img-sm {
    display: none;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .img-sm img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(1px);
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .img-sm p.img-feature-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 600;
  text-shadow: 0 3px 6px #2A2458;
  color: rgba(255, 255, 255, 0.71);
  animation: shadowColorChange 3s ease infinite;
}
@keyframes shadowColorChange {
  0% {
    text-shadow: 0 3px 6px red;
  }
  100% {
    text-shadow: 0 3px 6px green;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box.text-box-01 {
  width: 100%;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box.text-box-01 {
    width: calc(100% - 350px);
    padding-left: 10px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box.text-box-01 {
    width: calc(100% - 462px);
    padding-right: 68px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box.text-box-02 {
  width: 100%;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box.text-box-02 {
    width: calc(100% - 300px);
    padding-left: 50px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box.text-box-02 {
    width: calc(100% - 349px);
    padding-left: 68px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box.text-box-03 {
  width: 100%;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box.text-box-03 {
    width: calc(100% - 400px);
    padding-left: 10px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box.text-box-03 {
    width: calc(100% - 461px);
    padding-right: 68px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title {
  position: relative;
  margin-bottom: 20px;
  align-items: stretch;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title {
    margin-bottom: 80px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 2px solid black;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title::after {
    content: none;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .left-bars {
  display: none;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .left-bars {
    display: flex;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .left-bars .bar-bold {
  width: 5px;
  height: 100%;
  background-color: black;
  margin-right: 7px;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .left-bars .bar-reglar {
  width: 2px;
  height: 100%;
  background-color: black;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .left-bars .bar-reglar {
    margin-right: 34px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .right-texts .text-en {
  display: none;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .right-texts .text-en {
    display: block;
    margin-bottom: 60px;
    font-size: 25px;
  }
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .right-texts .text-en:first-letter {
    color: #D40000;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .right-texts .text-ja {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .right-texts .text-ja:first-letter {
  color: #D40000;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .right-texts .text-ja {
    font-size: 35px;
    font-weight: 400;
  }
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .right-texts .text-ja:first-letter {
    color: black;
  }
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-title .right-texts .text-ja {
    font-size: 50px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-content p {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.text-box .text-content p {
    font-size: 18px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.img-box.img-box-01 {
  width: 350px;
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.img-box.img-box-01 {
    width: 462px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.img-box.img-box-02 {
  width: 300px;
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.img-box.img-box-02 {
    width: 349px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.img-box.img-box-03 {
  width: 400px;
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.img-box.img-box-03 {
    width: 461px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .three-strength .strength .box.img-box img {
  width: 100%;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(1px);
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 {
    top: 217px;
    left: 475px;
    transform: none;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-title {
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(100%);
}
@media (min-width: 576px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-title {
    margin-bottom: 40px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-title p {
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em #D40000, 0 0 0.2em #D40000;
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-title p {
    font-size: 25px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-list {
  padding-left: 20px;
  opacity: 0;
  transform: translateY(100%);
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-list ul li {
    padding-bottom: 38px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-list ul li p {
  font-size: 15px;
  line-height: 1.2;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em rgb(0, 89, 0), 0 0 0.2em rgb(0, 89, 0);
}
@media (min-width: 576px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-list ul li p {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-list ul li p {
    font-size: 25px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1 .message-1-list ul li::before {
  content: "◆";
  font-size: 15px;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em rgb(0, 89, 0), 0 0 0.2em rgb(0, 89, 0);
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1.slide-in .message-1-title,
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-1.slide-in .message-1-list {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
  transition-delay: 0.5s;
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-2 {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -100px);
  opacity: 0;
}
@media (min-width: 1200px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-2 {
    bottom: 100px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-2 p {
  font-size: 19px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em #253FD3, 0 0 0.2em #253FD3;
}
@media (min-width: 576px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-2 p {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-2 p {
    font-size: 35px;
  }
}
.cozy-strength .cozy-strength-outer .cozy-strength-inner .cozy-features .cozy-feature-message.message-2.slide-in {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: 1s;
  transition-delay: 0.5s;
}

.works-collection .explain {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .works-collection .explain {
    margin-bottom: 50px;
  }
}
.works-collection .works-collections-tab ul.nav-tabs {
  text-align: center;
  border-bottom: none;
}
.works-collection .works-collections-tab ul.nav-tabs li {
  display: table;
  width: 33.3333333333%;
  height: 40px;
  border: 1px solid #dee2e6;
  border-bottom: none;
}
@media (min-width: 768px) {
  .works-collection .works-collections-tab ul.nav-tabs li {
    height: 65px;
  }
}
.works-collection .works-collections-tab ul.nav-tabs li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.works-collection .works-collections-tab ul.nav-tabs li a p {
  font-size: 16px;
}
.works-collection .works-collections-tab ul.nav-tabs li a.nav-link[aria-selected=true] {
  background-color: white;
  color: black;
}
.works-collection .works-collections-tab ul.nav-tabs li a.nav-link[aria-selected=false] {
  background-color: black;
  color: white;
}
.works-collection .works-collections-tab .tab-content {
  padding: 25px 15px 40px 15px;
  border: 2px solid #dee2e6;
  border-top: none;
}
@media (min-width: 768px) {
  .works-collection .works-collections-tab .tab-content {
    padding: 50px 30px 30px 30px;
  }
}
.works-collection .works-collections-tab .tab-content .tab-pane .explain {
  margin-bottom: 50px;
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list {
    margin-bottom: 53px;
  }
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer {
  position: relative;
  width: 270px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer {
    width: 380px;
  }
}
@media (min-width: 768px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer {
    width: 300px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer {
    width: 350px;
  }
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box {
  width: 250px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow ease-in-out 0.3;
}
@media (min-width: 576px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box {
    width: 330px;
  }
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box .photo-area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box .photo-area img {
  width: 100%;
  aspect-ratio: 38/23;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s linear;
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box .photo-area .filter {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(bottom, black, transparent);
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box .photo-area .site-title {
  position: absolute;
  left: 15px;
  bottom: 18px;
  font-size: 15px;
  font-weight: 700;
  color: white;
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box .text-area {
  padding: 10px;
  height: 95px;
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box .text-area p {
  font-size: 13px;
  line-height: 1.9;
  font-weight: 700;
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.7);
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.site-box:hover .photo-area img {
  transform: scale(1.2);
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.create-by {
  position: absolute;
  top: 119.3157894737px;
  right: 20px;
  white-space: nowrap;
  text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
  color: white;
}
@media (min-width: 576px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.create-by {
    top: 185.8947368421px;
    right: 22px;
  }
}
@media (min-width: 768px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.create-by {
    top: 137.4736842105px;
    right: 24px;
  }
}
@media (min-width: 1200px) {
  .works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.create-by {
    top: 167.7368421053px;
    right: 24px;
  }
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.create-by span {
  font-weight: 600;
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.create-by:hover {
  border: 2px solid white;
  border-radius: 25px;
  padding: 2px 5px;
  transform: translate(7px, -4px);
  background-color: rgba(255, 255, 255, 0.2);
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.create-by.name-pink {
  text-shadow: 1px 1px 2px black, 0 0 1em #FF1170, 0 0 0.2em #FF1170;
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.create-by.name-green {
  text-shadow: 1px 1px 2px black, 0 0 1em #11FF88, 0 0 0.2em #11FF88;
}
.works-collection .works-collections-tab .tab-content .tab-pane ul.work-list li .site-box-area.flex .site-box-outer a.create-by.name-yellow {
  text-shadow: 1px 1px 2px black, 0 0 1em #FFCF11, 0 0 0.2em #FFCF11;
}
.works-collection .works-collections-tab .tab-content .tab-pane .paging {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.works-collection .works-collections-tab .tab-content .tab-pane .paging ul.flex li {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border: 2px solid #A2A2A2;
  text-align: center;
}
@media (min-width: 768px) {
  .works-collection .works-collections-tab .tab-content .tab-pane .paging ul.flex li {
    margin: 0 10px;
  }
}
.works-collection .works-collections-tab .tab-content .tab-pane .paging ul.flex li a {
  width: 100%;
  height: 100%;
  color: #A2A2A2;
  font-size: 18px;
  line-height: 2.5555555556;
}
.works-collection .works-collections-tab .tab-content .tab-pane .paging ul.flex li a:hover:not(.not-link) {
  background-color: #707070;
  color: white;
}
.works-collection .works-collections-tab .tab-content .tab-pane .paging ul.flex li.active {
  background-color: #A2A2A2;
}
.works-collection .works-collections-tab .tab-content .tab-pane .paging ul.flex li.active a {
  color: white;
}

.employment-support .employment-support-outer {
  background-image: url("./img/background/support-backgroud.jpg");
  background-size: cover;
  background-position: center;
}
.employment-support .employment-support-outer .employment-support-inner .support.support-curriculum {
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support.support-curriculum {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support.support-curriculum {
    margin-bottom: 120px;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .support-header {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-header {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-header {
    margin-bottom: 60px;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .support-header p {
  padding: 5px;
  font-size: 20px;
  font-weight: 600;
  color: white;
  background-color: #2A4B90;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-header p {
    padding: 0;
    font-size: 25px;
    font-weight: 400;
    color: black;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-header p {
    font-size: 28px;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .support-header p span {
  display: none;
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-header p span {
    display: inline;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .explain.left,
.employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex.left {
  float: left;
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .explain.left,
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex.left {
    float: none;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .explain.right,
.employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex.right {
  float: right;
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .explain.right,
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex.right {
    float: none;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .explain {
  width: 50%;
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support .explain {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .explain {
    margin-bottom: 50px;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .explain p::first-letter {
  font-size: 30px;
  line-height: 1;
  color: #D40000;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support .explain p::first-letter {
    font-size: 40px;
  }
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support .explain {
    width: 100%;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex {
  width: 45%;
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex {
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex {
    gap: 30px;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .img-box img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
  box-shadow: 3px 3px 6px 0px rgba(42, 36, 88, 0.5);
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .img-box img {
    margin-bottom: 44px;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .img-box .support-text {
  text-align: center;
}
.employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .img-box .support-text p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .img-box .support-text p {
    font-size: 20px;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .arrow-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .arrow-box {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .arrow-box {
    margin-top: 150px;
  }
}
.employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .arrow-box .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #007bff transparent transparent transparent;
}
@media (min-width: 576px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .arrow-box .arrow {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #007bff;
  }
}
@media (min-width: 768px) {
  .employment-support .employment-support-outer .employment-support-inner .support .support-imgs.flex .arrow-box .arrow {
    border-width: 20px 0 20px 34.6px;
    border-color: transparent transparent transparent #4F81FC;
  }
}

.course-style .course-style-inner .style {
  margin-bottom: 18px;
  position: relative;
}
.course-style .course-style-inner .style .style-img {
  position: relative;
  width: 725px;
}
.course-style .course-style-inner .style .style-img.right {
  margin-left: calc(100% - 725px);
}
.course-style .course-style-inner .style .style-img img {
  width: 100%;
}
.course-style .course-style-inner .style .style-img .style-img-tag {
  position: absolute;
  top: 25px;
  width: 300px;
  height: 60px;
  background-color: #183C95;
  text-align: center;
}
.course-style .course-style-inner .style .style-img .style-img-tag.left {
  left: 10px;
}
.course-style .course-style-inner .style .style-img .style-img-tag.right {
  right: 10px;
}
.course-style .course-style-inner .style .style-img .style-img-tag p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  opacity: 0.67;
}
.course-style .course-style-inner .style .style-sticker {
  position: relative;
  width: min(500px, 100%);
  margin: 0 auto;
  background-color: #F8FAFF;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .course-style .course-style-inner .style .style-sticker {
    position: absolute;
    top: 50%;
    width: 420px;
    height: 420px;
    padding: 30px 40px 0 40px;
  }
}
@media (min-width: 1200px) {
  .course-style .course-style-inner .style .style-sticker {
    width: 590px;
    height: 370px;
    padding: 70px 56px 0 56px;
  }
}
@media (min-width: 992px) {
  .course-style .course-style-inner .style .style-sticker.left, .course-style .course-style-inner .style .style-sticker.right {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.course-style .course-style-inner .style .style-sticker .style-sticker-feture-num {
  margin-bottom: 25px;
}
.course-style .course-style-inner .style .style-sticker .style-sticker-feture-num p {
  color: rgba(42, 75, 144, 0.32);
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
}
.course-style .course-style-inner .style .style-sticker .style-sticker-feture-num p span {
  margin-left: 5px;
  font-size: 40px;
}
.course-style .course-style-inner .style .style-sticker .style-sticker-header {
  margin-bottom: 20px;
}
.course-style .course-style-inner .style .style-sticker .style-sticker-header p {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .course-style .course-style-inner .style .style-sticker .style-sticker-header p {
    font-weight: 400;
  }
}
.course-style .course-style-inner .style .style-sticker .style-sticker-bar {
  margin-bottom: 20px;
  border-top: 1px solid #183C95;
}
.course-style .course-style-inner .style .style-sticker .style-sticker-text {
  padding: 10px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .course-style .course-style-inner .style .style-sticker .style-sticker-text {
    padding: 0;
  }
}
.course-style .course-style-inner .style .style-sticker .style-sticker-text ul li {
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .course-style .course-style-inner .style .style-sticker .style-sticker-text ul li {
    font-size: 18px;
  }
}
.course-style .course-style-inner .style .style-sticker .style-sticker-text p {
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .course-style .course-style-inner .style .style-sticker .style-sticker-text p {
    font-size: 18px;
  }
}
.course-style .course-style-inner .style .style-sticker .style-img-sm {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .course-style .course-style-inner .style .style-sticker .style-img-sm {
    display: none;
  }
}
.course-style .course-style-inner .style .style-sticker .style-img-sm img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .course-style .course-style-inner .style .style-sticker.slide-side.left {
    left: 0;
    transform: translate(0, -50%);
    transition: 1s;
  }
  .course-style .course-style-inner .style .style-sticker.slide-side.right {
    right: 0;
    transform: translate(0, -50%);
    transition: 1s;
  }
}

.target-users .target-list {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .target-users .target-list {
    margin-bottom: 60px;
  }
}
.target-users .target-list ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .target-users .target-list ul li {
    margin-bottom: 30px;
  }
}
.target-users .target-list ul li i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (min-width: 768px) {
  .target-users .target-list ul li i {
    top: 3px;
  }
}
.target-users .target-list ul li i.fa-check-circle-sm {
  display: inline-block;
}
@media (min-width: 768px) {
  .target-users .target-list ul li i.fa-check-circle-sm {
    display: none;
  }
}
.target-users .target-list ul li i.fa-check-circle-md {
  display: none;
}
@media (min-width: 768px) {
  .target-users .target-list ul li i.fa-check-circle-md {
    display: inline-block;
  }
}
.target-users .target-list ul li p {
  display: inline-block;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .target-users .target-list ul li p {
    padding-left: 40px;
  }
}
.target-users .target-list ul li > ul {
  display: inline-block;
  width: 100%;
}
.target-users .target-list ul li > ul > li i {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .target-users .target-list ul li > ul > li i {
    padding-left: 40px;
  }
}
.target-users .target-list ul li > ul > li p {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .target-users .target-list ul li > ul > li p {
    padding-left: 80px;
  }
}

.flow-to-use {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .flow-to-use {
    margin-bottom: 100px;
  }
}
.flow-to-use .flow-to-use-inner .all-flow {
  margin-bottom: 60px;
}
.flow-to-use .flow-to-use-inner .all-flow .flow-row.flex {
  gap: 10px;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex {
    gap: 35px;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.flow-to-use .flow-to-use-inner .all-flow .flow-row.flex:first-child {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex:first-child {
    margin-bottom: auto;
  }
}
@media (min-width: 992px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex:not(:first-child) {
    margin-top: -150px;
  }
}
.flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box {
  width: 320px;
}
@media (min-width: 992px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box {
    width: 525px;
  }
}
@media (min-width: 576px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box:first-child {
    transform: translateX(-25%);
  }
}
@media (min-width: 992px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box:first-child {
    transform: translateX(0);
  }
}
@media (min-width: 576px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box:last-child {
    transform: translateX(25%);
  }
}
@media (min-width: 992px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box:last-child {
    transform: translateX(0);
    margin-top: 310px;
  }
}
.flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-header {
  position: relative;
  width: 100%;
}
.flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-header img {
  width: 100%;
  border: 1px solid #707070;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-header .img-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 152px;
  height: 37px;
  background-color: #183C95;
  text-align: center;
}
@media (min-width: 992px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-header .img-tag {
    width: 254px;
    height: 66px;
  }
}
.flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-header .img-tag p {
  font-size: 14px;
  line-height: 2.6428571429;
  color: white;
}
@media (min-width: 992px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-header .img-tag p {
    font-size: 25px;
    line-height: 2.64;
  }
}
.flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-content {
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 0px 0px 10px 10px;
  border-top: none;
}
@media (min-width: 1200px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-content {
    height: 150px;
    padding: 25px;
  }
}
.flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-content p {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .flow-to-use .flow-to-use-inner .all-flow .flow-row.flex .flow-box .box-content p {
    font-size: 18px;
  }
}
.flow-to-use .flow-to-use-inner .explain-list ul li p {
  color: #919191;
}
.flow-to-use .flow-to-use-inner .explain-list ul li::before {
  content: "※";
  color: #919191;
}

.office-information .office-information-outer {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .office-information .office-information-outer {
    background-image: url("./img/background/office-info.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .office-information .office-information-outer {
    margin-bottom: 125px;
  }
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner {
    padding-bottom: 180px;
  }
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .common-header {
    color: white;
    text-shadow: 0 3px 6px black;
  }
}
.office-information .office-information-outer .office-information-inner .office-info-list {
  align-items: stretch;
}
.office-information .office-information-outer .office-information-inner .office-info-list .table {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 30px 0 15px;
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .office-info-list .table {
    width: 883px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .office-info-list .table .row {
    border-top: 1px solid #888888;
  }
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex {
  align-items: center;
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex p {
    font-size: 18px;
  }
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-header {
  text-align: left;
  height: 60px;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-header {
    height: 100px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #888888;
  }
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-header p {
  font-weight: 600;
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-header p {
    font-weight: 400;
  }
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content {
  border-bottom: 1px solid #888888;
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content {
    height: 100px;
  }
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content p {
  line-height: 1.75;
  padding: 20px 0;
  margin-right: 10px;
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content p.inline-md-block {
  display: none;
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content p.inline-md-block {
    display: inline-block;
  }
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content p.partition {
  margin-right: 20px;
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content span.inline-md-block {
  display: none;
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content span.inline-md-block {
    display: inline-block;
  }
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content a {
  display: none;
}
@media (min-width: 768px) {
  .office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content a {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content a:hover i {
  transform: scale(1.2);
  transition: 0.3s;
}
.office-information .office-information-outer .office-information-inner .office-info-list .table .row .col.flex.col-content:hover a {
  visibility: visible;
  opacity: 1;
}
.office-information .office-information-outer .portrait-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(100px, 20% - 15px);
  height: 80%;
  align-items: center;
  background-color: #DCDCDC;
}
.office-information .office-information-outer .portrait-logo p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-weight: 600;
  white-space: nowrap;
  color: #CBCBCB;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center center 0;
}
@media (min-width: 768px) {
  .office-information .office-information-outer .portrait-logo {
    display: none;
  }
}

.foot-contact-buttons {
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .foot-contact-buttons {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .foot-contact-buttons {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .foot-contact-buttons .foot-contact-buttons-ourter {
    position: relative;
    background-image: url("./img/background/contact-sm.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .foot-contact-buttons .foot-contact-buttons-ourter::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    content: "";
    filter: blur(4px);
  }
}
@media (max-width: 767px) {
  .foot-contact-buttons .foot-contact-buttons-ourter::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(45, 41, 32, 0.32);
  }
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .button-area-message {
  margin-bottom: 30px;
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .button-area-message p {
  font-size: 14px;
  line-height: 2;
  text-shadow: 0 3px 6px black;
  color: white;
  text-align: center;
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex {
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex {
    flex-direction: row;
  }
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box {
  padding: 24px 0;
  width: 307px;
  height: 124px;
  background-color: transparent;
  border: 2px solid white;
  text-align: center;
  transition: 1s;
}
@media (min-width: 768px) {
  .foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box {
    padding: 60px 0;
    width: min(90%, 450px);
    height: 300px;
    background-color: #2a2458;
    border-color: #2A2458;
  }
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p {
  color: white;
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-header {
  font-size: 15px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-header {
    font-size: 30px;
    margin-bottom: 58px;
  }
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-tel-num {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-tel-num {
    margin-bottom: 20px;
  }
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-tel-num span.tel-num-header {
  font-size: 12px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-tel-num span.tel-num-header {
    font-size: 20px;
    margin-right: 10px;
  }
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-tel-num span.tel-num {
  font-size: 16px;
}
@media (min-width: 768px) {
  .foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-tel-num span.tel-num {
    font-size: 30px;
  }
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-business-day {
  font-size: 14px;
}
@media (min-width: 768px) {
  .foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-business-day {
    font-size: 20px;
  }
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-button {
  width: 167px;
  height: 38px;
  margin: 0 auto;
  background-color: white;
  font-size: 14px;
  line-height: 2.7142857143;
  color: #2A2458;
}
@media (min-width: 768px) {
  .foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box p.box-button {
    width: 238px;
    height: 53px;
    font-size: 30px;
    line-height: 1.7666666667;
  }
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box.mail:hover {
  background-color: rgba(42, 36, 88, 0.3);
  border: 2px solid #2A2458;
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box.mail:hover p {
  color: #2A2458;
}
.foot-contact-buttons .foot-contact-buttons-ourter .foot-contact-buttons-inner .contact-buttons.flex .contact-box.mail:hover p.box-button {
  background-color: #2a2458;
  color: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
}

.main-footer .main-footer-outer {
  width: 100%;
  background-color: #183C95;
}
@media (min-width: 992px) {
  .main-footer .main-footer-outer {
    height: 570px;
  }
}
.main-footer .main-footer-outer .main-footer-inner {
  position: relative;
  height: 100%;
  padding-top: 43px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .main-footer .main-footer-outer .main-footer-inner {
    padding-top: 114px;
    padding-bottom: 0;
  }
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex {
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.logo-col {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.logo-col {
    transform: translateY(calc(-100% - 30px));
  }
}
@media (min-width: 1200px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.logo-col {
    width: 450px;
    transform: translate(0);
  }
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.logo-col img {
  margin: 0 auto;
  width: 200px;
}
@media (min-width: 576px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.logo-col img {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.logo-col img {
    width: 300px;
  }
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col {
  color: rgba(255, 255, 255, 0.8);
  width: 300px;
}
@media (min-width: 992px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col {
    width: auto;
    transform: translateX(-150px);
  }
}
@media (min-width: 1200px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col {
    transform: translateX(0);
  }
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col ul li {
  position: relative;
  margin-bottom: 13px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col ul li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px solid white;
  width: 0%;
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col ul li i {
  display: inline-block;
  margin-right: 5px;
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col ul li a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col ul li:hover {
  color: white;
  transition: 0.5s;
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col ul li:hover::after {
  transition: 0.5s;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px solid white;
  width: 100%;
}
@media (min-width: 992px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex .footer-col.link-col.link-first-col {
    width: 270px;
  }
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex .vertical-border {
  width: 1px;
  height: 350px;
  margin-left: 40px;
  margin-right: 40px;
  background-color: white;
  transform: translateX(-150px);
}
@media (min-width: 1200px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex .vertical-border {
    transform: translateX(0);
  }
}
.main-footer .main-footer-outer .main-footer-inner .footer-row.flex::after {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-bottom: 1px solid white;
  width: 90%;
}
@media (min-width: 992px) {
  .main-footer .main-footer-outer .main-footer-inner .footer-row.flex::after {
    border-bottom: none;
  }
}
.main-footer .main-footer-outer .main-footer-inner .copyright {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.main-footer .main-footer-outer .main-footer-inner .copyright p {
  font-size: 10px;
  white-space: nowrap;
  color: #CCCCCC;
}
@media (min-width: 768px) {
  .main-footer .main-footer-outer .main-footer-inner .copyright p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */