@charset "UTF-8";
.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none !important;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none !important;
  }
  .tab-block {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
}
.wrapper {
  padding-right: 6.25%;
  position: relative;
}
.wrapper::before {
  content: "";
  position: absolute;
  top: -260px;
  right: 0;
  background: url(../img/page_hero_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 44.271vw;
  height: 24.479vw;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .wrapper::before {
    top: -130px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper::before {
    top: -66px;
  }
}
.wrapper::after {
  content: "";
  background-color: #F0353C;
  position: absolute;
  right: 0;
  bottom: -110px;
  width: 76.66%;
  height: 219px;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .wrapper::after {
    height: 150px;
    bottom: -66px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper::after {
    height: 100px;
    bottom: -25px;
  }
}

.page_hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40.625vw;
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 1270px) {
  .page_hero {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .page_hero {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .page_hero {
    border-radius: 0 30px 0 30px;
    height: 300px;
  }
}
.page_hero.page_news {
  background-image: url(../img/news_bg.jpg);
}
.page_hero.page_about {
  background-image: url(../img/about_hero.png);
}
.page_hero.page_recruit {
  background-image: url(../img/recruit_hero.png);
}
.page_hero.page_product {
  background-image: url(../img/kv3.jpg);
}
.page_hero.page {
  background-image: url(../img/about_hero.png) !important;
}

.slick__bg {
  margin: 100px 2.08% 0;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 50px 0 50px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .slick__bg {
    margin-left: 0;
    border-radius: 0 50px 0 0;
  }
}

.slick__bg01 {
  background-image: url(../img/kv.png);
}

.slick__bg02 {
  background-image: url(../img/kv2.jpg);
}

.slick__bg03 {
  background-image: url(../img/kv3.jpg);
}

.slide-dots {
  position: absolute;
  left: 200px;
  bottom: 40px;
  display: flex;
}
@media screen and (max-width: 1270px) {
  .slide-dots {
    left: 0;
  }
}
.slide-dots li {
  margin: 0 12px;
  padding: 0 12px;
  display: inline-block;
}
@media screen and (max-width: 1270px) {
  .slide-dots li {
    padding: 0 8px;
  }
}
.slide-dots li button {
  position: relative;
  padding: 0 12px;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .slide-dots li button {
    padding: 0 6px;
  }
}
.slide-dots li button::before {
  content: "";
  cursor: pointer;
  left: 0;
  top: 0;
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .slide-dots li button::before {
    width: 35px;
  }
}
.slide-dots .slick-active button::before {
  content: "";
  cursor: pointer;
  left: 0;
  top: 0;
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .slide-dots .slick-active button::before {
    width: 35px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.tbl-base {
  width: 100%;
}

.tbl-base th,
.tbl-base td {
  margin: 0;
  vertical-align: middle;
  padding: 15px 35px;
  box-sizing: border-box;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tbl-base th,
  .tbl-base td {
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .tbl-base th,
  .tbl-base td {
    padding: 10px 16px;
  }
}

.tbl-base th {
  width: 250px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tbl-base th {
    display: block;
    padding-bottom: 0;
  }
}

.clrred {
  color: #aa2d30;
  margin-left: 3px;
}

.tbl-base td {
  margin: 0;
  width: calc(100% - 250px);
  padding: 15px 35px;
  box-sizing: border-box;
  line-height: 1.7;
  text-align: left;
  display: block;
}
@media screen and (max-width: 768px) {
  .tbl-base td {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .tbl-base td {
    padding: 10px 16px;
  }
}

.subcon .tbl-base td::before {
  content: attr(aria-label);
  float: left;
}

.tbl-base input[type=text],
.tbl-base input[type=tel],
.tbl-base input[type=email] {
  padding: 1%;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 7px;
  border: #9F9F9F 1px solid;
  border-radius: 5px;
}

.tbl-base textarea {
  padding: 1%;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 7px;
  border: #9F9F9F 1px solid;
  border-radius: 5px;
}

.privacy-inner {
  width: 100%;
}

.privacy .txtbox {
  height: 200px;
  overflow-y: scroll;
  font-weight: normal;
  padding: 2%;
  margin-bottom: 0px;
  text-align: left;
  border: #A5A5A5 solid 1px;
}

.privacy .txtbox p {
  margin-bottom: 15px;
  font-size: 14px;
}

.privacy ul {
  margin-bottom: 15px;
}

.contact_checkbox {
  margin-top: 1em;
}

.btn-wrapper {
  justify-content: center;
}

.tbl-base .btn-wrapper td {
  border-bottom: none;
}

.contact_link_btn {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .contact_link_btn {
    margin-top: 30px;
  }
}

.contact_link_btn input {
  margin: 0 auto;
  display: block;
  width: 220px;
  text-align: center;
  background-color: #F0353C;
  color: #fff !important;
  padding: 10px 0;
  transition: all 0.4s;
  border-radius: 60px;
  color: #121212;
  font-size: 15px;
  border: #F0353C 1px solid;
}
@media screen and (max-width: 480px) {
  .contact_link_btn input {
    width: 100%;
  }
}

.contact_link_btn input:hover {
  background-color: #fff;
  color: #F0353C !important;
  border: #F0353C 1px solid;
}

/*Contact Form 7*/
.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-spinner {
  position: absolute !important;
  top: 50%;
}

.contact_btn {
  position: relative;
}

.wpcf7-form input[type=checkbox] {
  width: 1em !important;
  margin-left: 0.1em !important;
  margin-right: 0.1em !important;
}

.wpcf7-form input[type=radio] {
  width: 1em !important;
  margin: 0 0.1em !important;
}

.wpcf7-list-item {
  display: inline-block !important;
  margin-left: 0em !important;
  margin-right: 0em !important;
}

.wpcf7-list-item-label {
  margin-left: 10px;
}

.wpcf7-list-item-label::after {
  content: "";
  margin-left: 1em;
}

.wpcf7-not-valid {
  margin-bottom: 1em;
}

.wpcf7-not-valid-tip {
  position: absolute;
  text-align: left;
  line-height: 1;
  width: 100%;
  left: 0;
  top: 120%;
}

.wpcf7-form.invalid .wpcf7-text + .wpcf7-not-valid-tip {
  top: 250%;
}

.wpcf7-form.invalid .wpcf7-textarea + .wpcf7-not-valid-tip {
  top: 50%;
}

.wpcf7-form.invalid .wpcf7-acceptance + .wpcf7-not-valid-tip {
  top: 90%;
  width: 370px;
}

.wpcf7-form.invalid .wpcf7-validates-as-email + .wpcf7-not-valid-tip {
  width: 350px;
}

.CheckboxInput {
  padding-left: 0 !important;
}

.inner {
  padding: 0 6.25%;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 16px;
  }
}

.inner2 {
  padding: 0 1.56%;
}
@media screen and (max-width: 1270px) {
  .inner2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .inner2 {
    padding: 0 16px;
  }
}

.moreBtn {
  width: 170px;
  border-radius: 60px;
  border: solid 1px #707070;
  padding: 15px 35px;
  transition: all 0.35s;
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent;
  text-align: center;
  color: #333333;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .moreBtn {
    font-size: 14px;
    padding: 15px 30px;
  }
}
.moreBtn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #F0353C;
  z-index: -1;
  transition: all 0.35s;
  opacity: 0.5;
}
.moreBtn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #F0353C;
  z-index: -1;
  transition: all 0.35s;
  transition-delay: 0.2s;
}
.moreBtn:hover {
  color: #fff;
  border: solid 1px #F0353C;
}
.moreBtn:hover::before {
  top: 0;
}
.moreBtn:hover::after {
  top: 0;
}

.section_ttl {
  position: relative;
}
.section_ttl .ttl_en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  color: #F0353C;
  font-weight: bold;
  font-size: 18px;
}
.section_ttl .ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
  font-size: 36px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .section_ttl .ttl {
    font-size: 24px;
  }
}

.aioseo-breadcrumbs {
  margin-left: 120px;
  margin-bottom: 58px;
  margin-top: 100px;
}
@media screen and (max-width: 1270px) {
  .aioseo-breadcrumbs {
    margin-left: 16px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .aioseo-breadcrumbs {
    margin-top: 54px;
    margin-bottom: 24px;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb {
  text-transform: capitalize;
  padding: 0 20px;
}
.aioseo-breadcrumbs .aioseo-breadcrumb a {
  transition: all 0.3s;
}
.aioseo-breadcrumbs .aioseo-breadcrumb a:hover {
  color: #F0353C;
}
@media screen and (max-width: 480px) {
  .aioseo-breadcrumbs .aioseo-breadcrumb {
    padding: 0 10px;
  }
}

.section_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F0353C;
  color: #fff;
  padding: 1.042vw 1.406vw;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .section_num {
    padding: 2.564vw 2.821vw;
  }
}
.section_num span {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .section_num span {
    font-size: 14px;
  }
}
.section_num p {
  font-size: 54px;
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .section_num p {
    margin-top: 5px;
    font-size: 32px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-weight: 300;
  line-height: 1.5em;
}
body.active {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

#header {
  position: relative;
}
#header h1 {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 270px;
  background-color: #F0353C;
  padding: 40px 0;
  color: #fff;
  z-index: 99;
}
@media screen and (max-width: 1270px) {
  #header h1 {
    width: 200px;
    top: 13px;
  }
}
@media screen and (max-width: 768px) {
  #header h1 {
    width: 150px;
    font-size: 14px;
  }
}
#header .header-navi {
  width: 100%;
  padding: 40px 0;
  position: fixed;
  z-index: 98;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #fff;
}
@media screen and (max-width: 1270px) {
  #header .header-navi {
    display: none;
  }
}
#header .header-navi ul {
  display: flex;
  justify-content: end;
  margin-right: 165px;
}
#header .header-navi ul li {
  padding-left: 2.6%;
}
#header .header-navi ul li a {
  transition: all 0.4s;
}
#header .header-navi ul li a:hover {
  color: #F0353C;
}
#header .header-navi ul li:nth-of-type(1) {
  padding-left: 0;
}
#header .toggle {
  position: relative;
  z-index: 999;
}
#header .toggle.active span:nth-of-type(1) {
  transform: rotate(-150deg);
  width: 45px;
  left: 2px;
  top: 8px !important;
}
@media screen and (max-width: 480px) {
  #header .toggle.active span:nth-of-type(1) {
    width: 25px;
    top: 5px !important;
    left: 3px;
  }
}
#header .toggle.active span:nth-of-type(2) {
  width: 45px;
  transform: rotate(150deg);
  bottom: 3px !important;
  left: 4px;
}
@media screen and (max-width: 480px) {
  #header .toggle.active span:nth-of-type(2) {
    width: 25px !important;
    bottom: 5px !important;
    left: 3px;
  }
}
#header .toggle .toggle-line {
  position: fixed;
  width: 50px;
  height: 12px;
  right: 54px;
  top: 44px;
  margin: 0 auto;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #header .toggle .toggle-line {
    top: 33px;
    right: 22px;
    width: 35px;
  }
}
#header .toggle .toggle-line span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#header .toggle .toggle-line span:nth-of-type(1) {
  top: 0;
  transition: all 0.4s;
}
#header .toggle .toggle-line span:nth-of-type(2) {
  width: 90%;
  bottom: 0;
  transition: all 0.4s;
}
#header .toggle .toggle-bg {
  content: "";
  width: 76px;
  height: 76px;
  right: 40px;
  top: 13px;
  position: fixed;
  border-radius: 50%;
  transform: scale(1);
  background-color: #F0353C;
  z-index: 998;
}
@media screen and (max-width: 480px) {
  #header .toggle .toggle-bg {
    width: 50px;
    height: 50px;
    right: 16px;
  }
}
#header #g-navi {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s;
  padding: 13px 0 50px;
}
#header #g-navi.panelactive {
  opacity: 1;
  z-index: 998;
}
#header #g-navi .g-navi-content {
  position: relative;
  height: 100%;
}
#header #g-navi .g-navi-content .g-navi-side {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 768px) {
  #header #g-navi .g-navi-content .g-navi-side {
    left: 16px;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .g-navi-side {
    display: none;
  }
}
#header #g-navi .g-navi-content .g-navi-side .side-logo {
  width: 10.417vw;
  background-color: #F0353C;
  padding: 40px 0;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .g-navi-side .side-logo {
    width: 150px;
  }
}
#header #g-navi .g-navi-content .g-navi-side .side-logo p {
  text-align: center;
  color: #fff;
}
#header #g-navi .g-navi-content .g-navi-side .g-navi-sns {
  width: 36px;
  margin-left: 30px;
}
#header #g-navi .g-navi-content .g-navi-side .g-navi-sns li {
  padding-top: 24px;
}
#header #g-navi .g-navi-content .flex {
  padding: 120px 0 150px;
  margin-left: 230px;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex {
    flex-direction: column;
    margin-left: 180px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex {
    margin-left: 0;
    padding-top: 18.974vw;
    padding-bottom: 10.256vw;
    justify-content: space-between;
  }
}
#header #g-navi .g-navi-content .flex::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 280px;
  background-color: #F0353C;
  width: 20.83%;
  height: 56.19%;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex::before {
    content: none;
  }
}
#header #g-navi .g-navi-content .flex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 22.03%;
  background-image: url(../img/g-navi-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 635px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  #header #g-navi .g-navi-content .flex::after {
    content: none;
  }
}
#header #g-navi .g-navi-content .flex .left {
  position: relative;
  background-image: url(../img/kv.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 400px;
  min-height: 500px;
  width: 48.27%;
  height: 104.47%;
  border-radius: 0 100px 0 100px;
  z-index: 3;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex .left {
    min-height: auto;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex .left {
    display: none;
  }
}
#header #g-navi .g-navi-content .flex .g-navi-list {
  margin-top: 4.167vw;
  margin-left: 11.03%;
  display: flex;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex .g-navi-list {
    margin-left: 16px;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex .g-navi-list {
    margin-left: 0;
  }
}
#header #g-navi .g-navi-content .flex .g-navi-list li {
  text-transform: capitalize;
  margin-bottom: 1.823vw;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex .g-navi-list li {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 359px) {
  #header #g-navi .g-navi-content .flex .g-navi-list li {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
#header #g-navi .g-navi-content .flex .g-navi-list li a {
  position: relative;
  padding-bottom: 5px;
  transition: all 0.3s;
}
#header #g-navi .g-navi-content .flex .g-navi-list li a::before {
  content: "";
  position: absolute;
  background-color: #F0353C;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s;
  transform-origin: left;
}
#header #g-navi .g-navi-content .flex .g-navi-list li a:hover {
  color: #F0353C;
}
#header #g-navi .g-navi-content .flex .g-navi-list li a:hover::before {
  transform: scale(1);
}
#header #g-navi .g-navi-content .flex .g-navi-list li .g-navi-childlist {
  margin-top: 1.042vw;
  margin-left: 0.521vw;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex .g-navi-list li .g-navi-childlist {
    margin-top: 24px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex .g-navi-list li .g-navi-childlist {
    margin-top: 4.103vw;
    margin-left: 0;
  }
}
#header #g-navi .g-navi-content .flex .g-navi-list li .g-navi-childlist li {
  padding: 1.042vw 0 1.042vw 1.042vw;
  border-left: #333 solid 1px;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex .g-navi-list li .g-navi-childlist li {
    padding: 16px 0 16px 8px;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex .g-navi-list li .g-navi-childlist li {
    padding: 2.564vw 0 2.564vw 2.564vw;
    margin-bottom: 6.154vw;
  }
}
#header #g-navi .g-navi-content .flex .g-navi-list li .g-navi-childlist li:nth-of-type(3) {
  margin-bottom: 0;
}
#header #g-navi .g-navi-content .flex .g-navi-list .g-navi-list2 {
  margin-left: 34.7%;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex .g-navi-list .g-navi-list2 {
    margin-left: 32px;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex .g-navi-list .g-navi-list2 {
    margin-left: 6.154vw;
  }
}
#header #g-navi .g-navi-content .flex .g-navi-catch {
  position: absolute;
  bottom: -40px;
  right: 8.54%;
  opacity: 0.5;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex .g-navi-catch {
    bottom: -16px;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex .g-navi-catch {
    opacity: 1;
    right: auto;
    left: auto;
    bottom: auto;
    top: 8px;
  }
}
@media screen and (max-width: 359px) {
  #header #g-navi .g-navi-content .flex .g-navi-catch {
    display: none;
  }
}
#header #g-navi .g-navi-content .flex .g-navi-catch p {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #F0353C;
  font-size: 6.25vw;
  font-weight: lighter;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex .g-navi-catch p {
    font-size: 51px;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex .g-navi-catch p {
    font-size: 32px;
  }
}
#header #g-navi .g-navi-content .flex .g-navi-catch .thin {
  font-size: 4.167vw;
}
@media screen and (max-width: 1270px) {
  #header #g-navi .g-navi-content .flex .g-navi-catch .thin {
    font-size: 34px;
  }
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex .g-navi-catch .thin {
    font-size: 18px;
  }
}
#header #g-navi .g-navi-content .flex .sns_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #header #g-navi .g-navi-content .flex .sns_sp {
    display: flex;
    justify-content: end;
  }
}
#header #g-navi .g-navi-content .flex .sns_sp li {
  margin-left: 15px;
}
@media screen and (max-width: 359px) {
  #header #g-navi .g-navi-content .flex .sns_sp li {
    width: 25px;
  }
}

