@charset "utf-8";
/* カラーコード
オレンジ濃い #ff7908
オレンジ薄い #faa43f
グレー #707070
青 #2697b2
緑 #269781

/* ------------------------------------------------共通設定 ここから------------------------------------------------*/
html {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: black;
  line-height: 1.8rem;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 20px;
}

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

.flex {
  display: flex;
}
/* テキストの装飾 */
.para {
  display: inline-block;
}

.ora {
  color: #FF7908;
}

.bold {

}
/* テキストの装飾ここまで */
section {
  padding: 160px 0;
}

h2 {
  font-size: 40px;
  font-weight: bold;
}

h3 {
  font-size: 32px;
  font-weight: bold;
}

#recruit h3 {
  font-size: 24px;
  font-weight: 400;
}

#recruit {
  padding-top: 240px;
}

h3 .number {
  font-size: 80px;
  font-family: 'Poppins';
}

#member,
#other_service .service_wrapper {
  padding: 0 10%;
}
  .paragraph {
    display: none;
  }
  h3 span,
  #feature h2 span,
  #feature h3 span,
  #service h2 span,
  #other_service h2 span,
  #fee h2 span,
  #member h2,
  .name01,
  .name02,
  #form h2 span,
  .recruit_h2 span {
    letter-spacing: 0.05em;
  }
/* 
font-family: 'Poppins', sans-serif;
font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 700;
font-style: normal;
font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 500;
font-style: normal;
font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 400;
font-style: normal; */
/* ------------------------------------------------ 共通項目 ここまで ------------------------------------------------ */
/* ~載せる順番~
TOP{
service
member
manager
company_profile
feature
Example/Review
other_service
}
料金
採用
お問い合わせ
ZEIMU
*/
/* ------------------------------------------------ TOP ここから ------------------------------------------------ */
/* トップ画像    //////////////////////*/
.home {
  padding-top: 0;
}
.header-fixed {
  background-color: transparent;
}
.home .top-header .ja {
  color: #fff;
}
.top-bg {
  background: url("../images/top-bg.jpg") no-repeat top center / cover;
  height: 100vh;
  position: relative;
}

.top-catchcopy {
    display: block;
    width: 600px;
    height: 800px;
    margin: auto 200px;
    position: relative;
}
.top-bg .catch {
    color: #fff;
    border-bottom: none;
    text-align: left;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 16px;
    position: absolute;
    top: 30%;
    line-height: 1.6;
}
.top-bg .catch_sub {
    margin: 0;
    color: #ed6103;
    display: flex;
    align-items: center;
    position: absolute;
    top: 59%;
    left: 5%;
    font-size: 24px;
}
.top-bg .catch_sub::after {
  width: 150px;
    margin-left: 1rem;
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ed6103;
}
.top-catchcopy::before {
    content: url(../images/top01.png);
    position: absolute;
    top: 22%;
    left: -15%;
  }
.top-catchcopy::after {
    content: url(../images/top02.png);
    position: absolute;
    top: 35%;
    left: 41%;
}
/* header    //////////////////////*/
.home .common-logo {
  display: none;
}

.top-header .header.change-color h1 .top-logo {
  display: none;
}
.top-header .header.change-color h1 .common-logo {
  display: inline-block;
}
.top-header .header.change-color .nav-textchange .nav-translate a .ja {
  color: #000;
}
.top-header .header.change-color .nav-textchange .nav-translate a span.contact-hover,
.top-header .header.change-color .nav-textchange .nav-contact a .ja {
  color: #fff;
}

header {
  z-index: 999;
}



.home .container {
  width: 100%;
}

.home p .ora {
  font-weight: bold;
}

.home a span {
  color: #000;
}
.tell {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
footer a span {
  color: #000;
  font-size: 14px;
}
.tell a span {
  font-size: 14px;
}
.top_text {
  text-align: center;
  padding: 180px 60px 40px;
  width: 90%;
  margin: 0 auto;
}

.top_text p strong {
  border-bottom: 3px solid #265bb2;
  line-height: 4rem;
  font-size: 38px;
  padding: 10px;
}

.top_text p {
  margin-bottom: 20px;
}

/*                 header ここから                  */
header {
  position: relative;
  width: 100%;
  height: 100%;
}

.home header {
  padding-bottom: 60px;
}

header .navi .logo {
  width: 260px;
  height: auto;
  z-index: 20;
}

.mainvisual {
  position: relative;
}

.homelogo {
  position: absolute;
  width: 30%;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 25%);
}

.top_form {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  justify-content: space-between;
  margin-top: 20px;
}

footer ul ul li:first-child {
  border-bottom: 2px solid #2697b2;
  font-weight: 500;
}

#feature h2 span,
#feature h3 span,
#service h2 span {
  font-family: 'Poppins', sans-serif;
}

#feature h2 span {
  margin-left: 30px;
}

.home h2 {
  text-align: center;
  margin-bottom: 120px;
}

.home section h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 60px;
  background: url(../images/h2_icon_48px.png) no-repeat left center /contain;
  vertical-align: middle;
  padding: 24px;
}

/*                    header navi                 */
/* .navi {
  z-index: 300;
  width: 100%;
  position: fixed;
  transition: .8s;
}
header nav {
  padding: 100px 5% 0;
}

header nav ul {
  justify-content: space-around;
} */
.header-fixed {
  /* height: 128px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header h1 {
  margin: 0;
}
header h1 img {
  height: 128px;
  padding: 16px;
}
header nav {
  display: flex;
  width: 100%;
}
header nav ul {
  display: flex;
  justify-content: space-evenly;
  height:100%;
  margin: 0;
  width: 100%;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.menu li a {
  font-size: 16px;
}

.navi {
  z-index: 300;
  width: 100%;
  position: fixed;
  transition: .8s;
}


/* お問合せボタン */
.nav-contact {
  margin: 0;
}
.nav-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  background-color: #ed6103;
  color: #fff;
}
.nav-contact a:hover {
  background-color: #FC812F;
}
/* プルダウンメニュー */
.nav-decoration span::after {
  padding-left: 4px;
  font: var(--fa-font-solid);
  font-size: 18px;
  content: "\f078";
  }
.nav-recruit {
   position: relative;
   width: 100%;
}
.nav-recruit a {
   width: 100%;
   padding: 10px;
}
.menu .nav-recruit:hover > ul {
  display: block;
}
.menu .nav-recruit ul {
 display: none;
 position: absolute;
 top: 128px;
 width: 100%;
}
.menu .nav-recruit ul li {
  background-color: #ed6103;
  color: #fff;
  font-size: 1.6rem;
}
.nav-downlist a {
  font-size: 1.4rem;
  /* 追加 */
  font-size: 16px;
}
.nav-downlist a:hover {
  background-color: #FC812F;
}
/*---------------------
参考サイトから引用ここから
------------------------ */
.nav-textchange .nav-translate a {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 8px 16px;
}
.nav-textchange .nav-translate a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #ed6103;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-textchange .nav-translate a span {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-textchange .nav-translate a .en {
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: bold;
  white-space: nowrap;
  color: #ed6103;
}
/*---------------------
参考サイトから引用ここまで
------------------------ */
.nav-textchange .nav-translate a span.contact-hover {
  color: #fff;
} 
.nav-textchange .nav-translate a:hover::after {
  width: 100%;
}
.nav-textchange .nav-translate a:hover span.ja {
  transform: translate(0%, -300%);
}
.nav-textchange .nav-translate a:hover span.en {
  top: 35%;
}


