@charset "UTF-8";
/*******************************************************************/
/*******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100;400;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Rowdies:wght@300;400;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 1.4rem;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/***********************************************************************/
/***********************************************************************/
#wrapper {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.area_column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .area_column {
    display: block;
  }
}

.area_column-sp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .area_column-sp {
    display: flex;
    flex-wrap: wrap;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.box_column-works {
  position: relative;
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding-bottom: 90px;
}
@media only screen and (max-width:1199px) {
  .box_column-works {
    padding: 0 24px;
  }
}
@media only screen and (max-width:767px) {
  .box_column-works {
    padding: 0;
    width: 90%;
    margin: 0 auto 72px auto;
  }
}
.box_column-works img {
  width: 100%;
}

.box_column-4 {
  width: 22%;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .box_column-4 {
    width: 45%;
    margin: 0 auto;
  }
}
.box_column-4 p {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width:767px) {
  .box_column-4 p {
    font-size: 1.4rem;
  }
}
.box_column-4 img {
  width: 80%;
}
@media only screen and (max-width:767px) {
  .box_column-4 img {
    margin: 0 auto;
  }
}

.box_column-3 {
  width: 32%;
  box-sizing: border-box;
}
@media only screen and (max-width:1199px) {
  .box_column-3 {
    padding: 0 2%;
  }
}
@media only screen and (max-width:767px) {
  .box_column-3 {
    width: 90%;
    margin: 64px auto;
  }
}
.box_column-3 h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-weight: bold;
}
.box_column-3 h2 span {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  display: block;
  margin-top: 4px;
  color: #666666;
}
.box_column-3 p {
  margin: 12px auto;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  width: 70%;
  font-size: 1.6rem;
}
.box_column-3 p span {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
}
@media only screen and (max-width:767px) {
  .box_column-3 p {
    width: 80%;
  }
}

