@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

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

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select {
  font: inherit;
  border: 1px solid #000;
  min-width: 0;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  color: #232323;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

.inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

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

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

sup {
  font-size: 60%;
  vertical-align: super;
}

/* -------------------------
	header
--------------------------- */
header {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  width: 100%;
  height: 80px;
  background: #0075c2;
  letter-spacing: 0;
  padding: 0 30px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  header {
    height: 14.58333vw;
    background: #fff;
    padding: 0 5.20833vw;
    border-bottom: solid 0.52083vw rgba(0, 0, 0, 0.1);
  }
}

header .wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  width: 100%;
}

header .wrap .logo {
  font-size: 0;
}

header .wrap .logo img {
  width: 231px;
}

@media screen and (max-width: 768px) {
  header .wrap .logo img {
    width: 61.84896vw;
  }
}

header .wrap nav {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  width: calc(100% - 175px);
  padding-left: 64px;
}

@media screen and (max-width: 1300px) {
  header .wrap nav {
    padding-left: 0.61538vw;
  }
}

@media screen and (max-width: 1250px) {
  header .wrap nav {
    display: none;
    padding-left: 0;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    background: #0075c2 none repeat scroll 0 0;
  }
}

header .wrap nav .list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

@media screen and (max-width: 1250px) {
  header .wrap nav .list {
    display: block;
    margin-top: 72px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  header .wrap nav .list {
    margin-top: 15.625vw;
    padding: 0 4.16667vw;
  }
}

header .wrap nav .list li {
  padding-left: 24px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1250px) {
  header .wrap nav .list li {
    padding-left: 0;
    font-size: 24px;
    border-bottom: solid 2px #fff;
  }
  header .wrap nav .list li a {
    display: block;
    padding: 24px 24px;
    position: relative;
  }
  header .wrap nav .list li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 16px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  header .wrap nav .list li {
    padding-left: 0;
    font-size: 4.16667vw;
    border-bottom: solid 0.26042vw #fff;
  }
  header .wrap nav .list li a {
    display: block;
    padding: 4.16667vw 3.125vw;
    position: relative;
  }
  header .wrap nav .list li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3.125vw;
    width: 3.125vw;
    height: 3.125vw;
    border-top: solid 0.52083vw #fff;
    border-right: solid 0.52083vw #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

header .wrap nav .contact {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

@media screen and (max-width: 1250px) {
  header .wrap nav .contact {
    -ms-flex-pack: center;
    /*IE10*/
    -webkit-box-pack: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: center;
    /* Safari6.1以降 */
    justify-content: center;
    margin-top: 40px;
    padding: 0 32px 40px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 768px) {
  header .wrap nav .contact {
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between;
    margin-top: 8.33333vw;
    padding: 0 4.16667vw 7.29167vw;
  }
}

header .wrap nav .contact .tel {
  margin-right: 24px;
}

@media screen and (max-width: 1250px) {
  header .wrap nav .contact .tel {
    width: 50%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  header .wrap nav .contact .tel {
    margin-right: 5.20833vw;
  }
}

header .wrap nav .contact .tel .tel_txt {
  color: #fff;
}

@media screen and (max-width: 1250px) {
  header .wrap nav .contact .tel .tel_txt {
    font-size: 25px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  header .wrap nav .contact .tel .tel_txt {
    font-size: 3.25521vw;
    margin-bottom: 1.04167vw;
  }
}

header .wrap nav .contact .tel .tel_img a {
  pointer-events: none;
}

@media screen and (max-width: 1250px) {
  header .wrap nav .contact .tel .tel_img a {
    pointer-events: inherit;
  }
}

header .wrap nav .contact .tel .tel_img img {
  width: 200px;
}

@media screen and (max-width: 1250px) {
  header .wrap nav .contact .tel .tel_img img {
    width: 330px;
  }
}

@media screen and (max-width: 768px) {
  header .wrap nav .contact .tel .tel_img img {
    width: 42.96875vw;
  }
}

@media screen and (max-width: 1250px) {
  header .wrap nav .contact .btn_cv {
    width: calc(50% - 16px);
  }
}

header .wrap nav .contact .btn_cv a {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #f0af14;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  width: 140px;
  height: 56px;
}

@media screen and (max-width: 1250px) {
  header .wrap nav .contact .btn_cv a {
    width: 100%;
    height: 96px;
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  header .wrap nav .contact .btn_cv a {
    width: 100%;
    height: 12.5vw;
    border-radius: 0.78125vw;
    font-size: 3.38542vw;
  }
}

.nav_logo {
  display: none;
}

@media screen and (max-width: 1250px) {
  .open .nav_logo {
    display: block;
    position: absolute;
    top: 2.56vw;
    left: 3.2vw;
  }
  .open .nav_logo img {
    width: 22.4vw;
  }
}

@media screen and (max-width: 768px) {
  .open .nav_logo {
    top: 3.64583vw;
    left: 5.20833vw;
  }
  .open .nav_logo img {
    width: 61.84896vw;
  }
}

@media screen and (max-width: 1250px) {
  .wrap.open nav {
    opacity: 1;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    visibility: visible;
    display: block;
  }
}

/* -----------------------------------------------------
	menu
----------------------------------------------------- */
.menu {
  display: none;
}

@media screen and (max-width: 1250px) {
  .menu {
    display: block;
    z-index: 3;
  }
  .menu .menu-trigger {
    position: relative;
    width: 3.84vw;
    height: 2.56vw;
    cursor: pointer;
  }
  .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.24vw;
    background-color: #fff;
  }
  .menu .menu-trigger, .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu .menu-trigger span:nth-of-type(2) {
    top: 1.12vw;
  }
  .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.12vw) rotate(315deg);
    -ms-transform: translateY(1.12vw) rotate(315deg);
    transform: translateY(1.12vw) rotate(315deg);
  }
  .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.12vw) rotate(-315deg);
    -ms-transform: translateY(-1.12vw) rotate(-315deg);
    transform: translateY(-1.12vw) rotate(-315deg);
  }
  .menu .menu-trigger.active span {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .menu .menu-trigger {
    width: 7.29167vw;
    height: 4.16667vw;
  }
  .menu .menu-trigger span {
    height: 0.39063vw;
    background-color: #000;
  }
  .menu .menu-trigger span:nth-of-type(2) {
    top: 1.82292vw;
  }
  .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.82292vw) rotate(315deg);
    -ms-transform: translateY(1.82292vw) rotate(315deg);
    transform: translateY(1.82292vw) rotate(315deg);
  }
  .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.82292vw) rotate(-315deg);
    -ms-transform: translateY(-2.08333vw) rotate(-315deg);
    transform: translateY(-2.08333vw) rotate(-315deg);
  }
}

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer {
  background: #0075c2;
  font-size: 1.0rem;
  color: #fff;
  text-align: right;
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  footer {
    font-size: 2.60417vw;
    text-align: left;
    padding: 5.20833vw 0;
  }
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.pc_show {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_show {
    display: none;
  }
}

.sp_show {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_show {
    display: block;
  }
}

section {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 15.625vw 0;
  }
}

