@charset "utf-8";



/*=========================================================================================================
  Mobile
===========================================================================================================*/
@media only screen and (max-width: 767px) {
/*------------------------
  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;
  }

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

  #signboard h2 {
    color: #0abded;
    font-size: 6vw;
    letter-spacing: 0.1em;
    padding: 16vw 0 0 5vw;
  }

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

/******* reason *********/
  #reason div p {
    font-size: 4.5vw;
    line-height: 2em;
    margin: 3em 0;
    text-align: center;
  }

  #reason ul li {
    margin: 0 auto 8vw;;
  }

  #reason ul figcaption {
    font-size: 4vw;
    height: 4em;
    padding: 0 0 0 1em;
    transform: skew(-7deg);
    width: 80%;
  }

  #reason ul img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
/***** unsatisfied ******/
  #unsatisfied {
    background: #83e2ff;
  }

  #unsatisfied .section_title_wrap h2 {
    color: #fff;
  }

  #unsatisfied .section_content_wrap > div:first-of-type {
    background: url(../images/top/sec03-unsatisfied_01_sp.svg) center center/contain no-repeat;
    height: 450px;
    margin: 3rem 0;
    width: 100%;
  }

  #unsatisfied .section_content_wrap div:nth-of-type(2) div {
    height: 5rem;
    position: relative;
  }

  #unsatisfied .section_content_wrap div:nth-of-type(2) p {
    border-bottom: 4vw solid rgba(255, 255, 255, .3);
    color: #fff;
    display: inline-block;
    font-size: 5vw;
    padding: 0 1.5em .2em;
  }

/******* services *******/
  #services .section_content_wrap ul {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }

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

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

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

  #services .section_content_wrap ul li h3 {
    border-bottom: 1px solid;
    font-size: 5vw;
    padding: .5em 1.5em;
  }

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

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

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

/******** voice ********/
  #voice {
    background: #83e2ff;
  }

  #voice .section_title_wrap h2 {
    color: #fff;
  }

  #voice .section_title_wrap h2 > span > span {
    border: none;
    padding: 0 1.5em;
    position: relative;
  }

  #voice .section_title_wrap h2 > span > span:before {
    background: url(../images/top/sec05-voice_01.svg) center center no-repeat;
    content: "";
    display: inline-block;
    height: 1em;
    left: .7em;
    position: absolute;
    top: 0;
    width: 1em;
  }

  #voice .section_title_wrap h2 > span > span:after {
    background: url(../images/top/sec05-voice_02.svg) center center no-repeat;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1em;
    position: absolute;
    right: .7em;
    width: 1em;
  }

  #voice .section_content_wrap {
    margin: 0 auto;
    width: 100%;
  }

  #voice .section_content_wrap ul {
    padding: 0 5vw;
  }

  #voice .section_content_wrap ul li:nth-of-type(odd) {
    /* display: flex; */
    display: none;
    justify-content: center;
    margin: 8vw 0;
  }

  #voice .section_content_wrap ul li:nth-of-type(even) {
    /* display: flex; */
    display: none;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 8vw 0;
  }

  #voice .section_content_wrap li img {
    width: 25%;
  }

  #voice .section_content_wrap li div {
    position: relative;
    width: 75%;
  }

  #voice .section_content_wrap li:nth-of-type(odd) div {
    background: url(../images/top/sec05-voice_fkds02.svg) center center no-repeat;
  }

  #voice .section_content_wrap li:nth-of-type(even) div {
    background: url(../images/top/sec05-voice_fkds01.svg) center center no-repeat;
  }

  #voice .section_content_wrap li:nth-of-type(odd) p {
    font-size: 2.5vw;
    padding: 0 3em 0 4em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #voice .section_content_wrap li:nth-of-type(even) p {
    font-size: 2.5vw;
    padding: 0 4em 0 3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

/********* form *********/
  #form .form_wrap {
    margin: 0 auto;
    width: 100%;
  }

  #form #mailform > dl {
    margin: 0 auto;
    width: 90%;
  }

  #form .form_wrap > dl > dt {
    color: #0abded;
    font-size: 4vw;
    font-weight: 300;
    height: 10vw;
    line-height: 10vw;
    width: 100%;
  }

  #form .form_wrap > dl > dd {
    height: 14vw;
    padding: 2.5vw 0;
    width: 100%;
  }

  #form .form_wrap > dl > dd:last-of-type {
    height: auto;
  }

  #form .form_wrap input,
  #form .form_wrap select {
    color: rgba(0, 0, 0, .5);
    display: block;
    font-size: 3vw;
    height: 9vw;
    margin: 0 auto;
    width: 80%;
  }

  #form .form_wrap textarea {
    color: rgba(0, 0, 0, .5);
    display: block;
    font-size: 3vw;
    height: 30vw;
    margin: 0 auto;
    width: 80%;
  }

  #form .form_wrap > dl > dd:nth-of-type(5) {
    height: auto;
  }

  #form .form_wrap > dl > dd:not(:last-of-type) {
    border-bottom: 1px solid #0abded;
  }

  #form .form_set dl {
    display: flex;
    flex-wrap: wrap;
  }

  #form .form_set dl dt {
    font-size: 3.5vw;
    font-weight: 300;
    height: 14vw;
    line-height: 14vw;
    width: 20%;
  }

  #form .form_set dl dd {
    height: 14vw;
    padding: 2.5vw 0;
    width: 80%;
  }

  #form .form_set dl dd:first-of-type {
    display: flex;
  }

  #form .form_set dl dd:first-of-type input {
    width: 40%;
  }

  #form .form_wrap button {
    background: #009ece;
    border: none;
    border-radius: 1vw;
    color: #fff;
    display: block;
    font-size: 4vw;
    margin: 10vw auto;
    padding: .5em 1.5em;
  }
}


