/* colors */
/*
**********************************************
common
**********************************************
*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.align-center {
  align-content: center;
}

.align-end {
  align-content: flex-end;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fix {
  position: fixed;
  z-index: 999;
}

.inner {
  width: 96%;
  margin: 0 auto;
  max-width: 1100px;
  box-sizing: border-box;
}
.inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}
.inner h2 .number {
  font-size: 0.7rem;
  line-height: 2;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin-right: 1rem;
}
.inner h2 .title {
  font-size: calc(100vw/1920*50);
  font-weight: 700;
}
@media (max-width: 640px) {
  .inner h2 .title {
    font-size: 24px;
  }
}
.inner .txt p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
}
@media (max-width: 640px) {
  .inner .txt p {
    font-size: .9rem;
  }
}
.inner .txt p.catch {
  font-size: calc(100vw/1920*70);
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .inner .txt p.catch {
    font-size: 36px;
  }
}

.inner-box {
  width: 92%;
  margin: 0 auto;
  max-width: 1060px;
  box-sizing: border-box;
}

.sp {
  display: none;
}
@media all and (max-width: 414px) {
  .sp {
    display: block;
  }
}

@media all and (max-width: 414px) {
  .pc {
    display: none;
  }
}

.en {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.gl-bg {
  background: url("../images/top-bg.jpg") no-repeat center top/cover;
}

/*
**********************************************
header
**********************************************
*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem;
  box-sizing: border-box;
}
header h1 {
  width: 33%;
  max-width: 240px;
}
header .menu-btn {
  width: 10%;
  max-width: 40px;
}
header .menu-btn .sp_nav {
  cursor: pointer;
  margin-bottom: 2rem;
}
header .menu-btn .sp_nav:hover img {
  opacity: .7;
}
header .menu-btn .sp_nav .icon-close {
  display: none;
}
header .menu-btn .sp_nav.open .icon-close {
  display: block;
}
header .menu-btn .sp_nav.open .icon-menu {
  display: none;
}
header .menu-btn #sns li {
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  header .menu-btn #sns li {
    margin-bottom: 1rem;
  }
}
header #menu {
  width: 60%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  padding: 5%;
  box-sizing: border-box;
}
header #menu li {
  font-size: 18px;
  margin-bottom: 2rem;
}
header #menu li a {
  font-weight: 600;
}

/*
**********************************************
fv
**********************************************
*/
#fv {
  display: flex;
  flex-wrap: wrap;
  padding: 7% 8% 3%;
  align-items: center;
}
#fv .catch {
  width: 30%;
  font-size: calc(100vw/1920*50);
  line-height: 1.5;
  font-weight: 800;
}
#fv .mainimg {
  width: 70%;
}
@media (max-width: 640px) {
  #fv {
    padding: 7% 3% 3%;
  }
  #fv .catch {
    width: 80%;
    margin: 20% auto;
    font-size: 24px;
  }
  #fv .mainimg {
    width: 100%;
  }
}

/*
**********************************************
cont01
**********************************************
*/
#cont01 .box01 {
  padding: 5% 0;
}

/*
**********************************************
cont02
**********************************************
*/
#cont02 .inner {
  padding: 5% 0;
}

/*
**********************************************
cont03
**********************************************
*/
#cont03 .box01 {
  padding: 5% 0;
}
#cont03 .box01 .img {
  width: 90%;
  margin: 0 auto;
  max-width: 620px;
}

/*
**********************************************
cont04
**********************************************
*/
#cont04 .inner {
  padding: 5% 0;
}
#cont04 .inner .site-menu li {
  width: 48%;
  margin-bottom: 3%;
}
#cont04 .inner .site-menu li a {
  border: 1px solid #C8C6C7;
}
#cont04 .inner .site-menu li a div {
  width: 50%;
  padding: 3%;
  box-sizing: border-box;
}
#cont04 .inner .site-menu li a div:first-of-type {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#cont04 .inner .site-menu li a div:first-of-type p {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
#cont04 .inner .site-menu li a div:first-of-type p:first-of-type {
  width: 60%;
  margin: 0 auto;
}
#cont04 .inner .site-menu li .txt {
  width: 100%;
  text-align: center;
  margin: 3%;
  line-height: 1.8;
}
@media (max-width: 640px) {
  #cont04 .inner .site-menu li {
    width: 100%;
  }
}

/*
**********************************************
footer
**********************************************
*/
footer .box {
  padding: 5% 0;
}
footer .box .inner .f-logo {
  width: 50%;
  max-width: 240px;
  margin: 0 auto 3%;
}
footer .box .inner .f-logo .en {
  font-size: .6rem;
  text-align: center;
  font-weight: 700;
  margin-top: 1em;
}
footer .box .inner .add {
  text-align: center;
  margin-bottom: 3%;
}
footer .box .inner .add p {
  display: inline-block;
  margin-bottom: 1em;
}
footer .box .inner .f-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .box .inner .f-menu li {
  font-size: .8rem;
  margin-bottom: 1em;
}
footer .box .inner .f-menu li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #000;
}
footer .copyright {
  font-size: .6rem;
  text-align: center;
  padding: 1rem 0;
}