section .sec_ttl {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 500;
  color: #0075c2;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 86px;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  section .sec_ttl {
    font-size: 8.33333vw;
    margin-bottom: 13.02083vw;
  }
}

section .sec_ttl::after {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: -30px;
  left: 50%;
  width: 120px;
  height: 1px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-color: #0075c2;
}

@media screen and (max-width: 768px) {
  section .sec_ttl::after {
    width: 31.25vw;
    height: 0.26042vw;
    bottom: -5.20833vw;
  }
}

section .sec_ttl span {
  font-size: 4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  section .sec_ttl span {
    font-size: 9.375vw;
  }
}

section .lead {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section .lead {
    font-size: 5.20833vw;
    margin-bottom: 8.33333vw;
  }
}

section .lead span {
  font-size: 2.8rem;
  line-height: 1.8;
  color: #0075c2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffdc00));
  background: -webkit-linear-gradient(transparent 80%, #ffdc00 20%);
  background: -o-linear-gradient(transparent 80%, #ffdc00 20%);
  background: linear-gradient(transparent 80%, #ffdc00 20%);
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  section .lead span {
    font-size: 6.25vw;
    padding-bottom: 1.5625vw;
  }
}

/* -----------------------------------------------------
	kv
----------------------------------------------------- */
.kv {
  background: url(../img/kv_bg.png) no-repeat top center/cover;
}

@media screen and (max-width: 768px) {
  .kv {
    background: url(../img/sp/kv_bg.png) no-repeat top center/cover;
  }
}

.kv .inner {
  width: 1080px;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .kv .inner {
    padding: 7.8125vw 5.20833vw 6.51042vw;
  }
}

.kv .box {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kv .box {
    display: block;
  }
}

.kv .box .text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .kv .box .text {
    width: 100%;
    margin-bottom: 5.20833vw;
  }
}

.kv .box .cv_btn a {
  display: block;
  background: #f0af14;
  border-radius: 6px;
  width: 330px;
  line-height: 64px;
  font-size: 2.0rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 32px auto 0;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .kv .box .cv_btn a {
    border-radius: 1.5625vw;
    width: 98%;
    line-height: 18.22917vw;
    font-size: 5.20833vw;
    margin: 6.51042vw auto 0;
    padding-left: 8.33333vw;
    -webkit-box-shadow: 0px 0px 2.08333vw 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2.08333vw 0px rgba(0, 0, 0, 0.3);
  }
}

.kv .box .cv_btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 36px;
  background: url(../img/icon_cv.png) top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .kv .box .cv_btn a::before {
    left: 18.22917vw;
    width: 8.33333vw;
    height: 9.375vw;
  }
}

.kv .box .cv_btn a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .kv .box .cv_btn a:hover {
    -webkit-box-shadow: 0px 0px 2.08333vw 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2.08333vw 0px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 768px) {
  .kv .box .small {
    font-size: 3.125vw;
    margin-top: 3.90625vw;
    padding-left: 1em;
    text-indent: -1em;
    text-align: center;
    line-height: 1.2;
  }
}

.kv .box .thum {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .kv .box .thum {
    width: auto;
    text-align: center;
  }
}

/* -----------------------------------------------------
	problem
----------------------------------------------------- */
@media screen and (max-width: 768px) {
  .problem .sec_ttl {
    margin-bottom: 20.83333vw;
  }
}

.problem .add_col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .problem .add_col3 {
    display: block;
  }
}

