@charset "UTF-8";
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
 Font
==================================================== */
html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth; /* スムーズスクロール */
}

*, *:after, *:before, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, p, pre, td, th {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hiragino Kaku Gothic", "hiragino-kaku-gothic-pron", "Zen Kaku Gothic Antique", "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #AA1437;
  cursor: pointer;
}
a:hover, a ::before, a ::after, a :hover::before, a :hover::after {
  transition: 0.3s;
}

li {
  list-style: none;
}

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

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: #f2f2f2;
  border: none;
  padding: 15px;
  width: 100%;
}

select {
  position: relative;
  width: 100%;
  padding-right: 28px;
  background: url(./img/select.svg) no-repeat center right 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #f2f2f2;
}

textarea {
  height: 240px;
  display: block;
}

*, *:after, *:before {
  box-sizing: border-box;
}

::placeholder {
  color: #ccc;
}

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

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
.h2-ttl {
  font-size: 3.2rem;
  color: #AA1437;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .h2-ttl {
    font-size: 2.8rem;
  }
}
.h2-ttl02 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .h2-ttl02 {
    font-size: 2.8rem;
  }
}

.h3-ttl {
	font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 400;
}
.h3-ttl02 {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .h3-ttl02 {
    font-size: 1.8rem;
  }
}
.h3-ttl02 span {
  font-family: "field-gothic-condensed", sans-serif;
  font-size: 1.5rem;
  display: block;
}

.h4-ttl {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .h4-ttl {
    font-size: 1.6rem;
  }
}
.h4-ttl02 {
  font-size: 1.5rem;
  color: #fff;
}

.header {
  padding: 35px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
}
.header.js-scroll {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .header.js-scroll {
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  }
}
.header .global-nav {
  width: 100vw;
  height: 100vh;
  border-left: 0 none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  transition: 0.3s;
  opacity: 0;
  margin-top: 0;
  pointer-events: none;
}
.header .global-nav__wrap {
  height: auto;
  padding: 90px 15px;
  height: 100%;
  overflow: scroll;
  background: #AA1437;
}
.header .global-nav.js-open {
  pointer-events: all;
  transition: 0.3s;
  opacity: 1;
}
.header .global-nav__list li {
  text-align: center;
  margin-bottom: 20px;
}
.header .global-nav__list li a {
  color: #fff;
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}

