@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;
}

p {
  line-height: 1.6;
}

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

.area_column {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 92px;
}
@media only screen and (max-width:767px) {
  .area_column {
    display: block;
  }
}

.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: 90%;
  display: block;
  margin: 0 auto;
}

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

.box_column-3 {
  width: 32%;
  box-sizing: border-box;
}
@media only screen and (max-width:1199px) {
  .box_column-3 {
    padding: 0 2%;
    text-align: center;
  }
}
@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(1rem, 1vw, 1.4rem);
  display: block;
  margin-top: 4px;
  color: #666666;
}
.box_column-3 p {
  margin: 0 auto;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  width: 65%;
}
@media only screen and (max-width:767px) {
  .box_column-3 p {
    width: 80%;
  }
}
.box_column-3 img {
  width: 90%;
}

.box_column-2 {
  width: 40%;
  padding-right: 36px;
}
@media only screen and (max-width:767px) {
  .box_column-2 {
    width: 90%;
    margin: 64px auto;
    padding-right: 0;
  }
}
.box_column-2 img {
  width: 50%;
}
.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 h2 span {
  display: block;
  font-size: clamp(1.2rem, 1.2vw, 1.8rem);
  text-align: center;
}
.box_column-2 p {
  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 {
  text-align: center;
}
@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_video_smartphone video {
  width: 222px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.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;
}

.box_about {
  width: 35%;
  box-sizing: border-box;
  padding: 24px 12px;
  background-color: #00b5b7;
  margin: 0 12px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .box_about {
    width: 80%;
    margin: 48px 10%;
  }
}
.box_about h2 {
  width: 80%;
  background-color: #ffffff;
  color: #00b5b7;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 9999px;
  margin: 0 auto;
}
.box_about p {
  width: 80%;
  margin: 12px auto 0 auto;
  font-weight: bold;
  color: #ffffff;
}

.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;
}

.btn_link_about {
  width: 60%;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #00b5b7;
  text-align: center;
  padding: 8px 0;
  margin: 12px auto 0 auto;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 8px;
  border: 2px solid #ffffff;
}
.btn_link_about:hover {
  background-color: #00b5b7;
  color: #ffffff;
}

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

.scale {
  transition: 0.4s;
  cursor: pointer;
}
.scale:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
}

.box_info {
  width: 94%;
  height: 100%;
  background-color: #00b5b7;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .box_info {
    margin: 0 auto;
  }
}
.box_info h2 {
  font-size: clamp(1.8rem, 1.8vw, 2.6rem);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 12px;
}
.box_info h2 span {
  display: flex;
  margin: 12px auto;
  width: 20%;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  background-color: #055a5b;
  color: #ffffff;
  border-radius: 100%;
  font-size: clamp(1.8rem, 1.8vw, 2.6rem);
}
.box_info p {
  font-size: 1.4rem;
  width: 90%;
  margin: 24px auto;
  color: #ffffff;
}
.box_info p span {
  font-size: 1.2rem;
}
.box_info img {
  display: block;
  margin: 12px auto;
  width: 80%;
}

.border_none {
  border-style: none !important;
}

/***********************************************************************/
/***********************************************************************/
.header_top {
  aspect-ratio: 683/270;
  width: 100%;
  max-height: 600px;
  background-image: url("../img/bg_top.png"), linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background-size: 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .header_top {
    background-size: auto 100%;
  }
}
@media only screen and (max-width:767px) {
  .header_top {
    aspect-ratio: 3/2;
  }
}

.title_img {
  position: absolute;
  width: 30%;
  bottom: 5%;
  left: 35%;
  text-align: center;
}
.title_img img {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .title_img {
    width: 60%;
    left: 20%;
  }
}

.title_img_effect_right {
  position: absolute;
  width: 25%;
  right: 0;
  bottom: 0;
}
.title_img_effect_right img {
  width: 100%;
}

.title_img_effect_left {
  position: absolute;
  width: 35%;
  right: 70%;
  bottom: -10%;
}
.title_img_effect_left img {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .title_img_effect_left {
    width: 50%;
    right: 75%;
    bottom: 0;
  }
}

.header_info {
  aspect-ratio: 3/2;
  width: 100%;
  max-height: 400px;
  background-image: url("../img/bg_top.jpg"), linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, 0 0;
}
@media only screen and (max-width:767px) {
  .header_info {
    aspect-ratio: 2/1;
  }
}