.problem .add_col3.robo_item2 {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .problem .add_col3.robo_item2 {
    margin-bottom: 11.71875vw;
  }
}

.problem .add_col3.robo_item2 li {
  background: #fff;
  border: solid 1px #0075c2;
  padding: 40px 30px 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .problem .add_col3.robo_item2 li {
    border: solid 0.26042vw #0075c2;
    padding: 15.625vw 5.20833vw 6.51042vw;
  }
  .problem .add_col3.robo_item2 li + li {
    margin-top: 15.625vw;
  }
}

.problem .add_col3.robo_item2 li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.85rem;
  line-height: 1.4;
  color: #0075c2;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .problem .add_col3.robo_item2 li h3 {
    display: block;
    font-size: 5.20833vw;
    margin-bottom: 5.20833vw;
  }
}

.problem .add_col3.robo_item2 li p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .problem .add_col3.robo_item2 li p {
    font-size: 3.90625vw;
  }
}

.problem .add_col3.robo_item2 li::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .problem .add_col3.robo_item2 li::before {
    top: -0.26042vw;
    width: 31.25vw;
    height: 0.52083vw;
  }
}

.problem .add_col3.robo_item2 li:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .problem .add_col3.robo_item2 li:after {
    top: -10.41667vw;
    height: 19.27083vw;
  }
}