.header-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header-ttl {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.header-ttl img {
  display: block;
}
.header-ttl.js-scroll {
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .header-ttl.js-scroll {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header-ttl {
    max-width: 180px;
    width: 100%;
    height: auto;
  }
}

.header-nav {
  margin-right: 200px;
}
@media screen and (max-width: 1399px) {
  .header-nav {
    margin-right: 10px;
  }
}

.nav-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
@media screen and (max-width: 1399px) {
  .nav-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
}
.nav-flex li a {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
.nav-flex li a:hover {
  opacity: 0.7;
}

.header__hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.header__hamburger span {
  background-color: #AA1437;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.3s;
  border-radius: calc(infinity * 1px);
}
.header__hamburger span::before {
  top: -10px;
  content: "";
  background-color: #AA1437;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  border-radius: calc(infinity * 1px);
}
.header__hamburger span::after {
  bottom: -10px;
  content: "";
  background-color: #AA1437;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  border-radius: calc(infinity * 1px);
}
.header__hamburger.only-sp.js-open span {
  background-color: transparent;
  transition: 0.3s;
}
.header__hamburger.only-sp.js-open span::before {
  top: 1px;
  transition: 0.3s;
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
}
.header__hamburger.only-sp.js-open span::after {
  bottom: -1px;
  width: 30px;
  left: 50%;
  transition: 0.3s;
  transform: translateX(-50%) rotate(-45deg);
  background-color: #fff;
}

.footer {
  background-color: #AA1437;
  padding: 45px 80px 40px;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 220px;
}
.footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 180px;
  background: url(../img/footer-img.png) bottom right/contain no-repeat;
  width: 637px;
  height: 235px;
}
@media screen and (max-width: 1399px) {
  .footer::after {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .footer::after {
    width: 300px;
    height: 120px;
    bottom: 80px;
  }
}
@media screen and (max-width: 1399px) {
  .footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 45px 20px 20px;
  }
}

.footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.footer-ttl figure {
  max-width: 340px;
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .footer-ttl figure {
    max-width: 230px;
    width: 100%;
    margin-bottom: 45px;
    margin: 0 auto 40px;
  }
}
.footer-ttl img {
  display: block;
}

.footer-info {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .footer-info {
    width: 100%;
    text-align: center;
  }
}
.footer-info p {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-info p {
    color: #fff;
    font-size: 1.4rem;
  }
}
.footer-info p.footer-copy {
  font-family: "field-gothic-condensed", sans-serif;
  font-size: 1.5rem;
  margin-top: 135px;
}
@media screen and (max-width: 768px) {
  .footer-info p.footer-copy {
    margin-top: 70px;
    text-align: center;
  }
}
.footer-info p.footer-contact {
  font-size: 2.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer-info p.footer-contact {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.footer-info p.footer-contact span {
  font-size: 1.6rem;
  display: block;
}
.footer-info p.footer-contact a {
  transition: 0.3s;
}
.footer-info p.footer-contact a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.footer-info p.footer-contact a.tel {
  margin-right: 20px;
}
.footer-info a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-nav .nav-flex {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav .nav-flex li {
    margin-bottom: 15px;
  }
}
.footer-nav .nav-flex li a {
  font-family: "field-gothic-condensed", sans-serif;
  font-size: 2rem;
  color: #fff;
}

/* ====================================================
メインビジュアル
==================================================== */
.main-visual {
  margin: 170px auto 120px;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-visual figure {
  max-width: 590px;
  width: 80%;
  margin: 0 auto;
}
.main-visual img {
  width: 100%;
  margin: 0 auto;
}
.main-visual::before {
  content: "";
  position: absolute;
  width: 386px;
  height: 277px;
  bottom: -305px;
  left: 0;
  background: url(../img/main_visual-left.png) left top/contain no-repeat;
}
@media screen and (max-width: 1399px) {
  .main-visual::before {
    display: none;
  }
}
.main-visual::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 256px;
  top: -10px;
  right: 0;
  background: url(../img/main_visual-right.png) right top/contain no-repeat;
}
@media screen and (max-width: 1399px) {
  .main-visual::after {
    display: none;
  }
}

/* ====================================================
Our Mission
==================================================== */
.sec-mission {
  max-width: 1030px;
  width: 100%;
  height: 100%;
  margin: 0 auto 250px;
}
@media screen and (max-width: 768px) {
  .sec-mission {
    margin: 0 auto 100px;
  }
}
.sec-mission figure {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.sec-mission img {
  display: block;
  width: 100%;
}

.mission-text {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mission-text {
    padding: 20px;
    text-align: left;
  }
}
.mission-text p {
  font-weight: 100;
  font-style: normal;
  line-height: 48px;
  font-size: 1.6rem;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .mission-text p {
    font-size: 1.5rem;
    line-height: 26px;
  }
}
.mission-text p span {
  font-size: 3rem;
  color: #AA1437;
  font-weight: 100;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mission-text p span {
    font-size: 2rem;
    line-height: normal;
  }
}

/* ====================================================
About Us
==================================================== */
.sec-about {
  color: #fff;
  position: relative;
  background-color: #AA1437;
  margin: 140px auto 200px;
}
@media screen and (max-width: 576px) {
  .sec-about {
    margin: 100px auto;
  }
}
.sec-about::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 140px;
  background: url(../img/about-top.png) center top/cover no-repeat;
}
@media screen and (min-width: 1400px) {
  .sec-about::before {
    top: -215px;
    left: 50%;
    height: 215px;
  }
}
@media screen and (max-width: 576px) {
  .sec-about::before {
    top: -70px;
    height: 70px;
  }
}
.sec-about::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 140px;
  background: url(../img/about-bottom.png) center bottom/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .sec-about::after {
    bottom: -215px;
    left: 50%;
    height: 215px;
  }
}
@media screen and (max-width: 576px) {
  .sec-about::after {
    bottom: -70px;
    height: 70px;
  }
}
.sec-about dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec-about dl {
    display: block;
  }
}
.sec-about dt {
  width: 80px;
}
.sec-about dd {
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .sec-about dd {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sec-about ul {
  margin-bottom: 40px;
}

.about-inner {
  position: relative;
  padding: 0 20px;
}
.about-inner::before {
  content: "About Us";
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 150px;
  color: rgba(240, 110, 0, 0.6);
  position: absolute;
  bottom: 20px;
  left: -175px;
  transform: rotate(90deg);
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .about-inner::before {
    display: none;
  }
}
.about-inner::after {
  content: "";
  position: absolute;
  bottom: -90px;
  right: 0;
  width: 755px;
  height: 352px;
  background: url(../img/about-img.png) center bottom/contain no-repeat;
}
@media screen and (max-width: 1399px) {
  .about-inner::after {
    opacity: 0.3;
    bottom: 35px;
    width: 500px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .about-inner::after {
    width: 300px;
    height: 150px;
    bottom: 160px;
  }
}

.about-inner a {
    color: #fff;
    margin-left: 30px;
    transition: 0.3s;
}
.about-contents {
  position: relative;
  margin: 0 auto 0 160px;
  padding-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .about-contents {
    max-width: 900px;
    margin: 0 auto;
  }
}

/* ====================================================
Service
==================================================== */
.sec-service {
  max-width: 1320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.sec-service p {
  font-size: 1.4rem;
  font-weight: 100;
  color: #fff;
  margin: 20px auto 40px;
  line-height: normal;
}
.sec-service li {
  font-size: 1.4rem;
  font-weight: 100;
  color: #fff;
}

.service-inner {
  position: relative;
}
.service-inner::before {
  content: "Service";
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 150px;
  color: rgba(170, 20, 55, 0.6);
  position: absolute;
  bottom: -75px;
  right: -60px;
  z-index: 2;
  line-height: normal;
}
@media screen and (max-width: 1399px) {
  .service-inner::before {
    display: none;
  }
}

.service-contents {
  position: relative;
  z-index: 1;
}
.service-contents__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .service-contents__flex {
    flex-wrap: wrap;
  }
}
.service-contents__item {
  position: relative;
  flex: 1;
  padding: 25px;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .service-contents__item {
    flex: 1 50%;
  }
}
@media screen and (max-width: 576px) {
  .service-contents__item {
    flex: 1 100%;
  }
}
.service-contents__item:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
}
.service-contents__item::before {
  content: "";
  position: absolute;
  background-color: rgba(124, 124, 124, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}
.service-contents__item.service__01 {
  background: url(../img/service_01.jpg) no-repeat center/cover;
}
.service-contents__item.service__02 {
  background: url(../img/service_02.jpg) no-repeat center/cover;
}
.service-contents__item.service__03 {
  background: url(../img/service_03.jpg) no-repeat center/cover;
}
.service-contents__item.service__04 {
  background: url(../img/service_04.jpg) no-repeat center/cover;
}

/* ====================================================
News
==================================================== */
.sec-news {
  max-width: 1330px;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  margin: 200px auto 0;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .sec-news {
    padding: 0 40px;
    margin: 150px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-news {
    padding: 0 20px;
    margin: 80px auto 0;
  }
}
.sec-news::before {
  content: "News";
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 150px;
  color: rgba(250, 180, 20, 0.8);
  position: absolute;
  top: -140px;
  left: -35px;
}
@media screen and (max-width: 1399px) {
  .sec-news::before {
    display: none;
  }
}

.news-inner {
  position: relative;
  max-width: 1060px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 150px;
}
@media screen and (max-width: 1399px) {
  .news-inner {
    margin: 0 auto;
  }
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: #AA1437 solid 1px;
  margin-bottom: 40px;
}
.news-item dt {
  width: 220px;
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #AA1437;
}
@media screen and (max-width: 1399px) {
  .news-item dt {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .news-item dt {
    padding-bottom: 0;
  }
}
.news-item dt p {
  font-size: 1.5rem;
  padding: 3px 20px;
  border: #AA1437 solid 1px;
  text-align: center;
  display: inline-block;
  margin-left: 50px;
  font-weight: 100;
}
@media screen and (max-width: 1399px) {
  .news-item dt p {
    font-size: 1.4rem;
    padding: 3px 15px;
  }
}
.news-item dd {
  width: calc(100% - 220px);
  color: #505050;
  padding: 30px 0 30px 80px;
}
@media screen and (max-width: 1399px) {
  .news-item dd {
    width: 100%;
    padding: 10px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .news-item dd {
    padding: 20px 0 20px 0;
  }
}/*# sourceMappingURL=styles.css.map */