@charset "UTF-8";
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.mb0 {
  margin-bottom: 0;
}

.mb80 {
  margin-bottom: 80px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mt25 {
  margin-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.m50 {
  margin: 50px auto;
}

.pb10 {
  padding-bottom: 10px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl64 {
  padding-left: 64px;
}

.pr25 {
  padding-right: 25px;
}

.w_100p {
  width: 100%;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

.no_wrap {
  flex-wrap: nowrap;
}

.row_reverce {
  flex-direction: row-reverse;
}

.space_around {
  justify-content: space-around;
}

.space_between {
  justify-content: space-between;
}

.flex_end {
  justify-content: flex-end;
}

.flex_1 {
  flex: 1;
}

.item_center {
  align-items: center;
}

.item_baseline {
  align-items: baseline;
}

.visible {
  overflow: visible;
}

.line_h_1 {
  line-height: 1;
}

.bg_gray {
  background-color: #f7f7f7;
}

a {
  color: #000000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.shutter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 999;
  -webkit-animation: byeShutter 3s forwards ease-out;
  animation: byeShutter 3s forwards ease-out;
  display: none;
}

.shutter.shutter-active {
  display: none;
}

.shutter.shutter-first {
  display: block;
}

.logo {
  position: absolute;
  width: 60%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 0.8s forwards;
  animation: logo 0.8s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 1;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes logo {
  0% {
    opacity: 1;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: scale(0.8);
  }
}
.sp_mode {
  display: none;
}

.pc_mode {
  display: block;
}

.pc_mode_inline {
  display: inline-block;
}

.sp_mode_inline {
  display: none;
}

header .sp_header_menu {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #C43B65;
  z-index: 90;
  background-color: #fff;
}

header .pc_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .sp_header {
  display: none;
}

header .pc_header .pc_header_icon {
  margin: 0 0 0 1.8301610542vw;
}

header .pc_header .pc_header_icon img {
  width: 24.3777452416vw;
  max-width: 333px;
}

header .pc_header .pc_header_right {
  display: flex;
  justify-content: flex-end;
}

header .pc_header .pc_header_right .header_link_bnr {
  width: 18.5944363104vw;
  max-width: 254px;
  height: 5.8565153734vw;
  max-height: 80px;
}

header .pc_header .pc_header_right .header_link_bnr a {
  display: block;
  line-height: 0;
}

header .pc_header .pc_header_right .header_link_bnr img {
  width: 100%;
}

header .pc_header .pc_header_right .header_contact_btn {
  width: 5.8565153734vw;
  max-width: 80px;
  background-color: #A00535;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .pc_header .pc_header_right .header_contact_btn img {
  width: 2.8550512445vw;
  max-width: 39px;
}

header .pc_header .pc_header_right nav {
  display: flex;
  align-items: center;
}

.header_menu_bot_row > ul {
  margin: 0;
  height: 100%;
}

.header_menu_bot_row p {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.1713030747vw;
}

.header_menu_bot_row p span {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  border-bottom: 1px solid transparent;
}

.header_menu_bot_row li > p:hover {
  cursor: pointer;
  opacity: 0.7;
}

.header_menu_bot_row p:hover span {
  color: #C43B65;
  border-bottom: 1px solid #C43B65;
}

.header_menu_bot_row p span a {
  color: #000000;
}

.header_menu_bot_row p span a:hover {
  color: #C43B65;
}

.header_menu_bot_row ul > li {
  padding-right: 1.4641288433vw;
}

.mega_menu {
  position: absolute;
  background: rgba(249, 249, 249, 0.8);
  width: 100%;
  right: 0;
  box-sizing: border-box;
  z-index: 99;
  display: none;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  border-top: 1px solid #C43B65;
  height: auto;
}

.mega_menu_inner {
  width: 90%;
  max-width: 1231px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.8301610542vw;
  padding-bottom: 1.8301610542vw;
}

.mega_menu_inner:after {
  content: "";
  display: block;
  width: 21.5959004392vw;
  max-width: 295px; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

.mega_menu_inner:before {
  content: "";
  display: block;
  width: 21.5959004392vw;
  max-width: 295px; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
  order: 1;
}

.mega_menu_inner h2 {
  font-size: 24px;
  padding-bottom: 20px;
  line-height: 1;
}

.mega_menu_inner h3 {
  margin-bottom: 7px;
  color: #999;
  font-weight: 600;
}

.mega_menu_content_1 {
  width: 21.5959004392vw;
  max-width: 295px;
  display: flex;
  height: 100%;
  align-items: center;
  background-color: #ffffff;
  border-top: 2px solid #C43B65;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  margin-bottom: 1.0980966325vw;
  box-sizing: border-box;
}

.mega_menu_content_1 .mega_menu_img {
  width: 40%;
}

.mega_menu_content_1 p {
  width: 60%;
  padding-left: 1.0980966325vw;
  box-sizing: border-box;
  color: #000000;
  font-size: 1.0980966325vw;
}

.mega_menu_content_1 .mega_menu_img img {
  width: 100%;
}

.mega_menu_content_1:hover {
  border: 2px solid #C43B65;
}

.mega_menu_content_1:hover p {
  color: #C43B65;
}

.mega_menu_content_2 {
  width: 16.9838945827vw;
  max-width: 232px;
  display: block;
  height: 100%;
  font-size: 1.0980966325vw;
  font-weight: bold;
  color: #C43B65;
}

.mega_menu_content_2 img {
  width: 100%;
}

.mega_menu_content_2 p {
  margin-top: 0.7320644217vw;
}

.mega_menu_content_3 {
  width: 17.1303074671vw;
  max-width: 234px;
  display: block;
  height: 100%;
  position: relative;
}

.mega_menu_content_4 {
  width: 17.1303074671vw;
  max-width: 234px;
  display: block;
  height: 100%;
  background-color: #fff;
  border-top: 2px solid #C43B65;
  margin-top: 1.317715959vw;
}

.header_menu_bot_row .mega_menu_content_4 p {
  text-align: center;
  font-size: 1.0248901903vw;
  display: block;
  padding: 1.6471449488vw 0;
}

.mega_menu_content_4 .mega_menu_img_4 {
  width: 11.0541727672vw;
  max-width: 151px;
  margin: 0 auto;
  line-height: 0;
}

.mega_menu_content_4 .mega_menu_img_4 img {
  width: 100%;
}

.mega_menu_content_3 .mega_menu_img_3 img {
  width: 100%;
}

.mega_menu_content_3 p {
  position: absolute;
  top: 4.39238653vw;
  left: 1.0980966325vw;
  display: block;
  height: auto;
}

.mega_menu_content_3:nth-of-type(1) p img {
  width: 9.663250366vw;
  max-width: 132px;
}

.mega_menu_content_3:nth-of-type(2) p img {
  width: 7.7598828697vw;
  max-width: 106px;
}

.mega_menu_content_3:nth-of-type(3) p img {
  width: 9.5168374817vw;
  max-width: 130px;
}

.mega_menu_content_3:nth-of-type(4) p img {
  width: 11.2005856515vw;
  max-width: 153px;
}

.mega_menu_content_3:nth-of-type(5) p img {
  width: 7.6866764275vw;
  max-width: 105px;
}

footer {
  width: 100%;
  background-image: url(../img/common/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer #to_page_top_btn {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

footer #to_page_top_btn a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.0248901903vw;
  padding: 1.0614934114vw 0;
}

footer .footer_inner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

footer .footer_inner .footer_menu_flex {
  width: 89.6046852123vw;
  max-width: 1224px;
  padding-top: 5.1244509517vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer .footer_inner .footer_menu_flex .footer_menu_flex_info {
  width: 19.0336749634vw;
  max-width: 260px;
}

footer .footer_inner .footer_menu_flex .footer_menu_flex_info .footer_logo img {
  width: 100%;
}

footer .footer_inner .footer_menu_flex .footer_menu_flex_info .footer_logo {
  margin-bottom: 0.7320644217vw;
}

footer .footer_inner .footer_menu_flex .footer_menu_flex_info li {
  color: #ffffff;
  font-size: 0.878477306vw;
}

footer .footer_inner .footer_menu_flex .footer_menu_flex_info ul {
  margin-bottom: 1.0980966325vw;
}

footer .footer_inner .footer_menu_flex .footer_menu_flex_info .foot_rain_bnr {
  margin-bottom: 1.0980966325vw;
  margin-top: 2.196193265vw;
}

footer .footer_inner .footer_menu_flex .footer_menu_flex_info .foot_sankan_bnr {
  margin-bottom: 1.0980966325vw;
  margin-top: 1.0980966325vw;
}

footer .footer_inner .footer_menu_flex .footer_menu_flex_info .sdgs_logo {
  width: 15.3001464129vw;
  max-width: 209px;
}

.footer_menu_flex_list_wrap {
  width: 55.6368960469vw;
  max-width: 760px;
  display: flex;
  justify-content: space-between;
}

.footer_menu_flex_list_wrap .footer_menu_flex_list_content {
  width: 30%;
}

.footer_menu_flex_list_wrap .footer_menu_flex_list_content:last-of-type {
  width: 40%;
}

.footer_menu_flex_list_wrap .footer_menu_flex_list_content a {
  color: #ffffff;
  font-size: 0.878477306vw;
}

.footer_menu_flex_list_wrap .footer_menu_flex_list_content .footer_menu_flex_list {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.4641288433vw;
  margin-top: 0.7320644217vw;
}

.footer_menu_flex_list_wrap .footer_menu_flex_list_content .footer_menu_flex_list a {
  display: block;
  margin-bottom: 0.7320644217vw;
}

footer .footer_inner .footer_menu_flex .footer_menu_flex_info .sdgs_logo img {
  width: 100%;
}

#tab_bnr {
  width: 260px; /* 最初に表示されるバナーの幅 */
  height: auto; /* バナーの高さ */
  position: fixed; /* バナーを固定します */
  right: -223px; /* 右から0pxの位置に指定 */
  bottom: 100px; /* 下から100pxの位置に指定 */
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  z-index: 100;
}

#tab_bnr .tab_bnr_inner {
  width: 260px;
  display: flex;
}

#tab_bnr .tab_bnr_inner p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #1094CD;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  font-size: 12px;
  text-align: center;
}

#tab_bnr a { /* リンクするエリアをバナー全体に広げる設定 */
  display: block;
  width: 100%;
  height: 100%;
}

#tab_bnr:hover { /* カーソルが乗った時の動きを指定 */
  right: 10px;
}

.copyright {
  text-align: right;
  color: #ffffff;
  font-size: 10px;
  width: 89.6046852123vw;
  max-width: 1224px;
  padding-top: 1.8301610542vw;
  padding-bottom: 5.1244509517vw;
  margin: 0 auto;
}

@media (min-width: 1366px) {
  .copyright {
    padding-top: 25px;
    padding-bottom: 70px;
  }
  footer .footer_inner .footer_menu_flex .footer_menu_flex_info .footer_logo {
    margin-bottom: 10px;
  }
  footer .footer_inner .footer_menu_flex {
    padding-top: 70px;
  }
  footer #to_page_top_btn a {
    font-size: 14px;
    padding: 14.5px 0;
  }
  footer .footer_inner .footer_menu_flex .footer_menu_flex_info li {
    font-size: 12px;
  }
  footer .footer_inner .footer_menu_flex .footer_menu_flex_info ul {
    margin-bottom: 15px;
  }
  footer .footer_inner .footer_menu_flex .footer_menu_flex_info .foot_rain_bnr {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  footer .footer_inner .footer_menu_flex .footer_menu_flex_info .foot_sankan_bnr {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .footer_menu_flex_list_wrap .footer_menu_flex_list_content a {
    font-size: 12px;
  }
  .footer_menu_flex_list_wrap .footer_menu_flex_list_content .footer_menu_flex_list {
    padding-left: 20px;
    margin-top: 10px;
  }
  .footer_menu_flex_list_wrap .footer_menu_flex_list_content .footer_menu_flex_list a {
    margin-bottom: 10px;
  }
  header .pc_header .pc_header_icon {
    margin: 0 0 0 25px;
  }
  .header_menu_bot_row p {
    font-size: 16px;
  }
  .header_menu_bot_row ul > li {
    padding-right: 35px;
  }
  .mega_menu_content_1 p {
    padding-left: 15px;
    font-size: 15px;
  }
  .mega_menu_inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mega_menu_content_1 {
    margin-bottom: 15px;
  }
  .mega_menu_content_2 {
    font-size: 15px;
  }
  .mega_menu_content_2 p {
    margin-top: 10px;
  }
  .mega_menu_content_4 {
    margin-top: 18px;
  }
  .header_menu_bot_row .mega_menu_content_4 p {
    font-size: 14px;
    padding: 22.5px 0;
  }
  .mega_menu_content_3 p {
    top: 60px;
    left: 15px;
  }
}
#top_page_wrap .sp_slide_sec {
  display: none;
}

#top_page_wrap .slide_sec {
  position: relative;
  overflow: hidden;
}

#top_page_wrap .slide_sec .slide_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
  width: 14.7144948755vw;
  max-width: 201px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top_page_wrap .slide_sec .slide_logo img {
  width: 14.7144948755vw;
  max-width: 201px;
}

.top_slide-slide img {
  width: 100%;
}

#top_page_wrap .sec_01 {
  text-align: center;
  padding: 4.39238653vw 0 2.9282576867vw;
  position: relative;
  width: 73.2064421669vw;
  max-width: 1000px;
  margin: 0 auto;
}

#top_page_wrap .sec_01 > img {
  width: 38.3601756955vw;
  max-width: 524px;
}

