@charset "UTF-8";
/*========================================
Re:vite
Date : 
Style : principal CSS "header" "footer" "nav"
Filename : principal.css
========================================*/

/*========================================
Header Contents
========================================*/
/* .global_header {
  background-color: #000000;
} */
.global_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #151456;
  z-index: 1000;
}
.header_inner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 980px;
  height: 110px;
  margin: 0 auto;
}
.header_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  z-index: 1000;
}
/* .heade_right {
  width: calc(100% - 340px);
} */
.header_left a {
  display: block;
  margin-left: 20px;
  color: #ffffff;
  font-family: serif;
  font-weight: bold;
  font-size: 2rem;
}
.header_left a span {
  font-size: 1rem;
  line-height: 1.8em;
}
.header_left p {
  color: #fff;
  font-size: 10px;
}
.sp-login {
  display: none;
}
.global_header.active .header_left h5 {
  margin: 0;
}
@media (max-width: 959px){
  .global_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .header_inner {
    align-items: center;
    padding: 10px 0;
    height: 50px;
  }
  .header_left {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 70px);
  }
  .sp-login {
    display: block;
    margin-left: 10px;
    margin: 25px auto 0;
  }
  .sp-login a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    color: #000000;
    font-size: 12px;
  }
  .heade_right {
    width: 70px;
  }
  .header_left h5 {
    width: 40px;
  }
  .header_left p {
    display: none;
  }
}
@media (max-width: 767px) {
	
}
@media (max-width: 374px) {
  .sp-login,
  .sp-login a {
    width: 260px;
  }
}