footer {
  background-color: #F0353C;
  padding: 100px 0 32px;
}
@media screen and (max-width: 1270px) {
  footer {
    padding: 80px 0 32px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0;
  }
}
footer .logo_area {
  width: 380px;
  padding-left: 50px;
}
@media screen and (max-width: 1270px) {
  footer .logo_area {
    width: 550px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  footer .logo_area {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  footer .logo_area {
    width: 89.744vw;
  }
}
footer .footer_menu {
  width: 50%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1270px) {
  footer .footer_menu {
    width: auto;
    margin-top: 24px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .footer_menu {
    display: none;
  }
}
footer .footer_menu li {
  text-transform: capitalize;
  color: #fff;
  padding-left: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer_menu li {
    width: 33.333%;
    padding-left: 24px;
    padding-top: 24px;
    font-size: 14px;
  }
}
footer .footer_sns {
  display: flex;
  padding-left: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 1270px) {
  footer .footer_sns {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_sns {
    padding-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer_sns {
    padding-left: 0;
  }
}
footer .footer_sns li {
  padding-left: 25px;
}
@media screen and (max-width: 1270px) {
  footer .footer_sns li {
    padding-left: 0;
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_sns li {
    padding-left: 0;
    margin-left: 25px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer_sns li {
    margin-left: 16px;
  }
}
footer .footer_sns li a {
  transition: all 0.3s;
}
footer .footer_sns li a:hover {
  opacity: 0.7;
}
footer .footer_sns li:nth-of-type(1) {
  padding-left: 0;
}
@media screen and (max-width: 1270px) {
  footer .footer_sns li:nth-of-type(1) {
    margin-left: 0;
  }
}
footer .copyright {
  margin-top: 150px;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 1270px) {
  footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  footer .copyright {
    flex-direction: column;
    margin-top: 16px;
  }
}
footer .copyright .footer_sns {
  display: none;
}
@media screen and (max-width: 1270px) {
  footer .copyright .footer_sns {
    padding-top: 0;
    display: flex !important;
  }
}
@media screen and (max-width: 480px) {
  footer .copyright .footer_sns {
    margin-bottom: 16px;
  }
}
footer .copyright .footer_sns li {
  width: 30px;
}
@media screen and (max-width: 768px) {
  footer .copyright small {
    font-size: 12px;
  }
}

.hero_wrap {
  position: relative;
}
.hero_wrap .hero_sns {
  position: absolute;
  left: 2.08%;
  bottom: 16px;
}
@media screen and (max-width: 1270px) {
  .hero_wrap .hero_sns {
    display: none;
  }
}
.hero_wrap .hero_sns li {
  padding-bottom: 24px;
}

.hero {
  position: absolute;
  top: 450px;
  right: 0;
  background-color: #fff;
  padding: 64px 74px;
}
@media screen and (max-width: 1270px) {
  .hero {
    top: auto;
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 16px 24px 16px 32px;
    width: 300px;
  }
}
.hero .ttl {
  font-size: 24px;
}
.hero .ttl_en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #F0353C;
  text-transform: uppercase;
  padding-top: 24px;
}
.hero .hero_txt {
  line-height: 1.5em;
  padding-top: 24px;
}

.news {
  margin-top: 150px;
}
.news .flex {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .news .flex {
    flex-direction: column;
  }
}
.news .flex .section_ttl {
  width: 25%;
  margin-left: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 1270px) {
  .news .flex .section_ttl {
    width: auto;
    margin-left: 80px;
    margin-top: 0;
  }
}
.news .flex .section_ttl::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../img/news_sample_illust.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
}
@media screen and (max-width: 1270px) {
  .news .flex .section_ttl::before {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
.news .flex::before {
  content: "";
  position: absolute;
  top: 245px;
  left: -530px;
  background-image: url(../img/top_news_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 816px;
  height: 385px;
  transform: rotate(65deg);
}
@media screen and (max-width: 1270px) {
  .news .flex::before {
    opacity: 0.8;
    left: -350px;
  }
}
@media screen and (max-width: 480px) {
  .news .flex::before {
    left: -500px;
  }
}
.news .flex .content {
  width: 75%;
}
@media screen and (max-width: 1270px) {
  .news .flex .content {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .news .flex .content {
    margin-top: 40px;
  }
}
.news .flex .content li {
  padding: 32px 0;
  border-bottom: solid 1px #AFAFAF;
}
@media screen and (max-width: 768px) {
  .news .flex .content li {
    padding: 16px 0;
  }
}
.news .flex .content li .content_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .news .flex .content li .content_flex {
    flex-direction: column;
  }
}
.news .flex .content li .content_flex:hover .thum {
  transform: translate(-50%, -50%) scale(1.1);
}
.news .flex .content li .content_flex:hover .news_txt {
  opacity: 0.7;
}
.news .flex .content li .content_flex .thum_mask {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 150px;
}
@media screen and (max-width: 480px) {
  .news .flex .content li .content_flex .thum_mask {
    width: 89.744vw;
    height: 64.103vw;
  }
}
.news .flex .content li .content_flex .thum_mask.first {
  width: 340px;
  height: 255px;
}
@media screen and (max-width: 768px) {
  .news .flex .content li .content_flex .thum_mask.first {
    width: 200px;
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .news .flex .content li .content_flex .thum_mask.first {
    width: 89.744vw;
    height: 64.103vw;
  }
}
.news .flex .content li .content_flex .thum {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  background-image: url(../img/noimage.png);
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
.news .flex .content li .content_flex .thum.detail1 {
  background-image: url(../img/kv.png);
}
.news .flex .content li .content_flex .thum.detail2 {
  background-image: url(../img/about_sectionImg.png);
}
.news .flex .content li .content_flex .thum.detail3 {
  background-image: url(../img/news_detail3.png);
}
@media screen and (max-width: 480px) {
  .news .flex .content li .content_flex .thum {
    width: 89.744vw;
    height: 64.103vw;
  }
}
.news .flex .content li .content_flex .thum.first {
  width: 340px;
  height: 255px;
}
@media screen and (max-width: 768px) {
  .news .flex .content li .content_flex .thum.first {
    width: 200px;
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .news .flex .content li .content_flex .thum.first {
    width: 89.744vw;
    height: 64.103vw;
  }
}
.news .flex .content li .content_flex .news_txt {
  margin-left: 6.8%;
}
@media screen and (max-width: 768px) {
  .news .flex .content li .content_flex .news_txt {
    margin-left: 16px;
  }
}
@media screen and (max-width: 480px) {
  .news .flex .content li .content_flex .news_txt {
    margin-left: 0;
    margin-top: 24px;
  }
}
.news .flex .content li .content_flex .news_txt time {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1rem;
}
.news .flex .content li .content_flex .news_txt .category {
  margin-left: 32px;
  text-transform: capitalize;
  color: #F0353C;
  border-radius: 32px;
  border: solid 1px #F0353C;
  padding: 6px 20px;
}
@media screen and (max-width: 768px) {
  .news .flex .content li .content_flex .news_txt .category {
    margin-left: 16px;
    padding: 6px 12px;
    font-size: 14px;
  }
}
.news .flex .content li .content_flex .news_txt .news_ttl {
  margin-top: 24px;
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news .flex .content li .content_flex .news_txt .news_ttl {
    font-size: 16px;
  }
}
.news .flex .content .btn_wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 1270px) {
  .news .flex .content .btn_wrapper {
    display: flex;
    justify-content: end;
  }
}
@media screen and (max-width: 768px) {
  .news .flex .content .btn_wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .news .flex .content .btn_wrapper {
    justify-content: center;
  }
}

.service {
  margin-top: 250px;
}
@media screen and (max-width: 1270px) {
  .service {
    margin-top: 120px;
  }
}
.service .section_ttl {
  margin-left: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 1270px) {
  .service .section_ttl {
    margin-top: 0;
    margin-left: 80px;
  }
}
.service .section_ttl::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../img/tomoniaru_character_1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
}
@media screen and (max-width: 1270px) {
  .service .section_ttl::before {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
.service ul {
  margin-top: 97px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .service ul {
    margin-top: 32px;
    flex-direction: column;
  }
}
.service ul::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 252px;
  height: 252px;
  background-image: url(../img/tomoniaru_character_4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1270px) {
  .service ul::before {
    width: 180px;
    height: 180px;
    bottom: auto;
    top: -180px;
  }
}
@media screen and (max-width: 768px) {
  .service ul::before {
    width: 130px;
    top: -160px;
  }
}
@media screen and (max-width: 480px) {
  .service ul::before {
    display: none;
  }
}
.service ul li {
  width: 30.208%;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .service ul li {
    width: auto;
    margin-top: 80px;
  }
  .service ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .service ul li {
    margin-bottom: 110px;
  }
}
.service ul li .service_thum {
  max-width: 500px;
  width: 100%;
  height: 312px;
  background-position: center;
  background-size: cover;
  border-radius: 0 50px 0 0;
}
@media screen and (max-width: 1270px) {
  .service ul li .service_thum {
    max-width: none;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .service ul li .service_thum {
    height: 250px;
  }
}
.service ul li .service_thum.newspapersales {
  background-image: url(../img/img.png);
}
.service ul li .service_thum.cleaningreception {
  background-image: url(../img/kv2.jpg);
}
.service ul li .service_thum.foodbusiness {
  background-image: url(../img/kv3.jpg);
}
.service ul li .service_thum2 {
  margin-top: 10px;
  width: 50%;
  max-width: 255px;
  height: 178px;
  background-position: center;
  background-size: cover;
  border-radius: 0 0 0 60px;
}
@media screen and (max-width: 1270px) {
  .service ul li .service_thum2 {
    max-width: none;
    height: 228px;
  }
}
@media screen and (max-width: 768px) {
  .service ul li .service_thum2 {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .service ul li .service_thum2 {
    display: none;
  }
}
.service ul li .service_thum2.newspapersales {
  background-image: url(../img/img2.png);
}
.service ul li .service_thum2.cleaningreception {
  background-image: url(../img/img3.png);
}
.service ul li .service_thum2.foodbusiness {
  background-image: url(../img/img4.png);
}
.service ul li .service_content {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 15px 15px 1px #F0353C;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .service ul li .service_content {
    width: calc(50% - 15px);
    bottom: 3px;
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .service ul li .service_content {
    width: 80%;
    bottom: -130px;
  }
}
.service ul li .service_content .service_txt {
  padding: 2.813vw 0.833vw 1.042vw 1.25vw;
}
@media screen and (max-width: 1270px) {
  .service ul li .service_content .service_txt {
    padding: 23px 10px 44px 16px;
  }
}
@media screen and (max-width: 480px) {
  .service ul li .service_content .service_txt {
    padding: 23px 10px 24px 16px;
  }
}
.service ul li .service_content .service_txt h3 {
  color: #F0353C;
  font-size: 18px;
  padding-bottom: 24px;
}
.service ul li .service_content .service_txt .view_wrapper {
  padding-top: 56px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .service ul li .service_content .service_txt .view_wrapper {
    padding-top: 32px;
  }
}
.service ul li .service_content .service_txt .view_wrapper a {
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
  transition: all 0.3s;
}
.service ul li .service_content .service_txt .view_wrapper a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transition: all 0.3s;
  transform: scaleX(0);
}
.service ul li .service_content .service_txt .view_wrapper a:hover {
  opacity: 0.8;
}
.service ul li .service_content .service_txt .view_wrapper a:hover::before {
  transform: scale(1);
}
.service ul li:nth-of-type(2) {
  transform: translateY(-25%);
}
@media screen and (max-width: 1270px) {
  .service ul li:nth-of-type(2) {
    transform: none;
  }
}
.service ul li:nth-of-type(3) {
  transform: translateY(-50%);
}
@media screen and (max-width: 1270px) {
  .service ul li:nth-of-type(3) {
    transform: none;
  }
}

.about {
  margin-top: 180px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .about {
    margin-bottom: 340px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 80px;
  }
}
.about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6.25%;
  width: 252px;
  height: 252px;
  background-image: url(../img/tomoniaru_character_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 1270px) {
  .about::before {
    bottom: -44.878vw;
    width: 30.732vw;
    height: 30.732vw;
  }
}
@media screen and (max-width: 480px) {
  .about::before {
    display: none;
  }
}
.about .ttl_area {
  max-width: 1040px;
  width: 61.9%;
  margin-left: auto;
  margin-right: 0;
  background-color: #F0353C;
  padding-top: 4.16%;
  padding-left: 7.81%;
  padding-bottom: 7.81%;
  padding-right: 8.33%;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .about .ttl_area {
    padding: 32px 32px 200px;
    width: auto;
  }
}
.about .ttl_area .section_ttl {
  padding-left: 265px;
  padding-bottom: 160px;
  color: #fff;
}
@media screen and (max-width: 1270px) {
  .about .ttl_area .section_ttl {
    padding-left: 16px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .about .ttl_area .section_ttl {
    padding-left: 0;
  }
}
.about .ttl_area .section_ttl .ttl_en {
  color: #fff;
}
.about .ttl_area .about_img {
  position: relative;
  z-index: 3;
}
.about .ttl_area .about_img img {
  border-radius: 20px;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.116);
}
.about .about_txt {
  width: 52.3%;
  position: absolute;
  left: 120px;
  top: -14.767%;
  background-color: #fff;
  padding: 9.89% 19.1% 12.34% 0;
}
@media screen and (max-width: 1270px) {
  .about .about_txt {
    width: auto;
    top: auto;
    margin-left: 6.25%;
    margin-right: 6.25%;
    padding: 32px;
    left: 0;
    bottom: -230px;
  }
}
@media screen and (max-width: 480px) {
  .about .about_txt {
    bottom: -302px;
  }
}
.about .about_txt h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
  font-size: 32px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1270px) {
  .about .about_txt h3 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_txt h3 {
    font-size: 24px;
    padding-bottom: 40px;
  }
}
.about .about_txt p {
  line-height: 1.2rem;
}
.about .about_txt .btn_wrapper {
  display: flex;
  justify-content: end;
  margin-top: 140px;
}
@media screen and (max-width: 1270px) {
  .about .about_txt .btn_wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .about .about_txt .btn_wrapper {
    justify-content: center;
  }
}

.products {
  margin-top: 180px;
  margin-bottom: 284px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .products {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .products {
    margin-bottom: 40px;
  }
}
.products::before {
  content: "";
  background-color: #F0353C;
  width: 93.75%;
  height: 150px;
  position: absolute;
  bottom: -10%;
  left: 0;
}
@media screen and (max-width: 1270px) {
  .products::before {
    content: none;
  }
}
.products::after {
  content: "";
  position: absolute;
  right: 0;
  top: -100px;
  background-image: url(../img/products_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 306px;
  height: 294px;
}
@media screen and (max-width: 1270px) {
  .products::after {
    z-index: -1;
  }
}
.products .flex {
  display: flex;
}
@media screen and (max-width: 1270px) {
  .products .flex {
    flex-direction: column;
  }
}
.products .flex .slick {
  max-width: 960px;
  width: 50%;
}
@media screen and (max-width: 1270px) {
  .products .flex .slick {
    margin-right: 6.25%;
    width: auto;
    box-shadow: 10px 10px 5px #F0353C;
    border-radius: 0 100px 100px 0;
  }
}
@media screen and (max-width: 480px) {
  .products .flex .slick {
    border-radius: 0 30px 30px 0;
  }
}
.products .flex .slick .slick__bg {
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 100px 100px 0;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1270px) {
  .products .flex .slick .slick__bg {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .products .flex .slick .slick__bg {
    border-radius: 0 30px 30px 0;
    height: 300px;
  }
}
.products .flex .slick .slick__bg01 {
  background-image: url(../img/products01.png);
}
.products .flex .slick .slick__bg03 {
  background-image: url(../img/img4.png);
}
.products .flex .slick .slide-dots {
  position: absolute;
  left: auto;
  right: 15.62%;
  bottom: 10%;
  display: flex;
}
@media screen and (max-width: 1270px) {
  .products .flex .slick .slide-dots {
    right: auto;
    bottom: 16px;
  }
}
.products .flex .slick .slide-dots li {
  margin: 0 12px;
  padding: 0 12px;
  display: inline-block;
}
.products .flex .slick .slide-dots li button {
  position: relative;
  padding: 0 12px;
  text-indent: -9999px;
}
.products .flex .slick .slide-dots li button::before {
  content: "";
  cursor: pointer;
  left: 0;
  top: 0;
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #e0e0e0;
}
.products .flex .slick .slide-dots .slick-active button::before {
  content: "";
  cursor: pointer;
  left: 0;
  top: 0;
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #fff;
}
.products .flex .slick .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.products .flex .products_txt {
  position: relative;
  padding-right: 6.25%;
  padding-left: 8.07%;
  padding-bottom: 180px;
}
@media screen and (max-width: 1270px) {
  .products .flex .products_txt {
    margin-top: 32px;
    padding-left: 6.25%;
    padding-bottom: 40px;
  }
}
.products .flex .products_txt .section_ttl {
  padding-top: 30px;
  position: relative;
}
.products .flex .products_txt .content {
  margin-top: 64px;
}
@media screen and (max-width: 1270px) {
  .products .flex .products_txt .content {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .products .flex .products_txt .content {
    margin-top: 24px;
  }
}
.products .flex .products_txt .content h3 {
  font-size: 36px;
  padding-bottom: 40px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .products .flex .products_txt .content h3 {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .products .flex .products_txt .content h3 {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
.products .flex .products_txt .content .btn_wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 1270px) {
  .products .flex .products_txt .content .btn_wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .products .flex .products_txt .content .btn_wrapper {
    display: flex;
    justify-content: center;
  }
}

.recruit {
  background-image: url(../img/top_recruit_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 84px 0 54px;
}
@media screen and (max-width: 1270px) {
  .recruit {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 40px 0;
  }
}
.recruit .content {
  min-width: 550px;
  width: 39.94%;
  position: relative;
  margin-left: 44.809%;
  padding-top: 80px;
  padding-left: 10.05%;
  padding-right: 5.416%;
  padding-bottom: 20px;
  background-color: #fff;
  border-bottom: solid 35px #F0353C;
}
@media screen and (max-width: 1270px) {
  .recruit .content {
    width: auto;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 40px;
    margin-left: 0;
    margin-top: 32px;
    border-radius: 0 50px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .content {
    min-width: auto;
    padding: 24px 24px 32px 24px;
  }
}
@media screen and (max-width: 480px) {
  .recruit .content {
    border-bottom: solid 15px #F0353C;
  }
}
.recruit .content .content_img {
  border-radius: 0 50px 0 50px;
  background-image: url(../img/recruit.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 70.1%;
  height: 381px;
  left: -53.67%;
  top: -94px;
}
@media screen and (max-width: 1270px) {
  .recruit .content .content_img {
    position: static;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit .content .content_img {
    height: 250px;
  }
}
.recruit .content h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
  font-size: 28px;
  padding-bottom: 38px;
}
@media screen and (max-width: 1270px) {
  .recruit .content h3 {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .content h3 {
    font-size: 24px;
  }
}
.recruit .content p {
  line-height: 1.5rem;
}
.recruit .content .btn_wrapper {
  display: flex;
  justify-content: end;
  margin-top: 55px;
}
@media screen and (max-width: 1270px) {
  .recruit .content .btn_wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .recruit .content .btn_wrapper {
    justify-content: center;
  }
}

.cta {
  margin: 150px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .cta {
    margin: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .cta {
    margin: 40px 0;
  }
}
.cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/recruit_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 193px;
  height: 400px;
  z-index: -1;
}
.cta .content {
  margin: 0 auto;
  width: 1020px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  border: solid 3px #333;
  padding: 70px 90px;
}
@media screen and (max-width: 1270px) {
  .cta .content {
    width: auto;
    padding: 70px 40px;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .cta .content {
    padding: 40px;
    flex-direction: column;
  }
}
.cta .content p {
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta .content p {
    margin-bottom: 32px;
  }
}
.cta .content p::before {
  content: "";
  position: absolute;
  right: -190px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  width: 100px;
  height: 1px;
}
@media screen and (max-width: 1270px) {
  .cta .content p::before {
    width: 40px;
    right: -70px;
  }
}
@media screen and (max-width: 768px) {
  .cta .content p::before {
    content: none;
  }
}
.cta .content p::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -190px;
  width: 25px;
  height: 1px;
  transform: rotate(30deg);
  background-color: #333;
}
@media screen and (max-width: 1270px) {
  .cta .content p::after {
    width: 16px;
    right: -70px;
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .cta .content p::after {
    content: none;
  }
}

.page-ttl-wrapper {
  padding-top: 265px;
  margin-left: 385px;
}
@media screen and (max-width: 1270px) {
  .page-ttl-wrapper {
    padding-top: 213px;
    margin-left: 46.951vw;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl-wrapper {
    padding-top: 160px;
    margin-left: 185px;
  }
}
@media screen and (max-width: 480px) {
  .page-ttl-wrapper {
    margin-left: 170px;
  }
}

.page_ttl {
  padding-left: 50px;
  margin-bottom: 38px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .page_ttl {
    margin-bottom: 4.634vw;
  }
}
@media screen and (max-width: 480px) {
  .page_ttl {
    padding-left: 24px;
  }
}
.page_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #F0353C;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .page_ttl::before {
    width: 15px;
  }
}
.page_ttl .page_en_ttl {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 52px;
  font-weight: 900;
  color: #F0353C;
  padding-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .page_ttl .page_en_ttl {
    font-size: 9.231vw;
    padding-bottom: 2.051vw;
  }
}
.page_ttl h2 {
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .page_ttl h2 {
    font-size: 4.103vw;
  }
}

.page_company_hero {
  display: flex;
  width: 91.66%;
  max-width: 1760px;
}
@media screen and (max-width: 1270px) {
  .page_company_hero {
    width: auto;
    flex-direction: column;
  }
}
.page_company_hero .page_hero {
  background: url(../img/page_hero.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 56.81%;
  height: 780px;
  border-radius: 0 80px 0 80px;
}
@media screen and (max-width: 1270px) {
  .page_company_hero .page_hero {
    width: auto;
    height: 550px;
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .page_company_hero .page_hero {
    height: 300px;
    border-radius: 0 50px 0 0;
  }
}
.page_company_hero .page_hero::before {
  content: "";
  position: absolute;
  width: 870px;
  height: 480px;
  background: url(../img/page_hero_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: -96px;
  right: -64px;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .page_company_hero .page_hero::before {
    bottom: -16px;
    right: -16px;
  }
}
@media screen and (max-width: 480px) {
  .page_company_hero .page_hero::before {
    width: 374px;
    height: 300px;
  }
}
.page_company_hero .hero_txt {
  width: 43.19%;
  padding-left: 3.906vw;
}
@media screen and (max-width: 1270px) {
  .page_company_hero .hero_txt {
    width: auto;
    margin-top: 32px;
    padding: 0 16px;
  }
}
.page_company_hero .hero_txt h3 {
  font-size: 28px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1270px) {
  .page_company_hero .hero_txt h3 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .page_company_hero .hero_txt h3 {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
.page_company_hero .hero_txt p {
  margin-bottom: 16px;
}
.page_company_hero .hero_txt .company_profile {
  margin-top: 120px;
}
@media screen and (max-width: 1270px) {
  .page_company_hero .hero_txt .company_profile {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page_company_hero .hero_txt .company_profile {
    padding: 0 10%;
  }
}
@media screen and (max-width: 480px) {
  .page_company_hero .hero_txt .company_profile {
    margin-top: 60px;
    padding: 0 16px;
  }
}
.page_company_hero .hero_txt .company_profile h3 {
  color: #F0353C;
}
@media screen and (max-width: 768px) {
  .page_company_hero .hero_txt .company_profile h3 {
    text-align: center;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .page_company_hero .hero_txt .company_profile h3 {
    padding-bottom: 40px;
  }
}
.page_company_hero .hero_txt .company_profile dl {
  display: flex;
  padding-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .page_company_hero .hero_txt .company_profile dl {
    flex-direction: column;
  }
}
.page_company_hero .hero_txt .company_profile dl dt {
  width: 21.25%;
}
@media screen and (max-width: 768px) {
  .page_company_hero .hero_txt .company_profile dl dt {
    text-align: start;
    width: 30%;
    font-size: 18px;
    margin-bottom: 34px;
    padding-bottom: 34px;
    padding-left: 10px;
    border-bottom: 1px solid #7E7558;
  }
}
@media screen and (max-width: 480px) {
  .page_company_hero .hero_txt .company_profile dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.page_company_hero .hero_txt .company_profile dl dd {
  position: relative;
}
@media screen and (max-width: 480px) {
  .page_company_hero .hero_txt .company_profile dl dd::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 25%;
    height: 1px;
    background-color: rgb(126, 117, 88);
  }
}
@media screen and (max-width: 768px) {
  .page_company_hero .hero_txt .company_profile dl dd {
    margin-bottom: 34px;
    padding-bottom: 34px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 480px) {
  .page_company_hero .hero_txt .company_profile dl dd {
    padding-left: 10px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 16px;
  }
}

.map {
  width: 71.87%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: 0;
  height: 450px;
}
@media screen and (max-width: 1270px) {
  .map {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0 16px;
    width: 100%;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.news_content {
  margin-top: 200px;
}
@media screen and (max-width: 1270px) {
  .news_content {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .news_content {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .news_content {
    margin-top: 40px;
  }
}
.news_content .content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news_content .content {
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .news_content .content {
    justify-content: center;
  }
}
.news_content .content li {
  width: calc(25% - 32px);
  padding: 32px 0;
  margin: 0 16px;
  border-bottom: solid 1px #AFAFAF;
}
@media screen and (max-width: 1270px) {
  .news_content .content li {
    width: 30%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .news_content .content li {
    width: calc(50% - 23px);
  }
}
@media screen and (max-width: 480px) {
  .news_content .content li {
    width: 76.923vw;
    margin: 0;
  }
}
.news_content .content li .content_flex {
  display: flex;
  flex-direction: column;
}
.news_content .content li .content_flex:hover .thum {
  transform: translate(-50%, -50%) scale(1.1);
}
.news_content .content li .content_flex:hover .news_txt {
  opacity: 0.7;
}
.news_content .content li .content_flex .thum_mask {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 180px;
}
@media screen and (max-width: 1270px) {
  .news_content .content li .content_flex .thum_mask {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news_content .content li .content_flex .thum_mask {
    height: 33.333vw;
  }
}
@media screen and (max-width: 480px) {
  .news_content .content li .content_flex .thum_mask {
    width: 76.923vw;
    height: 64.103vw;
  }
}
.news_content .content li .content_flex .thum {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 180px;
  background-image: url(../img/noimage.png);
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
.news_content .content li .content_flex .thum.detail1 {
  background-image: url(../img/about_hero.png);
}
.news_content .content li .content_flex .thum.detail2 {
  background-image: url(../img/about_sectionImg.png);
}
.news_content .content li .content_flex .thum.detail3 {
  background-image: url(../img/news_detail3.png);
}
@media screen and (max-width: 1270px) {
  .news_content .content li .content_flex .thum {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news_content .content li .content_flex .thum {
    height: 33.333vw;
  }
}
@media screen and (max-width: 480px) {
  .news_content .content li .content_flex .thum {
    width: 76.923vw;
    height: 64.103vw;
  }
}
.news_content .content li .content_flex .news_txt {
  margin-top: 40px;
}
.news_content .content li .content_flex .news_txt time {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1rem;
}
.news_content .content li .content_flex .news_txt .category {
  margin-left: 32px;
  text-transform: capitalize;
  color: #F0353C;
  border-radius: 32px;
  border: solid 1px #F0353C;
  padding: 6px 20px;
}
@media screen and (max-width: 1270px) {
  .news_content .content li .content_flex .news_txt .category {
    margin-left: 16px;
    font-size: 14px;
    padding: 3px 16px;
  }
}
.news_content .content li .content_flex .news_txt .news_ttl {
  margin-top: 24px;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1270px) {
  .news_content .content li .content_flex .news_txt .news_ttl {
    font-size: 16px;
  }
}
.news_content .topic_pager {
  margin-top: 120px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news_content .topic_pager {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .news_content .topic_pager {
    margin-top: 40px;
  }
}
.news_content .topic_pager ul {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
@media screen and (max-width: 480px) {
  .news_content .topic_pager ul {
    margin-left: 24px;
  }
}
.news_content .topic_pager ul li {
  margin: 0 10px;
}
.news_content .topic_pager ul li:first-child {
  margin-left: 0;
  margin-right: 0;
}
.news_content .topic_pager ul li:nth-last-child(1) {
  margin-right: 0;
}
.news_content .topic_pager ul li .page-numbers {
  font-size: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news_content .topic_pager ul li .page-numbers {
    font-size: 16px;
  }
}
.news_content .topic_pager ul li .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F0353C;
  color: #fff;
}
.news_content .topic_pager ul li .page-numbers:hover {
  color: #F0353C;
}

.news_detail.wrapper::after {
  content: none;
}

.news_detail_content {
  width: 77.6%;
  max-width: 1490px;
  margin: 120px auto 0;
}
@media screen and (max-width: 1270px) {
  .news_detail_content {
    width: 100%;
    margin-top: 160px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .news_detail_content {
    padding: 0 16px;
    margin-top: 95px;
  }
}
.news_detail_content .flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 120px;
}
@media screen and (max-width: 1270px) {
  .news_detail_content .flex {
    margin-bottom: 80px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_content .flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.news_detail_content .flex .thum {
  background-image: url(../img/noimage.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 33.854vw;
  height: 25.521vw;
}
.news_detail_content .flex .thum.detail1 {
  background-image: url(../img/kv.png);
}
.news_detail_content .flex .thum.detail2 {
  background-image: url(../img/about_sectionImg.png);
}
.news_detail_content .flex .thum.detail3 {
  background-image: url(../img/news_detail3.png);
}
@media screen and (max-width: 1270px) {
  .news_detail_content .flex .thum {
    width: calc(60% - 40px);
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_content .flex .thum {
    width: 450px;
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .news_detail_content .flex .thum {
    width: 100%;
    height: 257px;
  }
}
.news_detail_content .flex .news_txt {
  margin-left: 4.948vw;
}
@media screen and (max-width: 1270px) {
  .news_detail_content .flex .news_txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_content .flex .news_txt {
    width: 100%;
    margin-top: 40px;
  }
}
.news_detail_content .flex .news_txt time {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1rem;
}
.news_detail_content .flex .news_txt .category {
  margin-left: 32px;
  text-transform: capitalize;
  color: #F0353C;
  border-radius: 32px;
  border: solid 1px #F0353C;
  padding: 6px 20px;
}
@media screen and (max-width: 1270px) {
  .news_detail_content .flex .news_txt .category {
    margin-left: 16px;
    font-size: 14px;
    padding: 3px 16px;
  }
}
.news_detail_content .flex .news_txt .news_ttl {
  padding-bottom: 20px;
  margin-top: 24px;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
  border-bottom: #333 solid 1px;
}
@media screen and (max-width: 1270px) {
  .news_detail_content .flex .news_txt .news_ttl {
    font-size: 16px;
  }
}
.news_detail_content .news_detail_txt {
  width: 77.6%;
  margin: 0 auto;
  line-height: 1.5rem;
}
@media screen and (max-width: 1270px) {
  .news_detail_content .news_detail_txt {
    width: auto;
  }
}
.news_detail_content ul {
  margin: 0 auto;
  width: 77.6%;
  justify-content: space-between;
  display: flex;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .news_detail_content ul {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .news_detail_content ul {
    width: auto;
  }
}
.news_detail_content ul li {
  display: flex;
  align-items: center;
}
.news_detail_content ul li a {
  text-transform: capitalize;
  transition: all 0.4s;
}
.news_detail_content ul li a:hover {
  color: #F0353C;
}
.news_detail_content ul li div {
  margin: 0 12px;
}

.about_content {
  margin: 200px 0;
  padding: 0 8.33%;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .about_content {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .about_content {
    margin-bottom: 80px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .about_content {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.about_content::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  background: url(../img/page_hero_bg.png) no-repeat;
  width: 35.417vw;
  height: 320px;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .about_content::before {
    height: 200px;
    bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  .about_content::before {
    content: none;
  }
}
.about_content .flex {
  display: flex;
}
@media screen and (max-width: 1270px) {
  .about_content .flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .about_content .flex {
    flex-direction: column-reverse;
  }
}
.about_content .flex .about_txt {
  width: 45.53%;
  margin-right: 24px;
}
@media screen and (max-width: 1270px) {
  .about_content .flex .about_txt {
    width: calc(50% - 12px);
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about_content .flex .about_txt {
    width: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .about_content .flex .about_txt {
    margin-top: 30px;
  }
}
.about_content .flex .about_txt .about_txt_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 1270px) {
  .about_content .flex .about_txt .about_txt_ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .about_content .flex .about_txt .about_txt_ttl {
    margin-bottom: 24px;
  }
}
.about_content .flex .about_txt .about_txt_ttl h3 {
  font-size: 32px;
  margin-left: 2.083vw;
}
@media screen and (max-width: 480px) {
  .about_content .flex .about_txt .about_txt_ttl h3 {
    font-size: 24px;
    margin-left: 10px;
  }
}
.about_content .flex .about_txt p {
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .about_content .flex .about_txt p {
    margin-top: 10px;
  }
}
.about_content .flex .about_img {
  background-image: url(../img/about_img2.png);
  width: 41.667vw;
  height: 33.333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 50px 0 50px;
}
@media screen and (max-width: 1270px) {
  .about_content .flex .about_img {
    width: calc(50% - 12px);
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about_content .flex .about_img {
    width: 100%;
    height: 55.556vw;
  }
}
.about_content .content02 {
  margin-top: 85px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1270px) {
  .about_content .content02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about_content .content02 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about_content .content02 .about_img2 {
  background-image: url(../img/service3.png);
  width: 33.854vw;
  height: 27.083vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 50px 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_content .content02 .about_img2::before {
    content: "";
    width: 270px;
    height: 150px;
    position: absolute;
    margin-left: -16px;
    bottom: -20px;
    left: 0;
    background: url(../img/page_hero_bg.png) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
}
@media screen and (max-width: 1270px) {
  .about_content .content02 .about_img2 {
    width: 36.31vw;
    height: 39.524vw;
  }
}
@media screen and (max-width: 768px) {
  .about_content .content02 .about_img2 {
    width: 80%;
    height: 46.296vw;
  }
}
.about_content .content02 .about_txt2 {
  width: 37.6%;
  margin-left: 6.51vw;
}
@media screen and (max-width: 1270px) {
  .about_content .content02 .about_txt2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about_content .content02 .about_txt2 {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
.about_content .content02 .about_txt2 p {
  margin-top: 16px;
}

.about_content2 {
  margin: 200px 0;
  padding: 0 8.33%;
  position: relative;
  overflow: clip visible;
}
@media screen and (max-width: 1270px) {
  .about_content2 {
    padding: 0 16px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .about_content2 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .about_content2 {
    margin-top: 50px;
  }
}
.about_content2::before {
  content: "";
  position: absolute;
  bottom: 269px;
  right: -240px;
  background: url(../img/top_news_bg.png) no-repeat;
  width: 35.417vw;
  height: 320px;
  z-index: -1;
  transform: rotate(53deg);
}
@media screen and (max-width: 1270px) {
  .about_content2::before {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .about_content2::before {
    width: 380px;
    bottom: 190px;
  }
}
@media screen and (max-width: 480px) {
  .about_content2::before {
    width: 300px;
  }
}
.about_content2::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  background-color: #F0353C;
  width: 38.281vw;
  height: 7.292vw;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .about_content2::after {
    bottom: -30px;
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .about_content2::after {
    content: none;
  }
}
.about_content2 .flex {
  display: flex;
}
@media screen and (max-width: 1270px) {
  .about_content2 .flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .about_content2 .flex {
    flex-direction: column-reverse;
  }
}
.about_content2 .flex .about_txt {
  width: 45.53%;
  margin-right: 24px;
}
@media screen and (max-width: 1270px) {
  .about_content2 .flex .about_txt {
    width: calc(50% - 12px);
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about_content2 .flex .about_txt {
    width: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .about_content2 .flex .about_txt {
    margin-top: 30px;
  }
}
.about_content2 .flex .about_txt .about_txt_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 1270px) {
  .about_content2 .flex .about_txt .about_txt_ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .about_content2 .flex .about_txt .about_txt_ttl {
    margin-bottom: 24px;
  }
}
.about_content2 .flex .about_txt .about_txt_ttl h3 {
  font-size: 32px;
  margin-left: 2.083vw;
}
@media screen and (max-width: 480px) {
  .about_content2 .flex .about_txt .about_txt_ttl h3 {
    font-size: 24px;
    margin-left: 10px;
  }
}
.about_content2 .flex .about_txt p {
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .about_content2 .flex .about_txt p {
    margin-top: 10px;
  }
}
.about_content2 .flex .about_img {
  background-image: url(../img/about_img3.jpg);
  width: 41.667vw;
  height: 33.333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 50px 0 50px;
}
@media screen and (max-width: 1270px) {
  .about_content2 .flex .about_img {
    width: calc(50% - 12px);
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about_content2 .flex .about_img {
    width: 100%;
    height: 55.556vw;
  }
}
.about_content2 .content02 {
  margin-top: 85px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1270px) {
  .about_content2 .content02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about_content2 .content02 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about_content2 .content02 .about_img2 {
  background-image: url(../img/about_img4.jpg);
  width: 33.854vw;
  height: 27.083vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 50px 0 50px;
}
@media screen and (max-width: 1270px) {
  .about_content2 .content02 .about_img2 {
    width: 36.31vw;
    height: 39.524vw;
  }
}
@media screen and (max-width: 768px) {
  .about_content2 .content02 .about_img2 {
    width: 80%;
    height: 46.296vw;
  }
}
.about_content2 .content02 .about_txt2 {
  width: 37.6%;
  margin-left: 6.51vw;
}
@media screen and (max-width: 1270px) {
  .about_content2 .content02 .about_txt2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about_content2 .content02 .about_txt2 {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
.about_content2 .content02 .about_txt2 p {
  margin-top: 16px;
}

.link_area {
  min-width: 1200px;
  width: 62.5%;
  margin: 220px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .link_area {
    flex-direction: column;
    min-width: auto;
    padding: 0 16px;
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .link_area {
    margin-top: 50px;
  }
}
.link_area a {
  display: block;
  width: 45%;
  transition: all 0.3s;
}
@media screen and (max-width: 1270px) {
  .link_area a {
    max-width: 540px;
    width: 100%;
  }
}
.link_area a:hover {
  opacity: 0.8;
}
.link_area .link {
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: solid 3px #333333;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .link_area .link {
    margin-top: 40px;
  }
}
.link_area .link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11.1%;
  background: url(../img/ionic-ios-arrow-dropright.png) no-repeat;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .link_area .link::before {
    width: 5.128vw;
    height: 5.128vw;
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .link_area .link .link_img {
    width: 40%;
  }
}
.link_area .link .link_img img {
  border-radius: 17px 0 0 17px;
}
.link_area .link .link_txt {
  font-size: 20px;
  padding-left: 3.125vw;
}
@media screen and (max-width: 480px) {
  .link_area .link .link_txt {
    font-size: 4.103vw;
  }
}

.service_wrapper {
  margin-top: 130px;
}
@media screen and (max-width: 1270px) {
  .service_wrapper {
    margin-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .service_wrapper {
    margin-top: 40px;
  }
}
.service_wrapper .service_content {
  padding-top: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content {
    flex-direction: column-reverse;
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content {
    padding-top: 40px;
  }
}
.service_wrapper .service_content.service_content1 {
  position: relative;
}
.service_wrapper .service_content.service_content1::before {
  content: "";
  position: absolute;
  width: 37.135vw;
  height: 17.552vw;
  background-image: url(../img/top_news_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -50px;
  right: 0;
  z-index: -1;
  transform: rotate(180deg);
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content.service_content1::before {
    width: 85.366vw;
    height: 40.244vw;
    bottom: 550px;
  }
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content.service_content1::before {
    bottom: 530px;
  }
}
.service_wrapper .service_content.service_content2 {
  position: relative;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content.service_content2 {
    flex-direction: column-reverse;
  }
}
.service_wrapper .service_content.service_content2::before {
  content: "";
  position: absolute;
  width: 37.135vw;
  height: 17.552vw;
  background-image: url(../img/top_news_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content.service_content2::before {
    width: 85.366vw;
    height: 40.244vw;
    bottom: 550px;
  }
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content.service_content2::before {
    bottom: 530px;
  }
}
.service_wrapper .service_content.service_content3 {
  position: relative;
  margin-bottom: 380px;
  overflow: clip visible;
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content.service_content3 {
    margin-bottom: 0;
  }
}
.service_wrapper .service_content.service_content3::before {
  content: "";
  position: absolute;
  width: 37.135vw;
  height: 17.552vw;
  background-image: url(../img/top_news_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -50px;
  right: -100px;
  z-index: -1;
  transform: rotate(-140deg);
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content.service_content3::before {
    width: 85.366vw;
    height: 40.244vw;
    bottom: 850px;
  }
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content.service_content3::before {
    bottom: 660px;
  }
}
.service_wrapper .service_content .service_txt {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content .service_txt {
    width: auto;
  }
}
.service_wrapper .service_content .service_txt .service_num_wrap {
  padding: 25px;
  border-top: solid 3px #F0353C;
  border-bottom: solid 3px #F0353C;
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content .service_txt .service_num_wrap {
    padding: 8px 0;
  }
}
.service_wrapper .service_content .service_txt .service_num_wrap .service_num_inner {
  width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content .service_txt .service_num_wrap .service_num_inner {
    width: 82px;
  }
}
.service_wrapper .service_content .service_txt .service_txt_box {
  padding: 4.167vw 4.688vw;
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content .service_txt .service_txt_box {
    padding: 20px;
  }
}
.service_wrapper .service_content .service_txt .service_txt_box h3 {
  font-size: 36px;
  line-height: 3.2rem;
  padding-bottom: 40px;
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content .service_txt .service_txt_box h3 {
    padding-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content .service_txt .service_txt_box h3 {
    font-size: 24px;
    line-height: 2.2rem;
    padding-bottom: 0;
  }
}
.service_wrapper .service_content .service_txt .service_txt_box p {
  margin-top: 16px;
  line-height: 1.5rem;
}
.service_wrapper .service_content .service_txt .service_txt_box .btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content .service_txt .service_txt_box .btn_wrapper {
    margin-top: 20px;
  }
}
.service_wrapper .service_content .service_img {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content .service_img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.service_wrapper .service_content .service_img .service_img3 {
  width: 62.92%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content .service_img .service_img3 {
    width: 75%;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 480px) {
  .service_wrapper .service_content .service_img .service_img3 {
    margin-bottom: 50px;
  }
}
.service_wrapper .service_content .service_img .service_img3 .service_img4 {
  width: 65.89%;
  position: absolute;
  left: -13.542vw;
  bottom: -15.625vw;
}
@media screen and (max-width: 1270px) {
  .service_wrapper .service_content .service_img .service_img3 .service_img4 {
    width: 50%;
    left: -21.341vw;
    bottom: -12.195vw;
  }
}

.recruit_content1 {
  margin-top: 230px;
  margin-bottom: 440px;
  position: relative;
  overflow: clip visible;
}
@media screen and (max-width: 480px) {
  .recruit_content1 {
    margin-top: 80px;
  }
}
.recruit_content1::before {
  content: "";
  position: absolute;
  width: 790px;
  height: 374px;
  right: 0;
  bottom: -195px;
  transform: rotate(-145deg);
  background: url(../img/top_news_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1270px) {
  .recruit_content1::before {
    bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_content1::before {
    width: 102.865vw;
    height: 48.698vw;
  }
}
.recruit_content1 .recruit_content1_bg {
  width: 64.5%;
  height: 35.156vw;
  background: url(../img/recruit1.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 20px;
  margin-left: 6.25vw;
}
@media screen and (max-width: 1270px) {
  .recruit_content1 .recruit_content1_bg {
    width: 100%;
    height: 400px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit_content1 .recruit_content1_bg {
    height: 250px;
  }
}
.recruit_content1 .recruit_content1_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20.313vw;
  background-color: #F0353C;
  bottom: -10.417vw;
  left: -6.25vw;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .recruit_content1 .recruit_content1_bg::before {
    left: 0;
  }
}
.recruit_content1 .recruit_content1_bg .recruit_content1_txt {
  position: absolute;
  width: 87.5%;
  bottom: -6.771vw;
  left: 21.094vw;
  background-color: #fff;
  padding: 5.208vw 4.167vw 5.208vw 4.688vw;
}
@media screen and (max-width: 1500px) {
  .recruit_content1 .recruit_content1_bg .recruit_content1_txt {
    left: 310px;
    bottom: -280px;
  }
}
@media screen and (max-width: 1270px) {
  .recruit_content1 .recruit_content1_bg .recruit_content1_txt {
    bottom: -450px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .recruit_content1 .recruit_content1_bg .recruit_content1_txt {
    width: 100%;
    bottom: -462px;
    padding-left: 0;
    padding-right: 0;
  }
}
.recruit_content1 .recruit_content1_bg .recruit_content1_txt h3 {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: #333 solid 3px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .recruit_content1 .recruit_content1_bg .recruit_content1_txt h3 {
    font-size: 18px;
    border-bottom: #333 solid 1px;
    margin-bottom: 24px;
  }
}
.recruit_content1 .recruit_content1_bg .recruit_content1_txt p {
  line-height: 1.5rem;
  margin-top: 16px;
}

.recruit_content2 {
  margin-bottom: 327px;
}
@media screen and (max-width: 1500px) {
  .recruit_content2 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1270px) {
  .recruit_content2 {
    padding-top: 80px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_content2 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_content2 {
    padding-top: 40px;
    margin-bottom: 80px;
  }
}
.recruit_content2 .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .recruit_content2 .flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.recruit_content2 .flex .recruit_content2_txt {
  width: 35.64%;
  margin-top: 14.583vw;
}
@media screen and (max-width: 1270px) {
  .recruit_content2 .flex .recruit_content2_txt {
    width: auto;
    margin-top: 160px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_content2 .flex .recruit_content2_txt {
    margin-top: 87px;
  }
}
.recruit_content2 .flex .recruit_content2_txt h3 {
  font-size: 30px;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .recruit_content2 .flex .recruit_content2_txt h3 {
    font-size: 18px;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
}
.recruit_content2 .flex .recruit_content2_txt p {
  line-height: 1.4rem;
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .recruit_content2 .flex .recruit_content2_txt p {
    margin-top: 10px;
  }
}
.recruit_content2 .flex .recruit_content2_txt .btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.recruit_content2 .flex .recruit_content2_img {
  position: relative;
  width: 50.21%;
}
@media screen and (max-width: 1270px) {
  .recruit_content2 .flex .recruit_content2_img {
    width: 100%;
  }
}
.recruit_content2 .flex .recruit_content2_img::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 37.5vw;
  background-color: #F0353C;
  bottom: -6.615vw;
  left: -7.396vw;
  z-index: -1;
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 1500px) {
  .recruit_content2 .flex .recruit_content2_img::before {
    bottom: 8.359vw;
  }
}
@media screen and (max-width: 1270px) {
  .recruit_content2 .flex .recruit_content2_img::before {
    height: 79.268vw;
    left: -30px;
    bottom: -15.61vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit_content2 .flex .recruit_content2_img::before {
    border-radius: 0 80px 0 80px;
  }
}
.recruit_content2 .flex .recruit_content2_img::after {
  content: "";
  position: absolute;
  bottom: -6.615vw;
  left: -7.396vw;
  margin: 0 0 4.688vw 3.125vw;
  background: url(../img/joinourteam.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 16.823vw;
  height: 7.813vw;
}
@media screen and (max-width: 1500px) {
  .recruit_content2 .flex .recruit_content2_img::after {
    bottom: 8.359vw;
  }
}
@media screen and (max-width: 1270px) {
  .recruit_content2 .flex .recruit_content2_img::after {
    left: -3.659vw;
    bottom: -15.61vw;
    width: 39.39vw;
    height: 18.049vw;
    margin: 0 0 4.878vw 7.317vw;
  }
}

.recruit_content3 {
  position: relative;
  overflow: clip visible;
}
.recruit_content3::before {
  content: "";
  position: absolute;
  background: url(../img/top_news_bg.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 44.688vw;
  height: 21.094vw;
  right: -30.885vw;
  top: 50%;
  transform: rotate(-36deg);
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .recruit_content3::before {
    top: 0;
  }
}
.recruit_content3 .jobposition {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1270px) {
  .recruit_content3 .jobposition {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_content3 .jobposition {
    margin-bottom: 30px;
  }
}
.recruit_content3 .jobposition .en_ttl {
  font-size: 20px;
  color: #F0353C;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .recruit_content3 .jobposition .en_ttl {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.recruit_content3 .jobposition h3 {
  font-size: 36px;
  font-weight: 100;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .recruit_content3 .jobposition h3 {
    font-size: 24px;
  }
}
.recruit_content3 .jobposition_list {
  width: 1200px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1270px) {
  .recruit_content3 .jobposition_list {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_content3 .jobposition_list {
    padding: 0 16px;
    margin-bottom: 40px;
  }
}
.recruit_content3 .jobposition_list dl {
  display: flex;
  padding: 30px 0;
  border-top: #333 dotted 1px;
  border-bottom: #333 dotted 1px;
}
@media screen and (max-width: 480px) {
  .recruit_content3 .jobposition_list dl {
    flex-direction: column;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}
.recruit_content3 .jobposition_list dl:nth-of-type(1) {
  border-bottom: none;
}
.recruit_content3 .jobposition_list dl dt {
  padding-left: 30px;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .recruit_content3 .jobposition_list dl dt {
    width: auto;
    padding: 16px;
    border-bottom: #333 dotted 1px;
  }
}
.recruit_content3 .jobposition_list dl dd {
  line-height: 1.5rem;
}
@media screen and (max-width: 480px) {
  .recruit_content3 .jobposition_list dl dd {
    padding: 16px;
  }
}

.recruit_none {
  text-align: center;
  font-size: 24px;
  color: #F0353C;
}
@media screen and (max-width: 480px) {
  .recruit_none {
    font-size: 16px;
  }
}

.contact_desc {
  font-size: 24px;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  .contact_desc {
    font-size: 18px;
    line-height: 1.5em;
  }
}

.contact_subdesc {
  font-size: 15px;
}

.contact_flex {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .contact_flex {
    flex-direction: column;
  }
}
.contact_flex .contact_tel {
  border: #333 solid 1px;
  border-radius: 10px;
  padding: 1.563vw 2.604vw 1.563vw;
  width: calc(50% - 0.781vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .contact_flex .contact_tel {
    width: auto;
  }
}
.contact_flex .contact_tel .top_tel {
  color: #F0353C;
  text-align: center;
  font-size: 24px;
}
.contact_flex .contact_tel .hours {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
}
.contact_flex .contact_recruit {
  border: #333 solid 1px;
  border-radius: 10px;
  padding: 1.563vw 2.604vw 1.563vw;
  width: calc(50% - 15px);
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .contact_flex .contact_recruit {
    width: auto;
    margin-top: 50px;
  }
}
.contact_flex .contact_recruit .txt {
  font-size: 14px;
}
.contact_flex .top {
  font-size: 18px;
  text-align: center;
  border-bottom: #333 1px solid;
  padding-bottom: 10px;
}

.contact_wrap {
  width: 840px;
  margin: 200px auto 150px;
}
@media screen and (max-width: 1270px) {
  .contact_wrap {
    margin: 100px auto 50px;
    width: auto;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .contact_wrap {
    padding: 0 16px;
  }
}
.contact_wrap .en_ttl {
  text-align: center;
  text-transform: uppercase;
  color: #F0353C;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 8px;
}
.contact_wrap h3 {
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
.contact_wrap h3::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 50%;
  background-color: #F0353C;
  transform: translateX(-50%);
}
.contact_wrap .form_desc {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: #333 solid 1px;
  margin-bottom: 30px;
}
.contact_wrap tr {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact_wrap tr {
    flex-direction: column;
  }
}

.privacy_inner {
  width: 1120px;
  border: #333 solid 3px;
  border-radius: 10px;
  margin: 250px auto 0;
  padding: 4.167vw 6.25vw 5.208vw;
  line-height: 1.5em;
}
@media screen and (max-width: 1270px) {
  .privacy_inner {
    width: auto;
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .privacy_inner {
    padding: 30px 16px;
  }
}
.privacy_inner h3 {
  text-align: center;
  color: #F0353C;
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .privacy_inner h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.privacy_inner .intro {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .privacy_inner .intro {
    margin-bottom: 20px;
  }
}
.privacy_inner li {
  margin-bottom: 32px;
}
.privacy_inner li h4 {
  font-size: 18px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .privacy_inner li h4 {
    font-size: 16px;
  }
}
.privacy_inner .privacy_btm {
  text-align: end;
}

.law {
  margin-top: 250px;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .law {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .law {
    margin-top: 100px;
  }
}
.law h3 {
  font-size: 24px;
  color: #F0353C;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .law h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.law table {
  margin: 0 auto;
  width: 1120px;
}
@media screen and (max-width: 1270px) {
  .law table {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .law table tr {
    display: flex;
    flex-direction: column;
  }
}
.law table th {
  padding: 20px 30px;
}
.law table td {
  padding: 20px 30px;
}

.news_content .cartjs_product_img {
  width: 100% !important;
}
.news_content .cartjs_product_img img {
  border: #333 solid 3px;
  border-radius: 5px;
  height: 20.208vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .news_content .cartjs_product_img img {
    height: 44.922vw;
  }
}
@media screen and (max-width: 480px) {
  .news_content .cartjs_product_img img {
    height: 76.923vw;
  }
}
.news_content .cartjs_product_explain {
  width: 100% !important;
  height: 220px;
  font-size: 14px;
}
@media screen and (max-width: 1270px) {
  .news_content .cartjs_product_explain {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .news_content .cartjs_product_explain {
    height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .news_content .cartjs_product_explain {
    height: 46.154vw;
  }
}
.news_content .cartjs_product_table table {
  width: 100% !important;
}
.news_content .cartjs_product_table table tbody .cartjs_product_num {
  display: flex;
  align-items: center;
}
.news_content .cartjs_product_table table tbody .cartjs_product_num th {
  width: 150px !important;
}
.news_content .cartjs_product_table table tbody .cartjs_product_num td input[type=text] {
  width: 60px;
  height: 48px;
  border: #333 solid 1px;
  border-radius: 5px;
  text-align: end;
}
.news_content .cartjs_cart_in {
  position: relative;
}
.news_content .cartjs_cart_in::before {
  content: "";
  position: absolute;
  background: url(../img/shopping-cart.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 2.604vw;
  transition: all 0.3s;
}
.news_content .cartjs_cart_in input[type=submit] {
  border: #F0353C 1px solid;
  width: 100% !important;
  border-radius: 5px !important;
  background-color: #F0353C !important;
  transition: all 0.3s;
  margin-bottom: 0 !important;
}
.news_content .cartjs_cart_in:hover::before {
  mix-blend-mode: difference;
}
.news_content .cartjs_cart_in:hover input {
  background-color: #fff !important;
  border: solid 1px #333 !important;
  color: #333 !important;
}/*# sourceMappingURL=style.css.map */