@charset "utf-8";



/*=========================================================================================================
  Mobile
===========================================================================================================*/
@media only screen and (max-width: 767px) {

  img {
    max-width: 100%;
  }

  ul,ol {
    padding: 0;
    margin: 0;
  }
/*------------------------
  main
-------------------------- */
/******* main_section *********/
  main > section {
    padding: 15vw 0;
  }

  main section .section_title_wrap {
    margin: 0 0 3rem;
  }

  main section .section_title_wrap h2 {
    font-size: 5.4vw;
    text-align: center;
  }

  main section .section_title_wrap h2 span {
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0.2em .5em;
  }

  main section .section_text {
    font-size: 4vw;
  }

/****** signboard *******/
  #signboard div {
    background: url(../images/service/sec01-signboard_sp.png) center center/contain no-repeat;
    height: calc(100vw * (2 / 3));
    position: relative;
  }

  #signboard h2 {
    color: #0abded;
    display: none;
    font-size: 8vw;
    letter-spacing: 0.1em;
    line-height: 2em;
    padding: 16vw 0 0 5vw;
  }

  #signboard h2 span {
    padding-left: 1em;
  }

  #signboard p {
    display: inline-block;
    font-size: 3.1vw;
    line-height: 2em;
    padding: 5vw 0 0 5vw;
  }

/******* summary *********/
  #summary .section_text {
    margin: 0 auto;
    width: 90%;
  }

  #summary .section_content_wrap ul li {
    height: 70vw;
    overflow: hidden;
  }

  #summary .section_content_wrap img {
    display: block;
    margin: 5vw auto;
    width: 95%;
  }

/******** about *********/
  #about .section_image {
    margin-bottom: 10vw;
  }
  #about .section_text {
    line-height: 2em;
    margin: 0 auto;
    width: 90%;
  }
/********* type *********/
  #type .section_content_wrap ul {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }

  #type .section_content_wrap ul li > div.row,
  #type .section_content_wrap ul li > div > div:last-of-type {
    margin: 0 !important;
    padding: 0 !important;
  }

  #type .section_content_wrap ul li > div:nth-of-type(2) {
    padding: 0 !important;
  }

  #type .section_content_wrap ul li > div > div:first-of-type {
    background: #0abded;
    color: #fff;
    padding: 5vw 5vw;
  }

  #type .section_content_wrap ul li h3 {
    border-bottom: 1px solid;
    font-size: 5vw;
    margin-bottom: 3em;
    padding: .5em 0;
    position: relative;
    text-align: center;
  }

  #type .section_content_wrap ul li h3 span {
  }

  #type .section_content_wrap ul li h3 span:nth-of-type(2) {
    bottom: -2em;
    display: block;
    position: absolute;
    width: 100%;
  }

  #type .section_content_wrap ul li p {
    font-size: 3.5vw
  }

  #type .section_content_wrap .button a {
    border: 1px solid;
    color: #fff;
    display: block;
    font-size: 3vw;
    margin: 0 10vw;
    padding: 1em;
    text-align: center;
  }

  #type .icon_wrap ul {
    display: flex;
    flex-wrap: wrap;
  }

  #type .icon_wrap ul li {
    background: #fff;
    color: #0abded;
    display: inline-block;
    font-size: 3vw;
    margin: .5em;
    padding: .5em 1.5em;
  }

/******** flow *******/
  #flow .section_content_wrap ol {
    margin: 0 auto;
    width: 95%;
  }

  #flow .section_content_wrap ol li {
    position: relative;
  }

  #flow .section_content_wrap ol li .list_number {
    font-size: 8vw;
    position: absolute;
    top: 50vw;
    transform: skew(-7deg);
  }

  #flow .section_content_wrap ol li .list_number span {
    color: rgba(0, 0, 0, .2);
  }

  #flow .section_content_wrap ol li .list_image {
    height: 50vw;
    overflow: hidden;
    position: relative;
  }

  #flow .section_content_wrap ol li .list_image img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #flow .section_content_wrap ol li .list_text {
    margin: 2vw 0 8vw;
  }

  #flow .section_content_wrap ol li .list_text span {
    font-size: 6vw;
    padding: 13vw;
  }

  #flow .section_content_wrap ol li .list_text p {
    font-size: 4vw;
    margin: 1em;
  }
}


/*=========================================================================================================
  PC
===========================================================================================================*/
@media only screen and (min-width: 768px) {
/*------------------------
  main
-------------------------- */
/***** main_section ******/
  main section .section_title_wrap {
    margin: 0 0 3rem;
  }

  main section .section_title_wrap h2 {
    font-size: 3rem;
    text-align: center;
  }

  main section .section_title_wrap h2 span {
    display: inline-block;
    padding: 0.2em 1.5em;
  }

  main section .section_title_wrap h2 span:first-of-type {
    border-bottom: 1px solid;
  }

  main section .section_text p {
    font-size: 1.8rem;
    line-height: 2em;
    text-align: center;
  }

/****** signboard *******/
  #signboard div {
    background: url(../images/service/sec01-signboard.png) center center/1920px no-repeat;
    height: 50em;
    position: relative;
  }

  #signboard h2 {
    color: #0abded;
    display: none;
    font-size: 3rem;
    letter-spacing: 0.04em;
    padding-top: 16rem;
    text-align: center;
  }

  #signboard p {
    display: inline-block;
    font-size: 1.8rem;
    left: 50%;
    line-height: 2em;
    padding-top: 3em;
    position: absolute;
    transform: translateX(-50%);
  }
