@charset "UTF-8";
/*このページは後付け追記*/
/*@media (max-width: 1024px) and (min-width: 480px) {
	#css {狭いブラウザとタブレット向け} 
}

@media (max-width: 768px) {
	#css{スマホ向け}
}
@media only screen and (max-width: 1024px) {
	#css{PC向け}

}*/
@media (max-width: 1024px) {
  .l-container--sp {
    padding-top: 50px;
  }
}
.l-resident_omotenashi ul li {
  border-bottom: 1px solid #D2CCCC;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-resident_omotenashi ul li {
    display: block;
  }
}
.l-resident_omotenashi ul li .l-strongpoint {
  font-weight: bold;
  width: 40%;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-resident_omotenashi ul li .l-strongpoint {
    width: 100%;
  }
}
.l-resident_omotenashi ul li .l-strongpoint .crown {
  width: 20%;
  min-width: 80px;
}
.l-resident_omotenashi ul li .l-strongpoint .crown p {
  width: 100%;
  height: 24px;
  color: #ea5305;
  font-size: 9px;
  text-align: center;
  padding: 0px;
  margin-bottom: 2px;
  border-bottom: 1px #ea5305 solid;
}
.l-resident_omotenashi ul li .l-strongpoint .crown span {
  width: 100%;
  font-size: 60px;
  text-align: center;
  color: #ea5305;
  font-weight: bold;
}
.l-resident_omotenashi ul li .l-strongpoint .statement {
  width: 60%;
  font-size: 24px;
  padding-left: 1em;
}
.l-resident_omotenashi ul li .l-strongpoint .statement span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-resident_omotenashi ul li .l-strongpoint .statement {
    width: 100%;
    font-size: 22px;
  }
}
.l-resident_omotenashi ul li p {
  width: 60%;
  padding-left: 1em;
}
.l-resident_omotenashi ul li p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-resident_omotenashi ul li p {
    width: 100%;
  }
}

.l-business_business {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-business_business {
    margin: 20px auto 0;
  }
}
.l-business_business .l-business_box {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-business_business .l-business_box {
    display: block;
  }
}
.l-business_business .l-business_box .l-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-business_business .l-business_box .l-img {
    width: 100%;
  }
}
.l-business_business .l-business_box .l-img picture {
  width: 100%;
}
.l-business_business .l-business_box .l-img picture img {
  width: 100%;
}
.l-business_business .l-business_box .l-text {
  width: 50%;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .l-business_business .l-business_box .l-text {
    width: 100%;
    padding-left: 0;
  }
}
.l-business_business .l-business_box .l-text .midashi {
  background-color: #000000;
  color: #fff;
  padding: 20px 1.2em;
  font-size: 22px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .l-business_business .l-business_box .l-text .midashi {
    font-size: 20px;
    padding: 20px 1.5em;
  }
}
.l-business_business .l-business_box .l-text .textin {
  padding: 1em;
  font-size: 0.9em;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .l-business_business .l-business_box .l-text .textin {
    font-size: 1em;
  }
}

.l-business_price {
  background-color: #FFF3DA;
  padding: 8% 10%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-business_price {
    display: block;
  }
}
.l-business_price img {
  width: 20%;
  fill: #ea5305;
}
@media screen and (max-width: 767px) {
  .l-business_price img {
    width: 100%;
    margin: 0 auto;
  }
}
.l-business_price p {
  width: 80%;
  padding-left: 40px;
  font-size: 22px;
  line-height: 180%;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-business_price p {
    width: 100%;
    padding: 20px 0 0 0px;
    font-size: 18px;
    line-height: 180%;
    text-align: left;
    font-weight: bold;
  }
}

.l-business_area {
  margin: 0 auto;
  text-align: center;
}
.l-business_area .l-statement_center {
  font-size: 26px;
  line-height: 160%;
}
.l-business_area p {
  padding: 20px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .l-business_area img {
    width: 100%;
    box-sizing: border-box;
  }
}

