@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
/*--------------------------------------
basic
--------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  padding: 0;
  background: #fff;
  color: #111;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

main {
  display: block;
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

strong {
  font-weight: bold;
  font-weight: 900;
}

i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  text-align: left;
  font-size: 17px;
  line-height: 2;
}

h3,
h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

sub {
  font-size: small;
  vertical-align: bottom;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .max374 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body {
    min-width: 320px;
  }
  .pc {
    display: none !important;
  }
}
.inner {
  width: 1200px;
  margin: auto;
  position: relative;
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
  }
}
.ib {
  display: inline-block;
}

.small {
  font-size: 85%;
}

.lsn {
  letter-spacing: -0.1em;
}

/*--------------------------------------
header
--------------------------------------*/
header {
  height: 64px;
  text-align: right;
  font-size: 0;
  position: fixed;
  width: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 100;
}

header .logo {
  float: left;
  padding: 10px 0 0 30px;
  font-size: 16px;
}
header .logo img {
  width: 263px;
}

header .btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

header a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 64px;
  background: #ff7f00;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
header a + a {
  background: #FCCF00;
  color: rgba(0, 0, 0, 0.8);
}
header a img {
  display: inline-block;
  margin-right: 7px;
}

@media (max-width: 768px) {
  header {
    font-size: 0;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .logo {
    padding: 5px 0 0 10px;
  }
  header .logo img {
    width: 263px;
    max-width: 40vw;
  }
  header .btns {
    max-width: calc(100% - 40vw - 20px);
    width: 230px;
  }
  header a {
    width: 50%;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
    padding: 0 8px;
  }
  header a img {
    display: none;
  }
}
/*--------------------------------------
mv
--------------------------------------*/
#mv {
  padding-top: 94px;
  overflow: hidden;
}
#mv .inner {
  width: auto;
}
#mv .mv-il-left {
  position: absolute;
  left: 0;
  top: 34px;
  width: 25vw;
  max-width: 320px;
  height: auto;
}
#mv .mv-il-right {
  position: absolute;
  right: 0;
  top: 20px;
  width: 22vw;
  max-width: 360px;
  height: auto;
}
#mv .mv_inner {
  background: #b0dfee;
  padding: 0 30px 0 30px;
  position: relative;
}
#mv .mv-notice {
  text-align: center;
}
#mv .kv-comp01 {
  text-align: center;
  margin-top: 42px;
}
#mv .kv-comp01 p,
#mv .kv-comp01 h1 {
  text-align: center;
}
#mv .kv-comp01 h1 {
  margin-top: 24px;
}
#mv .kv-comp02 {
  margin-top: 48px;
  font-weight: bold;
  padding-bottom: 20px;
}
#mv .kv-comp02 h2 {
  font-size: 26px;
  text-align: center;
}
#mv .kv-comp02 h2 span {
  font-size: 36px;
}
#mv .kv-comp02 figure {
  text-align: center;
  margin-top: 22px;
}
#mv .kv-comp02 div {
  text-align: center;
  margin: 32px 0;
}
#mv .mv-service {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#mv .mv-service img {
  vertical-align: bottom;
  width: 33vw;
  max-width: 373px;
}
#mv .catchphrase {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  color: #399ad2;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.5;
}
#mv .catchphrase .en {
  padding: 0 10px 0 20px;
  width: 100%;
  border-top: 1px solid #399ad2;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 12px;
  display: block;
  padding-top: 5px;
  margin-top: 5px;
  letter-spacing: 0.5em;
}
@media (max-width: 768px) {
  #mv {
    padding-top: 40px;
  }
  #mv .kv-comp01 {
    margin-top: 20px;
  }
  #mv .kv-comp01 h1 {
    margin-top: 4px;
  }
  #mv .kv-comp01 p {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #mv .kv-comp02 {
    margin-top: 140px;
    padding-bottom: 0;
  }
  #mv .kv-comp02 h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
  }
  #mv .kv-comp02 h2 span {
    font-size: 26px;
  }
  #mv .kv-comp02 figure {
    text-align: center;
    margin-top: 8px;
  }
  #mv .kv-comp02 div {
    text-align: center;
    margin: 0 0 20px;
  }
  #mv .mv-service {
    position: static;
  }
  #mv .mv-service img {
    width: 100%;
    max-width: none;
  }
  #mv .catchphrase {
    position: static;
    display: block;
    width: fit-content;
    text-align: center;
    color: #399ad2;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 32px auto 20px;
  }
  #mv .mv-il-sp {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  }
  #mv .mv-arrow {
    text-align: center;
    padding-bottom: 32px;
  }
  #mv .mv-arrow img {
    width: 72px;
    height: auto;
  }
}