.problem .add_col3.robo_item2 li:nth-child(1)::after {
  background: url(../img/sec_add_problem_icon01.png) top no-repeat;
  background-size: contain;
  height: 62px;
}

@media screen and (max-width: 768px) {
  .problem .add_col3.robo_item2 li:nth-child(1)::after {
    height: 19.53125vw;
  }
}

.problem .add_col3.robo_item2 li:nth-child(2)::after {
  background: url(../img/sec_add_problem_icon02.png) top no-repeat;
  background-size: contain;
  height: 46px;
  top: -20px;
}

@media screen and (max-width: 768px) {
  .problem .add_col3.robo_item2 li:nth-child(2)::after {
    top: -5.20833vw;
    height: 11.84896vw;
  }
}

.problem .add_col3.robo_item2 li:nth-child(3)::after {
  background: url(../img/sec_add_problem_icon03.png) top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .problem .add_col3.robo_item2 li:nth-child(3)::after {
    height: 19.27083vw;
  }
}

.problem .add_col3 li {
  width: calc(100% / 3 - 21px);
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 32px 0;
}

@media screen and (max-width: 768px) {
  .problem .add_col3 li {
    width: 100%;
    border-radius: 2.60417vw;
    padding: 7.29167vw 0;
  }
  .problem .add_col3 li + li {
    margin-top: 5.20833vw;
  }
}

.problem .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .problem .col3 {
    display: block;
  }
}

.problem .col3.robo_item {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .problem .col3.robo_item {
    margin-bottom: 20.83333vw;
  }
}

.problem .col3.robo_item::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -66px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 32px;
  border-color: #0075c2 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .problem .col3.robo_item::after {
    bottom: -15.625vw;
    border-width: 8.33333vw 8.85417vw 0 8.85417vw;
  }
}

.problem .col3.robo_item li {
  width: calc(100% / 3 - 21px);
  background: #f8f8f8;
  padding: 26px 30px;
  border-radius: 8px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .problem .col3.robo_item li {
    width: 100%;
    padding: 6.51042vw 11.71875vw;
  }
  .problem .col3.robo_item li + li {
    margin-top: 5.20833vw;
  }
}

.problem .col3.robo_item li p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .problem .col3.robo_item li p {
    font-size: 4.16667vw;
  }
}

.problem .col3.robo_item li p span {
  display: block;
  color: #0075c2;
}

.problem .col3.robo_item li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  height: 84px;
}

@media screen and (max-width: 768px) {
  .problem .col3.robo_item li:after {
    width: 20.83333vw;
    height: 19.66146vw;
    right: 7.8125vw;
  }
}

.problem .col3.robo_item li:nth-child(1)::after {
  background: url(../img/sec_problem_icon01.png) no-repeat;
  background-size: contain;
}