/* ナビ固定 */
.header-fixed {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
/*---------------------
参考サイトから引用
------------------------ */
/* headerの色を変える */
.header.change-color {
    background-color: rgba(255,255,255,0.8);
/*---------------------
参考サイトから引用ここまで
------------------------ */
}

.navi {
  display: none;
}
/*                  header ハンバーガーメニュー                  */
/* ハンバーガーメニュー */
.openbtn1 {
  background: #269781;
  cursor: pointer;
  width: 45px;
  height: 100px;
  padding-top: 5px;
  border-radius: 5px 0 0 5px;
  right: 0;
  z-index: 999;
  text-align: center;
}

.openbtn1 span {
  color: #fff;
}

.header_nav {
  justify-content: space-between;
  align-items: center;
}

.form_wrapper {
  height: 100%;
  display: grid;
  grid-template-rows: 45% 15% 30%;
  text-align: center;
}

.form_wrapper p:first-child {
  grid-row: 2 / 3;
}

.form_wrapper p:last-child {
  grid-row: 3 / 4;
}

.openbtn1 {
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  top: 5%;
  right: 0;
}

.hide {
  opacity: 0;
}

.formlink a {
  text-align: center;
  display: inline-block;
  border-radius: 15px;
  width: 220px;
  line-height: 3rem;
  background-color: #ff7908;
  color: #fff
}



.formlink {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
}

/*キラッと光る*/
.formlink::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.formlink:hover::before {
  animation: shine 0.7s;
} 



.header_nav .formlink_sp {
  text-align: center;
}

.header_nav .formlink_sp i {
  font-size: 30px;
}

.formlink_sp {
  position: fixed;
  margin: 0 auto;
  top: 20%;
  right: 0;
}

.header_nav .formlink_sp a {
  background-color: #ff7908;
  width: 45px;
  border-radius: 5px;
  z-index: 999;
  color: #fff;
}

.header_nav .formlink_sp a p {
  font-size: 18px;
  line-height: 2.5;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 130px;
}

/* スクロールで表示 */
.scroll_active {
  opacity: 1;
  visibility: visible;
}

.scroll_passive {
  opacity: 0;
  visibility: hidden;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  line-height: 1;
}

.openbtn1 span:nth-of-type(1),
.openbtn1 span:nth-of-type(3) {
  height: 2px;
  background: #fff;
  width: 62%;
  left: 20%;
}

.openbtn1 span:nth-of-type(1) {
  top: 10px;
}

.openbtn1 span:nth-of-type(2) {
  top: 16px;
  left: 12px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.openbtn1 span:nth-of-type(3) {
  top: 91px;
}

/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
.openbtn1.active span:nth-of-type(1) {
  top: 45px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

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

.openbtn1.active span:nth-of-type(3) {
  top: 57px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

/*========= レイアウトのためのCSS ===============*/
a {
  color: #333;
  text-decoration: none;
}

.lead {
  margin: 20px 0 0 0;
}

.btn-block {
  width: 200px;
  padding: 30px;
}

.navi .openbtn_fixed {
  position: fixed;
  right: -100%;
  transform-origin: top;
  transition: 0.5s;
  align-items: flex-end;
  justify-content: space-around;
  width: 100%;
  height: 100vh;
  visibility: hidden;
}

.navi .text_fixed {
  right: 0%;
  height: 100vh;
  visibility: visible;
}
.openbtn_fixed .arrangement {
  width: 60%;
  height: 100%;
  margin: 20px;
  display: grid;
  grid-template-columns: 45% 45%;
  grid-template-rows: 30% 30% 30%;
  justify-content: space-between;
}

.arrangement li:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.arrangement li:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.arrangement li:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.arrangement li:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.arrangement li:last-child {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}
/* 追従ナビ */
/* ナビの配置 */
.navi {
  position: fixed;
  top: 0;
}

.header_nav .logo {
  display: none;
}

.formlink_sp .tell_sp,
.formlink_sp i {
  display: none;
}

/* 追従ナビ end */
/* ハンバーガーメニュー end */
/*                   header ここまで                  */
/* service */
#service {
  background-image: url(../images/computer-3174729_1920.jpg);
  background-color: rgba(255, 255, 255, 0.45);
  background-blend-mode: overlay;
  background-size: cover;
}

.service_link {
  justify-content: space-around;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.service_btn1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
.service_btn2 {
  font-size: 18px;
}
.servicebtn_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 16px;
}
.servicebtn_wrapper img {
  position: absolute;
  width: 30px;
  height: auto;
  top: 8px;
  left: 8px;
}
.service_link a {
  line-height: 1.8;
  width: 30%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .6);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 6);
  background-color: #fff;
}
.service_link a:first-child {
  border: 1px solid #4459b6;
}
.service_link a:nth-child(2) {
  border: 1px solid #ed6103;
}
.service_link a:nth-child(3) {
  border: 1px solid #269781;
}
.service_link a:first-child:hover {
  background-color: #9aadff;
}
.service_link a:nth-child(2):hover {
  background-color: #ffb686;
}
.service_link a:nth-child(3):hover {
  background-color: #3bf4cf77;
}

/* ------------------------------------------------ MEMBERここから ------------------------------------------------*/

#member h2 {
  text-align: center;
  margin: 0 auto;
}

#member h2::before {
  /* content: url(../images/h2_icon_48px.png); */
  /* margin-right: 32px; */
  vertical-align: middle;
}

#member h2 span {
  font-family: 'Poppins';
  color: #FF7908;
  margin-left: 24px;
}

#member {
  padding: 160px 15%;
}

.name_wrapper {
  width: 65%;
  margin: 256px 0 0 auto;
}

.name_wrapper02 {
  width: 65%;
  margin: 256px 0 0 0;
}

.name_wrapper p,
.name_wrapper02 {
  font-size: 40px;
  border-bottom: 3px solid #265bb2;
}

.post01,
.post02 {
  font-size: 18px;
  margin-left: 16px;
}

.name01,
.name02 {
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  color: #FF7908;
  line-height: 1.2;
}

.profile_wrapper {
  margin: 48px 0;
}

.profile_wrapper02 {
  margin-top: 32px;
  justify-content: center;
}

.profile_wrapper img {
  margin-right: 32px;
}

.profile_wrapper02 img {
  margin-left: 32px;
}

.profile_wrapper img,
.profile_wrapper02 img {
  width: 250px;
  object-fit: contain;
}

.profile_text,
.profile_text02,
.profile_text03 {
  width: 65%;
}

.profile_text {
  margin: 0 0 0 auto;
}

.phot01,
.phot02,
.phot03,
.phot04 {
  flex-basis: 30%;
}

#member .name01 {
  display: block;
  width: 100%;
  text-align: right;
}

/*------------------------------------------------MEMBERここまで------------------------------------------------*/
/*------------------------------------------------MANAGERここから------------------------------------------------*/
#manager {
  background-color: #fff9ea;
}

.manager {
  padding: 0 5%;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.manager_wrapper {
  flex-basis: 40%;
  border: 2px solid #ff7908;
  background-color: rgba(228, 227, 227, 0.5);
  margin-bottom: 32px;
  padding: 32px 40px;
}
.manager_name01 {
  font-size: 32px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  border-bottom: 2px solid #ff7908;
  margin-bottom: 24px;
  line-height: 1.8;
}
.profile_wrapper03 {
  display: inline-block;
  margin: 0 auto 48px;
}
.profile_text04 {
  margin-bottom: 32px;
}
.profile_wrapper03 p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
}
.profile_wrapper03 ul {
  display: block;
  margin-top: 16px;
}
/*----------------------MANAGERここまで-------------------------*/

/* ---------------- company_profileここから---------------------  */


.company_dl {
  font-size: 24px;
  padding: 80px 12% 0;
  line-height: 64px;
}

.company_dl dt {
  float: left;
  color: #2697b2;
  width: 7em;
}

.company_dl dd {
  border-bottom: 3px solid #2697b2;
  padding: 0 0 0 256px;
}

/* 20250630修正 */
span.box2 {
  padding:0;
  margin: 0 0;
  font-weight: bold; 
  text-decoration: underline;
}
span.box2 p {
  margin: 0; 
  padding: 0;
}
/* 修正 ここまで*/
/*            company_profile ここまで               */


/*                  feature ここから                  */
#feature {
  width: 100%;
  background-color: #fff9ea;
}

.grid {
  margin: 120px 0;
}

.grid:last-child {
  margin: 0;
}

.feature_wrapper .grid h3 {
  border-bottom: 2px solid #265bb2;
  padding-left: 96px;
  line-height: 4rem;
  align-self: flex-end;
}



/* border-radius: 500px 0 0 500px; */
.grid:first-child,
.grid:nth-child(3),
.grid:nth-child(5) {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: auto auto;
}

.feature_wrapper .grid:first-child h3,
.feature_wrapper .grid:nth-child(3) h3,
.feature_wrapper .grid:nth-child(5) h3 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.feature_wrapper .grid:first-child img,
.feature_wrapper .grid:nth-child(3) img,
.feature_wrapper .grid:nth-child(5) img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  border-radius: 0 500px 500px 0;
}

.feature_wrapper .grid:first-child .text,
.feature_wrapper .grid:nth-child(3) .text,
.feature_wrapper .grid:nth-child(5) .text {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

/* ここから右側 */
.grid:nth-child(2),
.grid:nth-child(4),
.grid:nth-child(6) {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto auto;
}

.feature_wrapper .grid:nth-child(2) h3,
.feature_wrapper .grid:nth-child(4) h3,
.feature_wrapper .grid:nth-child(6) h3 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.feature_wrapper .grid:nth-child(2) img,
.feature_wrapper .grid:nth-child(4) img,
.feature_wrapper .grid:nth-child(6) img {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  border-radius: 500px 0 0 500px;
}

.feature_wrapper .grid:nth-child(2) .text,
.feature_wrapper .grid:nth-child(4) .text,
.feature_wrapper .grid:nth-child(6) .text {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

#feature h3 {
  align-items: center;
}
#feture h3 .number {
  font-size: 80px;
  margin-right: 30px;
}
#feature h3 .para {
  line-height: 1.2;
}
#feature p {
  margin-top: 32px;
}

#feature .text {
  margin-left: 96px;
}

#feature img {
  height: auto;
  z-index: 20;
}

/*                   feature ここまで                   */


.form_btn {
  margin-top: 120px;
  padding: 120px 0;
  text-align: center;
  background-color: rgba(228, 227, 227, 0.5);
}
.form_text {
  font-size: 24px;
  margin: 40px 0;
}

.form_btn .smalltext {
  line-height: .8;
  font-size: 16px;
}
.form_btn .light {
  /*キラッと光る基点とするためrelativeを指定*/
  font-size: 34px;
  position: relative;
  display:inline-block;
  width: fit-content;
  color: #fff;
  background-color: #ff7908;
  border-radius: 4px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .6);
  overflow: hidden;
  vertical-align: middle;
  margin: 0 auto;
  padding: 24px 40px;
}