#top_page_wrap .sec_01 .illustration {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 16.5446559297vw;
  max-width: 226px;
}

#top_page_wrap .sec_02 {
  width: 73.2064421669vw;
  max-width: 1000px;
  background-color: #F7F7F7;
  margin: 0 auto;
  padding: 3.2942898975vw 0;
}

#top_page_wrap .sec_02 .sec_02_inner {
  width: 65.8857979502vw;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_title {
  width: 21.9619326501vw;
  max-width: 300px;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_title p {
  font-size: 1.6105417277vw;
  font-weight: bold;
  color: #C43B65;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list {
  width: 48.3162518302vw;
  max-width: 660px;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #707070;
  padding: 1.0980966325vw 0;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li:first-of-type {
  border-top: 1px solid #707070;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a {
  width: 100%;
  display: flex;
  align-items: center;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a h2 {
  margin: 0;
  color: #C43B65;
  font-weight: bold;
  font-size: 1.0248901903vw;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a .new {
  width: 4.6120058565vw;
  max-width: 63px;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a .new span {
  color: #ffffff;
  background-color: #C43B65;
  border-radius: 5px;
  font-size: 0.8052708638vw;
  padding: 0.2196193265vw 0.5856515373vw;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a .sec_02_list_text {
  width: 43.5578330893vw;
  max-width: 595px;
  display: flex;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a .date {
  width: 9.1508052709vw;
  max-width: 125px;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a .date p {
  font-size: 0.9516837482vw;
  margin: 0;
}

#top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a h2 {
  width: 34.4070278184vw;
  max-width: 470px;
}

#top_page_wrap .sec_02 .btn_1 {
  margin-top: 2.196193265vw;
}

.btn_1 a {
  width: 18.3016105417vw;
  max-width: 250px;
  box-sizing: border-box;
  margin: auto;
  border: 1px solid #D60662;
  text-align: center;
  font-size: 0.878477306vw;
  color: #D60662;
  font-weight: bold;
  display: block;
  padding: 0.7320644217vw 0;
}

.btn_1 a:hover {
  background-color: #D60662;
  color: #ffffff;
}

.btn_1 input {
  width: 18.3016105417vw;
  max-width: 250px;
  box-sizing: border-box;
  margin: auto;
  border: 1px solid #D60662;
  text-align: center;
  font-size: 0.878477306vw;
  color: #D60662;
  font-weight: bold;
  display: block;
  padding: 0.7320644217vw 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

.btn_1 input:hover {
  background-color: #D60662;
  color: #ffffff;
  cursor: pointer;
}

.works_list_slide_sec {
  width: 94.729136164vw;
  margin-left: auto;
  margin-top: 3.6603221083vw;
}

.works_list_slide_sec .slide_temp1-slide img {
  width: 21.4494875549vw;
  height: auto;
  max-height: 21.4494875549vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_list_slide_sec h2 {
  font-size: 1.6105417277vw;
  font-weight: bold;
  color: #C43B65;
  margin-bottom: 2.196193265vw;
}

.slide_temp1-slide_top {
  width: 21.4494875549vw;
}

.slide_temp1-slide_bot {
  width: 21.4494875549vw;
}

.slide_temp1-slide_top hr {
  width: 2.196193265vw;
  max-width: 30px;
  border-color: #D60662;
  margin: 0;
}

.slide_temp1-slide_top p {
  font-size: 10px;
  margin: 1.0980966325vw 0;
}

.slide_temp1-slide_bot .cat {
  width: 21.4494875549vw;
  color: #ACACAC;
  font-size: 0.878477306vw;
  margin: 0.7320644217vw 0;
}

.slide_temp1-slide_bot .date {
  font-size: 10px;
  margin: 0.7320644217vw 0;
}

.slide_temp1-slide_bot h3 {
  color: #C43B65;
  font-size: 1.4641288433vw;
  margin-bottom: 1.0980966325vw;
}

.slide_temp1-slide_bot p.more {
  position: relative;
  font-size: 0.878477306vw;
  color: #C43B65;
}

.slide_temp1-slide_bot p.more:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #C43B65;
  width: 4.7584187408vw;
  max-width: 65px;
  top: 0;
  bottom: 0;
  left: 6.588579795vw;
  display: block;
  margin: auto 0;
}

.temp-next, .temp-prev {
  top: 0;
  color: #C43B65;
  margin: 0;
}

.temp-next:after, .temp-prev:after {
  font-size: 14px;
  font-weight: bold;
}

.temp-prev, .swiper-container-rtl .temp-next {
  left: auto;
  right: 8.4187408492vw;
}

.temp-next, .swiper-container-rtl .temp-prev {
  right: 4.39238653vw;
  left: auto;
}

.slide_temp1 .btn_1 {
  margin-top: 4.39238653vw;
}

.top_slide-slide.swiper-slide-active img,
.top_slide-slide.swiper-slide-duplicate-active img,
.top_slide-slide.swiper-slide-prev img {
  -webkit-animation: zoomUp 15s linear 0s 1 normal both;
          animation: zoomUp 15s linear 0s 1 normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.15);
  }
}
#top_page_wrap .sec_03 {
  width: 100%;
  margin-top: 7.1742313324vw;
  margin-bottom: 8.78477306vw;
}

#top_page_wrap .sec_03 .sec_03_main_link a {
  position: relative;
  width: 100%;
  display: block;
}

#top_page_wrap .sec_03 .sec_03_main_link a img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

#top_page_wrap .sec_03 .sec_03_main_link a:hover img {
  opacity: 0.7;
}

#top_page_wrap .sec_03 .sec_03_main_link .sec_03_main_link_inner {
  position: absolute;
  width: 89%;
  max-width: 1224px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top_page_wrap .sec_03 .sec_03_main_link .sec_03_main_link_inner img:first-of-type {
  width: 28.4773060029vw;
  max-width: 389px;
}

#top_page_wrap .sec_03 .sec_03_main_link .sec_03_main_link_inner img:last-of-type {
  width: 5.8565153734vw;
  max-width: 80px;
}

#top_page_wrap .sec_03 .sec_03_bnr_link {
  width: 89.6046852123vw;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#top_page_wrap .sec_03 .sec_03_bnr_link a {
  width: 44.4363103953vw;
  max-width: 607px;
  position: relative;
  margin-bottom: 0.7320644217vw;
}

#top_page_wrap .sec_03 .sec_03_bnr_link a .sec_03_bnr_link_title {
  position: absolute;
  top: 12.0058565154vw;
  left: 2.9282576867vw;
}

#top_page_wrap .sec_03 .sec_03_bnr_link a .sec_03_bnr_link_title img {
  height: 5.5636896047vw;
  max-height: 76px;
}

.slide_temp2-slide_img {
  width: 41.8008784773vw;
}

.slide_temp2-slide_bot {
  width: 29.7218155198vw;
}

.slide_temp2-slide {
  position: relative;
}

.slide_temp2-slide .number {
  position: absolute;
  left: 30.3074670571vw;
  bottom: 0;
}

.slide_temp2-slide .number img {
  width: 10.4685212299vw;
}

.slide_temp2-slide_bot h3 {
  font-size: 1.4641288433vw;
  color: #C43B65;
  font-weight: bold;
  margin: 0.7320644217vw 0;
}

.slide_temp2-slide_bot p {
  font-size: 0.878477306vw;
  min-height: 50px;
}

#top_page_wrap .sec_04 {
  width: 100%;
  background: linear-gradient(90deg, #F7F7F7 0%, #F7F7F7 55%, #ffffff 55%, #ffffff 100%);
  padding: 5.1244509517vw 0;
  margin-top: 8.0527086384vw;
}

#top_page_wrap .sec_04 .sec_04_inner {
  width: 93.1185944363vw;
  max-width: 1272px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#top_page_wrap .sec_04 .sec_04_inner .sec_04_inner_left {
  width: 33.6749633968vw;
  max-width: 460px;
}

#top_page_wrap .sec_04 .sec_04_inner .sec_04_inner_right {
  width: 51.2445095168vw;
  max-width: 700px;
}

#top_page_wrap .sec_04 .sec_04_inner .sec_04_inner_right iframe {
  width: 100%;
  height: 28.5505124451vw;
  max-height: 390px;
  box-sizing: border-box;
  border: 10px solid #C43B65;
}

#top_page_wrap .sec_04 .sec_04_inner .sec_04_inner_left h3 {
  font-weight: bold;
  color: #C43B65;
  font-size: 1.6105417277vw;
  margin-bottom: 1.6105417277vw;
}

#top_page_wrap .sec_04 .sec_04_inner .sec_04_inner_left p {
  font-size: 0.878477306vw;
  margin-bottom: 1.6105417277vw;
}

#top_page_wrap .sec_04 .sec_04_inner .sec_04_inner_left .btn_1 a {
  margin-left: 0;
}

.slide_temp3 .btn_1 {
  margin-top: 4.39238653vw;
}

.voice_list_slide_sec.works_list_slide_sec {
  margin-top: 8.78477306vw;
}

.g_reviews_sec {
  width: 73.2064421669vw;
  max-width: 1000px;
  background-color: #F7F7F7;
  margin: 0 auto;
  padding: 3.2942898975vw 0;
}

.g_reviews_sec .g_reviews_inner {
  width: 65.8857979502vw;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.g_reviews_sec .g_reviews_inner .g_reviews_title, .wp-google-place {
  width: 14.6412884334vw;
  max-width: 200px;
}

.g_reviews_sec .g_reviews_inner .g_reviews_title h3 {
  font-weight: bold;
  color: #C43B65;
  font-size: 1.6105417277vw;
  margin-bottom: 0.3660322108vw;
}

.g_reviews_sec .g_reviews_inner .g_reviews_title p {
  color: #C43B65;
  font-size: 1.0248901903vw;
}

.g_reviews_sec .g_reviews_inner .g_reviews_list {
  width: 48.5358711567vw;
  max-width: 663px;
  font-size: 0.9516837482vw;
}

.g_reviews_sec .g_reviews_inner .g_reviews_list li {
  padding: 1.8301610542vw 0;
  border-bottom: 1px solid #707070;
}

.g_reviews_sec .g_reviews_inner .g_reviews_list h3 {
  font-weight: bold;
  margin-bottom: 0.3660322108vw;
}

.g_reviews_sec .btn_1 {
  margin-top: 2.9282576867vw;
}

#js_review_wrap .wp-google-url {
  display: none !important;
}

.g_reviews_sec {
  margin-top: 3.6603221083vw;
}

.foot_qa_sec {
  width: 100%;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3.6603221083vw 0;
  margin-top: 5.8565153734vw;
}

.foot_qa_sec h2 {
  font-weight: bold;
  color: #C43B65;
  font-size: 1.6105417277vw;
  margin-bottom: 0.7320644217vw;
}

.foot_qa_sec p {
  font-size: 0.878477306vw;
  margin-bottom: 2.9282576867vw;
}

.foot_qa_sec a {
  display: block;
  width: 18.3016105417vw;
  max-width: 250px;
  background-color: #C43B65;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1.317715959vw;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0.8418740849vw 0;
}

.moreButton button,
.btn_2 a {
  display: block;
  width: 18.3016105417vw;
  max-width: 250px;
  background-color: #C43B65;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1.317715959vw;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0.8418740849vw 0;
}

.btn_3 a {
  display: block;
  width: 27.0863836018vw;
  max-width: 370px;
  border: 1px solid #D60662;
  font-weight: bold;
  font-size: 1.0248901903vw;
  color: #D60662;
  text-align: center;
  padding: 0.8418740849vw 0;
}

.btn_3 a:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #D60662;
}

.btn_4 a {
  display: block;
  width: 29.2825768668vw;
  max-width: 400px;
  font-weight: bold;
  font-size: 1.317715959vw;
  color: #C43B65;
  background-color: #fff;
  text-align: center;
  padding: 0.8418740849vw 0;
  margin: 0 auto;
}

.btn_5 a {
  display: block;
  width: 29.2825768668vw;
  max-width: 400px;
  font-weight: bold;
  font-size: 1.317715959vw;
  color: #fff;
  background-color: #C43B65;
  text-align: center;
  padding: 0.8418740849vw 0;
  margin: 0 auto;
}

.btn_6 a {
  display: block;
  width: 23.4260614934vw;
  max-width: 320px;
  font-weight: bold;
  font-size: 1.317715959vw;
  color: #fff;
  background-color: #C43B65;
  text-align: center;
  padding: 0.8418740849vw 0;
  margin: 0 auto;
  border-radius: 0.3660322108vw;
}
.btn_6 a img {
  width: 2.3426061493vw;
  max-width: 32px;
  padding-right: 0.3660322108vw;
  vertical-align: middle;
}
.btn_6 a span {
  font-size: 2rem;
  vertical-align: middle;
  line-height: 1;
}

.foot_access_sec {
  width: 100%;
}

.foot_access_sec_inner {
  width: 89.6046852123vw;
  max-width: 1224px;
  margin: 8.78477306vw auto;
  display: flex;
  justify-content: space-between;
}

.foot_access_sec_inner .foot_access_sec_info {
  width: 32.0644216691vw;
  max-width: 438px;
}

.foot_access_sec_inner .foot_access_sec_info h1 {
  font-size: 1.6105417277vw;
  font-weight: bold;
  color: #C43B65;
  margin-bottom: 1.0980966325vw;
}

.foot_access_sec_inner .foot_access_sec_info h2 {
  font-size: 0.9516837482vw;
  font-weight: bold;
  margin-bottom: 0.3660322108vw;
}

