@charset "UTF-8";
html {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  color: #534741;
}

a {
  transition: 0.8s;
}

a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}

.wapper {
  width: 100%;
  overflow-x: hidden;
}

/* PC時のサイズ例 -- fontはrem、座標はpxか% -- */
header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

header .inner {
  position: fixed;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  header .inner.pc_header {
    display: none;
  }
}

header .inner.sp_header {
  display: none;
}

@media screen and (max-width: 750px) {
  header .inner.sp_header {
    display: block;
  }
  header .inner.sp_header h1 {
    position: fixed;
    left: 10px;
    top: 10px;
  }
  header .inner.sp_header h1 img {
    width: 50%;
  }
}

header .inner .nav_list {
  display: flex;
  border-right: 1px solid #b1b1b1;
}

header .inner .nav_list li {
  font-size: 1.5rem;
  text-align: center;
}

header .inner .nav_list li a {
  font-weight: 700;
  color: #000;
  display: block;
  border-left: 1px solid #b1b1b1;
  padding: 5px 25px;
}

header .inner .btn {
  position: absolute;
  right: 0;
  top: 0;
}

header .inner .btn a {
  font-weight: 700;
  background-color: #ea6c00;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .inner .btn a img {
  margin-right: 10px;
}

header.fixed {
  background-color: rgba(255, 255, 255, 0.85);
  padding-bottom: 10px;
}

header.fixed:before {
  margin-left: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  backdrop-filter: saturate(180%) blur(8px);
}

header.fixed .inner {
  position: fixed;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  header.fixed .inner.pc_header {
    display: none;
  }
}

header.fixed .inner.sp_header {
  display: none;
}

@media screen and (max-width: 750px) {
  header.fixed .inner.sp_header {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  header.fixed .inner {
    padding: 20px 0 30px;
  }
}

header.fixed .btn {
  position: absolute;
  right: 0;
  top: 0;
}

header.fixed .btn a {
  background-color: #ea6c00;
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.fixed .btn a img {
  margin-right: 10px;
}

header.fixed h1 img {
  max-width: 80%;
}

.sec header {
  position: inherit;
  width: 100%;
  z-index: 100;
  padding-bottom: 20px;
}

.sec header.fixed {
  position: fixed;
}

.top_mv {
  position: relative;
}

@media screen and (max-width: 750px) {
  .top_mv {
    margin-top: 60px;
  }
}

.top_mv .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}

.top_mv .inner h2 {
  letter-spacing: 0.2em;
  position: absolute;
  top: 27%;
  left: 0%;
  font-size: 5rem;
  line-height: 2;
  color: #534741;
  font-weight: 700;
  display: none;
}

.top_mv .inner h2.show {
  display: block;
}

@media screen and (max-width: 750px) {
  .top_mv .inner h2 {
    left: 10%;
    letter-spacing: 0.1em;
  }
}

.top_mv .inner h2.mvtxt02 span {
  position: relative;
}

.top_mv .inner h2.mvtxt02 span:nth-child(8) {
  font-size: 6rem;
}

@media screen and (max-width: 750px) {
  .top_mv .inner h2.mvtxt02 span:nth-child(8) {
    font-size: 3rem;
  }
}

.top_mv .inner h2.mvtxt02 span:nth-child(8)::before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: -webkit-radial-gradient(circle 10px, orange 50%, transparent 50%);
  background: radial-gradient(circle 10px, orange 50%, transparent 50%);
  background: -moz-radial-gradient(circle 10px, orange 50%, transparent 50%);
}

.top_mv .inner h2.mvtxt02 span:nth-child(9) {
  position: relative;
  font-size: 6rem;
}

@media screen and (max-width: 750px) {
  .top_mv .inner h2.mvtxt02 span:nth-child(9) {
    font-size: 3rem;
  }
}

.top_mv .inner h2.mvtxt02 span:nth-child(9)::before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: -webkit-radial-gradient(circle 10px, orange 50%, transparent 50%);
  background: radial-gradient(circle 10px, orange 50%, transparent 50%);
  background: -moz-radial-gradient(circle 10px, orange 50%, transparent 50%);
}

@media screen and (max-width: 750px) {
  .top_mv .inner h2 {
    font-size: 2.3rem;
    text-align: center;
  }
  .top_mv .inner h2 br {
    display: none;
  }
}

.top_mv .inner h3 {
  color: #534741;
  line-height: 2;
  position: absolute;
  top: 40%;
  left: 0%;
  font-size: 2rem;
  display: block;
  letter-spacing: 0.2em;
  display: none;
}

.top_mv .inner h3.show {
  display: block;
}

@media screen and (max-width: 750px) {
  .top_mv .inner h3 {
    font-size: 1.2rem;
    letter-spacing: 0em;
    top: 37%;
    left: 7%;
  }
}

.top_mv .inner h4 {
  color: #534741;
  line-height: 2;
  position: absolute;
  top: 45%;
  left: 0%;
  font-size: 2rem;
  display: block;
  letter-spacing: 0.2em;
  display: none;
}

.top_mv .inner h4.show {
  display: block;
}

@media screen and (max-width: 750px) {
  .top_mv .inner h4 {
    font-size: 1.2rem;
    top: 41%;
    left: 3%;
    letter-spacing: 0.1em;
  }
}

@keyframes toRight {
  100% {
    transform: translate(0, 0);
    background-position: left 0% center;
    color: #534741;
  }
}

.top_box01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .top_box01 {
    flex-direction: column;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.top_box01 .left_box {
  width: 40%;
}

@media screen and (max-width: 750px) {
  .top_box01 .left_box {
    width: 100%;
  }
}

.top_box01 .left_box .sub_txt {
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}

.top_box01 .left_box .sub_txt span {
  color: #ea6c00;
}

.top_box01 .left_box .title {
  font-size: 2.8rem;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 700;
}

.top_box01 .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .top_box01 .left_box .btn {
    text-align: center;
  }
}

.top_box01 .left_box .btn a {
  background-color: #978475;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 30px;
}

.top_box01 .left_box .btn a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.top_box01 .right_box {
  width: 56%;
}

@media screen and (max-width: 750px) {
  .top_box01 .right_box {
    width: 100%;
    margin-top: 40px;
  }
}

.top_box02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .top_box02 {
    flex-direction: column-reverse;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.top_box02 .left_box {
  width: 56%;
}

@media screen and (max-width: 750px) {
  .top_box02 .left_box {
    width: 100%;
    margin-top: calc(100vw * 40 / 375);
  }
}

.top_box02 .right_box {
  width: 40%;
}

@media screen and (max-width: 750px) {
  .top_box02 .right_box {
    width: 100%;
  }
}

.top_box02 .right_box .sub_txt {
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}

.top_box02 .right_box .sub_txt span {
  color: #0071ba;
}

.top_box02 .right_box .title {
  font-size: 2.8rem;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 700;
}

.top_box02 .right_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .top_box02 .right_box .btn {
    text-align: center;
  }
}

.top_box02 .right_box .btn a {
  background-color: #978475;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 30px;
}

@media screen and (max-width: 750px) {
  .top_box02 .right_box .btn a {
    margin: auto;
  }
}

.top_box02 .right_box .btn a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.top_box03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .top_box03 {
    flex-direction: column;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.top_box03 .left_box {
  width: 40%;
}

@media screen and (max-width: 750px) {
  .top_box03 .left_box {
    width: 100%;
  }
}

.top_box03 .left_box .sub_txt {
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}

.top_box03 .left_box .sub_txt span {
  color: #ff7baa;
}

.top_box03 .left_box .title {
  font-size: 2.8rem;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 700;
}

.top_box03 .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .top_box03 .left_box .btn {
    text-align: center;
  }
}

.top_box03 .left_box .btn a {
  background-color: #978475;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 30px;
}

@media screen and (max-width: 750px) {
  .top_box03 .left_box .btn a {
    margin: auto;
  }
}

.top_box03 .left_box .btn a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.top_box03 .right_box {
  width: 56%;
}

@media screen and (max-width: 750px) {
  .top_box03 .right_box {
    width: 100%;
    margin-top: calc(100vw * 40 / 375);
  }
}

.top_box04 {
  background-color: #fffaea;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 90px;
}

.top_box04 .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.top_box04 .inner .titel {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .titel {
    font-size: calc(100vw * 20 / 375);
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.top_box04 .inner .titel::before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 2px;
  background-color: #ea6c00;
  margin-right: 30px;
  transform: rotate(45deg);
}

.top_box04 .inner .titel::after {
  content: "";
  display: inline-block;
  height: 40px;
  width: 2px;
  background-color: #ea6c00;
  margin-left: 30px;
  transform: rotate(45deg);
}

.top_box04 .inner .sub_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .sub_txt {
    padding-left: calc(100vw * 20 / 375);
    padding-right: calc(100vw * 20 / 375);
  }
  .top_box04 .inner .sub_txt br {
    display: none;
  }
}