.problem .col3.robo_item li:nth-child(2)::after {
  background: url(../img/sec_problem_icon02.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .problem .col3.robo_item li:nth-child(2)::after {
    width: 80px;
  }
}

.problem .col3.robo_item li:nth-child(3)::after {
  background: url(../img/sec_problem_icon03.png) no-repeat;
  background-size: contain;
}

.problem .nomal {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .problem .nomal {
    letter-spacing: 0.04em;
    font-size: 4.94792vw;
  }
}

.problem .nomal::before {
  content: "";
  display: block;
  width: 115px;
  height: 88px;
  background: url(../img/text_icon.png) no-repeat top right/contain;
  position: absolute;
  top: -3.6rem;
  right: 4.8rem;
}

@media screen and (max-width: 1100px) {
  .problem .nomal::before {
    top: -8rem;
  }
}

@media screen and (max-width: 768px) {
  .problem .nomal::before {
    width: 23.69792vw;
    height: 18.09896vw;
    top: -10.67708vw;
    right: -2.34375vw;
  }
}

@media screen and (max-width: 768px) {
  .problem .lead {
    margin-bottom: 0;
  }
}

.problem .catch {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #0075c2;
  margin-bottom: 30px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .problem .catch {
    font-size: 5.46875vw;
    margin-bottom: 5.20833vw;
  }
}

/* -----------------------------------------------------
	scene
----------------------------------------------------- */
.scene {
  background: #f1f8fc;
}

.scene .inner .lead {
  color: #0075c2;
  font-weight: 500;
}

.scene .inner .img {
  text-align: center;
}

/* -----------------------------------------------------
	flow
----------------------------------------------------- */
.flow {
  background: #f8f8f8;
}

/* -----------------------------------------------------
	merit
----------------------------------------------------- */
.merit {
  background: #f1f8fc;
}

.merit .inner .lead {
  color: #0075c2;
  font-weight: 500;
  margin-bottom: 5.20833vw;
}

@media screen and (min-width: 769px) {
  .merit .inner .lead {
    margin-bottom: 10px;
  }
}

.merit .inner .img {
  text-align: center;
}

.merit .inner .small {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .merit .inner .small {
    font-size: 3.125vw;
    margin-top: 1.30208vw;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
}

/* -----------------------------------------------------
	features
----------------------------------------------------- */
.features .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .features .col3 {
    display: block;
  }
}

.features .col3 li {
  width: calc(100% / 3 - 20px);
}

@media screen and (max-width: 768px) {
  .features .col3 li {
    width: 100%;
  }
  .features .col3 li + li {
    margin-top: 5.20833vw;
  }
}

@media screen and (min-width: 769px) {
  .features .col3 li:nth-of-type(n+4) {
    margin-top: 30px;
  }
}

.features .col3 li .wrap {
  background: #fff;
  border: solid 1px #0075c2;
  border-radius: 10px;
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .features .col3 li .wrap {
    border: solid 0.26042vw #0075c2;
    border-radius: 2.60417vw;
    text-align: center;
    font-size: 5.20833vw;
    padding: 7.8125vw 0;
  }
}

.features .col3 li .wrap .icon {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .features .col3 li .wrap .icon {
    margin-bottom: 5.20833vw;
  }
}

.features .col3 li .wrap .icon img {
  width: auto;
  height: 72px;
}

@media screen and (max-width: 768px) {
  .features .col3 li .wrap .icon img {
    height: 15.625vw;
  }
}

.features .col3 li .wrap .icon_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0075c2;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .features .col3 li .wrap .icon_ttl {
    font-size: 5.46875vw;
    margin-bottom: 5.20833vw;
  }
}

.features .col3 li .wrap .text {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .features .col3 li .wrap .text {
    font-size: 3.90625vw;
  }
}