.foot_access_sec_inner .foot_access_sec_info p {
  font-size: 0.9516837482vw;
  margin-bottom: 0.3660322108vw;
}

.foot_access_sec_inner .foot_access_sec_info .foot_access_sec_info_img1 {
  margin: 1.4641288433vw 0 2.196193265vw;
}

.foot_access_sec_inner .foot_access_sec_info .foot_access_sec_info_img1 img {
  width: 16.0322108346vw;
  max-width: 219px;
}

.foot_access_sec_inner .foot_access_sec_map {
  width: 53.953147877vw;
  max-width: 737px;
}

.foot_access_sec_inner .foot_access_sec_map iframe {
  width: 100%;
  height: 392px;
}

.foot_access_sec_inner .foot_access_sec_map .btn_2 {
  margin-top: 2.1229868228vw;
}

@media (min-width: 1366px) {
  .btn_5 a {
    font-size: 18px;
    padding: 11.5px 0;
  }
  .btn_6 a {
    font-size: 18px;
    padding: 11.5px 0;
    border-radius: 5px;
  }
  .btn_6 a img {
    padding-right: 5px;
  }
  .btn_4 a {
    font-size: 18px;
    padding: 11.5px 0;
  }
  .slide_temp3 .btn_1 {
    margin-top: 60px;
  }
  .btn_1 a {
    font-size: 12px;
    padding: 10px 0;
  }
  #top_page_wrap .sec_01 {
    padding: 60px 0 40px;
  }
  #top_page_wrap .sec_02 {
    padding: 45px 0;
  }
  #top_page_wrap .sec_02 .sec_02_inner .sec_02_title p {
    font-size: 22px;
  }
  #top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a h2 {
    font-size: 14px;
  }
  #top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a .date p {
    font-size: 13px;
  }
  #top_page_wrap .sec_02 .sec_02_inner .sec_02_list li a .new span {
    font-size: 11px;
    padding: 3px 8px;
  }
  #top_page_wrap .sec_02 .sec_02_inner .sec_02_list li {
    padding: 15px 0;
  }
  #top_page_wrap .sec_02 .btn_1 {
    margin-top: 30px;
  }
  .works_list_slide_sec {
    margin-top: 50px;
  }
  .works_list_slide_sec h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .slide_temp1-slide_top p {
    margin: 15px 0;
  }
  .slide_temp1-slide_bot .cat {
    font-size: 12px;
    margin: 10px 0;
  }
  .slide_temp1-slide_bot h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .slide_temp1-slide_bot p.more:after {
    left: 90px;
  }
  .slide_temp1-prev, .swiper-container-rtl .slide_temp1-next {
    right: 115px;
  }
  .slide_temp1-next, .swiper-container-rtl .slide_temp1-prev {
    right: 60px;
  }
  .slide_temp1 .btn_1 {
    margin-top: 60px;
  }
  #top_page_wrap .sec_03 {
    width: 100%;
    margin-top: 98px;
    margin-bottom: 120px;
  }
  #top_page_wrap .sec_03 .sec_03_bnr_link a .sec_03_bnr_link_title {
    top: 164px;
    left: 40px;
  }
  #top_page_wrap .sec_03 .sec_03_bnr_link a {
    margin-bottom: 10px;
  }
  .slide_temp2-slide_bot h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .slide_temp2-slide_bot p {
    font-size: 12px;
  }
  #top_page_wrap .sec_04 {
    padding: 70px 0;
    margin-top: 110px;
  }
  #top_page_wrap .sec_04 .sec_04_inner .sec_04_inner_left h3 {
    font-size: 22px;
    margin-bottom: 22px;
  }
  #top_page_wrap .sec_04 .sec_04_inner .sec_04_inner_left p {
    font-size: 12px;
    margin-bottom: 22px;
  }
  .slide_temp1-slide_bot .date {
    margin: 10px 0;
  }
  .voice_list_slide_sec.works_list_slide_sec {
    margin-top: 120px;
  }
  .g_reviews_sec {
    padding: 45px 0;
  }
  .g_reviews_sec .g_reviews_inner .g_reviews_title h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .g_reviews_sec .g_reviews_inner .g_reviews_title p {
    font-size: 14px;
  }
  .g_reviews_sec .g_reviews_inner .g_reviews_list {
    font-size: 13px;
  }
  .g_reviews_sec .g_reviews_inner .g_reviews_list li {
    padding: 25px 0;
  }
  .g_reviews_sec .g_reviews_inner .g_reviews_list h3 {
    margin-bottom: 5px;
  }
  .g_reviews_sec {
    margin-top: 50px;
  }
  .g_reviews_sec .btn_1 {
    margin-top: 40px;
  }
  .foot_qa_sec {
    padding: 50px 0;
    margin-top: 80px;
  }
  .foot_qa_sec h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .foot_qa_sec p {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .foot_qa_sec a {
    font-size: 18px;
    padding: 11.5px 0;
  }
  .foot_access_sec_inner {
    margin: 120px auto;
  }
  .foot_access_sec_inner .foot_access_sec_info h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .foot_access_sec_inner .foot_access_sec_info h2 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .foot_access_sec_inner .foot_access_sec_info p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .foot_access_sec_inner .foot_access_sec_info .foot_access_sec_info_img1 {
    margin: 20px 0 30px;
  }
  .moreButton button,
.btn_2 a {
    font-size: 18px;
    padding: 11.5px 0;
  }
  .foot_access_sec_inner .foot_access_sec_map .btn_2 {
    margin-top: 29px;
  }
  .btn_3 a {
    font-size: 14px;
    padding: 11.5px 0;
  }
}
.breadcrumb {
  width: 100%;
  background-color: #A00535;
}

.breadcrumb .breadcrumb_inner {
  width: 90.0439238653vw;
  max-width: 1230px;
  margin: 0 auto;
}

.breadcrumb .breadcrumb_inner a,
.breadcrumb .breadcrumb_inner span {
  color: #ffffff;
  font-size: 10px;
  vertical-align: middle;
}

#construction_top .sec_01 {
  width: 100%;
  text-align: center;
}

#construction_top .sec_01 h2 {
  margin: 4.0263543192vw auto 1.8301610542vw;
}

#construction_top .sec_01 h2 img {
  width: 12.2254758419vw;
  max-width: 167px;
}

#construction_top .sec_01 p {
  font-size: 0.878477306vw;
  line-height: 1.7;
}

.construction_sec {
  width: 90.0439238653vw;
  max-width: 1230px;
  margin: 3.2942898975vw auto 0;
}

.construction_sec .construction_sec_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.construction_sec .construction_sec_inner:after {
  content: "";
  width: 22.1815519766vw;
  max-width: 303px;
  height: 0;
  display: block;
}

.construction_sec .construction_sec_inner:before {
  content: "";
  width: 22.1815519766vw;
  max-width: 303px;
  height: 0;
  display: block;
  order: 1;
}

.construction_sec .construction_sec_inner .construction_sec_content {
  width: 22.1815519766vw;
  max-width: 303px;
  margin-bottom: 6.588579795vw;
}

.construction_sec .construction_sec_inner .construction_sec_content img {
  width: 100%;
}

.construction_sec .construction_sec_inner .construction_sec_content p {
  background-color: #FAFAFA;
  font-size: 1.4641288433vw;
  padding: 2.5622254758vw 2.196193265vw;
}

.construction_top_voice_sec {
  margin-bottom: 7.3206442167vw;
}

.subpage_header {
  display: none;
}

@media (min-width: 1366px) {
  #construction_top .sec_01 h2 {
    margin: 55px auto 25px;
  }
  #construction_top .sec_01 p {
    font-size: 12px;
  }
  .construction_sec {
    margin: 45px auto 0;
  }
  .construction_sec .construction_sec_inner .construction_sec_content p {
    font-size: 20px;
    padding: 35px 30px;
  }
  .construction_sec .construction_sec_inner .construction_sec_content {
    margin-bottom: 90px;
  }
  .construction_top_voice_sec {
    margin-bottom: 100px;
  }
}
.construction_main_img_sec {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.construction_main_img_sec .construction_main_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.construction_main_img_sec .construction_main_img img {
  width: 100%;
}
.construction_main_img_sec .construction_main_overray {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.construction_main_img_sec .construction_main_text {
  width: 80.0146412884vw;
  max-width: 1093px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 8.78477306vw 0;
}
.construction_main_img_sec .construction_main_text h3 {
  width: 100%;
  font-size: 1.0248901903vw;
}
.construction_main_img_sec .construction_main_text h2 {
  width: 100%;
  font-size: 2.7086383602vw;
  font-weight: bold;
  margin-top: 1.0980966325vw;
}

.customers_menu_img_sec {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.customers_menu_img_sec .customers_menu_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customers_menu_img_sec .customers_menu_img img {
  width: 100%;
}
.customers_menu_img_sec .customers_menu_overray {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.customers_menu_img_sec .customers_menu_text {
  width: 80.0146412884vw;
  max-width: 1093px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 11.7130307467vw 0;
}
.customers_menu_img_sec .customers_menu_text h3 {
  width: 100%;
  font-size: 1.756954612vw;
  margin-top: 1.0980966325vw;
}
.customers_menu_img_sec .customers_menu_text h2 {
  width: 100%;
  font-size: 2.7086383602vw;
  font-weight: bold;
  margin-top: 0vw;
}
.customers_menu_img_sec .customers_menu_text p {
  font-size: 1.8301610542vw;
}
.customers_menu_img_sec .customers_menu_text.qa {
  padding: 10.2489019034vw 0;
}

#construction_page .sec_01 {
  background-color: #F5F5F5;
  padding: 5.1244509517vw 0;
}
#construction_page .sec_01 .sec_01_inner {
  width: 80.0146412884vw;
  max-width: 1093px;
  margin: 0 auto;
}
#construction_page .sec_01 .sec_01_inner h2 {
  font-size: 1.756954612vw;
  margin-bottom: 1.4641288433vw;
}
#construction_page .sec_01 .sec_01_inner p {
  font-size: 1.1713030747vw;
  line-height: 1.8;
}