.top_box04 .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  background-color: #ffeec2;
  border-radius: 50%;
  padding-top: 100px;
  padding-left: 130px;
  padding-right: 130px;
  padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .list {
    padding-top: calc(100vw * 20 / 375);
    padding-left: calc(100vw * 40 / 375);
    padding-right: calc(100vw * 40 / 375);
    padding-bottom: calc(100vw * 20 / 375);
  }
}

.top_box04 .inner .list li {
  text-align: center;
  margin-bottom: 70px;
  opacity: 0;
  transition: 2s;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .list li {
    margin-bottom: 20px;
  }
}

.top_box04 .inner .list li.fadein {
  /*スクロールした時に追加されるクラス*/
  opacity: 1;
}

.top_box04 .inner .list li:nth-child(1) {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .list li:nth-child(1) img {
    width: 40%;
  }
}

.top_box04 .inner .list li:nth-child(2) {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .list li:nth-child(2) img {
    width: 50%;
  }
}

.top_box04 .inner .list li:nth-child(3) {
  width: 31.333%;
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .list li:nth-child(3) {
    width: 25%;
  }
}

.top_box04 .inner .list li:nth-child(4) {
  width: 31.333%;
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .list li:nth-child(4) {
    width: 25%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

.top_box04 .inner .list li:nth-child(5) {
  width: 31.333%;
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .list li:nth-child(5) {
    width: 25%;
  }
}

.top_box04 .inner .list li:nth-child(6) {
  width: 50%;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .list li:nth-child(6) img {
    width: 40%;
    margin-left: auto;
  }
}

.top_box04 .inner .list li:nth-child(7) {
  width: 50%;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .top_box04 .inner .list li:nth-child(7) img {
    width: 43%;
  }
}

.top_box04 .btn {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #ea6c00;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .top_box04 .btn {
    width: 96%;
    padding: calc(100vw * 10 / 375);
  }
}

.top_box04 .btn::before {
  content: "";
  display: block;
  width: 52px;
  height: 19px;
  background-image: url(../images/services/arrow.svg);
  background-size: cover;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.top_box04 .btn h3 {
  font-size: 2.8rem;
  color: #ea6c00;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .top_box04 .btn h3 {
    font-size: calc(100vw * 18 / 375);
    margin-bottom: calc(100vw * 10 / 375);
  }
}

.top_box04 .btn h3.strengths {
  margin-bottom: 0;
}

.top_box04 .btn a {
  background-color: #978475;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 100px;
}

@media screen and (max-width: 750px) {
  .top_box04 .btn a {
    margin: auto;
  }
}

.top_box04 .btn a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.top_box05 {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .top_box05 {
    width: 100%;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.top_box05 .title {
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.top_box05 .news {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 30px;
}

.top_box05 .news li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 750px) {
  .top_box05 .news li {
    flex-wrap: wrap;
  }
}

.top_box05 .news li .day {
  color: #b2b2b2;
  font-size: 1.5rem;
  margin-right: 30px;
}

.top_box05 .news li .category ul li {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
}

.top_box05 .news li .category ul li a {
  background-color: #ea6c00;
  color: #fff;
  font-size: 1.2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 20px;
  display: block;
}

.top_box05 .news li .ntitle {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .top_box05 .news li .ntitle {
    width: 100%;
    margin-top: 10px;
  }
}

.top_box05 .news_list {
  text-align: right;
  font-size: 1.8rem;
  margin-top: 20px;
}

.top_box05 .news_list a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.top_box05 .news_list a::after {
  content: "";
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  display: block;
  margin-left: 10px;
}

.top_box06 {
  background-color: #fffaea;
  margin-top: 90px;
  padding-top: 30px;
  padding-bottom: 75px;
}

.top_box06 .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .top_box06 .inner {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.top_box06 .inner .title {
  text-align: center;
  font-size: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .top_box06 .inner .title {
    font-size: 2rem;
  }
}

.top_box06 .inner .title::before {
  content: "";
  display: block;
  width: 83px;
/*  height: 65px;*/
  height: 0px;
  background-image: url(../images/common/title_icon.svg);
  background-size: cover;
  margin-bottom: 30px;
}

.top_box06 .inner .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .top_box06 .inner .txt_box {
    text-align: left;
  }
}

.top_box06 .inner .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .top_box06 .inner .list {
    flex-wrap: wrap;
  }
}

.top_box06 .inner .list li {
  width: 24%;
}

@media screen and (max-width: 750px) {
  .top_box06 .inner .list li {
    width: 49%;
    margin-bottom: 5px;
  }
}

.top_box06 .inner .list_botom {
  text-align: right;
  font-size: 1.8rem;
}

.top_box06 .inner .list_botom a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.top_box06 .inner .list_botom a::after {
  content: "";
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  display: block;
  margin-left: 10px;
}

.top_box07 {
  background-image: url(../images/top/bk.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 120px;
}

.top_box07 .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .top_box07 .inner {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.top_box07 .inner .title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.top_box07 .inner .txt_box {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .top_box07 .inner .txt_box {
    text-align: left;
  }
  .top_box07 .inner .txt_box br {
    display: none;
  }
}

.top_box07 .inner .list_botom {
  text-align: right;
  font-size: 1.8rem;
}

.top_box07 .inner .list_botom a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.top_box07 .inner .list_botom a::after {
  content: "";
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  display: block;
  margin-left: 10px;
}

footer {
  background-color: #efefef;
  padding-top: 40px;
}

footer .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  footer .inner {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

footer .inner .list {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  footer .inner .list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

footer .inner .list li {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #231815;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  footer .inner .list li {
    display: flex;
    font-size: 1.8rem;
    border-right: none;
    width: 48%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .inner .list li:nth-child(1) {
    width: 38%;
  }
  footer .inner .list li:nth-child(3) {
    width: 38%;
  }
  footer .inner .list li:nth-child(5) {
    width: 38%;
  }
  footer .inner .list li:nth-child(7) {
    width: 38%;
  }
  footer .inner .list li:nth-child(2) {
    width: 58%;
  }
  footer .inner .list li:nth-child(4) {
    width: 58%;
  }
  footer .inner .list li:nth-child(6) {
    width: 58%;
  }
  footer .inner .list li:nth-child(8) {
    width: 58%;
  }
  footer .inner .list li::before {
    content: "▶︎";
    margin-right: 5px;
  }
}

footer .inner .list li:last-child {
  border-right: none;
  padding-right: 0;
}

footer .inner .list li a {
  color: #231815;
}

footer .inner .footer_box {
  text-align: center;
}

footer .inner .footer_box .logo {
  margin-bottom: 15px;
}

footer .inner .footer_box .name {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}

footer .inner .footer_box .ad {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

footer .inner .footer_box .tel {
  font-size: 1.4rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  footer .inner .footer_box .tel {
    margin-bottom: 30px;
  }
}

footer .footer_box02 {
  background-color: #fff;
  padding: 15px 0;
}

@media screen and (max-width: 750px) {
  footer .footer_box02 {
    padding-top: calc(100vw * 15 / 375);
    padding-bottom: calc(100vw * 15 / 375);
  }
}

footer .footer_box02 .logo_box {
  border-bottom: 1px solid #534741;
  padding: 0 0 15px;
  margin-bottom: 10px;
}

footer .footer_box02 .logo_box .footer_btn_list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  footer .footer_box02 .logo_box .footer_btn_list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

footer .footer_box02 .logo_box .footer_btn_list li {
  display: flex;
  align-items: center;
/*  margin-left: 40px;*/
}

@media screen and (max-width: 750px) {
  footer .footer_box02 .logo_box .footer_btn_list li {
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

footer .footer_box02 .logo_box .footer_btn_list li p {
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  footer .footer_box02 .logo_box .footer_btn_list li p {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

footer .footer_box02 .logo_box .footer_btn_list li p::after {
  content: url(../images/common/arrow.svg);
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  footer .footer_box02 .logo_box .footer_btn_list li p::after {
    margin: 0 3px;
  }
}

@media screen and (max-width: 750px) {
  footer .footer_box02 .logo_box .footer_btn_list li .footer_btn {
    width: 70%;
  }
}

footer .footer_box02 .logo_box .footer_btn_list li .footer_btn a {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #c8c0bc;
  border-radius: 5px;
  padding: 5px 15px;
}

@media screen and (max-width: 750px) {
  footer .footer_box02 .logo_box .footer_btn_list li .footer_btn a {
    padding: 5px 10px;
    width: 100%;
    text-align: center;
  }
}

footer .footer_box02 .logo_box .footer_btn_list li .footer_btn a::after {
  margin-left: 5px;
  content: url(../images/common/footer_arrow020.svg);
}

footer .footer_box02 .logo_box .footer_btn_list li.link0 {
  display: inline-block;
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  footer .footer_box02 .logo_box .footer_btn_list li.link0 {
    text-align: center;
    margin-bottom: 20px;
  }
}

footer .footer_box02 .logo_box .footer_btn_list li.link1 a {
  background-color: #009b63;
  color: #fff;
  border: 1px solid #fff;
  min-width: 190px;
}

footer .footer_box02 .logo_box .footer_btn_list li.link1 a:hover {
  font-size: 1.4rem;
  border: 1px solid #009b63;
  color: #009b63;
  background-color: #fff;
}

footer .footer_box02 .logo_box .footer_btn_list li.link1 a:hover::after {
  margin-left: 5px;
  content: url(../images/common/footer_arrow021.svg);
}

footer .footer_box02 .logo_box .footer_btn_list li.link2 a {
  background-color: #82c101;
  color: #fff;
  border: 1px solid #fff;
  min-width: 233px;
}

footer .footer_box02 .logo_box .footer_btn_list li.link2 a:hover {
  font-size: 1.4rem;
  border: 1px solid #82c101;
  color: #82c101;
  background-color: #fff;
}

footer .footer_box02 .logo_box .footer_btn_list li.link2 a:hover::after {
  margin-left: 5px;
  content: url(../images/common/footer_arrow022.svg);
}

footer .footer_box02 .copy {
  text-align: center;
}

footer .footer_box02 .copy small {
  font-size: 1.2rem;
}

footer .footer_box02 .link_box {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: flex;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  footer .footer_box02 .link_box {
    position: inherit;
    margin-bottom: 10px;
  }
}

footer .footer_box02 .link_box li {
  margin-right: 10px;
}

/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
}

@media screen and (max-width: 750px) {
  .pagetop {
    bottom: 20px;
  }
}

.pagetop a {
  display: block;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #eb6c00;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
}

.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

/*==================================================
スライダーのためのcss
===================================*/
#slider {
  width: 100%;
  height: 100vh;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
}

.services_mv {
  background-image: url(../images/services/mv.jpg);
  background-size: cover;
  background-position: center;
  height: 430px;
}

@media screen and (max-width: 750px) {
  .services_mv {
    height: 430px;
  }
}

.services_mv.strengths {
  background-image: url(../images/strengths/mv.jpg);
}

.services_mv.flow {
  background-image: url(../images/flow/mv.jpg);
}

.services_mv.company {
  background-image: url(../images/company/mv.jpg);
}

.services_mv.recruit {
  background-image: url(../images/recruit/mv.jpg);
}

.services_mv.contact {
  background-image: url(../images/contact/mv.jpg);
}

.services_mv.policy {
  background-image: url(../images/policy/mv.jpg);
}

@media screen and (max-width: 750px) {
  .services_mv {
    margin-top: 0px;
  }
}

.services_mv .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}

.services_mv .inner h2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5rem;
  display: block;
  line-height: 2;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 750px) {
  .services_mv .inner h2 {
    font-size: calc(100vw * 18 / 375);
    text-align: center;
  }
  .services_mv .inner h2 br {
    display: none;
  }
}

.services_mv .inner .mvtxt030 {
  font-size: 2rem;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 63%;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .services_mv .inner .mvtxt030 {
    font-size: calc(100vw * 14 / 375);
    top: 56%;
  }
}

.services_mv .inner .sec_mvmsg {
  font-size: 2rem;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 78%;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .services_mv .inner .sec_mvmsg {
    font-size: calc(100vw * 14 / 375);
    top: 78%;
  }
}

.services_box01 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  .services_box01 {
    flex-direction: column-reverse;
    margin-top: 30px;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.services_box01 .left_box {
  width: 68%;
}

@media screen and (max-width: 750px) {
  .services_box01 .left_box {
    width: 100%;
  }
}

.services_box01 .left_box .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .services_box01 .left_box .title {
    width: 100%;
    font-size: calc(100vw * 20 / 375);
    line-height: 1.5;
    margin-bottom: calc(100vw * 20 / 375);
  }
}

.services_box01 .left_box .title span {
  color: #ea6c00;
}

.services_box01 .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .services_box01 .left_box .txt_box {
    font-size: calc(100vw * 14 / 375);
  }
}

.services_box01 .left_box .txt_box span {
  color: #ea6c00;
}

.services_box01 .right_box {
  width: 30%;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .services_box01 .right_box {
    width: 100%;
    text-align: center;
  }
}

.services_box02 {
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  .services_box02 {
    margin-top: calc(100vw * 30 / 375);
    margin-left: calc(100vw * 15 / 375);
    margin-right: calc(100vw * 15 / 375);
    border: 1px solid #f5911e;
    border-radius: 10px;
    padding: calc(100vw * 15 / 375);
  }
}

.services_box02 .title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .services_box02 .title {
    font-size: calc(100vw * 20 / 375);
  }
}

.services_box02 .title::after {
  content: "";
  width: 150px;
  height: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #f5911e;
}

@media screen and (max-width: 750px) {
  .services_box02 .title::after {
    width: calc(100vw * 250 / 375);
    line-height: 1.5;
  }
}

.services_box02 .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.services_box02 .list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .services_box02 .list {
    flex-direction: column;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
    padding-bottom: 0;
  }
}

.services_box02 .list::after {
  content: "";
  display: block;
  width: 73px;
  height: 27px;
  background-image: url(../images/services/arrow.svg);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .services_box02 .list::after {
    display: none;
  }
}

.services_box02 .list li {
  width: 31%;
  opacity: 0;
}

.services_box02 .list li.fadein {
  /*スクロールした時に追加されるクラス*/
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .services_box02 .list li {
    width: 100%;
    margin-bottom: calc(100vw * 15 / 375);
  }
}

.services_box02 .list li .sub_title {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  background-color: #f5911e;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-bottom: -20px;
  position: relative;
  z-index: 10;
  font-weight: 700;
}

.services_box02 .list li .txt_box {
  border: 1px solid #534741;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.services_box02 .list li .txt_box .txt {
  min-height: 72px;
  font-size: 1.8rem;
  line-height: 2;
  display: flex;
  align-items: flex-start;
}

.services_box02 .list li .txt_box .txt span {
  width: calc(100% - 35px);
  display: inline-block;
}

.services_box02 .list li .txt_box .txt:before {
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/services/check.svg);
  background-size: cover;
}

.services_btn01 {
  text-align: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .services_btn01 {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
    margin-top: calc(100vw * 10 / 375);
  }
  .services_btn01::before {
    content: "";
    display: block;
    width: calc(100vw * 37 / 375);
    height: calc(100vw * 14 / 375);
    margin-bottom: calc(100vw * 10 / 375);
    margin-left: 50%;
    background-image: url(../images/services/arrow.svg);
    background-size: cover;
    transform: translateX(-50%);
  }
}

.services_btn01 a {
  font-size: 2.8rem;
  color: #fff;
  background-color: #f5911e;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .services_btn01 a {
    font-size: calc(100vw * 15 / 375);
  }
}

.services_btn01 a::before {
  content: "";
  display: inline-block;
  width: 71px;
  height: 69px;
  background-image: url(../images/services/electricity);
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .services_btn01 a::before {
    width: calc(100vw * 35 / 375);
    height: calc(100vw * 34 / 375);
    margin-left: calc(100vw * -15 / 375);
  }
}

.services_box03 {
  background-color: #fffaea;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 120px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .services_box03 {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
    padding-top: calc(100vw * 50 / 375);
    padding-bottom: calc(100vw * 50 / 375);
    margin-top: calc(100vw * 60 / 375);
  }
}

.services_box03 .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.services_box03 .inner .title {
  font-weight: 700;
  text-align: center;
  font-size: 3.4rem;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .title {
    font-size: calc(100vw * 20 / 375);
    text-align: left;
  }
}

.services_box03 .inner .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  right: 25%;
  width: 170px;
  height: 150px;
  background-image: url(../images/services/services_box03bk.svg);
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .title::before {
    top: 2%;
    right: 10%;
    width: calc(100vw * 85 / 375);
    height: calc(100vw * 75 / 375);
  }
}

