@charset "UTF-8";
/*===================================
  GENERAL
===================================*/
body {
  min-width: 1024px;
  max-height: 100%;
  color: #303030;
  padding-top: 95px;
}

p {
  font-size: 16px;
  line-height: 2;
}

p + p {
  margin-top: 1em;
}

dl, ol, ul {
  font-size: 16px;
  line-height: 2;
}

a {
  font-size: 16px;
  color: #303030;
  line-height: 2;
}

table {
  font-size: 16px;
  line-height: 2;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

.fx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/*===================================
  HEADING
===================================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

h2 {
  color: #335064;
  font-weight: normal;
  font-size: 55px;
  letter-spacing: -.05em;
  line-height: 1.6;
}

/*===================================
  TOP HEADER
===================================*/
#TH {
  width: 100%;
  position: fixed;
  z-index: 103;
  top: 0;
  left: 0;
  background: #48ADA6;
  box-shadow: 0 -1px 8px #000;
}

#TH .inner {
  align-items: center;
}

.hdrPC {
  width: 50%;
}

/*===== hdrTel =====*/
.hdrTel {
  width: 250px;
  display: block;
}

/*===== hdrCtc =====*/
.hdrCtc {
  width: 250px;
  display: block;
}

/*===== hdrPC/hdrSP =====*/
.hdrSP {
  display: none;
}

/*===================================
  GLOBAL NAV
===================================*/
#GNav {
  width: 700px;
}

#GNav li {
  width: 20%;
  border-left: 1px solid #fff;
}

#GNav li:nth-last-of-type(2) {
  background: #335064;
}

#GNav a {
  padding: 30px 0;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: .6s;
}

#GNav .lang {
  display: none;
}

/*===================================
  GLOBAL NAV
===================================*/
#MV {
  width: 100%;
  height: 650px;
  background: url(../img/top/mv.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

#MV .inner {
  height: 100%;
  position: relative;
}

#MV a {
  width: 140px;
  padding: .5em 1em;
  box-shadow: 1px 1px 5px #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 60px;
  right: 0;
  background: #8F784D;
}

#MV a i {
  float: right;
  line-height: 1.8;
}

#MV img {
  position: absolute;
  right: 0;
  bottom: 50px;
}

#SV {
  width: 100%;
  height: 600px;
  background: url(../img/page/SV.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

/*===================================
  SECTION
===================================*/
section {
  padding: 70px 0 100px;
}

section header {
  margin: 0 auto;
}

/*===================================
  FOOTER
===================================*/
footer {
  padding: 50px 0;
  background: #48ADA6;
}

/*===== pagetop =====*/
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 5%;
  z-index: 50;
  opacity: 0;
  transition: .5s;
}

.pagetop.active {
  opacity: 1;
}

/*===== COPYRIGHT =====*/
small {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

/*===================================
  BUTTON
===================================*/
.btn {
  width: 365px;
  display: block;
  margin: auto;
  padding: 1em;
  color: #335064;
  font-weight: bold;
  text-align: center;
  border: 1px solid #335064;
  background: #fff;
  transition: .6s;
  margin-top: 60px;
}

.btn:hover {
  opacity: .3;
}

.btn::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 5px;
  float: right;
  background: url(../img/top/icon_blank2.png);
  background-size: cover;
}

.tab {
  width: 190px;
  padding: .3em 0;
  display: block;
  border: 1px solid #48ADA6;
  border-radius: 5px;
  color: #48ADA6;
  font-size: 18px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: .3s;
}

.tab::after {
  display: none;
  transition: .3s;
}

.tab.now {
  position: relative;
  color: #fff;
  background: #48ADA6;
}

.tab.now::after {
  content: "▼";
  font-size: 15px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -13px;
  line-height: 1;
  margin: auto;
  color: #48ADA6;
  transition: .3s;
}

/*============================================================================================================================================
  SP
============================================================================================================================================*/
@media screen and (max-width: 768px) {
  /*===================================
  GENERAL
===================================*/
  body {
    min-width: 320px;
    padding-top: 60px;
  }
  p {
    font-size: 15px;
  }
  img {
    width: 100%;
    height: auto;
  }
  .inner {
    width: 95%;
  }
  /*===================================
  HEADING
===================================*/
  h2 {
    font-size: 25px;
  }
  /*===================================
  TOP HEADER
===================================*/
  #TH {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 102;
  }
  #hdrLogo {
    width: 180px;
    position: relative;
    z-index: 103;
  }
  /*===== hdrTel =====*/
  .hdrTel {
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .hdrTel::before {
    content: "\f095";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 1.7;
  }
  /*===== hdrPC/hdrSP =====*/
  .hdrPC {
    display: none;
  }
  .hdrSP {
    width: 80px;
    display: flex;
  }
  /*===================================
  GENERAL
===================================*/
  .ham {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 101;
  }
  .ham span {
    width: 26px;
    height: 2px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #fff;
    transition: .4s;
  }
  .ham span:nth-of-type(1) {
    top: 10px;
  }
  .ham span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .ham span:nth-of-type(3) {
    bottom: 10px;
  }
  /*===animate===*/
  .ham.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .ham.active span:nth-of-type(2) {
    opacity: 0;
  }
  .ham.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  /*===================================
  GENERAL
===================================*/
  #GNav {
    display: none;
  }
  #GNav.active {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    /*left: -100%;*/
    /* slide left*/
    z-index: 100;
    background: rgba(51, 80, 100, 0.9);
  }
  #GNav ul {
    margin-top: 60px;
  }
  #GNav li {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #fff;
  }
  #GNav li:nth-last-of-type(2) {
    background: none;
  }
  #GNav a {
    padding: 1em;
    display: block;
    font-size: 14px;
    text-align: left;
  }
  #GNav .lang {
    display: block;
    background: #8F784D;
    border-bottom: 1px solid #fff;
  }
  #GNav .lang i {
    float: right;
    line-height: 2;
  }
  /*===================================
  VISUAL
===================================*/
  #MV {
    height: 180px;
  }
  #MV a {
    display: none;
    width: 100px;
    padding: .5em 1em;
    font-size: 12px;
    top: 20px;
    right: 0;
  }
  #MV a i {
    float: right;
    line-height: 1.8;
  }
  #MV img {
    width: 50px;
    right: 0;
    bottom: 10px;
  }
  #SV {
    height: 180px;
  }
  /*===================================
  SECTION
===================================*/
  section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  section header {
    margin: 0 auto;
  }
  /*===================================
  FOOTER
===================================*/
  footer {
    padding: 20px 0;
  }
  .pagetop {
    width: 50px;
    bottom: 25px;
  }
  /*===== COPYRIGHT =====*/
  small {
    width: 100%;
    font-size: 12px;
  }
  /*===================================
  BUTTON
===================================*/
  .btn {
    width: 365px;
    display: block;
    margin: auto;
    padding: 1em;
    color: #335064;
    font-weight: bold;
    text-align: center;
    border: 1px solid #335064;
    background: #fff;
    transition: .6s;
    margin-top: 60px;
    font-size: 11px;
  }
  .btn:hover {
    opacity: .3;
  }
  .btn::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 5px;
    float: right;
    background: url(../img/top/icon_blank2.png);
    background-size: cover;
  }
  .tab {
    width: 140px;
    padding: .3em 0;
    font-size: 14px;
  }
  .tab.now::after {
    display: none;
  }
}
