@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all; /* 自動改行 */
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; /* スムーススクロール */
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3C3C;
  font-size: 17px;
  letter-spacing: 0.13em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

h2 {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  margin: 75px 0;
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}

h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
h3::before,
h3::after {
  content: '';
  width: 17px;
  height: 3px;
  background-color: #fff;
}
h3::before {
  margin-right: 13px;
}
h3::after {
  margin-left: 13px;
}

@media screen and (max-width: 1400px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    margin: 50px 0;
    font-size: 17px;
  }
}

p {
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3C3C;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

ul {
  list-style: none;
  padding:0;
}

.section-inner {
  width: 1120px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.section-inner_narrow {
  width: 950px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.img-fit {
  width: 100%;
  height: auto;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.fwb {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.por {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.red {
  color: #D45B41;
}

.blue {
  color: #4993BA;
}

.green {
  color: #5C8179;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.pt125 {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .pt125 {
    padding-top: 100px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 70px;
  }
}

.pt75 {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .pt75 {
    padding-top: 35px;
  }
}

.pt50 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 35px;
  }
}

.pt25 {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .pt25 {
    padding-top: 15px;
  }
}

.pb125 {
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .pb125 {
    padding-bottom: 100px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 70px;
  }
}

.pb50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 35px;
  }
}

.mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 35px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 70px;
  }
}

.mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 35px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 35px;
  }
}

.ml-minus15 {
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .ml-minus15 {
    margin-left: -5px;
  }
}

.ml-minus10 {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .ml-minus10 {
    margin-left: -5px;
  }
}

@media screen and (min-width: 1025px) {
  .br-1024 {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .br-950 {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .br-901 {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .br-900 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .br-768 {
    display: none;
  }
}

@media screen and (max-width: 601px) {
  .br-600 {
    display: none;
  }
}

@media screen and (min-width: 551px) {
  .br-550 {
    display: none;
  }
}

@media screen and (min-width: 501px) {
  .br-500 {
    display: none;
  }
}

@media screen and (min-width: 381px) {
  .br-380 {
    display: none;
  }
}

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

header pc

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

header {
  box-sizing: border-box;
  width: 100%;
}

.header-inner {
  width: 1512px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header__list {
  display: flex;
}

.header__item {
  width: 20%;
  height: 100px;
  background-color: #fff;
  position: relative;
  transition: all ease .3s;
}

.header__item:hover {
  background-color: #fff;
}

.header__item:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease .3s;
}

.header__item:hover::before {
  background-color: #fff;
}

.header__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #3C3C3C;
  font-size: 1rem;
  transition: all ease .3s;
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .header__item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .header__item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .header__item a {
    text-align: center;
  }
}

.header__item:hover a {
  color: #3C3C3C;
}

.link-none:hover {
  opacity: 1;
}

.header__item .arrow_u {
  position: relative;
}

.header__item .arrow_u:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #3C3C3C;
  border-right: solid 2px #3C3C3C;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 75px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .header__item .arrow_u:before {
    right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .header__item .arrow_u:before {
    width: 4px;
    height: 4px;
    right: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .header__item .arrow_u:before {
    right: 45px;
  }
}

/* ドロップダウンメニュー */
.dropdown__list {
  display: none;
  width: 100% ;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
}

.header__item:hover .dropdown__list {
  display: block;
}

.dropdown__item {
  background-color: #fff;
  height: 100px;
  transition: all ease .3s;
  position: relative;
  border-left: 2px solid #DFDFDF;
  border-right: 2px solid #DFDFDF;
  border-top: 2px solid #DFDFDF;
}
@media screen and (max-width: 1100px) {
  .dropdown__item {
    height: 90px;
  }
}
@media screen and (max-width: 900px) {
  .dropdown__item {
    height: 75px;
  }
}

.dropdown__item:last-child {
    border-bottom: 2px solid #DFDFDF;
}

.dropdown__item:hover {
  opacity: .7;
}

.dropdown__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.dropdown__item .tel {
  display: block;
  position: relative;
}
.dropdown__item .tel div {
  position: absolute;
  top: 25%;
  left: 18%;
}
@media screen and (max-width: 1500px) {
  .dropdown__item .tel div {
    left: 21%;
  }
}
@media screen and (max-width: 1440px) {
  .dropdown__item .tel div {
    left: 18%;
  }
}
@media screen and (max-width: 1300px) {
  .dropdown__item .tel div {
    left: 14%;
  }
}
@media screen and (max-width: 1200px) {
  .dropdown__item .tel div {
    left: 17%;
  }
}
@media screen and (max-width: 1100px) {
  .dropdown__item .tel div {
    left: 13%;
  }
}
@media screen and (max-width: 1000px) {
  .dropdown__item .tel div {
    left: 10%;
  }
}
@media screen and (max-width: 900px) {
  .dropdown__item .tel div {
    left: 11%;
  }
}

.dropdown__item .tel .tel-text {
  display: block;
  margin-bottom: 7px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .dropdown__item .tel .tel-text {
    margin-bottom: 1px;
  }
}

.tel-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

img.tel-icon-img {
  width: 17px;
  margin-right: 6px;
  margin-top: 5px;
}
@media screen and (max-width: 1500px) {
  img.tel-icon-img {
    width: 17px;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  img.tel-icon-img {
    width: 17px;
  }
}
@media screen and (max-width: 900px) {
  img.tel-icon-img {
    width: 13px;
  }
}
@media screen and (max-width: 1000px) {
  img.tel-icon-img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 900px) {
  img.tel-icon-img {
    margin-right: 2px;
    margin-top: 3px;
  }
}

.tel-number {
  display: inline;
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-size: 23px!important;
  font-weight: 900!important;
}
@media screen and (max-width: 1500px) {
  .tel-number {
    font-size: 20px!important;
  }
}
@media screen and (max-width: 1200px) {
  .tel-number {
    font-size: 17px!important;
  }
}

@media screen and (max-width: 830px) {
  .header-pc {
    display: none;
  }
}



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

 header sp

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

@media screen and (min-width: 831px) {
  .header-sp {
    display: none;
  }
}

.header-sp {
  height: fit-content;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  z-index: 1000;
  position:fixed;
  top: 0;
  left: 0;
}

.header-inner-sp {
  padding: 0;
  display: flex;
  align-items: center;
}

.header-inner-sp .-name {
  padding-left: 5%;
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
}

/* ハンバーガーメニュー */
#header-hamburger {
  background: #3C3C3C;
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  margin-left: auto;
  /* ボタンがハンバーガーウィンドウの下に隠れないようにする指定 */
  position: relative;
  z-index: 10;
}

/* 三本線 */
#header-hamburger span {
  display: inline-block;
  background: #fff;
  width: 50%;
  height: 2px;
  /*アニメーションの設定*/
  transition: all .4s;
  position: absolute;
  left: 50%;
  /* バーガー線の位置 */
  transform: translateX(-50%);
}

/* １本目 */
#header-hamburger span:nth-of-type(1) {
  top: 30%;
}