.construction_detail_wrap .construction_detail {
  width: 100%;
  margin: 0 auto;
  padding: 5.4904831625vw 0;
}
.construction_detail_wrap .construction_detail h2 {
  width: 100%;
  max-width: 1366px;
  padding: 0 10.0292825769vw;
  box-sizing: border-box;
  font-size: 1.8301610542vw;
  position: relative;
  color: #C43B65;
}
.construction_detail_wrap .construction_detail h2 span {
  position: absolute;
  color: #C43B65;
  font-size: 10px;
  transform: rotate(90deg);
  left: 0;
  bottom: -1.8301610542vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.construction_detail_wrap .construction_detail h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8.4919472914vw;
  max-width: 116px;
  height: 2px;
  background-color: #C43B65;
}
.construction_detail_wrap .construction_detail .construction_detail_inner {
  width: 80.0146412884vw;
  max-width: 1093px;
  margin: 0 auto;
}
.construction_detail_wrap .construction_detail .construction_detail_inner p.construction_description_text {
  font-size: 1.0248901903vw;
  margin-top: 1.4641288433vw;
  line-height: 1.8;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.2942898975vw;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex h3 {
  font-size: 1.4641288433vw;
  font-weight: bold;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_img_side {
  width: 38.2137628111vw;
  max-width: 522px;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_img_side .construction_detail_slide {
  margin-top: 1.4641288433vw;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_img_side .construction_detail_slide .construction_detail_slide_img-slide {
  position: relative;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_img_side .construction_detail_slide .construction_detail_slide_img-slide p {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 0.3660322108vw 0.7320644217vw;
  font-size: 0.878477306vw;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_img_side .construction_detail_slide .construction_detail_slide_img-slide img {
  width: 100%;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info {
  width: 38.2137628111vw;
  max-width: 522px;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_text {
  margin-bottom: 2.9282576867vw;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_text p {
  margin-top: 0.7320644217vw;
  font-size: 1.0248901903vw;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_btn_list {
  margin-top: 2.5622254758vw;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_btn_list a {
  margin-bottom: 1.0980966325vw;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info ul {
  margin-top: 1.4641288433vw;
  display: flex;
  flex-wrap: wrap;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info ul li {
  display: block;
  width: 50%;
  color: #C43B65;
  font-size: 1.0248901903vw;
  margin-bottom: 1.0980966325vw;
  font-weight: bold;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info ul li a {
  color: #C43B65;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info p.price {
  width: 100%;
  box-sizing: border-box;
  background-color: #F5F5F5;
  font-size: 1.0248901903vw;
  padding: 0.3660322108vw 1.0248901903vw;
  font-weight: bold;
  margin-top: 0.7320644217vw;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_status_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_status_flex .construction_detail_info_status {
  width: 18.3016105417vw;
  max-width: 250px;
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 1.317715959vw 0;
  align-items: center;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_status_flex .construction_detail_info_status p.construction_detail_info_status_title {
  font-size: 1.0248901903vw;
  width: 6.9546120059vw;
  max-width: 95px;
}
.construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_status_flex .construction_detail_info_status p.construction_detail_info_status_star {
  font-size: 1.1713030747vw;
  width: 11.3469985359vw;
  max-width: 155px;
  font-weight: bold;
  color: #C43B65;
}
.construction_detail_wrap .construction_detail.temp2 .construction_detail_inner .construction_detail_flex {
  flex-wrap: wrap-reverse;
}
.construction_detail_wrap .construction_detail.temp2 .construction_detail_inner .construction_detail_flex .construction_detail_img_side {
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: space-between;
  padding-top: 3.6603221083vw;
  border-top: 1px solid #707070;
}
.construction_detail_wrap .construction_detail.temp2 .construction_detail_inner .construction_detail_flex .construction_detail_img_side .construction_detail_img_side_inner {
  width: 38.2137628111vw;
  max-width: 522px;
}
.construction_detail_wrap .construction_detail.temp2 .construction_detail_inner .construction_detail_flex .construction_detail_info {
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.0263543192vw;
}
.construction_detail_wrap .construction_detail.temp2 .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_use {
  width: 38.2137628111vw;
  max-width: 522px;
}
.construction_detail_wrap .construction_detail.temp2 .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_evaluation {
  width: 38.2137628111vw;
  max-width: 522px;
}
.construction_detail_wrap .construction_detail.temp2 .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_evaluation p.price {
  background-color: #fff;
}

.customers_menu_page_top_text {
  width: 80.0146412884vw;
  max-width: 1093px;
  margin: 3.6603221083vw auto 5.1244509517vw;
}

.customers_menu_page_top_text h2 {
  font-size: 1.4641288433vw;
  font-weight: bold;
  margin-bottom: 2.196193265vw;
}

.customers_menu_page_top_text p {
  font-size: 1.0248901903vw;
}

.customers_menu_page_top_text.company {
  width: 58.5651537335vw;
  max-width: 800px;
}

.customers_menu_page_top_text.company h2 {
  font-size: 1.8301610542vw;
  text-align: center;
  color: #C43B65;
}

.customers_menu_page_top_text p b {
  font-size: 1.4641288433vw;
  color: #C43B65;
}

.customers_menu_page_slide_wrap {
  width: 100%;
  margin: 0 auto 18.3016105417vw;
  position: relative;
}

.customers_menu_page_slide_wrap::before {
  position: absolute;
  content: "chapter1";
  color: #C43B65;
  font-size: 10px;
  transform: rotate(90deg);
  left: 0;
  top: 1.8301610542vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.customers_menu_page_slide_wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  top: 0;
  margin: auto 0;
  width: 8.4919472914vw;
  max-width: 116px;
  height: 2px;
  background-color: #C43B65;
}

.customers_menu_page_slide_wrap .customers_menu_page_slide_block {
  width: 80.0146412884vw;
  max-width: 1093px;
  display: flex;
  margin: 0 auto 5.1244509517vw;
  box-sizing: border-box;
  border: 1px solid #B52552;
}

.customers_menu_page_slide_wrap .customers_menu_page_slide_block .customers_menu_page_slide {
  width: 46.9985358712vw;
  max-width: 642px;
}

.customers_menu_page_slide_img-slide p {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: #fff;
  padding: 0.3660322108vw 0.7320644217vw;
  font-size: 0.878477306vw;
}

.customers_menu_page_slide_wrap .customers_menu_page_slide_block .customers_menu_page_info {
  width: 33.0161054173vw;
  max-width: 451px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 2.9282576867vw;
}

.customers_menu_page_slide_wrap .customers_menu_page_slide_block .customers_menu_page_info h2 {
  color: #C43B65;
  font-size: 1.756954612vw;
  font-weight: bold;
}

.customers_menu_page_slide_wrap .customers_menu_page_slide_block .customers_menu_page_info p {
  font-size: 1.0248901903vw;
  margin: 1.4641288433vw 0;
}

.customers_menu_page_slide_wrap .customers_menu_page_slide_block .customers_menu_page_info .btn_1 a {
  max-width: none;
  width: 100%;
}

.reform_main {
  width: 80.0146412884vw;
  max-width: 1093px;
  margin: 5.4904831625vw auto 9.5168374817vw;
}

.reform_main h2 {
  font-size: 2.9282576867vw;
  margin-bottom: 5.1244509517vw;
}

.reform_main_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.reform_main_flex .reform_main_flex_img {
  width: 18.5944363104vw;
  max-width: 254px;
}
.reform_main_flex .reform_main_flex_img img {
  width: 100%;
}

.reform_main_flex .reform_main_flex_text {
  width: 55.9297218155vw;
  max-width: 764px;
}

.reform_main_flex .reform_main_flex_text p {
  font-size: 1.0248901903vw;
}

.reform_sec_img {
  width: 89.9707174231vw;
  margin-left: auto;
  margin-bottom: 10.2489019034vw;
}
.reform_sec_img img {
  width: 100%;
}

.reform_chapter {
  width: 100%;
  margin: 0 auto 9.1508052709vw;
  position: relative;
}

.reform_chapter::before {
  position: absolute;
  content: "chapter1";
  color: #C43B65;
  font-size: 10px;
  transform: rotate(90deg);
  left: 0;
  top: 1.8301610542vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.reform_chapter::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  top: 0;
  margin: auto 0;
  width: 8.4919472914vw;
  max-width: 116px;
  height: 2px;
  background-color: #C43B65;
}

.reform_chapter .reform_chapter_flex {
  width: 77.0863836018vw;
  max-width: 1053px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.reform_chapter .reform_chapter_flex .reform_chapter_img_1 {
  width: 46.9985358712vw;
  max-width: 642px;
}
.reform_chapter .reform_chapter_flex .reform_chapter_img_1 img {
  width: 100%;
}

.reform_chapter .reform_chapter_flex .reform_chapter_img_2 {
  width: 27.0863836018vw;
  max-width: 370px;
  box-sizing: border-box;
  padding: 0 1.6837481698vw;
}
.reform_chapter .reform_chapter_flex .reform_chapter_img_2 img {
  width: 100%;
}

.reform_chapter .btn_1 a {
  max-width: 350px;
  width: 25.6222547584vw;
  margin-top: 2.196193265vw;
}

@media (min-width: 1366px) {
  .reform_chapter {
    margin: 0 auto 125px;
  }
  .reform_chapter::before {
    top: 25px;
  }
  .reform_chapter .reform_chapter_flex .reform_chapter_img_2 {
    padding: 0 23px;
  }
  .reform_chapter .btn_1 a {
    margin-top: 30px;
  }
  .reform_main {
    margin: 75px auto 130px;
  }
  .reform_main h2 {
    font-size: 40px;
    margin-bottom: 70px;
  }
  .reform_main_flex .reform_main_flex_text p {
    font-size: 14px;
  }
  .reform_sec_img {
    margin-bottom: 140px;
  }
  .customers_menu_page_slide_wrap {
    margin: 0 auto 250px;
  }
  .customers_menu_page_slide_wrap .customers_menu_page_slide_block {
    margin-bottom: 70px;
  }
  .customers_menu_page_slide_img-slide p {
    padding: 5px 10px;
    font-size: 12px;
  }
  .customers_menu_page_slide_wrap .customers_menu_page_slide_block .customers_menu_page_info {
    padding: 0 40px;
  }
  .customers_menu_page_slide_wrap .customers_menu_page_slide_block .customers_menu_page_info h2 {
    font-size: 24px;
  }
  .customers_menu_page_slide_wrap .customers_menu_page_slide_block .customers_menu_page_info p {
    font-size: 14px;
    margin: 20px 0;
  }
  .customers_menu_page_top_text {
    margin: 50px auto 70px;
  }
  .customers_menu_page_top_text.company h2 {
    font-size: 25px;
  }
  .customers_menu_page_top_text h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .customers_menu_page_top_text p {
    font-size: 14px;
  }
  .customers_menu_page_top_text p b {
    font-size: 20px;
  }
  .construction_main_img_sec .construction_main_text {
    padding: 120px 0;
  }
  .construction_main_img_sec .construction_main_text h3 {
    font-size: 14px;
  }
  .construction_main_img_sec .construction_main_text h2 {
    font-size: 37px;
    margin-top: 15px;
  }
  .customers_menu_img_sec .customers_menu_text {
    padding: 160px 0;
  }
  .customers_menu_img_sec .customers_menu_text h3 {
    font-size: 24px;
    margin-top: 15px;
  }
  .customers_menu_img_sec .customers_menu_text h2 {
    font-size: 37px;
    margin-top: 0px;
  }
  .customers_menu_img_sec .customers_menu_text p {
    font-size: 25px;
  }
  .customers_menu_img_sec .customers_menu_text.qa {
    padding: 140px 0;
  }
  #construction_page .sec_01 {
    padding: 70px 0;
  }
  #construction_page .sec_01 .sec_01_inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #construction_page .sec_01 .sec_01_inner p {
    font-size: 16px;
  }
  .construction_detail_wrap .construction_detail {
    padding: 75px 0;
  }
  .construction_detail_wrap .construction_detail h2 {
    padding: 0 137px;
    font-size: 25px;
  }
  .construction_detail_wrap .construction_detail h2 span {
    bottom: -25px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner p.construction_description_text {
    font-size: 14px;
    margin-top: 20px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex {
    margin-top: 45px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex h3 {
    font-size: 20px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_img_side .construction_detail_slide {
    margin-top: 20px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_img_side .construction_detail_slide .construction_detail_slide_img-slide p {
    padding: 5px 10px;
    font-size: 12px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_text {
    margin-bottom: 40px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_text p {
    margin-top: 10px;
    font-size: 14px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info ul {
    margin-top: 20px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info p.price {
    font-size: 14px;
    padding: 5px 14px;
    margin-top: 10px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_status_flex .construction_detail_info_status {
    padding: 18px 0;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_status_flex .construction_detail_info_status p.construction_detail_info_status_title {
    font-size: 14px;
    width: 95px;
  }
  .construction_detail_wrap .construction_detail .construction_detail_inner .construction_detail_flex .construction_detail_info .construction_detail_info_status_flex .construction_detail_info_status p.construction_detail_info_status_star {
    font-size: 16px;
  }
  .construction_detail_wrap .construction_detail.temp2 .construction_detail_inner .construction_detail_flex .construction_detail_img_side {
    padding-top: 50px;
  }
  .construction_detail_wrap .construction_detail.temp2 .construction_detail_inner .construction_detail_flex .construction_detail_info {
    margin-bottom: 55px;
  }
}
.gallery_page_inner {
  width: 90.0439238653vw;
  max-width: 1230px;
  margin: 0 auto;
}
.gallery_page_inner .gallery_page_inner_title {
  font-size: 2.7086383602vw;
  margin-top: 3.6603221083vw;
  margin-bottom: 4.39238653vw;
  font-weight: bold;
}
.gallery_page_inner .gallery_page_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery_page_inner .gallery_page_flex .gallery_page_sidebar {
  width: 17.9941434846vw;
  max-width: 245.8px;
}
.gallery_page_inner .gallery_page_flex .gallery_page_sidebar p {
  color: #9F9F9F;
  font-size: 0.878477306vw;
  font-weight: bold;
}
.gallery_page_inner .gallery_page_flex .gallery_page_sidebar input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  outline: none;
  background: #F5F5F5;
  border-radius: 1.4641288433vw;
  font-size: 1.0248901903vw;
  padding: 1.0980966325vw 1.8301610542vw;
  margin-top: 1.0980966325vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_sidebar .gallery_page_searchform {
  margin-bottom: 3.2942898975vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_sidebar h3 {
  font-size: 1.1713030747vw;
  font-weight: bold;
  margin-top: 0.7320644217vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_sidebar h3 span {
  vertical-align: middle;
  transform: rotate(-90deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.gallery_page_inner .gallery_page_flex .gallery_page_sidebar h3.open span {
  transform: rotate(90deg);
}
.gallery_page_inner .gallery_page_flex .gallery_page_sidebar ul {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.7320644217vw;
  margin-top: 1.0980966325vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_sidebar ul a {
  display: block;
  margin-bottom: 0.7320644217vw;
  font-size: 1.0248901903vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap {
  width: 67.4963396779vw;
  max-width: 922px;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .btn_2 {
  margin-bottom: 10.6149341142vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .btn_2 a {
  background-color: #A00535;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .moreButton {
  margin-bottom: 10.6149341142vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .moreButton button {
  background-color: #A00535;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content {
  width: 21.5959004392vw;
  max-width: 295px;
  margin-bottom: 4.39238653vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content a {
  display: block;
  width: 100%;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content img {
  width: 100%;
  height: auto;
  max-height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_img {
  position: relative;
  width: 21.5959004392vw;
  height: 21.5959004392vw;
  max-width: 295px;
  max-height: 295px;
  display: flex;
  align-items: center;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_img .voice_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7.3206442167vw;
  max-width: 100px;
  height: 7.3206442167vw;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_img .voice_img img {
  width: 100%;
  height: auto;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_text {
  width: 100%;
  box-sizing: border-box;
  background-color: #F7F7F7;
  padding: 0 1.4641288433vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_text p.cat {
  color: #ACACAC;
  font-size: 0.878477306vw;
  font-weight: bold;
  padding-top: 1.4641288433vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_text h2 {
  color: #C43B65;
  font-size: 1.4641288433vw;
  font-weight: bold;
  margin-top: 1.4641288433vw;
}
.gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_text p.date {
  text-align: right;
  font-size: 10px;
  margin-top: 1.4641288433vw;
  padding-bottom: 1.4641288433vw;
}

.gallery_page_inner.detail {
  margin-top: 3.6603221083vw;
}
.gallery_page_inner.detail .gallery_page_content_detail_info {
  padding-bottom: 3.6603221083vw;
  border-bottom: 1px solid #707070;
}
.gallery_page_inner.detail .gallery_page_content_detail_info p.date {
  font-size: 0.878477306vw;
}
.gallery_page_inner.detail .gallery_page_content_detail_info p.cat {
  font-size: 1.0248901903vw;
  margin-top: 1.4641288433vw;
  font-weight: bold;
}
.gallery_page_inner.detail .gallery_page_content_detail_info h2 {
  font-size: 2.196193265vw;
  margin-top: 1.0980966325vw;
  font-weight: bold;
}
.gallery_page_inner.detail .gallery_page_content_detail_wpcontent, .gallery_page_inner.detail .voice_page_content_detail_wpcontent {
  padding-top: 3.6603221083vw;
  padding-bottom: 7.3206442167vw;
}
.gallery_page_inner.detail .gallery_page_content_detail_wpcontent p, .gallery_page_inner.detail .voice_page_content_detail_wpcontent p {
  font-size: 1.1713030747vw;
  line-height: 1.8;
  margin: 1.5rem 0;
}
.gallery_page_inner.detail .gallery_page_content_detail_wpcontent img, .gallery_page_inner.detail .voice_page_content_detail_wpcontent img {
  max-width: 100%;
  height: auto;
}
.gallery_page_inner.detail .voice_page_content_detail_wpcontent b, .gallery_page_inner.detail .voice_page_content_detail_wpcontent strong {
  color: #C43B65;
}
.gallery_page_inner.detail .voice_waroks_content {
  margin-top: 3.6603221083vw;
}
.gallery_page_inner.detail .voice_waroks_content h3 {
  font-weight: bold;
  font-size: 1.4641288433vw;
  margin-bottom: 1.4641288433vw;
}
.gallery_page_inner.detail .voice_waroks_content .voice_waroks_content_block {
  margin-bottom: 1.4641288433vw;
}
.gallery_page_inner.detail .voice_waroks_content .voice_waroks_content_block a {
  width: 51.2445095168vw;
  max-width: 700px;
  display: flex;
}
.gallery_page_inner.detail .voice_waroks_content .voice_waroks_content_block a .voice_waroks_content_block_img {
  width: 21.5959004392vw;
  max-width: 295px;
}
.gallery_page_inner.detail .voice_waroks_content .voice_waroks_content_block a .voice_waroks_content_block_text {
  width: 29.6486090776vw;
  max-width: 405px;
  background-color: #F7F7F7;
  box-sizing: border-box;
  padding: 1.4641288433vw;
}
.gallery_page_inner.detail .voice_waroks_content .voice_waroks_content_block a .voice_waroks_content_block_text p {
  color: #ACACAC;
  font-size: 0.878477306vw;
  font-weight: bold;
}
.gallery_page_inner.detail .voice_waroks_content .voice_waroks_content_block a .voice_waroks_content_block_text h2 {
  color: #C43B65;
  font-weight: bold;
  font-size: 1.4641288433vw;
}

#gallery_page_wrap .gallery_detail_bot_bg {
  background-color: #F7F7F7;
  padding: 5.1244509517vw 0;
}

.paint_list_main_text h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.756954612vw;
  padding: 5.1244509517vw 0;
}

@media (min-width: 1366px) {
  .gallery_page_inner .gallery_page_inner_title {
    font-size: 37px;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_sidebar p {
    font-size: 12px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_sidebar input[type=text] {
    border-radius: 20px;
    font-size: 14px;
    padding: 15px 25px;
    margin-top: 15px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_sidebar .gallery_page_searchform {
    margin-bottom: 45px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_sidebar h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_sidebar ul {
    padding-left: 10px;
    margin-top: 15px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_sidebar ul a {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .btn_2 {
    margin-bottom: 145px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .moreButton {
    margin-bottom: 145px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content {
    margin-bottom: 60px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_text {
    padding: 0 20px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_text p.cat {
    font-size: 12px;
    padding-top: 20px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_text h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .gallery_page_inner .gallery_page_flex .gallery_page_content_wrap .gallery_page_content_flex .gallery_page_content .gallery_page_content_text p.date {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .gallery_page_inner.detail {
    margin-top: 50px;
  }
  .gallery_page_inner.detail .gallery_page_content_detail_info {
    padding-bottom: 50px;
  }
  .gallery_page_inner.detail .gallery_page_content_detail_info p.date {
    font-size: 12px;
  }
  .gallery_page_inner.detail .gallery_page_content_detail_info p.cat {
    font-size: 14px;
    margin-top: 20px;
  }
  .gallery_page_inner.detail .gallery_page_content_detail_info h2 {
    font-size: 30px;
    margin-top: 15px;
  }
  .gallery_page_inner.detail .gallery_page_content_detail_wpcontent, .gallery_page_inner.detail .voice_page_content_detail_wpcontent {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .gallery_page_inner.detail .gallery_page_content_detail_wpcontent p, .gallery_page_inner.detail .voice_page_content_detail_wpcontent p {
    font-size: 16px;
  }
  #gallery_page_wrap .gallery_detail_bot_bg {
    padding: 70px 0;
  }
  .paint_list_main_text h2 {
    font-size: 24px;
    padding: 70px 0;
  }
}
.recruit_bg {
  background-color: #C43B65;
}

h2.recruit_title {
  width: 100%;
  max-width: 1366px;
  padding: 0 10.0292825769vw;
  box-sizing: border-box;
  font-size: 1.8301610542vw;
  position: relative;
  color: #ffffff;
}

h2.recruit_title span {
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  transform: rotate(90deg);
  left: 0;
  bottom: -1.8301610542vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}

h2.recruit_title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8.4919472914vw;
  max-width: 116px;
  height: 2px;
  background-color: #ffffff;
}

h2.recruit_title.recruit_title2 {
  color: #C43B65;
}

h2.recruit_title.recruit_title2 span {
  color: #C43B65;
}

h2.recruit_title.recruit_title2::before {
  background-color: #C43B65;
}

.recruit_inner {
  width: 79.9414348463vw;
  max-width: 1092px;
  margin: 0 auto;
}

#recruit_page_wrap .sec_01 {
  padding-top: 7.3206442167vw;
}

#recruit_page_wrap .sec_01 .sec_01_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3.2942898975vw;
}

#recruit_page_wrap .sec_01 .sec_01_flex .sec_01_flex_content {
  width: 37.5549048316vw;
  max-width: 513px;
  box-sizing: border-box;
  background-color: #F85386;
  padding: 2.5622254758vw 1.8301610542vw;
  border-radius: 1.8301610542vw;
}

#recruit_page_wrap .sec_01 .sec_01_flex .sec_01_flex_content h3 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4641288433vw;
  margin-bottom: 1.756954612vw;
}

#recruit_page_wrap .sec_01 .sec_01_flex .sec_01_flex_content img {
  width: 100%;
}

#recruit_page_wrap .sec_01 .sec_01_flex .sec_01_flex_content p {
  color: #ffffff;
  font-size: 1.0248901903vw;
  margin-top: 1.756954612vw;
}

#recruit_page_wrap .sec_02 {
  margin-top: 6.588579795vw;
  padding-bottom: 4.0263543192vw;
}

#recruit_page_wrap .sec_02 .sec_02_card {
  background-color: #F85386;
  box-sizing: border-box;
  padding: 2.9282576867vw 1.8301610542vw;
  border-radius: 1.8301610542vw;
  margin-bottom: 5.4904831625vw;
  margin-top: 3.6603221083vw;
}

#recruit_page_wrap .sec_02 .sec_02_card .sec_02_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#recruit_page_wrap .sec_02 .sec_02_card .sec_02_flex .sec_02_flex_content {
  width: 33.7481698389vw;
  max-width: 461px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1.4641288433vw;
}

#recruit_page_wrap .sec_02 .sec_02_card .sec_02_flex .sec_02_flex_content h3 {
  font-weight: bold;
  font-size: 1.4641288433vw;
}

#recruit_page_wrap .sec_02 .sec_02_card .sec_02_flex .sec_02_flex_content p {
  font-size: 1.0248901903vw;
  padding: 1.4641288433vw 0;
}

#recruit_page_wrap .sec_02 .sec_02_card .sec_02_center_text {
  color: #ffffff;
  padding-top: 2.5622254758vw;
}

#recruit_page_wrap .sec_02 .sec_02_card .sec_02_center_text h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.317715959vw;
  margin-bottom: 2.196193265vw;
}

#recruit_page_wrap .sec_02 .sec_02_card .sec_02_center_text p {
  width: 40.2635431918vw;
  max-width: 550px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1.4641288433vw 1.8301610542vw;
  border: 1px solid #ffffff;
}

#recruit_page_wrap .sec_03 {
  margin-top: 6.588579795vw;
}

#recruit_page_wrap .sec_03 .sec_03_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.4641288433vw;
}

#recruit_page_wrap .sec_03 .sec_03_flex .sec_03_flex_text {
  width: 46.9985358712vw;
  max-width: 642px;
  font-size: 0.9516837482vw;
}

#recruit_page_wrap .sec_03 .sec_03_flex .sec_03_flex_text.w_100p {
  width: 100%;
  max-width: 100%;
}

#recruit_page_wrap .sec_03 .sec_03_flex .sec_03_flex_img {
  width: 27.0863836018vw;
  max-width: 370px;
}

#recruit_page_wrap .sec_03 .sec_03_flex .sec_03_flex_img img {
  width: 100%;
}

#recruit_page_wrap .sec_03 .btn_5 {
  margin-top: 4.7584187408vw;
}

#recruit_page_wrap .sec_04 {
  margin-top: 6.588579795vw;
}

#recruit_page_wrap .sec_04 .sec_04_flex {
  margin-top: 1.4641288433vw;
  display: flex;
  justify-content: space-between;
}

#recruit_page_wrap .sec_04 .sec_04_flex .sec_04_flex_img {
  width: 19.6925329429vw;
  max-width: 269px;
}
#recruit_page_wrap .sec_04 .sec_04_flex .sec_04_flex_img img {
  width: 100%;
}

#recruit_page_wrap .sec_04 .sec_04_flex .sec_04_flex_text {
  width: 54.4655929722vw;
  max-width: 744px;
}

#recruit_page_wrap .sec_04 .sec_04_flex .sec_04_flex_text h3 {
  font-weight: bold;
  font-size: 1.4641288433vw;
  margin-bottom: 1.4641288433vw;
}

#recruit_page_wrap .sec_04 .sec_04_flex .sec_04_flex_text p {
  font-size: 0.9516837482vw;
}

#recruit_page_wrap .sec_04 .sec_04_info_list {
  margin-top: 6.9546120059vw;
}

#recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info {
  width: 100%;
  background-color: #EFEFEF;
  border-radius: 1.0980966325vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 1.0980966325vw 0;
  margin-bottom: 2.196193265vw;
}

#recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_title {
  text-align: center;
  font-weight: bold;
  width: 19.7657393851vw;
  max-width: 270px;
}

#recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_title h3 {
  font-size: 1.4641288433vw;
  font-weight: bold;
}

#recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_text {
  width: 57.3206442167vw;
  max-width: 783px;
  box-sizing: border-box;
  border-left: 1px solid #707070;
  padding: 1.4641288433vw 2.5622254758vw;
}

#recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_text h3 {
  font-weight: bold;
  font-size: 1.0980966325vw;
}

#recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_text p {
  font-size: 0.9516837482vw;
}

#recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_text.sec_04_info_flex {
  display: flex;
  justify-content: space-between;
}
#recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_text.sec_04_info_flex div {
  width: 23.4260614934vw;
  max-width: 320px;
}

.recruit_top_text {
  position: absolute;
  width: 79.9414348463vw;
  max-width: 1092px;
  left: 0;
  right: 0;
  margin: auto;
  top: 21.2298682284vw;
}

.recruit_top_text p {
  color: #ffffff;
  font-size: 2.7086383602vw;
  line-height: 1.87;
  letter-spacing: 0.2em;
}

#recruit_page_wrap .sec_05 {
  margin-top: 6.588579795vw;
  margin-bottom: 8.78477306vw;
}

.recruit_form {
  margin-top: 2.5622254758vw;
  background-color: #EFEFEF;
  box-sizing: border-box;
  padding: 1.4641288433vw 2.9282576867vw 3.6603221083vw;
  border-radius: 1.0980966325vw;
}

.recruit_form .form_row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 2.0497803807vw 0;
}

.recruit_form .form_row .form_title {
  width: 19.5461200586vw;
  max-width: 267px;
  text-align: center;
}

.recruit_form .form_row .form_title p {
  font-weight: bold;
  font-size: 1.0248901903vw;
}

.recruit_form .form_row .form_input {
  width: 51.3909224012vw;
  max-width: 702px;
}

.recruit_form .form_row .form_input input[type=text],
.recruit_form .form_row .form_input input[type=email],
.recruit_form .form_row .form_input input[type=tel] {
  width: 36.6032210835vw;
  max-width: 500px;
  border-radius: 5px;
  padding: 0.3660322108vw;
  box-sizing: border-box;
  border: 1px solid #707070;
}

.recruit_form .form_row .form_input textarea {
  width: 47.5841874085vw;
  max-width: 650px;
  border-radius: 5px;
  padding: 0.3660322108vw;
  box-sizing: border-box;
  border: 1px solid #707070;
  min-height: 250px;
}

.recruit_form .form_row .form_input.radio input {
  margin-right: 5px;
}

.recruit_form .form_row .form_input.radio label {
  margin-right: 20px;
}

.submit_btn input {
  display: block;
  margin: 3.6603221083vw auto 0;
  width: 27.0863836018vw;
  max-width: 370px;
  text-align: center;
  font-weight: bold;
  font-size: 1.0248901903vw;
  color: #C43B65;
  border: 1px solid #C43B65;
  padding: 0.8052708638vw 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.submit_btn input:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #C43B65;
}

@media (min-width: 1366px) {
  #recruit_page_wrap .sec_04 .sec_04_info_list {
    margin-top: 95px;
  }
  #recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info {
    border-radius: 15px;
    padding: 15px 0;
    margin-bottom: 30px;
  }
  #recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_title h3 {
    font-size: 20px;
  }
  #recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_text {
    padding: 20px 35px;
  }
  #recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_text h3 {
    font-size: 15px;
  }
  #recruit_page_wrap .sec_04 .sec_04_info_list .sec_04_info .sec_04_info_text p {
    font-size: 13px;
  }
  #recruit_page_wrap .sec_04 {
    margin-top: 90px;
  }
  #recruit_page_wrap .sec_04 .sec_04_flex {
    margin-top: 20px;
  }
  #recruit_page_wrap .sec_04 .sec_04_flex .sec_04_flex_text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #recruit_page_wrap .sec_04 .sec_04_flex .sec_04_flex_text p {
    font-size: 13px;
  }
  #recruit_page_wrap .sec_03 {
    margin-top: 90px;
  }
  #recruit_page_wrap .sec_03 .sec_03_flex {
    margin-top: 20px;
  }
  #recruit_page_wrap .sec_03 .sec_03_flex .sec_03_flex_text {
    font-size: 13px;
  }
  #recruit_page_wrap .sec_03 .btn_5 {
    margin-top: 65px;
  }
  h2.recruit_title {
    font-size: 25px;
  }
  h2.recruit_title span {
    bottom: -25px;
  }
  #recruit_page_wrap .sec_01 {
    padding-top: 100px;
  }
  #recruit_page_wrap .sec_01 .sec_01_flex {
    margin-top: 45px;
  }
  #recruit_page_wrap .sec_01 .sec_01_flex .sec_01_flex_content {
    padding: 35px 25px;
    border-radius: 25px;
  }
  #recruit_page_wrap .sec_01 .sec_01_flex .sec_01_flex_content h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #recruit_page_wrap .sec_01 .sec_01_flex .sec_01_flex_content p {
    font-size: 14px;
    margin-top: 24px;
  }
  #recruit_page_wrap .sec_02 {
    margin-top: 90px;
    padding-bottom: 55px;
  }
  #recruit_page_wrap .sec_02 .sec_02_card {
    padding: 40px 25px;
    border-radius: 25px;
    margin-bottom: 75px;
    margin-top: 50px;
  }
  #recruit_page_wrap .sec_02 .sec_02_card .sec_02_flex .sec_02_flex_content {
    margin-bottom: 20px;
  }
  #recruit_page_wrap .sec_02 .sec_02_card .sec_02_flex .sec_02_flex_content h3 {
    font-size: 20px;
  }
  #recruit_page_wrap .sec_02 .sec_02_card .sec_02_flex .sec_02_flex_content p {
    font-size: 14px;
    padding: 20px 0;
  }
  #recruit_page_wrap .sec_02 .sec_02_card .sec_02_center_text {
    padding-top: 35px;
  }
  #recruit_page_wrap .sec_02 .sec_02_card .sec_02_center_text h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #recruit_page_wrap .sec_02 .sec_02_card .sec_02_center_text p {
    padding: 20px 25px;
  }
  .recruit_top_text {
    top: 290px;
  }
  .recruit_top_text p {
    font-size: 37px;
  }
  #recruit_page_wrap .sec_05 {
    margin-top: 90px;
    margin-bottom: 120px;
  }
  .recruit_form {
    margin-top: 35px;
    padding: 20px 40px 50px;
    border-radius: 15px;
  }
  .recruit_form .form_row {
    padding: 28px 0;
  }
  .recruit_form .form_row .form_title p {
    font-size: 14px;
  }
  .recruit_form .form_row .form_input input[type=text],
