@charset "UTF-8";
/*-----------------------------
リセット
---------------------------*/
* {
  padding: 0;
}

html {
  font-size: 62.5%;
}

main {
  position: relative;
  width: 100%;
  color: #23234b;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
  line-height: 1.7;
  text-align: justify;
  overflow-x: hidden;
}
main img {
  display: inline-block;
  width: 100%;
}
main a img:hover {
  opacity: 1;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
table,
th,
tr,
td,
img {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  color: #23234b;
  text-decoration: none;
  outline: none;
}
a:link, a:visited {
  color: #23234b;
}

img {
  vertical-align: bottom;
  height: auto;
}

ul,
ol {
  list-style-type: none;
}

th,
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

table,
tr,
th,
td {
  border: none;
}

th {
  background-color: inherit;
}

/*-----------------------------
フォント
---------------------------*/
.bold {
  font-weight: bold;
}

.en_font {
  font-family: miller-banner, serif;
  font-style: italic;
  font-weight: 400;
}

.small_text {
  display: inline-block;
  margin-top: 1.5em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: 1.2rem;
}

.slash {
  display: inline-block;
  margin: 0 0.25em;
}

.narrow {
  letter-spacing: normal;
}

.zero {
  display: inline-block;
}

/*-----------------------------
全般
---------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inner {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.brackets::before {
  content: "［";
  margin-right: 0.15em;
}
.brackets::after {
  content: "］";
  margin-left: 0.15em;
}

.common_button {
  position: relative;
  display: block;
  max-width: 400px;
  padding: 1em 0;
  margin: 50px 0 6px;
  font-size: 1.5rem;
  color: #23234b;
  background-color: #fff;
  border: 1px solid #23234b;
  transition: all 0.5s;
  text-align: center;
  font-family: miller-banner, serif;
}
@media screen and (max-width: 768px) {
  .common_button {
    margin-top: 30px;
  }
}
.common_button:link, .common_button:visited {
  color: #23234b;
}
.common_button:hover {
  background-color: #23234b;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
.common_button:hover::before {
  width: 0;
  transition-delay: 0.2s;
}
.common_button:hover::after {
  height: 0;
  transition-delay: 0.3s;
}
.common_button::before {
  background-color: #23234b;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.1s;
  transition-delay: 0.2s;
  bottom: -6px;
  height: 1px;
  right: -6px;
  width: 100%;
}
.common_button::after {
  background-color: #23234b;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.1s;
  transition-delay: 0.1s;
  top: 6px;
  right: -6px;
  height: 100%;
  width: 1px;
}

/*-----------------------------
擬似ヘッダー＆サイドバー
あとで消す
---------------------------*/
.test_header {
  width: 100%;
  height: 160px;
  background-color: #00448b;
}
@media screen and (max-width: 768px) {
  .test_header {
    height: 56px;
  }
}
.test_header .test_header_top {
  width: 100%;
  height: 90px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .test_header .test_header_top {
    display: none;
  }
}

.test_side_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100vh;
  background-color: #fff;
  border-right: #00448b 1px solid;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .test_side_nav {
    display: none;
  }
}

#container {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  #container {
    padding-left: 0;
  }
}

/*-----------------------------

---------------------------*/
.main {
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 40px;
  }
}

.page_title {
  text-align: center;
}
.page_title .top_text {
  display: block;
  margin-left: 0.25em;
  font-size: 4rem;
  letter-spacing: 0.25em;
}
.page_title .bottom_text {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.req_section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .req_section {
    margin-top: 60px;
  }
}

