@charset "UTF-8";
/*マップの設定*/
/*mixin設定*/
/*変数*/
/*
ブラウザ毎デフォルトスタイルのリセット　
-------------------------------------------------------------------------------*/
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  color: #000000;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  word-spacing: 1px;
}

html {
  overflow-y: scroll;
}

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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.8;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img,
abbr,
acronym,
fieldset,
a img {
  border: none;
}

img,
li,
dt,
dd {
  vertical-align: bottom;
}

* html li,
*:first-child + html li {
  vertical-align: baseline;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

ol,
ul,
dl {
  margin-bottom: 1em;
}

dd {
  margin-left: 3em;
}

/*------------------------------------------------------------------------------
	基本スタイル　
-------------------------------------------------------------------------------*/
.inline-block {
  display: inline-block;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.85em;
  font-size: 16px;
}

/*
figma
*/
:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
}

.main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
  padding: 74px 0 0 0;
}

.main-container {
  overflow: hidden;
}

.section01 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1440/814;
  max-height: 814px;
  width: 100%;
  top: 1px;
  left: 0;
  z-index: 9;
  background: url(images/section01-bg.webp) no-repeat center;
  background-size: cover;
  box-shadow: 0 12px 23px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 576px) {
  .section01 {
    aspect-ratio: unset;
    height: 400px;
  }
}

.header {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  height: 74px;
  width: 100%;
  margin: 0;
  padding: 22px 4% 22px 4%;
  background: #ffffff;
  z-index: 100;
  justify-content: space-between;
}
.header .logo {
  flex-shrink: 0;
  position: relative;
  width: 282.396px;
  width: clamp(100px, 14vw, 282px);
  height: 28.369px;
  background: url(images/logo.svg) no-repeat center;
  background-size: 100% 100%;
  z-index: 1093;
}

.nav {
  flex-shrink: 0;
  position: relative;
  height: 36px;
  z-index: 1094;
}
.nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.nav .list-item {
  height: 34.27px;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media screen and (min-width: 992px) {
  .nav .list-item:not(:first-child)::before {
    content: "";
    background: url(images/slash.svg) no-repeat center;
    display: inline-block;
    width: 19px;
    height: 48px;
  }
}
.nav .list-item a {
  padding: 0 1em;
  margin: 0 2em;
  color: #1c50a1;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  position: relative;
  height: 100%;
}
.nav .list-item a::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #ffff00;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
.nav .list-item a:hover::after, .nav .list-item a.active-menu::after {
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .header {
    height: 68px;
  }
  .main-container {
    padding-top: 68px;
  }
  .nav {
    position: fixed;
    z-index: 100;
    top: 55px;
    left: 100%;
    background: #ffffff;
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 1;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: start;
    transition: all 0.6s;
  }
  .nav ul {
    flex-direction: column;
    margin-top: 30px;
  }
  .nav ul li.list-item {
    height: unset;
    justify-content: center;
  }
  .nav ul li.list-item a {
    margin: 0;
    text-align: center;
    font-size: 22px;
    padding: 20px 5% 20px;
    display: block;
    max-width: 400px;
  }
  .nav ul li.list-item a .list-logo {
    justify-content: center;
    gap: 10px;
    font-size: 22px;
  }
  .nav ul li.list-item a .list-logo img {
    width: auto;
    height: 20px;
  }
  .nav.active {
    opacity: 1;
    display: block;
    left: 0;
    text-align: left;
    padding: 8px 20px;
  }
}
.list-logo {
  flex-shrink: 0;
  position: relative;
  height: 22px;
  color: #1c50a1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.3em;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.list-logo img {
  width: 150px;
  width: clamp(100px, 7.8vw, 150px);
  height: 16px;
}

.nav-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .nav-mobile {
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 56px;
    justify-content: center;
    margin: 0 0 0 0;
    position: fixed;
    right: 32px;
    width: 56px;
    z-index: 101;
    max-width: 100%;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #1c50a1;
  }
  .nav-mobile span {
    display: block;
    position: absolute;
    left: 11px;
    width: 18px;
    height: 4px;
    border-radius: 4px;
    background: #ffffff;
    transition: 0.3s ease-in-out;
  }
  .nav-mobile span:nth-child(1) {
    top: 14px;
  }
  .nav-mobile span:nth-child(2) {
    top: 24px;
  }
}

.nav-mobile.active span:nth-child(1) {
  top: 18px;
  left: 11px;
  transform: rotate(-45deg);
}
.nav-mobile.active span:nth-child(2) {
  top: 18px;
  left: 11px;
  transform: rotate(45deg);
}