/*========================================
nav
========================================*/
.global_nav ul {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  justify-content: flex-end;
}
.global_nav ul li a {
  padding: 20px;
  display: block;
  color: #fff;
  font-size: 0.9rem;
  transition: 0.4s;
}
.global_nav ul li.header-login a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  margin-left: 20px;
  padding: 0;
  background-color: #fff;
  /* border: 1px solid #fff; */
  border-radius: 4px;
  color: #000000;
}
.nav_contact a {
  transition: 0.4s;
}
.sp-menu {
  display: none;
}
.sp-contact_box {
  display: none;
}
.my-page-nav {
  position: absolute;
  top: 110%;
  right: 0;
  display: none;
  padding: 20px 15px 15px;
  background-color: #fff;
  box-shadow: 0 0 5px #aaa;
  z-index: 1000;
}
.logout-btn {
  /* box-sizing: border-box; */
  display: block;
  padding: 8px;
  background-color: #ff9600;
  /* border: 1px solid #ff9600; */
  border-radius: 20px;
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  transition: 0.4s;
}
.my-page-nav li a {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  color: #707070;
  font-size: 0.85rem;
}
.my-page-nav a img {
  display: block;
  width: 10px;
  margin: 0 5px 0 0;
}
.footer-info-logo .footer-main-logo {
  color: #ffffff;
  font-family: serif;
  font-weight: bold;
  font-size: 2rem;
}
@media (min-width: 960px) {
  .global_nav ul li a:hover {
    color: #ff9600;
  }
  .global_nav ul li.header-login a:hover {
    cursor: pointer;
    background-color: #ff9600;
    color: #fff;
  }
  .my-page-nav li a:hover {
    text-decoration: underline;
  }
  .logout-btn:hover {
    background-color: #fff;
    color: #ff9600;
  }
}
@media (max-width: 959px){
  .global_nav ul li.header-login a:last-of-type {
    margin-bottom: 0;
  }
  .global_nav.header-center {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 50px);
    background: #151456;
  }
  .sp-menu {
    position: relative;
    display: block;
    width: 42px;
    height: 36px;
    margin: 0 10px 0 auto;
    /* border-left: 1px solid #fff; */
    /* background: #ff9600; */
  }
  .sp-menu span {
    position: absolute;
    left: 50%;
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    transition: 0.4s;
  }
  .sp-menu span:nth-of-type(1) {
    top: 6px;
    transform: translateX(-50%);
  }
  .sp-menu span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .sp-menu span:nth-of-type(3) {
    bottom: 6px;
    transform: translateX(-50%);
  }
  .global_nav ul.login__list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ff960070;
  }
  .global_nav ul.login__list li {
    border: none;
  }
  .global_nav ul li.header-login {
    width: 45%;
  }
  .global_nav ul li.header-login a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .global_nav ul {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .global_nav > ul > li {
    justify-content: center;
    border-bottom: 1px solid #ff960070;
  }
  .global_nav > ul > li > a {
    display: inline-block;
    padding: 20px 0;
  }
  .global_nav ul li.header-login {
    display: block;
  }
  .global_nav ul li a {
    color: #fff;
    font-size: 1.1rem;
  }
  .nav_contact {
    display: none;
  }
  .sp-contact_box {
    display: block;
    margin: 20px 0 0;
  }
  .sp-contact_box h5 {
    margin: 0 0 10px;
    color: #fff;
    text-align: center;
  }
  .sp-contact_box > div {
    box-sizing: border-box;
    width: 290px;
    margin: 0 auto 20px;
    padding: 15px 0;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
  }
  .sp-contact_box > div p:not(:last-of-type) {
    margin: 0 0 10px;
  }
  .sp-contact_box > div a {
    color: #fff;
  }
  .sp-contact_box > div a span {
    font-size: 1.5rem;
  }
  .sp-mailto a {
    display: block;
    width: 290px;
    margin: 0 auto;
    padding: 15px 0;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
  }
  .my-page-nav {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    padding: 30px 35px 15px;
  }
  .logout-btn {
    width: 60%;
    margin: 0 auto;
  }
  .my-page-nav li a {
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .global_nav ul li a {
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  
}

/*========================================
Breadcrumb
========================================*/
.breadcrumb-list_ar {
  margin: 80px auto 50px;
}
.breadcrumb-list_ar.complete {
  margin: 80px auto 110px;
}
.breadcrumb-list_ar ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-list_ar ul li {
  position: relative;
}
.breadcrumb-list_ar ul li:not(:last-of-type) {
  padding: 0 30px 0 0;
}
.breadcrumb-list_ar ul li:not(:last-of-type):after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  color: #707070;
  font-size: 0.7rem;
  transform: translateY(-50%);
}
.breadcrumb-list_ar ul li a {
  color: #707070;
  font-size: 0.8rem;
}
@media (max-width: 959px){
  .breadcrumb-list_ar {
    box-sizing: border-box;
    margin: 10px auto 20px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .global_nav ul li.header-login a {
    height: auto;
    padding: 10px 0;
  }
}
@media (max-width: 374px) {
  
}

/*========================================
Top Return
========================================*/
@media (max-width: 959px){
	
}
@media (max-width: 767px) {
	
}
@media (max-width: 374px) {
  
}


/*========================================
Footer Content
========================================*/
.global_footer {
  background-color: #F2F2F2;
}
.footer-nav ul {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 21px 0; */
  background: #151456;
}
/* .footer-nav ul li:not(:last-of-type) {
  margin: 0 50px 0 0;
} */
.footer-nav > ul {
  height: 90px;
}
.footer-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.9rem;
}
.footer-nav ul li a img {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.footer-nav ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.footer-cont {
  max-width: 460px;
  margin: 0 auto 10px;
  padding: 0 0 30px;
  border-bottom: 1px solid #DBDBDB;
}
.footer-logo {
  width: 110px;
  margin: 0 auto 10px;
}
.footer-cont p {
  color: #707070;
  font-size: 0.9rem;
  text-align: center;
}
.copyright {
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 959px){
  /* .footer-nav {
    box-sizing: border-box;
    padding: 0 15px;
  } */
  footer .global_nav {
    display: none;
  }
  .footer-nav ul {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    border: none;
  }
  .footer-nav ul li:not(:last-of-type) {
    margin: 0;
  }
  .footer-nav ul li a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px 10px;
    border-top: 1px solid #707070;
  }
  .footer-nav ul li:last-of-type a {
    border-bottom: 1px solid #707070; 
  }
}
@media (max-width: 767px) {
}
@media (max-width: 374px) {
  
}

.global_nav ul li {
  position: relative;
  display: flex;
}
.global_nav ul > li ul {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: none; 
  width: 200px;
  background: #0d0b98;
  z-index: 9999;
}
.global_nav ul > li ul li {
  text-align: center;
}
.global_nav ul > li:hover > ul {
  display: block;
}
.global_nav ul .inner_nav {
  display: none;
}
.global_nav ul .inner_nav li a {
  padding: 12px 20px;
  color: #ffffff;
  transition: .4s;
  display: block;
}
.global_nav ul li .inner_nav li a:hover {
  color: #ff9600;
}
.global_nav.header-right {
  margin-right: 20px;
}
.global_nav.header-right ul li a {
  font-size: 0.875rem;
}
.header-center {
  width: 100%;
}
.global_header-wrapper {
  position: relative;
}
.footer-info {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  /* margin-bottom: 60px; */
  color: #ffffff;
}
.footer-info-logo {
  padding: 30px 70px 0 0;
}
.footer-info > div {
  border-right: 1px solid #ffffff;
}
.footer-info > div:last-of-type {
  border-right: none;
}
.footer-info-logo figure {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}
.footer-info-logo p {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
}
.footer-info-wrapper {
  padding: 20px 0 80px;
  background: #151456;
}
.footer-info-border {
  box-sizing: border-box;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 70px;
  padding: 30px 70px 30px;
  border: 1px solid #ffffff;
}
.footer-info-address {
  box-sizing: border-box;
  padding: 0 30px;
}
.footer-info-address .address-box {
  display: flex;
}
.footer-info-address p {
  margin-bottom: 25px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer-info-address figure {
  width: 100%;
  max-width: 95px;
  margin-right: 25px;
}
.footer-info-address h5 {
  margin-bottom: 25px;
}
.footer-info h5 {
  text-align: center;
}
.google-map-btn a {
  box-sizing: border-box;
  display: block;
  width: 140px;
  margin: 0 auto;
  padding: 8px 20px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  text-align: center;
  transition: .7s;
}
.google-map-btn a:hover {
  border: none;
  background: #cccccc;
  border: 1px solid #000000;
}
.footer-info-contact {
  box-sizing: border-box;
  padding-left: 40px;
}
.footer-info-contact h5 {
  margin-bottom: 15px;
}
.footer-info-contact p {
  text-align: center;
  font-size: 0.875rem;
}
.contact-box a figure {
  width: 100%;
  max-width: 150px;
  /* border: 1px solid #ffffff; */
}
.sns-ttl {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.footer-info-border ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.footer-info-border ul li img {
  width: auto;
  height: 20px;
}
.footer-attention-text {
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
}
.contact-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: .7s;
}
.contact-box a:hover {
  background: #cccccc;
}
.contact-box a p {
  color: #ffffff;
}
.contact-box a figure {
  width: 12px;
  margin-right: 10px;
}
.sp_none {
  display: block;
}
.pc_tb_none {
  display: none;
}
@media (max-width: 1300px){
  .header_inner {
    max-width: 810px;
  }
  .header_left figure {
    width: 130px;
  }
}
@media (max-width: 959px){
  .global_nav ul.inner_nav li {
    background: #2f2f2f;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    position: static;
  }
  .global_nav ul > li ul {
    position: static;
    width: 100%;
    transform: translateX(0);
  }
  .global_nav ul .inner_nav li a {
    padding: 20px;
    font-size: 0.675rem;
  }
  .global_nav > ul > li::before {
    content: none;
    position: absolute;
    top: 25px;
    left: 10%;
    transform: translateY(-50%)rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid #ff9600;
    border-bottom: 1px solid #ff9600;
  }
  .global_nav > ul > li.arrow_open::before {
    content: none;
    position: absolute;
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ff9600;
    border-bottom: 1px solid #ff9600;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .global_nav > ul > li:nth-of-type(1)::before,
  .global_nav > ul > li:nth-of-type(4)::before {
    content: none;
  }
  .global_nav ul > li:hover > ul {
    display: none;
  }
  .open .global_nav {
    overflow: scroll;
  }
  .footer-info-border {
    width: 95%;
    padding: 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .footer-info-logo {
    padding: 0 0 30px;
  }
  .footer-info-logo figure {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 10px;
  }
  .footer-info-border {
    width: 90%;
    /* max-width: 1080px; */
    margin: 0 auto 30px;
    padding: 30px 0 50px;
    position: relative;
  }
  .footer-info > div {
    border: none;
  }
	.footer-info {
    box-sizing: border-box;
    display: block;
    margin-bottom: 40px;
    color: #ffffff;
  }
  .footer-info-address {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .footer-info-address h5 {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .footer-info-address figure {
    width: 100%;
    height: auto;
    max-width: 140px;
    margin-right: 15px;
  }
  .footer-info-address p {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .address-box {
    justify-content: center;
  }
  .address__item {
    width: 45%;
    height: 120px;
    box-sizing: border-box;
  }
  .footer-info-border ul {
    width: 90%;
  }
  .footer-info-border ul li img {
    height: 12px;
  }
  .sns-ttl {
    font-size: 0.6875rem;
  }
  .footer-info-contact h5 {
    margin-bottom: 25px;
    font-size: 10px;
  }
  .footer-info-contact {
    padding-left: 0;
  }
  .contact-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-box a {
    margin: 0 auto 10px;
    padding: 11px 9px;
    width: 170px;
  }
  .copyright {
    font-size: 12px;
  }
  .footer-attention-text {
    font-size: 12px;
    width: 85%;
    margin: 50px auto 0;
  }
  .sp_none {
    display: none;
  }
  .pc_rb_none {
    display: block;
  }
  .header_left .dp-flex {
    display: none;
  }
  .header_left figure {
    width: 100px;
    margin-left: 0;
  }

}
@media (max-width: 374px) {
  .google-map-btn a {
    width: 120px;
    padding: 8px 12px;
  }
}