.recruit_form .form_row .form_input input[type=email],
.recruit_form .form_row .form_input input[type=tel] {
    padding: 5px;
  }
  .recruit_form .form_row .form_input textarea {
    padding: 5px;
  }
  .submit_btn input {
    margin: 50px auto 0;
    font-size: 14px;
    padding: 11px 0;
  }
}
#qa_wrap {
  width: 65.8857979502vw;
  max-width: 900px;
  margin: 4.7584187408vw auto 7.3206442167vw;
}

#qa_wrap .qa_aco {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding: 2.196193265vw 2.5622254758vw;
  box-sizing: border-box;
  border-radius: 0.7320644217vw;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  margin-bottom: 2.196193265vw;
}

#qa_wrap .qa_aco .qa_open_icon {
  position: absolute;
  width: 2.5622254758vw;
  max-width: 35px;
  height: 2.5622254758vw;
  max-height: 35px;
  top: 1.9033674963vw;
  bottom: 0;
  right: 2.5622254758vw;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

#qa_wrap .qa_aco .qa_open_icon > div {
  width: 100%;
  height: 100%;
  position: relative;
}

#qa_wrap .qa_aco .qa_open_icon > div > span {
  position: absolute;
  background-color: #707070;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

#qa_wrap .qa_aco.open .qa_open_icon {
  background-color: #434343;
}