/*--------------------------------------
section.regular
--------------------------------------*/
section.regular {
  padding: 90px 0;
}
section.regular .hgroup {
  text-align: center;
}
section.regular .hgroup p.en {
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  color: #808080;
  letter-spacing: 0.5em;
  margin-top: -30px;
  line-height: 1;
  margin-bottom: 25px;
}
section.regular .hgroup h3 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0278ab;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 0;
}
section.regular .hgroup h2 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #0278ab;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  section.regular {
    padding: 40px 0;
  }
  section.regular .hgroup p.en {
    font-size: 13px;
    color: #808080;
    margin-top: -30px;
    margin-bottom: 25px;
  }
  section.regular .hgroup h3 {
    font-size: 17px;
    letter-spacing: 0.05em;
    margin: 0;
  }
  section.regular .hgroup h2 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------
#problem, #solution
--------------------------------------*/
#problem .inner,
#solution .inner {
  width: 100%;
  min-width: 1024px;
  max-width: 1200px;
}
#problem .blocks,
#solution .blocks {
  margin-top: 70px;
}
#problem .blocks > li,
#solution .blocks > li {
  position: relative;
}
#problem .blocks > li h3,
#solution .blocks > li h3 {
  line-height: 1.2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  border-radius: 50px;
  position: relative;
}
#problem .blocks > li figure,
#solution .blocks > li figure {
  text-align: center;
  height: 140px;
  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;
}
#problem .blocks > li h4,
#solution .blocks > li h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
#problem .blocks > li:last-child h4,
#solution .blocks > li:last-child h4 {
  line-height: 1.1;
}
#problem .blocks > li ul,
#solution .blocks > li ul {
  margin-top: 30px;
}
#problem .blocks > li ul li,
#solution .blocks > li ul li {
  font-size: 17px;
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
}
#problem .blocks > li ul li::before,
#solution .blocks > li ul li::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #05267a;
  position: absolute;
  top: 9px;
  left: 5px;
  border-radius: 5px;
}
#problem .blocks > li ul li + li,
#solution .blocks > li ul li + li {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #problem .inner,
  #solution .inner {
    width: 100%;
    min-width: 300px;
    max-width: 100%;
  }
  #problem .blocks,
  #solution .blocks {
    display: block;
    margin-top: 30px;
    padding: 0 15px;
  }
  #problem .blocks > li,
  #solution .blocks > li {
    max-width: 100vw;
    width: 100%;
    margin-bottom: 30px;
  }
  #problem .blocks > li h3,
  #solution .blocks > li h3 {
    width: 100%;
    height: 70px;
    color: 22px;
    line-height: 1.2;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    border-radius: 50px;
    position: relative;
  }
  #problem .blocks > li figure,
  #solution .blocks > li figure {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  #problem .blocks > li h4,
  #solution .blocks > li h4 {
    margin-top: 20px;
    display: block;
    height: auto;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.05em;
  }
  #problem .blocks > li:last-child h4,
  #solution .blocks > li:last-child h4 {
    line-height: 1.4;
  }
  #problem .blocks > li ul,
  #solution .blocks > li ul {
    margin-top: 10px;
  }
}