.features .small {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .features .small {
    font-size: 3.125vw;
    margin-top: 2.08333vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* -----------------------------------------------------
	service
----------------------------------------------------- */
@media screen and (min-width: 769px) {
  .service p.lead {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .service p.lead {
    font-size: 5.85938vw;
  }
}

.service p.lead b {
  color: #232323;
}

.service p.lead b.nomal {
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .service p.lead b.nomal {
    margin-top: 2.08333vw;
  }
}

.service p.small {
  font-size: 1.2rem;
  margin-top: 6px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .service p.small {
    font-size: 3.125vw;
    margin-top: 1.30208vw;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.service p.regular {
  color: #0075c2;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .service p.regular {
    font-size: 5.20833vw;
    margin-top: 7.8125vw;
  }
}

.service .table_pc {
  border: solid 1px #0075c2;
}

@media screen and (max-width: 768px) {
  .service .table_pc {
    display: none;
  }
}

.service .table_pc table {
  width: 100%;
  text-align: center;
}

.service .table_pc table th {
  background: #0075c2;
  font-size: 1.6rem;
  color: #fff;
  padding: 16px 0;
  vertical-align: middle;
  line-height: 1.26;
  letter-spacing: 0.04em;
}

.service .table_pc table th:first-child {
  width: 260px;
}

.service .table_pc table th:not(:last-child) {
  border-right: solid 1px #fff;
}

.service .table_pc table tr.robo {
  background: #cde3f2;
  height: 120px;
}

.service .table_pc table tr.robo td {
  font-weight: 700;
  border-bottom: solid 1px #fff;
}

.service .table_pc table tr.robo td.other_ttl {
  font-size: 2.0rem;
  font-weight: 700;
  color: #217fc4;
}

.service .table_pc table tr.robo td.other_ttl img {
  width: 160px;
}

.service .table_pc table tr.robo td.maru {
  background: url(../img/sec_service_icon01.png) center center no-repeat;
  background-size: 78px 78px;
}

.service .table_pc table tr.robo td.batsu {
  background: url(../img/sec_service_icon02.png) center center no-repeat;
  background-size: 65px 64px;
}

.service .table_pc table tr.robo td.sankaku {
  background: url(../img/sec_service_icon03.png) center center no-repeat;
  background-size: 79px 70px;
}

.service .table_pc table tr.other {
  background: #dbe2e7;
  height: 120px;
}

.service .table_pc table tr.other td.other_ttl {
  font-size: 2.0rem;
  font-weight: 700;
}

.service .table_pc table tr.other td.maru {
  background: url(../img/sec_service_icon01.png) center center no-repeat;
  background-size: 78px 78px;
}

.service .table_pc table tr.other td.batsu {
  background: url(../img/sec_service_icon02.png) center center no-repeat;
  background-size: 67px 67px;
}

.service .table_pc table tr.other td.sankaku {
  background: url(../img/sec_service_icon03.png) center center no-repeat;
  background-size: 64px 57px;
}

.service .table_pc table td {
  font-size: 1.35rem;
  padding: 0 6px;
  vertical-align: middle;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.service .table_pc table td:not(:last-child) {
  border-right: solid 1px #fff;
}

.service .table_pc table td:not(:first-child) {
  width: 192px;
}

.service .table_pc table td span {
  display: block;
  margin: 0 auto;
  font-weight: 400;
}

.service .table_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .service .table_sp {
    display: block;
    border: solid 0.26042vw #0075c2;
  }
  .service .table_sp table {
    width: 100%;
    text-align: center;
  }
  .service .table_sp table th {
    background: #0075c2;
    font-size: 5.20833vw;
    color: #fff;
    padding: 1.04167vw 0;
  }
  .service .table_sp table th:not(:last-child) {
    border-right: solid 1px #fff;
  }
  .service .table_sp table tr.robo {
    background: #cde3f2;
    height: 18.22917vw;
  }
  .service .table_sp table tr.robo td {
    width: 50%;
    font-weight: 700;
    border-bottom: solid 0.26042vw #fff;
  }
  .service .table_sp table tr.robo td.other_ttl {
    color: #217fc4;
  }
  .service .table_sp table tr.robo td.other_ttl img {
    width: 35.02604vw;
  }
  .service .table_sp table tr.robo td.maru {
    background: url(../img/sp/sec_service_icon01.png) center center no-repeat;
    background-size: 14.58333vw 14.58333vw;
  }
  .service .table_sp table tr.robo td.batsu {
    background: url(../img/sp/sec_service_icon02.png) center center no-repeat;
    background-size: 13.54167vw 13.67188vw;
  }
  .service .table_sp table tr.robo td.sankaku {
    background: url(../img/sp/sec_service_icon03.png) center center no-repeat;
    background-size: 16.79688vw 14.84375vw;
  }
  .service .table_sp table tr.other {
    background: #dbe2e7;
    height: 18.22917vw;
  }
  .service .table_sp table tr.other td.other_ttl {
    font-weight: 700;
  }
  .service .table_sp table tr.other td.maru {
    background: url(../img/sp/sec_service_icon01.png) center center no-repeat;
    background-size: 14.58333vw 14.58333vw;
  }
  .service .table_sp table tr.other td.batsu {
    background: url(../img/sp/sec_service_icon02.png) center center no-repeat;
    background-size: 13.54167vw 13.67188vw;
  }
  .service .table_sp table tr.other td.sankaku {
    background: url(../img/sp/sec_service_icon03.png) center center no-repeat;
    background-size: 16.79688vw 14.84375vw;
  }
  .service .table_sp table td {
    font-size: 3.64583vw;
    vertical-align: middle;
    padding: 1.30208vw 0;
  }
  .service .table_sp table td:not(:last-child) {
    border-right: solid 0.26042vw #fff;
  }
  .service .table_sp table td img {
    width: 36.32813vw;
  }
  .service .table_sp table td span {
    display: block;
    font-weight: 400;
    margin: 0 auto;
  }
}

/* -----------------------------------------------------
	price
----------------------------------------------------- */
.price {
  background: #f1f8fc;
}

.price .sec_ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .price .sec_ttl {
    margin-bottom: 15.625vw;
  }
}

.price .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin: 90px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .price .col2 {
    display: block;
    margin: 0 0 0;
    padding: 6.51042vw 3.90625vw 5.20833vw 0;
  }
}

.price .img {
  width: 31%;
  margin-top: -4.8rem;
}

@media screen and (max-width: 768px) {
  .price .img {
    position: absolute;
    top: 2.34375vw;
    left: -3.64583vw;
    z-index: 1;
    margin-top: 0;
    width: 35.9375vw;
  }
}

.price .text_area {
  width: 58%;
  margin: 0 0 0 2%;
}

@media screen and (max-width: 768px) {
  .price .text_area {
    width: 60.41667vw;
    margin: 0 0 0 auto;
  }
}

.price .text_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .price .text_area dl {
    display: block;
  }
}

.price .text_area dl + dl {
  margin-top: 25px;
}

.price .text_area dl dt {
  width: 42%;
  text-align: center;
  background: #0075c2;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  padding: 6px 10px 6px 0;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
  line-height: 1.4;
  /*
                &::after {
                    content: '';
                    display: inline-block;
                    position: absolute;
                    top: 0;
                    right: -20px;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 37px 0 37px 20px;
                    border-color: transparent transparent transparent $blue;
                }
                */
}

@media screen and (max-width: 1100px) {
  .price .text_area dl dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .price .text_area dl dt {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 56% 76%, 50% 90%, 44% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 56% 76%, 50% 90%, 44% 75%, 0% 75%);
    width: 100%;
    padding: 1.30208vw 0 6.51042vw;
    font-size: 4.94792vw;
    line-height: 1.6;
  }
}