#qa_wrap .qa_aco .qa_open_icon > div > span:nth-of-type(1) {
  width: 1.0614934114vw;
  max-width: 14.5px;
  height: 1px;
}

#qa_wrap .qa_aco .qa_open_icon > div > span:nth-of-type(2) {
  height: 1.0614934114vw;
  max-height: 14.5px;
  width: 1px;
}

#qa_wrap .qa_aco.open .qa_open_icon > div > span:nth-of-type(1) {
  opacity: 0;
  transform: rotate(90deg);
}

#qa_wrap .qa_aco.open .qa_open_icon > div > span:nth-of-type(2) {
  background-color: #fff;
  transform: rotate(90deg);
}

#qa_wrap .qa_aco:hover {
  cursor: pointer;
  opacity: 0.7;
}

#qa_wrap .qa_aco .qa_title {
  width: 100%;
  display: flex;
}

#qa_wrap .qa_aco .qa_title p {
  width: 4.0263543192vw;
  max-width: 55px;
  font-size: 1.1713030747vw;
  font-weight: bold;
}

#qa_wrap .qa_aco .qa_title h2 {
  font-size: 1.1713030747vw;
  font-weight: bold;
  color: #C43B65;
}

#qa_wrap .qa_aco .qa_text {
  font-size: 0.878477306vw;
  padding-top: 2.196193265vw;
  display: none;
}

@media (min-width: 1366px) {
  #qa_wrap {
    margin: 65px auto 100px;
  }
  #qa_wrap .qa_aco {
    padding: 30px 35px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  #qa_wrap .qa_aco .qa_open_icon {
    top: 26px;
    right: 35px;
  }
  #qa_wrap .qa_aco .qa_title p {
    font-size: 16px;
  }
  #qa_wrap .qa_aco .qa_title h2 {
    font-size: 16px;
  }
  #qa_wrap .qa_aco .qa_text {
    font-size: 12px;
    padding-top: 30px;
  }
}
.customers_menu_page_top_text.company {
  margin-bottom: 0;
}

.company_info {
  width: 80.0146412884vw;
  max-width: 1093px;
  margin: 0vw auto 4.39238653vw;
  display: flex;
}

.company_info .company_info_column {
  width: 50%;
  box-sizing: border-box;
  padding-right: 1%;
}

.company_info .company_info_column .company_info_row {
  width: 100%;
  display: flex;
  margin-bottom: 2.5622254758vw;
}

.company_info .company_info_column .company_info_row p {
  width: 15.3733528551vw;
  max-width: 210px;
  font-size: 1.0248901903vw;
  font-weight: bold;
}

.company_info .company_info_column .company_info_row h2 {
  width: auto;
  font-size: 0.9516837482vw;
}

.company_map {
  width: 80.0146412884vw;
  max-width: 1093px;
  margin: 4.39238653vw auto 11.7130307467vw;
}

.company_map iframe {
  width: 100%;
  height: 400px;
}

.company_map > div {
  margin-bottom: 1.4641288433vw;
}

@media (min-width: 1366px) {
  .company_info {
    margin: 0 auto 60px;
  }
  .company_info .company_info_column .company_info_row {
    margin-bottom: 35px;
  }
  .company_info .company_info_column .company_info_row p {
    font-size: 14px;
  }
  .company_info .company_info_column .company_info_row h2 {
    font-size: 13px;
  }
  .company_map {
    margin: 60px auto 160px;
  }
  .company_map > div {
    margin-bottom: 20px;
  }
}
.aisatu_ceo {
  position: absolute;
  width: 211px;
  right: 5.8565153734vw;
  top: -17.5695461201vw;
}
.aisatu_ceo img {
  width: 100%;
}

.aisatu_flex {
  width: 90.0439238653vw;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.aisatu_flex .aisatu_ceo_img {
  width: 36.1639824305vw;
  max-width: 494px;
}
.aisatu_flex .aisatu_ceo_img img {
  width: 100%;
}

.aisatu_flex .aisatu_flex_text {
  width: auto;
  box-sizing: border-box;
  padding-right: 6.2225475842vw;
  flex: 1;
}

.aisatu_flex .aisatu_flex_text p {
  font-size: 1.0248901903vw;
}

@media (min-width: 1366px) {
  .aisatu_ceo {
    right: 80px;
    top: -240px;
  }
  .aisatu_flex .aisatu_flex_text {
    padding-right: 85px;
  }
  .aisatu_flex .aisatu_flex_text p {
    font-size: 14px;
  }
}
.text_temp_1 {
  width: 77.0863836018vw;
  max-width: 1053px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.text_temp_1 .text_temp_1_img {
  width: 38.2137628111vw;
  max-width: 522px;
}
.text_temp_1 .text_temp_1_img img {
  width: 100%;
}

.text_temp_1 .text_temp_1_text {
  width: 38.2137628111vw;
  max-width: 522px;
}
.text_temp_1 .text_temp_1_text p {
  font-size: 0.878477306vw;
}
.text_temp_1 .text_temp_1_text p b {
  font-size: 1.4641288433vw;
  color: #C43B65;
  margin-bottom: 0.7320644217vw;
}

.text_temp_2 {
  width: 77.0863836018vw;
  max-width: 1053px;
  margin: 0 auto;
}
.text_temp_2 p {
  font-size: 0.878477306vw;
}

.doushite_last_text {
  text-align: center;
  font-size: 1.4641288433vw;
  font-weight: bold;
  color: #C43B65;
  margin: 4.39238653vw 0;
}

@media (min-width: 1366px) {
  .text_temp_1 .text_temp_1_text p {
    font-size: 12px;
  }
  .text_temp_1 .text_temp_1_text p b {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .text_temp_2 p {
    font-size: 12px;
  }
  .doushite_last_text {
    font-size: 25px;
    margin: 60px 0;
  }
}
.text_temp_3 {
  width: 84.1874084919vw;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.text_temp_3 .text_temp_3_text {
  width: 100%;
  box-sizing: border-box;
  padding-right: 2.9282576867vw;
  flex: 1;
  font-size: 0.9516837482vw;
}

.text_temp_3 .text_temp_3_text h2 {
  color: #C43B65;
  font-size: 1.756954612vw;
  font-weight: bold;
  margin-bottom: 1.0980966325vw;
}

.text_temp_3 .text_temp_3_img {
  width: 39.9707174231vw;
  max-width: 546px;
}
.text_temp_3 .text_temp_3_img img {
  width: 100%;
}

.reasons_page {
  margin-bottom: 10.980966325vw;
}

@media (min-width: 1366px) {
  .text_temp_3 .text_temp_3_text {
    padding-right: 40px;
    font-size: 13px;
  }
  .reasons_page {
    margin-bottom: 150px;
  }
  .text_temp_3 .text_temp_3_text h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.construction_detail_wrap .construction_detail.contact {
  padding-bottom: 0;
}

.contact_form {
  width: 77.0863836018vw;
  max-width: 1053px;
  margin: 3.2942898975vw auto 8.0527086384vw;
  background-color: #EFEFEF;
  border-radius: 1.0980966325vw;
  box-sizing: border-box;
  padding: 1.4641288433vw 2.9282576867vw;
}

.contact_form .form_row {
  width: 100%;
  display: flex;
  padding: 2.196193265vw 0;
  border-bottom: 1px solid #707070;
}

.contact_form .form_row .form_title {
  width: 19.7657393851vw;
  max-width: 270px;
  text-align: center;
  font-size: 1.0248901903vw;
}

.contact_form .form_row .form_input {
  width: 47.5841874085vw;
  max-width: 650px;
  font-size: 1.0248901903vw;
}

.contact_form .form_row .form_input input[type=text],
.contact_form .form_row .form_input input[type=email],
.contact_form .form_row .form_input input[type=tel],
.contact_form .form_row .form_input textarea {
  width: 100%;
  border-radius: 0.7320644217vw;
  border: 1px solid #707070;
}

.contact_form .form_row .form_input textarea {
  min-height: 250px;
}

.contact_form .form_text {
  font-size: 0.878477306vw;
  padding: 2.9282576867vw 0;
}

@media (min-width: 1366px) {
  .contact_form {
    margin: 45px auto 110px;
    border-radius: 15px;
    padding: 20px 40px;
  }
  .contact_form .form_row {
    padding: 30px 0;
  }
  .contact_form .form_row .form_title {
    font-size: 14px;
  }
  .contact_form .form_row .form_input {
    font-size: 14px;
  }
  .contact_form .form_row .form_input input[type=text],
.contact_form .form_row .form_input input[type=email],
.contact_form .form_row .form_input input[type=tel],
.contact_form .form_row .form_input textarea {
    border-radius: 10px;
  }
  .contact_form .form_text {
    font-size: 12px;
    padding: 40px 0;
  }
}
span.wpcf7-list-item {
  display: block;
}

#simulation_wrap .simulation_main {
  width: 100%;
}
#simulation_wrap .simulation_main img {
  width: 100%;
}

#simulation_wrap .sec_01 {
  width: 93.7042459736vw;
  max-width: 1280px;
  margin: 0 auto;
}

#simulation_wrap .sec_01 .sec_01_title h2 {
  text-align: center;
  font-size: 2.196193265vw;
  margin-bottom: 2.196193265vw;
}

#simulation_wrap .sec_01 .sec_01_balloon {
  width: 100%;
  max-width: 1000px;
  background-color: #E8E8E8;
  padding: 5.1244509517vw 0 2.196193265vw;
  position: relative;
  margin: 0 auto;
}

