@charset "UTF-8";
/*=======================
▪️ブレイクポイント
=======================*/
/*=======================
▪️colors
=======================*/
/*=======================
▪️common 共通スタイル
=======================*/
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: none;
  }
}
@media (min-width: 1200px) {
  .is-sp {
    display: none;
  }
  .is-tab {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica neue", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.6875;
  background: #f5f5f5;
}

img {
  width: 100%;
}

main {
  margin-top: 70px;
}
@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.section {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .section {
    margin-top: 96px;
  }
}

.util_title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .util_title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .util_title {
    font-size: 26px;
    line-height: 1.2;
  }
}
.util_title::after {
  content: "";
  display: block;
  height: 5px;
  width: 300px;
  background: red;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .util_title::after {
    width: 100px;
    margin-top: 20px;
  }
}

.util_link {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: solid 1px #fff;
  background: red;
  display: inline-block;
  padding: 10px 54px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.util_link.-active {
  background: #b38d19;
  color: #fff;
}
@media (min-width: 1200px) {
  .util_link:not(.-submit):hover {
    background: #b38d19;
    color: #fff;
  }
}

/*=======================
▪️header
=======================*/
header {
  background: red;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.drawer--right header .drawer-hamburger {
  right: 3px;
}
header .drawer-hamburger-icon {
  background-color: #fff;
}
.drawer-open header .drawer-hamburger-icon {
  background-color: transparent;
}
header .drawer-hamburger-icon::before, header .drawer-hamburger-icon::after {
  background-color: #fff;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_inner {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header_inner {
    height: 60px;
  }
}

.header_logo {
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .header_logo {
    width: 100%;
  }
}

.header_nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header_nav {
    top: 60px;
    background-color: red;
    padding: 24px 0;
  }
}

