@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*　top 共通　*/
.common_top_h2_ttl {
  /*border-bottom: 2px solid $base_red;*/
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-bottom: 65px;
  height: 90px;
  position: relative;
}
.common_top_h2_ttl:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d70c18;
}
.common_top_h2_ttl .h2_ttl {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.0;
  margin-right: 25px;
  white-space: nowrap;
}
.common_top_h2_ttl .sub_txt {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-top: 2px;
  margin-right: 10px;
}
.common_top_h2_ttl .side_banner {
  margin-left: auto;
}

/* mv */
.mv {
  background-color: #D4DDE1;
}
.mv img {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* slider */
.slider {
  margin: 82px auto 0;
  position: relative;
}
.slider_contents {
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider .slideitem {
  position: relative;
  padding-bottom: 15px;
  margin-left: 14px;
  margin-right: 14px;
}
.slider .slide_catch {
  position: relative;
  bottom: -15px;
  text-align: center;
  color: #231815;
  font-size: 11px;
  letter-spacing: 0.1rem;
  width: 138px;
  height: 34px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.slider .slide_catch span {
  display: block;
  color: #ff0113;
  font-size: 6px;
  letter-spacing: 0.1rem;
}
.slider .slideitem.slick-current .slide_catch {
  opacity: 1;
}
.slider_dot {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 33px;
}
.slider_dot .slick-dots {
  position: static;
}
.slider_dot .slick-dots li {
  margin: 0 12px;
}
.slider_dot .slick-dots li:nth-child(2) {
  margin-right: 203px;
}
.slider_dot .slick-dots li, .slider_dot .slick-dots li button {
  width: 8px;
  height: 8px;
}
.slider_dot .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background-color: #727171;
  transform: rotate(45deg);
  content: '';
}
.slider_dot .slick-dots li.slick-active button:before {
  background-color: #ff0113;
}
.slider_dot > span {
  display: block;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 138px;
  height: 29px;
  border-left: solid 1px #231815;
  border-right: solid 1px #231815;
  z-index: 10;
}

/* planning */
p.planning {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 75.9px;
  text-align: center;
  color: #000;
}

/* tsuru setting */
.character {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.character span {
  width: 100px;
  height: 100px;
  cursor: pointer;
  display: block;
}
.character span:before {
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 10;
  display: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.character span:hover:before {
  display: block;
}
.character.stand {
  height: 120px;
}
.character.stand span {
  background: url("../images/top/tsuru_stand.webp") no-repeat 0 0;
  background-size: 200px 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.character.stand span:before {
  content: "ようこそ";
  left: -10px;
  top: 0;
}
.character.stand span:hover {
  background-position: -100px 0;
}
.character.back span {
  background: url("../images/top/tsuru_back.webp") no-repeat 0 0;
  background-size: 100px 100px;
  position: absolute;
  top: -40px;
  left: 50px;
}
.character.back span:before {
  content: "しょくば";
  left: 80px;
  top: 0;
}
.character_anime {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

/* concept */
#concept {
  width: 835px;
  height: 700px;
  margin: 65px auto 0;
  text-align: center;
  position: relative;
}
#concept h2, #concept p {
  position: absolute;
}
#concept h2 img, #concept p img {
  vertical-align: top;
}
#concept h2 {
  top: 0;
  left: 41.9161676647%;
}
#concept p:first-of-type {
  top: 6.7142857143%;
  left: 16.4071856287%;
}
#concept p:nth-of-type(2) {
  top: 22.1428571429%;
  left: 31.0179640719%;
}
#concept p:nth-of-type(3) {
  top: 33.5714285714%;
  left: 42.5149700599%;
}
#concept p:nth-of-type(4) {
  top: 38.8571428571%;
  left: 24.1916167665%;
  z-index: 20;
}
#concept dt, #concept dd {
  position: absolute;
}
#concept dt img, #concept dd img {
  vertical-align: top;
}
#concept dt:first-of-type {
  left: 0;
  top: 201px;
}
#concept dt:nth-of-type(2) {
  left: 2.994011976%;
  top: 54.4285714286%;
}
#concept dt:nth-of-type(3) {
  left: 6.4670658683%;
  top: 81.2857142857%;
}
#concept dt:nth-of-type(4) {
  left: 43.3532934132%;
  top: 93.8571428571%;
}
#concept dt:nth-of-type(5) {
  right: 6.1077844311%;
  top: 81.2857142857%;
}
#concept dt:nth-of-type(6) {
  right: 2.6347305389%;
  top: 54.4285714286%;
}
#concept dt:nth-of-type(7) {
  right: 0;
  top: 28.7142857143%;
}
#concept dd:first-of-type {
  left: 10.7784431138%;
  top: 31.2857142857%;
}
#concept dd:nth-of-type(2) {
  left: 13.1736526946%;
  top: 55.7142857143%;
}
#concept dd:nth-of-type(3) {
  left: 24.6706586826%;
  top: 66.1428571429%;
}
#concept dd:nth-of-type(4) {
  left: 44.1916167665%;
  top: 69.7142857143%;
}
#concept dd:nth-of-type(5) {
  right: 25.0299401198%;
  top: 66%;
}
#concept dd:nth-of-type(6) {
  right: 13.6526946108%;
  top: 55.7142857143%;
}
#concept dd:nth-of-type(7) {
  right: 11.1377245509%;
  top: 31.2857142857%;
}

/* instagram */
.survive {
  max-width: 918px;
  margin: 100px auto 0;
}
.survive a:hover {
  opacity: 0.5;
}
.survive > p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 3.8;
  text-align: center;
  color: #000;
}

#instagram {
  max-width: 850px;
  margin: 20px auto 0;
}
#instagram h2 {
  text-align: center;
  width: 116px;
  margin: 0 auto;
}
#instagram .wpsr_content {
  margin-top: 17px;
}
#instagram .wpsr-ig-post {
  box-shadow: none;
}
#instagram .wpsr-ig-post-info {
  padding: 0;
}
#instagram .wpsr-ig-post-caption-text {
  color: #000000;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.67;
  color: #040000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#instagram video {
  width: 100%;
}