/*--------------------------------------
problem
--------------------------------------*/
#problem {
  padding: 60px 0;
}
#problem .windows_info {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  background-color: #fccf00;
  color: #0278ab;
}
#problem .link_voice {
  background: #fffae5;
  padding: 40px 0;
}
#problem .link_voice a {
  margin: 0 auto;
  display: block;
  width: fit-content;
  color: #fff;
  padding: 26px 50px;
  background-color: #0278ab;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#problem .link_voice a span:before {
  content: "▼";
  width: 0.9em;
  height: 0.9em;
  padding-right: 10px;
  color: #fccf00;
}
#problem .link_voice a span:after {
  content: "▼";
  width: 0.9em;
  height: 0.9em;
  padding-left: 10px;
  color: #fccf00;
}
#problem small {
  display: block;
  margin-top: 30px;
  line-height: 1.5;
  text-align: left;
}
#problem .blocks > li::before {
  content: "?";
  display: block;
  top: 40px;
  position: absolute;
  font-size: 437px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #808080;
  text-align: center;
  width: 100%;
  opacity: 0.15;
  z-index: -1;
}
#problem .blocks > li::after {
  display: block;
  content: "";
  width: 100%;
  height: 135px;
  background: url(../img/problem_arrow.png) center bottom no-repeat;
  position: absolute;
  bottom: -152px;
  left: 0px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  #problem {
    padding: 40px 15px;
  }
  #problem .windows_info {
    padding: 0.4em 0;
    font-size: 24px;
    margin-bottom: 0;
  }
  #problem .windows_info a {
    display: block;
    line-height: 1.4;
    padding: 16px 0;
  }
  #problem .windows_info a span {
    font-size: 64%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto 0;
    width: fit-content;
    padding: 4px 12px 4px 18px;
  }
  #problem .windows_info a span:after {
    padding-left: 8px;
  }
  #problem .link_voice {
    padding: 25px 0;
  }
  #problem .link_voice a {
    max-width: 90%;
    font-size: 17px;
    padding: 20px;
  }
  #problem .blocks > li::before {
    content: "?";
    display: block;
    top: 40px;
    position: absolute;
    font-size: 330px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    color: #808080;
    text-align: center;
    width: 100%;
    opacity: 0.15;
    z-index: -1;
  }
  #problem .blocks > li::after {
    display: block;
    content: "";
    width: 100%;
    height: 135px;
    background: url(../img/problem_arrow.png) center bottom no-repeat;
    position: absolute;
    bottom: -152px;
  }
  #problem .blocks > li:not(:last-child)::after {
    display: none;
  }
}

/*--------------------------------------
solution
--------------------------------------*/
#solution {
  background: #F0F0F0;
}
#solution .hgroup h3 {
  color: #111;
}
#solution .hgroup h2 {
  color: #111;
}
#solution .hgroup h2 strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #0278ab;
}
#solution .blocks > li {
  position: relative;
  z-index: 2;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 120px 1fr 2fr;
  grid-template-rows: 1fr;
}
#solution .blocks > li figure {
  width: 100px;
  height: 100px;
}
#solution .blocks > li h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #263f7f;
  font-weight: 700;
}
#solution .blocks > li p {
  font-weight: bold;
}
#solution .blocks > li:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #263f7f;
}
@media (max-width: 768px) {
  #solution {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #solution .hgroup h2 strong {
    letter-spacing: 0;
  }
  #solution .blocks {
    display: block;
  }
  #solution .blocks > li {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
  }
  #solution .blocks > li figure {
    height: auto;
    margin-bottom: 15px;
    width: 70px;
    margin: 0 auto;
  }
  #solution .blocks > li p {
    margin-top: 15px;
    font-weight: normal;
  }
  #solution .blocks > li:not(:nth-last-of-type(1)) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #263f7f;
  }
}

/*--------------------------------------
update
--------------------------------------*/
#update {
  padding: 90px 0 0;
  position: relative;
}
#update .hgroup h2 {
  color: #111;
}
#update .hgroup .txt {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}
#update .update_cycleWrap {
  width: 100%;
  height: 1400px;
  position: absolute;
  top: 480px;
  z-index: -1;
}
#update figure.main {
  padding: 140px 0 70px;
}
#update figure.main img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #update {
    padding: 40px 0 0;
  }
  #update .hgroup {
    padding: 0 15px;
  }
  #update .hgroup .txt {
    text-align: left;
  }
  #update .update_cycleWrap {
    width: 100%;
    height: 1000px;
    position: absolute;
    top: 550px;
    left: 0;
    z-index: -1;
  }
  #update figure.main {
    padding: 71px 0 0;
  }
}