#simulation_wrap .sec_01 .sec_01_balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3.6603221083vw;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #E8E8E8 transparent transparent transparent;
  border-width: 3.6603221083vw 3.6603221083vw 0 3.6603221083vw;
}

#simulation_wrap .sec_01 .sec_01_balloon .sec_01_balloon_inner {
  width: 68.8140556369vw;
  max-width: 940px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.8301610542vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#simulation_wrap .sec_01 .sec_01_balloon .sec_01_balloon_inner p {
  font-size: 1.0980966325vw;
  width: 32.2108345534vw;
  max-width: 440px;
}

#simulation_wrap .sec_01 .sec_01_balloon h2 {
  color: #C43B65;
  font-size: 1.756954612vw;
  text-align: center;
  padding-top: 1.756954612vw;
}

#simulation_wrap .sec_01 .sec_01_text h2 {
  text-align: center;
  font-size: 2.196193265vw;
  margin-bottom: 5.1244509517vw;
  color: #C43B65;
  margin-top: 5.8565153734vw;
  font-weight: bold;
}

#simulation_wrap .sec_01 .sec_01_bnr img {
  width: 100%;
}

#simulation_wrap .sec_02 {
  margin-top: 10.980966325vw;
}

#simulation_wrap .sec_02 .sec_02_main {
  position: relative;
  width: 100%;
}

#simulation_wrap .sec_02 .sec_02_main img {
  width: 100%;
}

#simulation_wrap .sec_02 .sec_02_main .sec_02_main_img_overray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(186, 186, 186, 0.3);
}

#simulation_wrap .sec_02 .sec_02_main .sec_02_main_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5.8565153734vw;
  width: 94.9487554905vw;
  background-color: #fff;
}

#simulation_wrap .sec_02 .sec_02_main .simulation_point {
  width: 79.5021961933vw;
  max-width: 1086px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

#simulation_wrap .sec_02 .sec_02_main .simulation_point > div {
  text-align: center;
  background-color: #C43B65;
  width: 10.980966325vw;
  height: 10.980966325vw;
  max-width: 150px;
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#simulation_wrap .sec_02 .sec_02_main .simulation_point p {
  color: #fff;
  font-size: 1.756954612vw;
  line-height: 1.1;
}

#simulation_wrap .sec_02 .sec_02_main .simulation_point p b {
  font-size: 4.0995607613vw;
}

#simulation_wrap .sec_02 .sec_02_text_temp {
  width: 79.5021961933vw;
  max-width: 1086px;
  margin: 0 auto;
}

#simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_title h3 {
  color: #C43B65;
  font-size: 1.317715959vw;
}

#simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_title h2 {
  color: #C43B65;
  font-size: 2.635431918vw;
  font-weight: bold;
}

#simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.635431918vw;
}

#simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex .sec_02_text_temp_flex_left {
  width: 39.7510980966vw;
  max-width: 543px;
}

#simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex .sec_02_text_temp_flex_left .sec_02_text_temp_flex_left_text {
  font-size: 1.1713030747vw;
  margin-bottom: 2.196193265vw;
}

#simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex .sec_02_text_temp_flex_left .sec_02_text_temp_flex_left_bot_text {
  font-size: 1.1713030747vw;
  margin-bottom: 2.196193265vw;
  width: 100%;
  box-sizing: border-box;
  padding: 1.0980966325vw 1.4641288433vw;
  background-color: #C43B65;
  color: #ffffff;
  border-radius: 1.0980966325vw;
}

#simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex .sec_02_text_temp_flex_left .sec_02_text_temp_flex_left_bot_text b {
  font-size: 1.9033674963vw;
}

#simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex .sec_02_text_temp_flex_right {
  width: 35.7979502196vw;
  max-width: 489px;
}
#simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex .sec_02_text_temp_flex_right img {
  width: 100%;
}

#simulation_wrap .sec_02 .sec_02_card_wrap {
  width: 79.5021961933vw;
  max-width: 1086px;
  margin: 3.2942898975vw auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card {
  width: 13.17715959vw;
  max-width: 180px;
  display: flex;
  flex-wrap: wrap;
  height: 17.2035139092vw;
  max-height: 235px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  border-top: 5px solid #D60662;
}

#simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card p {
  font-size: 1.1713030747vw;
}

#simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card p b {
  font-size: 1.4641288433vw;
}

#simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card.center {
  width: 20.8638360176vw;
  max-width: 285px;
  background-color: #C43B65;
  display: block;
  height: 22.3279648609vw;
  max-height: 305px;
}

#simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card .sec_02_card_wrap_card_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.345534407vw;
  max-height: 114px;
  font-size: 1.756954612vw;
}

#simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card.center > div {
  width: 100%;
}

#simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card.center img {
  width: 100%;
}

#simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card.bg1 {
  background-color: #DE93AA;
}

#simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card.bg2 {
  background-color: #CF6283;
}

#simulation_wrap .sec_02.gb_gray_og {
  background: linear-gradient(90deg, #EFEFEF 0%, #EFEFEF 95%, transparent 95%, transparent 100%);
  padding-top: 4.39238653vw;
  padding-bottom: 4.39238653vw;
}

#simulation_wrap .sec_02.gb_gray_og .sec_02_main .simulation_point {
  bottom: -2.635431918vw;
}

#simulation_wrap .sec_02 .sec_02_card_wrap2 {
  width: 79.5021961933vw;
  max-width: 1086px;
  margin: 3.2942898975vw auto;
}

#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_title {
  text-align: center;
}

#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_title p {
  color: #C43B65;
  font-size: 1.756954612vw;
}

#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_title h2 {
  color: #C43B65;
  font-size: 2.5622254758vw;
  font-weight: bold;
}

#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_flex {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.9282576867vw;
  margin-bottom: 10.2489019034vw;
}

#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_flex .sec_02_card_wrap2_card {
  width: 21.9619326501vw;
  max-width: 300px;
}
#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_flex .sec_02_card_wrap2_card img {
  width: 100%;
}

#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_flex .sec_02_card_wrap2_flex_front {
  position: absolute;
  bottom: -4.39238653vw;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_flex .sec_02_card_wrap2_flex_front .sec_02_card_wrap2_card {
  width: 21.9619326501vw;
  max-width: 300px;
  box-sizing: border-box;
  border: 6px solid #FFFFFF;
}
#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_flex .sec_02_card_wrap2_flex_front .sec_02_card_wrap2_card img {
  width: 100%;
}

#simulation_wrap .sec_02 .sec_02_text_temp2 {
  width: 58.5651537335vw;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.0248901903vw;
}

#simulation_wrap .sec_02.sense_3 .sec_02_main .simulation_point {
  bottom: 2.635431918vw;
}

#simulation_wrap .sec_02.sense_4 .sec_02_main {
  margin-bottom: 3.2942898975vw;
}

#simulation_wrap .sec_02.sense_4 {
  margin-bottom: 12.4450951684vw;
}

#simulation_wrap .sec_02 .sec_02_main .sec_02_main_img_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #C43B65;
  font-weight: bold;
}

#simulation_wrap .sec_02 .sec_02_main .sec_02_main_img_text p {
  font-size: 1.317715959vw;
}

#simulation_wrap .sec_02 .sec_02_main .sec_02_main_img_text h2 {
  font-size: 2.9282576867vw;
}

#simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_flex.sp {
  display: none;
}

@media (min-width: 1366px) {
  #simulation_wrap .sec_01 .sec_01_title h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #simulation_wrap .sec_01 .sec_01_balloon {
    padding: 70px 0 30px;
  }
  #simulation_wrap .sec_01 .sec_01_balloon:after {
    bottom: -50px;
    border-width: 50px 50px 0 50px;
  }
  #simulation_wrap .sec_01 .sec_01_balloon .sec_01_balloon_inner {
    padding: 25px;
  }
  #simulation_wrap .sec_01 .sec_01_balloon .sec_01_balloon_inner p {
    font-size: 15px;
  }
  #simulation_wrap .sec_01 .sec_01_balloon h2 {
    font-size: 24px;
    padding-top: 24px;
  }
  #simulation_wrap .sec_01 .sec_01_text h2 {
    font-size: 30px;
    margin-bottom: 70px;
    margin-top: 80px;
  }
  #simulation_wrap .sec_02 {
    margin-top: 150px;
  }
  #simulation_wrap .sec_02 .sec_02_main .sec_02_main_bg {
    height: 80px;
  }
  #simulation_wrap .sec_02 .sec_02_main .sec_02_main_img_text p {
    font-size: 18px;
  }
  #simulation_wrap .sec_02 .sec_02_main .sec_02_main_img_text h2 {
    font-size: 40px;
  }
  #simulation_wrap .sec_02 .sec_02_main .simulation_point p {
    font-size: 24px;
  }
  #simulation_wrap .sec_02 .sec_02_main .simulation_point p b {
    font-size: 56px;
  }
  #simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_title h3 {
    font-size: 18px;
  }
  #simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_title h2 {
    font-size: 36px;
  }
  #simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex {
    margin-top: 36px;
  }
  #simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex .sec_02_text_temp_flex_left .sec_02_text_temp_flex_left_text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex .sec_02_text_temp_flex_left .sec_02_text_temp_flex_left_bot_text {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 15px 20px;
    border-radius: 15px;
  }
  #simulation_wrap .sec_02 .sec_02_text_temp .sec_02_text_temp_flex .sec_02_text_temp_flex_left .sec_02_text_temp_flex_left_bot_text b {
    font-size: 26px;
  }
  #simulation_wrap .sec_02 .sec_02_card_wrap {
    margin: 45px auto;
  }
  #simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card p {
    font-size: 16px;
  }
  #simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card p b {
    font-size: 20px;
  }
  #simulation_wrap .sec_02 .sec_02_card_wrap .sec_02_card_wrap_card .sec_02_card_wrap_card_text {
    font-size: 24px;
  }
  #simulation_wrap .sec_02.gb_gray_og {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #simulation_wrap .sec_02.gb_gray_og .sec_02_main .simulation_point {
    bottom: -36px;
  }
  #simulation_wrap .sec_02 .sec_02_card_wrap2 {
    margin: 45px auto;
  }
  #simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_title p {
    font-size: 24px;
  }
  #simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_title h2 {
    font-size: 35px;
  }
  #simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_flex {
    margin-top: 40px;
    margin-bottom: 140px;
  }
  #simulation_wrap .sec_02 .sec_02_card_wrap2 .sec_02_card_wrap2_flex .sec_02_card_wrap2_flex_front {
    bottom: -60px;
  }
  #simulation_wrap .sec_02 .sec_02_text_temp2 {
    font-size: 14px;
  }
  #simulation_wrap .sec_02.sense_3 .sec_02_main .simulation_point {
    bottom: 36px;
  }
  #simulation_wrap .sec_02.sense_4 .sec_02_main {
    margin-bottom: 45px;
  }
  #simulation_wrap .sec_02.sense_4 {
    margin-bottom: 170px;
  }
}
.akiya_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.akiya_main .akiya_main_img {
  width: 50%;
}
.akiya_main .akiya_main_img img {
  width: 100%;
}

.akiya_main .akiya_main_text {
  width: 50%;
}
.akiya_main .akiya_main_text img {
  display: block;
  margin: 0 auto;
  width: 72%;
  padding: 3.6603221083vw 0 1.8301610542vw;
}
.akiya_main .akiya_main_text .akiya_point {
  margin: 0 auto;
  width: 72%;
  display: flex;
  justify-content: space-around;
}
.akiya_main .akiya_main_text .akiya_point p {
  width: 6.588579795vw;
  max-width: 90px;
  height: 6.588579795vw;
  max-height: 90px;
  border-radius: 50%;
  border: 2px solid #C43B65;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C43B65;
  font-size: 1.1713030747vw;
}
.akiya_main .akiya_main_text .akiya_main_contact_btn {
  text-align: center;
  background-color: #C43B65;
  width: 100%;
  margin-top: 2.196193265vw;
}
.akiya_main .akiya_main_text .akiya_main_contact_btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 2.196193265vw;
  padding: 0.3660322108vw 0;
}

.flex_btn_temp {
  width: 100%;
  max-width: 1000%;
  display: flex;
  justify-content: center;
}

.flex_btn_temp > div {
  margin: 0 1.4641288433vw;
}