/* service */
.top_service_bg {
  padding: 40px 0 30px 0;
  display: flex;
  justify-content: center;
}
.top_service_bg .common_top_h2_ttl {
  background: url(../images/top/top_service_ttl.svg) no-repeat 5px top;
}
.top_service_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_service_box_item {
  width: 316px;
}
.top_service_box_item:nth-child(-n+15) {
  margin-bottom: 60px;
}
.top_service_box_in {
  /*margin: 0 20px;*/
  min-width: 316px;
}
.top_service_box_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.top_service_box_main.mb0 {
  margin-bottom: 0;
}
.top_service_box_img {
  width: 120px;
}
.top_service_box_disc {
  width: calc(100% - 135px);
}
.top_service_box_cat {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #d70c18;
  color: #fff;
  display: block;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1.0;
  margin-bottom: 8px;
}
.top_service_box_ttl {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 3px solid #d70c18;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.top_service_box_txt {
  font-size: 11px;
  font-weight: 500;
}
.top_service_box_list {
  /*&.fz10 dt,&.fz10 dd{
  	font-size: 10px;
  	padding: 0.08em 0;
  }*/
}
.top_service_box_list li {
  list-style: none;
  border-bottom: 1px solid #aaa;
  padding: 5px 0 5px 25px;
}
.top_service_box_list li dl {
  display: flex;
  justify-content: space-between;
}
.top_service_box_list li dl dt {
  font-size: 12px;
  font-weight: 500;
}
.top_service_box_list li dl dd {
  font-size: 12px;
  font-weight: 500;
}
.top_service_box_list li:nth-child(1) {
  background: url(../images/common/icon_no01.svg) no-repeat left center;
  background-size: 16px 16px;
}
.top_service_box_list li:nth-child(2) {
  background: url(../images/common/icon_no02.svg) no-repeat left center;
  background-size: 16px 16px;
}
.top_service_box_list li:nth-child(3) {
  background: url(../images/common/icon_no03.svg) no-repeat left center;
  background-size: 16px 16px;
}
.top_service_box_list li:nth-child(4) {
  background: url(../images/common/icon_no04.svg) no-repeat left center;
  background-size: 16px 16px;
}
.top_service_box_list li:nth-child(5) {
  background: url(../images/common/icon_no05.svg) no-repeat left center;
  background-size: 16px 16px;
}
.top_service_box_list.fz10 dd {
  font-size: 9px;
  padding: 0.08em 0;
}
.top_service_box_hosoku {
  font-size: 10px;
  letter-spacing: 0.125em;
  text-align: right;
  margin-top: 25px;
}

/* text scroll */
#top_text_scroll {
  width: 800px;
  position: absolute;
  left: 0;
  top: -50px;
  overflow: hidden;
}

.text_scroll ul {
  white-space: nowrap;
}
.text_scroll li {
  margin-right: 15px;
  display: inline-block;
  font-size: 18px;
  color: #f692b8;
  font-weight: bold;
}