.services_box03 .inner .title span {
  color: #ea6c00;
}

.services_box03 .inner .sub_txt {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .sub_txt {
    font-size: calc(100vw * 13 / 375);
    margin-top: calc(100vw * 10 / 375);
    text-align: left;
    padding-left: calc(100vw * 30 / 375);
  }
}

.services_box03 .inner .step {
  margin-top: 130px;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step {
    margin-top: calc(100vw * 50 / 375);
  }
}

.services_box03 .inner .step li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.services_box03 .inner .step li:last-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li {
    flex-direction: column;
    margin-bottom: calc(100vw * 50 / 375);
  }
}

.services_box03 .inner .step li .left_box {
  position: relative;
  width: 60%;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li .left_box {
    width: 100%;
  }
}

.services_box03 .inner .step li .left_box::after {
  content: "";
  width: 90px;
  height: 33px;
  background-image: url(../images/services/arrow.svg);
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li .left_box::after {
    display: none;
  }
}

.services_box03 .inner .step li .left_box.none::after {
  display: none;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li .left_box.none::after {
    display: none;
  }
}

.services_box03 .inner .step li .left_box .step_title {
  font-size: 2.8rem;
  line-height: 1.5;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ea6c00;
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li .left_box .step_title {
    font-size: calc(100vw * 20 / 375);
  }
}