.linetitle_center {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  margin-top: 160px;
  margin-bottom: 30px;
  padding: 5px 6em;
}
.linetitle_center::before, .linetitle_center::after {
  content: "";
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .linetitle_center::before, .linetitle_center::after {
    width: 20px;
  }
}
.linetitle_center::before {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .linetitle_center::before {
    margin-right: 1em;
  }
}
.linetitle_center::after {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .linetitle_center::after {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .linetitle_center {
    margin-top: 40px;
    padding: 0;
    margin-bottom: 0;
  }
}

.m-ttl_center_italic {
  font-size: 2em;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 180%;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-ttl_center_italic {
    font-size: 1.6em;
    letter-spacing: 0;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .m-ttl_center_italic br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-newoffice_flow.m-business {
    padding: 0 0 0 10px;
    padding-top: 30px;
  }
}

.l-rep {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-rep {
    display: block;
  }
}
.l-rep ul {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .l-rep ul {
    width: 100%;
  }
}
.l-rep ul li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-rep ul li {
    width: 90%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-rep ul li:nth-child(2) {
    margin-left: 10%;
  }
}
.l-rep ul.second {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-rep ul.second {
    margin-top: 0;
  }
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 40px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #F5F5F5;
  border: solid 3px #555;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .balloon2 {
    padding: 20px;
  }
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #F5F5F5;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

.l-recruit-entry2 .m-btn-gradation_img {
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-recruit-entry2 .m-btn-gradation_img {
    width: 100%;
    min-width: 100%;
  }
}
.l-recruit-entry2 .m-btn-gradation_img .m-btn-gradation_img a .l-leftbox {
  width: 50%;
}

@media (max-width: 480px) {
  .m-btn-gradation_img a .l-leftbox {
    padding: 20px 0 0 0;
  }
  .m-btn-gradation_img a .l-leftbox::before {
    margin-left: 30px;
  }
  .m-btn-gradation_img a .l-leftbox h3 {
    text-align: center;
  }
  .m-btn-gradation_img a .l-leftbox p {
    text-align: center;
  }
}
.l-recruitlist_welcome {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  padding: 50px 10%;
  background-color: #e9e9e9;
}
@media screen and (max-width: 767px) {
  .l-recruitlist_welcome {
    padding: 50px 5%;
  }
}
.l-recruitlist_welcome .l-recruitlist_welcome_text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l-recruitlist_welcome .l-recruitlist_welcome_text {
    width: 70%;
  }
}
.l-recruitlist_welcome .l-recruitlist_welcome_text h2 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .l-recruitlist_welcome .l-recruitlist_welcome_text h2 {
    margin-top: 0;
  }
}
.l-recruitlist_welcome .l-recruitlist_welcome_text p {
  margin-top: 1em;
}
.l-recruitlist_welcome .l-recruitlist_welcome_img {
  width: 20%;
  height: 260px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-recruitlist_welcome .l-recruitlist_welcome_img {
    padding-left: 0;
  }
}
.l-recruitlist_welcome .l-recruitlist_welcome_img img {
  height: 100%;
  width: auto;
}

.l-recruitlist_list {
  width: 100%;
  max-width: 1300px;
  padding: 60px 10%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-recruitlist_list {
    width: 100%;
    max-width: 100%;
    padding: 60px 5%;
  }
}
.l-recruitlist_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-recruitlist_list ul {
    display: block;
  }
}
.l-recruitlist_list ul li {
  width: 49%;
  background-color: #e9e9e9;
  display: block;
  padding: 0 0 2em 0;
  margin-bottom: 2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-recruitlist_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-recruitlist_list ul li .l-recruitlist_list_title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 30px 1em;
  text-align: center;
  border-bottom: 8px #ea5305 solid;
}
@media screen and (max-width: 767px) {
  .l-recruitlist_list ul li .l-recruitlist_list_title {
    padding: 20px 1em;
  }
}
.l-recruitlist_list ul li .l-recruitlist_list_img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  .l-recruitlist_list ul li .l-recruitlist_list_img {
    padding: 1em 0;
  }
}
.l-recruitlist_list ul li .l-recruitlist_list_img img {
  width: 100%;
  height: auto;
}
.l-recruitlist_list ul li .l-recruitlist_list_text {
  padding: 0 5% 4em 5%;
}
.l-recruitlist_list ul li .m-btn_black__icon.long {
  margin-top: 20px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 2em;
  left: 5%;
}