/* inquiry */
#inquiry {
  max-width: 1082px;
  margin: 120px auto 70px;
}
#inquiry > div:first-child {
  background-color: #d70c18;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 20px 20px 0 0;
  position: relative;
  padding: 30px;
  text-align: center;
}
#inquiry > div:first-child img {
  position: absolute;
  right: 40px;
  bottom: -2px;
}
#inquiry > div.wrap {
  border: solid 2px #d70c18;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
}
#inquiry > div.wrap > p {
  color: #231815;
  width: 100%;
}
#inquiry > div.wrap > p.txt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
}
#inquiry > div.wrap > p.example {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  margin-left: 22px;
}
#inquiry > div.wrap > ul {
  width: 100%;
  padding: 0 22px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  /*border-bottom: solid 2px $base_red;*/
}
#inquiry > div.wrap > ul:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d70c18;
}
#inquiry > div.wrap > ul li {
  background-color: #e0e1e1;
  color: #3e3a39;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px;
  width: 505px;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: center;
}
#inquiry > div.wrap > a {
  width: 50%;
  padding: 18px 22px 30px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  text-decoration: none;
  color: #000000;
}
#inquiry > div.wrap > a:first-of-type {
  position: relative;
  /*border-right: solid 1px $base_red;*/
}
#inquiry > div.wrap > a:first-of-type:after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background-color: #d70c18;
}
#inquiry > div.wrap > a:first-of-type h3 {
  width: 300px;
  letter-spacing: 0.1em;
}
#inquiry > div.wrap > a:first-of-type > div:first-of-type {
  margin-top: 33px;
}
#inquiry > div.wrap > a:first-of-type > div:nth-of-type(2) {
  margin-top: -18px;
}
#inquiry > div.wrap > a:nth-of-type(2) {
  /*border-left: solid 1px $base_red;*/
}
#inquiry > div.wrap > a:nth-of-type(2) h3 {
  width: 350px;
  letter-spacing: 0;
}
#inquiry > div.wrap > a:nth-of-type(2) > div:first-of-type {
  margin-top: 10px;
}
#inquiry > div.wrap > a:nth-of-type(2) > div:nth-of-type(2) {
  margin-top: -9px;
}
#inquiry > div.wrap > a > div:first-of-type {
  width: 300px;
}
#inquiry > div.wrap > a > div:nth-of-type(2) {
  width: 160px;
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
}
#inquiry > div.wrap > a h3 {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#inquiry > div.wrap > a h3 img {
  margin-right: 10px;
  margin-top: 5px;
}
#inquiry > div.wrap > a p.txt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
#inquiry > div.wrap > a p.time {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#inquiry > div.wrap > a p.btn {
  font-size: 18px;
  background-color: #3E3A39;
  color: #FFFFFF;
  width: 158px;
  padding: 2px;
  letter-spacing: 0.2em;
}
#inquiry > div.wrap > a p.input {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* special */
.top_special_bg {
  padding: 30px 0 100px 0;
}
.top_special_bg .common_inner {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.top_special_bg .common_top_h2_ttl {
  background: url(../images/top/top_special_ttl.svg) no-repeat 5px top;
}

.special_slider {
  min-width: 1252px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.special_slider .top_special_box_item {
  border: solid #231815;
  border-width: 1px 0 1px 0;
  padding-bottom: 28px;
  width: calc(100% / 3);
  font-size: 12.5px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #211613;
}
.special_slider .top_special_box_item > img {
  border-bottom: solid 1px #231815;
  display: block;
}
.special_slider .top_special_box_item > h3 {
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 75px;
  font-size: 33px;
  line-height: 1.1;
  margin: 20px 20px 8px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.special_slider .top_special_box_item > h3 .lead {
  font-size: 13px;
  width: 100%;
  margin-bottom: 0.8em;
}
.special_slider .top_special_box_item > h3 .position {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 1550px) {
  .special_slider .top_special_box_item:nth-child(3) .position {
    margin-top: 5px;
    margin-right: 0;
    width: 100%;
  }
  .special_slider .top_special_box_item:nth-child(3) .lead {
    margin-bottom: 0.2em;
  }
}
.special_slider .top_special_box_item > div {
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 20px 18px;
}
.special_slider .top_special_box_item > div > p:first-child {
  margin-bottom: 0.8em;
}
.special_slider .top_special_box_item > p {
  text-align: center;
  margin: 0 20px;
}
.special_slider .top_special_box_item > p br {
  display: none;
}
.special_slider .top_special_box_item > p.link a {
  text-decoration: none;
}
.special_slider .top_special_box_item > p.link span {
  border: solid 1px #231815;
  border-radius: 20px;
  background-color: #FFFFFF;
  display: inline-block;
  letter-spacing: -0.005em;
  color: #231815;
  width: 210px;
  padding: 5px 46px 5px 17px;
  text-align: center;
  margin: 8px 0 8px 1em;
  background: url(../images/top/special_btn_arrow.svg) no-repeat right 17px center;
}
.special_slider .top_special_box_item > p.relation {
  font-size: 12px;
  margin-top: 7px;
}
@media screen and (max-width: 1550px) {
  .special_slider .top_special_box_item > p br {
    display: block;
  }
}
.special_slider .top_special_box_item.slide01 {
  border-right-width: 1px;
}
.special_slider .top_special_box_item.slide01 > h3 {
  background-image: url(../images/top/special_narita.webp);
}
.special_slider .top_special_box_item.slide02 {
  border-right-width: 1px;
}
.special_slider .top_special_box_item.slide02 > h3 {
  background-image: url(../images/top/special_taniguchi.webp);
}
.special_slider .top_special_box_item.slide03 > h3 {
  background-image: url(../images/top/special_esports.webp);
  font-size: 30px;
}
.special_slider .top_special_box_item.slide03 > p span {
  width: 240px;
}

/* member */
.top_member_bg {
  padding: 10px 0 0 0;
  display: flex;
  justify-content: center;
}
.top_member_bg .common_top_h2_ttl {
  background: url(../images/top/top_member_ttl.svg) no-repeat 5px top;
  margin-bottom: 54px;
}
.top_member_catch {
  margin-bottom: 54px;
  text-align: center;
}
.top_member_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 70px;
}
.top_member_box_item {
  width: 200px;
}
.top_member_box_in {
  border-radius: 10px;
  padding-top: 25px;
  box-sizing: border-box;
  min-width: 200px;
}
.top_member_box_img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 175px;
}
.top_member_box_img img {
  width: 175px;
}
.top_member_box_ttl {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.05em;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
.top_member_box_ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 102px;
  margin-left: -51px;
  height: 2px;
}
.top_member_box_txt {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.top_member_box .top_member_box_in.acc-I {
  border: 2px solid #00a4a7;
}
.top_member_box .top_member_box_in.acc-I .top_member_box_ttl::after {
  border-bottom: 2px solid #00a4a7;
}
.top_member_box .top_member_box_in.acc-I .top_member_box_txt {
  background-color: #00a4a7;
}
.top_member_box .top_member_box_in.cre-T {
  border: 2px solid #675240;
}
.top_member_box .top_member_box_in.cre-T .top_member_box_ttl::after {
  border-bottom: 2px solid #675240;
}
.top_member_box .top_member_box_in.cre-T .top_member_box_txt {
  background-color: #675240;
}
.top_member_box .top_member_box_in.art-M {
  border: 2px solid #c72e8a;
}
.top_member_box .top_member_box_in.art-M .top_member_box_ttl::after {
  border-bottom: 2px solid #c72e8a;
}
.top_member_box .top_member_box_in.art-M .top_member_box_txt {
  background-color: #c72e8a;
}
.top_member_box .top_member_box_in.gra-N {
  border: 2px solid #5bc1d8;
}
.top_member_box .top_member_box_in.gra-N .top_member_box_ttl::after {
  border-bottom: 2px solid #5bc1d8;
}
.top_member_box .top_member_box_in.gra-N .top_member_box_txt {
  background-color: #5bc1d8;
}
.top_member_box .top_member_box_in.pho-F {
  border: 2px solid #0079c2;
}
.top_member_box .top_member_box_in.pho-F .top_member_box_ttl::after {
  border-bottom: 2px solid #0079c2;
}
.top_member_box .top_member_box_in.pho-F .top_member_box_txt {
  background-color: #0079c2;
}
.top_member_box .top_member_box_in.web-K {
  border: 2px solid #e95550;
}
.top_member_box .top_member_box_in.web-K .top_member_box_ttl::after {
  border-bottom: 2px solid #e95550;
}
.top_member_box .top_member_box_in.web-K .top_member_box_txt {
  background-color: #e95550;
}
.top_member_box .top_member_box_in.web-T {
  border: 2px solid #4ba648;
}
.top_member_box .top_member_box_in.web-T .top_member_box_ttl::after {
  border-bottom: 2px solid #4ba648;
}
.top_member_box .top_member_box_in.web-T .top_member_box_txt {
  background-color: #4ba648;
}
.top_member_box .top_member_box_in.cop-Y {
  border: 2px solid #37a0da;
}
.top_member_box .top_member_box_in.cop-Y .top_member_box_ttl::after {
  border-bottom: 2px solid #37a0da;
}
.top_member_box .top_member_box_in.cop-Y .top_member_box_txt {
  background-color: #37a0da;
}
.top_member_box .top_member_box_in.ill-S {
  border: 2px solid #e6c643;
}
.top_member_box .top_member_box_in.ill-S .top_member_box_ttl::after {
  border-bottom: 2px solid #e6c643;
}
.top_member_box .top_member_box_in.ill-S .top_member_box_txt {
  background-color: #e6c643;
}
.top_member_box .top_member_box_in.cg-F {
  border: 2px solid #91308c;
}
.top_member_box .top_member_box_in.cg-F .top_member_box_ttl::after {
  border-bottom: 2px solid #91308c;
}
.top_member_box .top_member_box_in.cg-F .top_member_box_txt {
  background-color: #91308c;
}
.top_member_box .top_member_box_in.dir-K {
  border: 2px solid #654d9c;
}
.top_member_box .top_member_box_in.dir-K .top_member_box_ttl::after {
  border-bottom: 2px solid #654d9c;
}
.top_member_box .top_member_box_in.dir-K .top_member_box_txt {
  background-color: #654d9c;
}
.top_member_box .top_member_box_in.cre-F {
  border: 2px solid #ed781e;
}
.top_member_box .top_member_box_in.cre-F .top_member_box_ttl::after {
  border-bottom: 2px solid #ed781e;
}
.top_member_box .top_member_box_in.cre-F .top_member_box_txt {
  background-color: #ed781e;
}
.top_member_box .top_member_box_in.dir-N {
  border: 2px solid #4c4e74;
}
.top_member_box .top_member_box_in.dir-N .top_member_box_ttl::after {
  border-bottom: 2px solid #4c4e74;
}
.top_member_box .top_member_box_in.dir-N .top_member_box_txt {
  background-color: #4c4e74;
}
.top_member_box .top_member_box_in.pro-K {
  border: 2px solid #e73828;
}
.top_member_box .top_member_box_in.pro-K .top_member_box_ttl::after {
  border-bottom: 2px solid #e73828;
}
.top_member_box .top_member_box_in.pro-K .top_member_box_txt {
  background-color: #e73828;
}
.top_member_box .top_member_box_in.mrk-O {
  border: 2px solid #EF8468;
}
.top_member_box .top_member_box_in.mrk-O .top_member_box_ttl::after {
  border-bottom: 2px solid #EF8468;
}
.top_member_box .top_member_box_in.mrk-O .top_member_box_txt {
  background-color: #EF8468;
}
.top_member_box .top_member_box_in.web-I {
  border: 2px solid #f6b8ac;
}
.top_member_box .top_member_box_in.web-I .top_member_box_ttl::after {
  border-bottom: 2px solid #f6b8ac;
}
.top_member_box .top_member_box_in.web-I .top_member_box_txt {
  background-color: #f6b8ac;
}
.top_member_box .top_member_box_in.pgm-H {
  border: 2px solid #2482b1;
}
.top_member_box .top_member_box_in.pgm-H .top_member_box_ttl::after {
  border-bottom: 2px solid #2482b1;
}
.top_member_box .top_member_box_in.pgm-H .top_member_box_txt {
  background-color: #2482b1;
}
.top_member_box .top_member_box_in.jpr-I {
  border: 2px solid #006aba;
}
.top_member_box .top_member_box_in.jpr-I .top_member_box_ttl::after {
  border-bottom: 2px solid #006aba;
}
.top_member_box .top_member_box_in.jpr-I .top_member_box_txt {
  background-color: #006aba;
}
.top_member_box .top_member_box_in.jdi-A {
  border: 2px solid #25272b;
}
.top_member_box .top_member_box_in.jdi-A .top_member_box_ttl::after {
  border-bottom: 2px solid #25272b;
}
.top_member_box .top_member_box_in.jdi-A .top_member_box_txt {
  background-color: #25272b;
}
.top_member_box .top_member_box_in.liv-K {
  border: 2px solid #46beeb;
}
.top_member_box .top_member_box_in.liv-K .top_member_box_ttl::after {
  border-bottom: 2px solid #46beeb;
}
.top_member_box .top_member_box_in.liv-K .top_member_box_txt {
  background-color: #46beeb;
}

.top_news_bg {
  /*background-color: $base_red;*/
  padding: 100px 0 110px 0;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  position: relative;
}
.top_news_bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d70c18;
  z-index: -1;
}
.top_news_bg .common_top_h2_ttl {
  background: url(../images/top/top_news_ttl.svg) no-repeat 5px top;
  /*border-bottom: 2px solid #fff;*/
}
.top_news_bg .common_top_h2_ttl:after {
  background-color: #FFFFFF;
}
.top_news_bg .common_top_h2_ttl .h2_ttl, .top_news_bg .common_top_h2_ttl .sub_txt {
  color: #fff;
}
.top_news_box {
  max-width: 870px;
  margin: 65px auto 0 auto;
}
.top_news_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top_news_ttl .h3_ttl {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 204px;
  padding: 10px 0;
  border-bottom: 3px solid #fff;
  color: #fff;
}
.top_news_ttl .deco_line {
  max-width: 625px;
  border-bottom: 1px solid #fff;
}
.top_news_list ul {
  /*border-bottom: 1px solid #fff;*/
  position: relative;
  padding: 50px 0;
}
.top_news_list ul:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.top_news_list li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
.top_news_left {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 204px;
}
.top_news_date {
  font-size: 35px;
  color: #FFF;
  font-weight: 700;
  line-height: 1.0;
}
.top_news_date .year {
  font-size: 15px;
  font-weight: 700;
  display: block;
}
.top_news_cate {
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  color: #FFF;
  font-weight: 700;
  width: 88px;
  text-align: center;
}
.top_news_txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #FFF;
  width: 625px;
}
.top_news_txt a {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.top_news_btn {
  display: flex;
  justify-content: center;
  margin-top: 85px;
}
.top_news_btn a {
  background-color: #000000;
  width: 358px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.top_news_btn a:hover {
  opacity: 0.7;
}

/* company */
.top_company_bg {
  padding: 110px 0;
  display: flex;
  justify-content: center;
}
.top_company_bg .common_top_h2_ttl {
  background: url(../images/top/top_company_ttl.svg) no-repeat 5px top;
}
.top_company_name {
  margin-right: 30px;
}
.top_company_person {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.1em;
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.top_company_person::before {
  border-left: 1px solid #aaa;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
}
.top_company_person::after {
  border-right: 1px solid #aaa;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1;
  height: 100%;
}
.top_company_person .inbox::before {
  border-left: 1px solid #aaa;
  position: absolute;
  top: 0;
  left: 3px;
  content: "";
  width: 1px;
  height: 100%;
}
.top_company_person .inbox::after {
  border-right: 1px solid #aaa;
  position: absolute;
  top: 0;
  right: 3px;
  content: "";
  width: 1;
  height: 100%;
}
.top_company_person .name_bf {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.top_company_ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.top_company_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 60px;
}
.top_company_add .add_txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 8px;
}
.top_company_add .tel_txt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.0;
  margin-bottom: 10px;
}
.top_company_add .url_txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.top_company_map iframe {
  border: none;
  filter: grayscale(100%);
  width: 100%;
}
.top_company_map_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.top_company_map_btn a {
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  transition: 0.3s;
  width: 70px;
}
.top_company_map_btn a:hover {
  opacity: 0.7;
}
.top_company_tbl table {
  margin-bottom: 15px;
  width: 100%;
}
.top_company_tbl table th {
  width: 75px;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 2.5;
}
.top_company_tbl table td {
  width: 1005px;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 2.5;
}
.top_company_tbl .hosoku_txt {
  font-size: 14px;
  letter-spacing: 0.01em;
}

/* --------- sitemap --------- */
.sitemap {
  /*background-color: #231815;*/
  padding: 95px 0 120px 0;
  position: relative;
}
.sitemap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #231815;
  z-index: -1;
}
.sitemap > div {
  width: 950px;
  margin: 0 auto;
}
.sitemap .nolink {
  opacity: 0.3;
  color: #fff;
  letter-spacing: 0.15em;
}
.sitemap a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
.sitemap a:hover {
  opacity: 0.7;
}
.sitemap_home {
  margin-bottom: 80px;
}
.sitemap_home .sitemap_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
.sitemap_flex {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  justify-content: space-between;
  flex: 3 4 3;
  font-weight: 400;
}
.sitemap_flex > div p {
  font-size: 19px;
  margin-bottom: 25px;
}
.sitemap_flex > div p.nolist {
  margin-bottom: 70px;
}
.sitemap_flex > div li {
  margin-bottom: 7px;
}
.sitemap_01, .sitemap_02 {
  margin-bottom: 25px;
}
.sitemap_02 ul {
  margin-bottom: 70px;
}
.sitemap_03 .sns {
  display: flex;
  justify-content: flex-start;
  grid-column-gap: 30px;
}
.sitemap_03 .sns img {
  width: 30px;
  height: 30px;
}

