@charset "UTF-8";
/*ベースカラーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*リセット・全体 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

html, body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt", "pkna";
          font-feature-settings: "palt", "pkna";
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #333;
}

h1, h2, h3, h4, h5, h6, strong .font-bold {
  font-family: 'Noto Sans JP', sans-serif;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_c {
  color: #3c82dc;
}

.font-b {
  font-weight: bold;
}

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

.inner-width {
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .inner-width {
    padding: 0 20px;
  }
}

@media screen and (max-width: 760px) {
  .inner-width {
    width: 100%;
    padding: 0 15px;
  }
}

.bg-image-b {
  position: relative;
}

.bg-image-b:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.bg-image-a {
  position: relative;
}

.bg-image-a:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

/*リセット Endーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.container .header-wrap {
  width: 100%;
  height: 65px;
  margin: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

.container .header-wrap.active {
  -webkit-box-shadow: 4px 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 0 6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 760px) {
  .container .header-wrap {
    height: 50px;
  }
}

.container .header-wrap .sp-only {
  display: block;
}

.container .header-wrap .tab-only {
  display: none;
}

.container .header-wrap .pc-only {
  display: none;
}

.container .header-wrap .font-l {
  font-size: 16px;
}

.container .header-wrap header {
  /*グローバルメニュー（ザリガニデザイン） end-------------------------------------------------------------------------------------*/
}

.container .header-wrap header .mrs-logo {
  width: 140px;
  padding: 10px 0 0 12px;
}

.container .header-wrap header .zdo_drawer_menu {
  /*グローバルメニュー（ザリガニデザイン）-------------------------------------------------------------------------------------*/
  /*+++ Default Navigation CSS +++*/
  /*+++ Default Button Color +++*/
}

