@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#page {
  padding-top: 100px;
}
@media screen and (max-width: 819px) {
  #page {
    padding-top: 50px;
  }
}
.c_mv {
  position: relative;
  width: 100%;
}
.c_mv .mv_item {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 819px) {
  .c_mv .mv_item {
    position: relative;
  }
}
.c_mv .mv_item .ttl {
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.22;
  margin-top: 65px;
}
@media screen and (max-width: 1200px) {
  .c_mv .mv_item .ttl {
    font-size: 35px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1020px) {
  .c_mv .mv_item .ttl {
    margin-top: 10px;
  }
}
@media screen and (max-width: 930px) {
  .c_mv .mv_item .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 819px) {
  .c_mv .mv_item .ttl {
    font-size: 28px;
  }
}
.c_mv .mv_item .sub_list {
  margin-top: 60px;
  max-width: 360px;
}
@media screen and (max-width: 1200px) {
  .c_mv .mv_item .sub_list {
    max-width: 320px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1020px) {
  .c_mv .mv_item .sub_list {
    max-width: 290px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 930px) {
  .c_mv .mv_item .sub_list {
    margin-top: 35px;
    max-width: 260px;
  }
}
@media screen and (max-width: 819px) {
  .c_mv .mv_item .sub_list {
    max-width: 300px;
    margin-top: 25px;
  }
}
.c_mv .mv_item .sub_list li {
  width: 100%;
  border-radius: 10px;
  line-height: 50px;
  background: #9D080F;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .c_mv .mv_item .sub_list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 930px) {
  .c_mv .mv_item .sub_list li {
    font-size: 12px;
  }
}
@media screen and (max-width: 930px) {
  .c_mv .mv_item .sub_list li {
    line-height: 40px;
  }
}
@media screen and (max-width: 819px) {
  .c_mv .mv_item .sub_list li {
    font-size: 14px;
  }
}
.c_mv .mv_item .sub_list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .c_mv .mv_item .sub_list li + li {
    margin-top: 8px;
  }
}
.c_mv .mv_item p {
  max-width: 360px;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .c_mv .mv_item p {
    max-width: 320px;
    margin-top: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1020px) {
  .c_mv .mv_item p {
    max-width: 290px;
  }
}
@media screen and (max-width: 930px) {
  .c_mv .mv_item p {
    max-width: 260px;
  }
}
@media screen and (max-width: 819px) {
  .c_mv .mv_item p {
    margin-top: 5px;
    font-size: 16px;
    max-width: 300px;
  }
}
.c_mv .bg {
  padding-bottom: 40px;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 5;
  max-width: 1440px;
}
@media screen and (max-width: 819px) {
  .c_mv .bg {
    padding-bottom: 20px;
  }
}
.c_mv .bg img {
  max-width: 748px;
}
@media screen and (max-width: 1200px) {
  .c_mv .bg img {
    max-width: 648px;
  }
}
@media screen and (max-width: 1020px) {
  .c_mv .bg img {
    max-width: 580px;
  }
}
@media screen and (max-width: 930px) {
  .c_mv .bg img {
    max-width: 550px;
  }
}
@media screen and (max-width: 819px) {
  .c_mv .bg img {
    max-width: calc(100% - 20px);
    margin-top: 15px;
  }
}
.c_mv .icon {
  position: absolute;
  width: 100%;
  height: fit-content;
  text-align: center;
  z-index: 9;
  bottom: -18px;
}
@media screen and (max-width: 819px) {
  .c_mv .icon {
    bottom: -10px;
  }
}
.c_mv .icon img {
  max-width: 922px;
  margin: auto;
}
@media screen and (max-width: 1020px) {
  .c_mv .icon img {
    max-width: 90%;
  }
}
.c_mv::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #D20A14;
  width: 96.5%;
  height: 300px;
  z-index: 1;
  max-width: 1391px;
}
@media screen and (max-width: 819px) {
  .c_mv::after {
    height: calc(100% - 80px);
    bottom: auto;
    top: 80px;
    width: 89.5%;
  }
}
.c_mv::before {
  position: absolute;
  content: "Global Recruit";
  font-size: 120px;
  font-weight: bold;
  font-family: "Jost", serif;
  width: fit-content;
  left: 20px;
  bottom: -15px;
  z-index: 1;
  color: #BE0710;
  z-index: 2;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1020px) {
  .c_mv::before {
    left: 0;
    font-size: 100px;
    bottom: -12px;
  }
}
@media screen and (max-width: 819px) {
  .c_mv::before {
    left: 0;
    font-size: 40px;
    bottom: -5px;
  }
}
.dispatch {
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 819px) {
  .dispatch {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.dispatch .an_link ul {
  display: flex;
  gap: 35px;
  column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .dispatch .an_link ul {
    display: block;
  }
}
.dispatch .an_link ul li {
  width: calc(33.3333% - 33.3333px);
}
@media screen and (max-width: 819px) {
  .dispatch .an_link ul li {
    width: 100%;
  }
  .dispatch .an_link ul li + li {
    margin-top: 8px;
  }
}
.dispatch .an_link ul li a {
  display: block;
  background: #D20A14;
  color: #ffffff;
  line-height: 82px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 819px) {
  .dispatch .an_link ul li a {
    font-size: 16px;
    line-height: 42px;
  }
}
.dispatch .an_link ul li a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 12px;
  height: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_d.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.bunya .inner {
  padding-top: 95px;
}
@media screen and (max-width: 819px) {
  .bunya .inner {
    padding-top: 55px;
  }
}
.bunya .bunya_item {
  background: #F0F0F0;
  padding: 60px 20px 65px 20px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .bunya .bunya_item {
    padding: 30px 10px 35px 10px;
  }
}
.bunya .bunya_item .ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -25px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .bunya .bunya_item .ttl {
    font-size: 26px;
  }
}
.bunya .bunya_item .sub {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .bunya .bunya_item .sub {
    font-size: 14px;
  }
}
.bunya .bunya_item ul {
  max-width: 960px;
  display: flex;
  column-gap: 30px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  .bunya .bunya_item ul {
    margin-top: 20px;
    display: block;
    max-width: 80%;
  }
}
.bunya .bunya_item ul li {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 819px) {
  .bunya .bunya_item ul li {
    width: 100%;
  }
  .bunya .bunya_item ul li + li {
    margin-top: 20px;
  }
}
.bunya .bunya_item ul li p {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 819px) {
  .bunya .bunya_item ul li p {
    font-size: 18px;
    margin-top: 5px;
  }
}
.bunya .kaisetu {
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  .bunya .kaisetu {
    margin-top: 40px;
  }
}
.bunya .kaisetu .ttl {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .bunya .kaisetu .ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.bunya .kaisetu ul {
  display: block;
  max-width: 950px;
  margin: auto;
}
.bunya .kaisetu ul li {
  width: 100%;
  padding: 7px 20px 7px 75px;
  border-radius: 10px;
  background: #F8F4E2;
}
@media screen and (max-width: 1024px) {
  .bunya .kaisetu ul li {
    font-size: 16px;
    padding: 7px 20px 7px 45px;
  }
}
@media screen and (max-width: 819px) {
  .bunya .kaisetu ul li {
    padding: 7px 20px 7px 20px;
  }
}
.bunya .kaisetu ul li + li {
  margin-top: 13px;
}
@media screen and (max-width: 819px) {
  .bunya .kaisetu ul li + li {
    margin-top: 10px;
  }
}
.bunya .kaisetu ul li p {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .bunya .kaisetu ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 819px) {
  .bunya .kaisetu ul li p {
    font-size: 14px;
    padding-left: 30px;
  }
}
.bunya .kaisetu ul li p::after {
  position: absolute;
  content: "";
  left: 0;
  width: 22px;
  height: 22px;
  top: 5px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: url(../img/common/list_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.h3_ttl {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  position: relative;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
}
@media screen and (max-width: 819px) {
  .h3_ttl {
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 1.4;
  }
}
.h3_ttl::after {
  position: absolute;
  content: "";
  left: calc(50% - 70px);
  width: 140px;
  height: 3px;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: #D20A14;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .h3_ttl::after {
    width: 70px;
    left: calc(50% - 35px);
  }
}
.reason .h3_ttl {
  margin-top: 100px;
  margin-bottom: 75px;
}
@media screen and (max-width: 819px) {
  .reason .h3_ttl {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.reason ul {
  display: block;
}
.reason ul li + li {
  margin-top: 30px;
}
.reason ul li dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  .reason ul li dl {
    display: block;
  }
}
.reason ul li dl dt {
  width: 45%;
  position: relative;
  z-index: 5;
  padding-bottom: 45px;
}
@media screen and (max-width: 819px) {
  .reason ul li dl dt {
    width: 80%;
    padding-bottom: 25px;
  }
}
.reason ul li dl dt img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 523 / 256;
}
@media screen and (max-width: 819px) {
  .reason ul li dl dt img {
    aspect-ratio: 203 / 100;
  }
}
.reason ul li dl dd {
  width: 55%;
  padding-left: 60px;
}
@media screen and (max-width: 819px) {
  .reason ul li dl dd {
    width: 100%;
    padding-left: 40px;
    margin-top: -120px;
  }
}
.reason ul li dl dd .ttl {
  line-height: 87px;
  font-size: 60px;
  font-weight: 600;
  font-family: "Jost", serif;
  color: #D20A14;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .reason ul li dl dd .ttl {
    text-align: right;
    font-size: 50px;
    line-height: 1.1;
  }
}
.reason ul li dl dd .txt {
  color: #ffffff;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 819px) {
  .reason ul li dl dd .txt {
    padding-top: 60px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.reason ul li dl dd .txt::after {
  position: absolute;
  content: "";
  left: -310px;
  width: 300%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: #D20A14;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .reason ul li dl dd .txt::after {
    left: 0;
  }
}
.reason ul li dl dd .txt .sub_ttl {
  text-align: left;
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 819px) {
  .reason ul li dl dd .txt .sub_ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.reason ul li dl dd .txt p {
  text-align: left;
  position: relative;
  z-index: 5;
}
.coordinator {
  padding-top: 120px;
}
@media screen and (max-width: 819px) {
  .coordinator {
    padding-top: 60px;
  }
}
.coordinator .c_content {
  background: #F5F5F5;
  position: relative;
}
.coordinator .c_content .ttl_item {
  position: absolute;
  align-items: center;
  top: -20px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content .ttl_item {
    top: -15px;
  }
}
.coordinator .c_content .ttl_item .h3_ttl {
  margin: auto;
}
.coordinator .c_content .inner {
  padding-top: 110px;
  padding-bottom: 98px;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content .inner {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
.coordinator .c_content ul {
  display: block;
}
.coordinator .c_content ul li {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 48px 50px 48px;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content ul li {
    padding: 30px 20px 30px 20px;
  }
}
.coordinator .c_content ul li + li {
  margin-top: 30px;
}
.coordinator .c_content ul li dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content ul li dl {
    display: block;
  }
}
.coordinator .c_content ul li dl dt {
  width: 41%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content ul li dl dt {
    width: 100%;
  }
}
.coordinator .c_content ul li dl dd {
  width: 59%;
  padding-left: 50px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content ul li dl dd {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.coordinator .c_content ul li dl dd .icon {
  background: #3BBAB1;
  border-radius: 80px;
  width: fit-content;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 60px;
  margin-bottom: 14px;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content ul li dl dd .icon {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 40px;
    padding: 0 30px;
  }
}
.coordinator .c_content ul li dl dd .name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 21px;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content ul li dl dd .name {
    font-size: 20px;
    margin-bottom: 11px;
  }
}
.coordinator .c_content ul li dl dd .list {
  border-bottom: 0.2px solid #d1d1d1;
  padding-bottom: 10px;
  width: 100%;
  font-weight: bold;
  padding-top: 5px;
  display: flex;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content ul li dl dd .list {
    padding-bottom: 5px;
  }
}
.coordinator .c_content ul li dl dd .list span {
  width: 110px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content ul li dl dd .list span {
    width: 80px;
  }
}
.coordinator .c_content ul li dl dd p {
  margin-top: 26px;
}
@media screen and (max-width: 819px) {
  .coordinator .c_content ul li dl dd p {
    margin-top: 16px;
  }
}
.case .inner {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  .case .inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.case .campanylist {
  margin-top: 90px;
  background: #F0F0F0;
  position: relative;
  padding: 55px 110px 65px 110px;
}
@media screen and (max-width: 819px) {
  .case .campanylist {
    margin-top: 45px;
    padding: 30px 20px;
  }
}
.case .campanylist .ttl {
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  top: -26px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 819px) {
  .case .campanylist .ttl {
    font-size: 20px;
    top: -16px;
  }
}
.case .campanylist .logo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  .case .campanylist .logo_list {
    gap: 10px;
    margin-top: 20px;
  }
}
.case .campanylist .logo_list li {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 819px) {
  .case .campanylist .logo_list li {
    width: calc(50% - 5px);
  }
}
.case .h4_ttl {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 32px;
  line-height: 1.1;
  border-left: 10px solid #D20A14;
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  .case .h4_ttl {
    margin-top: 40px;
    font-size: 14px;
    padding-left: 15px;
    border-left: 5px solid #D20A14;
  }
}
.case .h4_ttl span {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  display: block;
}
@media screen and (max-width: 819px) {
  .case .h4_ttl span {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.case .m_t_90 {
  margin-top: 90px;
}
@media screen and (max-width: 819px) {
  .case .m_t_90 {
    margin-top: 50px;
  }
}
.case .c_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 60px;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .case .c_list {
    display: block;
    margin-top: 30px;
  }
}
.case .c_list li {
  width: calc(33.333% - 33.3333px);
}
@media screen and (max-width: 1200px) {
  .case .c_list li {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 819px) {
  .case .c_list li {
    width: 100%;
    margin-top: 30px;
  }
}
.case .c_list li .img {
  max-width: 220px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 16px;
  border-radius: 100%;
}
.case .c_list li .img img {
  object-fit: cover;
  aspect-ratio: 1;
}
@media screen and (max-width: 819px) {
  .case .c_list li .img {
    max-width: 150px;
    margin-bottom: 10px;
  }
}
.case .c_list li .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  border-bottom: 2px solid #D20A14;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 819px) {
  .case .c_list li .ttl {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.case .c_list li dl {
  display: flex;
  text-align: left;
  letter-spacing: 0.05em;
}
.case .c_list li dl dt {
  width: 60px;
}
@media screen and (max-width: 819px) {
  .case .c_list li dl dt {
    width: 40px;
  }
}
.case .c_list li dl dd {
  width: calc(100% - 60px);
}
@media screen and (max-width: 819px) {
  .case .c_list li dl dd {
    width: calc(100% - 40px);
  }
}
.case .c_list li p {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .case .c_list li p {
    margin-top: 10px;
  }
}
.step {
  padding-top: 130px;
  background: #F5F5F5;
}
@media screen and (max-width: 819px) {
  .step {
    padding-top: 60px;
  }
}
.step .c_content {
  background: #F5F5F5;
  position: relative;
}
.step .c_content .ttl_item {
  position: absolute;
  align-items: center;
  top: -20px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 819px) {
  .step .c_content .ttl_item {
    top: -15px;
  }
}
.step .c_content .ttl_item .h3_ttl {
  margin: auto;
}
.step .c_content .inner {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  .step .c_content .inner {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
.step ul {
  display: block;
}
.step ul li {
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (max-width: 819px) {
  .step ul li {
    padding: 20px;
  }
}
.step ul li + li {
  margin-top: 38px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .step ul li + li {
    margin-top: 28px;
  }
}
.step ul li + li::after {
  position: absolute;
  content: "";
  left: calc(50% - 10px);
  width: 20px;
  height: 18px;
  top: -29px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_b_b.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .step ul li + li::after {
    width: 16px;
    height: 14.4px;
    top: -20px;
    left: calc(50% - 8px);
  }
}
.step ul li dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  .step ul li dl {
    display: block;
  }
}
.step ul li dl dt {
  width: 380px;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .step ul li dl dt {
    width: 340px;
    font-size: 22px;
  }
}
@media screen and (max-width: 819px) {
  .step ul li dl dt {
    font-size: 18px;
    text-align: center;
  }
}
.step ul li dl dt img {
  width: 100px;
  margin-right: 25px;
}
@media screen and (max-width: 1080px) {
  .step ul li dl dt img {
    width: 80px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 819px) {
  .step ul li dl dt img {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50px;
  }
}
.step ul li dl dd {
  width: calc(100% - 380px);
  padding-left: 70px;
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .step ul li dl dd {
    padding-left: 40px;
  }
}
@media screen and (max-width: 819px) {
  .step ul li dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.faq .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  .faq .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.faq ul {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  .faq ul {
    margin-top: 30px;
  }
}
.faq ul li {
  padding-bottom: 25px;
  background-image: linear-gradient(to right, #D20A14 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.faq ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  .faq ul li + li {
    margin-top: 20px;
  }
}
.faq ul li dl {
  width: 100%;
  display: block;
}
.faq ul li dl dt {
  padding: 20px 25px;
  background: #D20A14;
  border-radius: 10px;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  font-size: 20px;
  text-align: left;
  line-height: 1.3;
  align-items: center;
}
.faq ul li dl dt span {
  display: block;
  width: 165px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Jost", serif;
}
@media screen and (max-width: 1200px) {
  .faq ul li dl dt span {
    width: 125px;
  }
}
@media screen and (max-width: 819px) {
  .faq ul li dl dt span {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 819px) {
  .faq ul li dl dt {
    padding: 20px;
    font-size: 16px;
    display: block;
  }
}
.faq ul li dl dd {
  padding: 20px 25px 0 185px;
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .faq ul li dl dd {
    padding: 20px 25px 0 145px;
  }
}
@media screen and (max-width: 819px) {
  .faq ul li dl dd {
    font-size: 16px;
    padding: 10px 20px 0 20px;
  }
}
.contact_p {
  background: #525252;
}
.contact_p .inner {
  padding-top: 60px;
  padding-bottom: 80px;
  max-width: 820px;
}
@media screen and (max-width: 819px) {
  .contact_p .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.contact_p .h3_ttl {
  color: #ffffff;
}
.contact_p .h3_ttl:after {
  background: #ffffff;
}
.contact_p .f_dl dd p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .contact_p .f_dl dd p {
    font-size: 14px;
  }
}
.contact_p .form {
  margin-top: 70px;
}
@media screen and (max-width: 819px) {
  .contact_p .form {
    margin-top: 35px;
  }
}
.contact_p .last_dl {
  background: none !important;
  padding-bottom: 55px;
}
@media screen and (max-width: 819px) {
  .contact_p .last_dl {
    padding-bottom: 25px;
  }
}
.contact_p dl {
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  background-image: linear-gradient(to right, #ffffff 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 819px) {
  .contact_p dl {
    display: block;
    padding-bottom: 15px;
  }
}
.contact_p dl + dl {
  margin-top: 8px;
}
@media screen and (max-width: 819px) {
  .contact_p dl + dl {
    margin-top: 15px;
  }
}
.contact_p dl dt {
  width: 190px;
}
@media screen and (max-width: 819px) {
  .contact_p dl dt {
    width: 100%;
  }
}
.contact_p dl dt p {
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .contact_p dl dt p {
    font-size: 16px;
  }
}
.contact_p dl dt .red {
  color: #D20A14;
}
.contact_p dl dd {
  width: calc(100% - 190px);
}
@media screen and (max-width: 819px) {
  .contact_p dl dd {
    width: 100%;
    margin-top: 3px;
  }
}
.contact_p dl dd p {
  width: 100%;
  color: #000000;
  text-align: left;
  padding-bottom: 0;
}
.contact_p dl dd input[type="button"],
.contact_p dl dd input[type="submit"],
.contact_p dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.contact_p dl dd p,
.contact_p dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.contact_p dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 40px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .contact_p dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #666;
  outline-offset: -7px;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item button,
.contact_p dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #9F9E9E;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.contact_p dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #666;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #999999;
  outline: 1px solid #9F9E9E;
}
.contact_p dl dd input[type="text"],
.contact_p dl dd input[type="tel"],
.contact_p dl dd input[type="email"] {
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 5px;
  border: none;
  min-height: 54px;
}
@media screen and (max-width: 819px) {
  .contact_p dl dd input[type="text"],
  .contact_p dl dd input[type="tel"],
  .contact_p dl dd input[type="email"] {
    min-height: 34px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact_p dl dd .wpcf7-form-control-wrap,
.contact_p dl dd input[type="radio"] {
  color: #fff !important;
  font-size: 18px ;
  font-weight: bold;
}
.contact_p dl dd textarea {
  border-radius: 5px;
  border: none;
  padding: 10px 15px;
  height: 200px;
  width: 100% !important;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-height: 400px;
}
@media screen and (max-width: 819px) {
  .contact_p dl dd textarea {
    padding: 8px 10px;
    height: 150px;
    font-size: 14px;
  }
}
.contact_p dl dd .wpcf7-not-valid-tip {
  color: #ec625b !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.contact_p dl dd input:focus,
.contact_p dl dd textarea:focus,
.contact_p dl dd select:focus {
  color: #000000 !important;
}
.contact_p dl dd input:valid,
.contact_p dl dd textarea:valid,
.contact_p dl dd select:valid {
  color: #000000 !important;
}
.contact_p dl dd input:invalid,
.contact_p dl dd textarea:invalid,
.contact_p dl dd select:invalid {
  color: #B42E27 !important;
}
.contact_p dl dd input[type="checkbox"],
.contact_p dl dd input[type="radio"] {
  accent-color: #D20A14;
  transform: scale(1.5);
  border-radius: 100% !important;
  margin-right: 8px;
}
.contact_p .r_input input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact_p .r_input .wpcf7-list-item.first {
  margin-left: 0;
}
.contact_p .r_input span.wpcf7-list-item-label {
  position: relative;
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.contact_p .r_input span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 819px) {
  .contact_p .r_input span.wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
    border: 1.5px solid #ffffff;
    margin-right: 5px;
  }
}
.contact_p .r_input span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #D20A14;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .contact_p .r_input span.wpcf7-list-item-label::after {
    left: 3px;
    width: 10px;
    height: 10px;
  }
}
.contact_p .r_input input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
  transition: 0.3s ease-in-out;
}
.contact_p .last_dl {
  margin-bottom: 50px;
  padding-top: 10px;
  background-image: none;
}
@media screen and (max-width: 819px) {
  .contact_p .last_dl {
    margin-bottom: 30px;
  }
}
.contact_p .c_c_check {
  padding: 10px 20px 20px 20px;
  background: #EEEEEE;
}
.contact_p .c_c_check .c_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .contact_p .c_c_check .c_ttl {
    font-size: 16px;
    line-height: 1.4;
  }
}
.contact_p .c_c_check .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 819px) {
  .contact_p .c_c_check .ttl {
    font-size: 16px;
  }
}
.contact_p .c_c_check dl {
  display: block;
  color: #000000 !important;
}
.contact_p .c_c_check dl dt,
.contact_p .c_c_check dl dd {
  width: 100%;
}
.contact_p .c_c_check dl dt p,
.contact_p .c_c_check dl dd p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 819px) {
  .contact_p .c_c_check dl dt p,
  .contact_p .c_c_check dl dd p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.contact_p .check_txt_box {
  background: #ffffff;
  border: 1px solid #888888;
  padding: 20px 10px 20px 20px;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt_box {
    padding: 15px 5px 20px 10px;
  }
}
.contact_p .simplebar-track.simplebar-horizontal {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
}
.contact_p .simplebar-scrollbar {
  top: 0;
}
.contact_p .simplebar-scrollbar:before {
  background: #E2E2E2 !important;
  opacity: 1 !important;
  width: 10px !important;
  border-radius: 100px !important;
}
.contact_p .check_txt {
  height: 220px;
  overflow: auto;
  padding-right: 40px;
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt {
    height: 140px;
  }
}
.contact_p .check_txt::-webkit-scrollbar {
  width: 10px !important;
}
.contact_p .check_txt::-webkit-scrollbar-track {
  background-color: #ffffff !important;
  border-radius: 100px !important;
}
.contact_p .check_txt::-webkit-scrollbar-thumb {
  background-color: #E2E2E2 !important;
  border-radius: 100px !important;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt {
    padding-right: 20px;
  }
}
.contact_p .check_txt p {
  text-align: left;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt p {
    line-height: 1.4;
  }
}
.contact_p .check_txt .sub_ttl {
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt .sub_ttl {
    line-height: 1.4;
    margin-top: 15px;
  }
}
.contact_p .check_txt ol {
  margin-top: 0;
  padding-inline-start: 20px;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt ol {
    padding-inline-start: 16px;
  }
}
.contact_p .nocheck {
  border: 1px solid #e0e0e0 !important;
  background: #f0f0f1 !important;
}
.contact_p .form_check {
  margin: auto;
  width: fit-content;
  margin-top: 40px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .contact_p .form_check {
    margin-top: 20px;
  }
}
.contact_p .form_check {
  margin: auto;
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .contact_p .form_check {
    margin-top: 15px;
  }
}
.contact_p .form_check .wpcf7-not-valid-tip {
  display: none !important;
}
.contact_p .form_check label {
  display: flex;
  align-items: center;
}
.contact_p .form_check p {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
.contact_p .form_check a {
  color: #222222;
  text-decoration: none !important;
}
.contact_p .form_check input {
  appearance: none;
  border-radius: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 6px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .contact_p .form_check input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
  }
}
.contact_p .form_check input:checked {
  box-sizing: border-box;
  outline: 7px solid #D20A14;
  outline-offset: -7px;
}
.contact_p .send_btn {
  position: relative;
  width: fit-content;
  margin: auto;
  height: fit-content;
  max-width: 300px;
  width: 100%;
}
.contact_p .send_btn::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 22px;
  height: 22px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_w.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.contact_p #send {
  background: #ccc;
  display: block;
  margin: auto;
  color: #ffffff !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  margin-top: 34px;
  cursor: pointer;
  border: none;
  width: 100%;
  line-height: 64px;
  border-radius: 64px;
  transition: 0.3s all linear;
  position: relative;
  cursor: no-drop;
}
.contact_p .sendok {
  background: #D20A14 !important;
  cursor: pointer !important;
}
.contact_p #send:hover {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  .contact_p #send {
    font-size: 16px;
    margin-top: 30px;
    line-height: 50px;
  }
}
.m_t_10 {
  margin-top: 15px;
}