/*--------------------------------------
function
--------------------------------------*/
#function {
  text-align: center;
}
#function .hgroup p.en {
  margin-top: -32px;
}
#function figure.main {
  margin-top: 50px;
  text-align: center;
}
#function p.more {
  display: inline-block;
  margin-top: 110px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1;
}
#function p.more::before, #function p.more::after {
  z-index: -1;
  position: absolute;
  top: -4px;
  left: calc(50% - 40px);
  display: block;
  content: "";
  width: 80px;
  height: 30px;
  background: #808080;
}
#function p.more::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  #function figure.main {
    margin: 30px 15px 0;
  }
  #function p.more {
    margin-top: 60px;
  }
}

/*--------------------------------------
point
--------------------------------------*/
#point {
  padding-top: 50px;
  padding-bottom: 0;
}
#point .hgroup {
  margin-bottom: 60px;
}
#point .hgroup p.en {
  margin-top: -20px;
}
#point .hgroup h2 {
  color: #111;
}
#point .hgroup h2 span {
  display: inline-block;
  font-size: 70%;
  margin: auto 5px;
}
#point .block {
  background: #fdfdfd;
  margin: auto;
}
#point .block .inner {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1024px;
  max-width: 1200px;
  margin: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#point .block .inner .num {
  display: block;
  text-align: left;
  position: relative;
  padding-left: 55px;
  font-family: "Roboto";
  font-weight: 900;
  color: #808080;
  font-size: 145px;
}
#point .block .inner .num .point {
  font-size: 24px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: calc(50% - 0.7em);
  left: -1em;
  letter-spacing: 0.3em;
  line-height: 1;
}
#point .block .inner .icon {
  margin: auto 60px;
  width: 100px;
  height: 100px;
  background: #FCCF00;
  border-radius: 50%;
  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;
}
#point .block .inner .text {
  width: 580px;
}
#point .block .inner .text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  margin: auto;
}
#point .block .inner .text p {
  margin-top: 15px;
}
#point .block:nth-of-type(3) {
  background: #F0F0F0;
}
#point .block:nth-of-type(4) {
  background: #bfbfbf;
}
@media (max-width: 768px) {
  #point {
    padding-top: 40px;
  }
  #point .hgroup {
    margin-bottom: 30px;
  }
  #point .hgroup h2 {
    letter-spacing: 0em;
  }
  #point .block .inner {
    display: block;
    min-width: 320px;
    max-width: 100%;
    margin: auto;
    padding: 15px 15px;
    text-align: center;
  }
  #point .block .inner .num {
    line-height: 1;
    display: block;
    text-align: center;
    position: relative;
    padding-left: 15px;
    color: #808080;
    font-size: 100px;
  }
  #point .block .inner .num .point {
    font-size: 16px;
    top: calc(50% - 0.7em);
    left: calc(50% - 6em);
    letter-spacing: 0.3em;
    line-height: 1;
  }
  #point .block .inner .icon {
    margin: auto;
    width: 70px;
    height: 70px;
  }
  #point .block .inner .icon img {
    width: 35px;
  }
  #point .block .inner .text {
    margin-top: 10px;
    width: auto;
  }
  #point .block .inner .text h3 {
    font-size: 24px;
    text-align: center;
    margin: auto;
  }
  #point .block .inner .text p {
    margin-top: 15px;
  }
}

/*--------------------------------------
inquiry
--------------------------------------*/
.inquiry {
  margin: 100px auto 100px;
  text-align: center;
}

.inquiry .inner {
  padding: 50px 0 50px;
  border: 10px solid #e7e7e7;
  background: #fff;
  width: 1024px;
}
.inquiry .inner h2 {
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
}

.inquiry .btns {
  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;
  gap: 0px;
}