.event_inpagenavi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event_inpagenavi li {
  width: 33.3333333333%;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event_inpagenavi li {
    width: 50%;
  }
}
.event_inpagenavi li a {
  display: block;
  padding: 10px;
  border-bottom: 3px solid #000;
  position: relative;
}
.event_inpagenavi li a::before {
  content: attr(data);
  display: block;
}
.event_inpagenavi li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #ea5305;
  transition: width 300ms;
  width: 0;
  z-index: 3;
}
.event_inpagenavi li a:hover {
  opacity: 1;
}
.event_inpagenavi li a:hover::after {
  width: 100%;
}
.event_inpagenavi li::after {
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: #ea5305;
  text-align: center;
  line-height: 1.2em;
  content: "省";
  display: inline-block;
  font-family: "orion-font";
  z-index: 2;
  color: #fff;
  position: absolute;
  overflow: hidden;
  right: 10px;
  top: 20px;
}

.l-business--main__img {
  background: #ea5305;
}

@media screen and (max-width: 767px) {
  .m-text_padTB {
    padding-bottom: 50px;
  }
}

/***************************************

応募フォーム　contact7　2024/8追加
対象フォーム：「お問い合わせ」「採用応募フォーム」

****************************************/
.form-contact7-wrapper {
  padding-bottom: 40px;
}

.form-contact7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}
.form-contact7 .formsct7-option {
  display: flex;
  padding: 20px 0;
}
.form-contact7 .formsct7-option dt {
  width: 20%;
}
.form-contact7 .formsct7-option dt p span {
  color: #b90707;
  font-size: 10px;
  font-style: italic;
}
.form-contact7 .formsct7-option dd {
  width: 80%;
}
.form-contact7 .formsct7-option p span {
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
}
.form-contact7 .formsct7-option p span label input {
  margin-right: 1em;
}
.form-contact7 .formsct7-option2 {
  display: flex;
  padding: 20px 0;
}
.form-contact7 .formsct7-option2 dt {
  width: 20%;
}
.form-contact7 .formsct7-option2 dt p span {
  color: #b90707;
  font-size: 10px;
  font-style: italic;
}
.form-contact7 .formsct7-option2 dt p span input {
  outline: none;
}
.form-contact7 .formsct7-option2 dd {
  width: 80%;
  border: 3px solid #000;
  padding: 5px;
  background-color: #e7e7e7;
}
.form-contact7 .formsct7-option2 dd p span input {
  outline: none;
  border: none;
  font-size: 18px;
  background-color: #e7e7e7;
}
.form-contact7 .formsct7-option2 dd select {
  width: 100%;
  display: block;
  padding: 10px;
  height: 100%;
  border: none;
  background: #e7e7e7;
}
.form-contact7 label {
  display: flex;
}
.form-contact7 label dt {
  width: 20%;
  padding: 5px;
  line-height: 120%;
  font-size: 16px;
  font-style: italic;
}
.form-contact7 label dt span {
  color: #b90707;
  font-size: 10px;
  font-weight: normal;
  padding-left: 1em;
}
.form-contact7 label dd {
  width: 80%;
  margin-bottom: 20px;
  border: 3px solid #000;
  padding: 5px;
  background-color: #e7e7e7;
}
.form-contact7 label dd input {
  border: none;
  padding: 5px;
  font-size: 18px;
  outline: none;
}
.form-contact7 label dd.textForm {
  background-color: #e7e7e7;
  padding: 3em 0;
}
.form-contact7 label dd textarea {
  border: none;
  background-color: #e7e7e7;
  outline: none;
}
.form-contact7 dd.birthday p {
  display: flex;
}
.form-contact7 dd.birthday p span {
  width: 20%;
  margin-bottom: 20px;
  border: 3px solid #000;
  padding: 5px;
  background-color: #e7e7e7;
}
.form-contact7 dd.birthday p span select {
  font-size: 18px;
  outline: none;
  border: 0;
  background-color: #e7e7e7;
}

