@charset "utf-8";
/* CSS Document */

/*---------------------
sp
---------------------*/
@media(max-width: 768px) {
  
  
  body {
    min-width: 100%;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .inner {
    max-width: 100%;
  }
  .inner02 {
    max-width: 100%;
  }

  /* flex群 */
  .flex{
    display: block;
  }
  .flex-start{
    display: block;
  }
  .flex-end{
    display: block;
  }
  .flex-row{
    display: block;  
  }


  /* section共通 */
  .section_title{
    font-size: 2.7rem;
    letter-spacing: 0.1em;
  }
  .top_subtitle{
    font-size: 2rem;
  }
  .top_subtitle::after {
    content: '';
    width: 250px;
    height: 1px;
    display: inline-block;
    background-color: #333333;
    position: absolute;
    top: 42px;
    left: 0;
  }
  .section_vertical{
    font-size: 1.4rem;
  }
  .under_maintitle{
    font-size: 2.7rem;
  }

  .under_title{
    font-size: 1.7rem;
  }


/*---------------------
*header
---------------------*/
  header {
    top: 0;
    left: 0;
    height: 0vh;
    width: 100%;
    z-index: 100;
    background: #fff;
    min-height: 0;
  }
  .header {
    margin: auto;
    background: #fff;
  }
  header h1 {
    width: 158px;
    display: inline-block;
  }
  .header .flex {
    display: flex;
    padding: 18px 2%;
  }
  .ham_logo {
    margin: 0 auto;
    padding-top: 20%;
  }
.ham_position {
    top: 20px;
    right: 2%;
}
.hamburger {
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-block;
    background-color: transparent;
    margin-right: 0;
    z-index: 1000;
    border: solid 1px #078B80;
    border-radius: 50px;
  }
  .hamburger.active {
    background-color: #078B80;
    position: fixed;
    right: 2%;
  }
  .globalMenuSp {
    text-align: center;
  }  

  .globalMenuSp ul {
    margin-left: 0px;
  }
  .globalMenuSp li:last-of-type{
    display: flex;
    justify-content: space-around;
    width: 100px;
    font-size: 1.8rem;
  }
  .globalMenuSp small {
    width: 100%;
  }
  .globalMenuSp-list {
    height: 80%;
    margin: 0;
    overflow: scroll;
  }
  .globalMenu_item:first-of-type {
    width: 100%;
    text-align: center;
  }


/*---------------------
*footer
---------------------*/
  .footer {
    margin: 52px auto 70px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .footer.inner02{
    padding-left: 2%;
    min-width: 100%;
  }
  footer .footer_left {
    margin-left: 0;
  }
  footer .footer_left img {
    width: 158px;
    margin-bottom: 43px;
  }
  footer .footer_left p {
    font-size: 1.3rem;
    margin-left: 2%;
  }
  .footer .flex ul{
    display: none;
  }





/*---------------------
page__contact内
---------------------*/
  .page__contact {
    background: #EBEBEB;
    margin: auto;
    padding: 30px 4%;
    min-width: 100%;
  }
  .page__contact .top_subtitle::after {
    width: 254px;
    left: 50%;
    transform: translate(-50%);
  }
  .page__contact .inner02 {
    background: #fff;
    min-height: 355px;
    width: 100%;
    height: 100%;
    line-height: 1.8;
  }
  .contact_left {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .contact_left::before {
    display: none;
  }
  .contact_right {
    width: 100%;
    text-align: center;
  }
  .contact_vertical p {
    display: none;
  }
  .page__contact .inner02 .roboto {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .page__contact .inner02 .roboto span {
    font-size: 3rem;
  }
  .page__contact .top_subtitle {
    margin: 0 auto 78px;
    padding-top: 55px;
  }
  .page__contact .top_subtitle::after {
    top: 100px;
  }
  .page__contact .btn {
    display: inline-block;
    margin: 60px auto;
  }




/*---------------------
btn
---------------------*/
  .btn {
      width: 100%;
  }
  .btn a {
      color: #fff;
      padding: 20px 70px;
      background: #078B80;
      border-radius: 5px;
      font-size: 1.4rem;
  }

/*---------------------
under__sec内
---------------------*/
  .under__sec {
      margin-top: 170px;
      position: relative;
      height: 483px;
  }
  .under__sec .green_line {
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 178px;
      background: #078B80;
      z-index: 2;
  }
  .under__sec .about_mv {
      position: absolute;
      top: 60px;
      right: 0;
      left: 4%;
      width: 96%;
      height: 280px;
      object-fit: cover;
  }
  .under__sec .title_box {
      position: absolute;
      top: 0px;
      right: 40%;
      left: 3.8%;
      width: 60%;
      height: 158px;
      background: #fff;
      padding: 55px 0;
  }
  .under__sec .sub_title {
      position: absolute;
      right: 4%;
      top: 368px;
    font-size: 1rem;
  }
  .under__sec .sub_title img {
      width: 37px;
      margin: auto 10px;
  }




}