.inquiry a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  height: 100px;
  background: #FCCF00 130px center no-repeat;
  font-size: 24px;
  font-weight: bold;
  line-height: 0;
  background-color: #ff7f00;
  color: #fff;
}
.inquiry a img {
  margin-right: 20px;
  position: relative;
  bottom: -0.05em;
}
.inquiry a.contact {
  background: #FCCF00;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .inquiry {
    margin: 50px 5vw 20px;
    text-align: center;
    width: auto;
  }
  .inquiry .inner {
    width: 100%;
    padding: 30px 5vw;
    border: 10px solid #e7e7e7;
  }
  .inquiry .inner h2 {
    margin-bottom: 30px;
    font-size: 17px;
    text-align: left;
  }
  .inquiry .btns {
    display: block;
  }
  .inquiry a {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 374px) {
  .inquiry a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .inquiry a + a {
    margin-top: 10px;
  }
  .inquiry a img {
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
  }
}
/*--------------------------------------
ready
--------------------------------------*/
#ready {
  margin: auto;
  padding: 100px 0 150px;
  background: #FCCF00;
}
#ready h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #808080;
  line-height: 1;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#ready > h2 {
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 40px 0 90px;
}
#ready > h2 strong {
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
#ready > h2 strong span.kakko {
  position: absolute;
  top: 0;
  left: 0;
}
#ready > h2 strong span.kakko::before, #ready > h2 strong span.kakko::after {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 23px;
  height: 1px;
  background: #000;
  display: block;
  content: "";
}
#ready > h2 strong span.kakko::after {
  width: 1px;
  height: 32px;
}
#ready > h2 strong span.kakko2 {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -5px;
  right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: rigth bottom;
  transform-origin: rigth bottom;
}
#ready > h2 .small {
  font-size: 85%;
}
@media (max-width: 768px) {
  #ready {
    padding: 50px 15px 70px;
  }
  #ready h3 {
    font-size: 18px;
    background: #808080;
    line-height: 1;
    padding: 5px 30px;
    border-radius: 40px;
    letter-spacing: 0em;
    line-height: 1.3;
  }
  #ready > h2 {
    font-size: 28px;
    letter-spacing: 0em;
    margin: 20px 0 30px;
    line-height: 1.5;
  }
  #ready > h2 strong {
    position: relative;
    display: inline-block;
    margin-right: 0;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #ready > h2 strong span.kakko::before, #ready > h2 strong span.kakko::after {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 18px;
    height: 1px;
    background: #000;
    display: block;
    content: "";
  }
  #ready > h2 strong span.kakko::after {
    width: 1px;
    height: 32px;
  }
  #ready > h2 strong span.kakko2 {
    position: absolute;
    top: auto;
    left: auto;
    bottom: -5px;
    right: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: rigth bottom;
    transform-origin: rigth bottom;
  }
}

/*--------------------------------------
change
--------------------------------------*/
#change {
  width: 2000px;
  margin: auto calc(50% - 1000px);
  overflow: hidden;
}
#change .upper {
  max-width: 2000px;
  margin: auto;
  position: relative;
  z-index: 5;
  padding-top: 150px;
  background: #d4d9e5;
}
#change .upper .block {
  margin: auto;
  width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#change .upper .block figure {
  width: calc(100% - 540px);
}
#change .upper .block .text {
  width: 540px;
}
#change .upper .block .text h2 {
  color: #263f7f;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
#change .upper .block:first-of-type figure img {
  position: relative;
  left: -40px;
}
#change .upper .block + .block {
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#change .upper .block + .block figure {
  text-align: right;
}
#change .lower {
  width: 2500px;
  margin: auto -250px;
  position: relative;
  z-index: 6;
  background: #7fcbe4;
  text-align: center;
  padding: 280px 0 190px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  overflow: hidden;
}
#change .lower::before {
  background: #d4d9e5;
  position: absolute;
  display: block;
  content: "";
  width: 2500px;
  height: 660px;
  top: -530px;
  left: calc(50% - 1250px);
  border-radius: 50%;
}
#change .lower::after {
  position: absolute;
  display: block;
  content: "";
  top: 115px;
  left: calc(50% - 51px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 51px 0 51px;
  border-color: #d4d9e5 transparent transparent transparent;
}
#change .lower .fig1 {
  position: absolute;
  top: 70px;
  left: calc(50% - 710px);
}
#change .lower .fig2 {
  position: absolute;
  top: 120px;
  left: calc(50% + 230px);
}
#change .lower h2 {
  width: 1024px;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.13em;
}
#change .lower h2 .line {
  display: block;
}
#change .lower h2 .line_2 {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
}
#change .lower h2 .line_2 strong {
  font-size: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-left: 30px;
}
#change .lower h2 .line_2 strong .en {
  font-weight: 700;
  color: #0278ab;
}
#change .lower h2 .line_2 strong span.kakko {
  position: absolute;
  top: 0;
  left: 0;
}
#change .lower h2 .line_2 strong span.kakko::before, #change .lower h2 .line_2 strong span.kakko::after {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 23px;
  height: 1px;
  background: #000;
  display: block;
  content: "";
}
#change .lower h2 .line_2 strong span.kakko::after {
  width: 1px;
  height: 32px;
}
#change .lower h2 .line_2 strong span.kakko2 {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -5px;
  right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