/*キラッと光る*/
.form_btn .light::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.form_btn .light:hover::before {
  animation: shine 0.7s;
}
/*                   example ここまで                   */
.example_wrapper {
  border: 2px solid #2697b2;
  border-radius: 20px;
  width: 80%;
  margin: 48px auto;
  padding: 24px;
}
.example_title p {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
}
/*                   example ここまで                   */

/*                   other_service ここから                   */
#other_service {
  width: 100%;
  background-image: url(../images/back-image01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 160px;
  padding-bottom: 24px;
}

#other_service .service_content {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 120px;
  padding: 72px 40px;
}

#other_service h3 {
  margin-bottom: 72px;
}

#other_service h3 span,
#other_service li span {
  color: #265bb2;
}

#other_service h3 span {
  font-size: 36px;
}

#other_service .flex {
  justify-content: space-between;
}

#other_service .text ul {
  font-size: 24px;
}

#other_service .flex .content_text,
#other_service .flex .content_img,
#other_service .flex dl {
  flex-basis: 48%;
}

#other_service .service_content dt {
  border-bottom: 2px solid #faa43f;
  font-size: 24px;
  text-align: center;
  margin-bottom: 72px;
  line-height: 2;
}

#other_service .service_content dd p {
  margin-bottom: 16px;
}

/*        service01 ul スタイリング ここから         */
.service01 ul {
  margin: 0 0 64px 5%;
}
#other_service dl ul li {
  padding-left: 3rem;
  background: url(../images/checkbox.png) no-repeat left top;
}
#other_service:first-child dd p {
  font-size: 16px;
}

.service01 div {
  margin-left: 20%;
}

/*         service01 ul スタイリング ここまで       - */

#other_service .content_img {
  align-self: center;
  position: relative;
}

#other_service .content_img p {
  display: block;
  position: absolute;
  bottom: 5%;
  right: -5%;
  text-align: center;
  width: 130px;
  background-color: #000;
  color: #fff;
}

#other_service img {
  height: auto;
}

.service01 {
  display: grid;
  grid-template-columns: 70% 30%;
}

.service01 .img {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.service01 img {
  border-radius: 500px 0 0 500px;
  box-shadow: 0 60px 0 0 #265bb2;
}

.service01 .text li {
  line-height: 3rem;
  font-weight: 700;
}

.service01 .text {
  margin-bottom: 160px;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

/*                   service ここまで                   */
.form_sp_wrapper {
  display: none;
}

.home #example .light,
.home #other_service .light {
  display: block;
  width: fit-content;
  color: #fff;
  background-color: #ff7908;
  padding: 20px 30px;
  margin: 32px auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.home #example .light::before,
.home #other_service .light::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.home #example .light:hover::before,
.home #other_service .light:hover:before {
  animation: shine 0.7s;
}

/*------------------------------------------------ TOP ここまで ------------------------------------------------ */
/* ------------------------------------------------ 料金 ここから ------------------------------------------------ */
.linkbtn p:nth-child(4) {
display: none;
}
#fee {
  padding: 240px 10% 160px;
  background: repeating-linear-gradient(135deg, #fff, #d1d0d0cb 3px, #fff 6px);
}

#fee h2 span {
  color: #ff7908;
  margin-left: 24px;
  font-family: 'Poppins';
}

#fee h2 {
  margin-bottom: 160px;
  text-align: center;
}

#fee h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
}

#fee h2::before {
  content: url(../images/h2_icon_48px.png);
  margin-right: 32px;
  vertical-align: middle;
}

.plancontents tr img {
  width: 32px;
  height: auto;
  display: block;
  margin: auto;
}

.plancontents,
.pricelist,
.payment {
  width: 85%;
  margin: 0 auto;
}

.plancontents {
  margin-top: 96px;
}

.plancontents th,
.pricelist th,
.headline {
  background-color: rgba(228, 227, 227, 0.5);
  border: 2px solid #99999998;
  font-weight: 400;
  vertical-align: middle;
  padding: 16px;
  width: 30%;
}

.plancontents td,
.pricelist td,
.payment td:not(.headline) {
  border: 2px solid #99999998;
  background-color: #fffffcb8;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
}

.title td {
  background-color: #ff7908;
  border: 2px solid #99999998;
  color: #fff;
  width: 21%;
  text-align: center;
  padding: 16px;
}

.title th {
  background: #fff;
  border: #fff 0.1px solid;
}


.subheading th {
  background-color: rgba(156, 156, 156, 0.648);
  font-weight: bold;
}

.pricelist {
  margin-bottom: 40px;
}

.pricelist td {
  text-align: center;
}

.padding,
.companysale {
  background-color: #fff;
  padding: 80px 0;
}

.linkbtn {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin: 56px 0;
  transition: .3s;
  transition: all 0.3s ease 0s;
}

.linkbtn img {
  transition: .3s;
}

.linkbtn:hover img {
  animation: light .8s infinite;
  outline: 1px solid;
  outline-color: #2697b2;
  outline-offset: 0px;

}

@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}

.linkbtn p {
  z-index: 100;
}

.simulation {
  display: block;
  position: absolute;
  top: 16px;
  left: 24px;
  font-weight: bold;
}

.linkbtn img {
  width: 300px;
  height: auto;
}
.linkbtn p:nth-child(3),
.linkbtn p:last-child {
  text-align: center;
}
.companysale {
  margin-top: 80px;
}

.explanation {
  font-size: 24px;
  font-weight: 500;
  display: block;
  text-align: center;
  border: #269781 3px solid;
  width: 70%;
  margin: 0 auto;
  line-height: 2rem;
  padding: 10px;
}

.explanation span {
  font-size: 14px;
  color: #333;
}

.companysale h3 {
  font-size: 40px;
}

.annotation {
  display: flex;
  justify-content: center;
  padding: 0 10%
}

.annotation span,
.pricelist th span {
  color: red;
}

.other p {
  text-align: center;
  padding: 40px;
}

.other p a {
  color: blue;
}

.other {
  margin-top: 80px;
}

.payment th {
  padding: 12px;
  vertical-align: middle;
  width: 20%;
}

/* ----------------------------------------------- 料金 ここまで ------------------------------------------------ */
/*------------------------------------------------ RECRUITここから ------------------------------------------------*/

.recruit_top {
  align-items: center;
  margin-bottom: 270px;
}

.recruit_h2 {
  width: 60%;
  margin-left: 2.5%;
  padding-left: 2.5%;
  font-size: 40px;
  line-height: 1.8;
  background-image: url(../images/brue_border.png);
  background-repeat: no-repeat;
  background-position: -5% 55%;
  background-size: 100%;
}

.recruit_h2 span {
  font-family: poppins;
  font-size: 50px;
  color: #ff7908;
}

.recruit01_image {
  width: 30%;
  height: auto;
  border-radius: 500px 0 0 500px;
  box-shadow: 0 60px 0 #ff7908;
  position: absolute;
  right: 0;
}

.recruit02_image {
  width: 30%;
  border-radius: 0 500px 500px 0;
  box-shadow: 0 60px 0 #269781;
  position: absolute;
  left: 0;
}

.recruit_icon {
  position: relative;
}

.h3_p_01 {
  width: 50%;
  font-size: 22px;
  margin: 64px auto;
  line-height: 2.5;
}

.h3_p_02 {
  text-align: center;
  padding-top: 32px;
  margin-bottom: 68px;
  font-size: 32px;
}

.h3_p_03 {
  text-align: center;
  margin-bottom: 136px;
}

.recruit_box_on_box {
  width: 90%;
  margin: 0 auto;
}

.recruit_box {
  width: 100%;
  margin-bottom: 50px;
}

.recruit_box_bottom {
  width: 100%;
  margin-bottom: 200px;
}

.recruit_dt {
  width: 18%;
  height: auto;
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  color: #fff;
  background-color: #00a;
}

.recruit_dl {
  margin-left: 10%;
}

.recruit_dl span a {
  color: blue;
}

.recruit_strong {
  color: #ff7908;
  font-size: 24px;
  width: 100%;
  position: relative;
  left: 5%;
}

.recruit_p_left15 {
  margin: 1rem 0 1rem 10%;
}

.recruit_p_left20 {
  margin: 1rem 0 1rem 15%;
  line-height: 1.8;
}

.recruit_bottom {
  margin-bottom: 160px;
}

.recruit_bottom_text {
  font-size: 24px;
  line-height: 2;
  flex-basis: 70%;
  border-bottom: #00a solid 3px;
}

.recruit_bottom_text p {
  background: url(../images/brue-circle.png) no-repeat left center;
  padding: 0 32px;
  margin: 16px 15%;
}

.recruit_bottom_text p:nth-child(2) {
  background: url(../images/green-circle.png) no-repeat left center;
}

.recruit_block {
  flex-wrap: wrap;
  padding-right: 10px;
}

.recruit_block dd {
  width: 80%;
}

.recruit_margin {
  margin-bottom: 1rem;
}

.recruit_flex2 {
  display: flex;
}

.recruit02_image_wrapper {
  flex-basis: 30%;
}