/*=========================================================================================================
  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-family: NotoSans-Md;
    font-size: 3rem;
    text-align: center;
  }

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

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

  #signboard h2 {
    color: #0abded;
    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%);
  }

/******* reason *********/
  #reason div p {
    font-size: 2rem;
    line-height: 2em;
    margin: 3em 0;
    text-align: center;
  }

  #reason ul li {
    max-width: calc(100% / 3);
  }

  #reason ul figcaption {
    font-size: 2rem;
    height: 4em;
  }

  #reason ul img {
    width: 100%;
  }

/***** unsatisfied ******/
  #unsatisfied {
    background: #83e2ff;
  }

  #unsatisfied .section_title_wrap h2 {
    color: #fff;
  }

  #unsatisfied .section_content_wrap > div:first-of-type {
    background: url(../images/top/sec03-unsatisfied_01.svg) center center/contain no-repeat;
    height: 450px;
    margin: 3rem 0;
    width: 100%;
  }

  #unsatisfied .section_content_wrap div:nth-of-type(2) div {
    height: 10rem;
    position: relative;
  }

  #unsatisfied .section_content_wrap div:nth-of-type(2) p {
    color: #fff;
    display: inline-block;
    font-family: NotoSans-Md;
    font-size: 3rem;
    left: 50%;
    padding: 0 1.5em .2em;
    position: absolute;
    transform: translateX(-50%);
  }

  #unsatisfied .section_content_wrap div:nth-of-type(2) p:before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    display: block;
    height: .8em;
    left: 0;
    position: absolute;
    width: 100%;
  }

/******* services *******/
  #services .section_content_wrap ul li {
    color: #fff;
  }

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

  #services .section_content_wrap ul li > div > div {
    height: 285px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
  }

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

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

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

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

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

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

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

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

  #services .section_content_wrap ul li p {
    font-size: 1.5rem;
  }

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

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

  #services .section_content_wrap .button {
    bottom: 2rem;
    position: absolute;
    right: 1rem;
  }

  #services .section_content_wrap .button a {
    border: 1px solid;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    padding: .8em 1.2em;
    transition: .2s;
  }

  #services .section_content_wrap .button a:hover {
    background: #fff;
    color: #0abded;
  }

/******** voice *********/
  #voice {
    background: #83e2ff;
  }

  #voice .section_title_wrap h2 {
    color: #fff;
  }

  #voice .section_title_wrap h2 > span > span {
    border: none;
    padding: 0 1.5em;
    position: relative;
  }

  #voice .section_title_wrap h2 > span > span:before {
    background: url(../images/top/sec05-voice_01.svg) center center no-repeat;
    content: "";
    display: inline-block;
    height: 1em;
    left: .7em;
    position: absolute;
    top: 0;
    width: 1em;
  }

  #voice .section_title_wrap h2 > span > span:after {
    background: url(../images/top/sec05-voice_02.svg) center center no-repeat;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1em;
    position: absolute;
    right: .7em;
    width: 1em;
  }

  #voice .section_content_wrap {
    margin: 0 auto;
    width: 1140px;
  }

  #voice .section_content_wrap ul {
    background:;
    padding: 0 170px;
  }

  #voice .section_content_wrap ul li:nth-of-type(odd) {
    /* display: flex; */
    display: none;
    justify-content: center;
    margin: 3em 0;
  }

  #voice .section_content_wrap ul li:nth-of-type(even) {
    /* display: flex; */
    display: none;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 3em 0;
  }

  #voice .section_content_wrap li img {
    width: 25%;
  }

  #voice .section_content_wrap li div {
    margin: .5em 0;
    position: relative;
    width: 75%;
  }

  #voice .section_content_wrap li:nth-of-type(odd) div {
    background: url(../images/top/sec05-voice_fkds02.svg) center center no-repeat;
  }

  #voice .section_content_wrap li:nth-of-type(even) div {
    background: url(../images/top/sec05-voice_fkds01.svg) center center no-repeat;
  }

  #voice .section_content_wrap li:nth-of-type(odd) p {
    font-size: 1.6rem;
    padding: 0 4em 0 6em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #voice .section_content_wrap li:nth-of-type(even) p {
    font-size: 1.6rem;
    padding: 0 6em 0 4em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

/********* form *********/
  #form .form_wrap {
    margin: 0 auto;
    width: 600px;
  }

  #form .form_wrap > dl > dt {
    color: #0abded;
    height: 45px;
    line-height: 45px;
    width: 26%;
  }

  #form .form_wrap > dl > dd {
    height: 45px;
    width: 74%;
  }

  #form .form_wrap > dl >dt:nth-of-type(5),
  #form .form_wrap > dl >dd:nth-of-type(5) {
    height: 250px;
  }

  #form .form_wrap input,
  #form .form_wrap textarea {
    margin: .5em 0;
    width: 85%;
  }

  #form .form_wrap textarea {
    height: 4em;
  }

  #form .form_set dd:first-of-type input,
  #form select {
    width: 30%;
  }

  #form .form_wrap input,
  #form .form_wrap select,
  #form .form_wrap textarea {
    background: #fffcca;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    padding: .5em 1em;
  }

  #form .form_wrap > dl > dt:not(:last-of-type),
  #form .form_wrap > dl > dd:not(:last-of-type) {
    border-bottom: 1px solid #c0f3ff;
  }

  #form .form_wrap button {
    background: #009ece;
    border: none;
    border-radius: .5em;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    margin: 50px auto;
    padding: .5em 1.5em;
    transition: .2s;
  }

  #form .form_wrap button:hover {
    background: #0abded;
  }

}