.services_box03 .inner .step li .left_box .step_title::before {
  content: url(../images/services/step.svg);
  position: absolute;
  top: -40px;
  left: -5px;
}

.services_box03 .inner .step li .left_box .step_title span {
  background-color: #ea6c00;
  width: 41px;
  height: 41px;
  display: block;
  text-align: center;
  line-height: 41px;
  color: #fff;
  margin-right: 10px;
}

.services_box03 .inner .step li .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li .left_box .txt_box {
    font-size: calc(100vw * 14 / 375);
  }
}

.services_box03 .inner .step li .left_box .txt_box span {
  color: #ea6c00;
}

.services_box03 .inner .step li .left_box .step_sub_txt {
  margin-top: 100px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li .left_box .step_sub_txt {
    margin-top: calc(100vw * 50 / 375);
    font-size: calc(100vw * 14 / 375);
  }
}

.services_box03 .inner .step li .left_box:last-child::after {
  content: "";
  display: none;
}

.services_box03 .inner .step li .right_box {
  width: 48%;
  text-align: right;
  position: relative;
}

.services_box03 .inner .step li .right_box .poji_img {
  position: absolute;
  top: 17%;
  right: 30%;
}

.services_box03 .inner .step li .right_box .poji_img02 {
  position: absolute;
  top: 0%;
  left: 0%;
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li .right_box {
    width: 100%;
    margin-top: calc(100vw * 30 / 375);
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li .right_box::after {
    content: "";
    width: 90px;
    height: 33px;
    background-image: url(../images/services/arrow.svg);
    background-size: cover;
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  .services_box03 .inner .step li .right_box::after {
    width: calc(100vw * 45 / 375);
    height: calc(100vw * 16 / 375);
    bottom: calc(100vw * -30 / 375);
    left: 50%;
  }
}

@media screen and (max-width: 750px) {
  .services_box03 .inner .step li .right_box.none::after {
    display: none;
  }
}

.btn_list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .btn_list {
    flex-direction: column;
  }
}

.btn_list .btn:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  .btn_list .btn:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .btn_list .btn {
    text-align: center;
  }
}

.btn_list .btn a {
  background-color: #978475;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 30px;
}

@media screen and (max-width: 750px) {
  .btn_list .btn a {
    font-size: calc(100vw * 14 / 375);
    width: 80%;
    margin-bottom: calc(100vw * 10 / 375);
  }
}

.btn_list .btn a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.services_box04 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 750px) {
  .services_box04 {
    padding-top: calc(100vw * 50 / 375);
    padding-bottom: calc(100vw * 50 / 375);
  }
}

.services_box04 .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.services_box04 .inner .title {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner .title {
    font-size: calc(100vw * 20 / 375);
  }
}

.services_box04 .inner .title .og {
  color: #ea6c00;
}

.services_box04 .inner .title .og .big {
  font-size: 7rem;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner .title .og .big {
    font-size: calc(100vw * 35 / 375);
  }
}

.services_box04 .inner .inner_box {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner .inner_box {
    flex-direction: column;
  }
}

.services_box04 .inner .inner_box .right_box {
  width: 52%;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner .inner_box .right_box {
    width: 100%;
  }
}

.services_box04 .inner .inner_box .right_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner .inner_box .right_box .txt_box {
    margin-top: calc(100vw * 20 / 375);
    font-size: calc(100vw * 14 / 375);
    line-height: 2;
  }
}

.services_box04 .inner .inner_box .right_box .voice_title {
  font-size: 2.8rem;
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner .inner_box .right_box .voice_title {
    font-size: calc(100vw * 20 / 375);
  }
}

.services_box04 .inner .inner_box .right_box .voice_list01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.services_box04 .inner .inner_box .right_box .voice_list01 li:first-child {
  background-color: #fffaea;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 20px;
  width: 80%;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner .inner_box .right_box .voice_list01 li:first-child {
    font-size: calc(100vw * 14 / 375);
    padding: calc(100vw * 10 / 375);
    width: 75%;
  }
}

.services_box04 .inner .inner_box .right_box .voice_list01 li:first-child::after {
  content: "";
  display: block;
  background-image: url(../images/services/voice_arrow.svg);
  background-size: cover;
  width: 26px;
  height: 10px;
  position: absolute;
  right: -20px;
  bottom: 10px;
}

.services_box04 .inner .inner_box .right_box .voice_list01 li:last-child {
  width: 20%;
  text-align: right;
}

.services_box04 .inner .inner_box .right_box .voice_list02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.services_box04 .inner .inner_box .right_box .voice_list02 li:last-child {
  background-color: #fffaea;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 20px;
  width: 80%;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner .inner_box .right_box .voice_list02 li:last-child {
    font-size: calc(100vw * 14 / 375);
    padding: calc(100vw * 10 / 375);
    width: 75%;
  }
}

.services_box04 .inner .inner_box .right_box .voice_list02 li:last-child::after {
  content: "";
  display: block;
  background-image: url(../images/services/voice_arrow02.svg);
  background-size: cover;
  width: 26px;
  height: 10px;
  position: absolute;
  left: -20px;
  bottom: 10px;
}

.services_box04 .inner .inner_box .right_box .voice_list02 li:first-child {
  width: 20%;
  text-align: left;
}

.services_box04 .inner .inner_box .left_box {
  width: 38%;
}

@media screen and (max-width: 750px) {
  .services_box04 .inner .inner_box .left_box {
    width: 100%;
    text-align: center;
  }
  .services_box04 .inner .inner_box .left_box img {
    width: 50%;
  }
}

.services_box05 {
  border-top: 1px solid #e4e4e4;
  padding-top: 70px;
}

@media screen and (max-width: 750px) {
  .services_box05 {
    padding-top: calc(100vw * 20 / 375);
  }
}

.services_box05 .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.services_box05 .inner .title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .services_box05 .inner .title {
    font-size: calc(100vw * 20 / 375);
  }
}

.services_box05 .inner .title::after {
  content: "";
  display: block;
  background-color: #ea6c00;
  width: 93px;
  height: 1px;
  margin: 10px auto 0;
}

.services_box05 .inner .services_box05_bk {
  background-color: #fffaea;
  padding: 30px;
  margin-top: 30px;
}

.services_box05 .inner .list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .services_box05 .inner .list {
    flex-direction: column;
  }
}

.services_box05 .inner .list li {
  width: 31%;
}

@media screen and (max-width: 750px) {
  .services_box05 .inner .list li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.services_box05 .inner .list li .txt {
  border-bottom: dashed 1px #534741;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.services_box05 .inner .list li .sub_title {
  text-align: center;
  position: relative;
  border: 1px solid #eb6c00;
  padding: 10px;
  font-size: 2rem;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 750px) {
  .services_box05 .inner .list li .sub_title {
    font-size: calc(100vw * 14 / 375);
  }
}

.services_box05 .inner .list li .sub_title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eb6c00 transparent transparent transparent;
  transform: rotate(-90deg);
}

.services_box05 .inner .list li .sub_title.active::after {
  transform: rotate(0deg);
}

.services_box05 .inner .list li .txt {
  font-size: 2rem;
  margin-top: 10px;
}

.services_box05 .inner .list li .txt span {
  float: right;
}