.recruit_bottom_text .light {
  color: #fff;
  background-color: #ff7908;
  padding: 10px 30px;
  float: right;
  margin: 32px 20%;
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /* ここ１行追加 */
  overflow: hidden;
}

/*キラッと光る*/
.recruit_bottom_text .light::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.recruit_bottom_text .light:hover::before {
  animation: shine 0.7s;
}



/*------------------------------------------------ RECRUITここまで ------------------------------------------------*/


/* ------------------------------------------------お問い合わせ ここから------------------------------------------------ */
.formpage section {
  background-color: rgb(201, 201, 201, 0.25);
  padding: 256px 10%;
}

#form h2 span {
  color: #faa43f;
  font-size: 64px;
  font-family: 'Poppins';
  border-bottom: #265BB2 3px solid;
  display: block;
  width: 400px;
  height: 64px;
  display: inline-block;
  margin-bottom: 30px;
}

#form h2 {
  font-size: 40px;
  text-align: center;
}

.formpage form {
  margin: 112px auto 0;
  width: 60%;
}

.formpage form p:first-child {
  width: 70%;
}

.formpage form p {
  margin-bottom: 32px;
  font-weight: bold;
  color: #269781;
}

select[name="inquity"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea[name="question"] {
  width: 100%;
  border: 2px #a2cfbea5 solid;
  background-color: #81c2a9a4;
  margin-top: 8px;
  padding: 8px 16px;
}

select {
  height: 48px;
  background-image: url(../images/select_arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.submitbtn {
  color: #fff;
  text-align: center;
}

input[type="submit"]:hover {
  opacity: .7;
}

input[type="submit"] {
  padding: 16px 120px;
  background-color: #269781;
  color: #fff;
  margin-top: 80px;
}

.required {
  font-size: 14px;
  font-weight: 600;
  color: #ff7908;
}

.any {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.648);
}

form span {
  margin-left: 24px;
}

select[name="inquity"]:focus {
  border: #50bb94 2px solid;
}

input:focus {
  border: #50bb94 2px solid;
  box-shadow: 0 0 8px rgb(200, 199, 199);

}

textarea[name="question"]:focus {
  border: #50bb94 2px solid;
}

/*------------------------------------------------お問い合わせ ここまで------------------------------------------------ */
/*------------------------------------------------MATCHING ここから-------------------------------------------------*/




#offer_main {
  background-color: #fff9ea;
}

#zeimu_offer h2,
#ma_offer h2 {
  color: #2697b2;
  font-size: 80px;
  font-weight: 400;
  margin: 16px 10%;
}

#ma_offer h2 {
  color: #FF7908;
}

.image-building {
  background: url(../images/building45.png) repeat-x left center /contain;
  margin-bottom: 144px;
}

#ma_offer,#zeimu_offer {
  padding-top: 200px;
}

.p001 {
  font-size: 40px;
  color: #2697b2;
  text-align: center;
  margin-top: 64px;
}

#ma_offer .p001 {
  color: #FF7908;
  margin-top: 142px;
}

#ma_offer .p002 {
  text-align: center;
  font-size: 24px;
}

#zeimu_offer .p002 {
  font-size: 24px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin: 64px 20% 0 0;
}

#zeimu_offer .p002:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

/* 擬似要素で線を配置 */
#zeimu_offer .p003 {
  text-align: center;
  border: 2px dotted #2697b2;
  border-radius: 8px;
  padding: 3%;
  margin: 0 20% 144px;
}

#zeimu_offer .p004,
#ma_offer .p002 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 24px;
}

#ma_offer .p002 {
  margin-top: 144px;
}

.border_dd {
  border-top: 3px solid #2697b2;
  padding-top: 16px;
  margin: 0 15%;
}

.border_orange {
  border-top: 3px solid #FF7908;
}

.dl001,
.dl002 {
  text-align: center;
  margin: 0 20% 144px;
}

.sale_wrapper {
  display: flex;
  margin: 0 0 144px;
}

.sale_wrapper dl {
  flex-basis: 50%;
  text-align: center;
}

#ma_offer dd {
  padding-top: 16px;
}

#ma_offer .dl002 {
  text-align: center;
  background-color: rgba(228, 227, 227, 0.5);
  border-radius: 8px;
  padding: 5%;
}

.dotted_text {
  text-align: center;
  font-size: 24px;
  border-bottom: 5px dotted #2697b2;
  padding-bottom: 8px;
  margin: 128px 20% 64px;
}

.btn_green {
  text-align: center;
}

.btn_green a,
.btn_blue a {
  display: inline-block;
  color: #fff;
  padding: 16px 36px;
  background-color: #269781;
}

.btn_blue {
  text-align: center;
}

.btn_blue a {
  background-color: #265bb2;
  margin-top: 128px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: .3s;
}

.btn_green a {
  transition: .3s;
  outline: 2px solid;
  outline-color: #30bea2;
  outline-offset: 0px;
}

.btn_green a:hover {
  background-color: #30bea2;
  animation: light .8s infinite;
}

.btn_blue a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #367ff5;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.btn_blue a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


/*                  Q&Aアコーディオン ここから                  */
.qa_container {
  margin: 50px auto 0;
  max-width: 800px;
  width: 100%;
}

.qa_list:not(:first-child) {
  margin-top: 10px;
}

.question_title {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 18px;
  font-weight: 100;
  padding: 20px 40px;
  position: relative;
}

.question_title:before {
  position: absolute;
  display: block;
  content: 'Q';
  left: 12px;
  color: #4459b6;
  font-size: 18px;
}

.question_title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.question_title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.answer_text {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background-color: rgba(228, 227, 227, 0.87);
  padding: 20px 40px;
  position: relative;
  font-size: 18px;
  display: block;
}

.answer_text:before {
  position: absolute;
  display: block;
  content: 'A';
  left: 12px;
  color: #4459b6;
  font-size: 18px;
}

/*                  Q&Aアコーディオンここまで                  */
/*------------------------------------------------MATCHINGここまで------------------------------------------------*/



/*================================
	事業売却額シミュレーション
=================================*/
/* main    //////////////////////*/
/* h2+説明文 */
.fee section {
  background-color: rgba(228, 227, 227, 0.5);
  padding-top: 200px;
}
.simu-center {
  text-align: center;
}

/* 説明文 */
.simu-mb {
  margin-bottom: 150px;
}

/* 背景画像 */

/* 入力表    //////////////////////*/
/* 入力表全体 */
.simu-input {
  max-width: 1200px;
  margin: auto;
}

/* 表背景 */
.simu-table1,
.simu-table2 {
  max-width: 1200px;
  margin: auto;
  padding: 100px;
  background-color: #fff;
}

/* h3    //////////////////////*/
/* 共通 */
.simu-h3-input,
.simu-h3-result {
  position: relative;
  top: 50px;
  left: 5%;
  height: 100px;
  line-height: 100px;
  margin: 0;
  color: #fff;
  text-align: center;
}

.simu-h3-rayout {
  max-width: 1200px;
  margin: auto;
}

/* h3 */
.simu-h3-input {
  width: fit-content;
  padding: 0 24px;
  background: linear-gradient(-135deg, transparent 15px, black 0);
}

.simu-h3-result {
  max-width: 400px;
  background: linear-gradient(-135deg, transparent 15px, black 0);
}

/* h3数字 */
.simu .simu-h3-result span,
.simu .simu-h3-input span,
.simu h3 span {
  font-size: 3.2rem;
}

/* テーブル */
.simu table,
.simu td,
.simu th {
  border: 1px solid #191817;
}

.simu table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  /* 枠線２重を防ぐ */
}

.simutable th {
  width: 40%;
  padding: 20px;
  background-color: #f6f4f5;
  text-align: left;
}

.simutable td {
  padding: 20px;
  background-color: #fff;
}

/* 表2段目右側 */
/* .simu-font16 {
  font-size: 1.6rem;
} */
/* 数字入力右側余白 */
.simu input {
  margin-right: 8px;
  width: 60%;
  border: 1px solid #191817;
}

/* 入力表の一番下文字 */
.simu-layout2 {
  max-width: 1200px;
  margin: 40px 0 0 40px;
}

/* シュミレーションのスピンボックス削除 */
/* .simu-table2 td input[type="number"]::-webkit-outer-spin-button,
.simu-table2 td input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* ボタン */
.simu-layout3 {
  display: flex;
  justify-content: center;
  height: 100px;
  margin: 100px auto;
  text-align: center;
}

.simu-layout3 input {
  margin: 0 auto 100px;
}

/* クリアボタン ★クリアになる設定つけていません */
.simu-btn1 {
  width: 200px;
  height: 100px;
  margin-right: 40px;
  padding: 0;
  color: #ed6103;
  border: 1px solid #ed6103;
  background-color: #fff;
}

/* 結果ボタン */
.simu-btn2 {
  width: 400px;
  height: 100px;
  margin-bottom: 200px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ed6103;
  font-size: 20px;
  color: #ed6103;
}

.simu-btn2:hover,
.simu-btn1:hover {
  background-color: #ed6103;
  color: #fff;
}
/* 結果スタイル */
.result_layout {
    max-width: 1200px;
    margin: auto;
    padding: 100px;
    background-color: #fff;
}