input.wpcf7-free-text {
  font-size: 16px;
  min-height: 5em;
  padding: 1em;
  inline-size: min-content;
  width: 100%;
  overflow-wrap: anywhere;
}

.m-btn__form p input.wpcf7-submit {
  width: 30%;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  padding: 20px 0;
  letter-spacing: 0.05em;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-size: 14px;
  background: #000;
  color: #fff;
  border-width: 0;
  transition: 0.3s;
}
.m-btn__form p input.wpcf7-submit:hover {
  background-color: #ea5305;
}
@media screen and (max-width: 767px) {
  .m-btn__form p input.wpcf7-submit {
    width: 60%;
  }
}

.l-thanks2-content {
  width: 100%;
  display: inline-block;
  padding: 40px 0 60px 0;
}
.l-thanks2-content p.thanks-letter {
  text-align: center;
  font-size: 18px;
  padding: 5em 0;
}
.l-thanks2-content div {
  margin: 0 auto;
}

.l-soccerteams {
  width: 100%;
  background-color: #000;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-soccerteams {
    padding: 20px 0 40px 0;
  }
}
.l-soccerteams p.soccertext {
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
}
.l-soccerteams p.soccertext::before {
  content: "---";
  letter-spacing: -0.1em;
  width: 3em;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .l-soccerteams p.soccertext::before {
    content: none;
  }
}
.l-soccerteams p.soccertext::after {
  content: "---";
  letter-spacing: -0.1em;
  width: 3em;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .l-soccerteams p.soccertext::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .l-soccerteams p.soccertext {
    padding: 20px 10% 0;
  }
}
.l-soccerteams .l-soccerteams_box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-soccerteams .l-soccerteams_box {
    width: 80%;
    display: block;
  }
}
.l-soccerteams .l-soccerteams_box a {
  width: 48%;
  text-align: center;
  color: #fff;
  font-size: 1em;
  padding: 2.5em 0 1em 0;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .l-soccerteams .l-soccerteams_box a {
    width: 100%;
    margin: 5px auto;
  }
}
.l-soccerteams .l-soccerteams_box a p span {
  font-size: 0.7em;
}
.l-soccerteams .l-soccerteams_box a.urawa {
  background: url("../images/common/soccer_urawa.jpg") no-repeat;
  background-size: cover;
}
.l-soccerteams .l-soccerteams_box a.ohmiya {
  background: url("../images/common/soccer_ohmiya.jpg") no-repeat;
  background-size: cover;
}

header .l-header__contact a {
  opacity: 1;
}

header .l-header__contact a::before {
  opacity: 1;
  background-color: #000;
  transition: background-color 1s;
}

header .l-header__contact a::before:hover {
  background-color: #fff !important;
}

header .l-header__contact:hover a::before {
  background-color: #fff !important;
  opacity: 1;
  opacity: 1;
}

header .l-header__contact a:hover .eng {
  color: #000;
  opacity: 1;
}

header .l-header__contact a:hover .o-mail-1::before {
  color: #000;
  opacity: 1;
}