.price .text_area dl dt span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 1100px) {
  .price .text_area dl dt span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .price .text_area dl dt span {
    font-size: 3.90625vw;
  }
}

.price .text_area dl dd {
  margin-left: 3%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 1100px) {
  .price .text_area dl dd {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .price .text_area dl dd {
    margin-left: 0;
    font-size: 4.16667vw;
    text-align: center;
    line-height: 1.4;
  }
}

/* -----------------------------------------------------
	faq
----------------------------------------------------- */
.faq {
  background: #f8f8f8;
}

.faq .item .question {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  background: #f1f8fc;
  color: #0075c2;
  padding: 24px 26px;
}

@media screen and (max-width: 768px) {
  .faq .item .question {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5.20833vw 4.16667vw;
  }
}

.faq .item .question dt {
  font-size: 4.0rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .faq .item .question dt {
    font-size: 10.41667vw;
  }
}

.faq .item .question dd {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: 500;
  width: calc(100% - 64px);
}

@media screen and (max-width: 768px) {
  .faq .item .question dd {
    font-size: 4.94792vw;
    width: calc(100% - 12.5vw);
  }
}

.faq .item .answer {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  background: #fff;
  padding: 24px 30px;
}

@media screen and (max-width: 768px) {
  .faq .item .answer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5.20833vw 4.16667vw;
  }
}

.faq .item .answer dt {
  font-size: 4.0rem;
  line-height: 1;
  font-weight: 700;
  color: #0075c2;
}