.result tr {

}
.result th {
  width: 40%;
  padding: 20px;
  background-color: #f6f4f5;
  text-align: left;
}

.result td {
  padding: 20px;
  background-color: #fff
}
.result td p {
  display: inline-block;
  width: 60%;
  height: 34px;
  border: 1px solid #000;
  text-align: right;
  vertical-align: middle;
}
/* 矢印 */
.simu-arrow {
  margin-bottom: 200px;
  text-align: center;
}

.simu_result {
  display: inline-block;
  margin-right: 20px;
}

h4 {
  font-size: 24px;
}

.br-mb {
  display: none;
}

/* br sp用 */
.recruit_contact-sp,
.contact-sp,
.simu-sp {
  display: none;
}

.simu h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 60px;
  background: url(../images/h2_icon_48px.png) no-repeat left center /contain;
  vertical-align: middle;
  padding: 24px;
}

.simu-center p:first-of-type {
  margin-top: 80px;
}


/* お問い合わせバナー//////////////////////*/
.common-contactcontainer {
  font-size: 18px;
  text-align: center;
  max-width: 1200px;
  height: 488px;
  margin: 0 auto;
  /* 枠線 */
  position: relative;
  z-index: 1;
}

/*---------------------
参考サイトから引用
------------------------ */
.common-contactcontainer::after,
.common-contactcontainer::before {
  content: "";
  height: 480px;
  position: absolute;
  width: 100%;
}

.common-contactcontainer::before {
  border: 1px solid #ed6103;
  left: 0;
  top: 0;
  z-index: -1;
}

.common-contactcontainer::after {
  background-color: #fff;
  top: 8px;
  left: 8px;
  z-index: -2;
}

/*---------------------
参考サイトから引用ここまで
------------------------ */

.common-info {
  display: inline-block;
  margin: 72px 56px auto 56px;
  vertical-align: text-top;
}

.common-mb {
  margin: 0 0 24px;
}

.common-box01 a,
.common-box02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 432px;
  height: 112px;
  margin: 0;
  padding: 0;
  background-color: #ed6103;
  color: #fff;
  font-size: 32px;
}

.common-box01 span {
  margin-right: 8px;
  font-size: 1.6rem;
}

.common-box02 a {
  position: relative;
}

.common-box02 a::after {
  position: absolute;
  right: 16px;
  font: var(--fa-font-solid);
  content: "\f054";
}

.common-box02 a:hover {
  background-color: #FC812F;
}

.common-title {
  max-width: 976px;
  margin: 0 auto;
  padding: 72px 0 32px;
  border-bottom: 1px solid #ED6103;
  font-size: 32px;
}

.fa-chevron-right::before {
  margin-right: 8px;
  font-size: 2.5rem;
  vertical-align: middle;
  content: "\f054";
}





/*------------------------------------------------ footer ここから ------------------------------------------------ */
.footer_nav a span {
  font-size: 14px;
}
footer .logo {
  width: 45%;
  height: auto;
}

.footer_form {
  text-align: center;
}

.footer_form p {
  border-radius: 15px;
  margin-top: 32px;
}

.footer_form p a {
  color: #fff;
}

.footer_nav {
  width: 50%;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto;
}

.home footer {
  padding-top: 80px;
}

footer nav {
  width: 90%;
  margin: 0 auto 80px;
}

footer nav ul {
  justify-content: space-around;
  font-size: 16px;
}

footer nav ul :not(li:last-child)>ul li:nth-child(2),
footer nav ul :not(li:last-child)>ul li:nth-child(3),
footer nav ul :not(li:last-child)>ul li:nth-child(4),
footer nav ul :not(li:last-child)>ul li:nth-child(5),
footer nav ul :not(li:last-child)>ul li:nth-child(6),
footer nav ul :not(li:last-child)>ul li:nth-child(7),
footer nav ul :not(li:last-child)>ul li:nth-child(8)
 {
  padding-left: 1rem;
}

footer p {
  text-align: center;
  line-height: 3rem;
  background-color: #ff7908;
  color: #fff;
}

.footer_form .light {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  display:inline-block;
  color: #fff;
  /* text-decoration: none;
  outline: none; */
  /* ここ4行追加した */
  width: 100%;
  line-height: 3rem;
  overflow: hidden;
  vertical-align: middle;

}

/*キラッと光る*/
.footer_form .light::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.footer_form .light:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

nav ul li a:not(.current_page):hover {
  color: #2ca58d;
}

footer nav ul li a,
nav ul ul li a {
  color: #ff7908;
}

nav ul li a:not(.current_page) {
  color: black;
}
/* leapalkun ここから */
.leapalkun {
  font-size: 12px;
}
.leapalkun_parent {
  position: relative;
  width: 100%;
  height: 100px;
}
.leapalkun {
  position: absolute;
  bottom: 0%;
  right: 40px;
}
.leapalkun img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.leapalkun p {
  line-height: 1.6;
  background-color: #fff;
  color: #000;
}
/* leapalkun ここまで */
/* ------------------------------------------------ footer ここまで ------------------------------------------------ */













