@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=Kosugi&display=swap&text=\\");
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html.no-cssanimations audio, html.no-cssanimations canvas, html.no-cssanimations video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:hover, a:active {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  vertical-align: middle;
}

button, input {
  line-height: normal;
}

html.no-postmessage button, html.no-postmessage input {
  overflow: visible;
}

textarea,
input[type=text],
input[type=password],
input[type=tel] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
}

select {
  border-radius: 0;
  background-color: #fff;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::-webkit-input-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

*::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

:placeholder-shown {
  color: #a4a4a4;
  opacity: 1;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote, form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}

ul {
  list-style: none;
  list-style-image: none;
}

em {
  font-style: normal;
}

small {
  font-size: 100%;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

fieldset {
  border: none;
}

input, textarea, select, label {
  font-family: inherit;
  outline: none;
}

object {
  vertical-align: middle;
  outline: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

hr {
  display: none;
}

html.no-postmessage body, html.no-postmessage br {
  letter-spacing: 0;
}

html.no-postmessage div {
  zoom: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #1A1A1A;
  font-family: "Kosugi", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

input, textarea, select, button {
  color: #1A1A1A;
  font-family: "Kosugi", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

a {
  color: #222;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.7;
  }
}

button {
  transition: opacity 0.2s;
}
@media screen and (min-width: 1024px) {
  button:hover {
    opacity: 0.7;
  }
}

img.pc, br.pc {
  display: inline-block;
}

div.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  body {
    font-weight: normal;
  }
  input, textarea, select {
    font-weight: normal;
  }
  .pc {
    display: none !important;
  }
  img.sp, br.sp {
    display: inline-block;
  }
  div.sp, p.sp {
    display: block;
  }
  img {
    width: 100%;
  }
}
body,
#wrapper {
  min-width: 1366px;
}

#wrapper {
  padding-top: 88px;
}

@media screen and (max-width: 1023px) {
  #wrapper {
    padding-top: 20.2666666667vw;
  }
}
@media screen and (max-width: 1023px) {
  body,
  #wrapper {
    min-width: inherit;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  height: 88px;
  padding: 0 40px;
}
.header_logo {
  padding: 18px 0;
}
.header_nav {
  padding: 16px 0;
}
.header_nav_inner {
  display: flex;
  align-items: center;
}
.header_nav_main {
  display: flex;
  margin-right: 60px;
}
.header_nav_main li + li {
  margin-left: 40px;
}
.header_nav_main a {
  font-size: 1.6rem;
  font-weight: bold;
}
.header_nav_sub {
  display: flex;
}
.header_nav_sub li + li {
  margin-left: 6px;
}
.header_nav_sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 56px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.header_nav_sub li:nth-child(1) a {
  width: 208px;
  background-color: #2F73D9;
}
.header_nav_sub li:nth-child(2) a {
  width: 240px;
  background-color: #3EB181;
}
.header_navToggle {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    height: 20.2666666667vw;
    padding: 0;
  }
  .header_logo {
    padding: 5.8666666667vw 4.2666666667vw;
  }
  .header_logo img {
    width: 34.1333333333vw;
  }
  .header_nav {
    display: none;
    position: absolute;
    top: 20.2666666667vw;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 2;
    height: calc(100vh - 20.2666666667vw);
    overflow-y: auto;
  }
  .header_nav_inner {
    display: block;
  }
  .header_nav_main {
    display: block;
    margin-right: 0;
  }
  .header_nav_main li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header_nav_main li + li {
    margin-left: 0;
  }
  .header_nav_main a {
    display: block;
    font-size: 4.8vw;
    font-weight: bold;
    padding: 6.4vw 10.6666666667vw 5.8666666667vw;
  }
  .header_nav_sub {
    display: block;
    padding: 10.6666666667vw 8.5333333333vw;
  }
  .header_nav_sub li + li {
    margin-left: 0;
    margin-top: 4.2666666667vw;
  }
  .header_nav_sub a {
    height: 19.7333333333vw;
    border-radius: 19.7333333333vw;
    font-size: 4.8vw;
  }
  .header_nav_sub li:nth-child(1) a {
    width: 100%;
  }
  .header_nav_sub li:nth-child(2) a {
    width: 100%;
  }
  .header_navToggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 6.6666666667vw;
    padding: 8.2666666667vw 6.4vw;
  }
  .header_navToggle img {
    width: 6.6666666667vw;
  }
  .header_navToggle span {
    position: absolute;
    top: 7.4666666667vw;
    right: 6.4vw;
    transition: 0.2s;
  }
  .header_navToggle span:nth-child(1) {
    opacity: 1;
  }
  .header_navToggle span:nth-child(2) {
    opacity: 0;
  }
  .header_navToggle.open span:nth-child(1) {
    opacity: 0;
  }
  .header_navToggle.open span:nth-child(2) {
    opacity: 1;
  }
}
.mainvisual {
  height: 522px;
  background: #458BF5 url(../images/mainvisual_bg.png) center top no-repeat;
  background-size: 1920px auto;
}
.mainvisual_inner {
  width: 1366px;
  margin: 0 auto;
  padding: 82px 83px 0;
  position: relative;
  color: #fff;
}
.mainvisual_txt01 {
  margin-bottom: 45px;
}
.mainvisual_txt02 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 35px;
}
.mainvisual_txt02 span {
  margin-right: -6px;
}
.mainvisual_txt03 {
  font-size: 1.6rem;
  line-height: 2;
}
.mainvisual_txt03 span {
  font-size: 1.4rem;
}
.mainvisual_img01 {
  position: absolute;
  top: 60px;
  right: 24px;
}