.header_works {
  aspect-ratio: 3/2;
  width: 100%;
  max-height: 400px;
  background-image: url("../img/bg_works.png"), linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background-repeat: no-repeat, no-repeat;
  background-position: center top, 0 0;
}
@media only screen and (max-width:767px) {
  .header_works {
    aspect-ratio: 2/1;
  }
}

.header_company {
  aspect-ratio: 3/2;
  width: 100%;
  max-height: 400px;
  background-image: url("../img/bg_company.png"), linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background-repeat: no-repeat, no-repeat;
  background-position: center top, 0 0;
}
@media only screen and (max-width:767px) {
  .header_company {
    aspect-ratio: 2/1;
  }
}

.header_download {
  aspect-ratio: 3/2;
  width: 100%;
  max-height: 400px;
  background-image: url("../img/bg_download.png"), linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background-repeat: no-repeat, no-repeat;
  background-position: center top, 0 0;
}
@media only screen and (max-width:767px) {
  .header_download {
    aspect-ratio: 2/1;
  }
}

.menu_global_pc {
  position: fixed;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
}
.menu_global_pc ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 24px;
}
.menu_global_pc li {
  color: #000;
  font-size: 1.6rem;
  margin: 0 12px;
}
.menu_global_pc li a {
  color: #000;
  text-decoration: none;
}
.menu_global_pc li a:hover {
  color: #000;
  text-decoration: underline;
}
.menu_global_pc li a:visited, .menu_global_pc li a:active, .menu_global_pc li a:link {
  color: #000;
}
@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: 200px;
  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%;
}

.box_img_center {
  width: 70%;
  margin: 64px auto;
  text-align: center;
}
.box_img_center img {
  width: 100%;
}

/**************************************************************************/
/**************************************************************************/
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;
}

.window_title_info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.box_title_info {
  width: 70%;
  padding: 32px;
  border-radius: 24px;
  background-color: #ffffff;
  position: relative;
}
.box_title_info h1 {
  font-size: 2rem, 3vw, 4.8rem;
  text-align: center;
}
.box_title_info p {
  text-align: center;
  font-size: 1.4rem, 2vw, 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.btn_window_close {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -32px;
  right: -32px;
  background-image: url(../img/btn_close.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.flex_photo {
  width: 70%;
  margin: 12px auto;
  display: flex;
  justify-content: space-between;
}
.flex_photo img {
  display: block;
  width: 20%;
}

#window_title_info-1 {
  display: none;
}

#window_title_info-2 {
  display: none;
}

#window_title_info-3 {
  display: none;
}

#window_title_info-4 {
  display: none;
}

#window_title_info-5 {
  display: none;
}

#window_title_info-6 {
  display: none;
}

/***********************************************************************/
/***********************************************************************/
.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;
}

.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;
  }
}

.text_center {
  text-align: center;
  margin: 24px auto 64px;
  font-size: 1.8rem;
  font-weight: bold;
}

/***********************************************************************/
/***********************************************************************/
#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%;
  }
}

.btn_header_inquiry {
  position: relative;
  width: 400px;
  height: 64px;
  box-sizing: border-box;
  border: 2px solid #f40829;
  background-color: #f40829;
  border-radius: 32px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  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%;
}

/***********************************************************************/
/***********************************************************************/
.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;
  font-weight: bold;
  display: block;
  width: 86%;
  margin: 12px auto;
}

.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;
  }
}

.box_FAQ {
  width: 90%;
  max-width: 1100px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 36px 24px;
  border-radius: 24px;
  margin: 24px auto;
}

.box_Question {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: bold;
  border-bottom: 2px solid #333333;
  padding-bottom: 8px;
  padding-left: 8px;
}

.box_Answer {
  font-size: clamp(1rem, 1.4vw, 1.8rem);
  margin-top: 8px;
  text-indent: -1em;
  padding-left: calc(1em + 10px);
}

/***********************************************************************/
/***********************************************************************/
.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);
  }
}
/***********************************************************************/
/***********************************************************************/
.font_s {
  font-size: 1.2rem !important;
  font-weight: normal !important;
}

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

.red {
  color: #e6172c;
}

.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;
}

.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;
  }
}

.mb_64 {
  margin-bottom: 64px;
}

.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;
  }
}

.font_red {
  color: #c03623 !important;
}

.font_w {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 8px;
  margin-bottom: 8px;
}/*# sourceMappingURL=style.css.map */