@media screen and (max-width: 750px) {
  .services_box05 .inner .list li .txt {
    font-size: calc(100vw * 14 / 375);
    line-height: 2;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.services_box05 .inner .list li .txt_box01 {
  transition: .5s;
}

.services_box05 .inner .list li .txt_box01.active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

.services_box05 .inner .list li .txt_box02 {
  transition: .5s;
}

.services_box05 .inner .list li .txt_box02.active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

.services_box05 .inner .list li .txt_box03 {
  transition: .5s;
}

.services_box05 .inner .list li .txt_box03.active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

.services_box05 .inner .copy_txt {
  display: table;
  margin: 30px 0 0 auto;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .services_box05 .inner .copy_txt {
    font-size: calc(100vw * 10 / 375);
    margin-left: 0;
  }
}

.services_box06 {
  background-color: #ffefd6;
}

.services_box06 .inner {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 90px 0;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner {
    padding-top: calc(100vw * 30 / 375);
    padding-bottom: calc(100vw * 30 / 375);
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.services_box06 .inner .title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .title {
    font-size: calc(100vw * 20 / 375);
    margin-top: calc(100vw * 20 / 375);
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(100vw * 0 / 375);
    padding-bottom: calc(100vw * 0 / 375);
    margin-top: 0;
  }
}

.services_box06 .inner .title::after {
  content: "";
  display: block;
  background-color: #ea6c00;
  width: 93px;
  height: 1px;
  margin: 10px auto 0;
}

.services_box06 .inner .sub_txt {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
}

.services_box06 .inner .list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .list {
    flex-wrap: wrap;
  }
}

.services_box06 .inner .list li {
  width: 23%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px #ccc;
  padding: 20px;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .list li {
    flex-wrap: wrap;
    width: 48%;
    margin-bottom: calc(100vw * 20 / 375);
  }
}

.services_box06 .inner .list li .sub_title {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #534741;
  padding-bottom: 10px;
}

.services_box06 .inner .list li .sub_title .img {
  margin-left: 20px;
}

.services_box06 .inner .list li .plice {
  font-size: 4.7rem;
  color: #ea6c00;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .list li .plice {
    font-size: calc(100vw * 24 / 375);
    margin-bottom: calc(100vw * 20 / 375);
  }
}

.services_box06 .inner .list li .plice span {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .list li .plice span {
    font-size: calc(100vw * 14 / 375);
  }
}

.services_box06 .inner .list li .txt_box {
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .list li .txt_box {
    font-size: calc(100vw * 14 / 375);
    padding-left: calc(100vw * 0 / 375);
    padding-right: calc(100vw * 0 / 375);
    margin-bottom: calc(100vw * 10 / 375);
  }
}

.services_box06 .inner .btn {
  margin-top: 40px;
  text-align: center;
}

.services_box06 .inner .btn p {
  display: inline-block;
  position: relative;
  padding: 20px 100px;
  border: 1px solid #eb6c00;
  background-color: #fff;
  font-size: 2rem;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .btn p {
    font-size: calc(100vw * 14 / 375);
    width: 60%;
    padding: 0px;
    padding-top: calc(100vw * 5 / 375);
    padding-bottom: calc(100vw * 5 / 375);
  }
}

.services_box06 .inner .btn p::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eb6c00 transparent transparent transparent;
  transform: rotate(-90deg);
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .btn p::after {
    right: 20px;
    top: calc(100vw * 10 / 375);
  }
}

.services_box06 .inner .btn p.active::after {
  transform: rotate(0deg);
}

.services_box06 .inner .table {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .table {
    overflow: auto;
    white-space: nowrap;
  }
}

.services_box06 .inner .table.txt_box04 {
  transition: .5s;
  opacity: 0;
  display: none;
}

.services_box06 .inner .table.txt_box04.active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

.services_box06 .inner .table table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  background-color: #fff;
}

.services_box06 .inner .table table th {
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  background-color: rgba(234, 108, 0, 0.3);
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  padding: 5px;
  color: #4d4d4d;
  font-weight: 300;
}

.services_box06 .inner .table table td {
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  padding: 5px;
  font-size: 1.5rem;
}

.services_box06 .inner .table table td.txt-center {
  text-align: center;
  vertical-align: middle;
}

.services_box06 .inner .copy_txt {
  margin: 30px 0 0 auto;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .services_box06 .inner .copy_txt {
    font-size: calc(100vw * 10 / 375);
    margin-left: 0;
  }
}

.strengths_box01 {
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .strengths_box01 {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.strengths_box01 .inenr {
  max-width: 1100px;
  margin: 0 auto;
}

.strengths_box01 .inenr .title {
  background-color: #64b4f0;
  padding: 10px 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .strengths_box01 .inenr .title {
    font-size: calc(100vw * 18 / 375);
    padding-left: calc(100vw * 10 / 375);
    padding-right: calc(100vw * 10 / 375);
  }
}

.strengths_box01 .inenr .list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .strengths_box01 .inenr .list {
    flex-direction: column;
  }
  .strengths_box01 .inenr .list li {
    margin-bottom: 20px;
  }
}

.strengths_box02 {
  text-align: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  .strengths_box02 {
    margin-top: calc(100vw * 30 / 375);
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
    margin-bottom: calc(100vw * -100 / 375);
  }
}

.strengths_box02 p {
  font-size: 2.8rem;
  color: #fff;
  background-color: #f5911e;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .strengths_box02 p {
    font-size: calc(100vw * 18 / 375);
  }
}

.strengths_box02 p::before {
  content: "";
  display: inline-block;
  width: 71px;
  height: 69px;
  background-image: url(../images/services/electricity);
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .strengths_box02 p::before {
    width: calc(100vw * 35 / 375);
    height: calc(100vw * 34 / 375);
  }
}

.strengths_box02 p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 10px 0 10px;
  border-color: #f5911e transparent transparent transparent;
}

.strengths_box03 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .strengths_box03 {
    flex-direction: column-reverse;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.strengths_box03 .left_box {
  width: 28%;
}

@media screen and (max-width: 750px) {
  .strengths_box03 .left_box {
    width: 100%;
  }
}

.strengths_box03 .left_box .sub_title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .strengths_box03 .left_box .sub_title {
    font-size: calc(100vw * 14 / 375);
    margin-top: calc(100vw * 20 / 375);
    letter-spacing: normal;
  }
}

.strengths_box03 .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .strengths_box03 .left_box .txt_box {
    font-size: calc(100vw * 14 / 375);
    margin-top: calc(100vw * 10 / 375);
  }
}

.strengths_box03 .right_box {
  width: 68%;
  position: relative;
  padding-top: 0px;
}

.strengths_box03 .right_box .poji_img03_wapper {
  position: relative;
  z-index: 10;
}

.strengths_box03 .right_box .poji_img03 {
  position: absolute;
  left: 20%;
  top: -20%;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .strengths_box03 .right_box .poji_img03 {
    width: 50%;
    left: 28%;
    top: 0%;
  }
}

@media screen and (max-width: 750px) {
  .strengths_box03 .right_box {
    width: 100%;
  }
}