@media screen and (max-width: 1023px) {
  .mainvisual {
    height: auto;
    background: #458BF5 url(../images/mainvisual_bg_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .mainvisual_inner {
    width: 100%;
    padding: 12.8vw 6.4vw 0;
    height: 202.1333333333vw;
  }
  .mainvisual_txt01 {
    margin-bottom: 7.2vw;
  }
  .mainvisual_txt01 img {
    width: 72.5333333333vw;
  }
  .mainvisual_txt02 {
    font-size: 8.5333333333vw;
    margin-bottom: 5.0666666667vw;
  }
  .mainvisual_txt02 span {
    margin-right: 0vw;
  }
  .mainvisual_txt03 {
    font-size: 3.7333333333vw;
  }
  .mainvisual_txt03 span {
    font-size: 3.2vw;
  }
  .mainvisual_img01 {
    position: absolute;
    left: 0;
    top: inherit;
    right: 0;
    bottom: 0;
  }
  .mainvisual_img01 img {
    width: 100%;
  }
}
.contactArea01 {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.contactArea01 p + p {
  margin-left: 24px;
}
.contactArea01 a {
  display: block;
  width: 340px;
  height: 81px;
  border-radius: 81px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.contactArea01 a span {
  display: block;
}
.contactArea01 a span:nth-child(1) {
  font-size: 1.3rem;
  padding: 20px 0 8px;
}
.contactArea01 a span:nth-child(2) {
  font-size: 2rem;
}
.contactArea01_btn01 {
  background-color: #2F73D9;
}
.contactArea01_btn02 {
  background-color: #3EB181;
}

@media screen and (max-width: 1023px) {
  .contactArea01 {
    display: block;
    justify-content: center;
    padding: 10.6666666667vw 8.5333333333vw;
  }
  .contactArea01 p + p {
    margin-left: 0;
    margin-top: 4.2666666667vw;
  }
  .contactArea01 a {
    width: 100%;
    height: 20vw;
    border-radius: 20vw;
  }
  .contactArea01 a span:nth-child(1) {
    font-size: 3.2vw;
    padding: 4.8vw 0 1.8666666667vw;
  }
  .contactArea01 a span:nth-child(2) {
    font-size: 4.8vw;
  }
  .contactArea01_btn01 {
    background-color: #2F73D9;
  }
  .contactArea01_btn02 {
    background-color: #3EB181;
  }
}
.commonIssues {
  background-color: #ecf3fe;
  padding: 62px 0 80px;
}
.commonIssues_ttl {
  color: #2F73D9;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 44px;
}
.commonIssues_ttl span {
  display: inline-block;
  position: relative;
}
.commonIssues_ttl span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background-color: #2F73D9;
}
.commonIssues_lead {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 37px;
}
.commonIssues_sec {
  width: 1200px;
  margin: 0 auto 44px;
  display: flex;
  justify-content: space-between;
}
.commonIssues_box {
  width: 384px;
}
.commonIssues_box > div {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
.commonIssues_box > div:nth-child(1) {
  height: 115px;
  margin-bottom: 38px;
  padding: 26px 0 0;
}
.commonIssues_box > div:nth-child(1)::after {
  content: "";
  display: block;
  background: url(../images/common-issues_ico01.svg) 0 0 no-repeat;
  width: 41px;
  height: 38px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -22px;
}
.commonIssues_box > div:nth-child(2) {
  height: 241px;
  padding: 38px 40px 0;
}
.commonIssues_box > div:nth-child(2) img {
  position: absolute;
  top: 0;
  right: 0;
}
.commonIssues_box_txt01 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.commonIssues_box_txt02 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2F73D9;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 12px;
  min-height: 68px;
}
.commonIssues_box_txt03 {
  font-size: 1.6rem;
  line-height: 1.8125;
}
.commonIssues_txt {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #2F73D9;
}

@media screen and (max-width: 1023px) {
  .commonIssues {
    padding: 22.4vw 0 21.0666666667vw;
  }
  .commonIssues_ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 11.7333333333vw;
  }
  .commonIssues_ttl span::before {
    bottom: -0.5333333333vw;
    height: 0.5333333333vw;
  }
  .commonIssues_lead {
    font-size: 6.4vw;
    margin-bottom: 10.4vw;
    line-height: 1.4;
  }
  .commonIssues_sec {
    width: 87.2vw;
    margin: 0 auto 11.2vw;
    display: block;
  }
  .commonIssues_box {
    width: auto;
  }
  .commonIssues_box + .commonIssues_box {
    margin-top: 10.6666666667vw;
  }
  .commonIssues_box > div {
    border-radius: 3.2vw;
  }
  .commonIssues_box > div:nth-child(1) {
    height: 25.0666666667vw;
    margin-bottom: 8vw;
    padding: 6.9333333333vw 0 0;
  }
  .commonIssues_box > div:nth-child(1)::after {
    background: url(../images/common-issues_ico01.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 11.0026666667vw;
    height: 10.08vw;
    left: 50%;
    bottom: -8vw;
    transform: translateX(-50%);
  }
  .commonIssues_box > div:nth-child(2) {
    height: auto;
    padding: 11.2vw 6.4vw 9.6vw;
    overflow: hidden;
  }
  .commonIssues_box > div:nth-child(2) img {
    width: 100%;
  }
  .commonIssues_box_txt01 {
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
  .commonIssues_box_txt02 {
    font-size: 4.8vw;
    line-height: 1.4;
    margin-bottom: 5.6vw;
    position: relative;
    z-index: 2;
    min-height: auto;
  }
  .commonIssues_box_txt03 {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    position: relative;
    z-index: 2;
  }
  .commonIssues_txt {
    font-size: 7.4666666667vw;
  }
}
.about {
  padding: 74px 0 80px;
  background: url(../images/about_bg01.png) 0 0 no-repeat, url(../images/about_bg02.png) right bottom no-repeat;
  background-size: 608px auto, 972px auto;
}
.about_inner {
  width: 1366px;
  margin: 0 auto;
}
.about_ttl {
  margin-bottom: 60px;
  text-align: center;
}
.about_lead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}
.about_lead > p {
  margin-left: 31px;
  flex: 1;
}
.about_lead > div {
  width: 580px;
  margin-right: 83px;
  padding-top: 38px;
}
.about_lead_txt01 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6875;
  margin-bottom: 33px;
}
.about_lead_txt02 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 36px;
}
.about_lead_txt03 {
  font-size: 1.6rem;
  line-height: 1.75;
}
.about_mainFeatures {
  margin-bottom: 85px;
}
.about_mainFeatures_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 40px;
}
.about_mainFeatures_sec {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.about_mainFeatures_box {
  width: 580px;
  background-color: rgba(69, 139, 245, 0.1);
  border-radius: 12px;
  padding: 42px 56px 57px 60px;
}
.about_mainFeatures_box_img {
  height: 76px;
  margin-bottom: 18px;
}
.about_mainFeatures_box_img01 {
  transform: translateX(-5px);
}
.about_mainFeatures_box_img02 {
  transform: translateX(-9px) translateY(6px);
}
.about_mainFeatures_box_img03 {
  transform: translateX(-9px);
}
.about_mainFeatures_box_img04 {
  transform: translateX(-4px);
}
.about_mainFeatures_box_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6666666667;
  margin-bottom: 11px;
}
.about_mainFeatures_box_txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
.about_howTo_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 41px;
}
.about_howTo_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.about_howTo_tab p + p {
  margin-left: 16px;
}
.about_howTo_tab button {
  width: 182px;
  height: 74px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 1.8rem;
  position: relative;
  padding-left: 80px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.about_howTo_tab button svg {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(148, 148, 148, 0.5);
}
.about_howTo_tab button.active {
  background-color: #458BF5;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0);
}
.about_howTo_tab button.active svg {
  color: #fff;
}
.about_howTo_tab button.active::after {
  content: "";
  background: url(../images/about_howTo_tab_ico.svg) 0 0 no-repeat;
  width: 28px;
  height: 16px;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -10px;
}
.about_howTo_wrap {
  width: 1200px;
  margin: 0 auto 60px;
  border-radius: 12px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
  padding: 64px 60px 60px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.about_howTo_wrap_ttl {
  color: #2F73D9;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}
.about_howTo_wrap_ttl span {
  display: inline-block;
  position: relative;
}
.about_howTo_wrap_ttl span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: #2F73D9;
}
.about_howTo_wrap_txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
}
.about_howTo_wrapBox {
  display: none;
}
.about_howTo_wrapBox.show {
  display: block;
}
.about_howTo_sec {
  display: flex;
  justify-content: space-between;
}
.about_howTo_box {
  width: 225px;
}
.about_howTo_box_txt01 {
  color: #2F73D9;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.about_howTo_box_txt01 span {
  display: inline-block;
  margin-left: -5px;
}
.about_howTo_box_img {
  margin-bottom: 16px;
}
.about_howTo_box_txt02 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
}
.about_howTo_box_txt03 {
  font-size: 1.6rem;
  line-height: 1.75;
}
.about_howTo_box:nth-child(n+2) .about_howTo_box_img {
  position: relative;
}
.about_howTo_box:nth-child(n+2) .about_howTo_box_img::after {
  content: "";
  background: url(../images/about_how-to_ico01.svg) 0 0 no-repeat;
  width: 16px;
  height: 28px;
  position: absolute;
  left: -38px;
  top: calc(50% - 13px);
}
.about_howTo_point {
  display: flex;
  align-items: center;
  margin-top: 56px;
  margin-left: 100px;
}
.about_howTo_point > div:nth-child(1) {
  text-align: center;
  height: 113px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 60px;
  margin-right: 60px;
}
.about_howTo_point_ttl {
  color: #2F73D9;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 17px;
}
.about_howTo_point_txt li {
  font-size: 1.6rem;
}
.about_howTo_point_txt li + li {
  margin-top: 24px;
}
.about_howTo_point_txt li img {
  vertical-align: middle;
  margin-right: 16px;
  transform: translateY(-1px);
}
.about_knowledge {
  display: flex;
  width: 1200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 59px 59px 56px;
  margin: 0 auto;
}
.about_knowledge > div {
  flex: 1;
}
.about_knowledge_img {
  margin-right: 40px;
}
.about_knowledge_ttl {
  font-size: 2rem;
  font-weight: bold;
  padding: 3px 0 17px;
}
.about_knowledge_txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
.about_knowledge_txt .ico {
  display: inline-block;
  padding: 0 3px;
}