.bg_text_temp_1 {
  width: 100%;
  margin: 3.6603221083vw auto 0;
  position: relative;
}
.bg_text_temp_1 img {
  width: 100%;
}
.bg_text_temp_1 .bg_text_temp_1_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.756954612vw;
}
.bg_text_temp_1 .bg_text_temp_1_text h2 {
  font-weight: bold;
}
.bg_text_temp_1 .bg_text_temp_1_overray {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#akiya_wrap .text_temp_3.mt {
  margin-top: 7.3206442167vw;
}

.akiya_card_temp {
  width: 100%;
  max-width: 1000px;
  margin: 7.3206442167vw auto;
  background-color: #E8E8E8;
  padding-bottom: 2.196193265vw;
}

.akiya_card_temp h2 {
  text-align: center;
  font-size: 1.756954612vw;
  font-weight: bold;
  color: #C43B65;
  padding: 2.196193265vw 0;
}

.akiya_card_temp .akiya_card_temp_inner {
  width: 94%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.4641288433vw;
}

.akiya_card_temp .akiya_card_temp_inner img {
  max-width: 100%;
  padding-top: 2.196193265vw;
}

.akiya_card_temp .akiya_card_temp_bot > p {
  text-align: center;
  color: #C43B65;
  font-size: 1.317715959vw;
  font-weight: bold;
  padding: 1.8301610542vw 0;
}

#akiya_wrap .text_temp_3 h3 {
  border-bottom: 1px solid #707070;
  margin-bottom: 1.4641288433vw;
  margin-top: 1.4641288433vw;
  font-weight: bold;
  font-size: 1.4641288433vw;
  padding-bottom: 0.7320644217vw;
}
#akiya_wrap .text_temp_3 h3 img {
  vertical-align: sub;
}

.akiya_table_temp_1 {
  width: 98%;
  max-width: 1000px;
  margin: 2.5622254758vw auto 7.3206442167vw;
}

.akiya_table_temp_1 table {
  width: 100%;
}

.akiya_table_temp_1 th,
.akiya_table_temp_1 td {
  border: 1px solid #707070;
  border-collapse: collapse;
  width: 25%;
  box-sizing: border-box;
  font-size: 1.0248901903vw;
  font-weight: bold;
  text-align: center;
}

.akiya_table_temp_1 th:nth-of-type(1),
.akiya_table_temp_1 td:nth-of-type(1) {
  text-align: left;
  padding: 2.196193265vw 1.0980966325vw;
}

.akiya_table_temp_1 th:nth-of-type(2),
.akiya_table_temp_1 th:nth-of-type(3),
.akiya_table_temp_1 th:nth-of-type(4) {
  background-color: #F7F2E1;
}

.text_temp_4 {
  width: 84.1874084919vw;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.39238653vw;
}

.text_temp_4 .text_temp_4_text {
  width: 58.5651537335vw;
  box-sizing: border-box;
  flex: 1;
  font-size: 0.9516837482vw;
  padding-right: 5.8565153734vw;
}

.text_temp_4 .text_temp_4_text h2 {
  color: #C43B65;
  font-size: 1.756954612vw;
  font-weight: bold;
  margin-bottom: 1.0980966325vw;
}

.text_temp_4 .text_temp_4_text table {
  width: 100%;
}

.text_temp_4 .text_temp_4_text table th,
.text_temp_4 .text_temp_4_text table td {
  border: 1px solid #707070;
  border-collapse: collapse;
  width: 25%;
  box-sizing: border-box;
  font-size: 1.0248901903vw;
  font-weight: bold;
  text-align: center;
}

.text_temp_4 .text_temp_4_text table th:nth-of-type(1),
.text_temp_4 .text_temp_4_text table td:nth-of-type(1) {
  text-align: center;
  padding: 1.4641288433vw 0vw;
  background-color: #DFDAC9;
}

.text_temp_4 .text_temp_4_text table th:nth-of-type(2),
.text_temp_4 .text_temp_4_text table th:nth-of-type(3),
.text_temp_4 .text_temp_4_text table th:nth-of-type(4) {
  background-color: #F7F2E1;
}

.text_temp_4 .text_temp_4_img {
  width: 24.8901903367vw;
  max-width: 340px;
}
.text_temp_4 .text_temp_4_img img {
  width: 100%;
}

.text_temp_4 .text_temp_4_text table.col_3 th,
.text_temp_4 .text_temp_4_text table.col_3 td {
  width: 33.3333333%;
}

.service_list_wrap {
  width: 98%;
  max-width: 1086px;
  margin: 3.6603221083vw auto 5.8565153734vw;
}

.service_list_wrap h2 {
  color: #C43B65;
  font-size: 1.4641288433vw;
  border-bottom: 1px solid #C43B65;
  padding: 0.7320644217vw 0;
}

.service_list_wrap .service_list_wrap_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.196193265vw;
}

.service_list_wrap .service_list_wrap_flex .service_list_wrap_flex_block {
  width: 15.6%;
  margin-bottom: 2.196193265vw;
  text-align: center;
}
.service_list_wrap .service_list_wrap_flex .service_list_wrap_flex_block p {
  text-align: center;
  font-weight: bold;
  font-size: 1.0248901903vw;
  margin: 0.7320644217vw 0;
}
.service_list_wrap .service_list_wrap_flex .service_list_wrap_flex_block img {
  width: 100%;
}

.option_list_wrap {
  width: 98%;
  max-width: 1086px;
  margin: 3.6603221083vw auto 5.8565153734vw;
}

.option_list_wrap h2 {
  color: #C43B65;
  font-size: 1.4641288433vw;
  border-bottom: 1px solid #C43B65;
  padding: 0.7320644217vw 0;
}

.option_list_wrap .option_list_wrap_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.196193265vw;
  margin-bottom: 4.39238653vw;
}

.option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block {
  margin-bottom: 1.4641288433vw;
  background-color: #EDEDED;
  box-sizing: border-box;
  padding: 1.0980966325vw 0.7320644217vw;
}

.option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block h3 {
  font-weight: bold;
  color: #C43B65;
  font-size: 1.1713030747vw;
  margin-bottom: 0.7320644217vw;
}

.option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block h4 {
  font-size: 1.0248901903vw;
  margin-bottom: 0.3660322108vw;
}

.option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block p {
  font-weight: bold;
  font-size: 1.0248901903vw;
}

.option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block.size_1 {
  width: 32%;
}

.option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block.size_2 {
  width: 49%;
}

.service_flow_wrap {
  width: 98%;
  max-width: 1086px;
  margin: 4.7584187408vw auto 2.9282576867vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service_flow_wrap .service_flow_wrap_block {
  width: 32%;
  display: flex;
  align-items: center;
  margin-bottom: 2.5622254758vw;
}

.service_flow_wrap .service_flow_wrap_block .service_flow_wrap_block_step {
  background-color: #C43B65;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 5.8565153734vw;
  max-width: 80px;
  height: 5.8565153734vw;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0248901903vw;
  line-height: 1.2;
  margin-right: 1.8301610542vw;
}

.service_flow_wrap .service_flow_wrap_block .service_flow_wrap_block_step b {
  font-size: 1.4641288433vw;
}

.service_flow_wrap .service_flow_wrap_block h3 {
  font-weight: bold;
  font-size: 1.4641288433vw;
}

#akiya_wrap #contact_wrap {
  margin-top: 3.6603221083vw;
}

@media (min-width: 1366px) {
  .akiya_main .akiya_main_text img {
    padding: 50px 0 25px;
  }
  .akiya_main .akiya_main_text .akiya_point p {
    font-size: 16px;
  }
  .akiya_main .akiya_main_text .akiya_main_contact_btn {
    margin-top: 30px;
  }
  .akiya_main .akiya_main_text .akiya_main_contact_btn a {
    display: block;
    width: 100%;
    font-size: 30px;
    padding: 5px 0;
  }
  .flex_btn_temp > div {
    margin: 0 20px;
  }
  .bg_text_temp_1 {
    margin: 50px auto 0;
  }
  .bg_text_temp_1 .bg_text_temp_1_text {
    font-size: 24px;
  }
  #akiya_wrap .text_temp_3.mt {
    margin-top: 100px;
  }
  .akiya_card_temp {
    margin: 100px auto;
    padding-bottom: 30px;
  }
  .akiya_card_temp h2 {
    color: 24px;
    padding: 30px 0;
  }
  .akiya_card_temp .akiya_card_temp_inner {
    padding: 20px;
  }
  .akiya_card_temp .akiya_card_temp_inner img {
    padding-top: 30px;
  }
  .akiya_card_temp .akiya_card_temp_bot > p {
    font-size: 18px;
    padding: 25px 0;
  }
  #akiya_wrap .text_temp_3 h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .akiya_table_temp_1 {
    margin: 35px auto 100px;
  }
  .akiya_table_temp_1 th,
.akiya_table_temp_1 td {
    font-size: 14px;
  }
  .akiya_table_temp_1 th:nth-of-type(1),
.akiya_table_temp_1 td:nth-of-type(1) {
    padding: 30px 15px;
  }
  .text_temp_4 {
    margin-bottom: 60px;
  }
  .text_temp_4 .text_temp_4_text {
    font-size: 13px;
    padding-right: 80px;
  }
  .text_temp_4 .text_temp_4_text h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .text_temp_4 .text_temp_4_text table th,
.text_temp_4 .text_temp_4_text table td {
    font-size: 14px;
  }
  .text_temp_4 .text_temp_4_text table th:nth-of-type(1),
.text_temp_4 .text_temp_4_text table td:nth-of-type(1) {
    padding: 20px 0px;
  }
  .service_list_wrap {
    margin: 50px auto 80px;
  }
  .service_list_wrap h2 {
    font-size: 20px;
    padding: 10px 0;
  }
  .service_list_wrap .service_list_wrap_flex {
    margin-top: 30px;
  }
  .service_list_wrap .service_list_wrap_flex .service_list_wrap_flex_block {
    margin-bottom: 30px;
  }
  .service_list_wrap .service_list_wrap_flex .service_list_wrap_flex_block p {
    font-size: 14px;
    margin: 10px 0;
  }
  .option_list_wrap {
    margin: 50px auto 80px;
  }
  .option_list_wrap h2 {
    font-size: 20px;
    padding: 10px 0;
  }
  .option_list_wrap .option_list_wrap_flex {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block {
    margin-bottom: 20px;
    padding: 15px 10px;
  }
  .option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .option_list_wrap .option_list_wrap_flex .option_list_wrap_flex_block p {
    font-size: 14px;
  }
  .service_flow_wrap {
    margin: 65px auto 40px;
  }
  .service_flow_wrap .service_flow_wrap_block {
    margin-bottom: 35px;
  }
  .service_flow_wrap .service_flow_wrap_block .service_flow_wrap_block_step {
    font-size: 14px;
    margin-right: 25px;
  }
  .service_flow_wrap .service_flow_wrap_block .service_flow_wrap_block_step b {
    font-size: 20px;
  }
  .service_flow_wrap .service_flow_wrap_block h3 {
    font-size: 20px;
  }
  #akiya_wrap #contact_wrap {
    margin-top: 50px;
  }
}
.ImageCompareWrap {
  text-align: center;
}

ul.before_after {
  margin: 0px;
  margin-bottom: 50px;
  padding: 0px;
  list-style: none;
  display: block;
  width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
}
ul.before_after li {
  position: relative;
}
ul.before_after li img {
  max-width: 400px !important;
  width: 29vw;
}
ul.before_after li:last-child {
  margin-left: 80px;
}
ul.before_after li strong {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #C43B65;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: -20px;
  right: -20px;
}
ul.before_after li:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 40px solid transparent;
  border-left: 40px solid #2a75bf;
}
@media (max-width: 960px) {
  ul.before_after {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  ul.before_after li img {
    max-width: 100% !important;
    width: 100vw;
  }
  ul.before_after li:last-child::before {
    left: 0px;
    top: 20px;
    border: 40px solid transparent;
    border-top: 40px solid #2a75bf;
    display: block;
    position: relative;
  }
  ul.before_after li:last-child {
    margin-left: 0px;
  }
  ul.before_after li:last-child strong {
    top: 60px;
  }
}

#ig_icon {
  width: 50px;
  height: auto;
  position: fixed;
  right: 5px;
  bottom: 54vh;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  z-index: 100;
}

#tw_icon {
  width: 50px;
  height: auto;
  position: fixed;
  right: 5px;
  bottom: 46vh;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  z-index: 100;
}

.alert_sec {
  width: 73.2064421669vw;
  margin: 40px auto;
  background-color: #C43B65;
  color: white;
  border-radius: 0px;
  padding: 0px 40px;
  box-sizing: border-box;
  max-width: 1000px;
  text-align: center;
}

.alert_sec a img {
  vertical-align: middle;
}

.alert_sec a {
  position: relative;
  color: white;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: block;
  height: 60px;
  text-align: center;
}

.alert_sec a > div {
  position: absolute;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: anim_h;
          animation-name: anim_h;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.alert_sec a > div > div {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.swiper-slide_img_voice {
  position: relative;
  width: 21.5959004392vw;
  height: 21.5959004392vw;
  max-width: 295px;
  max-height: 295px;
  display: flex;
  align-items: center;
}

.swiper-slide_img_voice .voice_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7.3206442167vw;
  max-width: 100px;
  height: 7.3206442167vw;
  max-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.swiper-slide_img_voice .voice_img img {
  width: 100%;
}

@-webkit-keyframes anim_h {
  0% {
    transform: translate(-15px, 0%);
  }
  100% {
    transform: translate(15px, 0%);
  }
}

@keyframes anim_h {
  0% {
    transform: translate(-15px, 0%);
  }
  100% {
    transform: translate(15px, 0%);
  }
}/*# sourceMappingURL=style.css.map */