.req_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: 100px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .req_item {
    flex-direction: column-reverse;
    margin-top: 50px;
    padding: 0 0 50px !important;
  }
}
.req_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .req_item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.req_item:nth-of-type(even)::before {
  right: 0;
  left: auto;
}
.req_item:nth-of-type(even) .text_box {
  justify-content: flex-start;
  padding-left: 6%;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .req_item:nth-of-type(even) .text_box {
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .req_item:nth-of-type(even) .sec_img {
    align-self: flex-start;
  }
}
.req_item.item01 .sec_img {
  background-image: url(/request/common/img/req_img/request_img01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.req_item.item01::before {
  background-image: url(/request/common/img/req_img/request_img01_back_pc.jpg);
}
@media screen and (max-width: 768px) {
  .req_item.item01::before {
    background-image: url(/request/common/img/req_img/request_img01_back_sp.jpg);
  }
}
.req_item.item02 .sec_img {
  background-image: url(/request/common/img/req_img/request_img02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.req_item.item02::before {
  background-image: url(/request/common/img/req_img/request_img02_back_pc.jpg);
}
@media screen and (max-width: 768px) {
  .req_item.item02::before {
    background-image: url(/request/common/img/req_img/request_img02_back_sp.jpg);
  }
}
.req_item.item03 {
  padding: 70px 0 100px;
}
.req_item.item03 .sec_img {
  margin-top: 40px;
  background-image: url(/request/common/img/req_img/request_img03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.req_item.item03::before {
  background-image: url(/request/common/img/req_img/request_img03_back_pc.jpg);
}
@media screen and (max-width: 768px) {
  .req_item.item03::before {
    background-image: url(/request/common/img/req_img/request_img03_back_sp.jpg);
  }
}
.req_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-image: url(/request/common/img/req_img/request_img01_back_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .req_item::before {
    width: 100%;
    height: calc(100% - 40px);
  }
}
.req_item .text_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 60%;
  padding-right: 6%;
  padding-left: 2em;
}
@media screen and (max-width: 1024px) {
  .req_item .text_box {
    padding-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .req_item .text_box {
    justify-content: center !important;
    width: 100%;
    padding: 0 5% !important;
  }
}
.req_item .text_box .topic {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .req_item .text_box .topic {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .req_item .text_box .topic {
    margin: 20px 0;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1600px) {
  .req_item .text_box .topic .pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .req_item .text_box .topic .pc {
    display: none;
  }
}
.req_item .text_box .text {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .req_item .text_box .text {
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .req_item .text_box .text .pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .req_item .text_box .text .pc {
    display: none;
  }
}
.req_item .sec_img {
  position: relative;
  width: 40%;
  padding-top: 30%;
}
@media screen and (max-width: 768px) {
  .req_item .sec_img {
    align-self: flex-end;
    width: 95%;
    padding-top: 70%;
  }
}

.req_contact_area {
  margin-top: 150px;
  padding: 60px 0;
  background-image: url(/request/common/img/req_img/contact_img_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .req_contact_area {
    margin-top: 80px;
    padding: 20px 0;
  }
}
.req_contact_area .container {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
  padding: 4% 5%;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 768px) {
  .req_contact_area .container {
    padding: 10% 9% 11%;
  }
}
@media screen and (max-width: 768px) {
  .req_contact_area .container .top_text {
    text-align: justify;
  }
}
.req_contact_area .contact_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}
.req_contact_area .contact_box .topic {
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.25em;
}
.req_contact_area .contact_box .topic::before {
  content: "［";
  display: inline-block;
  margin-right: 0.25em;
}
.req_contact_area .contact_box .topic::after {
  content: "］";
  display: inline-block;
  margin-left: 0.25em;
}
.req_contact_area .contact_box .box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .req_contact_area .contact_box .box {
    width: 100%;
  }
}
.req_contact_area .contact_box .box.tel_box {
  padding-right: 7%;
  border-right: 1px solid #23234b;
}
@media screen and (max-width: 768px) {
  .req_contact_area .contact_box .box.tel_box {
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #23234b;
  }
}
.req_contact_area .contact_box .box.tel_box::before {
  width: 30px;
  background-image: url(/request/common/img/req_img/icon_tel.svg);
}
.req_contact_area .contact_box .box.mail_box {
  padding-left: 7%;
}
@media screen and (max-width: 768px) {
  .req_contact_area .contact_box .box.mail_box {
    padding-left: 0;
  }
}
.req_contact_area .contact_box .box.mail_box::before {
  width: 35px;
  background-image: url(/request/common/img/req_img/icon_mail.svg);
}
.req_contact_area .contact_box .box::before {
  content: "";
  display: block;
  height: 30px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.req_contact_area .contact_box .box .text {
  margin-top: 0.5em;
  font-size: 14px;
}
.req_contact_area .contact_box .box .num {
  margin-top: 0.5em;
  font-size: 1.8rem;
  line-height: 1.3;
}
.req_contact_area .contact_box .box .small_text {
  margin: 0;
  font-size: 1.4rem;
}

.pp_container {
  max-width: 1030px;
  width: 90%;
  margin: 50px auto 0;
}
.pp_container .topic {
  border-bottom: 2px dotted #23234b;
  font-size: 1.6rem;
}
.pp_container .text {
  margin-top: 1.25em;
}
.pp_container .text .link {
  text-decoration: underline;
  text-underline-offset: 3px;
}/*# sourceMappingURL=request.css.map */