.web-order-business-efficiency {
  position: relative;
  color: #000000;
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 26.6000003815px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  letter-spacing: 2.23px;
}

.cloud-service-efficiency {
  position: relative;
  color: #000000;
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 26.6000003815px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  letter-spacing: 2.18px;
}

.main-logo-copy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 3em;
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 30px;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .main-logo-copy {
    margin-top: 2.5em;
  }
}

.main-logo {
  width: 1009px;
  width: clamp(260px, 52vw, 757px);
  aspect-ratio: 1010/103;
  background: url(images/logo-w.svg) no-repeat center;
  background-size: contain;
  z-index: 1090;
}

.main-logo-jp {
  width: 384px;
  width: clamp(100px, 19vw, 384px);
  height: 31.4px;
  margin-top: 33px;
  background: url(images/main-logo-jp.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .main-logo-jp {
    margin-top: 10px;
  }
}

.cloud {
  position: absolute;
  width: 820px;
  width: clamp(150px, 45vw, 615px);
  aspect-ratio: 820/708;
  bottom: -1vw;
  right: 2%;
  background: url(images/cloud.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .cloud {
    right: -4%;
  }
}
@media screen and (max-width: 576px) {
  .cloud {
    bottom: unset;
    top: 148px;
  }
}

.lead-box {
  position: absolute;
  width: 48%;
  min-width: 360px;
  top: 68%;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .lead-box {
    top: 60%;
  }
}

.lead {
  width: -moz-fit-content;
  width: fit-content;
}

.lead-row-01 {
  position: relative;
  margin: 0 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.lead-row-02 {
  position: relative;
  margin: 6px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.lead-span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffff00;
  font-size: 33px;
  font-size: clamp(23px, 2vw, 33px);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.32em;
}

.lead-span-sm {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 81.48%;
  color: #ffffff;
  font-size: 27px;
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.3em;
}

.lead-sub {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #ffffff;
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 19;
  margin-bottom: 1em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1200px) {
  .lead-sub {
    font-size: clamp(12px, 1.5vw, 21px);
  }
}

.yellow-line {
  width: 100%;
  height: 28px;
  border-top: 28px solid yellow;
  border-right: 7px solid transparent;
}
@media screen and (max-width: 1200px) {
  .yellow-line {
    height: 20px;
    border-top: 20px solid yellow;
    border-right: 5px solid transparent;
  }
}

.section02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: url(images/section02-bg.png);
  background-size: cover;
  z-index: 1;
  margin-top: -68px;
  padding-top: 68px;
}
.section02 .ttl {
  flex-shrink: 0;
  position: relative;
  width: clamp(300px, 70vw, 888px);
  aspect-ratio: 1196/207;
  margin-top: clamp(30px, 13.5vw, 153px);
  background: url(images/section02-ttl.svg) no-repeat center;
  background-size: contain;
}
.section02 .description {
  max-width: 1180px;
  width: clamp(300px, 70vw, 888px);
  margin-top: 1em;
  margin-bottom: 4em;
  font-size: 34px;
  font-size: clamp(13px, 2vw, 25px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

.section-contact {
  position: relative;
  background: url(images/section-contanct-bg.webp) no-repeat center;
  background-size: cover;
  box-shadow: 0 12px 23px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.section-contact .contact-container {
  margin-left: 10%; /*inner90%*/
  width: 90%;
  margin-right: 0;
  max-height: 340px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10%;
}
.section-contact .contact-container .content {
  flex-grow: 1;
  padding: 29px 0;
}
@media screen and (min-width: 1200px) {
  .section-contact .contact-container {
    margin-left: calc((100% - 900px) / 2); /*inner900px*/
    width: calc(100% - (100% - 900px) / 2);
  }
}
@media screen and (max-width: 992px) {
  .section-contact .contact-container {
    width: auto;
    margin: 0 5%;
  }
  .section-contact .contact-container .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .section-contact .contact-container {
    max-height: unset;
  }
}
.section-contact .contact-container .contact-img-area {
  position: relative;
  width: 35vw;
  max-width: 509px;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section-contact .contact-container .contact-img-area {
    display: none;
  }
}
.section-contact .contact-container .contact-img-area .contact-img {
  position: relative;
  width: 100%;
  height: 340px;
  margin: 0;
  background: url(images/contact-bg.png) no-repeat center;
  background-size: cover;
}

.contact-title {
  display: flex;
  width: 100%;
  max-width: 565px;
  align-items: center;
  justify-content: center;
  color: #1c50a1;
  font-size: 28px;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.3em;
  background-color: #ffff00;
  border-radius: 20px;
}

.contact-subtitle {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffff00;
  font-size: 27px;
  font-size: clamp(14px, 1.8vw, 27px);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.3em;
  margin: 0.8em 0 1em;
  max-width: 565px;
}

.card-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 36px;
  max-width: 565px;
}
.card-row .card {
  border-radius: 25px;
  background-color: #ffffff;
  width: 50%;
  padding: 18px 0;
  transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 992px) {
  .card-row {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .card-row {
    flex-direction: column;
    gap: 20px;
  }
  .card-row .card {
    width: 100%;
    padding: 20px 0;
  }
}

.card-form-ttl,
.card-tel-ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 5%;
  padding: 0 5%;
}

.icon-form {
  flex-shrink: 0;
  position: relative;
  width: 22%;
  max-width: 51px;
  aspect-ratio: 1;
  background: url(images/icon-mail.svg) no-repeat center;
  filter: invert(24%) sepia(86%) saturate(1203%) hue-rotate(193deg) brightness(91%) contrast(91%);
  background-size: 100% 100%;
}

.icon-tel {
  flex-shrink: 0;
  position: relative;
  width: 22%;
  max-width: 51px;
  aspect-ratio: 1;
  background: url(images/icon-tel.svg) no-repeat center;
  filter: invert(24%) sepia(86%) saturate(1203%) hue-rotate(193deg) brightness(91%) contrast(91%);
  background-size: 100% 100%;
}

.email-contact,
.phone-contact {
  flex-shrink: 0;
  position: relative;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  letter-spacing: 3.05px;
}

.contact-form-info {
  position: relative;
  width: 186px;
  height: 36px;
  margin: 18px 0 0;
  font-size: 0px;
  overflow: visible;
}
.contact-form-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/card-form-bg.svg) no-repeat center;
  background-size: cover;
  background-position: center;
  filter: invert(24%) sepia(86%) saturate(1203%) hue-rotate(193deg) brightness(91%) contrast(91%);
  z-index: 0;
}

.form-title {
  display: block;
  position: relative;
  padding: 8px 0 2px 31px;
  padding: 6px 0 2px 23px;
  color: #ffff00;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.3em;
}

.form-sub-info {
  position: relative;
  height: 1.5em;
  margin: 0 0 0 23px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
.form-sub-info span {
  color: #ffffff;
}
.form-sub-info .number {
  font-size: 13px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.phone-label,
.phone-text,
.email-label,
.email-text {
  position: relative;
  color: #1c50a1;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 22px;
}

.phone-number {
  display: block;
  position: relative;
  height: 1.5em;
  margin: 20px auto 0;
  margin: 15px auto 0;
  text-align: center;
  color: #1c50a1;
  letter-spacing: 0.05em;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.office-hours {
  display: block;
  margin: 3px auto 0;
  flex-shrink: 0;
  position: relative;
  height: 12px;
  color: #1c50a1;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.2em;
}

.card:hover {
  background-color: #1c50a1;
}
.card:hover .phone-label,
.card:hover .phone-text,
.card:hover .email-label,
.card:hover .email-text, .card:hover .office-hours, .card:hover .phone-number {
  color: #ffffff;
}
.card:hover .form-sub-info span, .card:hover .form-title {
  color: #1c50a1;
}
.card:hover .contact-form-info::before {
  filter: invert(96%) sepia(46%) saturate(2688%) hue-rotate(358deg) brightness(100%) contrast(104%);
}
.card:hover .icon-form, .card:hover .icon-tel {
  filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(60deg) brightness(104%) contrast(100%);
}

/* ===============================================
	section03
=============================================== */
.section03 {
  position: relative;
  margin: 0 0 0 0px;
  background: #e0eeff;
  margin-top: -68px;
  padding-top: 68px;
}
.section03 .section03-ttl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 145px 0 89px;
  margin: 10vw 0 5vw;
}
.section03 .section03-ttl .logo {
  width: 37%;
  max-width: 545px;
  aspect-ratio: 282/28;
  background: url(images/logo.svg) no-repeat center;
  background-size: contain;
}
.section03 .section03-ttl span {
  color: #000000;
  font-size: 50px;
  font-size: clamp(20px, 2.5vw, 38px);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.3em;
}
.section03 .service-description {
  font-size: 26px;
  font-size: clamp(14px, 1.4vw, 19px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 5% 6em;
  text-align: center;
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 6vw;
  margin: 0 0 72px;
}
.reason-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  justify-content: end;
  min-height: 10em;
}
@media screen and (max-width: 576px) {
  .reason-list li {
    padding: 10px 10px 30px;
  }
}
.reason-list li:nth-child(odd) {
  margin-right: 10%;
  width: 90%;
  margin-left: 0;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 1440px) {
  .reason-list li:nth-child(odd) {
    margin-right: calc((100% - 900px) / 2);
    width: calc(100% - (100% - 900px) / 2);
  }
}
.reason-list li:nth-child(even) {
  margin-left: 10%;
  width: 90%;
  margin-right: 0;
  border-bottom-left-radius: 20px;
  justify-content: start;
}
@media screen and (min-width: 1440px) {
  .reason-list li:nth-child(even) {
    margin-left: calc((100% - 900px) / 2);
    width: calc(100% - (100% - 900px) / 2);
  }
}
.reason-list li .li-container {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 1440px) {
  .reason-list li .li-container {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .reason-list li .li-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.reason-list li .frame-num {
  flex-shrink: 0;
  position: relative;
  width: 232px;
  height: 232px;
  width: 174px;
  height: 174px;
}
@media screen and (max-width: 1440px) {
  .reason-list li .frame-num {
    width: 16%;
    max-width: 174px;
    height: unset;
  }
}
.reason-list li .frame-num .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-30%);
  left: 0;
  background-color: #1c50a1;
  border-radius: 10px;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .reason-list li .frame-num .bg-box {
    width: 100%;
    aspect-ratio: 20/19;
    height: unset;
  }
}
.reason-list li .frame-num .number-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  height: 87.62%;
  transform: translateY(-30%);
  transform: translate(-16%, -30%);
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 126px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.05em;
  z-index: 11;
}
@media screen and (max-width: 1440px) {
  .reason-list li .frame-num .number-box {
    font-size: clamp(39px, 10vw, 126px);
    width: 100%;
    aspect-ratio: 20/19;
    height: unset;
  }
}
.reason-list li .frame-text {
  max-width: 509px;
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .reason-list li .frame-text {
    padding-left: 10px;
  }
}
.reason-list li .frame-text .frame-text-ttl {
  position: relative;
  display: inline-block;
  height: 62px;
  margin: 0 0 0 0;
}
.reason-list li .frame-text .frame-text-ttl .under-line {
  position: relative;
  width: 533px;
  width: 0;
  height: 13px;
  margin: 5px 0 0 -38px;
  margin: 5px 0 0 -58px;
  background-color: #ffff00;
  z-index: 20;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.reason-list li .frame-text .frame-text-ttl .under-line.active {
  width: calc(100% + 58px);
}
@media screen and (max-width: 992px) {
  .reason-list li .frame-text .frame-text-ttl .under-line {
    margin-left: -30px;
  }
  .reason-list li .frame-text .frame-text-ttl .under-line.active {
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 1440px) {
  .reason-list li .frame-text {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1200px) {
  .reason-list li .frame-text {
    width: calc(80% - 20px) !important;
  }
}
.reason-list li .frame-text-ttl span {
  display: block;
  position: relative;
  margin: 0;
  color: #1c50a1;
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 992px) {
  .reason-list li .frame-text-ttl span {
    white-space: unset;
  }
}
.reason-list li .frame-text-content {
  position: relative;
  margin: 2em 0 0 0;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.3em;
  min-height: 6em;
}
.reason-list li .frame-img {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .reason-list li .frame-img {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
}
.reason-list li .cap-border {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 4px solid #1c50a1;
}
.reason-list li .cap-img {
  position: relative;
  margin: 0;
  background-size: cover;
}
.reason-list .list-01 .frame-img {
  width: 322px;
}
.reason-list .list-01 .frame-img .cap-border {
  width: 322px;
  aspect-ratio: 428/277;
}
.reason-list .list-01 .frame-img .cap-img {
  width: 120%;
  height: 100%;
  background: url(images/image_A01.png) no-repeat top left;
  background-size: cover;
}
.reason-list .list-02 .frame-img {
  width: 362px;
  height: 310px;
}
.reason-list .list-02 .frame-img .frame-img-container {
  position: relative;
}
.reason-list .list-02 .frame-img .cap-border {
  width: 100%;
  max-width: 318.5px;
  aspect-ratio: 424/342;
}
.reason-list .list-02 .frame-img .cap-img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.reason-list .list-02 .frame-img .cap-img img {
  width: 100%;
}
.reason-list .list-02 .frame-img .cap-border02 {
  position: absolute;
  width: 170px;
  aspect-ratio: 277/307;
  top: 79px;
  left: 154px;
  z-index: 20;
}
.reason-list .list-02 .frame-img .cap-img02 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(images/image_A03.png) no-repeat center;
  background-size: contain;
}
.reason-list .list-03 .frame-img {
  width: 321px;
}
.reason-list .list-03 .frame-img .cap-border {
  width: 321px;
  aspect-ratio: 428/275;
}
.reason-list .list-03 .frame-img .cap-img {
  width: 120%;
  height: 100%;
  background: url(images/image_A04.png) no-repeat top left;
}
.reason-list .list-04 .frame-text {
  max-width: 665px;
}
.reason-list .list-04 .about-support {
  width: 100%;
}
.reason-list .list-04 .about-support ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 1em;
}
.reason-list .list-04 .about-support ul li {
  margin: 0;
  width: auto;
  padding: 0;
  min-height: unset;
  box-shadow: none;
}
.reason-list .list-04 .about-support ul li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason-list .list-04 .about-support ul {
    flex-wrap: wrap;
  }
  .reason-list .list-04 .about-support ul li {
    width: 45%;
  }
}
.reason-list .list-04 .support-ttl {
  background-color: #1c50a1;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  margin-bottom: 1em;
}
.reason-list .list-04 .support-tel img {
  width: 100%;
}
.reason-list .list-04 .person-img {
  position: absolute;
  left: 0;
  transform: translateX(-30%) scale(0.75);
  bottom: 0;
}
.reason-list .list-06 .frame-text {
  max-width: 658px;
}
.reason-list .list-06 .person-img {
  position: absolute;
  left: 0;
  transform: translate(-50%, 35%) scale(0.75);
  bottom: 0;
}
.reason-list .list-05 .frame-text {
  max-width: 851px;
}
.reason-list .list-05 .frame-text .frame-text-content {
  max-width: 600px;
  padding-right: 1em;
}
.reason-list .list-05 .person-img {
  position: absolute;
  right: 0;
  transform: translateX(30%) scale(0.75);
  bottom: 0;
}
.reason-list .list-04 .li-container,
.reason-list .list-02 .li-container,
.reason-list .list-06 .li-container {
  justify-content: start;
}
@media screen and (max-width: 992px) {
  .reason-list .list-04 .person-img,
  .reason-list .list-05 .person-img,
  .reason-list .list-06 .person-img {
    width: 30%;
  }
  .reason-list .list-04 .person-img img,
  .reason-list .list-05 .person-img img,
  .reason-list .list-06 .person-img img {
    width: 100%;
  }
  .reason-list .list-05 .person-img {
    transform: translateX(36%);
  }
  .reason-list .list-06 .person-img {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .reason-list .list-01 .frame-img,
  .reason-list .list-02 .frame-img,
  .reason-list .list-03 .frame-img {
    width: 100%;
  }
  .reason-list .list-01 .frame-img .cap-border,
  .reason-list .list-02 .frame-img .cap-border,
  .reason-list .list-03 .frame-img .cap-border {
    width: 100%;
  }
  .reason-list .list-01 .frame-img .cap-border02,
  .reason-list .list-02 .frame-img .cap-border02,
  .reason-list .list-03 .frame-img .cap-border02 {
    width: 70%;
    height: unset;
    top: 20%;
    right: -2%;
    left: unset;
  }
}

.section04 {
  font-size: 0;
  margin-top: -70px;
  padding-top: 70px;
}
.section04 .ttl-section {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 100%;
  font-size: clamp(26px, 3.2vw, 60px);
  padding: 0.5em 1em;
  margin: 0;
  background-color: #00a195;
}
@media screen and (max-width: 576px) {
  .section04 .ttl-section {
    gap: 8px;
  }
}
.section04 .ttl-section .ttl-icon {
  width: 6.8%;
  min-width: 40px;
  aspect-ratio: 1;
  background: url(images/icon-pc.svg) no-repeat center;
  background-size: contain;
}
.section04 .ttl-section .ttl-text {
  text-align: left;
  text-overflow: initial;
  letter-spacing: 0.2em;
  padding: 1em 0;
}
.section04 .ttl-section .ttl-text span {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.section04 .ttl-section .en-text {
  font-size: 72px;
  font-size: clamp(19px, 3.5vw, 50px);
  letter-spacing: 0.2em;
}
.section04 .ttl-section .jp-text {
  font-size: 60px;
  font-size: clamp(18px, 3.2vw, 45px);
  letter-spacing: 0.2em;
}
.section04 .section-body {
  background-image: linear-gradient(-80deg, rgb(156, 215, 195), rgb(224, 238, 215) 35%, rgb(179, 222, 204));
  background-image: linear-gradient(-80deg, rgb(156, 215, 195), rgb(224, 238, 215) 35%, rgb(179, 222, 204)), url("images/section04-bg.webp");
  background-blend-mode: screen;
  background-repeat: no-repeat, repeat-y;
  background-size: auto, contain;
}
.section04 .container {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .section04 .container {
    width: 100%;
    padding: 0 5%;
  }
}
.section04 .container .guite-list {
  display: flex;
  flex-direction: column;
  padding: 7.5vw 0;
  gap: 7.5vw;
}
.section04 .container .guite-list .guide-list-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  font-size: 16px;
  margin: 1em 0;
}
@media screen and (max-width: 992px) {
  .section04 .container .guite-list .guide-list-ttl {
    margin: 0.5em 0;
  }
}
.section04 .guide-step-ttl {
  background-color: #f07850;
  padding: 1em 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  color: #ffffff;
  font-size: 23px;
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: 400;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .section04 .guide-step-ttl {
    padding: 0.5em 0 0.5em 1em;
    letter-spacing: 0;
  }
}
.section04 .user-guide-num {
  flex-shrink: 0;
  position: absolute;
  width: 151px;
  height: 102px;
  width: 113px;
  height: 77px;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url(images/guide-num-bg.svg) no-repeat bottom left;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 992px) {
  .section04 .user-guide-num {
    width: 12%;
    height: 120%;
    background-position: bottom right;
  }
}
.section04 .guide-step-num {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 47.04%;
  top: 27.92%;
  left: 35.8%;
  color: #1c50a1;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  z-index: 12;
}
@media screen and (max-width: 992px) {
  .section04 .guide-step-num {
    height: 100%;
    font-size: clamp(18px, 1vw, 40px);
  }
}
.section04 .cap-border {
  position: relative;
  overflow: hidden;
  border: 6px solid #f07850;
}
.section04 .cap-img {
  position: relative;
  background-size: contain;
}
.section04 .cap-img img {
  width: 100%;
}

/* ===============================================
	section05
=============================================== */
.section05 .ttl-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #00abeb;
  font-size: clamp(26px, 3.2vw, 60px);
  padding: 0.5em 0;
}
@media screen and (max-width: 576px) {
  .section05 .ttl-section {
    padding: 0.5em 1em;
    gap: 10px;
  }
}
.section05 .ttl-section .ttl-icon {
  width: 6.8%;
  min-width: 40px;
  aspect-ratio: 1;
  background: url(images/icon-pc.svg) no-repeat center;
  background-size: contain;
}
.section05 .ttl-section .ttl-text {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0.5em 0;
}
.section05 .ttl-section .ttl-text .row-01,
.section05 .ttl-section .ttl-text .row-02 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  font-size: clamp(14px, 1.7vw, 22px);
  font-weight: 400;
}
.section05 .ttl-section .ttl-text .row-01 span,
.section05 .ttl-section .ttl-text .row-02 span {
  color: #ffffff;
}
.section05 .ttl-section .ttl-text .row-01 span {
  font-size: 45px;
  font-size: clamp(20px, 3.2vw, 45px);
}
.section05 .ttl-section .ttl-text .row-01 span:last-of-type {
  font-size: 32px;
  font-size: clamp(16px, 2.2vw, 32px);
}
@media screen and (max-width: 576px) {
  .section05 .ttl-section .ttl-text .row-02 {
    flex-wrap: wrap;
  }
}
.section05 .ttl-section .ttl-text .row-02 .logo-text {
  position: relative;
}
.section05 .ttl-section .ttl-text .row-02 .logo-text .rubi {
  position: absolute;
  white-space: nowrap;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-size: clamp(10px, 0.8vw, 14px);
  letter-spacing: 0.3em;
}
.section05 .section-body {
  background-color: #e6e6e6;
}
.section05 .section-body .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (max-width: 1200px) {
  .section05 .section-body .container {
    width: 100%;
    padding: 1em 5%;
  }
}
.section05 .operation-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
  margin: 1.5em 0 0.5em;
  background-color: #00abeb;
  color: #ffffff;
  font-size: 30px;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 400;
  letter-spacing: 0.2em;
}
.section05 .operation-ttl span {
  font-size: 38px;
  font-size: clamp(20px, 2.2vw, 30px);
  color: #ffffff;
  font-weight: 400;
}
.section05 .user-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  margin: 0 0.5em 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section05 .user-row {
    flex-wrap: wrap;
  }
}
.section05 .user-row span {
  font-size: 18px;
  font-size: clamp(15px, 1.2vw, 18px);
}
.section05 .user-row .user-row01,
.section05 .user-row .user-row02 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  margin: 0.5em 0.5em 0.5em 0;
  line-height: 1.5;
}
.section05 .user-row .user-row01 img {
  width: 3em;
}
.section05 .user-row .user-row02 img {
  width: 3.5em;
}
.section05 .user-row .user-row01 {
  width: 12em;
}
.section05 .user-row .user-row01 span:first-child {
  min-width: 1em;
}
@media screen and (max-width: 768px) {
  .section05 .user-row .user-row01 span:first-child {
    flex-grow: unset;
  }
}
.section05 .operation-type-box {
  border: 6px solid #1c50a1;
  margin: 0 0 5vw;
  background-color: #ffffff;
}
.section05 .operation-type-box.last {
  margin: 0;
}
.section05 .operation-type-box .operation-type {
  background-color: #ffff00;
  border-bottom: 5px solid #1c50a1;
  display: flex;
  justify-content: start;
  align-items: stretch;
  padding: 0;
  font-size: 28px;
  font-size: clamp(22px, 2vw, 28px);
  color: #1c50a1;
}
.section05 .operation-type-box .operation-type > span:first-child {
  font-size: 30px;
  font-size: clamp(34px, 2.8vw, 30px);
  color: #ffffff;
  font-weight: 200;
  background-color: #1c50a1;
  padding: 0.5em 0.5em;
  display: flex;
  align-items: center;
}
.section05 .operation-type-box .operation-type .type-info {
  display: flex;
  padding: 0.5em 0;
}
@media screen and (max-width: 992px) {
  .section05 .operation-type-box .operation-type .type-info {
    flex-wrap: wrap;
    gap: 0.4em;
  }
}
.section05 .operation-type-box .operation-type .type-info span:first-child {
  font-size: 26px;
  font-size: clamp(24px, 2.4vw, 26px);
  color: #1c50a1;
  padding: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.section05 .operation-type-box .operation-type .type-info span:last-child {
  display: flex;
  align-items: center;
  padding: 0.1em 0.5em;
  font-size: 21px;
  font-size: clamp(16px, 2vw, 21px);
  color: #1c50a1;
}
.section05 .operation-type-box .operation-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
}
.section05 .operation-type-box .operation-img img {
  width: 100%;
}
.section05 .operation-type-box .sub-info {
  background-color: #badcf4;
  font-size: 21px;
  font-size: clamp(14px, 1.5vw, 21px);
  text-align: left;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1em;
  border-radius: 40px;
  margin: 0 0.5em;
  color: #4b4e5e;
  line-height: 1.5;
}
.section05 .operation-type-box .sub-info span {
  font-size: 22px;
  font-size: clamp(14px, 1.8vw, 22px);
  background-color: #1c50a1;
  color: #ffffff;
  border-radius: 40px;
  padding: 0.5em;
  display: inline-block;
  width: 7em;
  min-width: 7em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .section05 .operation-type-box .sub-info {
    flex-direction: column;
    border-radius: 20px;
    gap: 0.5em;
    padding: 0.5em 1em;
  }
  .section05 .operation-type-box .sub-info span {
    min-width: calc(100% + 0.5em);
  }
}
.section05 .operation-type-box .features-info {
  background-color: #e3e1e4;
  font-size: 21px;
  font-size: clamp(14px, 1.5vw, 21px);
  color: #4b4e5e;
  text-align: left;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1em;
  border-radius: 40px;
  margin: 0.5em 0.5em;
  line-height: 1.5;
}
.section05 .operation-type-box .features-info span {
  font-size: 22px;
  font-size: clamp(14px, 1.8vw, 22px);
  background-color: #89898a;
  color: #ffffff;
  border-radius: 40px;
  padding: 0.5em;
  display: inline-block;
  width: 7em;
  min-width: 7em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .section05 .operation-type-box .features-info {
    flex-direction: column;
    border-radius: 20px;
    gap: 0.5em;
    padding: 0.5em 1em;
  }
  .section05 .operation-type-box .features-info span {
    min-width: calc(100% + 0.5em);
  }
}
.section05 .detail-info {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 1em 0 0;
  padding-bottom: 5em;
}
@media screen and (max-width: 576px) {
  .section05 .detail-info {
    text-align: left;
  }
}

