@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap");

/**************************************
reset
***************************************/
html {
  font-size: 62.5%;
}

@media screen and (min-width: 560px) {
  html {
    min-width: 960px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

.block {
  display: block;
}

.none {
  display: none;
}

@media screen and (max-width: 559px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 560px) {
  .sp {
    display: none;
  }
}

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

@media screen and (min-width: 560px) {
  .pc {
    display: block;
  }
}

/* .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
} */

section {
  opacity: 0;
}

.animated {
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

address {
  font-style: normal;
}

.title2 {
  font-size: 2.2rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  text-align: center;
}

.c-op1 {
  font-size: 2.2rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
  line-height: 4rem;
}

@media screen and (max-width: 559px) {
  .c-op1 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.c-op2 {
  font-size: 1.8rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
  line-height: 3.3rem;
}

@media screen and (max-width: 559px) {
  .c-op2 {
    line-height: 2.8rem;
  }
}

/**************************************
common classes
汎用クラス
***************************************/

.common_section {
  margin-bottom: 50px;
}

@media screen and (max-width: 559px) {
  .common_section {
    margin-bottom: 20px;
  }
}

.common_max-width--1024 {
  max-width: 1024px;
  margin: 0 auto;
}

.common_max-width--1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.common_max-width--100pct {
  max-width: 100%;
  overflow: hidden;
}

.common_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
  margin: 0 auto;
  width: 350px;
  padding: 10px 30px;
  background: #efe352;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #707070;
  cursor: pointer;
}

.common_button .button_image {
  margin-left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 559px) {
  .common_button {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    font-size: 1.5rem;
  }
}

.common_border-column {
  width: 1px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.common_border-row {
  height: 1px;
  width: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.common_arrow-img {
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.common_min_padding {
  padding: 0 10px;
}

/**************************************
header
共通ヘッダー
***************************************/
.common_header_wrapper {
  position: absolute;
  width: 100%;
  z-index: 10000;
  min-width: 960px;
}

@media screen and (max-width: 559px) {
  .common_header_wrapper {
    padding-top: 15px;
    min-width: initial;
  }
}

/* 
PC header
*/
.common_header--pc {
  position: relative;
  width: 100%;
  color: white;
}

@media screen and (max-width: 559px) {
  .common_header--pc {
    display: none;
  }
}

.common_header--pc_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

.common_header--pc_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 150px 0 0;
  height: 90px;
  text-align: left;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-right: 150px;
}

@media screen and (max-width: 1280px) {
  .common_header--pc_logo {
    margin-right: 40px;
  }
}

.common_header--pc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common_header--pc_menu-item {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.common_header--pc_menu-item:hover {
  color: #c29f2b;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .common_header--pc_menu-item {
    padding: 0 20px;
  }
}

.common_header--pc_contacts {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common_header--pc_contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #6b6b6b;
  height: 90px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 30px;
}

.common_header--pc_contact-item:hover {
  color: #c29f2b;
  background: #fffbc8;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .common_header--pc_contact-item {
    padding: 0 15px;
  }
}

.common_header--pc_contact_icon {
  width: 2rem;
  margin-right: 10px;
}

/*
SP header
*/
.common_header--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 96%;
  height: 41px;
  margin: 0 auto;
  padding: 7px 15px;
  border: #ccaa3a 2px solid;
  border-radius: 50px;
  background: white;
}

@media screen and (min-width: 560px) {
  .common_header--sp {
    display: none;
  }
}

.common_header--sp_logo {
  color: #949494;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.common_header--sp_icons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  transform: translateY(5px);
  line-height: 3rem;
}

.common_header--sp_icon_phone {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}

.common_header--sp_icon_image {
  margin-right: 10px;
}

.common_header--sp_hamburger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}

.common_header--sp_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110vw;
  height: 110vh;
  background: #535353;
  opacity: 0.8;
  -webkit-transform: translate(-5vw, -5vh);
  transform: translate(-5vw, -5vh);
  z-index: -1;
}

.common_header--sp_menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center;
}

/* .common_header--sp .header-logo .large {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
} */

.common_header--sp_menu_inner {
  width: 95%;
  margin: 0 auto;
  padding: 20px 5px;
  background: white;
  border-radius: 10px;
}

.common_header--sp_menu_item {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #6b6b6b;
  padding: 10px 0;
  line-height: 3rem;
}

.common_heder--sp_border {
  width: 95%;
  border-bottom: 1px dotted #707070;
  margin: 10px auto 20px;
}

