* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #354245;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  min-width: 1080px;
}

a {
  text-decoration: none;
  transition: .3s;
  color: #354245;
}

a:hover {
  opacity: .75;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

dl, ul {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1305px;
}

.container2 {
  margin: 0 auto;
  max-width: 1220px;
}

.only_sp {
  display: none !important;
}

.page_top {
  z-index: 998;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
}

.page_top img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .container {
    margin: 0 17px;
    width: auto;
  }

  .container2 {
    margin: 0;
    width: auto;
  }

  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }

  .page_top {
    width: 44px;
    height: 44px;
    bottom: 20px;
    right: 17px;
  }
}


/* ------------------------------------------
  header
------------------------------------------ */
.header {
  background-color: #fff;
  font-family: 'Noto Sans JP';
  height: 120px;
  left: 0;
  line-height: 30px;
  padding: 0 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header_catchphrase {
  font-size: 1.2rem;
  line-height: 30px;
}

.header_logo {
  background-color: #fff;
  left: 0;
  padding: 30px 85px 30px 45px;
  position: absolute;
  text-align: center;
  z-index: 999;
}

.header_logo img {
  width: 208px;
}

.g_nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
  flex-direction: flex-end;
}

.g_nav li {
  margin-left: 25px;
}

.g_nav a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header {
    height:60px;
    min-width: auto;
    padding: 0;
  }

  .header_catchphrase {
    display: none;
  }

  .header_logo {
    padding: 10px 180px 10px 17px;

  }

  .header_logo img {
    height: 40px;
    width: auto;
  }

  .h_menu_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
  }

  .h_menu {
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    margin: 5px 0 5px;
  }

  .h_menu .h_menu_line {
    content: "";
    display: block;
    border-radius: 2px;
    background-color: #FF9F1C;
    width: 22.5px;
    height: 3px;
    position: absolute;
    top: 15px;
    left: 14px;
    transition: .2s;
  }

  .h_menu .h_menu_line::before {
    content: "";
    border-radius: 2px;
    background-color: #FF9F1C;
    width: 17.5px;
    height: 3px;
    position: absolute;
    top: 8px;
    transition: .5s;
  }

  .h_menu .h_menu_line::after {
    content: "";
    border-radius: 2px;
    background-color: #FF9F1C;
    width: 10px;
    height: 3px;
    position: absolute;
    top: 16px;
    transition: .5s;
  }

  .h_menu.open .h_menu_line::before, .h_menu.open .h_menu_line::after {
    top: 0;
    transition: 0.3s ease-in-out;
  }

  .g_nav {
    flex-direction: column;
    justify-content: right;
    align-items: center;
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: .3s;
    margin-top: 0;
  }

  .g_nav li {
    text-align: center;
    margin-left: 0;
  }

  .g_nav a {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .g_nav.open {
    position: absolute;
    top: 60px;
	  right: 0;
  }
}


/* ------------------------------------------
  footer
------------------------------------------ */
.footer {
  margin-top: 180px;
}

.footer_contact {
  display: flex;
}

.footer_contact_item {
  width: 50%;
}

.footer_contact_left {
  background-image: url(../img/top/footer_contact_left_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 85px 0 92px;
}

.footer_contact_left_en {

  color: #fff;
  font-family: 'Yellowtail', cursive;
  font-size: 6.6rem;
  line-height: 1;
}

.footer_contact_left_ja {
  color: #fff;
  font-family: 'Noto Sans CJK JP';/*見つからなかった*/
  font-size: 1.8rem;
  margin-top: 25px;
}

.footer_contact_right {
  color: #4b4b4b;
  line-height: 1;
  padding: 60px 0 85px 80px;
  background-color: #f5f5f5;
}

.footer_contact_right_text1 {
  font-size: 2.4rem;
  line-height: 30px;
}

.footer_contact_right_tel {
  color: #4b4b4b;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 5rem;
  font-weight: bold;
  margin-top: 10px;
  background-image: url(../img/top/footer_contact_right_tel_icon.png);
  background-position: left;
  background-size: 39px 42px;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 1.5;
}

.footer_contact_right_text2 {
  font-size: 1.6rem;
  margin-top: 5px;
}

.footer_contact_right_en {
  color: #4b4b4b;
  font-family: 'Yellowtail', cursive;
  font-size: 5.4rem;
  line-height: 54px;
  margin-top: 27px;
}

.footer_contact_right_en::after {
  background-color: #4b4b4b;
  background-image: url(../img/top/top_why_link_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 35px;
  margin-left: 15px;
  width: 35px;
}


.footer_contact_right_text3 {
  color: #4b4b4b;
  font-family: 'Noto Sans CJK JP';/*見つからなかった*/
  font-size: 1.6rem;
  margin-top: 10px;
}

.footer_bottom {
  background-color: #4b4b4b;
  color: #fff;
}

.footer_bottom a {
  color: #fff;
}

.footer_bottom_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 185px;
}

.footer_bottom_left {
  border-right: 1px solid #707070;
  width: 50%;
}

.footer_bottom_left_logo .only_pc {
  width: 208px;
}

.footer_bottom_left_address {
  font-family: 'Noto Sans CJK JP';/*見つからなかった*/
  font-size: 1.6rem;
  line-height: 24px;
  margin: 20px auto auto 75px;
}

.footer_bottom_menu {
  display: flex;
  font-size: 1.4rem;
  justify-content: flex-start;
  line-height: 35px;
  margin-left: 80px;
  width: 50%;
}

.footer_bottom_menu_item {
  width: 50%;
}

.footer_copy {
  font-family: 'Noto Sans CJK JP';/*見つからなかった*/
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  padding-bottom: 73px;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 90px;
  }

  .footer_contact {
    flex-direction: column;
  }

  .footer_contact_item {
    width: 100%;
  }

  .footer_contact_left {
    background-image: url(../img/top/sp/footer_contact_left_back_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 110px 0;
  }

  .footer_contact_left_en {
    font-size: 3.2rem;
    line-height: 32px;
  }

  .footer_contact_left_ja {
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 32px;
  }

  .footer_contact_right {
    padding: 64px 17px 77px;
  }

  .footer_contact_right_tel {
    margin-top: 10px;
    padding-left: 45px;
  }


  .footer_contact_right_text2 {
    margin-top: 0;
  }

  .footer_contact_right_en {
    padding-left: 23px;
    margin-top: 27px;
  }

  .footer_contact_right_text3 {
    margin-top: 15px;
    padding-left: 23px;
  }

  .footer_bottom_wrapper {
    flex-direction: column-reverse;
    padding: 24px 17px 29px;
  }

  .footer_bottom_left {
    margin: 82px 0 0;
    border-right: none;
    width: 100%;
  }

  .footer_bottom_left_logo .only_sp {
    width: 208px;
  }

  .footer_bottom_left_address {
    font-size: 1.4rem;
    margin: 20px 0 0 0;
  }

  .footer_bottom_menu {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }

  .footer_bottom_menu_item {
    width: 100%;
  }

  .footer_copy {
    margin-top: 80px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    padding-bottom: 30px;
  }

}