/******* summary ********/
  #summary .section_content_wrap ul {
    display: flex;
    justify-content: space-between;
    margin: 5em auto;
    padding: 0;
    width: 1000px;
  }

  #summary .section_content_wrap ul li {
    margin: 1em;
  }

  #summary .section_content_wrap ul li img {
    width: 100%;
  }

/******** about *********/
  #about .section_image {
    margin: 0 auto;
    width: 1000px;
  }

  #about .section_image img {
    display: block;
    margin: 10rem auto;
    width: 900px;
  }
/********* type *********/
  #type .section_content_wrap > ul > li {
    color: #fff;
  }

  #type .section_content_wrap > ul > li:nth-of-type(even) > div {
    flex-direction: row-reverse;
  }

  #type .section_content_wrap > ul > li > div > div {
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  #type .section_content_wrap > ul > li > div > div:nth-of-type(odd) {
    background: #0abded;
  }

  #type .section_content_wrap > ul > li > div > div:nth-of-type(even) {
    padding: 0 !important;
  }

  #type .section_content_wrap > ul > li > div > div:nth-of-type(even) img {
    width: 100%;
  }

  #type .section_content_wrap > ul > li .inner_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #type .section_content_wrap > ul > li:nth-of-type(odd) .inner_wrap {
    padding: 0 0 0 9.5rem;
    right: 0;
  }

  #type .section_content_wrap > ul > li:nth-of-type(even) .inner_wrap {
    padding: 0 9.5rem 0 0;
    right: 0;
  }

  #type .section_content_wrap > ul > li h3 {
    border-bottom: 1px solid;
    font-size: 2rem;
    margin: 0 0 2em;
    padding-bottom: .5em;
    position: relative;
  }

  #type .section_content_wrap ul li h3 span:nth-of-type(2) {
    left: 0;
    position: absolute;
    top: 2em;
  }

  #type .section_content_wrap > ul > li:nth-of-type(even) h3 span {
    display: block;
    padding: 0 5rem;
  }

  #type .section_content_wrap > ul > li p {
    font-size: 1.3rem;
  }

  #type .section_content_wrap > ul > li:nth-of-type(odd) p {
    padding: 0 5rem 0 0;
  }

  #type .section_content_wrap > ul > li:nth-of-type(even) p {
    padding: 0 0 0 4em;
  }

  #type .section_content_wrap > ul > li .icon_wrap ul {
    display: flex;
    flex-wrap: wrap;
  }

  #type .section_content_wrap > ul > li:nth-of-type(odd) .icon_wrap ul {
    padding: 0;
  }

  #type .section_content_wrap > ul > li:nth-of-type(even) .icon_wrap ul {
    padding: 0 0 0 5em;
  }

  #type .section_content_wrap > ul > li .icon_wrap ul li {

  }

  #type .section_content_wrap > ul > li .icon_wrap ul li span {
    background: #fff;
    color: #0abded;
    display: inline-block;
    font-size: 1.2rem;
    margin: 1em;
    padding: .2em .8em;
  }

/********* flow *********/
  #flow .section_content_wrap ol {
    margin: 0 auto;
    width: 1000px;
  }

  #flow .section_content_wrap ol li {
    display: flex;
    margin: 2rem 0;
    position: relative;
  }

  #flow .section_content_wrap ol li:not(:last-of-type):before {
    border-color: #80dbff transparent transparent transparent;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    bottom: -2em;
    content: "";
    display: block;
    height: 0;
    left: 2em;
    position: absolute;
    width: 0;
  }

  #flow .section_content_wrap ol li .list_number {
    font-family: Ftr-Bk;
    font-size: 5rem;
    line-height: 175px;
    padding: 0 1em 0 0;
    transform: skew(-7deg);
  }

  #flow .section_content_wrap ol li .list_number span {
    color: rgba(0, 0, 0, .2);
  }

  #flow .section_content_wrap ol li .list_image img {
    width: 265px;
  }

  #flow .section_content_wrap ol li .list_text {
    padding: 0 0 0 2em;
    position: relative;
    width: 600px;
  }

  #flow .section_content_wrap ol li .list_text_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #flow .section_content_wrap ol li .list_text_inner span {
    display: block;
    font-size: 2rem;
    padding: 1em 0;
  }

  #flow .section_content_wrap ol li .list_text_inner p {
    font-size: 1.4rem;
  }

/********* form *********/
}