.common_heder--sp_ext-link_item {
  border-radius: 100px;
  width: 90%;
  margin: 0 auto;
  padding: 5px 20px;
  position: relative;
  text-align: left;
  line-height: 3rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  background: #fffde9;
  border: 1px solid #817d43;
  color: #817d47;
}

.common_heder--sp_ext-link_item:first-child {
  margin-bottom: 20px;
}

.common_heder--sp_ext-link_item.link_tonton {
  background: #fffbc8;
  border: 1px solid #ccaa3a;
  color: #ccaa3a;
}

.common_heder--sp_arrow {
  right: 20px;
}

.common_header--sp .common_header--sp_ext-links .block:first-child {
  margin-bottom: 20px;
}

/**************************************
header
共通フッター
***************************************/

.common_footer_wrapper {
  width: 100%;
  overflow: hidden;
}

.common_footer_ext-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: black;
  line-height: 3rem;
  max-width: 896px;
  margin: 0 auto 50px;
  padding: 0 50px;
}

@media screen and (max-width: 559px) {
  .common_footer_ext-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
  }
}

.common_footer_ext-link_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 559px) {
  .common_footer_ext-link_item {
    width: 100%;
  }

  .common_footer_ext-link_item:first-child {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}

.common_footer_ext-link_text {
  margin-right: 50px;
}

@media screen and (max-width: 559px) {
  .common_footer_ext-link_text {
    font-size: 1.2rem;
  }
}

.common_footer_ext-link_head {
  font-size: 1.8rem;
}

@media screen and (max-width: 559px) {
  .common_footer_ext-link_head {
    font-size: 1.6rem;
  }
}

.common_footer_contents_wrapper {
  width: 100%;
  position: relative;
  padding: 50px 0 20px;
}

.common_footer_contents_wrapper:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 90%;
  background: #efe352;
  z-index: -1;
}

.common_footer_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

.common_footer_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 896px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 559px) {
  .common_footer_contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 400px;
  }
}

.common_footer_contacts_image {
  width: 35%;
}

@media screen and (max-width: 559px) {
  .common_footer_contacts_image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.common_footer_contacts_text {
  width: 30%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2.2rem;
  padding-left: 1rem;
}

@media screen and (max-width: 559px) {
  .common_footer_contacts_text {
    width: 250px;
    margin-bottom: 20px;
  }
}

.common_footer_contacts_head {
  font-size: 2.1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  color: #575757;
}

.common_footer_contact_links {
  width: 35%;
}

.common_footer_contact_links:first-child {
  letter-spacing: 2px;
}

@media screen and (max-width: 559px) {
  .common_footer_contact_links {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.common_footer_contact_links_item {
  background: white;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
  color: #575757;
}

.common_footer_contact_links_item:first-child {
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 559px) {
  .common_footer_contact_links_item {
    font-size: 1.8rem;
  }

  .common_footer_contact_links_item:first-child {
    background: white;
    font-size: 2.1rem;
  }
}

.common_footer_contact_link_image {
  height: 2.4rem;
  margin-right: 1rem;
}

.common_footer_info {
  border-top: white 1px solid;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 896px;
  margin: 0 auto;
  color: #575757;
}

@media screen and (max-width: 559px) {
  .common_footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.common_footer_info_logo {
  width: 21%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 559px) {
  .common_footer_info_logo {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 559px) and (max-width: 500px) {
  .common_footer_info_logo {
    width: 60%;
  }
}

@media screen and (max-width: 559px) and (max-width: 400px) {
  .common_footer_info_logo {
    width: 70%;
  }
}

.common_footer_info_img {
  width: 90%;
}

.common_footer_info_copyright {
  width: 40%;
}

@media screen and (min-width: 560px) {
  .common_footer_info_copyright {
    text-align: center;
  }
}

@media screen and (max-width: 559px) {
  .common_footer_info_copyright {
    width: 100%;
    margin-bottom: 30px;
    line-height: 2rem;
    font-size: 1.2rem;
  }
}

.common_footer_info_links {
  width: 39%;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: black;
  line-height: 3rem;
  max-width: 896px;
  margin: 0;
}

@media screen and (min-width: 560px) {
  .common_footer_info_links {
    white-space: nowrap;
  }
}

@media screen and (max-width: 559px) {
  .common_footer_info_links {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.common_footer_info_links_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border-radius: 20px;
  color: #575757;
}

/* .common_footer_info_links_item.second_link {
  
} */

.common_footer_link_bg-white {
  background: white;
}

@media screen and (max-width: 559px) {
  .common_footer_info_links_item {
    padding: 0 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
    width: auto;
  }

  .common_footer_info_links_item.link_2 {
    margin-right: 10px;
  }

  .common_footer_info_links_item:first-child {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