.strengths_box04 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.strengths_box04 .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.strengths_box04 .inner .titel {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .strengths_box04 .inner .titel {
    font-size: calc(100vw * 20 / 375);
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.strengths_box04 .inner .titel::before {
  content: "";
  display: inline-block;
  height: 60px;
  width: 2px;
  background-color: #ea6c00;
  margin-right: 60px;
  transform: rotate(45deg);
}

.strengths_box04 .inner .titel::after {
  content: "";
  display: inline-block;
  height: 60px;
  width: 2px;
  background-color: #ea6c00;
  margin-left: 60px;
  transform: rotate(45deg);
}

.strengths_box04 .inner .list {
  display: flex;
  justify-content: space-between;
}

.strengths_box04 .inner .list.strengths {
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  .strengths_box04 .inner .list {
    flex-direction: column;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
  .strengths_box04 .inner .list.strengths {
    margin-top: calc(100vw * 40 / 375);
  }
}

.strengths_box04 .inner .list li {
  width: 32%;
  margin: 0;
  padding: 20px;
  box-shadow: 0 0 8px #ccc;
}

@media screen and (max-width: 750px) {
  .strengths_box04 .inner .list li {
    width: 100%;
    margin-bottom: calc(100vw * 65 / 375);
    margin-top: calc(100vw * 30 / 375);
  }
}

.strengths_box04 .inner .list li .sub_title {
  background-color: #f5911e;
  border-radius: 20px;
  color: #fff;
  padding: 8px 0;
  font-size: 2.3rem;
  text-align: center;
  margin-top: -55px;
  margin-bottom: 20px;
  position: relative;
}

.strengths_box04 .inner .list li .sub_title.icon01 {
  padding-left: 50px;
  padding-right: 5px;
}

.strengths_box04 .inner .list li .sub_title.icon01::before {
  content: "";
  display: inline-block;
  background-image: url(../images/strengths/icon01.png);
  background-size: cover;
  width: 42px;
  height: 55px;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.strengths_box04 .inner .list li .sub_title.icon02 {
  padding-left: 40px;
  padding-right: 5px;
}

.strengths_box04 .inner .list li .sub_title.icon02 span {
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.strengths_box04 .inner .list li .sub_title.icon02::before {
  content: "";
  display: inline-block;
  background-image: url(../images/strengths/icon02.png);
  background-size: cover;
  width: 42px;
  height: 55px;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.strengths_box04 .inner .list li .sub_title.icon03 {
  padding-left: 30px;
  padding-right: 5px;
}

.strengths_box04 .inner .list li .sub_title.icon03 span {
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.strengths_box04 .inner .list li .sub_title.icon03::before {
  content: "";
  display: inline-block;
  background-image: url(../images/strengths/icon03.png);
  background-size: cover;
  width: 42px;
  height: 55px;
  position: absolute;
  left: 15px;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .strengths_box04 .inner .list li .sub_title {
    font-size: calc(100vw * 17 / 375);
  }
}

.strengths_box04 .inner .list li .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .strengths_box04 .inner .list li .txt_box {
    font-size: calc(100vw * 14 / 375);
  }
}

.strengths_box04 .inner .list li figure {
  margin-top: 40px;
}

.flow_box01 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  .flow_box01 {
    flex-direction: column-reverse;
    margin-top: calc(100vw * 50 / 375);
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.flow_box01 .left_box {
  width: 68%;
}

@media screen and (max-width: 750px) {
  .flow_box01 .left_box {
    width: 100%;
    margin-top: calc(100vw * 25 / 375);
    margin-bottom: calc(100vw * 50 / 375);
  }
}

.flow_box01 .left_box .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .flow_box01 .left_box .title {
    text-align: center;
    font-size: calc(100vw * 20 / 375);
    margin-bottom: calc(100vw * 20 / 375);
  }
}

.flow_box01 .left_box .title::after {
  content: "";
  display: block;
  width: 93px;
  height: 1px;
  background-color: #ea6c00;
  text-align: right;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 50px;
}

@media screen and (max-width: 750px) {
  .flow_box01 .left_box .title::after {
    text-align: center;
    margin-right: auto;
  }
}

.flow_box01 .left_box .title span {
  color: #ea6c00;
}

.flow_box01 .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .flow_box01 .left_box .txt_box {
    font-size: calc(100vw * 14 / 375);
  }
}

.flow_box01 .left_box .txt_box span {
  color: #ea6c00;
}

.flow_box01 .right_box {
  width: 30%;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .flow_box01 .right_box {
    width: 100%;
  }
}

.flow_box02 {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  padding: 40px 15px 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 750px) {
  .flow_box02 {
    width: 94%;
    flex-wrap: wrap;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.flow_box02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 27px;
  background-image: url(../images/flow/arrow.png);
  background-size: cover;
  z-index: 10;
}

.flow_box02.last::after {
  display: none;
}

.flow_box02 .step {
  font-size: 6rem;
  color: #ea6c00;
  text-align: center;
  display: flex;
}

@media screen and (max-width: 750px) {
  .flow_box02 .step {
    order: 0;
    width: 30%;
  }
}

.flow_box02 .step::after {
  content: "";
  height: 130px;
  width: 1px;
  background-color: #e4e4e4;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.flow_box02 .step span {
  font-size: 2.5rem;
  display: block;
}

.flow_box02 .txt_box {
  width: 60%;
}

@media screen and (max-width: 750px) {
  .flow_box02 .txt_box {
    order: 2;
    width: 100%;
    margin-top: calc(100vw * 20 / 375);
  }
}

.flow_box02 .txt_box .title {
  font-size: 2.2rem;
  color: #ea6c00;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .flow_box02 .txt_box .title {
    font-size: calc(100vw * 18 / 375);
    text-align: center;
  }
}

.flow_box02 .txt_box .txt {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .flow_box02 .txt_box .txt {
    font-size: calc(100vw * 14 / 375);
  }
}

.flow_box02 .img_box {
  width: 25%;
  display: block;
  margin-left: 30px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .flow_box02 .img_box {
    order: 1;
    width: 60%;
  }
}

.flow_box03 {
  margin-top: 100px;
  background-color: #fffaea;
  padding-top: 70px;
  padding-bottom: 70px;
}

.flow_box03 .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.flow_box03 .inner .title {
  font-size: 5.5rem;
  text-align: center;
  margin-bottom: 50px;
}

.flow_box03 .inner .title span {
  font-size: 4rem;
}

.flow_box03 .inner .title:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #ea6c00;
  margin: 20px auto 0;
}

.faq {
  background-color: #fff;
  padding: 35px 20px;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .faq {
    padding-top: calc(100vw * 15 / 375);
    padding-bottom: calc(100vw * 15 / 375);
    padding-left: calc(100vw * 10 / 375);
    padding-right: calc(100vw * 10 / 375);
    font-size: calc(100vw * 17 / 375);
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  color: #ea6c00;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 750px) {
  .faq dt {
    font-size: calc(100vw * 17 / 375);
    padding-right: calc(100vw * 30 / 375);
  }
}

.faq dt .q_txt {
  font-size: 3.5rem;
  border-right: 1px solid #e4e4e4;
  padding-right: 20px;
  margin-right: 30px;
}

@media screen and (max-width: 750px) {
  .faq dt .q_txt {
    font-size: calc(100vw * 17 / 375);
    padding-right: calc(100vw * 15 / 375);
    margin-right: calc(100vw * 20 / 375);
  }
}

.faq dd {
  font-size: 1.8rem;
  position: relative;
  margin: 40px 0px 0px 130px;
  display: flex;
  align-items: center;
  display: none;
  /*最初は非表示*/
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .faq dd {
    font-size: calc(100vw * 14 / 375);
    margin-left: calc(100vw * 80 / 375);
    margin-top: calc(100vw * 20 / 375);
  }
}

.faq_icon:before {
  content: "";
  margin: 0px 0px 0px 0px;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(../images/flow/arrow02.svg);
  width: 10px;
  height: 20px;
  background-size: cover;
}

.active .faq_icon:before {
  content: "";
  margin: 0px 0px 0px 0px;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(../images/flow/arrow01.svg);
  width: 20px;
  height: 10px;
  background-size: cover;
}

.company_box01 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 120px;
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  .company_box01 {
    margin-top: calc(100vw * 60 / 375);
  }
}

.company_box01 .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .company_box01 .title {
    font-size: calc(100vw * 20 / 375);
  }
}

.company_box01 .title::after {
  content: "";
  display: block;
  width: 93px;
  height: 1px;
  background-color: #ea6c00;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.company_box01 .title span {
  color: #ea6c00;
}

.company_box01 .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
    flex-direction: column-reverse;
  }
}

.company_box01 .inner .left_box {
  width: 78%;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner .left_box {
    width: 100%;
    margin-top: calc(100vw * 30 / 375);
  }
}

.company_box01 .inner .left_box .sub_title {
  font-size: 2.4rem;
  color: #ea6c00;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner .left_box .sub_title {
    font-size: calc(100vw * 20 / 375);
  }
}

.company_box01 .inner .left_box .sub_title02 {
  font-size: 2.2rem;
  color: #534741;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner .left_box .sub_title02 {
    font-size: calc(100vw * 20 / 375);
  }
}

.company_box01 .inner .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner .left_box .txt_box {
    font-size: calc(100vw * 14 / 375);
  }
}

.company_box01 .inner .left_box .txt_box span {
  color: #ea6c00;
}

.company_box01 .inner .right_box {
  width: 20%;
  text-align: left;
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner .right_box {
    margin-top: 0px;
  }
}