/* --------- toppage form --------- */
#form_contact {
  margin: 0 auto;
}
#form_contact .common_top_h2_ttl {
  background: url(../images/top/top_contact_ttl.svg) no-repeat 5px top;
  margin-top: 100px;
  margin-bottom: 35px;
}
#form_contact .common_top_h2_ttl + p {
  margin-bottom: 40px;
}
#form_contact .all_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  margin: 50px auto;
  width: 1110px;
}
#form_contact .all_contact p {
  border: solid 1px #3e3a39;
  padding: 20px;
  width: 340px;
}
#form_contact .mailform {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.top .grecaptcha-badge {
  display: none;
}

/* --------- toppage modal --------- */
.modaal-image .modaal-container {
  width: auto;
  max-width: 68%;
}

/* ---------  smaching --------- */
.smaching {
  max-width: 1200px;
  margin: 0 auto 80px;
}

/* */
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  /* breakpoint */
  /*　top 共通　*/
  .common_top_h2_ttl {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1.4285714286rem;
    padding-top: 0.3571428571rem;
    margin-bottom: 1.0714285714rem;
    height: auto;
    background-position: 0 top;
  }
  .common_top_h2_ttl .h2_ttl {
    font-size: 2.2857142857rem;
    width: 11.4285714286rem;
    order: 1;
    margin-right: 0;
    margin-bottom: 1.4285714286rem;
  }
  .common_top_h2_ttl .sub_txt {
    font-size: 0.9642857143rem;
    order: 3;
    width: 100%;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }
  .common_top_h2_ttl .side_banner {
    margin-bottom: 1.0714285714rem;
    order: 2;
    width: 11.4285714286rem;
  }

  /* mv */
  .mv {
    background-color: #fff;
  }

  /* slider */
  .slider {
    margin-top: 2.8571428571rem;
  }
  .slider_contents {
    padding: 0;
  }
  .slider .slideitem {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .slider .slick-track {
    height: 12.8571428571rem;
    overflow: hidden;
  }
  .slider .slide_catch {
    font-size: 0.7857142857rem;
    width: 9.8571428571rem;
    height: 2.4285714286rem;
  }
  .slider_dot {
    bottom: 0.7142857143rem;
    display: none;
  }
  .slider_sample {
    font-weight: 400;
    font-size: 0.7857142857rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 1.0714285714rem;
  }

  /* planning */
  p.planning {
    margin-bottom: 1.0714285714rem;
    margin-top: 2.8571428571rem;
    font-weight: 700;
    font-size: 1.5714285714rem;
    letter-spacing: 0.05em;
    line-height: 1.73;
    text-align: center;
  }

  /* tsuru setting */
  .character span {
    width: 110px;
    height: 110px;
  }
  .character.stand {
    height: 110px;
    margin-bottom: 2.8571428571rem;
  }
  .character.stand span {
    background-size: 220px 110px;
  }

  /* concept */
  #concept {
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
  }
  #concept h2 {
    position: static;
    width: 11.7857142857rem;
    margin: 0 auto;
  }
  #concept > div.sp {
    margin-top: 1.4285714286rem;
    position: relative;
  }
  #concept > div.sp .scroll-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 3.7142857143rem;
  }
  #concept > div.sp > div {
    margin: 0 1.0714285714rem;
    overflow: hidden;
    position: relative;
  }
  #concept > div.sp img {
    position: relative;
    width: auto;
    height: auto;
  }

  /* instagram */
  .survive {
    margin: 2.1428571429rem 1.0714285714rem 0;
  }
  .survive > p {
    font-size: 1.5714285714rem;
    line-height: 1.7;
    margin-top: 2.1428571429rem;
  }

  #instagram {
    margin-top: 1.7857142857rem;
  }
  #instagram h2 {
    width: 6.3864285714rem;
  }
  #instagram > div {
    overflow-x: scroll;
  }
  #instagram .wpsr_content {
    width: 50rem;
    margin-top: 2.5rem;
  }
  #instagram .wpsr-ig-post-caption-text {
    font-size: 0.8571428571rem;
  }

  /* service */
  .top_service_bg {
    padding: 3.2142857143rem 0 4.2857142857rem;
    background-color: #efefef;
  }
  .top_service_bg .common_top_h2_ttl {
    background-size: auto 0.7142857143rem;
  }
  .top_service_box {
    display: block;
  }
  .top_service_box_item {
    width: 100%;
    margin-bottom: 0.2142857143rem !important;
  }
  .top_service_box_item:first-child .top_service_box_in, .top_service_box_item:nth-child(2) .top_service_box_in, .top_service_box_item:nth-child(3) .top_service_box_in {
    display: block;
  }
  .top_service_box_in {
    min-width: 100%;
    padding: 1.7857142857rem 1.7857142857rem 2.1428571429rem;
    background-color: #FFFFFF;
    display: none;
  }
  .top_service_box_main {
    display: block;
  }
  .top_service_box_img, .top_service_box_cat {
    display: none;
  }
  .top_service_box_disc {
    width: 100%;
  }
  .top_service_box_cat_sp {
    font-size: 1.4285714286rem;
    color: #231815;
    background-color: #cecfcf;
    padding: 1.0714285714rem;
    text-align: center;
    position: relative;
  }
  .top_service_box_cat_sp:before, .top_service_box_cat_sp:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  .top_service_box_cat_sp:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.5s;
  }
  .top_service_box_cat_sp.active:before {
    opacity: 0;
  }
  .top_service_box_cat_sp.active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .top_service_box_ttl {
    font-size: 1.2142857143rem;
    color: #d70c18;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 1.1428571429rem;
    border: none;
  }
  .top_service_box_txt {
    font-size: 1rem;
  }
  .top_service_box_list li {
    padding: 0.3571428571rem 0 0.3571428571rem 1.7857142857rem;
  }
  .top_service_box_list li dl dt {
    font-size: 0.9285714286rem;
  }
  .top_service_box_list li dl dd {
    font-size: 0.9285714286rem;
  }
  .top_service_box_list li:nth-child(1), .top_service_box_list li:nth-child(2), .top_service_box_list li:nth-child(3), .top_service_box_list li:nth-child(4), .top_service_box_list li:nth-child(5) {
    background-size: 1.1428571429rem 1.1428571429rem;
  }
  .top_service_box_list.fz10 dd {
    font-size: 0.6428571429rem;
    padding: 0.08em 0;
  }
  .top_service_box_hosoku {
    font-size: 0.8928571429rem;
    letter-spacing: 0.125em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 2.1428571429rem;
  }

  /* inquiry */
  #inquiry {
    padding: 0 1.2142857143rem;
    margin: 6.1428571429rem auto 3.5714285714rem;
  }
  #inquiry > div:first-child {
    font-size: 1.2142857143rem;
    font-weight: 500;
    padding: 1.0714285714rem 1.4285714286rem;
    text-align: left;
  }
  #inquiry > div:first-child img {
    right: 0.3571428571rem;
    bottom: -0.1428571429rem;
    width: 12.1428571429rem;
  }
  #inquiry > div.wrap > p.txt {
    font-size: 0.9357142857rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
    margin: 1.4285714286rem 1.0714285714rem 1.7857142857rem;
  }
  #inquiry > div.wrap > p.example {
    font-size: 1.0714285714rem;
    margin: 0 1.0714285714rem 0.7142857143rem;
  }
  #inquiry > div.wrap > ul {
    padding: 0 1.2142857143rem 1.4285714286rem;
  }
  #inquiry > div.wrap > ul li {
    font-size: 0.9642857143rem;
    line-height: 1.8;
    padding: 0.7142857143rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  #inquiry > div.wrap > a {
    width: 100%;
    padding: 1.0714285714rem 1.0714285714rem 1.7857142857rem 1.0714285714rem;
    display: block;
  }
  #inquiry > div.wrap > a:first-of-type:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 2px;
  }
  #inquiry > div.wrap > a:first-of-type h3 {
    width: 100%;
  }
  #inquiry > div.wrap > a:first-of-type > div:first-of-type {
    margin-top: 1.0714285714rem;
  }
  #inquiry > div.wrap > a:first-of-type > div:nth-of-type(2) {
    margin-top: 1.4285714286rem;
  }
  #inquiry > div.wrap > a:nth-of-type(2) {
    padding-bottom: 2.5rem;
  }
  #inquiry > div.wrap > a:nth-of-type(2) h3 {
    width: 100%;
  }
  #inquiry > div.wrap > a:nth-of-type(2) > div:first-of-type {
    margin-top: 0.7142857143rem;
  }
  #inquiry > div.wrap > a:nth-of-type(2) > div:first-of-type img {
    width: 20.3571428571rem;
  }
  #inquiry > div.wrap > a:nth-of-type(2) > div:nth-of-type(2) {
    margin-top: 1.4285714286rem;
  }
  #inquiry > div.wrap > a > div:first-of-type {
    width: 100%;
  }
  #inquiry > div.wrap > a > div:nth-of-type(2) {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  #inquiry > div.wrap > a h3 {
    font-size: 1.7857142857rem;
  }
  #inquiry > div.wrap > a h3 img {
    margin-right: 0.7142857143rem;
    margin-top: 0.3571428571rem;
    width: 3.2142857143rem;
    height: 3.2142857143rem;
  }
  #inquiry > div.wrap > a p.txt {
    font-size: 1rem;
    margin-top: 1.0714285714rem;
  }
  #inquiry > div.wrap > a p.time {
    font-size: 1rem;
    text-align: left;
  }
  #inquiry > div.wrap > a p.btn {
    font-size: 1.2857142857rem;
    width: 11.2857142857rem;
    padding: 0.1428571429rem;
  }
  #inquiry > div.wrap > a p.input {
    margin-bottom: 0.7142857143rem;
    font-size: 1.2142857143rem;
  }

  /* special */
  .top_special_bg {
    padding: 4.2857142857rem 0;
    background-color: #efefef;
  }
  .top_special_bg .common_inner {
    margin-bottom: 2.8571428571rem;
  }
  .top_special_bg .common_top_h2_ttl {
    background-size: auto 0.7142857143rem;
  }
  .top_special_bg .common_top_h2_ttl .h2_ttl {
    letter-spacing: -0.01rem;
  }

  .wrap_special {
    background: url("../images/top/sp_special_bg.svg") no-repeat top left;
    background-size: 25.3571428571rem 52.3571428571rem;
    width: 25.3571428571rem;
    height: 52.3571428571rem;
    margin: 0 0 0 auto;
    padding-top: 5.5rem;
    position: relative;
  }

  .special_slider {
    min-width: auto;
    width: 22.8571428571rem;
  }
  .special_slider .top_special_box_item {
    border: none;
    width: 100%;
  }
  .special_slider .top_special_box_item > img {
    border-bottom: none;
  }
  .special_slider .top_special_box_item > h3 {
    background-size: 5.2857142857rem 5.2857142857rem;
    min-height: 5.2857142857rem;
    font-size: 2.2142857143rem;
    margin: 1.0714285714rem 0 1.7857142857rem;
    padding: 0 0 1.4285714286rem 5.2857142857rem;
    border-bottom: solid 1px #231815;
  }
  .special_slider .top_special_box_item > h3 .lead {
    font-size: 0.9285714286rem;
    margin-bottom: 1em !important;
  }
  .special_slider .top_special_box_item > h3 .position {
    font-size: 1.1428571429rem;
    margin-right: 0.7142857143rem;
  }
  .special_slider .top_special_box_item > div {
    display: none;
  }
  .special_slider .top_special_box_item > p {
    margin: 0 1.0714285714rem;
    font-size: 1rem;
  }
  .special_slider .top_special_box_item > p.link span {
    font-size: 1.1428571429rem;
    border: solid 1px #231815;
    width: 18.5714285714rem;
    padding: 0.3571428571rem 3.2857142857rem 0.3571428571rem 1.2142857143rem;
    margin: 1.4285714286rem 0;
    background: url(../images/top/special_btn_arrow.svg) no-repeat right 1.2142857143rem center;
  }
  .special_slider .top_special_box_item > p.relation {
    font-size: 0.8571428571rem;
    margin-top: 0.5rem;
  }
  .special_slider .top_special_box_item > p.relation br {
    display: block;
  }
  .special_slider .top_special_box_item.slide03 > h3 {
    font-size: 1.7857142857rem;
  }
  .special_slider .top_special_box_item.slide03 > p span {
    width: 20rem;
  }

  #sp_nav, #sp_dot {
    width: 100%;
  }
  #sp_nav {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    width: 11.7857142857rem;
  }
  #sp_dot {
    position: absolute;
    bottom: 100px;
    background-color: aquamarine;
  }
  #sp_dot .slick-dots li button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #231815;
    opacity: 1;
    display: block;
    top: 6px;
    left: 6px;
  }
  #sp_dot .slick-dots li.slick-active button:before {
    width: 11px;
    height: 11px;
    margin-top: -2px;
    background-color: #d70c18;
    left: 5px;
  }

  /* member */
  .top_member_bg {
    margin-top: 5.7142857143rem;
  }
  .top_member_bg .common_top_h2_ttl {
    background-size: auto 0.7142857143rem;
    margin-bottom: 3.2857142857rem;
  }
  .top_member_catch {
    display: none;
  }
  .top_member_box {
    margin: 0 -1.2142857143rem;
    display: block;
  }
  .top_member_box_item {
    width: 15.7142857143rem;
    margin: 0 0.7142857143rem;
    padding-top: 0;
  }
  .top_member_box_in {
    padding-top: 2.1428571429rem;
    min-width: 15.7142857143rem;
  }
  .top_member_box_img {
    height: 15rem;
  }
  .top_member_box_img img {
    width: 90%;
  }
  .top_member_box_ttl {
    font-size: 1.2142857143rem;
  }
  .top_member_box_ttl::after {
    width: 8.5714285714rem;
    margin-left: -4.2857142857rem;
  }
  .top_member_box_txt {
    font-size: 1rem;
    height: 7.2857142857rem;
  }

  #mb_nav {
    display: flex;
    justify-content: space-between;
    width: 23.9285714286rem;
    margin: 0 auto;
    margin-top: 1.7857142857rem;
    margin-bottom: 4.6428571429rem;
  }
  #mb_nav .slide-arrow {
    cursor: pointer;
    position: relative;
    z-index: 10;
  }

  /* news */
  .top_news_bg {
    /*background-color: $base_red;*/
    padding: 4.2857142857rem 0 5.7142857143rem 0;
  }
  .top_news_bg .common_top_h2_ttl {
    background-size: auto 0.7142857143rem;
  }
  .top_news_box {
    margin-top: 0;
  }
  .top_news_ttl {
    display: none;
  }
  .top_news_list ul {
    padding: 0;
  }
  .top_news_list ul:after {
    content: none;
  }
  .top_news_list li {
    display: block;
    margin-top: 1.4285714286rem;
    padding-bottom: 1.0714285714rem;
    border-bottom: solid 1px #FFFFFF;
  }
  .top_news_list li:nth-child(n+4) {
    display: none;
  }
  .top_news_left {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1.4285714286rem;
  }
  .top_news_date {
    font-size: 2.3571428571rem;
    font-weight: 400;
    margin-right: 1.7857142857rem;
    letter-spacing: 0.05em;
  }
  .top_news_date .year {
    font-size: 1.0714285714rem;
    font-weight: 400;
  }
  .top_news_cate {
    font-size: 1rem;
    padding-bottom: 5px;
    font-weight: 500;
    width: auto;
  }
  .top_news_txt {
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
  }
  .top_news_txt a {
    font-size: 1rem;
    text-decoration: none;
  }

  /* company */
  .top_company_bg {
    background-color: #efefef;
    padding: 4.2857142857rem 0 5rem;
  }
  .top_company_bg .common_top_h2_ttl {
    background-size: auto 0.7142857143rem;
    margin-bottom: 2.1428571429rem;
  }
  .top_company_name {
    width: 12rem;
    margin-bottom: 1.4285714286rem;
  }
  .top_company_person {
    font-size: 1.4285714286rem;
    font-weight: 500;
    height: 4.2857142857rem;
    padding: 0 1.4285714286rem;
  }
  .top_company_person .name_bf {
    font-size: 0.8571428571rem;
    margin-bottom: 0.3571428571rem;
  }
  .top_company_ttl {
    font-size: 1rem;
    margin-bottom: 0.7142857143rem;
  }
  .top_company_box {
    display: block;
    margin-bottom: 2.1428571429rem;
  }
  .top_company_add .add_txt {
    font-size: 0.9285714286rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.8571428571rem;
  }
  .top_company_add .tel_txt {
    font-size: 1.2857142857rem;
    font-weight: 500;
    margin-bottom: 0.8571428571rem;
  }
  .top_company_add .url_txt {
    font-size: 1.1428571429rem;
  }
  .top_company_map {
    margin: 0 -1.2142857143rem;
  }
  .top_company_map iframe {
    height: 14.2857142857rem;
  }
  .top_company_map_btn {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .top_company_map_btn a {
    padding-bottom: 0.7142857143rem;
    width: 6.7857142857rem;
  }
  .top_company_tbl table {
    margin-bottom: 0;
  }
  .top_company_tbl table th {
    width: 100%;
    font-size: 1.1071428571rem;
    font-weight: 600;
    line-height: 2;
    display: block;
  }
  .top_company_tbl table td {
    width: 100%;
    font-size: 0.9285714286rem;
    line-height: 1.8;
    display: block;
    margin-bottom: 1.0714285714rem;
  }
  .top_company_tbl .hosoku_txt {
    font-size: 0.9285714286rem;
  }

  /* sitemap */
  .sitemap {
    /*background-color: #231815;*/
    padding: 4.6428571429rem 0 5rem;
    position: relative;
    width: 100%;
  }
  .sitemap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #231815;
    z-index: -1;
  }
  .sitemap > div {
    width: 100%;
    padding: 0 1.2142857143rem;
  }
  .sitemap .nolink {
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.15em;
    opacity: 1;
  }
  .sitemap a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.15em;
    transition: 0.3s;
  }
  .sitemap a:hover {
    opacity: 0.7;
  }
  .sitemap_home {
    margin-bottom: 2.1428571429rem;
  }
  .sitemap_home .sitemap_title {
    font-size: 0.8571428571rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #FFFFFF;
  }
  .sitemap_home .sitemap_title span {
    display: block;
    margin-bottom: 0.7142857143rem;
  }
  .sitemap_flex {
    display: block;
    flex-wrap: nowrap;
    font-size: 1.0357142857rem;
    justify-content: space-between;
    flex: 3 4 3;
    font-weight: 400;
  }
  .sitemap_flex > div:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.15);
  }
  .sitemap_flex > div p {
    font-size: 1.0714285714rem;
    padding-top: 0.7142857143rem;
    padding-bottom: 0.7142857143rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    background-clip: padding-box;
    margin-bottom: 0;
    text-align: center;
  }
  .sitemap_flex > div p.nolist {
    margin-bottom: 0;
  }
  .sitemap_01, .sitemap_02 {
    margin-bottom: 0;
  }
  .sitemap_03 .sns {
    display: flex;
    justify-content: center;
    border-bottom: 0;
    padding-top: 4.2857142857rem;
    grid-column-gap: 1.7857142857rem;
  }
  .sitemap_03 .sns img {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    filter: brightness(0) invert(1);
  }

  /* contact */
  #form_contact {
    margin: 0 auto;
  }
  #form_contact .common_top_h2_ttl {
    background-size: auto 0.7142857143rem;
    padding-top: 1.2142857143rem;
    margin-top: 3.8571428571rem;
    margin-bottom: 1.0714285714rem;
  }
  #form_contact .common_top_h2_ttl + p {
    margin-bottom: 1.4285714286rem;
    color: #d70c18;
    text-align: center;
  }
  #form_contact .all_contact {
    display: block;
    margin: 1.4285714286rem auto 2.1428571429rem;
    width: 100%;
  }
  #form_contact .all_contact p {
    border: solid 1px #3e3a39;
    padding: 20px;
    width: 340px;
    margin: 0 auto;
    margin-bottom: 0.7142857143rem;
  }
  #form_contact .mailform {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

  /* ---------  smaching --------- */
  .smaching {
    max-width: 1200px;
    margin: 50px 20px 0;
  }

  /* breakpoint end */
}