#change .lower h2 .line_3 {
  margin-top: 30px;
  font-size: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  #change {
    width: 200vw;
    margin: auto -50vw;
  }
  #change .upper {
    max-width: 200vw;
    padding-top: 50px;
  }
  #change .upper .block {
    margin: auto;
    width: 90vw;
    display: block;
  }
  #change .upper .block figure {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #change .upper .block .text {
    width: auto;
  }
  #change .upper .block .text h2 {
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
  #change .upper .block:first-of-type figure img {
    left: 0px;
  }
  #change .upper .block:last-of-type figure img {
    max-width: 75%;
  }
  #change .upper .block + .block {
    margin-top: 50px;
  }
  #change .upper .block + .block figure {
    text-align: center;
  }
  #change .lower {
    width: 300vw;
    margin: auto -50vw;
    padding: 190px 0 70vw;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    overflow: hidden;
  }
  #change .lower::before {
    background: #d4d9e5;
    position: absolute;
    display: block;
    content: "";
    width: 200vw;
    height: 50vw;
    top: -35vw;
    left: 50vw;
    border-radius: 50%;
  }
  #change .lower::after {
    position: absolute;
    display: block;
    content: "";
    top: 10vw;
    left: calc(50% - 51px);
  }
  #change .lower .fig1 {
    top: auto;
    bottom: -20vw;
    left: 80vw;
    width: 70vw;
  }
  #change .lower .fig2 {
    top: auto;
    bottom: 0vw;
    left: 145vw;
    width: 70vw;
  }
  #change .lower h2 {
    width: 90vw;
    margin: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.05em;
  }
  #change .lower h2 .line {
    display: block;
    line-height: 1.5;
  }
  #change .lower h2 .line_2 {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 24px;
    text-align: left;
  }
  #change .lower h2 .line_2 strong {
    font-size: 32px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    margin-left: 30px;
  }
  #change .lower h2 .line_2 strong span.kakko {
    position: absolute;
    top: 5px;
    left: 0;
  }
  #change .lower h2 .line_2 strong span.kakko::before, #change .lower h2 .line_2 strong span.kakko::after {
    position: absolute;
    top: -10px;
    left: -20px;
    width: 23px;
    height: 1px;
    background: #000;
    display: block;
    content: "";
  }
  #change .lower h2 .line_2 strong span.kakko::after {
    width: 1px;
    height: 32px;
  }
  #change .lower h2 .line_2 strong span.kakko2 {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 5px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  #change .lower h2 .line_3 {
    margin-top: 10px;
    font-size: 30px;
  }
}

/*--------------------------------------
sub
--------------------------------------*/
.sub {
  padding: 90px 0;
}
.sub > h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
  text-align: center;
}
.sub .inner {
  width: 1024px;
}

/*--------------------------------------
fee
--------------------------------------*/
#fee {
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  #fee h2 {
    margin-bottom: 40px;
  }
  #fee .inner {
    width: 100%;
  }
}