.company_box01 .inner .right_box .company_namebox_wapper {
  display: flex;
  margin-top: 15px;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner .right_box {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .company_box01 .inner .right_box figure {
    width: 48%;
    margin-right: 4%;
  }
  .company_box01 .inner .right_box div {
    width: 48%;
  }
  .company_box01 .inner .right_box div.company_namebox {
    width: auto;
  }
  .company_box01 .inner .right_box div.company_namebox_wapper {
    display: flex;
    flex-direction: column;
  }
}

.company_box01 .inner .right_box .name01 {
  font-size: 1.4rem;
  color: #4d4d4d;
  margin-right: 5px;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner .right_box .name01 {
    font-size: calc(100vw * 12 / 375);
    margin-right: 0;
  }
}

.company_box01 .inner .right_box .name02 {
  font-size: 1.6rem;
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner .right_box .name02 {
    font-size: calc(100vw * 14 / 375);
    margin-top: calc(100vw * 5 / 375);
    margin-bottom: calc(100vw * 5 / 375);
  }
}

.company_box01 .inner .right_box .name03 {
  font-size: 1.2rem;
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner .right_box .name03 {
    font-size: calc(100vw * 11 / 375);
  }
}

.company_box01 .inner02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner02 {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
    margin-top: 0px;
    flex-direction: column-reverse;
  }
}

.company_box01 .inner02 .left_box {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner02 .left_box {
    width: 100%;
    margin-top: calc(100vw * 30 / 375);
  }
}

.company_box01 .inner02 .left_box .sub_title {
  font-size: 2.4rem;
  color: #ea6c00;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner02 .left_box .sub_title {
    font-size: calc(100vw * 20 / 375);
  }
}

.company_box01 .inner02 .left_box .sub_title02 {
  font-size: 2.2rem;
  color: #534741;
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner02 .left_box .sub_title02 {
    font-size: calc(100vw * 20 / 375);
    margin-top: calc(100vw * 50 / 375);
  }
}

.company_box01 .inner02 .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .company_box01 .inner02 .left_box .txt_box {
    font-size: calc(100vw * 14 / 375);
  }
}

.company_box01 .inner02 .left_box .txt_box span {
  color: #ea6c00;
}

.company_box02 {
  padding-bottom: 120px;
  margin-top: 120px;
}

.company_box02 + .company_box02 {
  margin-top: 0;
}

.company_box02 a {
  border-bottom: 1px solid #534741;
}

.company_box02 a:hover {
  color: #ea6c00;
  border-bottom: 1px solid #ea6c00;
}


.company_box02 a[target="_blank"]::after {
  padding-left: 5px;
  content: url(../images/common/footer_arrow02.svg);
  border-bottom: 1px solid #fff;
}

.company_box02 .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .company_box02 .title {
    font-size: calc(100vw * 20 / 375);
/*    padding-bottom: calc(100vw * 60 / 375);*/
    margin-top: calc(100vw * 60 / 375);
  }
  .company_box02 + .company_box02 .title {
    margin-top: 0;
  }
}

.company_box02 .title::after {
  content: "";
  display: block;
  width: 93px;
  height: 1px;
  background-color: #ea6c00;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.company_box02 .title span {
  color: #ea6c00;
}

.company_box02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .company_box02 .inner {
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.company_box02 .inner .company_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.company_box02 .inner .company_list dt {
  font-size: 1.8rem;
  width: 20%;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 750px) {
  .company_box02 .inner .company_list dt {
    font-size: calc(100vw * 14 / 375);
    width: 25%;
  }
}

.company_box02 .inner .company_list dd {
  font-weight: 300;
  font-size: 1.8rem;
  width: 80%;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .company_box02 .inner .company_list dd {
    font-size: calc(100vw * 12 / 375);
    width: 75%;
  }
}

.company_box02 .inner .company_list dd .txt_box {
  line-height: 1.5;
  margin-bottom: 20px;
}

.company_box02.waku .inner .company_list {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.company_box02.waku .inner .company_list dt {
  border-right: 1px solid #e5e5e5;
}

.company_box02.waku .inner .company_list dt,
.company_box02.waku .inner .company_list dd {
  padding-left: 1em;
}

.map .inner {
  max-width: 1100px;
  margin: 0 auto 100px;
}

.map .inner iframe {
  width: 100%;
}

.map .inner .btn {
  margin-top: 50px;
  text-align: center;
}

.map .inner .btn a {
  background-color: #978475;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 30px;
}

@media screen and (max-width: 750px) {
  .map .inner .btn a {
    margin: auto;
  }
}

.map .inner .btn a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.recruit_box {
  margin-top: 100px;
}

.recruit_box .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .recruit_box .inner {
    flex-direction: column-reverse;
  }
}

.recruit_box .inner .left_box {
  padding: 0 30px;
  width: 48%;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .recruit_box .inner .left_box {
    width: 100%;
    margin-top: calc(100vw * 40 / 375);
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.recruit_box .inner .left_box::before {
  content: "";
  display: block;
  height: 400px;
  width: 50%;
  background-color: #fffaea;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .recruit_box .inner .left_box::before {
    top: calc(100vw * -50 / 375);
    height: calc(100vw * 200 / 375);
    width: calc(100vw * 188 / 375);
  }
}

.recruit_box .inner .left_box .title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .recruit_box .inner .left_box .title {
    font-size: calc(100vw * 20 / 375);
  }
}

.recruit_box .inner .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .recruit_box .inner .left_box .txt_box {
    font-size: calc(100vw * 14 / 375);
    margin-top: calc(100vw * 20 / 375);
  }
}

.recruit_box .inner .right_box {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .recruit_box .inner .right_box {
    width: 80%;
    margin-left: auto;
    margin-right: calc(100vw * 20 / 375);
  }
}

.recruit_box02 {
  margin-top: 0px;
}

.recruit_box02 .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .recruit_box02 .inner {
    flex-direction: column;
  }
}

.recruit_box02 .inner .left_box {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .recruit_box02 .inner .left_box {
    width: 80%;
    margin-left: calc(100vw * 20 / 375);
  }
}

.recruit_box02 .inner .right_box {
  padding: 0 30px;
  width: 48%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .recruit_box02 .inner .right_box {
    width: 100%;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.recruit_box02 .inner .right_box::before {
  content: "";
  display: block;
  width: 400px;
  height: 377px;
  background-color: #fffaea;
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .recruit_box02 .inner .right_box::before {
    height: calc(100vw * 200 / 375);
    width: calc(100vw * 188 / 375);
    bottom: auto;
    top: calc(100vw * -50 / 375);
  }
}

.recruit_box02 .inner .right_box .title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .recruit_box02 .inner .right_box .title {
    font-size: calc(100vw * 20 / 375);
    margin-top: calc(100vw * 40 / 375);
  }
}

.recruit_box02 .inner .right_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .recruit_box02 .inner .right_box .txt_box {
    font-size: calc(100vw * 14 / 375);
    margin-top: calc(100vw * 20 / 375);
  }
}

.recruit_box03 {
  margin-top: 100px;
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  .recruit_box03 {
    margin-top: 100px;
  }
}

.recruit_box03 .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 750px) {
  .recruit_box03 .inner {
    flex-direction: column-reverse;
  }
}

.recruit_box03 .inner::before {
  content: "";
  display: block;
  width: 400px;
  height: 377px;
  background-color: #fffaea;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .recruit_box03 .inner::before {
    top: calc(100vw * 150 / 375);
    left: calc(100vw * 20 / 375);
    height: calc(100vw * 188 / 375);
    width: calc(100vw * 192 / 375);
  }
}

.recruit_box03 .inner .left_box {
  padding: 20px 0 0 40px;
  width: 48%;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.recruit_box03 .inner .left_box .mark {
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  .recruit_box03 .inner .left_box {
    width: 100%;
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
    display: block;
  }
}

.recruit_box03 .inner .left_box .title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .recruit_box03 .inner .left_box .title {
    font-size: calc(100vw * 20 / 375);
    margin-top: calc(100vw * 40 / 375);
  }
}

.recruit_box03 .inner .left_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
  // margin-top: 40px;
}
.recruit_box03 .inner .left_box .mark {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .recruit_box03 .inner .left_box .txt_box {
    font-size: calc(100vw * 14 / 375);
    margin-top: calc(100vw * 20 / 375);
  }
  .recruit_box03 .inner .left_box .text,
  .recruit_box03 .inner .left_box .mark {
    width: 100%;
  }
}

.recruit_box03 .inner .right_box {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .recruit_box03 .inner .right_box {
    width: 80%;
    margin-left: auto;
    margin-right: calc(100vw * 15 / 375);
  }
}

.recruit_box04 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 120px;
  margin-top: 120px;
}

.recruit_box04 .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .title {
    font-size: calc(100vw * 20 / 375);
  }
}

.recruit_box04 .title::after {
  content: "";
  display: block;
  width: 93px;
  height: 1px;
  background-color: #ea6c00;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.recruit_box04 .title span {
  color: #ea6c00;
}

.recruit_box04 .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.recruit_box04 .inner .staff_box {
  border: 2px solid #e4e4e4;
  padding: 30px;
  width: 80%;
  margin-top: 100px;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box {
    margin-top: calc(100vw * 200 / 375);
    width: 90%;
    margin-right: calc(100vw * 20 / 375);
  }
}