/* RWD */
@media screen and (max-width: 768px) {

  /* 共通設定 ---------*/
  .flex {
    display: block;
  }

  .notflex .flex {
    display: flex;
  }

  h1 {
    display: none;
  }

  p {
    font-size: 16px;
  }

  section {
    padding: 80px 0;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h3 span {
    font-size: 24px;
    font-family: 'Poppins'; 
  }

  h3 span,
  #feature h2 span,
  #feature h3 span,
  #service h2 span,
  #other_service h2 span,
  #fee h2 span,
  #member h2,
  .name01,
  .name02,
  #form h2 span,
  .recruit_h2 span {
    letter-spacing: 0.03em;
  }
  #member,
  #other_service .service_wrapper {
    padding: 0 5%;
  }

  .tell {
    font-size: 18px;
  }
  .paragraph {
    display: inline-block;
  }
  /* 共通設定 end --------*/
  /*------------------------------------------------ TOP ここから ------------------------------------------------ */

  .form_sp_wrapper,
  .formlink_sp,
  .feature_wrapper .grid,
  .service01,
  .navi {
    display: block;
  }

  .link_wrapper,
  .openbtn2,
  .openbtn_top,
  .form_wrapper,
  .footer_nav,
  .header-fixed {
    display: none;
  }

  /*                  header ここから                  */
  header .navi .logo {
    z-index: 0;
    width: 160px;
  }

  .home header {
    padding-bottom: 0;
  }
  .home section h2::before {
    background: url(../images/h2_icon_32px.png) no-repeat left center /contain;
  }
  .formlink_sp {
    display: flex;
    position: fixed;
    margin: 0 auto;
    top: 1%;
    right: 30%;
    width: 20%;
  }

  .header_nav .formlink_sp a {
    background-color: #fff;
    color: #000;
    width: 100%;
    border-radius: 5px;
    z-index: 999;
  }

  .header_nav .formlink_sp {
    transform: translateX(0);
    right: 59px;
    width: 145px;
    top: 16px;
    justify-content: space-between;
    align-items: center;
  }

  .navi .header_nav {
    background-color: #fff;
  }

  .formlink_sp .tell_sp,
  .formlink_sp i {
    display: inline-block;
  }
  .header_nav .formlink_sp i {
    font-size: 25px;
  }
  .openbtn1 {
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    position: fixed;
    bottom: 5%;
    right: 0;
  }
  .header_nav .logo {
    display: block;
  }
  header nav {
    background-color: rgba(255, 255, 255, .96);
  }
  
  /* --------.naviここから --------- */
  /* ゆりーかここから */
  .top-catchcopy {
    display: block;
    width: initial;
    height: 800px;
    margin: 0;
    position: relative;
}
.top-catchcopy::before {
  content: url(../images/top01-mb.png);
  position: absolute;
  top: 15%;
  left: 3%;
}
.top-catchcopy::after {
  content: url(../images/top02-mb.png);
  position: absolute;
  top: 44%;
  left: 57%;
}
.top-bg .catch {
  top: 25%;
  left: 15%;
  font-size: 40px;
}

.top-bg .catch_sub {
  top: 50%;
  left: 10%;
}
.top-bg .catch_sub::after {
  width: 100px;
}
  .navi .header_nav {
    position: relative;
    z-index: 200;
  }

  .openbtn_fixed {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .openbtn_fixed ul {
    flex-basis: auto;
  }

.top-bg {
  background: url("../images/top-bg.jpg") no-repeat top right / cover;

}

  /* --------.naviここまで --------- */
  /* ハンバーガーメニュー */
  .openbtn1 {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    top: 15px;
    right: 3.5%;
    z-index: 999;
  }

  .hide {
    transform: translateY(-130px);
  }

  /*ボタン内側*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    line-height: 1.4;
  }

  .openbtn1 span:nth-of-type(1),
  .openbtn1 span:nth-of-type(3) {
    height: 2px;
    background: #fff;
    width: 70%;
    left: 9px;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 8px;
    left: 7px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 14px;
    left: 4px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 34px;
    left: 7px;
  }

  /*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
  .openbtn1.active span:nth-of-type(1) {
    top: 15px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }

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

  .openbtn1.active span:nth-of-type(3) {
    top: 27px;
    left: 11px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }

  /*========= レイアウトのためのCSS ===============*/
  .lead {
    margin: 20px 0 0 0;
  }

  .btn-block {
    width: 200px;
    padding: 30px;
  }

  .navi .openbtn_fixed {
    width: 100%;
    transform-origin: top;
    transition: 0.5s;
    right: 0;
    top: -100%;
  }

  .text_top,
  .navi .text_fixed {
    top: 70px;
  }

  .navi .text_fixed {
    height: calc(100vh - 70px);
    font-size: 14px;
    line-height: 1.8;
    right: 0;
    z-index: 100;
  }

  /* 追従ナビ */
  /* ナビの配置 */
  .navi {
    position: fixed;
    top: 0;
  }

  .scroll_passive {
    opacity: 1;
    visibility: visible;
  }

  .openbtn_fixed .arrangement {
    width: 100%;
    height: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 45% 45%;
    grid-template-rows: auto 30% 30%;
    justify-content: space-between;
    padding: 32px 14px 0;
  }

  .arrangement li:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .arrangement li:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .arrangement li:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .arrangement li:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .arrangement li:last-child {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  /* 追従ナビ end */

  ul ul li:first-child {
    width: 90%;
    margin-top: 20px;
  }

  .header_nav {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top_text {
    text-align: center;
    padding: 60px 0;
    width: 80%;
    margin: 0 auto;
  }

  .form_sp_wrapper {
    display: block;
  }

  .header_nav .formlink_sp a p {
    font-size: 11px;
    line-height: 1;
    text-orientation: upright;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    height: auto;
  }

  header nav ul {
    display: block;
  }

  header nav ul li a {
    display: block;
  }
  ul ul li:first-child {
    border-bottom: 2px solid #2697b2;
    font-weight: 500;
  }
  /*                    header ここまで                   */
/* service */
.service_link {
  justify-content: space-around;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.service_btn1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
.service_btn2 {
  font-size: 20px;
}
.servicebtn_wrapper {
  position: relative;
  width: 100%;
  /* height: 100%; */
  display: block;
  padding: 16px;
}
.servicebtn_wrapper img {
  position: absolute;
  width: 30px;
  height: auto;
  top: 8px;
  left: 8px;
}
.service_link a {
  line-height: 1.8;
  width: 80%;
  margin-bottom: 32px;
}

/* service */
/* service */
/* ------------------------------------------------ MEMBERここから ------------------------------------------------*/

    /*------------------------------------------------ メンバーここから ------------------------------------------------*/
    #member {
      padding-top: 35%;
    }
  
    #member h2 span {
      margin-left: 24px;
    }
  
    #member h2::before {
      width: 20px;
      height: 32px;
    }
  
    #member h2 {
      font-size: 20px;
      width: 305px;
    }
  
    #member {
      padding: initial;
    }
  
    .name_wrapper {
      width: 100%;
      margin: 120px 0 0 auto;
    }
  
    .name_wrapper02 {
      width: 100%;
      margin: 120px 0 0 0;
    }
  
    .name_wrapper p,
    .name_wrapper02 p {
      font-size: 20px;
      padding: 0 5%;
    }
  
    .post01,
    .post02 {
      font-size: 12px;
    }
  
    .name01,
    .name02,
    .name03 {
      font-size: 28px;
      line-height: initial;
      padding: 0 5%;
    }
  
    .name01 {
      padding-right: 20px;
    }
  
    .profile_wrapper {
      margin: 48px 10px;
      align-items: start;
    }
  
    .profile_wrapper02 {
      padding: 0 5%;
    }
  
    .profile_wrapper img,
    .profile_wrapper02 img {
      width: 170px;
    }
  
    .profile_text,
    .profile_text02,
    .profile_text03 {
      font-size: 12px;
    }
  
    .profile_text02,
    .profile_text03 {
      padding: 0;
    }
  
    .profile_text,
    .profile_text02,
    .profile_text03 {
      line-height: 1.8em;
    }
  
    /*------------------------------------------------ メンバーここまで ------------------------------------------------*/
  /* manager */
  .manager_name01 {
    font-size: 24px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px solid #ff7908;
    margin-bottom: 24px;
    line-height: 1.8;
}
.profile_wrapper03 p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
}
#manager li {
  font-size: 16px;
}
  /* manager */
    /*------------------------------------------------ 会社概要ここから------------------------------------------------ */
  
    #company_profile h2 {
      font-size: 20px;
      width: 306px;
    }
  
    #company_profile {
      padding: 80px 3%;
    }
  
    .company_dl {
      padding: 40px 0;
      font-size: 12px;
      line-height: 48px;
      margin: 0 auto;
    }
  
    .company_dl dd {
      padding: 0 0 0 64px;
    }
  
    /*------------------------------------------------ 会社概要ここまで------------------------------------------------ */
  
  /*                    feature ここから                   */

  #feature h3 .para {
    font-size: 24px;
  }
    #feature h3 .number {
    font-size: 32px;
  }
  #feature .flex {
    margin-bottom: 80px;
  }

  #feature h3 {
    text-align: center;
    margin-bottom: 24px;
    padding: 0;
  }

  #feature p {
    text-align: center;
  }

  #feature .text {
    margin-left: 0;
  }

  #feature img {
    width: 100%;
  }

  .feature_wrapper .grid:first-child img,
  .feature_wrapper .grid:nth-child(3) img,
  .feature_wrapper .grid:nth-child(5) img {
    border-radius: 0;
  }

  .feature_wrapper .grid:nth-child(2) img,
  .feature_wrapper .grid:nth-child(4) img,
  .feature_wrapper .grid:nth-child(6) img {
    border-radius: 0;
  }

  /*                   feature ここまで                   */

  /*                   example ここから                   */
  /*                   example ここまで                   */
  
  /*                   other_service ここから                    */
  #other_service .text ul {
    font-size: 20px;
  }
  #other_service dl ul li {
    padding-bottom: 4px;
  }

  #other_service {
    background-image: none;
    background-color: rgba(228, 227, 227, 0.5);
    margin-top: 0px;
  }

  #other_service h3 span {
    font-size: 32px;
  }

  #other_service h3 {
    line-height: 2rem;
  }

  .service01 .img {
    width: 100%;
    position: relative;
    height: 400px;
    margin-bottom: 80px;
  }

  .service01 img {
    width: 70%;
    position: absolute;
    right: 0;
  }

  #other_service .service_content dt {
    font-size: 28px;
  }

  #other_service:first-child dd p {
    font-size: 14px;
  }

  .service01 div {
    margin-left: 0;
  }
  .form_text {
    font-size: 16px;
    margin: 40px 0;
}
  .form_btn {
    height: 320px;
    padding: 120px 0;
    text-align: center;
    background-color: rgba(228, 227, 227, 0.5);
  }
  .form_btn .light {
    /*キラッと光る基点とするためrelativeを指定*/
    font-size: 18px;
    width: 80%;
  }
  
  .form_btn .light {
    transform: skew(0);
  }
  
  .form_btn .light:hover::before {
    content: none;
  }
  
  .form_btn .light:hover::after {
    content: none;
  }
  .form_btn .light::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
    width: 20%;
    height: 2px;
    background-color: #ff7908;
    transition: 0.3s;
  }
  
  .form_btn .light::after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: -20%;
    transform: translateY(50%);
    width: 20%;
    height: 2px;
    background-color: #ff7908;
    transition: 0.3s;
  }
  

  /* ------------------------------------------------ TOP ここまで ------------------------------------------------ */
  /*------------------------------------------------ 料金 ここから ------------------------------------------------ */
  
.linkbtn p:nth-child(3) {
  display: none;
  }