.box_column-2 {
  width: 50%;
  padding-right: 42px;
}
.box_column-2 img {
  width: 100%;
}
.box_column-2 h2 {
  margin: 0;
  color: #c03623;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-weight: bold;
  border-bottom: 2px solid #c03623;
  padding-bottom: 8px;
  text-align: center;
}
.box_column-2 p {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 1em;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .box_column-2 p {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.column_img {
  position: relative;
}
@media only screen and (max-width:767px) {
  .column_img {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .column_text {
    width: 90%;
    margin-left: 5%;
  }
}

.box_column-s {
  width: 32%;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .box_column-s {
    width: 90%;
    margin: 0 auto;
  }
}
.box_column-s img {
  width: 56%;
}
@media only screen and (max-width:767px) {
  .box_column-s img {
    width: 50%;
  }
}
.box_column-s p {
  text-align: center;
}

.box_column-l {
  width: 64%;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .box_column-l {
    width: 90%;
    margin: 48px auto 0 auto;
  }
}
.box_column-l h2 {
  margin: 0;
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .box_column-l h2 {
    text-align: center;
  }
}
.box_column-l p {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

.btn_l {
  position: relative;
  width: 45%;
  height: 60px;
  text-align: center;
  background-color: #c03623;
  color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #c03623;
  margin: 72px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .btn_l {
    width: 80%;
  }
}
.btn_l:hover {
  background-color: #ffffff;
  color: #c03623;
}
.btn_l a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_s {
  position: relative;
  width: 60%;
  height: 48px;
  text-align: center;
  background-color: #c03623;
  color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #c03623;
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.btn_s:hover {
  background-color: #ffffff;
  color: #c03623;
}
@media only screen and (max-width:767px) {
  .btn_s {
    width: 80%;
    margin: 38px auto;
    font-size: 1.8rem;
  }
}
.btn_s a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn_ss {
  position: relative;
  width: 40%;
  height: 36px;
  text-align: center;
  background-color: #c03623;
  color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #c03623;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}
.btn_ss:hover {
  background-color: #ffffff;
  color: #c03623;
}
@media only screen and (max-width:767px) {
  .btn_ss {
    width: 80%;
    margin: 24px auto;
  }
}
.btn_ss a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.img_service_sp {
  display: none;
  width: 90%;
  margin: 24px auto;
}
@media only screen and (max-width:767px) {
  .img_service_sp {
    display: block;
  }
}

.sub_text {
  margin-top: -32px;
  margin-bottom: 42px;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width:1199px) {
  .sub_text {
    margin-top: -4px;
  }
}
@media only screen and (max-width:767px) {
  .sub_text {
    margin-top: -12px;
  }
}
.sub_text span {
  font-size: 1rem;
  display: block;
}

.box_belt {
  width: 90%;
  height: 80px;
  line-height: 80px;
  margin: 64px auto;
  background-color: #c03623;
  color: #ffffff;
  text-align: center;
  border-radius: 12px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .box_belt {
    font-size: 1.8rem;
  }
}

/***********************************************************************/
/***********************************************************************/
.menu_global_pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.menu_global_pc ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 24px;
}
.menu_global_pc li {
  color: #333333;
  font-size: 1.6rem;
  margin: 0 12px;
}
.menu_global_pc li a {
  color: #333333;
  text-decoration: none;
}
.menu_global_pc li a:hover {
  color: #333333;
  text-decoration: underline;
}
.menu_global_pc li a:visited, .menu_global_pc li a:active, .menu_global_pc li a:link {
  color: #333333;
}
@media only screen and (max-width:1199px) {
  .menu_global_pc {
    display: none;
  }
}

.box_menu_left {
  display: flex;
}

.box_menu_right {
  display: flex;
  justify-content: flex-end;
  margin-left: auto !important;
}

.menu_btn {
  width: 180px;
  border-radius: 20px;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  font-size: 1.4rem !important;
}
.menu_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_red {
  border: 1px solid #e6172c;
  background-color: #e6172c;
  color: #ffffff !important;
}
.bg_red:hover {
  background-color: #ffffff;
  color: #e6172c !important;
}

.bg_menu_white {
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
.bg_menu_white li {
  color: #333333;
}
.bg_menu_white li a {
  color: #333333;
}
.bg_menu_white li a:hover {
  color: #333333;
}
.bg_menu_white li a:visited, .bg_menu_white li a:active, .bg_menu_white li a:link {
  color: #333333;
}

.title_header_main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 7vw;
  font-weight: 900;
  color: #ffffff;
  padding-left: 24px;
  box-sizing: border-box;
  text-shadow: 4px 4px 4px #333333, -4px -4px 4px #333333, -4px 4px 4px #333333, 4px -4px 4px #333333, 4px 0 4px #333333, -4px 0 4px #333333, 0 4px 4px #333333, 0 -4px 4px #333333;
}
@media only screen and (max-width:1199px) {
  .title_header_main {
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
}

.title_header_contens {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 7vw;
  font-weight: 900;
  color: #ffffff;
  justify-content: center;
  text-align: center;
  padding-left: 0;
  box-sizing: border-box;
  text-shadow: 4px 4px 4px #333333, -4px -4px 4px #333333, -4px 4px 4px #333333, 4px -4px 4px #333333, 4px 0 4px #333333, -4px 0 4px #333333, 0 4px 4px #333333, 0 -4px 4px #333333;
}

.menu_global_sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
}
@media only screen and (max-width:1199px) {
  .menu_global_sp {
    display: block;
  }
}

.openbtn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #c03623;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn .openbtn-area {
  transition: all 0.6s; /*アニメーションの設定*/
  width: 50px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn.active .openbtn-area {
  transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.area_menu_sp {
  display: none;
  position: fixed;
  top: 60px;
  left: 100vw;
  width: 100%;
  min-height: 100vh;
  background-color: #000000;
  z-index: 200;
  color: #ffffff;
}
.area_menu_sp ul {
  padding: 0;
  list-style: none;
  margin-top: 12px;
}
.area_menu_sp li {
  font-size: clamp(1.8rem, 2vw, 2rem);
  border-bottom: 1px solid #ffffff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.area_menu_sp li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header_top {
  width: 100%;
  max-width: 1100px;
  height: 400px;
  margin: 60px auto 0 auto;
  overflow: hidden;
  display: flex;
  position: relative;
}

.logo_header {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_header p {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .logo_header {
    width: 100%;
  }
}

.box_title_text {
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width:1199px) {
  .box_title_text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width:767px) {
  .box_title_text {
    font-size: 1.6rem;
  }
}

.top_logo {
  text-align: center;
}
@media only screen and (max-width:1199px) {
  .top_logo {
    width: 100%;
  }
  .top_logo img {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .top_logo {
    width: 100%;
  }
  .top_logo img {
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .video_header {
    display: none;
  }
}

.smartphone {
  width: 230px;
  height: 480px;
  overflow: hidden;
  position: relative;
}

.box_video_smartphone {
  width: 210px;
  height: 466px;
  background-color: #000000;
  position: absolute;
  top: 6px;
  left: 10px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
.box_video_smartphone video {
  width: 100%;
}

.flame_smartphone {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aracsta_scene {
  background-color: #c03623;
  border-radius: 24px;
  padding-bottom: 36px !important;
  padding-top: 36px !important;
}
@media only screen and (max-width:767px) {
  .aracsta_scene {
    width: 90%;
    margin: 120px auto !important;
  }
}

/**************************************************************************/
/**************************************************************************/
footer {
  margin-top: 180px;
  box-sizing: border-box;
  border-top: 1px solid #d8161f;
}

.footer_copyright {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 64px;
  margin-bottom: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
}

.area_menu_footer {
  display: flex;
  width: 90%;
  max-width: 1024px;
  margin: 42px auto;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width:640px) {
  .area_menu_footer {
    display: none;
  }
}
.area_menu_footer div {
  box-sizing: border-box;
  width: 22%;
  position: relative;
  padding: 0 8px;
}
.area_menu_footer div img {
  width: 90%;
  display: block;
  top: 24px;
  left: 5%;
}
.area_menu_footer div p {
  font-size: 1.6rem;
  font-weight: 800;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}
.area_menu_footer div ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
}
.area_menu_footer div li {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  width: fit-content;
  display: block;
}

.logo_footer {
  display: flex;
  align-items: center;
}

.underline-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #333;
}
.underline-hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 1px;
  background-color: #333;
  transition: transform 0.4s ease;
}
.underline-hover:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.underline-hover a {
  color: #333;
}
.underline-hover a:hover, .underline-hover a:visited, .underline-hover a:active, .underline-hover a:link {
  color: #333;
}

/***********************************************************************/
/***********************************************************************/
.area_contens {
  margin-top: 64px;
  padding-top: 72px;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .area_contens {
    margin-top: 0px;
  }
}

.title_top {
  text-align: center;
  color: #c03623;
  font-size: clamp(2rem, 3vw, 4.8rem);
  font-weight: 900;
  margin-bottom: 72px;
}
@media only screen and (max-width:1199px) {
  .title_top {
    margin-bottom: 42px;
  }
}
.title_top span {
  color: #333333;
  font-size: clamp(1rem, 2vw, 1.8rem);
  display: block;
}

.title_scene {
  text-align: center;
  color: #ffffff;
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  font-weight: 900;
  margin-bottom: 42px;
  margin-top: 0;
}
@media only screen and (max-width:1199px) {
  .title_scene {
    margin-bottom: 24px;
  }
}

.box_text_center {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 1.5em;
}
@media only screen and (max-width:767px) {
  .box_text_center {
    font-size: 1.8rem;
  }
}

#service {
  margin-top: 200px;
}

#news {
  margin-top: 200px;
}

#company {
  margin-top: 200px;
}

.area_news {
  list-style: none;
}
@media only screen and (max-width:767px) {
  .area_news {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
  }
}

.box_news_title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding-right: 42px;
}
@media only screen and (max-width:767px) {
  .box_news_title {
    display: block;
    padding-right: 0;
  }
}
.box_news_title p {
  margin: 0;
}

.news_tag {
  width: 140px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  margin: 0 32px !important;
}
@media only screen and (max-width:767px) {
  .news_tag {
    margin: 8px 0 !important;
    height: 24px;
    width: 100px;
    font-size: 1.2rem;
    line-height: 24px;
    font-weight: bold;
    margin-left: 24px;
  }
}

.news_date {
  width: 100px;
  text-align: center;
}

.news_title {
  width: calc(100% - 202px - 100px);
}
@media only screen and (max-width:767px) {
  .news_title {
    width: 100%;
    word-break: break-all;
  }
}
.news_title a {
  text-decoration: none;
  color: #333333;
}
.news_title a:hover {
  text-decoration: underline;
}

.bg_hanpens {
  background-image: url("../img/img_toripen.png"), url("../img/img_hampen.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 15% auto, 10% auto;
  background-position: left 10% bottom 0, right 15% bottom 0;
  padding: 24px 0;
}
@media only screen and (max-width:1199px) {
  .bg_hanpens {
    padding: 8px;
    background-position: left 6% bottom 0, right 10% bottom 0;
  }
}
@media only screen and (max-width:767px) {
  .bg_hanpens {
    padding: 8px;
    background-image: none;
  }
}

/***********************************************************************/
/***********************************************************************/
#inquiry {
  margin-top: 120px;
  width: 100%;
  background-color: #c03623;
  padding: 60px 0;
}

.area_inquiry {
  width: 90%;
  max-width: 1100px;
  background-color: #ffffff;
  padding: 32px 0;
  margin: 0 auto;
}

.title_inquiry {
  text-align: center;
  color: #c03623;
  font-size: clamp(2rem, 3vw, 4.8rem);
  font-weight: 900;
  margin-bottom: 24px;
}
.title_inquiry span {
  color: #333333;
  font-size: clamp(1rem, 2vw, 1.8rem);
  display: block;
}

.text_inquiry {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .text_inquiry {
    font-size: 1.6rem;
  }
}

.text_phonenumber {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.text_phonenumber::before {
  position: absolute;
  display: block;
  content: "";
  width: auto;
  height: 100%;
  background-image: url("../img/icon_contact.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
.text_phonenumber span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-top: 4px;
}
@media only screen and (max-width:767px) {
  .text_phonenumber img {
    width: 80%;
  }
}

.btn_inquiry {
  width: 70%;
  height: 60px;
  max-width: 640px;
  text-align: center;
  background-color: #c03623;
  color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #c03623;
  margin: 72px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.btn_inquiry:hover {
  background-color: #ffffff;
  color: #c03623;
}
.btn_inquiry a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .btn_inquiry {
    width: 90%;
  }
}

/***********************************************************************/
/***********************************************************************/
.tag_works {
  box-sizing: border-box;
  max-width: 240px;
  height: 32px;
  padding: 0 24px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 16px;
}

.title_works {
  box-sizing: border-box;
  padding-left: 0.5em;
  font-size: 1.4rem;
}

.btn_download {
  position: absolute;
  left: 20%;
  bottom: 8px;
  width: 60%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  color: #ffffff;
  background-color: #e6172c;
  border: 1px solid #e6172c;
  box-sizing: border-box;
  cursor: pointer;
}
.btn_download:hover {
  background-color: #ffffff;
  color: #e6172c;
}

/***********************************************************************/
/***********************************************************************/
.area_company_info {
  width: 62%;
  margin: 0 auto;
  display: flex;
  font-size: 1.8rem;
  border-bottom: 2px solid #d5d2d2;
}
@media only screen and (max-width:767px) {
  .area_company_info {
    width: 90%;
    font-size: 1.4rem;
  }
}
.area_company_info dt {
  width: 150px;
  padding: 24px 0px 24px 12px;
}
@media only screen and (max-width:767px) {
  .area_company_info dt {
    width: 80px;
  }
}
.area_company_info dd {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 24px 0 24px 80px;
  margin-left: 0;
}
@media only screen and (max-width:767px) {
  .area_company_info dd {
    width: calc(100% - 80px);
    padding-left: 12px;
    font-size: 1.2rem;
  }
}

.box_history {
  padding: 24px 0 24px 24px !important;
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
}
.box_history span {
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .box_history {
    padding-left: 12px !important;
    font-size: 1.2rem !important;
  }
}

/***********************************************************************/
/***********************************************************************/
.fadeUpTrigger, .fadeSideLeft, .fadeSideRight {
  opacity: 0;
}
@media only screen and (max-width:1199px) {
  .fadeUpTrigger, .fadeSideLeft, .fadeSideRight {
    opacity: 1;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.text_center {
  text-align: center;
  margin: 24px auto 64px;
  font-size: 1.8rem;
  font-weight: bold;
}

/***********************************************************************/
/***********************************************************************/
.box_img_column-3 {
  aspect-ratio: 7/5;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  width: 80%;
}
@media only screen and (max-width:1199px) {
  .box_img_column-3 {
    width: 90%;
  }
}
.box_img_column-3 img {
  width: 100%;
}

.btn_link_full {
  position: relative;
  width: 90%;
  height: 80px;
  border-radius: 12px;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  text-align: center;
  line-height: 80px;
  margin: 144px auto;
  background-image: url("../img/icon_faq-off.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: left 40px center;
  box-sizing: border-box;
  border: 2px solid #000000;
  cursor: pointer;
}
.btn_link_full:hover {
  background-color: #ffffff;
  color: #000000;
  background-image: url("../img/icon_faq-on.svg");
}
.btn_link_full a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .btn_link_full {
    background-image: none;
  }
}

.title_playguide {
  text-align: center;
  color: #333333;
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  font-weight: 900;
  margin-bottom: 42px;
  margin-top: 0;
}
@media only screen and (max-width:1199px) {
  .title_playguide {
    margin-bottom: 24px;
  }
}

.text_playguide {
  font-weight: bold !important;
  text-align: center !important;
  font-size: clamp(1.6rem, 1.4vw, 1.8rem) !important;
}

.operation_guide {
  width: 70%;
  margin: 80px auto 0 auto;
  padding: 78px 32px 32px 32px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 24px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width:767px) {
  .operation_guide {
    width: 90%;
  }
}
.operation_guide h2 {
  position: absolute;
  width: calc(100% - 64px);
  top: 24px;
  text-align: center;
  font-size: clamp(1.6rem, 1.4vw, 1.8rem) !important;
  font-weight: bold;
}
.operation_guide::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 81px;
  border-bottom-width: 81px;
  border-left-width: 39px;
  border-right-width: 39px;
  margin-left: -39px;
  border-bottom-color: #000000;
  bottom: 100%;
  left: 50%;
}
@media only screen and (max-width:767px) {
  .operation_guide::after {
    display: none;
  }
}

.text_order_guide {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem) !important;
  text-align: center !important;
  font-weight: bold !important;
}

.box_video_about {
  position: absolute;
  top: 24%;
  right: 20%;
  width: 35%;
  aspect-ratio: 23/48;
  overflow: hidden;
}
.box_video_about video {
  position: absolute;
  width: 92%;
  top: 1%;
  left: 4%;
  border-radius: 26px;
  z-index: 9;
}
.box_video_about img {
  position: relative;
  z-index: 10;
}

.bg_sp {
  width: 80%;
  background-image: url("../img/bg_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 416/855;
  position: relative;
  overflow: hidden;
}

.img_type {
  position: absolute;
  width: 100% !important;
  left: 0;
  bottom: 24%;
}

.btn_header_inquiry {
  position: relative;
  width: 400px;
  height: 64px;
  box-sizing: border-box;
  border: 2px solid #f40829;
  background-color: #f40829;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  left: 50%;
  margin-left: -200px;
  margin-top: 36px;
  cursor: pointer;
}
.btn_header_inquiry:hover {
  background-color: #ffffff;
  color: #f40829;
}
@media only screen and (max-width:767px) {
  .btn_header_inquiry {
    width: 80%;
    margin-left: -40%;
    font-size: 2rem;
  }
}
.btn_header_inquiry a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********************************************************************/
/***********************************************************************/
.a_center {
  display: flex;
  align-items: center;
}

.red {
  color: #e6172c;
}

.font_white {
  color: #ffffff;
}

.tag_blue {
  background-color: #0e08eb;
  color: #ffffff;
}

.tag_red {
  background-color: #c03623;
  color: #ffffff;
}

.bg_color_1 {
  background-color: #11b6b0;
}

.bg_color_2 {
  background-color: #f313ac;
}

.bg_color_3 {
  background-color: #f33313;
}

.bg_color_4 {
  background-color: #0f1ccf;
}

.bg_color_5 {
  background-color: #065c11;
}

.bg_color_6 {
  background-color: #576e39;
}

.bg_color_red {
  background-color: #e6172c;
}

.center_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mt_120 {
  margin-top: 120px;
}

.mt_160 {
  margin-top: 160px;
}
@media only screen and (max-width:1199px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.pr_42 {
  padding-right: 42px;
}
@media only screen and (max-width:767px) {
  .pr_42 {
    padding-right: 0;
  }
}

@media only screen and (max-width:1199px) {
  .mr_64 {
    margin-right: 64px;
  }
}
@media only screen and (max-width:767px) {
  .mr_64 {
    margin-right: 0;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width:1199px) {
  .pc {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width:1199px) {
  .tab {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width:1199px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */