@charset "utf-8";
/* FONT */
.ttl__sub__mv {
  font-size: 3.6rem;
  font-weight: 600
}
.ttl__style__01 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #cb000f;
  letter-spacing: 3px;
  margin-bottom: 30px;
  line-height: 1.4
}
.ttl__style__02 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 2px;
}
.ttl__style__03 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
}
.ttl__style__04 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #cb000f;
}
.lead__style__01 {
  font-size: 1.8rem;
  font-weight: 600
}
.lead__style__02 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8
}
.lead__style__03 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 40px;
  font-style: italic;
}
html {
  scroll-padding-top: 90px;
}
@media screen and (max-width:768px) {
  .ttl__sub__mv {
    font-size: 2.4rem;
  }
  .ttl__style__01 {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .ttl__style__02 {
    font-size: 2.0rem;
  }
  .ttl__style__03 {
    font-size: 1.8rem;
  }
  .ttl__style__04 {
    font-size: 1.6rem;
  }
  .lead__style__01 {
    font-size: 1.5rem;
  }
  .lead__style__02 {
    font-size: 1.4rem;
    line-height: 1.8
  }
  .lead__style__03 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
	html {
  scroll-padding-top: 70px;
}
}
/* 下層ページ共通 */
.sub__mv__wrap {
  background: url("../images/mv_sub.jpg") no-repeat center center;
  background-size: cover;
}
.sub__mv__wrap > * {
  text-align: center;
  padding: 100px 5%;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 4px;
}
main section:nth-child(2) {
  padding-top: 165px;
}
p a {
  color: #004ccb;
}
@media screen and (max-width:768px) {
  .sub__mv__wrap {}
  .sub__mv__wrap > * {
    padding: 40px 5%;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  main section:nth-child(2) {
    padding-top: 60px;
  }
}
/* contact */
.tbl_style_a th, .tbl_style_a td {
  padding: 0 40px 10px 0;
}
@media screen and (max-width:768px) {
  .tbl_style_a th, .tbl_style_a td {
    padding: 0 0px 5px 0;
    display: block;
    width: 100%;
  }
  .tbl_style_a td {
    padding-bottom: 20px;
  }
  .contact01__wrap strong {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
/* vision ahead */
.gray__box {
  background: url("../images/bk_vision.png") no-repeat center center #f8f8f8;
  background-size: 63% auto;
  width: 100%;
  padding: 60px 50px;
  margin-top: 35px;
}
@media screen and (max-width:768px) {
  .gray__box {
    background: url("../images/bk_vision.png") no-repeat center center #f8f8f8;
    background-size: auto 84%;
    padding: 30px 20px;
    margin-top: 30px;
  }
}
/* about */
.about__wrap > p.lead__style__01 a {
  color: #cb000f;
  font-style: italic;
  letter-spacing: 1px;
  margin: 0 5px;
}
#sec01 {
  margin-top: 90px;
}
.content01__items {
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.content01__item__img {
  width: 45%;
}
.content01__item__txt {
  width: 50%;
}
.content01__items div.content01__item__txt:nth-child(1) {
  padding-left: 10vw
}
.content01__items div.content01__item__txt:nth-child(2) {
  padding-right: 10vw
}
@media screen and (max-width:768px) {
  .about__wrap > p.lead__style__01 a {
    margin: 0 3px;
  }
  #sec01 {
    margin-top: 60px;
  }
  .content01__items {
    margin-top: 60px;
    padding: 0 7%;
    grid-row-gap: 30px;
  }
  .content01__item__img {
    width: 100%;
  }
  .content01__item__txt {
    width: 100%;
  }
  .content01__items div.content01__item__txt:nth-child(1) {
    padding-left: 0
  }
  .content01__items div.content01__item__txt:nth-child(2) {
    padding-right: 0
  }
}
/* flashback */
.flashback01__items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-row-gap: 30px;
  grid-column-gap: 2%;
  text-align: center;
}
.flashback01__item {
  width: 18.4%;
}
.flashback01__item img {
  max-height: 60px;
  max-width: 84px;
}
.tag__gray {
  background: #f8f8f8;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px;
  margin-top: 30px
}
.flashback02__wrap {
  padding: 30px
}
.flashback02__item {
  margin-top: 80px;
}
.flashback02__item > img {
  max-height: 60px;
  max-width: 84px;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .flashback01__items {
    grid-row-gap: 30px;
    grid-column-gap: 3%;
  }
  .flashback01__item {
    width: 48.5%;
  }
  .flashback01__item img {
    max-height: 50px;
    max-width: 70px;
  }
  .tag__gray {
    font-size: 1.3rem;
    padding: 2px;
    margin-top: 15px
  }
  .flashback02__wrap {
    padding: 0px
  }
  .flashback02__item {
    margin-top: 40px;
  }
  .flashback02__item > img {
    max-height: 50px;
    max-width: 70px;
    margin-bottom: 5px;
  }
}
/* toppage */
.mv__wrap {
  background: url("../images/mv.jpg") no-repeat center center;
  background-size: cover;
  padding: 190px 7% 300px 7%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.mv__wrap * {
  position: relative;
}
.mv__wrap::before {
  content: "";
  background: url(../images/mv_dot.png) repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.ttl__mv__sub {
  font-size: 2.0rem;
  letter-spacing: 2px;
}
.ttl__mv {
  font-size: 4.2rem;
  letter-spacing: 4px;
}
.ttl__style__05 {
  font-size: 5.4rem;
  font-weight: 600;
  color: #cb000f;
  line-height: 1.4;
  letter-spacing: 4px;
}
.lead__style__04 {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 20px;
}
.btn__red a {
  background: #cb000f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  display: inline-block;
  width: 210px;
}
.top01__wrap .btn__red {
  text-align: right;
  margin-top: 30px;
}
.top01__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.top01__item__txt {
  width: 45%;
  padding-left: 5%;
}
.top01__item__img {
  width: 50%;
}
.top01__wrap {
  padding-bottom: 215px;
  background: url("../images/bg_en.png") no-repeat left -5px bottom;
  background-size: 98%;
}
.top02__wrap {
  padding: 55px 5% 160px 5%;
}
.ttl__style__06 {
  font-size: 5.4rem;
  font-style: italic;
  font-weight: 600;
  margin-right: -4%;
  line-height: 1.4
}
.top02__wrap figure {
  text-align: center;
  padding: 100px 0;
}
.top03__wrap {
  padding: 160px 5% 280px 5%;
  text-align: center;
  color: #cb000f;
  background: url("../images/bg_en2.png") no-repeat bottom #f8f8f8;
  background-size: 100% auto;
}
.top03__items {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 80px;
  margin: 100px auto 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 786px;
}
.top03__item {
  width: 30%;
  padding-top: 30%;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.top03__item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  row-gap: 40px;
}
.top03__item a figure {}
.top03__item a img {
  max-width: 87px;
  max-height: 70px;
}
.ttl__style__07 {
  font-size: 3.0rem;
  font-weight: 800;
  font-style: italic;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .mv__wrap {
    padding: 80px 7% 190px 7%;
  }
  .ttl__mv__sub {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .ttl__mv {
    font-size: 2.8rem;
    letter-spacing: 2px;
    line-height: 1.4
  }
  .ttl__style__05 {
    font-size: 3.0rem;
    letter-spacing: 2px;
  }
  .lead__style__04 {
    font-size: 1.8rem;
    letter-spacing: inherit;
  }
  .btn__red a {
    padding: 10px;
    display: inline-block;
    width: 180px;
  }
  .top01__wrap .btn__red {
    text-align: center;
  }
  .top01__items {
    flex-wrap: wrap;
    grid-row-gap: 40px;
  }
  .top01__item__txt {
    width: 100%;
    padding: 0 7%;
  }
  .top01__item__img {
    width: 100%;
  }
  .top01__wrap {
    padding-bottom: 80px;
    background: url("../images/bg_en_sp.png") no-repeat left -5px bottom;
    background-size: 98% auto;
  }
  .top02__wrap {
    padding: 30px 5% 60px 5%;
  }
  .ttl__style__06 {
    font-size: 2.8rem;
    margin-right: 0;
  }
  .top02__wrap figure {
    padding: 40px 0;
  }
  .top03__wrap {
    padding: 60px 7% 100px 7%;
	      background: url(../images/bg_en2_sp.png) no-repeat bottom #f8f8f8;
    background-size: 100% auto;
  }
  .top03__items {
    grid-row-gap: 40px;
    margin: 40px auto 0 auto;
    width: 100%;
  }
  .top03__item {
    width: 45%;
    padding-top: 45%;
  }
  .top03__item a {
    row-gap: 20px;
  }
  .top03__item a figure {}
  .top03__item a img {
    max-width: 60px;
    max-height: 46px;
  }
  .ttl__style__07 {
    font-size: 1.8rem;
  }
}
/* footer */
footer {
  background: #000;
  color: #fff;
  padding: 45px 7%;
  position: relative;
}
.pagetop {
  position: absolute;
  right: 0;
  top: -70px;
}
address {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 25px;
}
.footer__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer__item__link ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  grid-column-gap: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  footer {
    padding: 40px 7%;
  }
  .pagetop {
    top: -40px;
    width: 40px;
  }
  .footer__items {
    justify-content: center;
  }
  address {
    margin-top: 20px;
    text-align: center;
  }
  .footer__item__link {
    display: none;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 10000;
}
.header_inner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .logo {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0px 15px;
    width: 180px;
  }
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  main {
    margin-top: 60px;
	  padding-bottom: 80px
  }
} /* sp */
@media only screen and (min-width: 769px) {
  .header {
    height: 80px
  }
  .header_inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    height: 80px
  }
  .nav_list {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 30px;
  }
  .nav_list li.btn a {
    background: #cb000f;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    width: 150px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main {
    margin-top: 80px;
	  padding-bottom: 200px;
  }
} /* pc */