@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Noto+Sans+JP:wght@400;700&display=swap");
/* ---------------------------------------------------------------------------------------------------------

 common

--------------------------------------------------------------------------------------------------------- */
.ttl_l {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13vw;
}
@media print, screen and (min-width: 992px) {
  .ttl_l {
    font-size: 8vw;
  }
}

.btn_base {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  color: #FE8B31 !important;
  font-size: 2.2rem;
}
.btn_base i {
  margin-left: 1em;
  font-size: 1.8rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE8B31;
  color: #fff;
  border-radius: 100%;
}
.btn_base:hover {
  opacity: 0.7;
}

.page_title {
  line-height: 1;
  text-align: right;
  padding: 2em 1em;
}
@media print, screen and (min-width: 992px) {
  .page_title {
    padding: 5em 1em;
  }
}
.page_title h2 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 15vw;
}
@media print, screen and (min-width: 992px) {
  .page_title h2 {
    font-size: 10vw;
  }
}
.page_title p {
  font-size: 5vw;
  padding-top: 1em;
}
@media print, screen and (min-width: 992px) {
  .page_title p {
    font-size: 3vw;
  }
}

.ttl_base {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 992px) {
  .ttl_base {
    font-size: 3.4rem;
  }
}
.ttl_base::first-letter {
  color: #FE8B31;
}