/* ===============================================
	section06
=============================================== */
.section06 {
  background: #e0eeff;
}
.section06 .container {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .section06 .container {
    width: 100%;
    padding: 0 5%;
  }
}
.section06 .section06-ttl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 8vw 0 7vw;
}
@media screen and (max-width: 992px) {
  .section06 .section06-ttl {
    margin: 15vw 0 10vw;
  }
}
.section06 .section06-ttl .logo {
  width: 50%;
  max-width: 545px;
  aspect-ratio: 282/28;
  background: url(images/logo.svg) no-repeat center;
  background-size: contain;
}
.section06 .section06-ttl span {
  font-size: clamp(20px, 3vw, 45px);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1200px) {
  .section06 .function-list {
    padding: 0 5%;
  }
}
.section06 .function-list li .li-container .function-list-ttl {
  position: relative;
  background-color: #ffffff;
  border-radius: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 14px;
}
@media screen and (max-width: 992px) {
  .section06 .function-list li .li-container .function-list-ttl {
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .section06 .function-list li .li-container .function-list-ttl {
    margin: 0 -3% 0 -5%;
  }
}
.section06 .function-list li .li-container .function-list-ttl .person-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -55%) scale(0.75);
}
@media screen and (max-width: 992px) {
  .section06 .function-list li .li-container .function-list-ttl .person-img {
    width: 20%;
  }
  .section06 .function-list li .li-container .function-list-ttl .person-img img {
    width: 100%;
  }
}
.section06 .function-list li .li-container .function-list-ttl .number-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1c50a1;
  color: #ffffff;
  width: 90px;
  height: 90px;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .section06 .function-list li .li-container .function-list-ttl .number-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 28px;
  }
}
.section06 .function-list li .li-container .function-list-ttl span:last-child {
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #1c50a1;
  font-size: clamp(20px, 2.2vw, 37px);
}
.section06 .function-list li .li-container .function-list-content {
  text-align: center;
  margin: 1em 0 6vw;
}
.section06 .function-list li .li-container .function-list-content img {
  max-width: 100%;
  margin: 0 auto;
}
.section06 .function-list li .li-container .function-list-content p {
  max-width: 1000px;
  margin: 1em auto;
  font-size: 20px;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 576px) {
  .section06 .function-list li .li-container .function-list-content p {
    padding: 0 8em 0 6em;
  }
}
.section06 .function-list .function-diff-img {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5em 0.5em 0em 1.5em;
  gap: 1em;
}
.section06 .function-list .function-diff-img img {
  width: 50%;
}
@media screen and (max-width: 1440px) {
  .section06 .function-list .function-diff-img {
    padding: 2em 2em 0;
    flex-wrap: wrap;
  }
  .section06 .function-list .function-diff-img img {
    width: unset;
    max-width: 500px;
  }
}
@media screen and (max-width: 992px) {
  .section06 .function-list li.list-03 .li-container .function-list-ttl .person-img {
    width: 26%;
  }
}
@media screen and (max-width: 992px) {
  .section06 .function-list li.list-03 .li-container .function-list-ttl {
    padding-right: 34px;
  }
}
@media screen and (min-width: 576px) {
  .section06 .function-list li.list-03 .li-container .function-list-content p {
    padding: 0 9em 0 6em;
  }
}