.container .header-wrap header .zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.container .header-wrap header .zdo_drawer_menu a:visited {
  color: inherit;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  width: 30px;
  height: 38px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 36px;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 1px;
  margin: 7px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 180px;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate(200px);
          transform: translate(200px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.85);
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.container .header-wrap header .zdo_drawer_menu .left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.container .header-wrap header .zdo_drawer_menu .left .zdo_drawer_nav_wrapper {
  -webkit-transform: translate(-312px);
          transform: translate(-312px);
  right: auto;
  left: 0;
}

.container .header-wrap header .zdo_drawer_menu .left .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_nav {
  padding: 85px 24px;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  color: #3c82dc;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_nav li a {
  padding-left: 12px;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_nav li a:hover {
  color: #3c82dc;
  text-decoration: underline;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_nav li a::before {
  background-image: url(../images/arrow_blue.webp);
  width: 9px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_nav li a:hover {
  text-decoration: underline;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_button {
  color: #666666;
}

.container .header-wrap header .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #666666;
}

@media screen and (min-width: 650px) and (max-width: 940px) {
  .container .header-wrap header .zdo_drawer_menu .sp-only {
    display: none;
  }
  .container .header-wrap header .zdo_drawer_menu .tab-only {
    display: block;
  }
  .container .header-wrap header .zdo_drawer_menu .pc-only {
    display: none;
  }
  .container .header-wrap header .zdo_drawer_menu .zdo_drawer_menu.sp-only {
    display: block;
  }
}

@media screen and (min-width: 941px) {
  .container .header-wrap .sp-only {
    display: none;
  }
  .container .header-wrap .tab-only {
    display: none;
  }
  .container .header-wrap .pc-only {
    display: block;
  }
  .container .header-wrap .font-l {
    font-size: 19px;
  }
  .container .header-wrap .font-title {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 41px;
    text-decoration: underline;
  }
  .container .header-wrap header {
    max-width: 940px;
    margin: auto;
  }
  .container .header-wrap header .mrs-logo {
    float: left;
    width: 180px;
    padding: 12px 0 0 12px;
  }
  .container .header-wrap header .global-nav {
    float: right;
    font-size: 15px;
    padding-top: 32px;
  }
  .container .header-wrap header .global-nav .nav-list li {
    display: inline-block;
    margin-left: 20px;
  }
  .container .header-wrap header .global-nav .nav-list li a {
    padding-left: 12px;
  }
  .container .header-wrap header .global-nav .nav-list li a:hover {
    color: #3c82dc;
    text-decoration: underline;
  }
  .container .header-wrap header .global-nav .nav-list li a::before {
    background-image: url(../images/arrow_black.webp);
    width: 9px;
    height: 10px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.container .main-wrap .pc-only {
  display: block;
}

.container .main-wrap .sp-only {
  display: none;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .pc-only {
    display: none;
  }
  .container .main-wrap .sp-only {
    display: block;
  }
}

.container .main-wrap .content {
  margin-top: 100px;
}

@media screen and (max-width: 820px) {
  .container .main-wrap .content {
    margin-top: 80px;
  }
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content {
    margin-top: 60px;
  }
}

.container .main-wrap .content.fv {
  margin-top: 0;
  width: 100%;
  height: 615px;
  background-image: url(../images/main_pc.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  padding-top: 30px;
}

@media screen and (min-width: 1980px) {
  .container .main-wrap .content.fv {
    height: 42vw;
  }
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content.fv {
    background-image: url(../images/main_sp.webp);
    height: 120vw;
    padding-top: 20px;
  }
}

.container .main-wrap .content.list {
  margin-top: -40px;
  position: relative;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content.list {
    margin-top: 10px;
  }
}

.container .main-wrap .content.form {
  margin-bottom: 30px;
}

.container .main-wrap .content.database {
  margin-top: 60px;
}

.container .main-wrap .content.database::before {
  background-image: url(../images/databace_illust_02.webp);
  width: 320px;
  height: 370px;
  top: -118px;
  right: 0;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content.database::before {
    display: none;
  }
}

.container .main-wrap .content .head-deco span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid white;
  font-size: 24px;
  color: white;
  margin: 0 4px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .head-deco span {
    width: 26px;
    height: 26px;
    font-size: 19px;
    line-height: 22px;
  }
}

.container .main-wrap .content .main-title {
  font-size: 48px;
  line-height: 52px;
  color: white;
  letter-spacing: 4px;
  margin: 2px 0 8px 0;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .main-title {
    font-size: 8vw;
    line-height: 9vw;
    letter-spacing: 0px;
  }
}

.container .main-wrap .content .sub-title {
  font-size: 20px;
  line-height: 26px;
  color: white;
  letter-spacing: 2px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .sub-title {
    font-size: 5.2vw;
    line-height: 6.5vw;
    letter-spacing: 0px;
  }
}

.container .main-wrap .content .head-list-wrap {
  margin-top: 40px;
  display: inline-block;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .head-list-wrap {
    margin-top: 35px;
  }
}

.container .main-wrap .content .head-list-wrap li {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
}

.container .main-wrap .content .head-list-wrap li.strong {
  font-size: 22px;
  color: red;
}

.container .main-wrap .content .head-list-wrap li.strong .font-l {
  font-size: 30px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .head-list-wrap li.strong {
    font-size: 4.6vw;
  }
  .container .main-wrap .content .head-list-wrap li.strong .font-l {
    font-size: 7vw;
  }
}

.container .main-wrap .content .head-list-wrap li:nth-child(even) {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 6px 0;
  padding: 6px 0;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .head-list-wrap li:nth-child(even) {
    margin: 5px 0;
    padding: 5px 0;
  }
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .head-list-wrap li {
    font-size: 4vw;
    line-height: 5.2vw;
  }
}

.container .main-wrap .content .section-title-wrap .section-title {
  font-size: 24px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .section-title-wrap .section-title {
    line-height: 30px;
  }
}

.container .main-wrap .content .section-title-wrap .section-title img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  opacity: 0.3;
}

.container .main-wrap .content .section-title-wrap .section-title img.image-icon-02 {
  margin-right: 6px;
}

.container .main-wrap .content .section-title-wrap .section-title img.image-icon-04 {
  margin-right: 4px;
}

.container .main-wrap .content .section-title-wrap .section-title img.image-icon-03, .container .main-wrap .content .section-title-wrap .section-title img.image-icon-05, .container .main-wrap .content .section-title-wrap .section-title img.image-icon-06, .container .main-wrap .content .section-title-wrap .section-title img.image-icon-07, .container .main-wrap .content .section-title-wrap .section-title img.image-icon-08, .container .main-wrap .content .section-title-wrap .section-title img.image-icon-09 {
  margin-right: 10px;
}

.container .main-wrap .content .section-title-wrap .section-title img.image-icon-08 {
  width: 55px;
  height: 50px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .section-title-wrap .section-title img.image-icon-08 {
    width: 55px;
    height: 50px;
  }
}

.container .main-wrap .content .section-title-wrap .section-title img.image-icon-10 {
  width: 42px;
  margin-right: 5px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .section-title-wrap .section-title img {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .section-title-wrap .section-title {
    text-align: center;
  }
}

.container .main-wrap .content .section-title-wrap .title-under-line {
  margin: 6px 0 30px 0;
  width: 100%;
  height: 2px;
  background: #3c82dc;
  background: -webkit-gradient(linear, left top, right top, from(#3c82dc), to(rgba(60, 130, 220, 0.304359)));
  background: linear-gradient(90deg, #3c82dc 0%, rgba(60, 130, 220, 0.304359) 100%);
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .section-title-wrap .title-under-line {
    margin: 6px 0 20px 0;
  }
}

.container .main-wrap .content .list-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.container .main-wrap .content .list-wrap .list-block {
  width: 31%;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .list-wrap .list-block {
    width: 90%;
    margin-bottom: 25px;
  }
}

.container .main-wrap .content .list-wrap .list-block dt {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  color: #3c82dc;
  margin-bottom: 6px;
}

.container .main-wrap .content .list-wrap .list-block dt.top-space {
  margin-top: 20px;
}

.container .main-wrap .content .list-wrap .list-block dd {
  padding: 3px 10px 3px 10px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #b9b9b9;
}

.container .main-wrap .content .list-wrap .list-block dd:not(:last-child) {
  border-bottom: none;
}

.container .main-wrap .content .list-wrap .list-block dd.bottom-line {
  border: 1px solid #b9b9b9;
}

@media screen and (max-width: 960px) {
  .container .main-wrap .content .list-wrap .list-block dd {
    font-size: 14px;
    line-height: 18px;
  }
}

.container .main-wrap .content .list-wrap .list-image {
  position: absolute;
  max-width: 500px;
  width: 90%;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .list-wrap .list-image {
    position: initial;
    margin-top: -60px;
  }
}

.container .main-wrap .content .inner-content {
  margin-top: -18px;
}

.container .main-wrap .content .inner-content .section-sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: -10px;
}

.container .main-wrap .content .inner-content .blue {
  display: inline-block;
  background-color: #3c82dc;
  color: white;
  padding: 2px 14px 4px 14px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin: 20px 0 10px 0;
}

.container .main-wrap .content .inner-content .list-wrap {
  list-style: disc;
  padding-left: 1.2rem;
}

.container .main-wrap .content .inner-content dl {
  border-left: 6px solid #3c82dc;
  margin-bottom: 18px;
  padding: 0 0 0 10px;
}

.container .main-wrap .content .inner-content dl dt {
  font-size: 18px;
  font-weight: bold;
}

.container .main-wrap .content .inner-content dl dd {
  font-size: 16px;
}

.container .main-wrap .content .inner-content .font-s {
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.container .main-wrap .content .inner-content .left-block {
  margin-right: 20px;
  padding-top: 12px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content .left-block {
    margin-right: 0;
    padding-top: 0;
    text-align: center;
  }
}

.container .main-wrap .content .inner-content .right-block {
  max-width: 440px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content .right-block {
    margin-top: 10px;
  }
}

.container .main-wrap .content .inner-content.database {
  margin-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.database {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.container .main-wrap .content .inner-content.database .left-block {
  margin: 0;
  padding-top: 8px;
  max-width: 470px;
  width: 80%;
}

@media screen and (max-width: 960px) {
  .container .main-wrap .content .inner-content.database .left-block {
    margin-right: 20px;
  }
}

@media screen and (max-width: 820px) {
  .container .main-wrap .content .inner-content.database .left-block {
    max-width: 280px;
  }
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.database .left-block {
    margin: 0;
  }
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.database .right-block {
    margin-top: 20px;
  }
}

.container .main-wrap .content .inner-content.database .right-block li {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}

.container .main-wrap .content .inner-content.database .right-block li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.database .right-block li {
    font-size: 4.6vw;
    line-height: 6.2vw;
  }
}

.container .main-wrap .content .inner-content.database .right-block li .list-title {
  border-left: 5px solid #3c82dc;
  padding-left: 5px;
}

.container .main-wrap .content .inner-content.database .right-block li .list-inner {
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}

.container .main-wrap .content .inner-content.database .right-block li .list-inner .font-b {
  font-size: 18px;
  font-weight: bold;
  color: #3c82dc;
}

.container .main-wrap .content .inner-content.database .right-block li .list-inner .font-b .font-l {
  font-size: 24px;
}

.container .main-wrap .content .inner-content.database .right-block li .list-inner .font-b .font-l.adjust-01 {
  margin-left: 13px;
}

.container .main-wrap .content .inner-content.database .right-block li .list-inner .font-b .font-l.adjust-02 {
  margin-left: 4px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.database .right-block li .list-inner {
    margin-top: 4px;
  }
}

.container .main-wrap .content .inner-content.estimate {
  margin-top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.estimate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.container .main-wrap .content .inner-content.estimate .speech-bubble {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  width: 31%;
  text-align: center;
  background: #EEEEEF;
  padding: 10px 0 8px 0;
  border-radius: 6px;
}

.container .main-wrap .content .inner-content.estimate .speech-bubble::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(238, 238, 239, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #EEEEEF;
  top: 100%;
  left: 17%;
}

.container .main-wrap .content .inner-content.estimate .speech-bubble:nth-of-type(-n+3) {
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.estimate .speech-bubble:nth-of-type(-n+3) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.estimate .speech-bubble {
    width: 100%;
    margin-bottom: 20px;
  }
}

.container .main-wrap .content .inner-content.estimate .speech-none {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  width: 31%;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.estimate .speech-none {
    width: 100%;
  }
}

.container .main-wrap .content .inner-content.company {
  margin-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .main-wrap .content .inner-content.company .company-spec {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .main-wrap .content .inner-content.company .company-spec:not(:last-child) {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.container .main-wrap .content .inner-content.company .company-spec .left-block {
  width: 100px;
  margin: 0;
  padding: 0 0 0 30px;
}

.container .main-wrap .content .inner-content.company .company-spec .right-block {
  max-width: initial;
  padding: 0 0 0 40px;
}

.container .main-wrap .content .inner-content.company .company-spec .right-block.list {
  list-style: decimal;
  padding-left: 60px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-content.company .company-spec {
    font-size: 12px;
    line-height: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container .main-wrap .content .inner-content.company .company-spec:not(:last-child) {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .container .main-wrap .content .inner-content.company .company-spec .left-block {
    width: 20%;
    margin: 0;
    padding: 0 0 0 6px;
    text-align: left;
  }
  .container .main-wrap .content .inner-content.company .company-spec .right-block {
    margin: 0;
    width: 78%;
    padding: 0 6px 0 0;
    text-align: left;
  }
  .container .main-wrap .content .inner-content.company .company-spec .right-block.list {
    padding-left: 15px;
  }
}

.container .main-wrap .content .flow-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .flow-wrap {
    margin-top: 30px;
  }
}

.container .main-wrap .content .flow-wrap .title {
  background-color: #3c82dc;
  color: white;
  padding: 3px 0 4px 0;
  letter-spacing: 4px;
}

.container .main-wrap .content .flow-wrap .flow-item-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 940px) {
  .container .main-wrap .content .flow-wrap .flow-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item {
  width: 16.66%;
  padding: 15px 15px;
  position: relative;
  border-right: 1px solid #3c82dc;
  border-bottom: 1px solid #3c82dc;
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item:first-child {
  border-left: 1px solid #3c82dc;
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item:last-child::before, .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item:last-child::after {
  display: none;
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item::before, .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 20%;
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item:before {
  border-color: rgba(255, 37, 19, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 13px;
  border-right-width: 13px;
  margin-top: -8px;
  margin-left: 1px;
  border-left-color: #3c82dc;
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-top: -7px;
  border-left-color: #FFFFFF;
}

@media screen and (max-width: 940px) {
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item {
    width: 33.33%;
  }
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item:nth-child(3)::before, .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item:nth-child(3)::after {
    display: none;
  }
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item:nth-child(4) {
    border-left: 1px solid #3c82dc;
  }
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item {
    padding: 10px 6px;
  }
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .icon {
  width: 64px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .icon {
    width: 40px;
  }
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .item-title {
  font-size: 18px;
  color: #3c82dc;
  font-weight: bold;
  margin: 8px 0;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .item-title {
    font-size: 16px;
  }
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .item-title.first {
    font-size: 3.7vw;
  }
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .item-sub {
  background-color: #3c82dc;
  color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 0 8px 0;
  border-radius: 6px;
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .item-sub span {
  font-size: 12px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .item-sub {
    font-size: 3.2vw;
  }
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .or {
  color: #3c82dc;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 4px 0;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .or {
    font-size: 14px;
  }
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .first-text {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 4px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .first-text {
    font-size: 3.7vw;
  }
}

.container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .text {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .flow-wrap .flow-item-wrap .flow-item .text {
    font-size: 12px;
    line-height: 18px;
  }
}

.container .main-wrap .content .under-text {
  font-size: 14px;
  margin-top: 16px;
}

.container .main-wrap .content .cta-tel-wrap {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .cta-tel-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}

.container .main-wrap .content .cta-tel-wrap .tel-block {
  margin-right: 30px;
  border: 2px solid #3c82dc;
  border-radius: 4px;
  padding: 10px 20px 12px 20px;
  background-color: #ffffee;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .cta-tel-wrap .tel-block {
    margin: 25px auto 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.container .main-wrap .content .cta-tel-wrap .tel-block .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px dotted black;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.container .main-wrap .content .cta-tel-wrap .tel-block .tel {
  padding-left: 32px;
  font-size: 37px;
  font-weight: 600;
  color: #3c82dc;
}

.container .main-wrap .content .cta-tel-wrap .tel-block .tel::before {
  background-image: url(../images/tel_icon.webp);
  width: 27px;
  height: 27px;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container .main-wrap .content .cta-tel-wrap .tel-block .under-text-wrap {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1;
}

.container .main-wrap .content .cta-tel-wrap .tel-block .under-text-wrap span {
  font-size: 13px;
  background-color: #3c82dc;
  color: white;
  padding: 0 6px 1px 6px;
  margin-right: 4px;
}

.container .main-wrap .content .cta-tel-wrap .tel-block .under-text-wrap span:last-of-type {
  margin-left: 10px;
}

.container .main-wrap .content .cta-btn {
  width: 100%;
  max-width: 380px;
  height: 68px;
  background-color: #3c82dc;
  border: 2px solid #3c82dc;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.container .main-wrap .content .cta-btn.youtube {
  margin: 40px auto 0 auto;
  background-color: #ff0000;
  border: 2px solid #ff0000;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .cta-btn {
    margin: 30px auto 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.container .main-wrap .content .cta-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 18px;
  line-height: 64px;
  font-weight: bold;
  color: white;
  padding-left: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container .main-wrap .content .cta-btn a::before {
  background-image: url(../images/cta_icon_contact.webp);
  width: 23px;
  height: 22px;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container .main-wrap .content .cta-btn a.movie {
  padding-left: 34px;
}

.container .main-wrap .content .cta-btn a.movie::before {
  width: 28px;
  height: 20px;
  background-image: url(../images/cta_icon_youtube.webp);
  left: 20%;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .cta-btn a {
    font-size: 4.6vw;
  }
  .container .main-wrap .content .cta-btn a::before {
    left: 5%;
  }
  .container .main-wrap .content .cta-btn a.movie::before {
    left: 17%;
  }
}

.container .main-wrap .content .cta-btn:hover {
  background-color: white;
}

.container .main-wrap .content .cta-btn:hover a {
  color: #3c82dc;
}

.container .main-wrap .content .cta-btn:hover a::before {
  background-image: url(../images/cta_icon_contact_blue.webp);
}

.container .main-wrap .content .cta-btn:hover a.movie {
  color: #ff0000;
}

.container .main-wrap .content .cta-btn:hover a.movie::before {
  background-image: url(../images/cta_icon_youtube_red.webp);
}

.container .main-wrap .content .page-link-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .page-link-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.container .main-wrap .content .page-link-wrap li {
  max-width: 220px;
  width: 100%;
  margin: 0 1%;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .page-link-wrap li {
    width: 31%;
    margin: 0;
  }
}

.container .main-wrap .content .page-link-wrap li .page-link {
  display: inline-block;
  width: 100%;
  color: #3c82dc;
  border: 1px solid #3c82dc;
  border-radius: 4px;
  padding: 4px 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.container .main-wrap .content .page-link-wrap li .page-link::after {
  background-image: url(../images/link_arrow.webp);
  width: 14px;
  height: 14px;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container .main-wrap .content .page-link-wrap li .page-link:hover {
  background-color: #e3efff;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .page-link-wrap li .page-link {
    font-size: 3.8vw;
    line-height: 5vw;
    padding: 4px 6px;
  }
  .container .main-wrap .content .page-link-wrap li .page-link::after {
    top: initial;
    right: 6px;
    -webkit-transform: none;
            transform: none;
    bottom: 6px;
  }
}

.container .main-wrap .content .case-item-wrap {
  width: 100%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .case-item-wrap {
    margin-top: 30px;
  }
}

.container .main-wrap .content .case-item-wrap::after {
  background-image: url(../images/case_illust.webp);
  width: 375px;
  height: 260px;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 940px) {
  .container .main-wrap .content .case-item-wrap::after {
    width: 35vw;
    height: 25vw;
  }
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .case-item-wrap::after {
    display: none;
  }
}

.container .main-wrap .content .case-item-wrap #case_01, .container .main-wrap .content .case-item-wrap #case_02, .container .main-wrap .content .case-item-wrap #case_03 {
  margin-top: -80px;
  padding-top: 80px;
}

.container .main-wrap .content .case-item-wrap .case-item {
  width: 100%;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .main-wrap .content .case-item-wrap .case-item:not(:last-child) {
  border-bottom: 1px dotted gray;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .case-item-wrap .case-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .main-wrap .content .case-item-wrap .case-item:not(:last-child) {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}

.container .main-wrap .content .case-item-wrap .case-item .case-image {
  width: 24.5%;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .case-item-wrap .case-item .case-image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.container .main-wrap .content .case-item-wrap .case-item .case-detail-item-wrap {
  width: 73%;
  text-align: left;
  margin-top: -5px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .case-item-wrap .case-item .case-detail-item-wrap {
    width: 100%;
  }
}

.container .main-wrap .content .case-item-wrap .case-item .case-detail-item-wrap .case-detail-item {
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .case-item-wrap .case-item .case-detail-item-wrap .case-detail-item {
    margin-bottom: 15px;
  }
}

.container .main-wrap .content .case-item-wrap .case-item .case-detail-item-wrap .case-detail-item .title {
  font-size: 18px;
  font-weight: bold;
}

.container .main-wrap .content .case-item-wrap .case-item .case-detail-item-wrap .case-detail-item .list {
  list-style: circle;
  padding-left: 1.5rem;
}

.container .main-wrap .content .case-item-wrap .case-item .case-detail-item-wrap .case-detail-item .list .text {
  color: #444;
  text-align: justify;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-text {
    text-align: center;
  }
}

.container .main-wrap .content .link-box {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .link-box {
    padding: 20px 15px;
  }
}

.container .main-wrap .content .link-box li a {
  color: #3c82dc;
  text-decoration: underline;
  padding-left: 32px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container .main-wrap .content .link-box li a::before {
  background-image: url(../images/press_icon.webp);
  width: 26px;
  height: 22px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container .main-wrap .content .link-box li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .link-box li a {
    font-size: 3.7vw;
    line-height: 6vw;
  }
}

.container .main-wrap .content .link-box li a .font-b {
  color: red;
}

.container .main-wrap .content .link-box li:not(:last-child) {
  margin-bottom: 14px;
}

.container .main-wrap .content .inner-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .inner-title {
    text-align: center;
  }
}

.container .main-wrap .content .movie-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .movie-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}

.container .main-wrap .content .movie-list li {
  width: 31%;
}

.container .main-wrap .content .movie-list li:nth-child(-n+3) {
  margin-bottom: 25px;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content .movie-list li {
    width: 85%;
  }
  .container .main-wrap .content .movie-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.container .main-wrap .content .movie-list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container .main-wrap .content .movie-list li a img {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}

.container .main-wrap .content .movie-list li a:hover {
  opacity: 0.7;
}

.container .main-wrap .content #inline-frame {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .container .main-wrap .content #inline-frame {
    height: 1100px;
  }
}

.container .reverse-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.container .reverse-btn a img {
  width: 100%;
  opacity: 0.7;
}

.container footer .copyright-wrap {
  width: 100%;
  height: 50px;
  background-color: black;
  position: relative;
}

.container footer .copyright-wrap .copyright {
  width: 100%;
  font-size: 11px;
  line-height: 13px;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container #move_case, .container #move_analysis, .container #move_movie, .container #move_company, .container #move_form {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 760px) {
  .container #move_case, .container #move_analysis, .container #move_movie, .container #move_company, .container #move_form {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.sp-image {
  display: none;
}

@media screen and (max-width: 760px) {
  .sp-image {
    display: block;
    width: 70%;
    margin: 30px auto -10px auto;
  }
}
/*# sourceMappingURL=style.css.map */