.ttl_line {
  margin-bottom: 1.5em;
  font-weight: 700;
  border-bottom: #1A1A1A solid 3px;
  position: relative;
  font-size: 2.4rem;
}
.ttl_line::after {
  content: '';
  border-bottom: #FE8B31 solid 3px;
  width: 25%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media print, screen and (min-width: 992px) {
  .ttl_line::after {
    width: 150px;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl_line {
    font-size: 3rem;
  }
}

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

 BUSINESS

--------------------------------------------------------------------------------------------------------- */
.business_section01 .img img,
.business_section02 .img img,
.business_section03 .img img {
  border-radius: 40px 40px 0 0;
}
@media print, screen and (min-width: 768px) {
  .business_section01 .img img,
  .business_section02 .img img,
  .business_section03 .img img {
    border-radius: 60px;
  }
}
.business_section01 .txt,
.business_section02 .txt,
.business_section03 .txt {
  background: #fff;
  padding: 3em;
  width: 100%;
  border-radius: 0 0 40px 40px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .business_section01 .txt,
  .business_section02 .txt,
  .business_section03 .txt {
    margin-top: -150px;
    width: 70%;
    border-radius: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .business_section01 .txt,
  .business_section02 .txt,
  .business_section03 .txt {
    width: 70%;
  }
}
@media print, screen and (min-width: 1200px) {
  .business_section01 .txt,
  .business_section02 .txt,
  .business_section03 .txt {
    width: 60%;
  }
}

.business_section01,
.business_section02,
.business_section03 {
  position: relative;
}
.business_section01 .img,
.business_section02 .img,
.business_section03 .img {
  text-align: right;
}

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

 WORKS

--------------------------------------------------------------------------------------------------------- */
.works_section ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 992px) {
  .works_section ul li {
    width: 30%;
  }
}

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

 header

--------------------------------------------------------------------------------------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  height: 70px;
}
@media print, screen and (min-width: 992px) {
  .header {
    height: 130px;
  }
}
.header h1 img {
  width: 200px;
}
@media print, screen and (min-width: 992px) {
  .header h1 img {
    width: 335px;
  }
}

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

 PC menu

--------------------------------------------------------------------------------------------------------- */
.pc_tel {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .pc_tel {
    display: block;
    font-size: 2.5rem;
    font-family: "Lato", sans-serif;
    margin-left: auto;
    margin-right: 2em;
  }
}

.sp_tel {
  font-size: 6vw;
  font-family: "Lato", sans-serif;
}
@media print, screen and (min-width: 992px) {
  .sp_tel {
    display: none;
  }
}

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

 SP menu

--------------------------------------------------------------------------------------------------------- */
.el_humburger {
  position: absolute;
  top: 10px;
  right: 18px;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .el_humburger {
    width: 80px;
    height: 80px;
    top: 18px;
  }
}
.el_humburger > span {
  display: block;
  width: 33px;
  height: 3px;
  margin: 0 auto 6px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger > span {
  background: white;
}
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/* gnav */
.navigation {
  display: none;
}
.navigation.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(254, 139, 49, 0.8);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation_wrapper {
  padding: 80px 30px 80px;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .navigation_wrapper {
    padding: 10% 35%;
  }
}
.navigation_wrapper ul {
  display: block;
  margin-top: 0;
}

.navigation_item {
  margin-bottom: 2em;
}
.navigation_item > a {
  color: #1A1A1A;
  font-size: 6vw;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
@media print, screen and (min-width: 992px) {
  .navigation_item > a {
    font-size: 2vw;
  }
}
.navigation_item > a:hover {
  color: #fff;
}
.navigation_item.current a {
  color: #fff;
}

.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

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

 home

--------------------------------------------------------------------------------------------------------- */
/* mainimage
---------------------------------------------------- */
.overhidden {
  overflow: hidden;
}

.top_section01 {
  padding-top: 5em;
}
@media print, screen and (min-width: 992px) {
  .top_section01 {
    padding-top: 10em;
  }
}
.top_section01 h2 {
  font-family: "Lato", sans-serif;
  font-size: 20vw;
  font-weight: 300;
  color: white;
}
@media print, screen and (min-width: 992px) {
  .top_section01 h2 {
    font-size: 10vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_section01 p {
    margin-top: -7.5em;
    padding-left: 35%;
  }
}

.top_section02 {
  padding: 0 15px;
  padding-top: 5em;
  padding-bottom: 5em;
  background: url("../images/top_business_bg.png") no-repeat center top 350px;
}
@media print, screen and (min-width: 992px) {
  .top_section02 {
    padding: 0;
    padding-top: 10em;
    padding-bottom: 10em;
    background: url("../images/top_business_bg.png") no-repeat center top 250px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_section02 {
    background: url("../images/top_business_bg.png") no-repeat center top 350px;
  }
}
.top_section02 .img {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top_section02 .img {
    width: 48%;
  }
}
@media print, screen and (min-width: 992px) {
  .top_section02 .img img {
    border-radius: 0px 100px 100px 0px;
  }
}
.top_section02 .text {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top_section02 .text {
    width: 48%;
    padding: 0 5% 0 3%;
  }
}
.top_section02 .text p {
  padding-bottom: 1em;
}

.top_section03 {
  padding: 0 15px;
  background: url("../images/top_company_bg.png") no-repeat center bottom 400px;
}
@media print, screen and (min-width: 992px) {
  .top_section03 {
    padding: 0;
    background: url("../images/top_company_bg.png") no-repeat center bottom 150px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_section03 {
    background: url("../images/top_company_bg.png") no-repeat center bottom 400px;
  }
}
@media print, screen and (min-width: 992px) {
  .top_section03 .d-flex {
    flex-direction: row-reverse;
  }
}
.top_section03 .img {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top_section03 .img {
    width: 48%;
  }
}
@media print, screen and (min-width: 992px) {
  .top_section03 .img img {
    border-radius: 100px 0 0 100px;
  }
}
.top_section03 .text {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top_section03 .text {
    width: 48%;
    padding: 0 3% 0 5%;
  }
}
.top_section03 .text p {
  padding-bottom: 1em;
}

.top_section04 {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media print, screen and (min-width: 992px) {
  .top_section04 {
    padding-top: 10em;
    padding-bottom: 10em;
  }
}

.top_section04 {
  padding: 0 15px;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media print, screen and (min-width: 992px) {
  .top_section04 {
    padding: 0;
    padding-top: 10em;
    padding-bottom: 10em;
  }
}
.top_section04 .text {
  width: 100%;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 992px) {
  .top_section04 .text {
    width: 40%;
    padding: 0 5%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_section04 .text {
    padding: 0 5% 0 10%;
  }
}
.top_section04 .text h2 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 10vw;
}
@media print, screen and (min-width: 992px) {
  .top_section04 .text h2 {
    font-size: 6vw;
  }
}
.top_section04 .text dl dt {
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: .5em;
}
.top_section04 .map {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top_section04 .map {
    width: 60%;
  }
}

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

 contact

--------------------------------------------------------------------------------------------------------- */
.pp {
  background: white;
  padding: 1.5em;
  margin-top: 3em;
}
@media print, screen and (min-width: 768px) {
  .pp {
    padding: 3em;
  }
}
.pp h4 {
  font-size: 2rem;
  border-bottom: #FE8B31 solid 2px;
  margin-bottom: 1.5em;
}
.pp .pp_txt {
  height: 15em;
  overflow: auto;
}
.pp .pp_txt p {
  padding-bottom: 2.5em;
}
.pp .pp_txt dl {
  margin-bottom: 2.5em;
}
.pp .pp_txt dt {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 1em;
}

/* form
----------------------------------------------------------*/
.required, .any {
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  line-height: 1;
  margin-right: 5px;
  font-size: 76%;
}

.required {
  background: #e00c0c;
}

.any {
  background: #999;
}

input[type="checkbox"] {
  border: 1px solid #ccc;
  margin-right: 5px;
}

input[type="text"],
textarea {
  padding: 10px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
}
input[type="text"]::placeholder,
textarea::placeholder {
  color: #999;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}

input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}

input[type="text"] {
  width: 100%;
}

input.w50[type="text"] {
  width: 100%;
}

textarea {
  width: 100%;
  height: 10em;
}

.select_bg {
  overflow: hidden;
  width: 100%;
  position: relative;
  border: #ccc solid 1px;
  border-radius: 3px;
  padding: 10px;
}
.select_bg select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  background-image: none;
  background: transparent;
  outline: none;
  border: none;
  text-overflow: ellipsis;
}
.select_bg select::-ms-expand {
  display: none;
}

.select_bg::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1A1A1A;
  pointer-events: none;
}

.contact_form table ul {
  display: flex;
  flex-wrap: wrap;
}

.contact_form table ul li {
  margin-right: 2em;
}

.contact_form table table {
  width: 100%;
}
.contact_form table table th {
  background: transparent;
  padding: 5px 10px;
  border: 0;
  width: 25%;
  text-align: right;
}
.contact_form table table td {
  padding: 5px 10px;
  border: 0;
}

@media screen and (max-width: 640px) {
  .contact_form table table th {
    padding: 5px 0 0;
    width: 100%;
    display: block;
    text-align: left;
  }
  .contact_form table table td {
    width: 100%;
    padding: 0;
    display: block;
  }
}
.pp_check {
  padding: 1.5em 0;
  text-align: center;
}

.contact_form .form_btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}

.contact_form .btn_back {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_form .btn_back {
    margin-bottom: 0;
  }
}

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

 footer

--------------------------------------------------------------------------------------------------------- */
footer .f_contact {
  background: #FE8B31;
  padding-left: 10%;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media print, screen and (min-width: 1200px) {
  footer .f_contact {
    background: url("../images/f_contact_bg.png") no-repeat center right #FE8B31;
    padding-top: 10em;
    padding-bottom: 10em;
  }
}
footer .f_contact h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 10vw;
}
@media print, screen and (min-width: 992px) {
  footer .f_contact h3 {
    font-size: 6vw;
  }
}
footer .f_contact h3 + p {
  font-size: 1.7rem;
  font-weight: 700;
  color: white;
}
@media print, screen and (min-width: 992px) {
  footer .f_contact ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
footer .f_contact ul li [data-action="call"] {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
}
@media print, screen and (min-width: 992px) {
  footer .f_contact ul li [data-action="call"] {
    margin-right: 2em;
  }
}
footer .f_contact ul li .btn_contact {
  display: block;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
footer .f_contact ul li .btn_contact:hover {
  opacity: 0.7;
}
footer .f_contact ul li .btn_contact i {
  background: white;
  color: #FE8B31;
  font-size: 1.8rem;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
footer .f_info {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1200px) {
  footer .f_info {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
footer .f_info dl {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  footer .f_info dl {
    width: 50%;
  }
}
footer .f_info dl dt {
  font-size: 2.5rem;
  font-weight: 700;
}
footer .f_info dl dd {
  font-size: 1.7rem;
  line-height: 1.4;
}
footer .f_info dl dd:nth-of-type(2) {
  padding-bottom: .5em;
}
footer .f_info .f_link {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  footer .f_info .f_link {
    width: 50%;
  }
}
footer .f_info .f_link ul {
  display: none;
}
@media print, screen and (min-width: 992px) {
  footer .f_info .f_link ul {
    display: block;
    text-align: right;
  }
}
footer .f_info .f_link ul li {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 2em;
}
footer .f_info .f_link ul li a {
  color: #1A1A1A;
}
footer .f_info .f_link ul li a:hover {
  opacity: 0.7;
}
footer .f_info .f_link .copyright {
  padding-top: 1em;
  text-align: right;
}
footer .f_info .f_link .copyright small {
  font-size: 1.3rem;
}

/* pagetop
----------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1;
}