.linkbtn p:nth-child(4) {
  display: block;
  }
  #fee h2::before {
    content: url(../images/h2_icon_32px.png);
    margin: 0 10px;
  }
  #fee h2 {
    margin-bottom: 104px;
    text-align: center;
  }
  .fee th,
  td {
    font-size: 12px;
  }

  #fee {
    padding: 160px 0;
    background: #d1d0d0cb;

  }

  .pricelist td,
  .pricelist th {
    font-size: 12px;
  }

  .plancontents th,
  .pricelist th,
  .headline,
  .plancontents td,
  .pricelist td,
  .payment td:not(.headline),
  .payment th {
    padding: 2px;
  }

  #fee h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .linkbtn:hover img {
    outline: none;
  }
  .payment th {
    width: 60px;
  }


  /*------------------------------------------------ 料金 ここまで------------------------------------------------ */

  /*------------------------------------------------ RECRUITここから ------------------------------------------------*/
  .recruit_top {
    display: block;
    margin: 60px 0 200px;
  }

  .recruit_h2 {
    flex-basis: 60%;
    font-size: 18px;
    background-size: 80%;
  }

  .recruit_h2 span {
    font-size: 24px;
  }

  .recruit01_image {
    flex-basis: 30%;
    box-shadow: 0 40px 0 #ff7908;
  }

  .recruit_icon {
    left: 0;
    width: 100%;
  }

  .h3_p_01 {
    width: 80%;
    line-height: 1.8;
    margin: 50px;
    font-size: 16px;
  }

  .h3_p_02 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 18px;
  }

  .h3_p_03 {
    text-align: start;
    width: 95%;
    margin: 0 auto 50px;
  }

  .recruit_box_bottom {
    margin-bottom: 100px;
  }

  .recruit_dt {
    margin: 0 auto 2rem;
  }

  .recruit_dl {
    font-size: 16px;
    margin: 0 auto;
  }

  .recruit_strong {
    font-size: 20px;
    left: auto;
  }

  .recruit_p_left15 {
    margin: 1rem auto;
  }

  .recruit_p_left20 {
    margin: 1rem auto;
  }

  .recruit_bottom_p {
    font-size: 16px;
  }

  .recruit_block {
    display: block;
  }

  .recruit_block dt {
    width: 30%;
  }

  .recruit_block dd {
    width: 95%;
    margin: 0 auto;
  }

  .recruit_margin {
    margin-bottom: 0.5rem;
  }

  .recruit02_image {
    width: 40%;
  }

  .recruit_bottom_text {
    font-size: 14px;
    margin-left: 40%;
  
  }
  
  .recruit_bottom_text .light {
    padding: 5px 15px;
    margin: 32px 10%;
  }

  .recruit_bottom_text p,
  .recruit_bottom_text p:nth-child(2) {
    font-size: 13px;
    background-size: 14px;
    padding: 0 18px;
    margin: 16px 0 16px 20%;
  }

  .recruit_bottom_text a {
    margin: 32px 4%;
    padding: 6px 12px;
  }

  .recruit_block dt:not(.recruit_dl dt) {
    width: 95%;
  }
  .recruit_bottom_text .light::before {
    display: none;
  }

  /*------------------------------------------------ RECRUITここまで ------------------------------------------------*/
  /* ------------------------------------------------ お問い合わせ ここから ------------------------------------------------ */

  #form h2 span {
    font-size: 48px;
    width: 300px;
  }

  #form h2 {
    font-size: 24px;
  }

  form {
    margin: 80px auto 0;
    width: 100%;
  }

  form p:first-child {
    width: 100%;
  }

  form p {
    margin-bottom: 24px;
  }

  select[name="inquity"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea[name="question"] {
    padding: 6px 12px;
    margin-top: 6px;
  }

  input[type="submit"] {
    padding: 12px 88px;
    margin-top: 56px;
  }

  input[type="submit"]:hover {
    opacity: 10;
  }

  /* ------------------------------------------------ お問い合わせ ここまで ------------------------------------------------ */

  /*------------------------------------------------ MATCHING ここから ------------------------------------------------*/
  #zeimu_offer h2,
  #ma_offer h2 {
    font-size: 42px;
    line-height: 1.1;
  }

  .p001 {
    font-size: 18px;
    margin-top: 14px;
  }

  #zeimu_offer .p002 {
    font-size: 16px;
    line-height: 1.8rem;
    margin: 20px 20% 0 20%;
  }

  .image-building {
    margin-bottom: 80px;
  }

  #zeimu_offer .p003 {
    font-size: 14px;
    padding: 3%;
    margin: 0 5% 80px;
  }

  #zeimu_offer .p004,
  #ma_offer .p002 {
    font-size: 18px;
    padding: 0 10%;
    margin-top: 80px
  }

  .border_dd {
    margin: 0;
  }

  .dl001,
  .dl002 {
    margin: 0 10% 80px;
  }

  .qa_container {
    width: 90%;
  }

  .question_title,
  .answer_text p,
  .dotted_text,
  .border_dd,
  #ma_offer dd {
    font-size: 14px;
  }

  .dotted_text {
    margin: 80px 20% 32px;
  }

  #ma_offer .p001 {
    margin-top: 26px;
  }

  .sale_wrapper {
    display: block;
    margin: 0 5% 80px;
  }

  .sale_wrapper dl {
    margin-top: 80px;
  }

  .btn_green a {
    padding: 16px 20px;
  }

  .btn_blue a {
    padding: 16px 10px;
    margin-top: 64px;
  }

  .btn_green a:hover {
    background-color: #269781;
  }

  .btn_blue a::before {
    position: static;
    background: #265BB2;
  }

  .btn_green a {
    /* transition: 0; */
    outline: none;
  }

  .btn_green a:hover {
    background-color: #269781;
    animation: 0;
  }

  /*------------------------------------------------ MATCHINGここまで ------------------------------------------------*/
  /* ------------------------------------------------ footer ここから ------------------------------------------------ */
  .form_sp_wrapper p {
    margin: 0 auto;
    width: 90%;
  }

  footer {
    padding-top: 60px;
  }

  footer nav {
    display: flex;
    align-items: flex-end;
  }

  footer nav ul {
    flex-basis: 50%;
    font-size: 14px;
  }

  footer nav div {
    flex-basis: 50%;
    text-align: center;
  }

  footer nav div p {
    width: 70%;
    border-radius: 15px;
  }

  footer nav div p a {
    color: #fff;
  }

  .footer_form_sp p {
    font-size: 14px;
  }

  footer a span {
    font-size: 12px;
  }

  footer p {
    position: static;
  }

  /*キラッと光る*/
  footer p::before {
    position: static;
  }

  footer .logo {
    margin-bottom: 20px;
    width: 85%;
  }

  .footer_form_sp p {
    margin-top: 20px;
  }

  footer nav ul li:nth-child(2),
  footer nav ul li:nth-child(3),
  footer nav ul li:nth-child(4) {
    padding-left: 0rem;
  }

  
  /*------------------------------------------------ footer ここまで ------------------------------------------------ */
  /*================================
  事業売却額シミュレーシン
=================================*/
.simu-input,
.simu-table1,
.simu-table2,
.simu-h3-layout,
.simu-h3-result .simutable th,
.simutable td,
.simu-layout2,
.simu-btn2 {
  width: 100%;
}

/* 説明文 */
p.simu-mb {
  margin-bottom: 50px;
  padding: 0 20px;
}

.simu-input,
.simu-result {
  margin: 0;
  padding: 0 20px;
}

/* 表 */
.simu-table1,
.simu-table2 {
  padding: 0;
}

.simu th,
.simu td {
  display: block;
  height: 64px;
  padding: 20px 0;
  text-align: center;
}

.simu th {
  height: auto;
  padding: 20px;
}

.common-box01 a,
.common-box02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 112px;
  margin: 0;
  padding: 0;
  background-color: #ed6103;
  color: #fff;
  font-size: 18px;
}
.common-box01 span {
  font-size: 18px;
}

button.simu-btn2 {
  height: 60%;
  font-size: 20px;
}
/* 表の一部余白広げるため */
h3.simu-h3-input {
  margin-top: 200px;
}

td.simu-layout4 {
  height: auto;
  padding: 20px;
}

.simu-layout2 {
  margin: 0;
  padding: 20px;
}

h4.simu-h3-input {
  top: 0;
  left: 0;
  width: 64%;
  height: 64px;
  line-height: 64px;
}
h4.simu-h3-result {
  top: 0;
  left: 0;
  width: 64%;
  height: 64px;
  line-height: 64px;
}

h3.simu-h3-result {
  top: 0;
}

.simu img {
  width: 30%;
}

.simu-result {
  margin-top: 0;
  margin-bottom: 50px;
}

.simu .simu-h3-result span,
.simu .simu-h3-input span,
.simu h3 span 
.simu .simu-h3-input span,
.simu h3 span,
.simu-h3-result {
  font-size: 18px;
}

.simu-h3-rayout {
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
/* ボタン */
.simu-layout3 {
  width: 100%;
  height: 100px;
  margin: 50px auto;
  padding: 0 20px;
}

button.simu-btn1 {
  height: 60%;
  font-size: 1.5rem;
}

/* 矢印 */
.simu-arrow {
  margin-bottom: 150px;
}

.common-contactcontainer,
.common-contactcontainer::after,
.common-contactcontainer::before {
  width: 100%;
  height: 760px;
  padding: 0 20px;
}

.common-title {
  font-size: 24px;
}

.common-info {
  margin: 0;
}

.br-mb {
  display: block;
  width: 100%;
}

.recruit_contact-sp,
.contact-sp,
.simu-sp {
  display: block;
}
}