/*========================
*
*footer
*
*========================*/
footer {
    width: 100%;
    clear: both;
}
footer .ad{
    position: fixed;
    right: 20px;
    bottom: 40px;
}
footer .pageTopFooter{
    position: fixed;
    right: 40px;
    bottom: 0;
}

#footer-body {
    background-color: #1962aa;
    width: 100%;
}

#footer-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0 10px;
}

#copyright {
    text-align: center;
    margin: 20px 0 10px 0;
}
#copyright li{
    font-size:12px !important;
}

footer nav {
    text-align: left;
}

footer ul {
    padding: 10px 20px 0 30px;
}

footer ul.home {
    background: url(../../../images/footer_kugiri.gif) left bottom no-repeat;
    padding: 0 20px 10px 30px;
}

footer ul li a{
    font-size: 12px !important;
}
footer ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    line-height: 100%;
    font-size: 1.13em;
    color: #fff;
}
footer ul.menu02 li.footerMenuImg {
    margin-bottom: 12px;
}

footer ul li img {
    margin-right: 20px;
}

footer nav a:link {
    text-decoration: none;
    color: #fff;
}

footer nav a:visited {
    text-decoration: none;
    color: #fff;
}

footer nav a:hover {
    text-decoration: underline;
    color: #fff;
}

footer nav a:active {
    text-decoration: underline;
    color: #fff;
}
@media screen and (max-width:768px){
    footer .ad{
        width: 100px;
    }
    footer .pageTopFooter {
        right: 20px;
        width: 100px;
    }
}

/*# sourceMappingURL=style.css.map */