.l-banner-work_tag {
  width: 90%;
  padding: 0;
}
.l-banner-work_tag .l-banner-work_tag_title {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  background-color: #000;
  padding: 0 1em;
  border-radius: 6px;
}
.l-banner-work_tag ul {
  display: flex;
  flex-wrap: wrap;
}
.l-banner-work_tag ul li {
  width: auto;
  padding: 0px 10px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #e3e2e2;
  border-radius: 20px;
  white-space: nowrap;
  color: #323232;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  border: none;
}

#n-slider--wrapp {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 85vh;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #n-slider--wrapp {
    height: 35vh;
  }
}

.n-slider {
  width: 100%;
  height: 85vh;
}
@media screen and (max-width: 767px) {
  .n-slider {
    height: 35vh;
  }
}

.n-slider .n-slick-list {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .n-slider .n-slick-list {
    height: 35vh;
  }
}
.n-slider .n-slick-list:hover {
  opacity: 0.8;
}

.n-slider .n-slick-list a {
  height: 85vh;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .n-slider .n-slick-list a {
    height: 35vh;
  }
}

.n-slider_title {
  width: 100%;
  max-width: 40%;
  min-width: 30%;
  height: auto;
  font-size: 1.8em;
  position: absolute;
  bottom: 30%;
  left: 0%;
  font-weight: bold;
  color: #000;
  font-style: italic;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .n-slider_title {
    font-size: 1.2em;
    bottom: 15%;
    max-width: 80%;
    min-width: 30%;
    height: auto;
  }
}
.n-slider_title::before {
  border-top: 1px solid #000;
  content: "";
  width: 2em;
  margin-right: 1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .n-slider_title::before {
    width: 1em;
  }
}

.l-statement--wrapp {
  position: absolute;
  z-index: 2;
  top: 35%;
  padding: 30px 20px 30px 90px;
  text-decoration: none;
  color: #fff;
  z-index: 1;
  width: 100%;
  max-width: 40%;
  min-width: 30%;
  height: auto;
  min-height: auto;
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-statement--wrapp::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: -webkit-gradient(linear, left top, right bottom, from(#fca200), to(#ea5305));
  background: linear-gradient(to bottom right, #fca200, #ea5305);
}
@media screen and (max-width: 767px) {
  .l-statement--wrapp {
    bottom: 5%;
    width: 100%;
    max-width: 60%;
    min-width: 50%;
    height: 120px;
    padding: 5px 5px 5px 50px;
  }
}

.l-statement--wrapp .l-statement__copy {
  margin-left: 10%;
  font-size: 1.8vw;
  line-height: 180%;
  letter-spacing: 0.6em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-statement--wrapp .l-statement__copy {
    font-size: 3.1vw;
    margin-left: 8%;
  }
}

.l-statement--wrapp img[src$=".svg"] {
  width: 25%;
  height: auto;
  margin-left: 2%;
}

.l-contact_pr {
  width: 100%;
  height: auto;
  max-height: 175px;
  background-color: #F7F7F7;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-contact_pr {
    max-height: auto;
    margin-bottom: 20px;
    display: block;
  }
}
.l-contact_pr .l-contact_pr_text {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-contact_pr .l-contact_pr_text {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-contact_pr .l-contact_pr_text p {
  display: inline-block;
  font-size: 1vw;
  color: #7C7C7C;
  font-weight: bold;
  text-align: left;
  line-height: 160%;
  padding-left: 10%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-contact_pr .l-contact_pr_text p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-contact_pr .l-contact_pr_text p {
    width: 100%;
    font-size: 2.7vw;
    padding: 10px 5%;
    text-align: center;
  }
}
.l-contact_pr .l-contact_pr_banner {
  width: 60%;
  margin-right: -10%;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .l-contact_pr .l-contact_pr_banner {
    width: 100%;
    margin-right: 0;
  }
}
.l-contact_pr .l-contact_pr_banner img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-contact_pr .l-contact_pr_banner img {
    width: 50%;
    max-width: 50%;
  }
}