@media (min-width: 1200px) {
  .header_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .header_nav_item + .header_nav_item {
    margin-left: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_nav_item + .header_nav_item {
    margin-left: 46px;
  }
}

.header_nav_item_link {
  display: block;
  color: #fff;
  height: 70px;
  line-height: 70px;
  letter-spacing: 0.1em;
}
@media (min-width: 1200px) {
  .header_nav_item_link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .header_nav_item_link:hover {
    color: yellow;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_nav_item_link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .header_nav_item_link:hover {
    color: #b38d19;
  }
}
@media (max-width: 767px) {
  .header_nav_item_link {
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
  }
}

/*=======================
▪️top
=======================*/
.top {
  width: 100%;
  height: 600px;
  background: url(/img/bandcircle-top.jpg) no-repeat center center/cover;
  margin-top: 70px;
  position: relative;
}
.top::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  .top {
    margin-top: 60px;
    height: 300px;
  }
}

.top__img img {
  position: absolute;
  width: 20%;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top__img img {
    width: 25%;
    top: 38%;
  }
}
@media (max-width: 767px) {
  .top__img img {
    width: 23%;
    top: 38%;
  }
}

.top_text1 {
  display: inline-block;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  -webkit-text-stroke: 0.3px #000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top_text1 {
    display: block;
    text-align: center;
    font-size: 32px;
    top: 70%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top_text1 {
    display: block;
    text-align: center;
    font-size: 18px;
    top: 68%;
    width: 100%;
  }
}

.main__content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .main__content {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.main__title {
  font-weight: 700;
  width: 100%;
  font-size: 64px;
  color: #fff;
}
@media (max-width: 767px) {
  .main__title {
    font-size: 19px;
  }
}

.main__lead {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .main__lead {
    margin-top: 10px;
    font-size: 12px;
  }
}

.main__button {
  margin-top: 32px;
}
.main__button a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  width: 384px;
  max-width: 100%;
  background: red;
  height: 72px;
  line-height: 72px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
          box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
  opacity: 1;
}
@media (max-width: 767px) {
  .main__button a {
    font-size: 15px;
    width: 150px;
    height: 48px;
    line-height: 48px;
  }
}

/*=======================
▪️about
=======================*/
.about {
  color: #fff;
  padding: 120px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .about {
    background: red center center/cover;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about {
    background: red center center/cover;
  }
}
@media (max-width: 767px) {
  .about {
    background: red center center/cover;
    padding: 60px 0;
  }
}
.about::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
}

.about_inner {
  position: relative;
}

.about_title {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .about_title {
    font-size: 20px;
  }
}

.about_text {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .about_text {
    font-size: 14px;
    margin-top: 22px;
    line-height: 1.7143;
  }
}

/*=======================
▪️services
=======================*/
@media (min-width: 1200px) {
  .services {
    margin-left: 80px;
  }
}

.services_inner {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (min-width: 1200px) {
  .services_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services_inner {
    width: 92%;
    margin: 120px auto 0;
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .services_inner {
    margin-top: 200px;
  }
}

@media (min-width: 1200px) {
  .services_picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 767px) {
  .services_picture {
    display: block;
    text-align: center;
  }
}
.services_picture img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .services_picture img {
    width: 90%;
    height: 200px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .services_message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    margin-left: 6.6667%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services_message {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .services_message {
    margin-top: 35px;
  }
}

.services_massage_text {
  width: 90%;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services_massage_text {
    margin-top: 20px;
    width: 100%;
    line-height: 2;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .services_massage_text {
    margin-top: 20px;
    margin-left: 20px;
    width: 90%;
    line-height: 2;
    font-size: 16px;
  }
}

/*=======================
▪️services2
=======================*/
@media (min-width: 1200px) {
  .services2 {
    margin-left: 80px;
  }
}

.services2_inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .services2_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services2_inner {
    width: 92%;
    margin: 120px auto 0;
  }
}
@media (max-width: 767px) {
  .services2_inner {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .services2_picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .services2_picture {
    display: block;
    text-align: center;
  }
}
.services2_picture img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .services2_picture img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .services2_picture img {
    width: 90%;
    height: 200px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .services2_message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: 3.6667%;
  }
}
@media (max-width: 767px) {
  .services2_message {
    margin-top: 34px;
  }
}

.services2_massage_text {
  width: 90%;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services2_massage_text {
    margin-top: 20px;
    width: 100%;
    font-size: 24px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .services2_massage_text {
    margin-top: 20px;
    margin-left: 20px;
    width: 90%;
    line-height: 2;
    font-size: 16px;
  }
}

/*=======================
▪️services3
=======================*/
@media (min-width: 1200px) {
  .services3 {
    margin-left: 80px;
  }
}

.services3_inner {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (min-width: 1200px) {
  .services3_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services3_inner {
    width: 92%;
    margin: 120px auto 0;
  }
}
@media (max-width: 767px) {
  .services3_inner {
    margin-top: 46px;
  }
}

@media (min-width: 1200px) {
  .services3_picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 767px) {
  .services3_picture {
    display: block;
    text-align: center;
  }
}
.services3_picture img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .services3_picture img {
    width: 90%;
    height: 200px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .services3_message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    margin-left: 6.6667%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services3_message {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .services3_message {
    margin-top: 35px;
  }
}

.services3_massage_text {
  width: 90%;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services3_massage_text {
    margin-top: 20px;
    width: 100%;
    line-height: 2;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .services3_massage_text {
    margin-top: 20px;
    margin-left: 20px;
    width: 90%;
    line-height: 2;
    font-size: 16px;
  }
}

/*=======================
▪️services4
=======================*/
@media (min-width: 1200px) {
  .services4 {
    margin-left: 80px;
  }
}

.services4_inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .services4_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services4_inner {
    width: 92%;
    margin: 120px auto 0;
  }
}
@media (max-width: 767px) {
  .services4_inner {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .services4_picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .services4_picture {
    display: block;
    text-align: center;
  }
}
.services4_picture img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .services4_picture img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .services4_picture img {
    width: 90%;
    height: 200px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .services4_message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: 3.6667%;
  }
}
@media (max-width: 767px) {
  .services4_message {
    margin-top: 34px;
  }
}

.services4_massage_text {
  width: 90%;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services4_massage_text {
    margin-top: 20px;
    width: 100%;
    font-size: 24px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .services4_massage_text {
    margin-top: 20px;
    margin-left: 20px;
    width: 90%;
    line-height: 2;
    font-size: 16px;
  }
}

/*=======================
▪️services5
=======================*/
@media (min-width: 1200px) {
  .services5 {
    margin-left: 80px;
  }
}

.services5_inner {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (min-width: 1200px) {
  .services5_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services5_inner {
    width: 92%;
    margin: 120px auto 0;
  }
}
@media (max-width: 767px) {
  .services5_inner {
    margin-top: 46px;
  }
}

@media (min-width: 1200px) {
  .services5_picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 767px) {
  .services5_picture {
    display: block;
    text-align: center;
  }
}
.services5_picture img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .services5_picture img {
    width: 90%;
    height: 200px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .services5_message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    margin-left: 6.6667%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services5_message {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .services5_message {
    margin-top: 35px;
  }
}

.services5_massage_text {
  width: 90%;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services5_massage_text {
    margin-top: 20px;
    width: 100%;
    line-height: 2;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .services5_massage_text {
    margin-top: 20px;
    margin-left: 20px;
    width: 90%;
    line-height: 2;
    font-size: 16px;
  }
}

/*=======================
▪️about_button
=======================*/
.about_inner_2 {
  text-align: center;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .about_inner_2 {
    margin-top: 46px;
  }
}

.about__button {
  margin-top: 32px;
  margin-bottom: 80px;
}
.about__button a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  width: 70%;
  max-width: 100%;
  background: red;
  height: 72px;
  line-height: 72px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
          box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
  opacity: 1;
}
@media (min-width: 1200px) {
  .about__button a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .about__button a:hover {
    background: #fce774;
  }
}
@media (max-width: 767px) {
  .about__button a {
    font-size: 18px;
    width: 70%;
    height: 55px;
    line-height: 55px;
  }
}

/*=======================
▪️about2
=======================*/
.about2 {
  color: #fff;
  padding: 120px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .about2 {
    background: url(/img/band-city.jpg) center center/cover;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about2 {
    background: url(/img/band-city.jpg) center center/cover;
  }
}
@media (max-width: 767px) {
  .about2 {
    background: url(/img/band-city.jpg) center center/cover;
    padding: 60px 0;
  }
}
.about2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.about2_inner {
  position: relative;
  text-align: center;
}

.about2_title {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about2_title {
    font-size: 20px;
  }
}

.about2_text {
  margin-top: 28px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .about2_text {
    font-size: 14px;
    margin-top: 22px;
    line-height: 1.7143;
  }
}

/*=======================
▪️service_contact
=======================*/
.service_contact {
  margin-top: 0px;
  text-align: center;
  background: red;
  padding-top: 32px;
  height: 280px;
}

.service_contact_area {
  vertical-align: middle;
}

.service_contact_text {
  display: inline-block;
  max-width: 70%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .service_contact_text {
    font-size: 20px;
    margin-top: 10px;
  }
}

.service_contact_text_2 {
  display: inline-block;
  max-width: 80%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service_contact_text_2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .service_contact_text_2 {
    font-size: 14px;
    margin-top: 14px;
  }
}

.service_contact_button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 28px;
  width: 600px;
  max-width: 100%;
  background: yellow;
  height: 72px;
  line-height: 72px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
          box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
  opacity: 1;
}
.service_contact_button:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .service_contact_button {
    margin-top: 30px;
    font-size: 18px;
    width: 260px;
    height: 55px;
    line-height: 55px;
  }
}

/*=======================
▪contact
=======================*/
.contact {
  background: url(/img/bsnd-live.jpg) center center/cover;
  padding: 72px 40px 86px;
}
@media (max-width: 767px) {
  .contact {
    padding: 56px 28px;
  }
}
.contact .util_title {
  color: #fff;
}

input[type=text],
input[type=email],
textarea {
  border: 0;
  width: 100%;
  font-size: 16px;
  padding: 0.2em 0.5em;
  -webkit-box-shadow: 5px 6px 16px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 16px rgba(96, 96, 96, 0.16);
}

input[type=text],
input[type=email] {
  height: 40px;
}

textarea {
  min-height: 122px;
  resize: vertical;
}

.contact_form {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .contact_form {
    margin-top: 26px;
  }
}

.contact_text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}

.contact_text_2 {
  font-size: 14px;
  font-weight: bold;
}

.contact_text_inline {
  font-size: 16px;
  color: red;
}

.contact_list {
  max-width: 560px;
  margin: 18px auto 0;
}

.contact_footer {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .contact_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact_item + .contact_item {
  margin-top: 32px;
}

.contact_item_text {
  background: #333;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact_item_text {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0 36px;
  }
}
@media (max-width: 767px) {
  .contact_item_text {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
  }
}
@media (min-width: 1200px) {
  .contact_item_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.contact_item_inline {
  font-size: 12px;
  color: red;
  vertical-align: super;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact_item_inline {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .contact_item_input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .contact_item_input {
    margin-top: 3px;
  }
}

.contact_privacy_link {
  color: #b38d19;
  text-decoration: underline;
}

.contact_footer {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_footer {
    margin-top: 14px;
  }
}

.contact_footer_submit {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .contact_footer_submit {
    margin-top: 24px;
  }
}

/*=======================
▪️footer
=======================*/
.footer {
  background: red;
  color: #fff;
  padding: 42px 40px 12px;
}
@media (max-width: 767px) {
  .footer {
    padding: 36px 0 14px;
  }
}

.footer_logo {
  width: 120px;
  margin: 0 auto;
}

.footer_title {
  text-align: center;
}

.footer_nav_list {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .footer_nav_list {
    text-align: center;
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .footer_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1200px) {
  .footer_nav_item + .footer_nav_item {
    margin-left: 30px;
  }
}

.footer_nav_link {
  display: block;
  font-size: 12px;
  color: #333;
  padding: 1em 0;
}
@media (min-width: 1200px) {
  .footer_nav_link {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .footer_nav_link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .footer_nav_link {
    padding: 0.3em 0;
  }
}

.footer_sns_list {
  text-align: center;
}
@media (max-width: 767px) {
  .footer_sns_list {
    margin-top: 14px;
  }
}

.footer_sns_item {
  display: inline-block;
}
.footer_sns_item + .footer_sns_item {
  margin-left: 10px;
}

.footer_sns_link {
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 0.1em 0.5em;
}
@media (min-width: 1200px) {
  .footer_sns_link {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .footer_sns_link:hover {
    opacity: 0.7;
  }
}

.footer_copy {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer_copy {
    margin-top: 5px;
  }
}

/*=======================
to-top
=======================*/
.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .to-top {
    right: 12px;
    bottom: 12px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.to-top a img {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .to-top a img {
    width: 30px;
    height: 30px;
  }
}
.to-top a:hover {
  opacity: 0.7;
}

/*=======================
to-top
=======================*/
.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .to-top {
    right: 12px;
    bottom: 12px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.to-top a img {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .to-top a img {
    width: 30px;
    height: 30px;
  }
}
.to-top a:hover {
  opacity: 0.7;
}

/*=======================
▪️modal
=======================*/
.modal__contact {
  position: fixed;
  z-index: 501;
  display: none;
  width: 980px;
  height: 652px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px;
  color: #000;
}
@media (max-width: 767px) {
  .modal__contact {
    padding: 10px;
  }
}

.modal__head {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .modal__head {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
.modal__head::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: red;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .modal__head::after {
    width: 60px;
  }
}

.modal__content {
  margin-top: 40px;
  height: calc(100% - 84px - 108px);
  overflow: auto;
}
.modal__content > :first-child {
  margin-top: 0;
}

.modal__content-sub-head {
  font-weight: 700;
  font-size: 20px;
  padding-left: 20px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .modal__content-sub-head {
    font-size: 18px;
  }
}
.modal__content-sub-head::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #b38d19;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .modal__content-sub-head::before {
    left: 10px;
  }
}

.modal__content-text {
  margin-top: 16px;
  line-height: 1.5;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .modal__content-text {
    font-size: 14px;
  }
}

.modal__button {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal__button {
    margin-top: 30px;
  }
}
.modal__button a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  height: 48px;
  width: 176px;
  padding: 12px;
  font-weight: 700;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: #fff;
  background: red;
}

.modal__icon {
  position: absolute;
  top: -20px;
  right: -20px;
}
.modal__icon a {
  text-decoration: none;
}
.modal__icon img {
  width: 40px;
}

.modal__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
  display: none;
}