.recruit_box04 .inner .staff_box .staff_img {
  position: absolute;
  left: -30%;
  top: -20%;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box .staff_img {
    left: calc(100vw * -10 / 375);
    top: calc(100vw * -140 / 375);
  }
}

.recruit_box04 .inner .staff_box .staff_img img {
  width: 50%;
}

.recruit_box04 .inner .staff_box .sub_title {
  font-size: 2.4rem;
  border-bottom: 2px solid #231815;
  padding-bottom: 20px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box .sub_title {
    font-size: calc(100vw * 20 / 375);
  }
}

.recruit_box04 .inner .staff_box .sub_title span {
  font-weight: 300;
  font-size: 1.4rem;
  color: #939394;
  margin-left: 20px;
}

.recruit_box04 .inner .staff_box .sub_title02 {
  font-size: 2rem;
  color: #ea6c00;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box .sub_title02 {
    font-size: calc(100vw * 17 / 375);
  }
}

.recruit_box04 .inner .staff_box .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box .txt_box {
    font-size: calc(100vw * 14 / 375);
  }
}

.recruit_box04 .inner .staff_box02 {
  border: 2px solid #e4e4e4;
  padding: 30px;
  width: 80%;
  margin-top: 100px;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box02 {
    margin-top: calc(100vw * 200 / 375);
    margin-left: calc(100vw * 20 / 375);
  }
}

.recruit_box04 .inner .staff_box02 .staff_img {
  position: absolute;
  right: -30%;
  bottom: -20%;
  z-index: -1;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box02 .staff_img {
    right: calc(100vw * -20 / 375);
    top: calc(100vw * -110 / 375);
    bottom: auto;
  }
}

.recruit_box04 .inner .staff_box02 .staff_img img {
  width: 50%;
}

.recruit_box04 .inner .staff_box02 .sub_title {
  font-size: 2.4rem;
  border-bottom: 2px solid #231815;
  padding-bottom: 20px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box02 .sub_title {
    font-size: calc(100vw * 20 / 375);
    display: flex;
    align-items: flex-end;
  }
}

.recruit_box04 .inner .staff_box02 .sub_title span {
  font-weight: 300;
  font-size: 1.4rem;
  color: #939394;
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box02 .sub_title span {
    width: 55%;
    font-size: calc(100vw * 12 / 375);
  }
}

.recruit_box04 .inner .staff_box02 .sub_title02 {
  font-size: 2rem;
  color: #ea6c00;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box02 .sub_title02 {
    font-size: calc(100vw * 17 / 375);
  }
}

.recruit_box04 .inner .staff_box02 .txt_box {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .recruit_box04 .inner .staff_box02 .txt_box {
    font-size: calc(100vw * 14 / 375);
  }
}

.contact_box {
  max-width: 1100px;
  margin: 130px auto 50px;
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .contact_box {
    margin-top: calc(100vw * 30 / 375);
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.contact_box p {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .contact_box p {
    margin-bottom: calc(100vw * 10 / 375);
    font-size: calc(100vw * 14 / 375);
  }
}

.contact_box p a {
  border-bottom: 1px solid #534741;
}

.contact_box p.red {
  color: #ff0000;
}

.contact_box02 {
  max-width: 1100px;
  margin: 0 auto 0px;
  font-size: 1.8rem;
  color: #736357;
}

.contact_box02 table {
  width: 100%;
}

.contact_box02 th {
  padding: 10px;
  font-weight: 300;
}

@media screen and (max-width: 750px) {
  .contact_box02 th {
    float: left;
    width: 100%;
    display: flex;
  }
  .contact_box02 th .red {
    color: #ff0000;
    margin-left: calc(100vw * 10 / 375);
  }
}

.contact_box02 td {
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .contact_box02 td {
    float: left;
    width: 100%;
  }
}

.contact_box02 td .red {
  color: #e50012;
  margin-left: 10px;
}

.contact_box02 .submit_btn {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
}

.contact_box02 .submit_btn input {
  background-color: #978475;
  color: #fff;
  padding: 10px 100px;
}

.contact_box02 textarea {
  border: 1px solid #cacaca;
  padding: 10px;
  width: 100%;
}

.contact_box02 input {
  border: 1px solid #cacaca;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  .contact_box02 input {
    width: 100%;
  }
}
.contact_box02 .formTable {
  width: 80%;
  margin: 20px auto;
}

.contact_box02 .completion {
  text-align: center;
  margin: 50px;
  line-height: 2;
}

.contact_box02 .completion_btn {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 50px;
  background-color: #ea6c00;
  color: #fff;
  padding: 20px 0;
}

.policy_wappers {
  margin-top: 120px;
  margin-bottom: 120px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .policy_wappers {
    margin-top: calc(100vw * 50 / 375);
    margin-bottom: calc(100vw * 50 / 375);
    padding-left: calc(100vw * 15 / 375);
    padding-right: calc(100vw * 15 / 375);
  }
}

.policy_wappers ol li {
  font-size: 1.8rem;
  margin-bottom: 50px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .policy_wappers ol li {
    font-size: calc(100vw * 14 / 375);
  }
}

.policy_wappers ol li h3 {
  margin-bottom: 10px;
}

.policy_wappers ol li h3 span {
  margin-right: 30px;
}

@media screen and (max-width: 750px) {
  /* スマホ時のサイズ例 -- fontはcalc(vw)、座標はcalc(vw) -- */
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger p.hmenu {
    color: #ea6c00;
    font-size: 1.2rem;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #ea6c00;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 12px;
  }
  .hamburger span:nth-child(2) {
    top: 18px;
  }
  .hamburger span:nth-child(3) {
    top: 24px;
  }
  .hamburger span:nth-child(4) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(2) {
    top: 25px;
    left: 6px;
    background: #ea6c00;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(3),
  .hamburger.active span:nth-child(4) {
    top: 25px;
    background: #ea6c00;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: -100%;
    left: 0;
    color: #fff;
    background: white;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  nav.globalMenuSp.active {
    top: 70px;
    height: 100vh;
/*    height: 100lvh;*/
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    text-align: left;
    font-size: 1.5rem;
    padding-left: 20px;
  }
  nav.globalMenuSp ul li a::before {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    background-image: url(../images/common/sp_nav_arrow.svg);
    background-size: cover;
    margin-right: 10px;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: flex;
    color: #534741;
    padding: 1em 0;
    text-decoration: none;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
  }
}

.fadein_block_img {
  opacity: 0;
}

.fadein_block_img.fadein {
  opacity: 1;
}

.fadein_item {
  opacity: 0;
}

.fadein_item.fadein {
  /*スクロールした時に追加されるクラス*/
  opacity: 1;
}

#formWrap {
  margin: 50px auto;
}

#formWrap h4 {
  margin-bottom: 30px;
}

#formWrap .error_messe {
  color: #e50012;
  margin-bottom: 20px;
}

#formWrap .sub_mit {
  margin-top: 30px;
  text-align: center;
}

#formWrap .sub_mit [type="submit"] {
  background-color: #978475;
  color: #fff;
}

.recruit_box06 {
  padding-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .recruit_box06 {
    padding-bottom: calc(100vw * 60 / 375);
    margin-top: calc(100vw * 60 / 375);
  }
}

.recruit_box06 .title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .recruit_box06 .title {
    font-size: calc(100vw * 20 / 375);
    margin-top: calc(100vw * 60 / 375);
    margin-bottom: calc(100vw * 20 / 375);
  }
}

.recruit_box06 .title::after {
  content: "";
  display: block;
  width: 93px;
  height: 1px;
  background-color: #ea6c00;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.recruit_box06 .title span {
  color: #ea6c00;
}

.recruit_box06 .txt_box {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .recruit_box06 .txt_box {
    font-size: 1.4rem;
  }
}

.recruit_box06 .sub_title {
  font-size: 2.4rem;
  color: #ea6c00;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .recruit_box06 .sub_title {
    font-size: 2rem;
  }
}

.pc_hide {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .pc_hide {
    display: block !important;
  }
}

@media screen and (max-width: 769px) {
  .sp_hide {
    display: none !important;
  }
}

.submit_hover {
  transition: 0.8s;
}

.submit_hover:hover {
  opacity: 0.6;
}

.post-categories li {
  margin-bottom: 2px;
}

.tag_all {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.tag_all li {
  margin-right: 10px;
}

.tag_all li a {
  border-bottom: 1px solid #534741;
}

.mb {
  margin-bottom: 50px;
}