@media screen and (max-width: 1023px) {
  .about {
    padding: 19.7333333333vw 0 21.3333333333vw;
    background: url(../images/about_bg01_sp.png) 0 0 no-repeat, url(../images/about_bg02_sp.png) right bottom no-repeat;
    background-size: 100% auto, 100% auto;
  }
  .about_inner {
    width: 87.2vw;
  }
  .about_ttl {
    margin-bottom: 10.6666666667vw;
  }
  .about_ttl img {
    width: 72vw;
  }
  .about_lead {
    display: block;
    margin-bottom: 16.2666666667vw;
  }
  .about_lead > p {
    margin-left: 0;
    margin-bottom: 10.4vw;
  }
  .about_lead > div {
    width: auto;
    margin-right: 0;
    padding-top: 0vw;
  }
  .about_lead_txt01 {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
  }
  .about_lead_txt02 {
    font-size: 4.2666666667vw;
    margin-bottom: 9.6vw;
  }
  .about_lead_txt03 {
    font-size: 4.2666666667vw;
  }
  .about_mainFeatures {
    margin-bottom: 17.6vw;
  }
  .about_mainFeatures_ttl {
    font-size: 6.4vw;
    margin-bottom: 6.6666666667vw;
  }
  .about_mainFeatures_sec {
    width: auto;
    display: block;
    gap: 0;
  }
  .about_mainFeatures_box {
    width: auto;
    border-radius: 3.2vw;
    padding: 34.1333333333vw 6.4vw 9.8666666667vw;
    position: relative;
  }
  .about_mainFeatures_box + .about_mainFeatures_box {
    margin-top: 6.4vw;
  }
  .about_mainFeatures_box_img {
    height: auto;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8.5333333333vw;
  }
  .about_mainFeatures_box_img01 {
    transform: translateX(-1.3333333333vw);
    width: 16.5333333333vw;
  }
  .about_mainFeatures_box_img02 {
    transform: translateX(0) translateY(1.3333333333vw);
    width: 21.6vw;
  }
  .about_mainFeatures_box_img03 {
    transform: translateY(1.3333333333vw) translateX(0vw);
    width: 21.2vw;
  }
  .about_mainFeatures_box_img04 {
    transform: translateX(-1.0666666667vw);
    width: 16.2666666667vw;
  }
  .about_mainFeatures_box_ttl {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5555555556;
    margin-bottom: 3.4666666667vw;
  }
  .about_mainFeatures_box_txt {
    font-size: 4.2666666667vw;
  }
  .about_howTo_ttl {
    font-size: 6.4vw;
    margin-bottom: 6.6666666667vw;
  }
  .about_howTo_tab {
    margin-bottom: 6.9333333333vw;
  }
  .about_howTo_tab p + p {
    margin-left: 2.1333333333vw;
  }
  .about_howTo_tab p:nth-child(1) svg {
    height: 5.3333333333vw;
  }
  .about_howTo_tab p:nth-child(2) svg {
    height: 4vw;
  }
  .about_howTo_tab button {
    width: 39.4666666667vw;
    height: 14.9333333333vw;
    border-radius: 3.2vw;
    font-size: 4.2666666667vw;
    padding-left: 16vw;
  }
  .about_howTo_tab button svg {
    width: 5.3333333333vw;
    left: 6.4vw;
  }
  .about_howTo_tab button.active {
    box-shadow: 0px 0.5333333333vw 4.2666666667vw rgba(0, 0, 0, 0.12);
  }
  .about_howTo_tab button.active::after {
    content: "";
    background: url(../images/about_howTo_tab_ico_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 7.4666666667vw;
    height: 4.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.6666666667vw;
  }
  .about_howTo_wrap {
    width: auto;
    margin: 0 auto 16vw;
    border-radius: 3.2vw;
    box-shadow: 0px 0.5333333333vw 4.2666666667vw rgba(0, 0, 0, 0.12);
    padding: 17.0666666667vw 6.4vw 16vw;
  }
  .about_howTo_wrap_ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 4.8vw;
  }
  .about_howTo_wrap_ttl span::before {
    bottom: -0.5333333333vw;
    height: 0.5333333333vw;
  }
  .about_howTo_wrap_txt {
    font-size: 6.4vw;
    margin-bottom: 6.1333333333vw;
  }
  .about_howTo_sec {
    display: block;
    justify-content: space-between;
  }
  .about_howTo_box {
    width: auto;
    position: relative;
  }
  .about_howTo_box > div {
    position: relative;
    padding-left: 22.4vw;
  }
  .about_howTo_box_txt01 {
    color: #2F73D9;
    font-size: 3.7333333333vw;
    margin-bottom: 1.6vw;
  }
  .about_howTo_box_txt01 span {
    display: inline-block;
    margin-left: -1.3333333333vw;
  }
  .about_howTo_box_img {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
  .about_howTo_box_img img {
    width: 18.1333333333vw;
  }
  .about_howTo_box_txt02 {
    font-size: 4.8vw;
    margin-bottom: 3.4666666667vw;
    padding-top: 0.2666666667vw;
    white-space: nowrap;
  }
  .about_howTo_box_txt03 {
    font-size: 4.2666666667vw;
  }
  .about_howTo_box:nth-child(n+2) {
    margin-top: 18.6666666667vw;
  }
  .about_howTo_box:nth-child(n+2)::after {
    content: "";
    background: url(../images/about_how-to_ico01_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 7.4666666667vw;
    height: 4.2666666667vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8.8vw;
  }
  .about_howTo_box:nth-child(n+2) .about_howTo_box_img {
    position: absolute;
  }
  .about_howTo_box:nth-child(n+2) .about_howTo_box_img::after {
    display: none;
  }
  .about_howTo_point {
    display: block;
    margin-top: 15.2vw;
    margin-left: 0;
  }
  .about_howTo_point > div:nth-child(1) {
    height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 0;
    padding-bottom: 5.8666666667vw;
    margin-right: 0;
    margin-bottom: 6.9333333333vw;
  }
  .about_howTo_point > div:nth-child(1) img {
    width: 5.4426666667vw;
  }
  .about_howTo_point_ttl {
    font-size: 4.8vw;
    margin-top: 2.9333333333vw;
  }
  .about_howTo_point_txt li {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    padding-left: 11.7333333333vw;
    position: relative;
  }
  .about_howTo_point_txt li + li {
    margin-top: 4.8vw;
  }
  .about_howTo_point_txt li img {
    position: absolute;
    left: 0;
    top: -0.5333333333vw;
    width: 7.4666666667vw;
    margin-right: 4.2666666667vw;
    transform: translateY(0);
  }
  .about_knowledge {
    display: block;
    width: auto;
    border-radius: 3.2vw;
    padding: 10.4vw 6.1333333333vw 9.6vw;
  }
  .about_knowledge > div {
    flex: 1;
  }
  .about_knowledge_img {
    margin-right: 0;
    margin-bottom: 7.7333333333vw;
    text-align: center;
  }
  .about_knowledge_img img {
    width: 21.0666666667vw;
  }
  .about_knowledge_ttl {
    font-size: 4.8vw;
    padding: 0 0 4vw;
  }
  .about_knowledge_txt {
    font-size: 4.2666666667vw;
  }
  .about_knowledge_txt .ico {
    display: inline-block;
    padding: 0 0.8vw;
  }
}
.contactArea02 {
  background-color: #458BF5;
  padding: 80px 0;
}
.contactArea02_sec {
  width: 1000px;
  margin: 0 auto;
  padding: 41px 0 40px;
  background: #fff url(../images/contact-area02_bg.png) right bottom no-repeat;
  background-size: 1000px auto;
  border-radius: 12px;
  text-align: center;
  position: relative;
}
.contactArea02_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #2F73D9;
  margin-bottom: 6px;
}
.contactArea02_lead {
  font-size: 1.6rem;
  color: #2F73D9;
  margin-bottom: 23px;
}
.contactArea02_btn {
  display: flex;
  justify-content: center;
}
.contactArea02_btn p + p {
  margin-left: 24px;
}
.contactArea02_btn a {
  display: block;
  width: 340px;
  height: 81px;
  border-radius: 81px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.contactArea02_btn a span {
  display: block;
}
.contactArea02_btn a span:nth-child(1) {
  font-size: 1.3rem;
  padding: 20px 0 8px;
}
.contactArea02_btn a span:nth-child(2) {
  font-size: 2rem;
}
.contactArea02_btn01 {
  background-color: #2F73D9;
}
.contactArea02_btn02 {
  background-color: #3EB181;
}
.contactArea02_img {
  position: absolute;
  right: -17px;
  bottom: -17px;
}

@media screen and (max-width: 1023px) {
  .contactArea02 {
    padding: 16vw 0;
  }
  .contactArea02_sec {
    width: 87.2vw;
    height: 137.0666666667vw;
    padding: 16.2666666667vw 6.4vw 0;
    background: #fff url(../images/contact-area02_bg_sp.png) right bottom no-repeat;
    background-size: 100% auto;
    border-radius: 3.2vw;
  }
  .contactArea02_ttl {
    font-size: 6.4vw;
    margin-bottom: 6.1333333333vw;
  }
  .contactArea02_lead {
    font-size: 4.2666666667vw;
    margin-bottom: 6.1333333333vw;
  }
  .contactArea02_btn {
    display: block;
  }
  .contactArea02_btn p + p {
    margin-left: 0;
    margin-top: 4.2666666667vw;
  }
  .contactArea02_btn a {
    width: 100%;
    height: 20vw;
    border-radius: 20vw;
  }
  .contactArea02_btn a span:nth-child(1) {
    font-size: 3.2vw;
    padding: 4.8vw 0 1.8666666667vw;
  }
  .contactArea02_btn a span:nth-child(2) {
    font-size: 4.8vw;
  }
  .contactArea02_img {
    position: absolute;
    right: -4.5333333333vw;
    bottom: -4.5333333333vw;
  }
  .contactArea02_img img {
    width: 39.8666666667vw;
  }
}
.features {
  padding: 85px 0 75px;
  background-color: #ecf3fe;
}
.features_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 43px;
}
.features_box {
  background-color: #fff;
  border-radius: 12px;
  padding: 60px 0;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.features_box + .features_box {
  margin-top: 60px;
}
.features_box_txt01 {
  color: #2F73D9;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 44px;
}
.features_box_txt01 > span {
  display: inline-block;
  position: relative;
}
.features_box_txt01 > span span {
  display: inline-block;
  margin-left: -4px;
}
.features_box_txt01 > span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: #2F73D9;
}
.features_box_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #2F73D9;
  margin-bottom: 24px;
}
.features_box_lead {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 15px;
}
.features_box_img {
  text-align: center;
  margin-bottom: 20px;
}
.features_box_effects {
  display: flex;
  margin-top: 34px;
  margin-left: 160px;
}
.features_box_effects.mtType02 {
  margin-top: 36px;
}
.features_box_effects > div:nth-child(1) {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 60px;
  margin-right: 60px;
  display: flex;
  align-items: center;
}
.features_box_effects > div:nth-child(2) {
  padding: 16px 0;
}
.features_box_effects_ttl {
  color: #2F73D9;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 17px;
}
.features_box_effects_txt li {
  font-size: 1.6rem;
}
.features_box_effects_txt li + li {
  margin-top: 24px;
}
.features_box_effects_txt li img {
  vertical-align: middle;
  margin-right: 16px;
  transform: translateY(-2px);
}
.features_box_type {
  width: 1000px;
  margin: 56px auto 52px;
}
.features_box_type_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 46px;
}
.features_box_type_sec {
  display: flex;
}
.features_box_type_sec > p {
  width: 480px;
  padding-left: 20px;
}
.features_box_type_sec > p img {
  transform: translateY(-8px);
}
.features_box_type_sec > div {
  flex: 1;
}
.features_box_type_sec_box {
  display: flex;
}
.features_box_type_sec_box > p {
  width: 136px;
  margin-right: 24px;
}
.features_box_type_sec_box > div {
  flex: 1;
}
.features_box_type_sec_box_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
}
.features_box_type_sec_box_txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
.features_box_type_sec_box + .features_box_type_sec_box {
  margin-top: 24px;
}
.features_box_test {
  width: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin: 0 auto;
  padding: 39px 39px 37px;
  display: flex;
}
.features_box_test > p {
  width: 136px;
  margin-right: 24px;
}
.features_box_test > div {
  flex: 1;
}
.features_box_test_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
}
.features_box_test_txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
.features_otherFeatures {
  width: 1200px;
  margin: 66px auto 0;
}
.features_otherFeatures_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
.features_otherFeatures_sec {
  display: flex;
  justify-content: space-between;
}
.features_otherFeatures_box {
  width: 373px;
}
.features_otherFeatures_box_img {
  margin-bottom: 19px;
}
.features_otherFeatures_box_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 19px;
}
.features_otherFeatures_box_txt {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 1023px) {
  .features {
    padding: 22.6666666667vw 0 20.5333333333vw;
  }
  .features_ttl {
    font-size: 6.4vw;
    margin-bottom: 10.9333333333vw;
  }
  .features_box {
    border-radius: 3.2vw;
    padding: 16.2666666667vw 0 16vw;
    width: auto;
  }
  .features_box + .features_box {
    margin-top: 22.4vw;
  }
  .features_box_txt01 {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .features_box_txt01 > span span {
    margin-left: -1.0666666667vw;
  }
  .features_box_txt01 > span::before {
    bottom: 0;
    height: 0.5333333333vw;
  }
  .features_box_ttl {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
    line-height: 1.4444444444;
  }
  .features_box_lead {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 4.5333333333vw;
    padding: 0 6.4vw;
  }
  .features_box_img {
    margin-bottom: 4vw;
  }
  .features_box_effects {
    width: 86.4vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .features_box_effects.mtType02 {
    margin-top: 9.3333333333vw;
  }
  .features_box_effects > div:nth-child(1) {
    padding-right: 0;
    padding-bottom: 5.6vw;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
    display: block;
    align-items: center;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .features_box_effects > div:nth-child(1) img {
    width: 7.7333333333vw;
  }
  .features_box_effects > div:nth-child(2) {
    padding: 4.2666666667vw 0 0;
  }
  .features_box_effects_ttl {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
  .features_box_effects_txt li {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    padding-left: 11.7333333333vw;
    position: relative;
  }
  .features_box_effects_txt li + li {
    margin-top: 4.8vw;
  }
  .features_box_effects_txt li img {
    position: absolute;
    left: 0;
    top: -0.5333333333vw;
    width: 7.4666666667vw;
    margin-right: 4.2666666667vw;
    transform: translateY(0);
  }
  .features_box_type {
    width: auto;
    margin: 16.2666666667vw auto 15.4666666667vw;
  }
  .features_box_type_ttl {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
    line-height: 1.4444444444;
  }
  .features_box_type_sec {
    width: 87.2vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .features_box_type_sec > p {
    width: auto;
    padding-left: 0;
    margin-bottom: 6.6666666667vw;
  }
  .features_box_type_sec > p img {
    width: 87.2vw;
    transform: translateY(0);
  }
  .features_box_type_sec > div {
    flex: 1;
  }
  .features_box_type_sec_box {
    display: flex;
  }
  .features_box_type_sec_box > p {
    width: 25.6vw;
    margin-right: 4.2666666667vw;
  }
  .features_box_type_sec_box > p img {
    width: 100%;
  }
  .features_box_type_sec_box > div {
    flex: 1;
  }
  .features_box_type_sec_box_ttl {
    font-size: 4.8vw;
    margin-bottom: 3.4666666667vw;
  }
  .features_box_type_sec_box_txt {
    font-size: 4.2666666667vw;
  }
  .features_box_type_sec_box + .features_box_type_sec_box {
    margin-top: 9.8666666667vw;
  }
  .features_box_test {
    width: 87.2vw;
    border-radius: 3.2vw;
    padding: 8vw 6.4vw 6.1333333333vw;
    display: block;
  }
  .features_box_test > p {
    width: 25.6vw;
    margin-right: 0;
    margin-bottom: 6.9333333333vw;
  }
  .features_box_test > p img {
    width: 100%;
  }
  .features_box_test_ttl {
    font-size: 4.8vw;
    margin-bottom: 3.7333333333vw;
  }
  .features_box_test_txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .features_otherFeatures {
    width: 87.2vw;
    margin: 17.0666666667vw auto 0;
  }
  .features_otherFeatures_ttl {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
  }
  .features_otherFeatures_sec {
    display: block;
  }
  .features_otherFeatures_box {
    width: auto;
  }
  .features_otherFeatures_box + .features_otherFeatures_box {
    margin-top: 9.8666666667vw;
  }
  .features_otherFeatures_box_img {
    margin-bottom: 5.3333333333vw;
  }
  .features_otherFeatures_box_ttl {
    font-size: 4.8vw;
    margin-bottom: 4.5333333333vw;
  }
  .features_otherFeatures_box_txt {
    font-size: 4.2666666667vw;
  }
}
.qa {
  background-color: rgba(69, 139, 245, 0.2);
  padding: 86px 0 80px;
}
.qa_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 41px;
}
.qa .accordion {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 12px;
}
.qa .accordion.open .accordion_head_arrow img {
  transform: rotateX(180deg);
}
.qa .accordion + .accordion {
  margin-top: 16px;
}
.qa .accordion_head button {
  display: block;
  position: relative;
  width: 100%;
  height: 99px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 1px 104px 0 71px;
  text-align: left;
}
.qa .accordion_head_q {
  font-size: 2.4rem;
  font-weight: bold;
  color: #2F73D9;
  position: absolute;
  left: 29px;
  top: 33px;
}
.qa .accordion_head_arrow {
  position: absolute;
  top: 32px;
  right: 40px;
}
.qa .accordion_head_arrow img {
  transition: transform 0.2s;
}
.qa .accordion_inner {
  display: none;
  position: relative;
  padding: 40px 71px 34px 31px;
  line-height: 1.6;
  font-size: 1.6rem;
}
.qa .accordion_inner a {
  text-decoration: underline;
}
.qa .accordion_inner > p {
  display: flex;
}
.qa .accordion_inner > p span:nth-child(2) {
  flex: 1;
}
.qa .accordion_inner_a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #2F73D9;
  transform: translateY(0);
  margin-right: 25px;
  line-height: 1;
}
.qa .accordion_inner::before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  left: 71px;
  right: 71px;
  top: 0;
}

@media screen and (max-width: 1023px) {
  .qa {
    padding: 22.6666666667vw 0 21.3333333333vw;
  }
  .qa_ttl {
    font-size: 6.4vw;
    margin-bottom: 10.9333333333vw;
  }
  .qa .accordion {
    width: 87.2vw;
    border-radius: 3.2vw;
  }
  .qa .accordion + .accordion {
    margin-top: 4.2666666667vw;
  }
  .qa .accordion_head button {
    height: auto;
    font-size: 3.7333333333vw;
    line-height: 1.75;
    padding: 8.2666666667vw 19.2vw 7.7333333333vw 14.9333333333vw;
  }
  .qa .accordion_head_q {
    font-size: 5.3333333333vw;
    left: 6.4vw;
    top: 9.8666666667vw;
    line-height: 1;
  }
  .qa .accordion_head_arrow {
    position: absolute;
    top: 10.1333333333vw;
    right: 6.4vw;
  }
  .qa .accordion_head_arrow img {
    vertical-align: top;
    width: 6.4vw;
    transition: transform 0.2s;
  }
  .qa .accordion_inner {
    display: none;
    position: relative;
    padding: 8.8vw 5.8666666667vw 7.4666666667vw 6.6666666667vw;
    line-height: 1.75;
    font-size: 3.7333333333vw;
  }
  .qa .accordion_inner a {
    text-decoration: underline;
  }
  .qa .accordion_inner > p {
    display: flex;
  }
  .qa .accordion_inner > p span:nth-child(2) {
    flex: 1;
  }
  .qa .accordion_inner_a {
    font-size: 5.3333333333vw;
    transform: translateY(1.3333333333vw);
    margin-right: 5.6vw;
  }
  .qa .accordion_inner::before {
    left: 14.9333333333vw;
    right: 6.4vw;
  }
}
.price {
  text-align: center;
  min-height: 404px;
  background: url(../images/price_bg.png) 0 0 no-repeat;
  background-size: 608px auto;
  padding: 86px 0 0;
}
.price_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 43px;
}
.price_txt {
  font-size: 1.6rem;
  margin-bottom: 59px;
}
.price_btn a {
  display: inline-block;
  width: 344px;
  height: 72px;
  line-height: 72px;
  border-radius: 72px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #458BF5;
}

@media screen and (max-width: 1023px) {
  .price {
    min-height: 106.4vw;
    background: url(../images/price_bg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding: 22.6666666667vw 6.4vw 21.3333333333vw;
  }
  .price_ttl {
    font-size: 6.4vw;
    margin-bottom: 7.2vw;
  }
  .price_txt {
    font-size: 4.2666666667vw;
    margin-bottom: 15.7333333333vw;
  }
  .price_btn a {
    display: inline-block;
    width: 100%;
    height: 19.2vw;
    line-height: 19.2vw;
    border-radius: 19.2vw;
    font-size: 4.2666666667vw;
  }
}
.footer_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 81px;
  display: flex;
  justify-content: space-between;
}
.footer_inner > p {
  padding-top: 1px;
}
.footer_inner > div ul {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.footer_inner > div ul li + li {
  margin-left: 64px;
}
.footer_inner > div p {
  text-align: right;
}
.footer_inner > div small {
  color: #949494;
  font-size: 1.4rem;
}

@media screen and (max-width: 1023px) {
  .footer_inner {
    width: 87.2vw;
    padding: 14.4vw 0 10.4vw;
    display: block;
  }
  .footer_inner > p {
    padding-top: 0;
    margin-bottom: 16.2666666667vw;
  }
  .footer_inner > p img {
    width: 50.1333333333vw;
  }
  .footer_inner > div ul {
    font-size: 3.7333333333vw;
    margin-bottom: 5.8666666667vw;
    justify-content: flex-end;
  }
  .footer_inner > div ul li + li {
    margin-left: 14.9333333333vw;
  }
  .footer_inner > div p {
    text-align: right;
  }
  .footer_inner > div small {
    font-size: 3.2vw;
  }
}