@charset "UTF-8";
/*
================================================================
 基本スタイル設定
================================================================
*/

html {
  background: #fff;
  color: #464646;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: justify;
}

body {
  background-color: #fff;
}

label {
  cursor: pointer;
}

svg, img, embed, object {
  display: unset;
}

.fit-a {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
}

a.href-box {
  display: block;
}

.set-call-link a {
  color: inherit;
  text-decoration: inherit;
}

ruby rt {
  -moz-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.line-break-span span {
  display: inline-block;
}

.inner-container {
  padding: 0 30px;
}

.pc_none {
  display: none !important;
}

@media all and (max-width: 767px) {
  .inner-container {
    padding: 0 0;
  }
}

/*
================================================================
 グローバルヘッダーとスクロール領域
================================================================
*/

/* ヘッダー */

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 100px;
}

.global-header::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.global-header .container {
  max-width: 1800px;
}

.global-header__title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
}

.global-header__title-box {
  position: relative;
  z-index: 11;
  float: left;
  display: block;
  text-align: left;
  margin-top: 30px;
  line-height: 1;
  color: inherit;
  text-decoration: inherit;
  font-weight: 700;
}

.global-header__title-box .this__main-title {
  display: block;
  font-size: 1.6rem;
}

.global-header__title-box .this__sub-title {
  display: block;
  margin-top: 5px;
  /* font-family: "News Cycle", sans-serif; */
  font-size: 0.73333rem;
  letter-spacing: 0.2em;
}

.global-header__nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 0;
}

.global-header__nav-toggle-btn {
  position: relative;
  z-index: 13;
  float: right;
  display: block;
  border: 0px none;
  outline: 0px none;
  background: transparent;
  padding: 0;
  margin: 10px 0 0;
  width: 40px;
  height: 40px;
}

