@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 650px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.inner {
  padding: 0 100px;
  max-width: 1500px;
  margin: 0 auto;
}
@media (min-width: 991px) and (max-width:1390px) {
  .inner {
    padding: 0 60px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .inner {
    padding: 20px;
  }
}

.pc-none {
  display: none;
}
@media (min-width: 651px) and (max-width:990px) {
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .pc-none {
    display: block;
  }
}

@media (min-width: 651px) and (max-width:990px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .sp-none {
    display: none;
  }
}

.btn {
  width: 280px;
  height: 70px;
  border-radius: 35px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .btn {
    margin: 0 auto;
  }
}
.btn a {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: inline-block;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .btn a {
    font-size: 20px;
    padding-top: 22px;
  }
}

.section-title {
  color: #173f93;
}
.section-title h2 {
  font-size: 100px;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  padding-bottom: 20px;
  background: linear-gradient(to right, #f0b7c6, #d0a2a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media (min-width: 991px) and (max-width:1390px) {
  .section-title h2 {
    font-size: 90px;
    padding-bottom: 10px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .section-title h2 {
    font-size: 70px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 650px) {
  .section-title h2 {
    font-size: 60px;
    padding-bottom: 5px;
  }
}
.section-title span {
  font-size: 20px;
  display: block;
}
@media (min-width: 651px) and (max-width:990px) {
  .section-title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .section-title span {
    font-size: 14px;
  }
}

.header {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .header {
    height: 70px;
  }
}

.header-logo {
  width: 250px;
  margin-left: 30px;
  margin-right: 20px;
}
@media (min-width: 991px) and (max-width:1390px) {
  .header-logo {
    width: 220px;
    margin-left: 10px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .header-logo {
    width: 200px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 650px) {
  .header-logo {
    width: 170px;
    margin-left: 20px;
  }
}

.header-nav {
  display: flex;
  gap: 25px;
  margin-left: auto;
}
@media (min-width: 651px) and (max-width:990px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header-nav {
    display: none;
  }
}
.header-nav > .menu-item {
  position: relative;
  text-align: center;
}
.header-nav > .menu-item a {
  font-size: 14px;
  color: #bfbfbf;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 991px) and (max-width:1390px) {
  .header-nav > .menu-item a {
    font-size: 15px;
  }
}
.header-nav > .menu-item a span {
  font-family: "Jost", sans-serif;
  display: block;
  font-size: 18px;
  color: #173f93;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.header-nav > .menu-item a:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:990px) {
  .header-nav > .menu-item a {
    font-size: 14px;
  }
}
.header-nav > .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #173f93;
  padding: 20px 0;
  display: none;
  min-width: 250px;
  z-index: 100;
}
.header-nav > .menu-item.menu-item-has-children .sub-menu li {
  padding-bottom: 20px;
}
.header-nav > .menu-item.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  color: #ffffff;
}
.header-nav > .menu-item.menu-item-has-children .sub-menu li a:hover {
  opacity: 0.6;
}
.header-nav > .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

.contact-btn {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 50px;
  background: linear-gradient(to right, #2793eb, #9edff2);
}
@media (min-width: 991px) and (max-width:1390px) {
  .contact-btn {
    margin-right: 20px;
  }
}
@media screen and (max-width: 650px) {
  .contact-btn {
    display: none;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .contact-btn {
    display: none;
  }
}
.contact-btn a {
  font-family: "Jost", sans-serif;
  font-style: normal;
  display: inline-block;
  padding-top: 12px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.15rem;
  font-weight: 400;
}
@media (min-width: 991px) and (max-width:1390px) {
  .contact-btn a {
    font-size: 14px;
  }
}

.drawer-icon {
  position: fixed;
  top: 22px;
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (min-width: 651px) and (max-width:990px) {
  .drawer-icon {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
  background: #ffffff;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
  background: #ffffff;
}

.drawer-icon-bars {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 26px;
  height: 4px;
  border-radius: 3px;
  background: #173f93;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.drawer-icon-bar1.is-active,
.drawer-icon-bar2.is-active,
.drawer-icon-bar3.is-active {
  background: #E3E3E3;
  z-index: 299;
}

.drawer-icon-bar1 {
  top: 0px;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background: #173f93;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  padding-top: 100px;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content-item {
  padding-bottom: 40px;
}
.drawer-content-item a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  transition: all 0.5s;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
}
.drawer-content-item a:hover {
  opacity: 0.7;
}

.footer-wrap {
  display: flex;
  align-items: center;
  padding: 60px 0;
}
@media (min-width: 651px) and (max-width:990px) {
  .footer-wrap {
    padding: 40px 20px;
    height: auto;
  }
}
@media screen and (max-width: 650px) {
  .footer-wrap {
    display: block;
    padding: 40px 20px;
    height: auto;
    text-align: center;
  }
}

.footer-logo {
  width: 300px;
  display: inline-block;
  margin-left: 50px;
  margin-right: 20px;
}
@media (min-width: 991px) and (max-width:1390px) {
  .footer-logo {
    margin-left: 20px;
    margin-right: 10px;
    width: 220px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .footer-logo {
    width: 170px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .footer-logo {
    margin: 0 auto;
    width: 200px;
  }
}

.footer-nav {
  display: flex;
  gap: 25px;
  margin-left: auto;
}
@media (min-width: 651px) and (max-width:990px) {
  .footer-nav {
    gap: 10px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav > .menu-item {
  position: relative;
  text-align: center;
}
.footer-nav > .menu-item a {
  font-size: 14px;
  color: #bfbfbf;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 991px) and (max-width:1390px) {
  .footer-nav > .menu-item a {
    font-size: 15px;
  }
}
.footer-nav > .menu-item a span {
  font-family: "Jost", sans-serif;
  display: block;
  font-size: 18px;
  color: #173f93;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.footer-nav > .menu-item a:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:990px) {
  .footer-nav > .menu-item a {
    font-size: 14px;
  }
}
.footer-nav > .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #173f93;
  padding: 20px 0;
  display: none;
  min-width: 250px;
  z-index: 100;
}
.footer-nav > .menu-item.menu-item-has-children .sub-menu li {
  padding-bottom: 20px;
}
.footer-nav > .menu-item.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  color: #ffffff;
}
.footer-nav > .menu-item.menu-item-has-children .sub-menu li a:hover {
  opacity: 0.6;
}
.footer-nav > .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

.footer-bottom {
  background-color: #f7f6f4;
  padding: 40px 0 20px 0;
}
@media screen and (max-width: 650px) {
  .footer-bottom {
    padding: 20px 0;
  }
}

.footer-bottom-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .footer-bottom-links {
    padding-bottom: 20px;
  }
}
.footer-bottom-links a {
  color: #173f93;
}

.footer-footer {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  color: #173f93;
}
@media screen and (max-width: 650px) {
  .footer-footer {
    font-size: 12px;
  }
}

/*=============================

hero

===============================*/
.hero {
  background: url(../img/hero.jpg) no-repeat center center/cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (min-width: 651px) and (max-width:990px) {
  .hero {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.hero-content {
  color: #173f93;
  margin-bottom: 120px;
}
@media (min-width: 651px) and (max-width:990px) {
  .hero-content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .hero-content {
    margin-bottom: 60px;
  }
}
.hero-content h1 {
  font-size: 100px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  background: linear-gradient(to right, #f0b7c6, #d0a2a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .hero-content h1 {
    font-size: 60px;
  }
}
.hero-content p {
  font-size: 24px;
  padding-top: 20px;
}
@media screen and (max-width: 650px) {
  .hero-content p {
    font-size: 18px;
  }
}

.hero-news-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  align-items: center;
  padding: 0 40px;
  width: 630px;
  height: 70px;
  margin-left: auto;
}
@media (min-width: 651px) and (max-width:990px) {
  .hero-news-box {
    width: 80%;
    padding: 20px 20px;
    margin-right: auto;
  }
}
@media screen and (max-width: 650px) {
  .hero-news-box {
    width: 100%;
    padding: 20px 20px;
    display: block;
  }
}
.hero-news-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background-color: #173f93;
}
.hero-news-box img {
  width: 13px;
}
@media screen and (max-width: 650px) {
  .hero-news-box img {
    width: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.hero-news-box time {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15rem;
  color: #173f93;
}
@media screen and (max-width: 650px) {
  .hero-news-box time {
    letter-spacing: 0.05rem;
    margin-bottom: 5px;
  }
}

/*=============================

about

===============================*/
.about {
  background-color: #173f93;
  color: #ffffff;
  padding-bottom: 100px;
}
@media (min-width: 651px) and (max-width:990px) {
  .about {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 650px) {
  .about {
    padding-bottom: 60px;
  }
}

.about-wrap {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 650px) {
  .about-wrap {
    flex-direction: column-reverse;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .about-wrap {
    flex-direction: column-reverse;
  }
}

.about-img {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  width: 40%;
}
@media (min-width: 991px) and (max-width:1390px) {
  .about-img {
    width: 35%;
    margin-top: -70px;
  }
}
@media screen and (max-width: 650px) {
  .about-img {
    margin: 0 auto 30px auto;
    width: 60%;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .about-img {
    margin: 0 auto 30px auto;
    width: 60%;
  }
}

.about-content {
  padding-right: 50px;
  padding-top: 100px;
  width: calc(60% - 60px);
}
@media (min-width: 991px) and (max-width:1390px) {
  .about-content {
    padding-right: 0;
    width: calc(75% - 60px);
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .about-content {
    width: 100%;
    padding-top: 60px;
    padding-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .about-content {
    width: 100%;
    padding-top: 60px;
    padding-right: 0;
  }
}
.about-content h3 {
  font-size: 40px;
  line-height: 1.5;
  padding: 50px 0;
}
@media (min-width: 991px) and (max-width:1390px) {
  .about-content h3 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .about-content h3 {
    font-size: 24px;
    padding: 20px 0;
  }
}

.about-h2-wrap {
  display: flex;
  gap: 20px;
  font-size: 18px;
}
@media screen and (max-width: 650px) {
  .about-h2-wrap {
    gap: 10px;
    font-size: 14px;
  }
}
.about-h2-wrap h2 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1rem;
}

.about-text {
  line-height: 1.8;
  padding-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .about-text {
    padding-bottom: 40px;
  }
}

.about-btn {
  border: 1px solid #ffffff;
  margin-left: auto;
}
@media (min-width: 651px) and (max-width:990px) {
  .about-btn {
    margin-right: auto;
  }
}
.about-btn a {
  color: #ffffff;
}

/*=============================

items

===============================*/
.items {
  padding-top: 100px;
}
@media (min-width: 651px) and (max-width:990px) {
  .items {
    padding-top: 70px;
  }
}
@media screen and (max-width: 650px) {
  .items {
    padding-top: 60px;
  }
}

.items-inner {
  display: flex;
  padding-bottom: 80px;
}
@media screen and (max-width: 650px) {
  .items-inner {
    display: block;
    padding-bottom: 40px;
  }
}

.items-title {
  width: 480px;
}
@media (min-width: 651px) and (max-width:990px) {
  .items-title {
    width: 300px;
  }
}
@media screen and (max-width: 650px) {
  .items-title {
    width: auto;
  }
}

.items-message {
  width: calc(100% - 400px);
  font-size: 18px;
  padding-right: 50px;
  line-height: 1.5;
  padding-top: 15px;
}
@media (min-width: 651px) and (max-width:990px) {
  .items-message {
    width: calc(100% - 300px);
    font-size: 16px;
    padding-right: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .items-message {
    width: 100%;
    font-size: 16px;
    padding-right: 0;
    padding-top: 20px;
  }
}

.items-wrap {
  display: flex;
}
@media screen and (max-width: 650px) {
  .items-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .items-wrap {
    flex-wrap: wrap;
  }
}

.items-item {
  flex: 1;
}
.items-item:not(:first-child) {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 650px) {
  .items-item:not(:first-child) {
    border: none;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .items-item {
    flex: auto;
    width: 330px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .items-item {
    flex: auto;
    width: 330px;
    margin: 0 auto;
  }
}

.items-item-img {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .items-item-img {
    height: 300px;
  }
  .items-item-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.items-item-content {
  padding: 40px;
  background-color: #e9edf5;
  color: #173f93;
}
@media (min-width: 991px) and (max-width:1390px) {
  .items-item-content {
    padding: 30px;
  }
}
@media screen and (max-width: 650px) {
  .items-item-content {
    padding: 20px;
  }
}

.items-item-h3 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .items-item-h3 {
    padding-bottom: 10px;
  }
}
.items-item-h3 h3 {
  font-size: 34px;
}
@media screen and (max-width: 650px) {
  .items-item-h3 h3 {
    font-size: 30px;
  }
}
.items-item-h3 .item-arrow {
  width: 34px;
  margin-left: auto;
}

.items-item-text {
  line-height: 1.5;
}

/*=============================

store

===============================*/
.store {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 651px) and (max-width:990px) {
  .store {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .store {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.store-wrap {
  display: flex;
}
@media screen and (max-width: 650px) {
  .store-wrap {
    flex-direction: column-reverse;
  }
}

.store-img {
  width: 45%;
}
@media (min-width: 651px) and (max-width:990px) {
  .store-img {
    width: 40%;
  }
}
@media screen and (max-width: 650px) {
  .store-img {
    width: 100%;
    padding: 0 20px;
    height: auto;
  }
  .store-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.store-content {
  width: 55%;
  padding-top: 40px;
  padding-left: 40px;
}
@media (min-width: 651px) and (max-width:990px) {
  .store-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .store-content {
    width: 100%;
    padding: 20px;
  }
}

.store-content-wrap {
  padding-top: 50px;
}

.store-content-row {
  font-size: 18px;
  padding: 35px 0;
  display: flex;
  border-top: 1px solid #e2e1e1;
}
@media (min-width: 651px) and (max-width:990px) {
  .store-content-row {
    font-size: 16px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 650px) {
  .store-content-row {
    font-size: 16px;
  }
}

.store-content-label {
  color: #173f93;
  width: 170px;
}
@media (min-width: 651px) and (max-width:990px) {
  .store-content-label {
    width: 130px;
  }
}
@media screen and (max-width: 650px) {
  .store-content-label {
    width: 100px;
  }
}

.store-content-text {
  line-height: 1.4;
  width: calc(100% - 170px);
}
@media (min-width: 651px) and (max-width:990px) {
  .store-content-text {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 650px) {
  .store-content-text {
    width: calc(100% - 100px);
  }
}

.store-btn-wrap {
  display: flex;
  padding-top: 60px;
  gap: 30px;
}
@media (min-width: 651px) and (max-width:990px) {
  .store-btn-wrap {
    padding-top: 40px;
    gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  .store-btn-wrap {
    display: block;
    padding-top: 40px;
  }
}

.store-btn {
  position: relative;
  border: 1px solid #173f93;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .store-btn {
    margin-bottom: 20px;
  }
}
.store-btn a {
  display: inline-block;
  padding: 30px;
  width: 100%;
  height: 100%;
  color: #173f93;
  font-size: 28px;
}
@media (min-width: 651px) and (max-width:990px) {
  .store-btn a {
    padding: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .store-btn a {
    padding: 20px;
    font-size: 22px;
  }
}
.store-btn a span {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  display: block;
  padding-bottom: 15px;
}
@media (min-width: 651px) and (max-width:990px) {
  .store-btn a span {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .store-btn a span {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.store-btn a img {
  position: absolute;
  width: 34px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

/*=============================

blog

===============================*/
.page-blog {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 651px) and (max-width:990px) {
  .page-blog {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .page-blog {
    padding-top: 20px;
    padding-bottom: 140px;
    position: relative;
  }
}

.blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .blog-header {
    display: block;
  }
}

.blog-date {
  font-family: "Jost", sans-serif;
}

.blog-btn {
  background-color: #173f93;
}
@media screen and (max-width: 650px) {
  .blog-btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.blog-btn a {
  color: #ffffff;
}

.blog-content {
  display: flex;
  gap: 25px;
  padding-top: 60px;
}
@media (min-width: 651px) and (max-width:990px) {
  .blog-content {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
}
@media screen and (max-width: 650px) {
  .blog-content {
    display: block;
  }
}

@media (min-width: 651px) and (max-width:990px) {
  .blog-content-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 650px) {
  .blog-content-item {
    margin-bottom: 30px;
  }
}

.blog-info-wrap {
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .blog-info-wrap {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

.blog-category {
  color: #173f93;
  border: 1px solid #173f93;
  border-radius: 20px;
  padding: 5px 10px;
}

.blog-title {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 991px) and (max-width:1390px) {
  .blog-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .blog-title {
    font-size: 16px;
  }
}

/*=============================

online

===============================*/
.online {
  background: url(../img/online-bg.jpg) no-repeat center center/cover;
  width: 100%;
  padding: 150px 0;
  position: relative;
}
@media (min-width: 651px) and (max-width:990px) {
  .online {
    padding: 100px 0;
  }
}
@media screen and (max-width: 650px) {
  .online {
    padding: 80px 0;
  }
}

.white-flame {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #ffffff;
}
@media screen and (max-width: 650px) {
  .white-flame {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.online-h2-wrap h2 {
  font-size: 100px;
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
  padding-bottom: 20px;
  background: linear-gradient(to right, #f0b7c6, #d0a2a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media (min-width: 651px) and (max-width:990px) {
  .online-h2-wrap h2 {
    font-size: 70px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 650px) {
  .online-h2-wrap h2 {
    font-size: 60px;
    padding-bottom: 5px;
  }
}
.online-h2-wrap span {
  font-size: 20px;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 650px) {
  .online-h2-wrap span {
    font-size: 16px;
  }
}

.online-btn {
  margin-left: auto;
  background: linear-gradient(to right, #54c1e1, #b7e3d8);
}
@media screen and (max-width: 650px) {
  .online-btn {
    margin-right: auto;
    margin-top: 40px;
  }
}
.online-btn a {
  color: #ffffff;
}/*# sourceMappingURL=main.css.map */