@charset "utf-8";
/* CSS Document */
body {
  position: relative;
}
.contact_btn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1;
}
.contact_btn a {
  background-color: #ff8d3e;
  color: white;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 725px) {
  .contact_btn a {
    padding: 7px 23px 7px 7px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.mv {
  display: flex;
  width: 100%;
}
.mv nav {
  width: 30%;
  padding: 8% 5%;
}
.mv nav h1 {
  margin-bottom: 30%;
}
.mv h1.pc_none {
  display: none;
}
.mv nav ul {
  margin: 5% auto;
  text-align: center;
}
.mv nav ul li {
  margin-bottom: 10%;
}
.mv nav ul li a:hover {
  color: #ff8d3e;
}
.mv .mv_img {
  width: 70%;
  height: 500px;
}
.mv .mv_img img {
  height: 550px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 0 0 0 70px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_img img {
    height: 400px;
  }
}
@media screen and (max-width: 725px) {
  .mv {
    display: block;
  }
  .mv .mv_img {
    width: 100%;
    height: auto;
  }
  .mv .mv_img img {
    height: 400px;
    border-radius: 0;
  }
  .mv nav {
    display: none;
  }
  .mv h1.pc_none {
    display: block;
    width: 50%;
    padding: 10px 0 10px 10px;
  }
}
section h2 {
  color: #ff8d3e;
  font-size: 53px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
  line-height: 1.5;
}
section h2 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.wrap {
  max-width: 1000px;
  width: 90%;
  position: relative;
  margin: 80px auto;
}
section h3 {
  color: #ff8d3e;
  font-size: 28px;
  font-weight: bold;

  margin-bottom: 30px;
}
section h3 span {
  font-size: 20px;
}
.s_contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 725px) {
  .wrap {
    margin: 50px auto;
  }
  section h2 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  section h2 span {
    font-size: 16px;
  }
  section h3 {
    font-size: 20px;
    margin: 15px 0;
    text-align: center;
  }
  section h3 span {
    font-size: 14px;
  }
}
.s_contents .s_txt {
  width: 56%;
}
.s_contents .s_txt p {
  line-height: 2;
  font-size: 15px;
}
.s_contents .s_img {
  width: 40%;
}
.s_contentsFist .s_img {
  order: 2;
}
.s_contentsFist .s_txt {
  order: 1;
}
.btn a {
  background: #ff8d3e;
  color: white;
  display: block;
  width: 300px;
  text-align: center;
  font-weight: bold;
  height: 40px;
  margin-top: 30px;
  line-height: 40px;
  border-radius: 50px;
}
@media screen and (max-width: 725px) {
  .s_contents {
    display: block;
    margin-bottom: 60px;
  }
  .s_contents .s_txt {
    width: 100%;
  }
  .s_contents .s_img {
    width: 100%;
  }
  .s_contentsFist .s_img {
    order: 2;
  }
  .s_contentsFist .s_txt {
    order: 1;
  }
  .btn a {
    margin: 30px auto 0;
  }
}
#philosophy,
#company {
  background: #f5f5f5;
  padding: 10px 0;
}
footer {
  background: #ff8d3e;
}
#philosophy h2,
#company h2 {
  text-align: center;
}
.p_contents {
  display: flex;
}
.p_contents h3 {
  background: #ff8d3e;
  color: white;
  width: 180px;
  font-size: 48px;
  margin-right: 5%;
  height: 180px;
  line-height: 180px;
  border-radius: 180px;
  text-align: center;
}
.p_contents p {
  width: 75%;
  font-size: 15px;
  line-height: 1.8;
  justify-content: end;
}
#messege {
  margin-bottom: 150px;
}
.m_contents {
  font-size: 15px;
  line-height: 1.8;
  justify-content: end;
}
.name {
  float: right;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 725px) {
  .p_contents {
    display: block;
  }
  .p_contents p {
    width: 100%;
  }
  .p_contents p br {
    display: none;
  }
  .p_contents h3 {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto 15px;
    font-size: 40px;
  }
  .m_contents {
    margin-bottom: 20px;
  }
}

#company table {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
#company table th {
  width: 25%;
  font-size: 15px;
  padding: 8px 0;
}
#company table td {
  font-size: 15px;
  padding: 8px 0;
  line-height: 1.5;
}
#company table td a {
  margin-left: 30px;
  font-size: 13px;
  color: #ff8d3e;
}
@media screen and (max-width: 725px) {
  #company table td a {
    display: block;
    margin-left: 0;
  }
}
footer .wrap {
  margin: 0 auto;
  padding: 50px 0;
}
footer .wrap h2 {
  font-size: 53px;
  font-weight: bold;
  color: white;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: center;
}
footer h2 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.c_contentsWrap {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}
.c_contents {
  border: 1px solid white;
  width: 49%;
  border-radius: 50px;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.c_contents p {
  font-size: 37px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.c_contents p.ja {
  font-size: 27px;
  line-height: 1.5;
}
.c_contents span {
  font-size: 14px;
}
@media screen and (max-width: 725px) {
  footer .wrap h2 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  footer .wrap h2 span {
    font-size: 16px;
  }
  .c_contentsWrap {
    display: block;
    width: 90%;
  }
  .c_contents {
    width: 100%;
    margin-bottom: 15px;
  }
  .c_contents p {
    font-size: 32px;
  }
}
#menu-btn-check {
  display: none;
}

.l-nav_hamburger-menu {
  display: none;
}
@media screen and (max-width: 725px) {
  .l-nav_hamburger-menu {
    display: block;
  }
}
.menu-btn {
  position: fixed;
  top: 0;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  background-color: black;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

.menu-content {
  width: 30%;
  height: 500px;
  position: fixed;
  top: 0;
  right: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgb(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; /*アニメーション設定*/
}
@media screen and (max-width: 725px) {
  .menu-content {
    width: 100%;
    height: 100%;
  }
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  line-height: 3;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  text-align: center;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

@media screen and (max-width: 725px) {
  #menu-btn-check:checked ~ .menu-content {
    right: 0%; /*メニューを画面内へ*/
  }
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