/* ２本目 */
#header-hamburger span:nth-of-type(2) {
  top: 50%;
}

/* ３本目 */
#header-hamburger span:nth-of-type(3) {
  top: 70%;
}

/* ×印 */
/*activeクラスが付与されると線が回転して×になる*/
#header-hamburger.active span:nth-of-type(1) {
  top: 50%;
  left: 25%;
  transform: rotate(-45deg);
  width: 50%;
}

#header-hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

#header-hamburger.active span:nth-of-type(3) {
  top: 50%;
  left: 25%;
  transform: rotate(45deg);
  width: 50%;
}

/* メニューウィンドウ */
#hamburger-window {
  transition: 0.3s;
  text-align: center;
  /* 初期状態は非表示 */
  visibility: hidden;
  position: fixed;
  top: 50px;
  right: -100vw;
  z-index: 1;
  /* 画面いっぱいに表示されるサイズに設定 */
  width: 100%;
  height: 100vh;
  /* 画面からはみ出したらスクロール可能にする */
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
.content::-webkit-scrollbar{
  display:none;
}

#hamburger-window.open {
  visibility: visible;
  right: 0;
}

.hamburger-window__link {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.hamburger-window__link p {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.hamburger-window__link p.-contact {
  padding-top: 37px;
}

.hamburger-window__link:first-child .acordion-btn {
  border-top: 2px solid #3C3C3C;
}


/* アコーディオン部分 */
.acordion-menu-wrapper {
  background-color: #fff
}

.acordion-btn {
  display: flex;
  align-items: center;
  padding-left: 5%;
  text-decoration: none;
  position: relative;
}

.acordion-btn::after {
  /* fontawesomeアイコンを表示 */
  content: '\2b';
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  position: absolute;
  right: 5%;
  top:36px;
  width: 10px;
  aspect-ratio: 1/1;
  color: #3C3C3C;
}

.acordion-btn.is-open::after {
  /* fontawesomeアイコンを表示 */
  content: '\f068';
}

.hamburger-window__link {
  border-top: 2px solid #3C3C3C;
  background-color: #fff;
}

.hamburger-window__link:first-child {
  border-top: 0;
}

.hamburger-window__title,
.hamburger-window__link > a {
  color: #3C3C3C;
}

.hamburger-window__link > a {
  display: block;
  text-align: left;
  padding-left: 5%;
  position: relative;
  text-decoration: none;
}

.hamburger-window__link > a::after {
  /* fontawesomeアイコンを表示 */
  content: '\f054';
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 10px;
  aspect-ratio: 1/1;
  color: #3C3C3C;
}

.acordion>.acordion__item {
  position: relative;
  text-align: left;
  width: 100%;
  background-color: #fff;
  /* 閉じている状態 */
  border-top: 0 #ccc solid;
  line-height: 0;
  /* 閉じるアニメーション */
  transition:
      border-top .1s ease-out,
}

.acordion.is-open>.acordion__item {
  background-color: #fff;
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  /* 開いている状態 */
  border-top: 2px #3C3C3C solid;
  /* 開くアニメーション */
  transition:
      border-top .1s ease-out,
}

.acordion.is-open>.acordion__item:first-child {
  border-top: none;
}

.acordion.is-open>.acordion__item:last-child {
  border-bottom: 0;
}

.acordion.is-open>.acordion__item::after {
  /* fontawesomeアイコンを表示 */
  content: '\f054';
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 10px;
  aspect-ratio: 1/1;
  color: #3C3C3C;
}

.acordion>.acordion__item>.acordion__link {
  color: #3C3C3C;
  display: block;
  padding-left: 7%;
  /* 閉じている状態 */
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition:
      padding-top .3s ease-out,
      padding-bottom .3s ease-out,
      line-height .3s ease-out,
      opacity .1s linear,
      visibility .1s linear;
}

.acordion.is-open>.acordion__item>.acordion__link {
  display: block;
  padding-left: 7%;
  padding-right: 30px;
  /* 開いている状態 */
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition:
      padding-top .3s ease-out,
      padding-bottom .3s ease-out,
      line-height .3s ease-out,
      opacity .1s linear,
      visibility .1s linear;
      text-decoration: none;
}



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

 MV

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

.main-mv {
  position: relative;
}
@media screen and (max-width: 830px) {
  .main-mv {
    position: relative;
    margin-top: 50px;
  }
}

.img-main-visual {
  width: 35%;
  height: auto;
  max-width: 35%;
  position: absolute;
  top:8%;
  left: 35%;
}
@media screen and (max-width: 500px) {
  .img-main-visual {
    width: 100%;
    max-width: 100%;
    top:16%;
    left: 0;
  }
}

/* 手前から飛んでくるアニメーション */
.img-main-visual {
  opacity: 0;
}

.main-mv.show .img-main-visual {
    transform: scale(1);
    animation: vibe .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}

@keyframes vibe {
    0% {transform: scale(5); opacity: 0;}
    60% {transform: scale(1); opacity: 1;}
    65% {transform: translate(0px, 0px) rotateZ(0deg);opacity: 1;}
    75% {transform: translate(2px, 2px) rotateZ(1deg);opacity: 1;}
    85% {transform: translate(0px, 2px) rotateZ(0deg);opacity: 1;}
    95% {transform: translate(2px, 0px) rotateZ(-1deg);opacity: 1;}
    100% {transform: translate(0px, 0px) rotateZ(0deg);opacity: 1;}
}

@media screen and (max-width: 500px) {
  .bg-main-visual-pc {
    display: none;
  }
}

@media screen and (min-width: 501px) {
  .bg-main-visual-sp {
    display: none;
  }
}



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

 about

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

.about {
  background-image: url(../images/bg-about.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-area {
  padding-top: 75px;
  padding-bottom: 80px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about-area {
    padding-top: 50px;
    padding-bottom: 55px;
    border-radius: 5px;
  }
}

.about-ttl {
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-ttl {
    margin-bottom: 30px;
    position: relative;
  }
}

.img-cardboard-three {
  width: 90px;
  position: absolute;
  top: 29px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .img-cardboard-three {
    width: 80px;
    top: 13px;
  }
}
@media screen and (max-width: 850px) {
  .img-cardboard-three {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .img-cardboard-three {
    width: 60px;
    top: 7px;
  }
}
@media screen and (max-width: 640px) {
  .img-cardboard-three {
    width: 50px;
    top: 7px;
  }
}
@media screen and (max-width: 580px) {
  .img-cardboard-three {
    width: 40px;
    top: 15px;
    right: -22px;
  }
}
@media screen and (max-width: 500px) {
  .img-cardboard-three {
    width: 50px;
    top: 71px;
    right: 35px;
  }
}
@media screen and (max-width: 400px) {
  .img-cardboard-three {
    width: 40px;
    top: 80px;
    right: 22px;
  }
}
@media screen and (max-width: 335px) {
  .img-cardboard-three {
    display: none;
  }
}

.about-ttl-top {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .about-ttl-top {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .about-ttl-top {
    font-size: 18px;
  }
}

.big-num {
  font-size: 50px;
}
@media screen and (max-width: 1200px) {
  .big-num {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .big-num {
    font-size: 25px;
  }
}

.about-ttl-btm {
  margin-top: 8px;
  margin-left: 17px;
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.07em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .about-ttl-btm {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .about-ttl-btm {
    margin-top: 4px;
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .about-ttl-btm {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .big-font {
    font-size: 20px;
  }
}

.about-txt {
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .about-txt {
    text-align: left;
  }
}



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

 内職を依頼・内職を探すボタン

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

.two-btnarea {
  background-image: url(../images/bg-two-btnarea.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.naisyoku-btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.naisyoku-btn-flex .-flexitem {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .naisyoku-btn-flex .-flexitem {
    width: 48%;
  }
}

.naisyoku-btn-flex .-flexitem .-ttl {
  margin-top: 30px;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .naisyoku-btn-flex .-flexitem .-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .naisyoku-btn-flex .-flexitem .-ttl {
    margin-top: 15px;
    font-size: 18px;
  }
}

.naisyoku-btn-flex .-flexitem .-txt-area {
  text-align: center;
}

.naisyoku-btn-flex .-flexitem .-txt {
  margin-top: 25px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .naisyoku-btn-flex .-flexitem .-txt {
    margin-top: 8px;
    font-size: 12px;
  }
}

.naisyoku-btn-flex .-flexitem .-button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .naisyoku-btn-flex .-flexitem .-button {
    margin-top: 15px;
  }
}

.naisyoku-btn-flex .-flexitem .-button a {
  background: #4993BA;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 19px 0;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .naisyoku-btn-flex .-flexitem .-button a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .naisyoku-btn-flex .-flexitem .-button a {
    margin-top: 15px;
    padding: 15px 0;
    font-size: 14px;
    border-radius: 5px;
  }
}

.naisyoku-btn-flex .-flexitem .-button.-search a {
  background: #5C8179;
}

.naisyoku-btn-flex .-flexitem .-button a:hover {
  background: #333;
  color: #FFF;
}

.naisyoku-btn-flex .-flexitem .-button a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 17%;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .naisyoku-btn-flex .-flexitem .-button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 11%;
  }
}



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

 request

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

.request {
  background-image: url(../images/bg-request.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.request h2,
.request h3 {
  color: #fff;
}

.request-cando-area {
  padding: 75px 0;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .request-cando-area {
    padding: 50px 0;
    border-radius: 5px;
  }
}

.request-cando-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .request-cando-flex {
    display: block;
  }
}

.request-cando-flex img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .request-cando-flex img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.request-cando-flex .-ttl {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #4993BA;
}

@media screen and (max-width: 1400px) {
  .request-cando-flex .-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .request-cando-flex .-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .request-cando-flex .-ttl {
    font-size: 17px;
  }
}

.request-cando-flex .-line {
  width: 97%;
  margin-top: 6px;
  margin-bottom: 20px;
  border:solid #4993BA 2px;
}
@media screen and (max-width: 768px) {
  .request-cando-flex .-line {
    width: 100%;
  }
}



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

 worry & dont worry

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

.worry {
  background-image: url(../images/bg-worry.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.worry .balloon {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 70px;
  background: #AED1DB;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .worry .balloon {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.worry .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 25px solid #AED1DB;
}

.worry .-ttl {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3C3C3C;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .worry .-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .worry .-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .worry .-ttl {
    font-size: 17px;
  }
}

.worry .-txt-area {
  margin-left: 10%;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worry .-txt-area {
    margin-top: 20px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 620px) {
  .worry .-txt-area {
    margin-left: 20px;

  }
}
@media screen and (max-width: 350px) {
  .worry .-txt-area {
    margin-left: 5px;
  }
}

.worry .-txt-area .-txt {
  margin-top: 10px;
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.13em;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .worry .-txt-area .-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .worry .-txt-area .-txt {
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 0.07em;
  }
}

.worry .-txt-area .-txt::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 34px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-image: url(../images/icon-check.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
    padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .worry .-txt-area .-txt::before {
    width: 19px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
    padding-right: 5px;
  }
}

.img-cardboard-sweat {
  width: 190px;
  position: absolute;
  top: -13px;
  right: 62px;
}
@media screen and (max-width: 768px) {
  .img-cardboard-sweat {
    width: 120px;
  }
}
@media screen and (max-width: 570px) {
  .img-cardboard-sweat {
    width: 90px;
    top: 3px;
    right: 28px;
  }
}
@media screen and (max-width: 480px) {
  .img-cardboard-sweat {
    width: 70px;
    top: -6px;
    right: 10px;
  }
}
@media screen and (max-width: 380px) {
  .img-cardboard-sweat {
    top: -14px;
  }
}
@media screen and (max-width: 350px) {
  .img-cardboard-sweat {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .img-dont-worry-pc {
    display: none;
  }
}

@media screen and (min-width: 651px) {
  .img-dont-worry-sp {
    display: none;
  }
}



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

 reason

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

.reason {
  background-color: #D45B41;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-bottom: 70px;
  }
}

.reason h3 {
  margin: 0;
  color: #fff;
}

.reason .flex-container {
  display: flex;
  justify-content: space-around;
}

.reason .flex-item {
  flex-basis: 30%;
}

.reason .flex-item p {
  margin-top: 25px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .reason .flex-item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .reason .flex-item p {
    margin-top: 10px;
    font-size: 13px;
  }
}



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

 order-contents

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

.order-contents {
  background-image: url(../images/bg-order-contents.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.order-contents h3 {
  margin: 0;
}

.order-contents h3::before,
.order-contents h3::after {
  background-color: #3C3C3C;
}

.order-contents .introduction-txt {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  .order-contents .introduction-txt {
    text-align: left;
  }
}

.order-contents .cont-area {
  width: 1300px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
}
@media screen and (max-width: 650px) {
  .order-contents .cont-area {
    padding: 0;
  }
}

.order-contents .cont-area .flex-container {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 650px) {
  .order-contents .cont-area .flex-container {
    display: block;
    padding: 35px 7%;
  }
}

.order-contents .cont-area .flex-item {
  flex-basis: 29%;
}

.order-contents .cont-area .flex-item p {
  margin-top: 20px;
  line-height: 1.6;

}
@media screen and (max-width: 650px) {
  .order-contents .cont-area .flex-item p {
    margin-top: 10px;
  }
}

.order-contents .cont-area .flex-item.-one {
  margin-left: 30px;
}
@media screen and (max-width: 650px) {
  .order-contents .cont-area .flex-item.-one {
    margin-left: 0;
  }
}

.order-contents .cont-area .flex-item.-three {
  margin-right: 30px;
}
@media screen and (max-width: 650px) {
  .order-contents .cont-area .flex-item.-three  {
    margin-right: 0;
  }
}

.order-contents .cont-area .flex-item.-one p,
.order-contents .cont-area .flex-item.-two p {
  margin-bottom: 30px;
}

.order-contents .cont-area .flex-item .-ttl-area {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .order-contents .cont-area .flex-item .-ttl-area {
    margin-top: 15px;
  }
}

.order-contents .cont-area .flex-item .-ttl-area .-num {
  font-family:"BIZ UDPGothic",Futura,'Century Gothic','Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  color: #D45B41;
  font-size: 34px;
  font-weight: 700;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .order-contents .cont-area .flex-item .-ttl-area .-num {
    font-size: 20px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 650px) {
  .order-contents .cont-area .flex-item .-ttl-area .-num {
    font-size: 25px;
  }
}

.order-contents .cont-area .flex-item .-ttl-area .-ttl {
  color: #D45B41;
  font-size: 23px;
  font-weight: 700;
  padding-right: 10px;
}
@media screen and (max-width: 1500px) {
  .order-contents .cont-area .flex-item .-ttl-area .-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .order-contents .cont-area .flex-item .-ttl-area .-ttl {
    padding-right: 3px;
    font-size: 17px;
  }
}
@media screen and (max-width: 650px) {
  .order-contents .cont-area .flex-item .-ttl-area .-ttl {
    font-size: 19px;
  }
}



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

 example

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

.example {
  background-image: url(../images/bg-example.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .example {
    padding-bottom: 70px;
  }
}

.example h3 {
  margin: 0;
}

.example h3::before,
.example h3::after {
  background-color: #3C3C3C;
}

.example .flex-container {
  display: flex;
  justify-content: space-between;
}

.example .flex-item {
  flex-basis: 23%;
}

.example .flex-item p {
  font-size: 16px;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .example .flex-item p {
    font-size: 14px;
  }
}

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

@media screen and (min-width: 769px) {
  .example .example-sp {
    display: none;
  }
}

/* example-sp */

@media screen and (max-width: 768px) {
  .example .flex-container {
    display: flex;
    justify-content: space-around;
  }
  .example .flex-item {
    flex-basis: 40%;
  }
  .example .flex-item p {
    font-size: 13px;
    margin-top: 5px;
  }
}



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

 request-flow

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


.request-flow {
  background-image: url(../images/bg-request-flow.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .request-flow {
    padding-bottom: 70px;
  }
}

.request-flow h3 {
  margin: 0;
  margin-bottom: 75px;
  color: #3C3C3C;
}
@media screen and (max-width: 768px) {
  .request-flow h3 {
    margin-bottom: 35px;
  }
}

.request-flow h3::before,
.request-flow h3::after {
  background-color: #3C3C3C;
}

.request-flow .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 25px;
}

@media screen and (max-width: 768px) {
  .request-flow .box {
    padding: 25px 10px;
  }
}

.request-flow .box .-flex {
  display: flex;
  align-items: center;
}

.request-flow .-num span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: #4993BA;
  color: #fff;
  font-family:"BIZ UDPGothic",Futura,'Century Gothic','Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .request-flow .-num span {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .request-flow .-num span {
    width: 50px;
    height: 50px;
  }
}

.request-flow .-txt-area {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .request-flow .-txt-area {
    margin-left: 10px;
  }
}

.request-flow .-txt-area .-ttl {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .request-flow .-txt-area .-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .request-flow .-txt-area .-ttl {
    padding-right: 3px;
    font-size: 17px;
  }
}

.request-flow .-txt-area .-txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .request-flow .-txt-area .-txt {
    margin-top: 10px;
  }
}

.request-flow .-arrow {
  margin: 25px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .request-flow .-arrow {
    margin: 15px 0;
  }
}

.request-flow .-arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #4993BA;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}



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

 request-contact

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

 .request-contact {
  padding-top: 65px;
  background-image: url(../images/bg-request-contact.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.request-contact h2 {
  color: #fff;
}
@media screen and (max-width: 400px) {
  .request-contact h2 {
    font-size: 28px;
  }
}

.request-contact .-comment {
  margin: 25px 0 45px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .request-contact .-comment {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .request-contact .-comment {
    font-size: 15px;
  }
}

.request-contact .-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  column-gap: 11px;
}
@media screen and (max-width: 768px) {
  .request-contact .-flex {
    display: block;
  }
}

/* tel */
.request-contact .-flex .-tel {
  width: 50%;
  height: 120px;
  padding: 34px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .request-contact .-flex .-tel {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .request-contact .-flex .-tel .-tel-inner {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
  }
}

.request-contact .-flex .-tel a {
  text-decoration: none;
}

.request-contact .-flex .-tel .-ttl {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  color: #4993BA;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .request-contact .-flex .-tel .-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 810px) {
  .request-contact .-flex .-tel .-ttl {
    font-size: 20px;
  }
}

.request-contact .-flex .-tel .-ttl.-fukidashi {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #4993BA;
  background-color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .request-contact .-flex .-tel .-ttl.-fukidashi {
    margin-top: 20px;
  }
}

.request-contact .-flex .-tel .-ttl.-fukidashi:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-48deg);
  height: 20px;
  width: 20px;
  border-right: 4px solid #4993BA;
  background-color: white;
  content: "";
}

.request-contact .-flex .-tel .tel-num-area {
  margin-top: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request-contact .-flex .-tel .-tel-num {
font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
font-weight: 900;
font-size: 43px;
letter-spacing: 0.03em;
color: #4993BA;
}
@media screen and (max-width: 1024px) {
  .request-contact .-flex .-tel .-tel-num {
    font-size: 34px;
  }
}
@media screen and (max-width: 810px) {
  .request-contact .-flex .-tel .-tel-num {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .request-contact .-flex .-tel .-tel-num {
    margin-bottom: 20px;
  }
}

.request-contact .-flex .-tel .icon-tel-blue {
  margin-bottom: -10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .request-contact .-flex .-tel .icon-tel-blue {
    margin-bottom: 14px;
  }
}

/* web */
.request-contact .-flex .-web {
  width: 50%;
  height: 120px;
  padding: 34px;
  background-color: #4993BA;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .request-contact .-flex .-web {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 11px;
  }
}

@media screen and (max-width: 768px) {
  .request-contact .-flex .-web .-web-inner {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 11px;
    background-color: #4993BA;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
  }
}

.request-contact .-flex .-web a {
  text-decoration: none;
}

.request-contact .-flex .-web .-ttl {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .request-contact .-flex .-web .-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 810px) {
  .request-contact .-flex .-web .-ttl {
    font-size: 20px;
  }
}

.request-contact .-flex .-web .-ttl.-fukidashi {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #fff;
  background-color: #4993BA;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .request-contact .-flex .-web .-ttl.-fukidashi {
    margin-top: 20px;
  }
}

.request-contact .-flex .-web .-ttl.-fukidashi:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-48deg);
  height: 20px;
  width: 20px;
  border-right: 4px solid #fff;
  background-color: #4993BA;
  content: "";
}

.request-contact .-flex .-web .web-txt-area {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .request-contact .-flex .-web .web-txt-area {
    margin-top: 26px;
  }
}

.request-contact .-flex .-web .web-txt-area:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -278%;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .request-contact .-flex .-web .web-txt-area:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    top: -250%;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .request-contact .-flex .-web .web-txt-area:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    top: -158%;
    right: 5%;
  }
}

.request-contact .-flex .-web .-form-txt {
font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 20px;
letter-spacing: 0.1em;
color: #fff;
}
@media screen and (max-width: 1200px) {
  .request-contact .-flex .-web .-form-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .request-contact .-flex .-web .-form-txt {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.request-contact .-flex .-web .-use-txt {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #D45B41;
  padding: 7px 13px;
  border-radius: 50px;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
    .request-contact .-flex .-web .-use-txt {
      font-size: 16px;
    }
}
@media screen and (max-width: 900px) {
  .request-contact .-flex .-web .-use-txt {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
    .request-contact .-flex .-web .-use-txt {
      margin-bottom: 20px;
      font-size: 16px;
    }
}



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

 search

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

.search {
  background-image: url(../images/bg-search.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.search h2,
.search h3 {
  color: #fff;
}

.search-cando-area {
  padding: 75px 0;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .search-cando-area {
    padding: 50px 0;
    border-radius: 5px;
  }
}

.search-cando-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  column-gap: 28px;
}
@media screen and (max-width: 768px) {
  .search-cando-flex {
    display: block;
  }
}

.search-cando-flex img {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .search-cando-flex img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.search-cando-flex .-ttl {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #5C8179;
}

@media screen and (max-width: 1400px) {
  .search-cando-flex .-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .search-cando-flex .-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search-cando-flex .-ttl {
    font-size: 17px;
  }
}

.search .-line {
  width: 100%;
  margin: 25px 0;
  border:solid #5C8179 2px;
}

.search .-ttl-area {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .search .-ttl-area {
    margin-bottom: 10px;
  }
}

.search .-ttl-area .-num {
  font-family:"BIZ UDPGothic",Futura,'Century Gothic','Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  color: #5C8179;
  font-size: 34px;
  font-weight: 700;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .search .-ttl-area .-num {
    font-size: 20px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 650px) {
  .search .-ttl-area .-num {
    font-size: 25px;
  }
}



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

 merit

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

.merit {
  background-color: #D45B41;
}
@media screen and (max-width: 768px) {
  .merit {
    padding-bottom: 70px;
  }
}

.merit h3 {
  margin: 0;
  color: #fff;
}

.merit .flex-container {
  display: flex;
  justify-content: space-around;
}

.merit .flex-item {
  flex-basis: 24%;
}
@media screen and (max-width: 768px) {
  .merit .flex-item {
    flex-basis: 47%;
  }
}

.merit .flex-item .-txt-area {
  height: 175px;
  background-color: #fff;
  /* padding: 30px 20px; */
  border-radius: 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit .flex-item .-txt-area {
    height: 150px;
  }
}
@media screen and (max-width: 400px) {
  .merit .flex-item .-txt-area {
    height: 137px;
  }
}

.merit .flex-item .-txt-box {
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.merit .flex-item .-ttl {
  color: #D45B41;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .merit .flex-item .-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .merit .flex-item .-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .merit .flex-item .-ttl {
    font-size: 14px;
  }
}

.merit .flex-item .-txt {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .merit .flex-item .-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .merit .flex-item .-txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 400px) {
  .merit .flex-item .-txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .merit .flex-item .-txt {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .merit .merit-cont-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .merit .merit-cont-sp {
    display: none;
  }
}



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

 search-flow

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


.search-flow {
  background-image: url(../images/bg-search-flow.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .search-flow {
    padding-bottom: 70px;
  }
}

.search-flow h3 {
  margin: 0;
  margin-bottom: 75px;
  color: #3C3C3C;
}
@media screen and (max-width: 768px) {
  .search-flow h3 {
    margin-bottom: 35px;
  }
}

.search-flow h3::before,
.search-flow h3::after {
  background-color: #3C3C3C;
}

.search-flow .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 25px;
}

@media screen and (max-width: 768px) {
  .search-flow .box {
    padding: 25px 10px;
  }
}

.search-flow .box .-flex {
  display: flex;
  align-items: center;
}

.search-flow .-num span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: #5C8179;
  color: #fff;
  font-family:"BIZ UDPGothic",Futura,'Century Gothic','Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .search-flow .-num span {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search-flow .-num span {
    width: 50px;
    height: 50px;
  }
}

.search-flow .-txt-area {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .search-flow .-txt-area {
    margin-left: 10px;
  }
}

.search-flow .-link {
  color: #3C3C3C;
}

.search-flow .-txt-area .-ttl {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .search-flow .-txt-area .-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .search-flow .-txt-area .-ttl {
    padding-right: 3px;
    font-size: 17px;
  }
}

.search-flow .-txt-area .-txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .search-flow .-txt-area .-txt {
    margin-top: 10px;
  }
}

.search-flow .-arrow {
  margin: 25px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-flow .-arrow {
    margin: 15px 0;
  }
}

.search-flow .-arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #5C8179;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}


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

 faq

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

.faq {
  background-image: url(../images/bg-faq.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.faq h3 {
  margin: 0;
}

.faq h3::before,
.faq h3::after {
  background-color: #3C3C3C;
}

.faq .faq-cont-area {
  margin-left: 12%;
}
@media screen and (max-width: 1200px) {
  .faq .faq-cont-area {
    margin-left: 8%;
  }
}
@media screen and (max-width: 950px) {
  .faq .faq-cont-area {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-cont-area {
    margin-left: 0;
  }
}

.faq .faq-cont-area .-q,
.faq .faq-cont-area .-a {
  display: flex;
  align-items: center;
}

.faq .faq-cont-area .icon-q,
.faq .faq-cont-area .icon-a {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .faq .faq-cont-area .icon-q,
  .faq .faq-cont-area .icon-a {
    margin-right: 15px;
  }
}

.faq .faq-cont-area .-q p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .faq .faq-cont-area .-q p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-cont-area .-q p {
    font-size: 15px;
  }
}



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

 search-contact

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

.search-contact {
  padding-top: 65px;
  background-image: url(../images/bg-search-contact.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.search-contact h2 {
  color: #fff;
}
@media screen and (max-width: 400px) {
  .search-contact h2 {
    font-size: 28px;
  }
}

.search-contact .-comment {
  margin: 25px 0 45px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .search-contact .-comment {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .search-contact .-comment {
    font-size: 15px;
  }
}

.search-contact .-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  column-gap: 11px;
}
@media screen and (max-width: 768px) {
  .search-contact .-flex {
    display: block;
  }
}

/* tel */
.search-contact .-flex .-tel {
  width: 50%;
  height: 120px;
  padding: 34px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-tel {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .search-contact .-flex .-tel .-tel-inner {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
  }
}

.search-contact .-flex .-tel a {
  text-decoration: none;
}

.search-contact .-flex .-tel .-ttl {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  color: #5C8179;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .search-contact .-flex .-tel .-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 810px) {
  .search-contact .-flex .-tel .-ttl {
    font-size: 20px;
  }
}

.search-contact .-flex .-tel .-ttl.-fukidashi {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #5C8179;
  background-color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-tel .-ttl.-fukidashi {
    margin-top: 20px;
  }
}

.search-contact .-flex .-tel .-ttl.-fukidashi:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-48deg);
  height: 20px;
  width: 20px;
  border-right: 4px solid #5C8179;
  background-color: white;
  content: "";
}

.search-contact .-flex .-tel .tel-num-area {
  margin-top: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-contact .-flex .-tel .-tel-num {
font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
font-weight: 900;
font-size: 43px;
letter-spacing: 0.03em;
color: #5C8179;
}
@media screen and (max-width: 1024px) {
  .search-contact .-flex .-tel .-tel-num {
    font-size: 34px;
  }
}
@media screen and (max-width: 810px) {
  .search-contact .-flex .-tel .-tel-num {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-tel .-tel-num {
    margin-bottom: 20px;
  }
}

.search-contact .-flex .-tel .icon-tel-green {
  margin-bottom: -10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-tel .icon-tel-green {
    margin-bottom: 14px;
  }
}

/* web */
.search-contact .-flex .-web {
  width: 50%;
  height: 120px;
  padding: 34px;
  background-color: #5C8179;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-web {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 11px;
  }
}

@media screen and (max-width: 768px) {
  .search-contact .-flex .-web .-web-inner {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 11px;
    background-color: #5C8179;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
  }
}

.search-contact .-flex .-web a {
  text-decoration: none;
}

.search-contact .-flex .-web .-ttl {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .search-contact .-flex .-web .-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 810px) {
  .search-contact .-flex .-web .-ttl {
    font-size: 20px;
  }
}

.search-contact .-flex .-web .-ttl.-fukidashi {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #fff;
  background-color: #5C8179;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-web .-ttl.-fukidashi {
    margin-top: 20px;
  }
}

.search-contact .-flex .-web .-ttl.-fukidashi:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-48deg);
  height: 20px;
  width: 20px;
  border-right: 4px solid #fff;
  background-color: #5C8179;
  content: "";
}

.search-contact .-flex .-web .web-txt-area {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-web .web-txt-area {
    margin-top: 26px;
  }
}

.search-contact .-flex .-web .web-txt-area:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -278%;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .search-contact .-flex .-web .web-txt-area:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    top: -250%;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-web .web-txt-area:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    top: -158%;
    right: 5%;
  }
}

.search-contact .-flex .-web .-form-txt {
font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 20px;
letter-spacing: 0.1em;
color: #fff;
}
@media screen and (max-width: 1200px) {
  .search-contact .-flex .-web .-form-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-web .-form-txt {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.search-contact .-flex .-web .-use-txt {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #D45B41;
  padding: 7px 13px;
  border-radius: 50px;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .search-contact .-flex .-web .-use-txt {
      font-size: 16px;
    }
}
@media screen and (max-width: 900px) {
  .search-contact .-flex .-web .-use-txt {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .search-contact .-flex .-web .-use-txt {
      margin-bottom: 20px;
      font-size: 16px;
    }
}



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

 company

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

.company .table {
  width: 100%;
}

.company .table tr {
    background-image : linear-gradient(to right, #3C3C3C, #3C3C3C 3px, transparent 3px, transparent 8px);
    background-size: 6px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.company .table th,
.company .table td {
  padding: 30px 0;
  border: none;
}

.company .table th {
  width: 30%;
  text-align: left;
  padding-left: 5px;
}

/* sp */
@media only screen and (max-width: 768px) {
  .company .table th,
  .company .table td {
    width: 100%;
    display: block;
  }
  .company .table th {
    width: 100%;
    padding: 25px 0;
  }
  .company .table td {
    padding-top: 0;
    padding-bottom: 25px;
  }
}

.company .-link {
  color: #3C3C3C;
}

.company .map {
  margin-top: 60px;
  width: 100%;
  height: 260px;
}



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

 footer

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

footer {
  padding: 50px 0;
  background-color: #3C3C3C;
  text-align: center;
}

footer .-link {
  font-weight: 400;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-decoration: underline;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  footer .-link {
    font-size: 12px;
  }
}

footer .-link::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  footer .-link::after{
    right: -10%;
  }
}

footer .copyright {
  margin-top: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
font-weight: 400;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 20px;
    font-size: 10px;
  }
}



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

 pagetop

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

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #3C3C3C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #3C3C3C;
  border-right: 3px solid #3C3C3C;
  transform: translateY(20%) rotate(-45deg);
}