/*--------------------------------------
voice
--------------------------------------*/
#voice {
  background: #fffae5;
  padding-bottom: 120px;
}
#voice .block {
  border: 8px solid #FCCF00;
  border-radius: 15px;
  background: #fff;
  position: relative;
  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;
  padding: 60px 50px;
}
#voice .block .industry {
  position: absolute;
  left: -8px;
  top: 12px;
  line-height: 1;
  background: #808080;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 4px 20px;
}
#voice .block .left {
  width: 340px;
  padding-right: 40px;
  border-right: 1px solid #999;
}
#voice .block .left h3 {
  text-align: left;
  letter-spacing: 0.05em;
  margin: 0;
}
#voice .block .left .num {
  margin: 15px auto auto;
  font-size: 15px;
  line-height: 1.5;
}
#voice .block .left .num span.katakana {
  font-size: 14px;
  letter-spacing: -0.09em;
}
#voice .block .right {
  margin-top: -5px;
  width: calc(100% - 340px);
  padding-left: 40px;
}
#voice .block + .block {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #voice {
    padding-bottom: 120px;
  }
  #voice .inner {
    width: 100%;
    padding: 0 15px;
  }
  #voice .block {
    display: block;
    padding: 60px 30px 30px;
  }
  #voice .block .left {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  #voice .block .left h3 {
    text-align: left;
  }
  #voice .block .left .num {
    margin: 10px auto auto;
    font-size: 15px;
    line-height: 1.5;
  }
  #voice .block .left .num span.katakana {
    font-size: 14px;
    letter-spacing: -0.09em;
  }
  #voice .block .right {
    margin-top: -5px;
    width: auto;
    padding-left: 0;
  }
  #voice .block + .block {
    margin-top: 50px;
  }
}

/*--------------------------------------
faq
--------------------------------------*/
#faq .block {
  border-top: 1px solid #000;
  padding: 50px 50px;
}
#faq .block:last-of-type {
  border-bottom: 1px solid #000;
}
#faq .block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#faq .block div p:first-of-type {
  width: 50px;
  text-align: center;
  margin-right: 70px;
}
#faq .block div *:last-child {
  width: calc(100% - 120px);
}
#faq .block .question .q {
  font-size: 55px;
  font-family: "Roboto";
  line-height: 1;
  color: #FCCF00;
}
#faq .block .question h3 {
  color: #808080;
  padding-top: 13px;
  text-align: left;
}
#faq .block .answer {
  margin-top: 20px;
}
#faq .block .answer .a {
  text-align: center;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: bold;
  line-height: 1;
}
#faq .block .answer p:last-of-type {
  margin-top: -8px;
}
@media (max-width: 768px) {
  #faq .inner {
    width: 100%;
    padding: 0 15px;
  }
  #faq .block {
    border-top: 1px solid #000;
    padding: 30px 0px;
  }
  #faq .block div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #faq .block div p:first-of-type {
    width: 30px;
    text-align: center;
    margin-right: 10px;
  }
  #faq .block div *:last-child {
    width: calc(100% - 30px);
  }
  #faq .block .question .q {
    font-size: 40px;
    font-family: "Roboto";
    line-height: 1;
    color: #FCCF00;
  }
  #faq .block .question h3 {
    padding-top: 0px;
  }
  #faq .block .answer {
    margin-top: 10px;
  }
  #faq .block .answer .a {
    text-align: center;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 1;
  }
  #faq .block .answer p:last-of-type {
    margin-top: -8px;
  }
}

/*--------------------------------------
last
--------------------------------------*/
#last {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  #last {
    margin: auto 15px;
  }
}

/*--------------------------------------

--------------------------------------*/
/*--------------------------------------

--------------------------------------*/
/*--------------------------------------

--------------------------------------*/
/*--------------------------------------

--------------------------------------*/
/*--------------------------------------

--------------------------------------*/
/*--------------------------------------

--------------------------------------*/
/*--------------------------------------

--------------------------------------*/
/*--------------------------------------
topagetop
--------------------------------------*/
#topagetop {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  font-size: 0;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#topagetop:hover {
  background: rgba(0, 0, 0, 0.12);
}
#topagetop::before, #topagetop::after {
  width: 30%;
  height: 2px;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 20%;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}
#topagetop::after {
  left: auto;
  right: 20%;
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
}

@media (max-width: 768px) {
  #topagetop {
    right: 15px;
    bottom: 15px;
  }
}
/*--------------------------------------
footer
--------------------------------------*/
footer {
  margin: 0px 30px 0 30px;
  padding: 40px 0;
  border-top: 3px solid #808080;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  footer {
    margin-top: 80px;
  }
}/*# sourceMappingURL=index.css.map */