#fee-price {
  font-family: "Inter";
  padding: 240px 10% 160px;
  background: repeating-linear-gradient(135deg, #fff, rgba(209, 208, 208, 0.7960784314) 3px, #fff 6px);
}
#fee-price .padding {
  background-color: #fff;
  padding: 80px 7.0977%;
}
#fee-price h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  text-align: center;
}
#fee-price .fee-subtitle {
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  margin: 15px 0 35px 0;
  display: block;
  text-align: center;
  color: #fb5f23;
}
#fee-price img {
  margin: 0 0 50px 0;
}
#fee-price h3 {
  font-size: clamp(28px, 3vw, 35px);
  font-weight: 700;
  color: #265bb2;
  margin: 0 0 15px 0;
}
#fee-price p {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#fee-price h4 {
  font-size: clamp(20px, 3vw, 25px);
  font-weight: 700;
  margin: 0 0 20px 0;
}
#fee-price .fee-table {
  width: 100%;
  margin: 0 0 35px 0;
  table-layout: fixed;
  border: 1px solid #000;
}
#fee-price thead.fee-table-head {
  background: #265bb2;
}
#fee-price thead.fee-table-head th {
  border: 0;
  padding: 4px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#fee-price .fee-table-price {
  text-align: right;
  padding: 0 20px 0 0;
}
#fee-price .comment {
  font-size: 12px;
  line-height: 1.21em;
  margin: 0 0 70px 0;
}
#fee-price .fee-third-comment {
  font-size: 12px;
  line-height: 1.21em;
  margin: 0 0 50px 0;
}
#fee-price .fee-forth-comment {
  font-size: 12px;
  line-height: 1.21em;
}
#fee-price tr {
  font-size: clamp(16px, 2vw, 18px);
  border-bottom: 1px solid #000;
}
#fee-price td {
  font-size: clamp(12px, 2vw, 16px);
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}
#fee-price td:first-child {
  background: #f1f1f1;
}
#fee-price td.fee-table-fff {
  background: #fff;
  text-align: center !important;
  padding: 0 !important;
}
#fee-price .fee-table-secondary td:first-child {
  padding: 10px;
  text-align: left;
}
#fee-price span.table-span-blue {
  color: #265bb2;
}
#fee-price span.table-span-orange {
  color: #fb5f23;
}
#fee-price .fee-table-forth {
  margin: 0 0 10px 0;
}
#fee-price .comment-orange {
  color: #fb5f23;
}
#fee-price .companysale h3 {
  font-size: clamp(28px, 3vw, 40px);
  text-align: center;
  margin: 0 0 30px 0;
  color: #000;
}
#fee-price p.explanation {
  font-size: 24px !important;
  font-weight: 700;
  display: block;
  text-align: center;
  border: #269781 3px solid;
  width: 70%;
  margin: 0 auto;
  line-height: 2rem;
  padding: 10px;
}
#fee-price p.explanation span {
  font-size: 14px;
  color: #333;
}
#fee-price .fee-price-btn {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  #fee-price {
    padding: 160px 0;
    background: rgba(209, 208, 208, 0.7960784314);
  }
  #fee-price td:first-child {
    width: 30%;
  }
  #fee-price .fee-table-price {
    padding: 10px;
  }
}






/*-------------------------------------
 追記　240206
--------------------------------------*/
	


.bg02 {
	background: #fcf7f0;
}
.bg03 {
	background: #f7f7f7;
}

.inner {
	margin: 0 auto;
	max-width: 1180px;
	width: 90%;
}
#member {
    padding: 160px 0;
}
#member h2 {
    margin-bottom: 15%;
}

ul.staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.staff li {
	width: 49%;
    background: #fff;
    box-sizing: border-box;
    padding: 1.4%;
	margin-bottom: 30px;
}
.staff_top {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.staff_img {
    width: 43%;
}
.staff_info {
    width: 52%;
	padding-top: 15px;
}
.staff_txt {
    width: 100%;
    margin-top: 20px;
}

.staff_name {
    display: flex;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ff7908;
	flex-wrap: wrap;
    flex-direction: column-reverse;
}

.staff_name h3 {
    font-size: 130%;
}
.staff_name span {
    font-size: 90%;
    font-weight: 500;
}
.staff_txt p {
    font-size: 94%;
    line-height: 1.8;
}
.staff_info p {
    font-size: 90%;
}

ul.staff li:nth-child(n+4) .staff_info {
	width: 100%;
}



ul.partner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.partner li {
    width: 25%;
    box-sizing: border-box;
    padding: 1.5% 3%;
}


.orn_img {
    display: block;
    margin: 0 auto;
    width: 900px;
}
.mvv_img {
    display: block;
    margin: 0 auto 6%;
    width: 390px;
}
.mvv_box {
    text-align: center;
}

.mvv_box h3 {
    color: #ff7908;
    margin-bottom: 2rem;
}
ul.value_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.value_box li {
    width: 32%;
    box-sizing: border-box;
    padding: 1.6%;
}
.val_ico {
    width: 140px;
    margin: 0 auto 24px;
}
ul.value_box li p {
    font-size: 89%;
}

ul.value_box li h4 {
    font-size: 116%;
    font-weight: 500;
    margin-bottom: 12px;
}

#company .inner {
    max-width: 1400px;
}

.cp_tb_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	justify-content: space-between;
}
table.cp_tb {
    line-height: 1.8;
    width: 49.5%;
    font-size: 80%;
}
table.cp_tb tr {
    border: 1px solid #ccc;
    border-width: 0 0 1px;
}
table.cp_tb th {
    box-sizing: border-box;
    padding: 24px 5px;
    width: 21%;
	font-weight: 500;
    vertical-align: middle;
}
table.cp_tb td {
    box-sizing: border-box;
    padding: 24px 5px;
	vertical-align: middle;
}
.cplogo_img {
    height: 65px;
}


table.cp_tb.cptb2 th {
 /*   width: 0;
    font-size: 0;*/
}
table.cp_tb tr:nth-child(3) td {
    height: 280px;
}
/*
table.cp_tb tr:nth-child(8) td {
    height: 200px;
}
table.cp_tb tr:nth-child(9) td {
    height: 140px;
}*/


#workstyle h3 {
    text-align: center;
}	
ul.ws_list {
    margin-top: 10%;
}

ul.ws_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
ul.ws_list li:nth-child(2n) {
	flex-direction: row-reverse;
}

ul.ws_list li h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 135%;
    font-weight: 600;
    line-height: 1.6;
}
ul.ws_list li h4 span {
    font-size: 170%;
    color: #ed6104;
}
ul.ws_list li p {
    line-height: 1.8;
}

.ws_img {
    margin-bottom: 30px;
    border-radius: 24px;
	overflow: hidden;
    width: 48%;
}
.ws_content {
    width: 48%;
}

.orn_img.orn_sp {
	display: none !important;
}	


dl.news_list {
    border-bottom: 1px solid #ccc;
}

dl.news_list dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    padding: 24px 24px 24px 0;
    position: relative;
	cursor: pointer;
}
dl.news_list dt::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 13px;
    height: 8px;
    background: #999;
    clip-path: polygon(0 0,100% 0,50% 100%);
}
dl.news_list dt.active::after {
    transform: scale(1,-1);
}
dl.news_list dd {
    padding-bottom: 24px;
	font-size: 90%;
	display: none;
}
dl.news_list h3 {
    font-size: 110%;
    font-weight: 500;
}
dl.news_list .news_date {
    font-size: 80%;
    font-weight: normal;
    margin-right: 20px;
}


body.company h2 {
    margin-bottom: 10%;
}
.inner h2 span{
	font-family: 'Poppins', sans-serif;
	margin-left: 30px;
}


@media screen and (max-width: 768px) {
	
	
ul.staff li {
    width: 100%;
    padding: 3%;
}
ul.partner li {
    width: 33%;
}
ul.value_box li {
    width: 100%;
    margin-bottom: 30px;
}	
table.cp_tb {
    width: 100%;
    margin-bottom: 30px;
}
table.cp_tb th,table.cp_tb td {	
	font-size: 80%;
}

	
table.cp_tb tr:nth-child(3) td,table.cp_tb tr:nth-child(8) td,table.cp_tb tr:nth-child(9) td {
    height: auto;
}	
table.cp_tb.cptb2 th {
    width: 24%;
    font-size: 100%;
}	

	
ul.ws_list li {
	
}
.ws_img, .ws_content {
    width: 100%;
}	
	
dl.news_list h3 {
    width: 100%;
}	
	
	

	
	
}
	
@media screen and (max-width: 599px) {
	
#member {
    padding: 20% 0;
}
.inner h2 {
    font-size: 120%;
    margin-bottom: 15%;
}
.inner h2 span {
    margin-left: 5%;
}	
	
.staff_img, .staff_info {
    width: 100%;
}
ul.staff li {
    padding: 5%;
}	
ul.partner li {
    width: 50%;
}
.mvv_img {
    width: 80%;
}
	
.orn_img.orn_pc {
	display: none !important;
}
.orn_img.orn_sp {
	display: block !important;
}	
	
table.cp_tb th, table.cp_tb td,table.cp_tb.cptb2 th {
    display: block;
    width: 100%;
    padding: 5px 0;
}	
table.cp_tb tr {
    border: 0;
}

table.cp_tb th,table.cp_tb.cptb2 th {
    font-size: 90%;
    font-weight: 500;
    background: #f7f7f7;
    padding: 5px 15px;
}
table.cp_tb td {
    font-size: 80%;
    line-height: 1.8;
    padding: 20px 10px;
}
	
ul.ws_list li h4 {
    font-size: 105%;
}
	
	
.mvv_box {
    margin-bottom: 13%;
}

.mvv_box p {
    text-align: left;
}	
.mvv_box h3 {
    font-size: 150%;
    margin-bottom: 5%;
}	
ul.value_box li {
    padding: 0;
}	
ul.value_box li p {
	text-align: center;
}
	

#company {
    padding: 100px 0 10px;
}	
body.company h2 {
    text-align: center;
}	
body.company h2 span {
    font-size: 75%;
    display: block;
    margin: 10px 0 0;
}
	
	
}