@media screen and (max-width: 768px) {
  .faq .item .answer dt {
    font-size: 10.41667vw;
  }
}

.faq .item .answer dd {
  width: calc(100% - 64px);
}

@media screen and (max-width: 768px) {
  .faq .item .answer dd {
    width: calc(100% - 12.5vw);
    font-size: 3.38542vw;
  }
}

.faq .item .answer dd .small {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .faq .item .answer dd .small {
    font-size: 2.68229vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.faq .item + .item {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .faq .item + .item {
    margin-top: 5.20833vw;
  }
}

/* -------------------------
	contact
--------------------------- */
.contact {
  background: #0075c2;
  text-align: left;
  color: #fff;
  padding: 0;
}

.contact .inner {
  width: 890px;
  padding: 70px 0 0;
  height: 350px;
  position: relative;
}

@media (min-width: 769px) and (max-width: 982px) {
  .contact .inner {
    max-width: 100%;
    margin: 0 0 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .contact .inner {
    width: auto;
    padding: 7.8125vw 5.20833vw;
    max-width: 100%;
    height: auto;
    z-index: 1;
  }
}

.contact .inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 453px;
  height: 380px;
  background: url(../img/sec_contact_img.png) no-repeat right bottom/100% auto;
}

@media screen and (max-width: 768px) {
  .contact .inner::after {
    content: none;
  }
}

.contact .contact_ttl {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .contact .contact_ttl {
    width: 81.11979vw;
    margin: 0 auto 5.20833vw;
    /*
            position: relative;
            &::after {
              content: "";
              display: inline-block;
              position: absolute;
              bottom: 0;
              right: vw(60);
                width: vw(400);
                height: vw(336);
                background: url(../img/sp/sec_contact_img.png) no-repeat right top/100% auto;
                z-index: -2;
            }
            */
  }
}

.contact .contact_ttl span {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .contact .contact_ttl span {
    font-size: 4.16667vw;
  }
}

.contact .contact_ttl b {
  font-size: 44px;
  padding: 0 5px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .contact .contact_ttl b {
    font-size: 9.375vw;
  }
}

.contact .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #f0af14;
  -webkit-box-shadow: 0 5px 0 0 #af732d;
  box-shadow: 0 5px 0 0 #af732d;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  overflow: hidden;
  width: 380px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .contact .btn {
    width: 89.58333vw;
    height: 18.22917vw;
    padding: 0;
  }
}

.contact .btn span {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  color: #0075c2;
  position: absolute;
  left: 12px;
  top: 8px;
  width: 80px;
  height: 54px;
  border-radius: 4px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact .btn span {
    left: 2.08333vw;
    top: 2.86458vw;
    width: 23.4375vw;
    height: 13.02083vw;
    border-radius: 0.78125vw;
    font-size: 4.6875vw;
  }
}

.contact .btn b {
  font-size: 2.0rem;
  line-height: 70px;
  letter-spacing: 0;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .contact .btn b {
    font-size: 5.46875vw;
    line-height: 18.22917vw;
    padding-left: 18.22917vw;
  }
}

.contact .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  color: #fff;
  opacity: 1;
}

.contact .contact_tel {
  font-size: 14px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel {
    font-size: 3.38542vw;
    margin-top: 3.125vw;
  }
}

.contact .contact_tel_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel_info {
    display: block;
    margin-top: 3.125vw;
  }
}

.contact .contact_tel_info .contact_tel_img {
  font-size: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel_info .contact_tel_img {
    pointer-events: all;
    display: block;
  }
}

.contact .contact_tel_info .contact_tel_img img {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel_info .contact_tel_img img {
    width: 62.5vw;
  }
}

.contact .contact_tel_info_txt {
  font-size: 1.5rem;
  margin-left: 9px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel_info_txt {
    font-size: 3.38542vw;
    margin-left: 0;
    margin-top: 1.95313vw;
    line-height: 1.5;
  }
}