.global-header__nav-toggle-btn span {
  position: absolute;
  left: 10%;
  display: block;
  box-sizing: content-box;
  width: 80%;
  height: 0;
  border-top: 3px solid #ff912d;
  -moz-transition: top 0.5s ease-in-out, transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out, transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-transition: top 0.5s ease-in-out, transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.global-header__nav-toggle-btn span:nth-child(1) {
  top: 19%;
}

.global-header__nav-toggle-btn span:nth-child(2) {
  top: 49%;
}

.global-header__nav-toggle-btn span:nth-child(3) {
  top: 79%;
}

.open-global-menu .global-header__nav-toggle-btn span:nth-child(1) {
  top: 49%;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.open-global-menu .global-header__nav-toggle-btn span:nth-child(2) {
  top: 49%;
  opacity: 0;
}

.open-global-menu .global-header__nav-toggle-btn span:nth-child(3) {
  top: 49%;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.global-header__nav-box {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
}

.global-header__nav {
  float: right;
}

.global-header__nav-list {
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.global-header__nav-item {
  position: relative;
  z-index: 12;
  margin-left: 20px;
}

.global-header__nav-item:first-child {
  margin-left: 0;
}

.global-header__nav-item-elm {
  display: block;
  padding: 0 5px;
  color: inherit;
  text-decoration: inherit;
  font-size: 1rem;
}

.global-header__nav-item-elm.is--current {
  color: #ff912d;
  font-weight: 700;
}

/* fixed位置調整 */

.anchor-ui-display--not-display-before .page-flow-anchor__ui, .anchor-ui-display--not-display-before .page-about-anchor__ui {
  top: 100px;
}

/* スクロール領域 */

.scroll-content {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 0 0;
  background: transparent;
}

@media all and (max-width: 920px) {
  .global-header {
    height: 60px;
  }
  .global-header__title-box {
    margin-top: 14px;
  }
  .global-header__title-box .this__main-title {
    font-size: 1.2rem;
  }
  .global-header__title-box .this__sub-title {
    font-size: 0.73333rem;
  }
  .global-header__nav-list {
    height: 60px;
  }
  .global-header__nav-item {
    margin-left: 5px;
  }
  .global-header__nav-item-elm {
    padding: 0 5px;
    font-size: 0.93333rem;
  }
  .anchor-ui-display--not-display-before .page-flow-anchor__ui, .anchor-ui-display--not-display-before .page-about-anchor__ui {
    top: 60px;
  }
  .scroll-content {
    padding: 60px 0 0;
  }
}

@media all and (max-width: 767px) {
  .global-header {
    height: 60px;
  }
  .global-header::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(225deg, #ff912d, #f0d21e);
    opacity: 0;
    visibility: hidden;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
  .open-global-menu .global-header::after {
    visibility: visible;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 0.5;
  }
  .global-header__title-box {
    margin-top: 14px;
  }
  .global-header__title-box .this__main-title {
    font-size: 1.2rem;
  }
  .global-header__title-box .this__sub-title {
    font-size: 0.73333rem;
  }
  .global-header__nav-toggle {
    display: block;
  }
  .global-header__nav-box {
    z-index: 2;
    visibility: hidden;
    height: auto;
    padding-top: 60px;
    background: #fff;
    max-width: 100vh;
    overflow: hidden;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }
  .open-global-menu .global-header__nav-box {
    visibility: visible;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .global-header__nav {
    border-top: 3px solid #ff912d;
    padding: 5px 0;
    float: none;
  }
  .global-header__nav-list {
    height: auto;
    display: block;
  }
  .global-header__nav-item {
    margin: 5px 0;
  }
  .global-header__nav-item-elm {
    display: block;
    padding: 10px 0;
    color: inherit;
    text-decoration: inherit;
    font-size: 1rem;
  }
  .anchor-ui-display--not-display-before .page-flow-anchor__ui, .anchor-ui-display--not-display-before .page-about-anchor__ui {
    top: 60px;
  }
  .scroll-content {
    padding: 60px 0 0;
  }
}

/*
================================================================
 コンテンツ共通
================================================================
*/

.btn {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  background: #5a5a5a;
  border: 0px none;
  outline: 0px none;
  text-align: center;
  padding: 2px 20px 4px;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 100%;
}

.btn.btn--nav {
  width: 600px;
  padding: 1.66667rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.66667rem;
}

.btn.btn--inline {
  margin: 0.2em 0;
}

.btn .this__icon {
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: -0.2em;
}

.btn .this__icon img {
  display: block;
  height: 1.1em;
  width: auto;
}

.btn .this__title {
  display: inline-block;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .btn {
    padding: 2px 20px 4px;
  }
  .btn.btn--nav {
    width: 600px;
    padding: 1rem;
    font-size: 1.06667rem;
    line-height: 2rem;
  }
}

/*
================================================================
 トップページ設定
================================================================
*/

.index-screen {
  background: linear-gradient(225deg, #ff912d, #f0d21e);
  color: #fff;
}

.index-screen__layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  padding: 140px 0;
}

.index-screen__heading .this__deco-title {
  display: block;
  width: 721px;
  height: 300px;
}

.index-screen__heading .this__deco-title img {
  display: block;
  max-width: 100%;
  height: auto;
}

.index-screen__heading .this__sub-title {
  display: block;
  font-size: 2.66667rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.index-screen__logomark {
  margin: 100px 0 0;
}

.marker {
  background: linear-gradient(transparent 40%, #ffe33ebd 40%);
  font-weight: bold;
}

.color-orange {
  background: linear-gradient(transparent 40%, #ff872da3 40%);
  font-weight: bold;
}

@media all and (max-width: 1500px) {
  .index-screen__layout {
    padding: 70px 0;
  }
}

@media all and (max-width: 1080px) {
  .index-screen__heading .this__deco-title {
    max-width: 640px;
  }
  .index-screen__heading .this__sub-title {
    font-size: 2.13333rem;
    letter-spacing: 0.4em;
  }
  .index-screen__logomark {
    margin: 50px 0 0;
  }
}

@media all and (max-width: 767px) {
  .index-screen__heading .this__sub-title {
    font-size: 1.33333rem;
    letter-spacing: 0.4em;
    text-align: center;
  }
}

@media all and (max-width: 480px) {
  .index-screen__heading .this__sub-title {
    font-size: 1.06667rem;
    letter-spacing: 0.3em;
  }
}

.index-news-bar {
  background: #ff872d;
  color: #fff;
}

.index-news-bar__layout {
  padding: 2px 0 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.index-news-bar__heading {
  position: relative;
  box-sizing: border-box;
  width: 11.33333rem;
  padding-right: 4.66667rem;
  font-weight: 700;
  font-size: 1.13333rem;
  text-align: left;
  letter-spacing: 0.4em;
}

.index-news-bar__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  box-sizing: content-box;
  width: 4.66667rem;
  height: 0;
  border-top: 1px solid #fff;
}

.index-news-bar__pickup {
  width: calc(100% - 20rem);
  font-size: 1.06667rem;
  text-align: left;
}

.index-news-bar__pickup-item {
  padding: 0 20px;
}

.index-news-bar__pickup-item-elm {
  display: block;
  color: inherit;
  text-decoration: inherit;
}

.index-news-bar__pickup-item-elm-layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.index-news-bar__pickup-item-elm-layout .this__date {
  display: block;
  width: 6.66667rem;
}

.index-news-bar__pickup-item-elm-layout .this__title {
  display: block;
  width: calc(100% - 6.66667rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news-bar__nav {
  position: relative;
  box-sizing: border-box;
  width: 8.66667rem;
  padding-left: 4.66667rem;
  font-weight: 500;
  font-size: 1.06667rem;
}

.index-news-bar__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  box-sizing: content-box;
  width: 4.66667rem;
  height: 0;
  border-top: 1px solid #fff;
}

.index-news-bar__nav-more-btn {
  display: block;
  box-sizing: border-box;
  padding: 1px 0 4px;
  width: 100%;
  background: #fff;
  color: #464646;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

@media all and (max-width: 920px) {
  .index-news-bar__heading {
    width: 8rem;
    padding-right: 2.66667rem;
    font-size: 1rem;
  }
  .index-news-bar__heading::after {
    width: 2.66667rem;
  }
  .index-news-bar__pickup {
    width: calc(100% - 14.66667rem);
    font-size: 0.93333rem;
  }
  .index-news-bar__pickup-item-elm-layout .this__date {
    width: 6rem;
  }
  .index-news-bar__pickup-item-elm-layout .this__title {
    width: calc(100% - 6rem);
  }
  .index-news-bar__nav {
    width: 6.66667rem;
    padding-left: 2.66667rem;
    font-size: 0.93333rem;
  }
  .index-news-bar__nav::before {
    width: 2.66667rem;
  }
}

@media all and (max-width: 767px) {
  .index-news-bar__layout {
    padding: 2px 0 3px;
    display: block;
  }
  .index-news-bar__heading {
    width: 100%;
    padding-right: 0;
    font-size: 1rem;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .index-news-bar__heading::after {
    display: none;
  }
  .index-news-bar__pickup {
    margin: 10px 0;
    width: 100%;
    font-size: 0.93333rem;
  }
  .index-news-bar__pickup-item {
    padding: 5px 0;
  }
  .index-news-bar__pickup-item-elm-layout .this__date {
    width: 6rem;
  }
  .index-news-bar__pickup-item-elm-layout .this__title {
    width: calc(100% - 6rem);
  }
  .index-news-bar__nav {
    width: 100%;
    padding: 0 0 10px;
    font-size: 0.93333rem;
    text-align: center;
  }
  .index-news-bar__nav::before {
    display: none;
  }
  .index-news-bar__nav-more-btn {
    display: inline-block;
    width: auto;
    padding: 1px 10px 4px;
  }
}

@media all and (max-width: 480px) {
  .index-news-bar__pickup-item-elm-layout {
    display: block;
  }
  .index-news-bar__pickup-item-elm-layout .this__date {
    width: 100%;
  }
  .index-news-bar__pickup-item-elm-layout .this__title {
    width: 100%;
  }
}

.index-content {
  padding: 150px 0;
}

.index-content__heading {
  height: 250px;
}

.index-content__heading-shutter {
  height: 100%;
  overflow: hidden;
}

.index-content__heading-block {
  height: 250px;
  border-left: 10px solid #ff912d;
  padding-left: 30px;
  color: #ff912d;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.index-content__heading-block .this__main-title {
  display: block;
  /* font-family: "News Cycle", sans-serif; */
  font-size: 8rem;
  margin-bottom: 20px;
  /* letter-spacing: 0.05em; */
  font-weight: bold;
}

.index-content__heading-block .this__sub-title {
  display: block;
  font-size: 1.86667rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media all and (max-width: 1500px) {
  .index-content {
    padding: 150px 0;
  }
  .index-content__heading {
    height: 230px;
  }
  .index-content__heading-block {
    height: 230px;
    padding-left: 30px;
  }
  .index-content__heading-block .this__main-title {
    font-size: 7.06667rem;
  }
  .index-content__heading-block .this__sub-title {
    font-size: 1.73333rem;
  }
}

@media all and (max-width: 1080px) {
  .index-content {
    padding: 120px 0;
  }
  .index-content__heading {
    height: 220px;
  }
  .index-content__heading-block {
    height: 220px;
    padding-left: 30px;
  }
  .index-content__heading-block .this__main-title {
    font-size: 6.13333rem;
  }
  .index-content__heading-block .this__sub-title {
    font-size: 1.73333rem;
  }
}

@media all and (max-width: 920px) {
  .index-content {
    padding: 100px 0;
  }
  .index-content__heading {
    height: 200px;
  }
  .index-content__heading-block {
    height: 200px;
    padding-left: 20px;
  }
  .index-content__heading-block .this__main-title {
    font-size: 4.8rem;
  }
  .index-content__heading-block .this__sub-title {
    font-size: 1.46667rem;
  }
}

@media all and (max-width: 767px) {
  .index-content {
    padding: 80px 0;
  }
  .index-content__heading {
    height: 160px;
  }
  .index-content__heading-block {
    height: 160px;
    padding-left: 10px;
  }
  .index-content__heading-block .this__main-title {
    font-size: 3.2rem;
  }
  .index-content__heading-block .this__sub-title {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 480px) {
  .index-content {
    padding: 60px 0;
  }
  .index-content__heading-block {
    padding-left: 10px;
  }
}

.index-content__catch {
  margin-top: 100px;
  text-align: center;
}

.index-content__catch-main {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
}

.index-content__catch-content {
  margin-top: 40px;
  font-size: 1.33333rem;
  width: 82.09%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media all and (max-width: 1500px) {
  .index-content__catch-main {
    font-size: 2.4rem;
  }
  .index-content__catch-content {
    font-size: 1.06667rem;
  }
}

@media all and (max-width: 1080px) {
  .index-content__catch {
    margin-top: 50px;
  }
  .index-content__catch-main {
    font-size: 2.13333rem;
  }
  .index-content__catch-content {
    margin-top: 20px;
  }
}

@media all and (max-width: 767px) {
  .index-content__catch-content {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .index-content__catch {
    text-align: justify;
  }
  .index-content__catch-main {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .index-content__catch-content {
    font-size: 0.93333rem;
    margin-top: 20px;
  }
}

.index-content__staff {
  margin-top: 50px;
  background: #fdf9df;
  padding: 60px;
}

.index-content__staff-layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.index-content__staff-heading {
  font-size: 1.06667rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 5px solid #ff912d;
}

.index-content__staff-img {
  width: 18%;
}

.index-content__staff-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.index-content__staff-outline .this__name {
  font-size: 1.73333rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.index-content__staff-outline .this__name-en {
  color: #ff912d;
  /* font-family: "News Cycle", sans-serif; */
  font-weight: 700;
  font-size: 0.86667rem;
  letter-spacing: 0.3em;
}

.index-content__staff-outline .this__career {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 700;
}

.index-content__staff-comment {
  box-sizing: border-box;
  width: 45%;
  border: 3px solid #ff912d;
  border-radius: 5px;
  background: #fff;
  padding: 20px 40px;
  font-size: 1.06667rem;
  line-height: 1.9;
  font-weight: 500;
}

@media all and (max-width: 1500px) {
  .index-content__staff-layout {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-content__staff-img {
    width: 25%;
  }
  .index-content__staff-comment {
    width: 100%;
    margin-top: 30px;
  }
}

@media all and (max-width: 1080px) {
  .index-content__staff {
    margin-top: 50px;
  }
}

@media all and (max-width: 920px) {
  .index-content__staff-img {
    width: 40%;
  }
}

@media all and (max-width: 767px) {
  .index-content__staff {
    margin-top: 30px;
    padding: 20px;
  }
  .index-content__staff-img {
    width: 30%;
  }
  .index-content__staff-outline .this__name {
    font-size: 1.33333rem;
  }
  .index-content__staff-outline .this__name-en {
    font-size: 0.73333rem;
  }
  .index-content__staff-outline .this__career {
    margin-top: 10px;
    font-size: 0.93333rem;
  }
}

@media all and (max-width: 480px) {
  .index-content__staff-heading {
    width: 100%;
    font-size: 0.93333rem;
    margin-bottom: 20px;
  }
  .index-content__staff {
    padding: 20px 10px;
  }
  .index-content__staff-img {
    width: 40%;
  }
  .index-content__staff-outline .this__name {
    line-height: 1;
    font-size: 1.33333rem;
  }
  .index-content__staff-outline .this__name-en {
    line-height: 1.4;
    font-size: 0.73333rem;
  }
  .index-content__staff-outline .this__career {
    margin-top: 10px;
    font-size: 0.93333rem;
  }
  .index-content__staff-comment {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 0.93333rem;
  }
}

.index-content--business {
  background: #f0f2f4;
}

.index-content__comment {
  margin-top: 100px;
  font-size: 1.33333rem;
  text-align: center;
}

@media all and (max-width: 1080px) {
  .index-content__comment {
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .index-content__comment {
    font-size: 1.06667rem;
  }
}

@media all and (max-width: 480px) {
  .index-content__comment {
    text-align: justify;
    font-size: 0.93333rem;
  }
}

.index-content__business-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-content__business-item {
  width: 23%;
  margin-top: 50px;
  margin-left: 2.6666%;
}

.index-content__business-item:nth-child(4n+1) {
  margin-left: 0;
}

.index-content__business-item-elm {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: inherit;
}

.index-content__business-item-num {
  position: relative;
  display: block;
  width: 7.33333rem;
  height: 7.33333rem;
  border-radius: 100%;
  font-size: 4.53333rem;
  line-height: 7rem;
  text-align: center;
  margin: 0 auto;
  background: #ff912d;
  color: #fff;
  /* font-family: "News Cycle", sans-serif; */
}

.index-content__business-item-num::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  content: "";
  background-image: radial-gradient(circle, #ff912d, #ff912d 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
  background-size: 8px 8px;
  background-repeat: repeat;
  display: block;
  height: 30px;
  width: 8px;
}

.index-content__business-item-title {
  margin-top: 30px;
  border: 3px solid #ff912d;
  border-radius: 5px;
  background: #fff;
  padding: 7px 5px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

@media all and (min-width: 1081px) and (max-width: 1500px) {
  .index-content__business-item-title {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 1080px) {
  .index-content__business-item {
    width: 32%;
    margin-top: 30px;
    margin-left: 2%;
  }
  .index-content__business-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .index-content__business-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  .index-content__business-item {
    width: 48%;
    margin-top: 30px;
    margin-left: 4%;
  }
  .index-content__business-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .index-content__business-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .index-content__business-item-title {
    font-size: 1.06667rem;
  }
}

@media all and (max-width: 480px) {
  .index-content__business-item-num {
    width: 4.66667rem;
    height: 4.66667rem;
    font-size: 2.8rem;
    line-height: 4.26667rem;
  }
  .index-content__business-item-title {
    font-size: 0.86667rem;
  }
}

.index-content__flow-type {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-content__flow-type-item {
  position: relative;
  width: 35%;
  margin-top: 50px;
}

.index-content__flow-type-item:nth-child(2) {
  margin-left: 30%;
}

.index-content__flow-type-item:nth-child(2)::before {
  position: absolute;
  top: 50%;
  left: -86%;
  margin-top: -20px;
  content: "";
  background-image: radial-gradient(circle closest-side, #ff912d, #ff912d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  background-size: 20% 40px;
  background-repeat: repeat;
  display: block;
  height: 40px;
  width: 85%;
}

.index-content__flow-type-elm {
  position: relative;
  display: block;
  border: 6px solid #ff912d;
  border-radius: 5px;
  background: linear-gradient(225deg, #ff912d, #f0d21e);
  color: #fff;
  padding: 5px 5px;
  font-size: 2.13333rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  width: 90%;
}

.index-content__flow-type-elm::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 90% 0 0;
}

.index-content__flow-type-img {
  position: absolute;
  bottom: 45%;
  left: 0;
  width: 100%;
}

.index-content__flow-type-img img {
  max-width: 25%;
}

.index-content__flow-type-title {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
}

@media all and (max-width: 1500px) {
  .index-content__flow-type-img {
    bottom: 35%;
  }
  .index-content__flow-type-title {
    top: 60%;
  }
}

@media all and (max-width: 1080px) {
  .index-content__flow-type-elm {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 767px) {
  .index-content__flow-type-item {
    width: 48%;
    margin-top: 30px;
  }
  .index-content__flow-type-item:nth-child(2) {
    margin-left: 4%;
  }
  .index-content__flow-type-item:nth-child(2)::before {
    display: none;
  }
  .index-content__flow-type-elm {
    border-width: 4px;
  }
}

@media all and (max-width: 480px) {
  .index-content__flow-type-elm {
    font-size: 1.06667rem;
  }
}

.index-content--price {
  background: #f0f2f4;
}

.index-content__nav-btn {
  margin-top: 50px;
  text-align: center;
}

.index-content__office-outline {
  margin-top: 50px;
  background: #fdf9df;
  padding: 30px 10%;
}

.index-content__office-outline-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.13333rem;
  font-weight: 700;
}

.index-content__office-outline-title {
  box-sizing: border-box;
  border-top: 2px solid #ff912d;
  width: 40%;
  padding: 0.66667rem 5% 0.66667rem 10%;
  margin: 0;
}

.index-content__office-outline-title:nth-child(1) {
  border-top: 0px none;
}

.index-content__office-outline-value {
  box-sizing: border-box;
  border-top: 2px solid #ff912d;
  width: 60%;
  padding: 0.66667rem 5% 0.66667rem 0;
  margin: 0;
}

.index-content__office-outline-value:nth-child(2) {
  border-top: 0px none;
}

@media all and (max-width: 1500px) {
  .index-content__office-outline-list {
    font-size: 1.06667rem;
  }
  .index-content__office-outline-title {
    width: 30%;
    padding: 0.66667rem 5% 0.66667rem 5%;
  }
  .index-content__office-outline-value {
    width: 70%;
    padding: 0.66667rem 5% 0.66667rem 0;
  }
}

@media all and (max-width: 1080px) {
  .index-content__office-outline {
    margin-top: 30px;
    padding: 20px 5%;
  }
}

@media all and (max-width: 920px) {
  .index-content__office-outline {
    padding: 10px 20px;
  }
  .index-content__office-outline-list {
    font-size: 1.06667rem;
  }
  .index-content__office-outline-title {
    width: 25%;
    padding: 0.66667rem 3% 0.66667rem 3%;
  }
  .index-content__office-outline-value {
    width: 75%;
    padding: 0.66667rem 2% 0.66667rem 0;
  }
}

@media all and (max-width: 767px) {
  .index-content__office-outline {
    padding: 10px 20px;
  }
  .index-content__office-outline-title {
    width: 100%;
    padding: 0.66667rem 10px 0.66667rem;
  }
  .index-content__office-outline-value {
    font-size: 0.93333rem;
    border-top: 0px none;
    width: 100%;
    padding: 0 10px 0.66667rem;
  }
}

.index-content__access-map {
  margin-top: 50px;
}

.index-content__access-map-heading {
  text-align: center;
}

.index-content__access-map-heading .this__main-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

.index-content__access-map-heading-icon {
  height: 50px;
}

.index-content__access-map-heading-icon-shutter {
  height: 100%;
  overflow: hidden;
}

.index-content__access-map-wrap {
  position: relative;
  border: 7px solid #ff912d;
  padding: 0;
  margin-top: 10px;
}

.index-content__access-map-wrap iframe {
  display: block;
  width: 100%;
  height: 350px;
  margin: 0;
  border: 0 none;
}

/*
================================================================
 下層ページ設定
================================================================
*/

.page-screen {
  background: linear-gradient(225deg, #ff912d, #f0d21e);
  color: #fff;
}

.page-screen__layout {
  padding: 100px 0 0;
}

.page-screen__heading {
  text-align: left;
  line-height: 1;
}

.page-screen__heading .this__main-title {
  display: block;
  /* font-family: "News Cycle", sans-serif; */
  font-size: 8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-screen__heading .this__sub-title {
  display: block;
  font-size: 1.86667rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.page-screen__heading .this__sub-title.this__sub-title--long {
  letter-spacing: 0.2em;
}

.page-screen__logomark {
  margin: 100px 0 0;
  width: 100%;
}

.page-screen__logomark img {
  position: relative;
  bottom: -1px;
  display: block;
  margin: 0 auto;
}

@media all and (max-width: 1500px) {
  .page-screen__layout {
    padding: 70px 0 0;
  }
  .page-screen__heading .this__main-title {
    font-size: 7.06667rem;
  }
  .page-screen__heading .this__sub-title {
    font-size: 1.73333rem;
  }
}

@media all and (max-width: 1080px) {
  .page-screen__layout {
    padding: 50px 0 0;
  }
  .page-screen__heading .this__main-title {
    font-size: 6.13333rem;
    margin-bottom: 10px;
  }
  .page-screen__heading .this__sub-title {
    font-size: 1.73333rem;
  }
  .page-screen__logomark {
    margin: 50px 0 0;
  }
}

@media all and (max-width: 920px) {
  .page-screen__layout {
    padding: 30px 0 0;
  }
  .page-screen__heading .this__main-title {
    font-size: 4.8rem;
    margin-bottom: 0;
  }
  .page-screen__heading .this__sub-title {
    font-size: 1.46667rem;
  }
}

@media all and (max-width: 767px) {
  .page-screen__layout {
    padding: 20px 0 0;
  }
  .page-screen__heading .this__main-title {
    font-size: 3.2rem;
  }
  .page-screen__heading .this__sub-title {
    font-size: 1.2rem;
  }
  .page-screen__logomark {
    margin: 20px 0 0;
  }
  .page-screen__logomark img {
    height: 50px;
    width: auto;
  }
}

@media all and (max-width: 480px) {
  .page-screen__heading .this__main-title {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .page-screen__heading .this__sub-title {
    font-size: 1.06667rem;
  }
}

.page-introduction {
  padding: 100px 0;
}

.page-introduction__comment {
  font-size: 1.33333rem;
  text-align: center;
}

@media all and (max-width: 1080px) {
  .page-introduction {
    padding: 50px 0;
  }
}

@media all and (max-width: 767px) {
  .page-introduction__comment {
    font-size: 1.06667rem;
  }
}

@media all and (max-width: 480px) {
  .page-introduction__comment {
    text-align: justify;
    font-size: 0.93333rem;
  }
}

/*
================================================================
 業務内容ページ設定
================================================================
*/

.page-business-list {
  margin: -100px 0 0;
  padding: 0 0 150px;
}

.page-business-item__layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-business-item:nth-child(2n) .page-business-item__layout {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page-business-item__number {
  font-size: 26.66667rem;
  /* font-family: "News Cycle", sans-serif; */
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 145, 45, 0.4);
}

.page-business-item__content {
  padding: 10rem 1.33333rem 0;
}

.page-business-item__heading {
  height: 6rem;
}

.page-business-item__heading-block {
  display: block;
  margin-right: auto;
  box-sizing: border-box;
  width: 28rem;
  height: 5.73333rem;
  padding: 1.66667rem;
  background: #ff912d;
  color: #fff;
  border-radius: 5px;
  font-size: 1.86667rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.page-business-item__outline-list {
  margin-top: 50px;
}

.page-business-item__outline-item {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  font-size: 1.26667rem;
  font-weight: 500;
}

.page-business-item__outline-item::before {
  content: "";
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.5em;
  margin-bottom: -0.05em;
  width: 1em;
  height: 1em;
  background: #ff912d;
  border-radius: 100%;
}

@media all and (max-width: 1500px) {
  .page-business-item__number {
    font-size: 20rem;
  }
  .page-business-item__content {
    padding: 6.66667rem 1.33333rem 0;
  }
  .page-business-item__heading {
    height: 4.66667rem;
  }
  .page-business-item__heading-block {
    width: 24rem;
    height: 4.26667rem;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 2.26667rem;
  }
  .page-business-item__outline-list {
    margin-top: 30px;
  }
  .page-business-item__outline-item {
    font-size: 1.06667rem;
  }
}

@media all and (max-width: 1080px) {
  .page-business-list {
    margin: 0 0 0;
    padding: 0 0 100px;
  }
  .page-business-item__number {
    font-size: 16rem;
  }
  .page-business-item__content {
    padding: 5.33333rem 0.66667rem 0;
  }
  .page-business-item__heading {
    height: 4rem;
  }
  .page-business-item__heading-block {
    width: 21.33333rem;
    height: 3.73333rem;
    padding: 1rem;
    font-size: 1.46667rem;
    line-height: 1.73333rem;
  }
  .page-business-item__outline-list {
    margin-top: 20px;
  }
  .page-business-item__outline-item {
    font-size: 0.93333rem;
  }
}

@media all and (max-width: 920px) {
  .page-business-item__number {
    font-size: 12rem;
  }
  .page-business-item__content {
    padding: 4.66667rem 0.33333rem 0;
  }
  .page-business-item__heading {
    height: 3.33333rem;
  }
  .page-business-item__heading-block {
    width: 18.66667rem;
    height: 3.06667rem;
    padding: 0.66667rem;
    font-size: 1.2rem;
    line-height: 1.73333rem;
  }
  .page-business-item__outline-list {
    margin-top: 10px;
  }
  .page-business-item__outline-item {
    font-size: 0.93333rem;
  }
}

@media all and (max-width: 767px) {
  .page-business-item__layout {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .page-business-item__number {
    font-size: 8rem;
  }
  .page-business-item__content {
    padding: 0;
    margin: -2.66667rem 0 2rem;
    width: 100%;
  }
  .page-business-item__heading {
    height: 2.66667rem;
  }
  .page-business-item__heading-block {
    width: 14.66667rem;
    height: 2.4rem;
    padding: 0.33333rem;
    font-size: 1.06667rem;
    line-height: 1.73333rem;
    font-weight: bold;
  }
  .page-business-item__outline-list {
    margin-top: 10px;
  }
  .page-business-item__outline-item {
    font-size: 0.93333rem;
  }
  .page-business-item__outline-item br {
    display: none;
  }
}

/*
================================================================
 法律相談の流れページ設定
================================================================
*/

.page-flow-anchor {
  height: 170px;
}

.page-flow-anchor__ui {
  position: relative;
  left: 0;
  top: 0;
  z-index: 9990;
  display: none;
  width: 100%;
  background: transparent;
}

.anchor-ui-display--not-display-before .page-flow-anchor__ui {
  position: fixed;
  border-top: 3px solid #ff912d;
  background: #fff;
}

.initialized .page-flow-anchor__ui {
  display: block;
  -moz-transition: border 0.2s ease, background 0.2s ease;
  -o-transition: border 0.2s ease, background 0.2s ease;
  -webkit-transition: border 0.2s ease, background 0.2s ease;
  transition: border 0.2s ease, background 0.2s ease;
}

.page-flow-anchor__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-flow-anchor__item {
  padding: 90px 0 0px;
  -moz-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

.anchor-ui-display--not-display-before .page-flow-anchor__item {
  padding: 10px 0;
}

.page-flow-anchor__item-elm {
  display: block;
  padding: 0 0 5px;
  border-bottom: 5px solid transparent;
  color: inherit;
  text-decoration: inherit;
  -moz-transition: padding 0.2s ease, border-width 0.2s ease;
  -o-transition: padding 0.2s ease, border-width 0.2s ease;
  -webkit-transition: padding 0.2s ease, border-width 0.2s ease;
  transition: padding 0.2s ease, border-width 0.2s ease;
}

.page-flow-anchor__item-elm .this__icon {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.page-flow-anchor__item-elm .this__icon .this__is-off {
  display: block;
}

.page-flow-anchor__item-elm .this__icon .this__is-on {
  display: none;
}

.page-flow-anchor__item-elm .this__icon img {
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  height: 45px;
  width: auto;
}

.page-flow-anchor__item-elm .this__main-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -moz-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  -webkit-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}

.page-flow-anchor__item-elm.href-check-display--display-top {
  border-bottom-color: #ff912d;
}

.page-flow-anchor__item-elm.href-check-display--display-top .this__icon {
  display: inline-block;
}

.page-flow-anchor__item-elm.href-check-display--display-top .this__icon .this__is-off {
  display: none;
}

.page-flow-anchor__item-elm.href-check-display--display-top .this__icon .this__is-on {
  display: block;
}

.page-flow-anchor__item-elm.href-check-display--display-top .this__main-title {
  color: #ff912d;
}

.anchor-ui-display--not-display-before .page-flow-anchor__item-elm .this__icon img {
  height: 25px;
}

.anchor-ui-display--not-display-before .page-flow-anchor__item-elm .this__main-title {
  font-size: 1.2rem;
}

.page-flow-content {
  padding-bottom: 100px;
}

.page-flow-pattern {
  padding-top: 60px;
}

.page-flow-pattern__heading {
  padding: 30px 0;
}

.page-flow-pattern--private .page-flow-pattern__heading {
  color: #fff;
  background: #ff912d;
}

.page-flow-pattern--corporate .page-flow-pattern__heading {
  color: #464646;
  background: #f0d21e;
}

.page-flow-pattern__heading-block {
  font-size: 2.73333rem;
  font-weight: 500;
  text-align: center;
}

.page-flow-pattern__heading-block .this__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
}

.page-flow-pattern__heading-block .this__icon img {
  display: block;
}

.page-flow-pattern__heading-block .this__main-title {
  display: inline-block;
  vertical-align: middle;
}

.page-flow-pattern__heading-comment {
  margin-top: 30px;
  font-size: 1.33333rem;
  font-weight: 500;
  text-align: center;
}

.page-flow-pattern__step-list {
  padding: 100px 0 0;
}

.page-flow-pattern__step-item {
  position: relative;
  min-height: 16.66667rem;
}

.page-flow-pattern__step-line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12.66667rem;
  height: 100%;
}

.page-flow-pattern__step-item:last-child .page-flow-pattern__step-line {
  display: none;
}

.page-flow-pattern__step-line-shutter {
  position: absolute;
  top: 0;
  left: 48%;
  display: block;
  width: 4%;
  height: 100%;
}

.page-flow-pattern--private .page-flow-pattern__step-line-shutter {
  background: #ff912d;
}

.page-flow-pattern--corporate .page-flow-pattern__step-line-shutter {
  background: #f0d21e;
}

.page-flow-pattern__step-number {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12.66667rem;
  height: 12.66667rem;
  border-radius: 100%;
  overflow: hidden;
}

.page-flow-pattern__step-number-shutter {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.page-flow-pattern--private .page-flow-pattern__step-number-shutter {
  background: #ff912d;
}

.page-flow-pattern--corporate .page-flow-pattern__step-number-shutter {
  background: #f0d21e;
}

.page-flow-pattern__step-number-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.page-flow-pattern__step-number-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -moz-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}

.page-flow-pattern__step-detail {
  padding: 2rem 0 4.66667rem 20rem;
}

.page-flow-pattern__step-detail-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.page-flow-pattern--private .page-flow-pattern__step-detail-title {
  color: #ff912d;
}

.page-flow-pattern--corporate .page-flow-pattern__step-detail-title {
  color: #f0d21e;
}

.page-flow-pattern__step-detail-data {
  margin-top: 1.33333rem;
}

.page-flow-pattern__step-detail-data::after {
  /* clearfix */
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.page-flow-pattern__step-detail-data>* {
  clear: both;
  margin-bottom: 1.33333rem;
}

.page-flow-pattern__step-detail-data-content {
  font-size: 1.33333rem;
}

.page-flow-pattern__step-detail-data-content a {
  text-decoration: none;
  color: #ff912d;
}

.page-flow-pattern__step-detail-data-content em {
  color: #ff3246;
  font-weight: 700;
}

.page-flow-pattern__call-position {
  text-align: left;
}

.page-flow-pattern__call {
  display: inline-block;
  border-top: 3px solid #464646;
  border-bottom: 3px solid #464646;
  padding: 0 0 16px;
  text-align: center;
}

.page-flow-pattern__call .this__phone-number {
  font-size: 4.13333rem;
  font-weight: 700;
  line-height: 1;
}

.page-flow-pattern__call .this__phone-number .this__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
}

.page-flow-pattern__call .this__phone-number .this__icon img {
  display: block;
  height: 0.6em;
  width: auto;
}

.page-flow-pattern__call .this__phone-number em {
  display: inline-block;
  vertical-align: middle;
  -moz-transform: scaleY(0.9);
  -ms-transform: scaleY(0.9);
  -webkit-transform: scaleY(0.9);
  transform: scaleY(0.9);
}

.page-flow-pattern__call .this__time {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.page-flow-pattern__call .this__comment {
  margin-top: 15px;
  font-size: 1.06667rem;
  font-weight: 500;
  line-height: 1;
}

.page-flow-pattern__call .this__comment-item {
  display: inline-block;
}

.page-flow-pattern__get-reader {
  font-size: 1.06667rem;
  font-weight: 700;
  background-color: #EEEFF1;
  width: fit-content;
  width: -moz-fit-content;
  padding: 5px 20px 10px;
}

.page-flow-pattern__get-reader .this__download {
  font-size: 0.93333rem;
  font-weight: 500;
}

.page-flow-pattern__get-reader .this__download img {
  display: inline-block;
  vertical-align: middle;
}

.page-flow-pattern__get-reader .this__download span {
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 1500px) {
  .page-flow-pattern__heading-block {
    font-size: 2.13333rem;
  }
  .page-flow-pattern__heading-comment {
    margin-top: 20px;
    font-size: 1.06667rem;
  }
  .page-flow-pattern__step-item {
    min-height: 14.66667rem;
  }
  .page-flow-pattern__step-line {
    width: 9.33333rem;
  }
  .page-flow-pattern__step-number {
    width: 9.33333rem;
    height: 9.33333rem;
  }
  .page-flow-pattern__step-number-icon {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .page-flow-pattern__step-detail {
    padding: 1.33333rem 0 4.66667rem 12.66667rem;
  }
  .page-flow-pattern__step-detail-title {
    font-size: 1.46667rem;
  }
  .page-flow-pattern__step-detail-data {
    margin-top: 1rem;
  }
  .page-flow-pattern__step-detail-data>* {
    margin-bottom: 1rem;
  }
  .page-flow-pattern__step-detail-data-content {
    font-size: 1rem;
  }
  .page-flow-pattern__call .this__phone-number {
    font-size: 3.2rem;
  }
  .page-flow-pattern__call .this__time {
    font-size: 1.2rem;
  }
  .page-flow-pattern__call .this__comment {
    font-size: 0.93333rem;
  }
  .page-flow-pattern__get-reader {
    font-size: 0.93333rem;
  }
  .page-flow-pattern__get-reader .this__download {
    font-size: 0.8rem;
  }
}

@media all and (max-width: 1080px) {
  .page-flow-content {
    padding-bottom: 30px;
  }
  .page-flow-pattern {
    padding-top: 60px;
  }
  .page-flow-pattern__heading-block {
    font-size: 1.86667rem;
  }
  .page-flow-pattern__heading-comment {
    margin-top: 20px;
    font-size: 0.93333rem;
  }
  .page-flow-pattern__step-list {
    padding: 60px 0 0;
  }
  .page-flow-pattern__step-item {
    min-height: 10.66667rem;
  }
  .page-flow-pattern__step-line {
    width: 6rem;
  }
  .page-flow-pattern__step-number {
    width: 6rem;
    height: 6rem;
  }
  .page-flow-pattern__step-number-icon {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .page-flow-pattern__step-detail {
    padding: 0.66667rem 0 3.33333rem 8rem;
  }
  .page-flow-pattern__step-detail-title {
    font-size: 1.2rem;
  }
  .page-flow-pattern__step-detail-data {
    margin-top: 0.86667rem;
  }
  .page-flow-pattern__step-detail-data>* {
    margin-bottom: 0.86667rem;
  }
  .page-flow-pattern__step-detail-data-content {
    font-size: 0.93333rem;
  }
  .page-flow-pattern__call {
    padding: 0 0 16px;
  }
  .page-flow-pattern__call .this__phone-number {
    font-size: 2.8rem;
  }
  .page-flow-pattern__call .this__time {
    font-size: 1.06667rem;
  }
  .page-flow-pattern__call .this__comment {
    font-size: 0.93333rem;
  }
  .page-flow-pattern__get-reader {
    font-size: 0.93333rem;
  }
  .page-flow-pattern__get-reader .this__download {
    font-size: 0.93333rem;
  }
}

@media all and (max-width: 920px) {
  .page-flow-anchor {
    height: 160px;
  }
  .page-flow-anchor__item {
    padding: 90px 0 10px;
  }
  .anchor-ui-display--not-display-before .page-flow-anchor__item {
    padding: 10px 0;
  }
  .page-flow-anchor__item-elm .this__icon {
    margin-right: 10px;
  }
  .page-flow-anchor__item-elm .this__icon img {
    height: 32px;
  }
  .page-flow-anchor__item-elm .this__main-title {
    font-size: 1.2rem;
  }
  .anchor-ui-display--not-display-before .page-flow-anchor__item-elm .this__icon img {
    height: 25px;
  }
  .anchor-ui-display--not-display-before .page-flow-anchor__item-elm .this__main-title {
    font-size: 1.06667rem;
  }
  .page-flow-pattern {
    padding-top: 60px;
  }
}

@media all and (max-width: 767px) {
  .page-flow-anchor {
    height: 60px;
  }
  .page-flow-anchor__ui {
    background: #fff;
  }
  .anchor-ui-display--not-display-before .page-flow-anchor__ui {
    border-top: 0px none;
    position: static;
  }
  .page-flow-anchor__item {
    padding: 15px 0 0;
  }
  .anchor-ui-display--not-display-before .page-flow-anchor__item {
    padding: 15px 0 0;
  }
  .page-flow-anchor__item-elm .this__icon {
    margin-right: 10px;
  }
  .page-flow-anchor__item-elm .this__icon img {
    height: 23px;
  }
  .page-flow-anchor__item-elm .this__main-title {
    font-size: 0.93333rem;
  }
  .page-flow-anchor__item-elm.href-check-display--display-top {
    border-bottom-color: transparent;
  }
  .page-flow-anchor__item-elm.href-check-display--display-top .this__icon .this__is-off {
    display: block;
  }
  .page-flow-anchor__item-elm.href-check-display--display-top .this__icon .this__is-on {
    display: none;
  }
  .page-flow-anchor__item-elm.href-check-display--display-top .this__main-title {
    color: #464646;
  }
  .anchor-ui-display--not-display-before .page-flow-anchor__item-elm .this__icon img {
    height: 23px;
  }
  .anchor-ui-display--not-display-before .page-flow-anchor__item-elm .this__main-title {
    font-size: 0.93333rem;
  }
  .page-flow-content {
    padding-bottom: 30px;
  }
  .page-flow-pattern {
    padding-top: 0;
  }
  .page-flow-pattern__heading {
    padding: 20px 0;
  }
  .page-flow-pattern__heading-block {
    font-size: 1.33333rem;
    font-weight: bold;
  }
  .page-flow-pattern__heading-comment {
    margin-top: 10px;
    font-size: 0.93333rem;
    text-align: left;
    font-weight: bold;
  }
  .page-flow-pattern__step-list {
    padding: 60px 0 0;
  }
  .page-flow-pattern__step-item {
    min-height: 10.66667rem;
  }
  .page-flow-pattern__step-line {
    width: 5.33333rem;
  }
  .page-flow-pattern__step-number {
    width: 5.33333rem;
    height: 5.33333rem;
  }
  .page-flow-pattern__step-number-icon {
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .page-flow-pattern__step-detail {
    padding: 0.66667rem 0 2.66667rem 6.66667rem;
  }
  .page-flow-pattern__step-detail-title {
    font-size: 1.06667rem;
    font-weight: bold;
  }
  .page-flow-pattern__step-detail-data {
    margin-top: 0.86667rem;
  }
  .page-flow-pattern__step-detail-data>* {
    margin-bottom: 0.86667rem;
  }
  .page-flow-pattern__step-detail-data-content {
    font-size: 0.93333rem;
  }
  .page-flow-pattern__step-detail-data-content br {
    display: none;
  }
  .page-flow-pattern__call {
    padding: 4px 0 12px;
  }
  .page-flow-pattern__call .this__phone-number {
    font-size: 2.8rem;
  }
  .page-flow-pattern__call .this__time {
    font-size: 1.06667rem;
  }
  .page-flow-pattern__call .this__comment {
    font-size: 0.93333rem;
  }
  .page-flow-pattern__get-reader {
    font-size: 0.93333rem;
  }
  .page-flow-pattern__get-reader .this__download {
    font-size: 0.93333rem;
  }
}

@media all and (max-width: 480px) {
  .page-flow-pattern__step-item {
    min-height: 0;
  }
  .page-flow-pattern__step-line {
    display: none;
  }
  .page-flow-pattern__step-number {
    left: 50%;
    margin-left: -2.66667rem;
    width: 5.33333rem;
    height: 5.33333rem;
  }
  .page-flow-pattern__step-number-icon {
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .page-flow-pattern__step-detail {
    padding: 6.66667rem 0 3.33333rem;
  }
  .page-flow-pattern__call-position {
    text-align: center;
  }
  .page-flow-pattern__call {
    padding: 6px 0 12px;
  }
  .page-flow-pattern__call .this__phone-number {
    font-size: 2.4rem;
  }
  .page-flow-pattern__call .this__time {
    font-size: 0.93333rem;
  }
  .page-flow-pattern__call .this__comment {
    font-size: 0.93333rem;
  }
}

/*
================================================================
 費用ページ設定
================================================================
*/

.page-price-list {
  padding: 0 0 50px;
}

.page-price-item {
  padding: 30px 0 100px;
}

.page-price-item__heading {
  height: 6rem;
}

.page-price-item__heading-block {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  width: 28rem;
  height: 5.73333rem;
  padding: 1.66667rem;
  background: #ff912d;
  color: #fff;
  border-radius: 5px;
  font-size: 1.86667rem;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.tbl-r05 .thead th {
  width: 33.33%;
  font-size: 22px;
  font-weight: bold;
}

@media all and (max-width: 1500px) {
  .page-price-item__heading {
    height: 4.66667rem;
  }
  .page-price-item__heading-block {
    width: 24rem;
    height: 4.26667rem;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 2.26667rem;
  }
}

@media all and (max-width: 1080px) {
  .page-price-item__heading {
    height: 4rem;
  }
  .page-price-item__heading-block {
    width: 21.33333rem;
    height: 3.73333rem;
    padding: 1rem;
    font-size: 1.46667rem;
    line-height: 1.73333rem;
  }
}

@media all and (max-width: 920px) {
  .page-price-item__heading {
    height: 3.33333rem;
  }
  .page-price-item__heading-block {
    width: 18.66667rem;
    height: 3.06667rem;
    padding: 0.66667rem;
    font-size: 1.2rem;
    line-height: 1.73333rem;
  }
}

@media all and (max-width: 767px) {
  .page-price-item__heading {
    height: 2.66667rem;
  }
  .page-price-item__heading-block {
    width: 14.66667rem;
    height: 2.4rem;
    padding: 0.33333rem;
    font-size: 1.2rem;
    line-height: 1.73333rem;
  }
}

.page-price-item__table-area {
  margin-top: 50px;
  padding: 0 30px;
  font-size: 1.26667rem;
}

.page-price-item__main-table {
  border-top: 3px solid #ff912d;
  border-bottom: 3px solid #ff912d;
  padding: 6px 0;
  letter-spacing: 0.2em;
}

.page-price-item__main-table-simple {
  text-align: center;
  padding: 1em 0.5em;
}

.page-price-item__dl-table dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.page-price-item__dl-table dl:nth-child(2n) {
  background: #EEEFF1;
}

.page-price-item__dl-table dl dt {
  box-sizing: border-box;
  width: 25%;
  text-align: right;
  padding: 1em 1em 1em 2.5em;
}

.page-price-item__dl-table dl dd {
  box-sizing: border-box;
  width: 70%;
  text-align: justify;
  padding: 1em 2.5em 1em 1em;
}

#price_02 .page-price-item__dl-table dl dd {
  line-height: 2.1;
}

.page-price-list .page-price-item__dl-table.page-price-item__dl-table--em-title dl dt {
  font-weight: 500;
  color: #ff912d;
}

.page-price-item__dl-table dl dt .this__main-title {
  font-size: 22px;
  font-weight: bold;
}

#price_10 .page-price-item__dl-table dl dt .this__main-title {
  font-size: 19px;
  font-weight: 500;
}

.page-price-item__dl-table.page-price-item__dl-table--long-content dl dt {
  width: 11em;
  text-align: left;
}

.page-price-item__dl-table.page-price-item__dl-table--long-content dl dt .this__main-title {
  font-size: 22px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.page-price-item__dl-table.page-price-item__dl-table--long-content dl dd {
  width: calc(100% - 11em);
  letter-spacing: 0.1em;
}

.page-price-item__dl-table.page-price-item__dl-table--half dl dt {
  width: 50%;
  text-align: center;
}

.page-price-item__dl-table.page-price-item__dl-table--half dl dd {
  width: 50%;
  text-align: center;
}

.page-price-item__table-title {
  text-align: center;
  color: #ff912d;
  padding: 1em 0.5em;
  font-size: 22px;
  font-weight: bold;
}

.page-price-item__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.page-price-item__table thead {
  color: #ff912d;
  font-weight: 500;
}

.page-price-item__table tr:not(:first-child) th, .page-price-item__table tr:not(:first-child) td {
  border-top: 6px solid #fff;
}

.page-price-item__table th {
  text-align: center;
  vertical-align: middle;
  padding: 1em 1em;
}

.page-price-item__table td {
  text-align: center;
  vertical-align: middle;
  padding: 1em 1em;
  background: #EEEFF1;
}

.page-price-item__table td:nth-child(3n+2) {
  background: #EBE6F5;
}

.page-price-item__table td:nth-child(3n) {
  background: #F0E6E6;
}

.page-price-item__table th:not(:first-child), .page-price-item__table td:not(:first-child) {
  border-left: 6px solid #fff;
}

.page-price-item__table.page-price-item__table--single-color td {
  background: #EEEFF1;
}

.page-price-item__table-block-title {
  text-align: center;
  color: #ff912d;
  padding: 1em 0.5em;
  font-size: 22px;
  font-weight: bold;
}

.page-price-item__table-block-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.page-price-item__table-block-list-item {
  box-sizing: border-box;
  padding: 1em 0.5em;
  background: #EEEFF1;
  text-align: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.page-price-item__table-block-list-item:not(:first-child) {
  margin-left: 3px;
}

.page-price-item__table-block-list-item:not(:last-child) {
  margin-right: 3px;
}

.page-price-item__table-block-list-item.page-price-item__table-block-list-item--lg {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}

.page-price-item__table-block-list-item.page-price-item__table-block-list-item--half {
  width: 49%;
  width: calc(50% - 3px);
}

.page-price-item__table-comment {
  font-size: 1.06667rem;
  text-align: right;
  margin-top: 5px;
}

.page-price-item__table-comment-block {
  display: inline-block;
  max-width: 75%;
  text-align: justify;
}

@media all and (max-width: 1500px) {
  .page-price-item {
    padding: 30px 0 70px;
  }
  .page-price-item__table-area {
    margin-top: 40px;
    padding: 0;
    font-size: 0.93333rem;
  }
  .page-price-item__table-comment {
    font-size: 0.93333rem;
  }
  .page-price-item__table-comment-block {
    max-width: 100%;
  }
}

@media all and (max-width: 920px) {
  .page-price-item {
    padding: 20px 0 50px;
  }
  .page-price-item__table-area {
    margin-top: 10px;
    padding: 0;
    font-size: 0.93333rem;
  }
}

@media all and (max-width: 767px) {
  .page-price-item__dl-table dl {
    display: block;
  }
  .page-price-item__dl-table dl dt {
    width: 100%;
    text-align: center;
    padding: 1em 0.5em 0;
  }
  .page-price-item__dl-table dl dd {
    width: 100%;
    text-align: justify;
    padding: 0.6em 0.5em 1em;
  }
  .page-price-item__dl-table.page-price-item__dl-table--long-content dl dt {
    width: 100%;
    text-align: center;
  }
  .page-price-item__dl-table.page-price-item__dl-table--long-content dl dd {
    width: 100%;
    padding-top: 0.5em;
  }
  .page-price-item__dl-table.page-price-item__dl-table--half dl dt {
    width: 100%;
  }
  .page-price-item__dl-table.page-price-item__dl-table--half dl dd {
    width: 100%;
  }
  .page-price-item__table-wrap {
    overflow: auto;
    white-space: nowrap;
  }
  .page-price-item__table-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .page-price-item__table-wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .page-price-item__table-wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .page-price-item__table-block-list {
    display: block;
  }
  .page-price-item__table-block-list-item:not(:first-child) {
    margin-left: 0;
    margin-top: 6px;
  }
  .page-price-item__table-block-list-item:not(:last-child) {
    margin-right: 0;
  }
  .page-price-item__table-block-list-item.page-price-item__table-block-list-item--half {
    width: 100%;
  }
}

/*
================================================================
 当ウェブサイトのご利用についてページ設定
================================================================
*/

.page-about-layout {
  position: relative;
  padding: 80px 0;
}

.page-about-anchor {
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}

.page-about-anchor__ui {
  position: relative;
  left: 0;
  top: 0;
  z-index: 9990;
  width: 100%;
  height: 0;
}

.anchor-ui-display--not-display-before .page-about-anchor__ui {
  position: fixed;
}

.page-about-anchor__list {
  float: left;
  padding: 20px 0 0 10px;
}

.page-about-anchor__item {
  padding: 0;
  margin-bottom: 1.33333rem;
}

.page-about-anchor__item-elm {
  display: block;
  border-left: 10px solid transparent;
  padding-left: 10px;
  font-size: 1.33333rem;
  line-height: 1.2;
  font-weight: 700;
  color: #464646;
  text-decoration: none;
}

.page-about-anchor__item-elm.href-check-display--display-top, .scroll--bottom-limit .page-about-anchor__item-elm.href-check-display--on-display-after {
  border-left-color: #ff912d;
  color: #ff912d;
}

.page-about-content {
  position: relative;
  z-index: 10;
}

.page-about-article {
  padding: 20px 0 80px;
}

.page-about-article__layout {
  padding: 0 30px 0 400px;
}

.page-about-article__heading {
  height: 7.33333rem;
}

.page-about-article__heading-shutter {
  height: 100%;
  overflow: hidden;
}

.page-about-article__heading-block {
  border-top: 1.33333rem solid #ff912d;
  padding-top: 2rem;
  color: #ff912d;
}

.page-about-article__heading-block::after {
  content: "";
  display: block;
  margin: 0 auto 0 0;
  box-sizing: border-box;
  width: 50px;
  height: 1.66667rem;
  border-bottom: 2px solid #ff912d;
}

.page-about-article__heading-block .this__main-title {
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}

.page-about-article__content {
  font-size: 1.06667rem;
}

.page-about-article__content>* {
  margin-top: 2.13333rem;
}

.page-about-article__outline-title:not(:first-child) {
  margin-top: 2.13333rem;
}

.page-about-article__outline-text a {
  text-decoration: none;
  color: #ff912d;
}

.page-about-article__outline-text em {
  color: #ff3246;
  font-weight: 700;
}

.page-about-article__outline-text .this__number-list li {
  margin-left: 2em;
}

.page-about-article__outline-text .this__number-list li .this__number {
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}

.page-about-article__number-list li {
  margin-left: 2em;
}

.page-about-article__number-list li:not(:first-child) {
  margin-top: 2.13333rem;
}

.page-about-article__number-list li .this__number {
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}

.page-about-article__get-reader {
  margin-top: 1.06667rem;
  font-size: 1.06667rem;
  font-weight: 700;
}

.page-about-article__get-reader .this__download {
  font-size: 0.93333rem;
  font-weight: 500;
}

.page-about-article__get-reader .this__download img {
  display: inline-block;
  vertical-align: middle;
}

.page-about-article__get-reader .this__download span {
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 1500px) {
  .page-about-layout {
    padding: 80px 0;
  }
  .page-about-anchor__list {
    padding: 20px 0 0 10px;
  }
  .page-about-anchor__item {
    margin-bottom: 1.33333rem;
  }
  .page-about-anchor__item-elm {
    border-left-width: 10px;
    padding-left: 10px;
    font-size: 1.33333rem;
  }
  .page-about-article {
    padding: 20px 0 80px;
  }
  .page-about-article__layout {
    padding: 0 30px 0 300px;
  }
  .page-about-article__heading {
    height: 7.33333rem;
  }
  .page-about-article__heading-block {
    border-top-width: 1.33333rem;
    padding-top: 2rem;
  }
  .page-about-article__heading-block::after {
    width: 50px;
    height: 1.66667rem;
  }
  .page-about-article__heading-block .this__main-title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .page-about-article__content {
    font-size: 1.06667rem;
  }
  .page-about-article__content>* {
    margin-top: 2.13333rem;
  }
  .page-about-article__outline-title:not(:first-child) {
    margin-top: 2.13333rem;
  }
  .page-about-article__number-list li:not(:first-child) {
    margin-top: 2.13333rem;
  }
  .page-about-article__get-reader {
    margin-top: 1.06667rem;
    font-size: 1.06667rem;
  }
  .page-about-article__get-reader .this__download {
    font-size: 0.93333rem;
  }
}

@media all and (max-width: 1080px) {
  .page-about-layout {
    padding: 60px 0;
  }
  .page-about-anchor__list {
    padding: 20px 0 0 0;
  }
  .page-about-anchor__item {
    margin-bottom: 1.06667rem;
  }
  .page-about-anchor__item-elm {
    border-left-width: 10px;
    padding-left: 10px;
    font-size: 1.06667rem;
  }
  .page-about-article {
    padding: 20px 0 60px;
  }
  .page-about-article__layout {
    padding: 0 0 0 240px;
  }
  .page-about-article__heading {
    height: 5.33333rem;
  }
  .page-about-article__heading-block {
    border-top-width: 0.66667rem;
    padding-top: 1.33333rem;
  }
  .page-about-article__heading-block::after {
    width: 50px;
    height: 1rem;
  }
  .page-about-article__heading-block .this__main-title {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .page-about-article__content {
    font-size: 0.93333rem;
  }
  .page-about-article__content>* {
    margin-top: 1.86667rem;
  }
  .page-about-article__outline-title:not(:first-child) {
    margin-top: 1.86667rem;
  }
  .page-about-article__number-list li:not(:first-child) {
    margin-top: 1.86667rem;
  }
  .page-about-article__get-reader {
    margin-top: 0.93333rem;
    font-size: 0.93333rem;
  }
  .page-about-article__get-reader .this__download {
    font-size: 0.8rem;
  }
}

@media all and (max-width: 1080px) {
  .page-about-layout {
    padding: 60px 0 100px;
  }
  .page-about-anchor__list {
    padding: 20px 0 0 0;
  }
  .page-about-anchor__item {
    margin-bottom: 0.93333rem;
  }
  .page-about-anchor__item-elm {
    border-left-width: 10px;
    padding-left: 10px;
    font-size: 0.93333rem;
    line-height: 2;
  }
  .page-about-article {
    padding: 20px 0 60px;
  }
  .page-about-article__layout {
    padding: 0 0 0 200px;
  }
  .page-about-article__heading {
    height: 5.33333rem;
  }
  .page-about-article__heading-block {
    border-top-width: 0.66667rem;
    padding-top: 1.33333rem;
  }
  .page-about-article__heading-block::after {
    width: 50px;
    height: 1rem;
  }
  .page-about-article__heading-block .this__main-title {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .page-about-article__content {
    font-size: 0.86667rem;
  }
  .page-about-article__content>* {
    margin-top: 1.73333rem;
  }
  .page-about-article__outline-title:not(:first-child) {
    margin-top: 1.73333rem;
  }
  .page-about-article__number-list li:not(:first-child) {
    margin-top: 1.06667rem;
  }
  .page-about-article__get-reader {
    margin-top: 0.86667rem;
    font-size: 0.86667rem;
  }
  .page-about-article__get-reader .this__download {
    font-size: 0.73333rem;
  }
}

@media all and (max-width: 767px) {
  .page-about-layout {
    padding: 20px 0 20px;
  }
  .page-about-anchor {
    height: auto;
  }
  .page-about-anchor__ui {
    height: auto;
  }
  .anchor-ui-display--not-display-before .page-about-anchor__ui {
    position: relative;
    left: 0;
    top: 0;
  }
  .page-about-anchor__list {
    float: none;
    padding: 20px 0;
  }
  .page-about-anchor__item {
    margin-bottom: 0.93333rem;
  }
  .page-about-anchor__item-elm {
    border-left-width: 10px;
    padding-left: 10px;
    font-size: 0.93333rem;
    line-height: 1.5;
    border-left-color: #464646;
    color: #464646;
  }
  .page-about-anchor__item-elm.href-check-display--display-top, .scroll--bottom-limit .page-about-anchor__item-elm.href-check-display--on-display-after {
    border-left-color: #464646;
    color: #464646;
  }
  .page-about-article {
    padding: 20px 0 80px;
  }
  .page-about-article__layout {
    padding: 0;
  }
  .page-about-article__heading {
    height: 5.33333rem;
  }
  .page-about-article__heading-block {
    border-top-width: 0.66667rem;
    padding-top: 1.33333rem;
  }
  .page-about-article__heading-block::after {
    width: 50px;
    height: 1rem;
  }
  .page-about-article__heading-block .this__main-title {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .page-about-article__content {
    font-size: 0.86667rem;
  }
  .page-about-article__content>* {
    margin-top: 1.73333rem;
  }
  .page-about-article__outline-title:not(:first-child) {
    margin-top: 1.73333rem;
  }
  .page-about-article__number-list li:not(:first-child) {
    margin-top: 1.06667rem;
  }
  .page-about-article__get-reader {
    margin-top: 0.86667rem;
    font-size: 0.86667rem;
  }
  .page-about-article__get-reader .this__download {
    font-size: 0.73333rem;
  }
}

/*
================================================================
 固定ボタン
================================================================
*/

.fixed-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9990;
  display: block;
  width: 100%;
  height: 0;
}

.disp-global-footer--on-display .fixed-buttons {
  position: relative;
}

.fixed-buttons__scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  padding: 20px 0 0;
  width: 50px;
  height: 50px;
  border: 10px solid #ff912d;
  background-color: #ff912d;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -o-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -webkit-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.fixed-buttons__scroll::before, .fixed-buttons__scroll::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 0;
  border-bottom: 10px solid #fff;
  margin-bottom: -5px;
}

.fixed-buttons__scroll::before {
  margin-left: -15px;
  -moz-transform: matrix(1, -1, 0, 1, 0, 0);
  -ms-transform: matrix(1, -1, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -1, 0, 1, 0, 0);
  transform: matrix(1, -1, 0, 1, 0, 0);
}

.fixed-buttons__scroll::after {
  -moz-transform: matrix(1, 1, 0, 1, 0, 0);
  -ms-transform: matrix(1, 1, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 1, 0, 1, 0, 0);
  transform: matrix(1, 1, 0, 1, 0, 0);
}

.fixed-buttons__scroll.scrolled {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*
================================================================
 グローバルフッター
================================================================
*/

.footer-message__layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-message__content {
  position: relative;
}

.footer-message__logomark {
  display: block;
  margin-bottom: -1px;
}

.footer-message__text {
  position: absolute;
  top: 0;
  left: 110%;
  white-space: nowrap;
  font-size: 0.86667rem;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .footer-message__layout {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.global-footer {
  position: relative;
  z-index: 9900;
  color: #fff;
  background: #464646;
  text-align: left;
  line-height: 1.4;
}

.global-footer__main-content {
  padding: 70px 0;
}

.global-footer__main-content-layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global-footer__credit .this__corp-name {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

.global-footer__credit .this__address {
  margin-top: 10px;
  font-size: 1.06667rem;
}

.global-footer__credit .this__comments {
  margin-top: 10px;
  font-size: 1.06667rem;
}

.global-footer__call .this__phone-number {
  font-size: 3.46667rem;
  font-weight: 700;
  -moz-transform: scaleY(0.9);
  -ms-transform: scaleY(0.9);
  -webkit-transform: scaleY(0.9);
  transform: scaleY(0.9);
}

.global-footer__call .this__phone-number img {
  margin-right: 10px;
  vertical-align: middle;
}

.global-footer__call .this__phone-number em {
  vertical-align: middle;
}

.global-footer__call .this__time {
  font-size: 1.6rem;
  padding-left: 70px;
}

.global-footer__contact-btn {
  display: block;
  color: inherit;
  text-decoration: inherit;
  border: 2px solid #fff;
  padding: 20px 25px 23px;
  font-size: 1.6rem;
  font-weight: 700;
}

.global-footer__contact-btn img {
  margin-right: 10px;
  margin-bottom: -4px;
}

.global-footer__copyright {
  background: #232323;
  text-align: center;
  font-size: 0.73333rem;
  padding: 10px 0;
}

@media all and (max-width: 1500px) {
  .global-footer__call .this__phone-number {
    font-size: 2.4rem;
  }
  .global-footer__call .this__phone-number img {
    height: 1.73333rem;
    width: auto;
  }
  .global-footer__call .this__time {
    font-size: 1.06667rem;
    padding-left: 40px;
  }
}

@media all and (max-width: 1080px) {
  .global-footer__contact-btn {
    padding: 10px 15px 13px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .global-footer__contact-btn img {
    height: 1.06667rem;
    width: auto;
    margin-bottom: -4px;
  }
}

@media all and (max-width: 920px) {
  .global-footer__main-content {
    padding: 30px 0;
  }
  .global-footer__credit .this__corp-name {
    font-size: 1.2rem;
  }
  .global-footer__credit .this__address {
    margin-top: 10px;
    font-size: 0.8rem;
  }
  .global-footer__credit .this__comments {
    margin-top: 10px;
    font-size: 0.8rem;
  }
}

@media all and (min-width: 481px) and (max-width: 767px) {
  .global-footer__main-content {
    padding: 30px 0 0;
  }
  .global-footer__main-content-layout {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .global-footer__credit .this__address {
    font-size: 0.73333rem;
  }
  .global-footer__credit .this__comments {
    font-size: 0.73333rem;
  }
  .global-footer__call {
    text-align: center;
  }
  .global-footer__call .this__phone-number {
    font-size: 1.6rem;
  }
  .global-footer__call .this__phone-number img {
    height: 1.2rem;
    width: auto;
    margin-right: 5px;
  }
  .global-footer__call .this__time {
    font-size: 0.8rem;
    padding-left: 0;
  }
  .global-footer__contact {
    width: 100%;
    text-align: right;
  }
  .global-footer__contact-btn {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: inline-block;
    text-align: center;
    padding: 5px 10px 8px;
    font-size: 0.93333rem;
  }
  .global-footer__contact-btn img {
    height: 0.73333rem;
    width: auto;
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media all and (max-width: 480px) {
  .global-footer__main-content {
    padding: 30px 0;
  }
  .global-footer__main-content-layout {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
  .global-footer__call {
    margin-top: 30px;
  }
  .global-footer__contact {
    margin-top: 30px;
  }
}

/*
================================================================
 カーソルエフェクト（マウスストーカー）
================================================================
*/

#cursor-effect {
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 20001;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition-timing-function: ease-out;
  transform: translate(-100%, -100%);
}

#cursor-effect.is--initialized {
  display: block;
  -moz-transition: transform 0.1s ease, top 0.3s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  -o-transition: transform 0.1s ease, top 0.3s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  -webkit-transition: transform 0.1s ease, top 0.3s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  transition: transform 0.1s ease, top 0.3s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
}

#cursor-effect.is--hover {
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  transition: 0.3s ease;
  background: rgba(255, 0, 0, 0.2);
}

#cursor-effect.is--over-iframe {
  background: transparent;
}

/*
================================================================
 スクロールシャッター
================================================================
*/

.scroll-shutter {
  overflow: hidden;
  /* transition: 0.5s cubic-bezier(0.18, 0.89, 0.76, 1.51); */
}

/*
================================================================
 初期表示エフェクト
================================================================
*/

.display-effect {
  pointer-events: none;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.display-effect--done {
  pointer-events: auto;
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition: opacity 1s, transform 1s, -moz-transform 1s, -ms-transform 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s, -moz-transform 1s, -ms-transform 1s, -webkit-transform 1s;
  -webkit-transition: opacity 1s, transform 1s, -moz-transform 1s, -ms-transform 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s, -moz-transform 1s, -ms-transform 1s, -webkit-transform 1s;
}

/*
================================================================
 お知らせ一覧ページ設定
================================================================
*/

.page-news_archives .page-price-item {
  padding: 15px 0 50px;
}

.page-news_archives .page-price-item__table-area {
  margin-top: 25px;
}

.page-price-item__heading-block.news_archives {
  width: 100%;
}

.page-price-item__heading-block.news_archives.news_year {
  text-align: left;
  padding-left: 50px;
}

.page-price-item__dl-table.news_year dl {
  flex-direction: column;
}

.page-price-item__dl-table.news_year dl dt {
  width: 100%;
  padding-left: 19px;
  padding-bottom: 0;
  text-align: left;
}

.page-price-item__dl-table.news_year dl dt .this__main-title {
  color: #464646;
}

.page-price-item__dl-table.news_year dl dd {
  width: 100%;
  padding-top: 5px;
}

a.news_archives {
  text-decoration: none;
}

a.news_archives dl {
  color: #464646;
}

.page-price-item__dl-table.news_archives dl dt {
  padding-left: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: left;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: 70px;
}

.page-price-item__dl-table.news_archives dl dt .this__main-title {
  color: #464646;
  width: 180px;
  display: block;
}

.page-price-item__dl-table.news_archives dl dd {
  width: 100%;
  padding: 0.5em 2.5em 0.5em 0;
}

.page-price-item__main-table.page-news {
  border: none;
}

/*
================================================================
 お知らせ詳細ページ設定
================================================================
*/

.index-content__nav-btn.news_year {
  margin: 0 0 70px;
}

.btn.btn--nav.news_year {
  background-color: #fff;
  color: #ff912d !important;
  border: 3px solid #ff912d;
  border-radius: 10px;
  padding: 15px;
  width: 500px;
}

.page-news_details .page-price-item .news_year dd .this__text {
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

@media all and (max-width: 767px) {
  .page-price-item__heading.news_year {
    height: auto;
  }
  .page-price-item__heading-block.news_archives.news_year {
    padding: 0.33333rem;
    text-align: center;
    height: auto;
  }
  .index-content__nav-btn.news_year {
    width: 80%;
    margin: 0 auto 40px;
  }
}

/*
================================================================
 お問い合わせページ設定
================================================================
*/

input {
  /* -webkit-appearance: none; */
  border: 1px solid #333;
}

.mw_wp_form {
  background-color: #f0f2f4;
  padding: 80px 0 150px;
  margin-bottom: 150px;
}

.contact_flex-inner {
  display: flex;
  border-top: 1px solid #bebebe;
  padding: 40px 0;
}

.contact_flex-inner:last-of-type {
  border-bottom: 1px solid #bebebe;
  align-items: center;
}

.contact_flex-inner select {
  font-size: 19px;
  padding: 5px;
}

.contact_flex-inner .inner_text-area input {
  width: 928px;
  height: 37px;
  font-size: 20px;
  padding-left: 8px;
}

.contact_flex-inner .inner_text-area textarea {
  width: 928px;
  height: 200px;
  font-size: 20px;
  margin-bottom: -10px;
}

input.contact_btn {
  background-color: #ff912d;
  color: #fff;
  border: 3px solid #ff912d;
  border-radius: 10px;
  padding: 15px;
  width: 320px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.66667rem;
  display: block;
  margin: 80px auto 0;
}

.mwform-radio-field label input {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  appearance: auto;
  -webkit-appearance: auto;
}

@-moz-document url-prefix() {
  /* ここに書く */
  .mwform-radio-field label input {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    -webkit-transform-origin: center;
    -webkit-transform: scale( 1.5, 1.5);
  }
}

.mwform-checkbox-field label input {
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
  /* appearance: auto;
  -webkit-appearance: auto; */
  -moz-appearance: auto;
}

.mwform-radio-field label .mwform-radio-field-text {
  vertical-align: text-bottom;
  font-size: 20px;
}

.contact_flex-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 190px;
  font-size: 20px;
}

.mwform-radio-field label .mwform-checkbox-field-text {
  vertical-align: text-bottom;
}

.contact_flex-inner p {
  font-size: 20px;
}

.contact_flex-inner .contact_item {
  width: 300px;
  font-weight: bold;
}

.mwform-checkbox-field {
  width: 320px;
}

.mwform-checkbox-field label {
  display: flex;
  align-items: center;
}

.mw_wp_form .horizontal-item+.horizontal-item:nth-of-type(2) {
  margin-left: 20px;
}

.mw_wp_form .horizontal-item+.horizontal-item:nth-of-type(3) {
  margin-left: 0;
}

.mw_wp_form .horizontal-item+.horizontal-item:nth-of-type(4) {
  margin-left: 0;
}

.mw_wp_form .horizontal-item+.horizontal-item:nth-of-type(5) {
  margin-left: 20px;
}

.contact_btn-box {
  display: flex;
}

input.contact_back {
  margin-right: 0;
}

.contact_flex-inner .error-message {
  font-size: 93%;
  color: #B70000;
  display: none;
  margin-top: -10px;
}

.error-message.-show {
  display: block;
}

.mw_wp_form_preview .caution {
  display: none;
}

.contact_trigger {
  font-size: 26px;
  margin-top: 15px;
  width: 980px;
  display: flex;
  flex-wrap: wrap;
}

.mw_wp_form_preview .contact_trigger {
  margin-top: 0;
}

.mw_wp_form_complete {
  text-align: center;
}

.mw_wp_form_complete p {
  font-size: 20px;
  margin: 0 auto;
  width: fit-content;
}

.mw_wp_form_complete .container {
  text-align: left;
}

.mw_wp_form_complete .container p span {
  display: inline-block;
  margin-top: 30px;
}

.form_caution {
  text-align: right;
  color: #ff912d;
  font-size: 20px;
  margin-bottom: 40px;
}

.mw_wp_form_input .caution {
  font-size: 19px;
}

.contact_trigger span {
  font-size: 20px;
}

input.contact_text-box {
  width: 928px;
  font-size: 20px;
  height: 37px;
  padding-left: 8px;
}

main .mw_wp_form .error {
  font-size: 20px;
}

.contact_tel-box {
  width: 928px;
  font-size: 20px;
  height: 37px;
  padding-left: 8px;
}

@media all and (max-width: 767px) {
  .contact_flex-inner p {
    font-size: 16px;
  }
  .form_caution {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mw_wp_form {
    padding: 25px 0 50px !important;
    margin-bottom: 50px;
  }
  .mw_wp_form_complete p {
    font-size: 14px;
  }
  .contact_flex-inner {
    flex-direction: column;
    padding: 15px 0;
  }
  .contact_flex-inner .contact_item {
    width: 100%;
    font-size: 16px;
  }
  .mwform-radio-field label {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .mwform-radio-field label input {
    width: 18px;
    height: 18px;
  }
  .mwform-radio-field label .mwform-radio-field-text {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .contact_flex-inner .inner_text-area input {
    width: calc( 100% - 8px) !important;
    font-size: 16px;
    font-weight: 500;
  }
  .contact_flex-inner .caution {
    font-size: 14px;
    line-height: 1.6;
  }
  .contact_text-box {
    width: calc( 100% - 8px);
    font-size: 18px;
  }
  .contact_flex-inner select {
    font-size: 16px;
    padding: 0px;
    width: calc( 100% - 2px) !important;
    height: 37px;
    margin-top: 10px;
  }
  .contact_flex-inner .mwform-tel-field .contact_tel-box {
    width: 71px;
    font-size: 16px;
  }
  .contact_flex-inner .inner_text-area textarea {
    width: calc( 100% - 8px);
    font-size: 16px;
    margin-bottom: -7px;
    margin-top: 10px;
  }
  .contact_flex-inner .contact_trigger {
    width: 100%;
    font-size: 20px;
    flex-direction: column;
  }
  .mw_wp_form .horizontal-item+.horizontal-item:nth-of-type(2) {
    margin-left: 0;
  }
  .mw_wp_form .horizontal-item+.horizontal-item:nth-of-type(5) {
    margin-left: 0;
  }
  #mw_wp_form_mw-wp-form-27 .error {
    font-size: 18px;
  }
  input.contact_btn {
    font-size: 1.35rem;
    width: 230px;
    box-shadow: 2px 2px 5px #a9a9a9;
    margin: 0 auto;
  }
  .mw_wp_form_preview .contact_flex-inner .contact_trigger {
    font-size: 16px;
  }
  .mw_wp_form_preview .contact_flex-inner p {
    word-break: break-word;
  }
  .contact_btn-box {
    flex-direction: column;
    margin-top: 10px;
  }
  input.contact_back {
    margin: 0px auto 30px;
  }
  input.contact_text-box {
    width: calc( 100% - 8px) !important;
    font-size: 16px;
    margin-top: 10px;
  }
  .global-footer__call .this__phone-number {
    font-size: 1.9rem;
  }
  .global-footer__call .this__time {
    padding-left: 0px;
  }
  .contact_trigger span {
    font-size: 16px;
  }
  .mwform-checkbox-field label input {
    width: 19px;
    height: 19px;
  }
  /* 費用修正用 */
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .page-price-item__table-wrap .tbl-r05 td {
    display: block;
    text-align: right;
    border: none;
    border-top: 6px solid #fff;
  }
  .tbl-r05 td:first-child {
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .pc_none {
    display: block !important;
    line-height: 1.8;
  }
  .sp_none {
    display: none !important;
  }
  .page-price-item__table.sp_flex tbody tr {
    display: flex;
    flex-direction: column;
  }
  .page-price-item__table.sp_flex tbody tr td {
    display: flex;
    flex-direction: column;
    white-space: normal;
    border: none;
    border-top: 6px solid #fff;
    width: 100%;
    box-sizing: border-box;
  }
  .index-content__access-map-wrap {
    border: 4px solid #ff912d;
  }
  .contact_tel-box {
    width: calc( 100% - 8px) !important;
    margin-top: 10px;
  }
  .page-price-item__dl-table.page-price-item__dl-table--long-content dl dt .this__main-title {
    font-size: 16px;
    font-weight: bold;
  }
  .page-price-item__dl-table.page-price-item__dl-table--em-title dl dt {
    font-weight: bold;
    padding-top: 1.5em;
  }
  .page-price-item__table-block-title {
    font-weight: bold;
    font-size: 16px;
    padding: 1em 0.5em 0.6em;
  }
  .page-price-item__table-title {
    font-weight: bold;
    font-size: 16px;
    padding: 1em 0.5em 0.6em;
  }
  .contact_flex-item {
    width: 150px;
    font-size: 16px;
  }
  .page-flow-pattern__step-number-icon img {
    max-width: none;
  }
  .page-price-item__dl-table dl dt .this__main-title {
    font-size: 16px;
  }
  .page-price-item__table.sp_flex tbody tr:first-of-type td:first-of-type {
    border: none;
  }
  #price_10 .page-price-item__dl-table dl dt .this__main-title {
    font-size: 14px;
  }
  .inner_text-area {
    font-size: 16px !important;
  }
  .page-news_archives .page-price-item__table-area {
    margin-top: 0;
  }
  .page-news_archives .page-price-item {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .page-price-list .page-price-item__dl-table.page-price-item__dl-table--em-title dl dt {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 8px;
  }
  .page-price-item__dl-table.news_archives dl dd {
    padding: 0 0 0 0.5em;
  }
  .index-screen__logomark.pc_none img {
    width: 64px;
    height: 79px;
  }
  .footer-message__logomark.pc_none {
    width: 44px;
    height: 52px;
  }
  .index-screen__heading {
    width: 100%;
  }
  .index-screen__heading .this__deco-title {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  #private .page-flow-pattern__heading-block .this__icon img {
    width: 35px;
    height: 45px;
  }
  #corporate .page-flow-pattern__heading-block .this__icon img {
    width: 37px;
    height: 45px;
  }
}

/* Scss Document */
