@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap";

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

@supports (-webkit-tap-highlight-color: transparent) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
}

@supports ((-webkit-text-size-adjust: 100%) or (-moz-text-size-adjust: 100%) or (text-size-adjust: 100%)) {
  * {
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
     -ms-text-size-adjust: 100% !important;
         text-size-adjust: 100% !important;
  }
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

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

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

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

a, a:link {
  color: #333
}
a:hover, a:link:hover {
  color: #046;
  text-decoration: none
}
html, body {
  width: 100%;
  position: relative;
  background-color: #fff
}
body {
  width: 100%;
  position: relative;
  max-width: 2560px;
  margin: auto;
  font-size: 15px;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  line-height: 1.5;
  font-weight: 400
}
body .blue {
  color: #0387cc;
  font-weight: bold
}
body .orange {
  color: #ec6a30;
  font-weight: bold
}
.inner {
  width: 100%;
  max-width: 1160px;
  padding: 0 40px;
  margin: auto
}
.inner.w1280 {
  max-width: 1360px
}
@media(max-width: 1080px) {
  .inner {
    padding: 0 20px
  }
}
@media(max-width: 680px) {
  .inner {
    padding: 0 16px
  }
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
  font-style: normal
}
.shadow {
  font-style: normal;
  box-shadow: 0 -16px inset #ffeb03
}
.readmore {
  --more-color: #0387CC;
  font-size: 18px;
  font-weight: bold;
  margin: 15px auto 0
}
.readmore a {
  display: flex;
  justify-content: center;
  padding: 12px 40px;
  background: var(--more-color);
  border: 2px solid var(--more-color);
  color: #fff;
  position: relative;
  transition: .3s;
  cursor: pointer
}
.readmore a:after {
  content: "－";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  border-radius: 5px;
  transition: .3s
}
.readmore a:hover {
  opacity: .8
}
.readmore.active a:after {
  content: "＋"
}
.readbtn {
  font-size: 18px;
  font-weight: bold;
  margin: 12px auto 0
}
.readbtn a, .readbtn.key {
  --btn-color: #FFEB03;
  display: flex;
  justify-content: center;
  padding: 12px 40px;
  background: var(--btn-color);
  border: 2px solid #046;
  color: #046;
  position: relative;
  cursor: pointer;
  transition: .3s
}
.readbtn a svg, .readbtn.key svg {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  transform-origin: center
}
.readbtn a:hover, .readbtn.key:hover {
  background: #fff;
  border-color: var(--btn-color);
  color: var(--btn-color) !important
}
.readbtn:nth-child(2) a {
  --btn-color: #004466;
  color: #fff
}
.readbtn.key {
  background-color: #046;
  color: #fff
}
.readbtn.pointcolor a {
  --btn-color: #EC6A30;
  border-color: #ec6a30;
  color: #fff;
  max-width: 400px;
  margin: auto
}
.readbtn.pointcolor a svg {
  transform: translateY(-50%) rotate(90deg)
}
.readbtn.keycolor a {
  --btn-color: #004466;
  border-color: #046;
  color: #fff;
  max-width: 400px;
  margin: auto
}
.readbtn.keycolor a svg {
  transform: translateY(-50%) rotate(90deg)
}
.readbtn.active.pointcolor a svg, .readbtn.active.keycolor a svg {
  transform: translateY(-50%) rotate(-90deg)
}
.partttl {
  font-size: 20px;
  font-weight: 700;
  padding: 12px 40px;
  text-align: center;
  margin-bottom: 20px;
  background: #0387cc;
  color: #fff
}
.partttl.yellow {
  background: #ffeb03;
  color: #046
}
.partttl.large {
  font-size: 28px
}
.pagettl {
  padding: 40px 20px 0;
  border-left: 6px solid #046;
  font-weight: 700;
  font-size: 17px;
  color: #046;
  text-transform: uppercase
}
.pagettl .jp {
  padding-top: 5px;
  font-size: 30px;
  line-height: 1.3
}
.pagetxt {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 25px 0
}
.pagetxt .color {
  color: #046
}
.pagetxt .bold {
  font-weight: bold;
  font-size: 20px
}
.pagetxt .small {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.6
}
.profile {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 30px 0 20px;
  font-size: 15px
}
.profile .icon {
  width: 110px;
  max-width: 110px;
  min-width: 110px;
  margin-right: 18px
}
.profile .reaction {
  flex: 1 1 auto;
  max-width: 850px;
  padding: 18px 28px;
  line-height: 1.6;
  background: #f2faff;
  position: relative;
  border-radius: 20px;
  color: #333
}
.profile .reaction:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translate(-100%, -50%);
  width: 0;
  height: 0;
  border-right: 16px solid #f2faff;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0)
}
.profile .reaction span {
  font-weight: 800
}
.profile .reaction.gray {
  background: #f4f4f4
}
.profile .reaction.gray:before {
  border-right-color: #f4f4f4
}
.point {
  --color: #004466;
  margin: 20px 0 15px;
  border: 2px solid var(--color);
  background: #fff
}
.point .ttl {
  display: flex;
  color: var(--color);
  font-weight: bold;
  font-size: 18px
}
.point .ttl span {
  padding: 8px 10px;
  line-height: 1.4
}
.point .ttl span.en {
  background: var(--color);
  white-space: nowrap;
  color: #fff;
  display: flex;
  align-items: center
}
.point .txt {
  padding: 8px 25px 18px;
  line-height: 1.7;
  font-weight: 400
}
.itemul {
  padding-top: 8px;
  font-size: 15px;
  line-height: 1.5
}
.itemul li {
  margin: 5px 0;
  padding-left: 22px;
  font-weight: 500;
  color: #333;
  position: relative
}
.itemul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #0387cc
}
.itemul ul.orange li:before {
  background: #ec6a30
}
.itemtext {
  font-size: 15px
}
.itemtext .btn {
  transform: translateY(-50%)
}
.itemtext .block {
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px
}
.itemtext .block .bold {
  font-weight: bold;
  color: #ec6a30;
  font-size: 18px;
  border-bottom: 2px solid #ec6a30;
  padding-bottom: 3px;
  margin-bottom: 10px
}
.itemtext .block .bold+.itemul {
  padding: 2px
}
.itemtext .block .center {
  text-align: center;
  font-weight: 500;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.itemtext .block .center .pic {
  width: 80%;
  max-width: 280px;
  margin: 25px auto 5px
}
.itemtext .block.color {
  color: #046
}
.itemtext .block.color .bold {
  color: #046;
  border-color: #046
}
.itemtext .block:nth-child(1) .center .pic {
  max-width: unset
}
.itemtext.bg {
  background: #fef6e4;
  margin-top: 60px;
  padding: 0 40px 20px
}
.itemtext.bg.gray {
  background: #f5f5f5
}
.header {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  letter-spacing: 1px;
  background: #fff
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px
}
.header .info {
  font-size: 13px;
  padding-right: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap
}
.header .info .logo {
  margin-right: 20px;
  width: 85px;
  max-width: 85px
}
.header .info .bold {
  font-size: 18px;
  font-weight: 900;
  margin-top: 5px
}
.header .info .bold span {
  color: #046;
  padding-left: 5px
}
.header .btn {
  width: 60px;
  height: 60px;
  border-radius: 9px;
  background: #046;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  transition: .3s
}
.header .btn .toggle {
  width: 30px;
  padding-bottom: 12px;
  position: relative
}
.header .btn .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  transition: .4s
}
.header .btn .toggle span:nth-child(2) {
  transform: translateY(6px)
}
.header .btn:hover {
  box-shadow: 3px 2px 0 #0387cc
}
.header .btn.active .toggle span:nth-child(1) {
  transform: rotate(22deg) translateY(2px)
}
.header .btn.active .toggle span:nth-child(2) {
  transform: rotate(-22deg)
}
.header-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8;
  background: #fff;
  width: 80%;
  max-width: 800px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(200%);
  transition: .8s ease
}
.header-menu ul li {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #666
}
.header-menu ul li a {
  display: inline-block;
  padding: 15px 10px 12px;
  color: #046
}
.header-menu.active {
  transform: translateX(0)
}
.hero {
  background: url(../img/lpdi_sample_c/hero_bg.jpg) 30% 100%/cover no-repeat;
  overflow: hidden;
  position: relative;
  padding: 100px 0 40px
}
.hero .content-wrapper {
  background: #fff
}
.hero .data-content {
  position: relative;
  padding: 60px 40px 30px
}
.hero .data-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 260px;
  height: 420px;
  background: url(../img/lpdi_sample_c/hero_left.svg) left bottom/contain no-repeat;
  z-index: 2
}
.hero .data-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  right: -40px;
  width: 200px;
  height: 360px;
  background: url(../img/lpdi_sample_c/hero_right-full.svg) right bottom/contain no-repeat;
  z-index: 2
}
.hero .data-content .bubbles {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center
}
.hero .data-content .bubbles div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  background: #046;
  border-radius: 50%;
  height: 80px;
  width: 80px
}
.hero .data-content .bubbles div.en {
  font-size: 28px;
  width: 100px;
  height: 100px
}
.hero .data-content .bubbles div:nth-child(1) {
  transform: translate(5px, 30px)
}
.hero .data-content .bubbles div:nth-child(2) {
  transform: translate(-2px, -15px)
}
.hero .data-content .bubbles div:nth-child(3) {
  transform: translateY(-25px)
}
.hero .data-content .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  z-index: 2
}
.hero .data-content .flex.end {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 10px;
  z-index: 3
}
.hero .data-content .flex.cen {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 10px;
  z-index: 3
}
.hero .data-content .flex .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 700
}
.hero .data-content .flex .nav div {
  color: #046;
  padding: 4px 20px;
  padding-right: 0;
  margin-top: 10px;
  position: relative;
  z-index: 2
}
.hero .data-content .flex .nav div:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #ffeb03;
  z-index: -1
}
.hero .data-content .flex .ul ul {
  display: flex;
  margin-top: 20px
}
.hero .data-content .flex .ul li {
  margin-left: 10px;
  background: #046;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  width: auto;
  min-width: 130px;
  text-align: center;
  padding: 5px
}
.hero .data-content .bold {
  font-size: 37px;
  font-weight: 900;
  font-feature-settings: "palt"
}
.hero .data-content .bold span {
  font-size: 44px;
  letter-spacing: 2px
}
.hero .data-content .bold .small {
  position: relative;
  margin-left: -20px;
  font-weight: 600;
  font-size: 28px;
  display: flex;
  align-items: center
}
.hero .data-content .bold .small:before {
  content: "＼";
  display: block;
  margin-right: 5px
}
.hero .data-content .bold .small:after {
  content: "／";
  display: block;
  margin-left: 5px
}
.hero .data-nums {
  margin-top: 20px;
  margin-left: -15px;
  display: flex;
  z-index: 3;
  position: relative
}
.hero .data-nums .num {
  width: calc(25% - 15px);
  margin-left: 15px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  background: #fff;
  padding: 15px;
  box-shadow: 8px 8px 0 #046
}
.hero .data-nums .num .ttl {
  font-size: 21px
}
.hero .data-nums .num .txt {
  color: #e9482d
}
.hero .data-nums .num .txt em {
  font-style: normal;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px
}
.hero .data-nums .num .tip {
  font-size: 12px;
  color: #046
}
.hero .data-tip {
  font-size: 12px;
  color: #046;
  margin-top: 20px;
  z-index: 3;
  position: relative;
  padding-left: 10px
}
.hero .data-tip ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end
}
.hero .data-tip ul li {
  background-color: rgba(255, 255, 255, .8);
  padding: 0 10px
}
.buying {
  position: relative;
  background: #f2faff;
  padding: 0 0 60px;
  line-height: 1.6;
  font-size: 16px;
  color: #046
}
.buying .buying-ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 80px
}
.buying .buying-ttl .small {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  line-height: 2
}
.buying .buying-ttl .small span {
  display: flex;
  align-items: center;
  box-shadow: 0 -8px inset #ffeb03
}
.buying .buying-ttl .small span:before {
  content: "＼";
  display: block
}
.buying .buying-ttl .small span:after {
  content: "／";
  display: block
}
.buying .buying-txt {
  margin: 20px 0 30px;
  font-size: 14px;
  text-align: center
}
.buying .buying-txt .tip {
  font-size: 12px
}
.buying .buying-items {
  background: #fff;
  padding: 30px 90px;
  display: flex;
  flex-wrap: wrap
}
.buying .buying-items .item {
  width: 20%;
  padding: 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center
}
.buying .buying-items .item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px
}
.buying .buying-1 {
  margin: 0px auto 0
}
.buying .buying-1 .wrapper {
  width: 100%;
  max-width: 1280px;
  margin: auto
}
.buying .buying-1 .partttl {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 12px 0
}
.buying .buying-1 .partttl:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #ffeb03;
  z-index: -1
}
.buying .buying-1 .buying1-txt {
  font-size: 16px;
  font-weight: 500;
  color: #046;
  text-align: center;
  margin-top: 22px;
  line-height: 1.7
}
.buying .buying-1 .items {
  margin-top: 22px;
  display: flex;
  justify-content: space-between
}
.buying .buying-1 .item {
  width: calc(50% - 10px);
  background: #fff;
  --key-color: #0387CC;
  --bg-color: #F3FAFF;
  display: flex;
  flex-direction: column
}
.buying .buying-1 .item .top {
  background: var(--key-color);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff
}
.buying .buying-1 .item .top .name {
  margin-right: 15px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: var(--key-color);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 10px
}
.buying .buying-1 .item .bottom {
  flex: 1 1 auto;
  padding: 20px 30px;
  border: 2px solid #0387cc;
  border-top: 0
}
.buying .buying-1 .item .bottom .info {
  display: flex;
  padding-bottom: 5px
}
.buying .buying-1 .item .bottom .info .img {
  width: 35%;
  position: relative
}
.buying .buying-1 .item .bottom .info .img img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto
}
.buying .buying-1 .item .bottom .info .txt {
  flex: 1 1 auto
}
.buying .buying-1 .item .bottom .info .txt dl {
  font-weight: bold;
  display: flex;
  font-feature-settings: "palt"
}
.buying .buying-1 .item .bottom .info .txt dt {
  padding-right: 5px;
  white-space: nowrap
}
.buying .buying-1 .item .bottom .content {
  background: var(--bg-color);
  padding: 20px;
  display: none
}
.buying .buying-1 .item:nth-child(2) {
  --key-color: #004466;
  --bg-color: #F4F4F4
}
.buying .buying-1 .item:nth-child(2) .bottom .blue {
  color: var(--key-color)
}
.buying .buying-1 .item:nth-child(2) .bottom .readmore {
  --more-color: #004466
}
.contact {
  background: url(../img/lpdi_sample_c/contact_bg.jpg) 47% 100%/cover no-repeat;
  overflow: hidden;
  padding: 40px 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #046
}
.contact .content {
  background: #fff;
  padding: 30px 80px 40px
}
.contact .content.opacity {
  background: rgba(255, 255, 255, .7)
}
.contact .txt {
  line-height: 1.6
}
.contact .txt em {
  padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
  font-style: normal
}
.contact .ttl {
  font-size: 30px;
  margin-bottom: 18px
}
.contact .ttl br.sp {
  display: none
}
.contact .btns {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-left: -20px
}
.contact .btns .readbtn {
  width: calc(50% - 20px);
  margin-left: 20px
}
.contact .ttl2 {
  font-size: 20px;
  font-weight: bold;
  color: #046;
  margin-bottom: 10px
}
.contact .fig-text {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin: auto
}
.contact .fig-text .text {
  flex: 1 1 auto;
  font-size: 16px
}
.contact .fig-text .text li {
  margin: 8px 0;
  text-align: left;
  padding-left: 22px;
  position: relative
}
.contact .fig-text .text li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 16px;
  background: url(../img/lpdi_sample_c/check.png) 100% 100%/contain no-repeat
}
.contact .fig-text .fig {
  width: 40%;
  max-width: 320px;
  padding-left: 20px
}
.contact .tip {
  text-align: left;
  width: 100%;
  max-width: 760px;
  font-size: 16px;
  font-weight: 600;
  margin: 10px auto 0
}
.contact.contact2 .ttl2 {
  display: flex;
  justify-content: center;
  align-items: center
}
.contact.contact2 .ttl2:before {
  content: "＼";
  display: block;
  font-size: 2.2em;
  margin-right: 5px;
  font-weight: 900;
  color: #ec6a30
}
.contact.contact2 .ttl2:after {
  content: "／";
  display: block;
  font-size: 2.2em;
  margin-left: 5px;
  font-weight: 900;
  color: #ec6a30
}
.contact.contact3 .txt {
  text-align: left
}
.uneasy {
  background: #dbebf4;
  position: relative;
  padding: 50px 0 30px;
  color: #046
}
.uneasy .ttl {
  background: #046;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center
}
.uneasy .nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 700
}
.uneasy .nav .ul {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin: 30px 0 0;
  padding: 15px 30px;
  background: #fff
}
.uneasy .nav .ul li {
  margin: 5px 0;
  padding-left: 28px;
  position: relative
}
.uneasy .nav .ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 18px;
  background: url(../img/lpdi_sample_c/check.png) 100% 100%/contain no-repeat
}
.uneasy .nav .img {
  width: calc(25% - 10px)
}
.uneasy .nav .img.left {
  transform: translateX(-40px)
}
.about {
  position: relative;
  margin-bottom: 60px
}
.about .about-ttl {
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  background: #ffeb00;
  color: #046;
  font-weight: 800;
  font-size: 27px;
  position: relative
}
.about .about-ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #ffeb00;
  border-right: 60px solid rgba(0, 0, 0, 0);
  border-left: 60px solid rgba(0, 0, 0, 0);
  transform: translate(-50%, 100%)
}
.about .content {
  padding: 0 20px
}
.about .content .profile {
  padding: 30px 20px 20px
}
.about .content .item {
  line-height: 1.7;
  font-size: 15px
}
.about .content .item>div {
  padding: 8px 20px
}
.about .content .item .ttl {
  background: #0387cc;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px
}
.about .content .item .text {
  display: flex
}
.about .content .item .text .img {
  width: 45%;
  max-width: 420px;
  padding-left: 30px
}
.about .content .item .text .text {
  flex: 1 1 auto
}
.about .content .item:not(:last-child) {
  margin-bottom: 20px
}
.recommend {
  background: #dbebf4;
  position: relative;
  padding: 60px 0 80px
}
.recommend .wrapper {
  background: #fff;
  padding: 0 20px
}
.recommend .items {
  padding: 40px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.recommend .item {
  width: calc(50% - 10px);
  margin-bottom: 40px
}
.recommend .item .part {
  padding: 0 30px
}
.recommend .item .part .pic {
  margin: 15px auto 15px
}
.recommend .item .part .tip {
  font-size: 13px
}
.recommend .item .part .tip a {
  text-decoration: underline;
  transition: .3s
}
.recommend .item .part .tip a:hover {
  color: #046
}
.recommend .item .part .tip li {
  padding: 2px 0 0
}
.recommend .item .partttl {
  padding: 7px 10px
}
.recommend .item:nth-child(2n-1) .has-tip {
  width: 100%;
  max-width: 340px;
  margin: auto
}
.feature .items {
  padding: 30px 0 20px
}
.feature .item {
  margin-bottom: 40px
}
.feature .item .partttl {
  text-align: left
}
.feature .item .content {
  display: flex;
  align-items: flex-end;
  padding: 0 30px
}
.feature .item .content .text {
  flex: 1 1 auto
}
.feature .item .content .pic {
  width: 38%;
  max-width: 38%;
  min-width: 38%;
  padding-left: 20px
}
.feature .item .content.reverse {
  margin-top: 15px;
  flex-direction: row-reverse
}
.feature .item .content.reverse .pic {
  padding: 0;
  padding-right: 20px
}
.feature .item ul {
  font-size: 18px;
  font-weight: bold;
  color: #046
}
.feature .item ul li {
  margin: 3px 0;
  padding-left: 24px;
  position: relative
}
.feature .item ul li:before {
  content: "◆";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  color: #0387cc;
  font-size: .94em
}
.feature .item .tip {
  font-size: 13px;
  margin-top: 5px
}
.feature .item .txt.bold {
  color: #046;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px
}
.feature .item .txt.bg {
  background: #f2faff;
  padding: 20px 25px;
  line-height: 1.7
}
.feature .item .txt.bg .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #046;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.feature .item .txt.bg .ttl:before {
  content: "＼";
  display: block;
  font-size: 1em;
  margin-right: 5px
}
.feature .item .txt.bg .ttl:after {
  content: "／";
  display: block;
  font-size: 1em;
  margin-left: 5px
}
.feature .item .txt .color {
  color: #0387cc
}
.feature .item .txt .color span {
  font-weight: bold;
  font-size: 20px;
  padding-right: 10px;
  width: 90px;
  display: inline-block
}
.course {
  position: relative;
  margin-bottom: 40px
}
.course .steps {
  display: flex;
  padding: 20px 10px
}
.course .steps .step {
  padding: 20px 40px;
  font-size: 16px;
  width: 25%;
  color: #046;
  text-align: center;
  font-weight: bold;
  position: relative
}
.course .steps .step div {
  width: 100%;
  background: #e3f5ff;
  border: 5px solid #0387cc
}
.course .steps .step span {
  display: block;
  padding: 6px 6px 8px
}
.course .steps .step span.color {
  background: #0387cc;
  color: #fff
}
.course .steps .step:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid #046;
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0)
}
.course .steps .step:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(100%, -50%);
  width: 0;
  height: 0;
  border-left: 22px solid #0387cc;
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0)
}
.course .item {
  font-size: 16px;
  font-weight: bold
}
.course .item .itemttl {
  font-size: 23px;
  font-weight: bold;
  color: #0387cc;
  line-height: 1.3;
  border-bottom: 4px solid #0387cc;
  display: flex
}
.course .item .itemttl .txt {
  flex: 1 1 auto;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.course .item .itemttl .num {
  width: 60px;
  background: #0387cc;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: .95;
  padding: 8px 10px 5px;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.course .item .itemttl .num em {
  display: block;
  font-size: 32px;
  font-style: normal;
  padding-top: 2px
}
.course .item>.text {
  padding: 20px 30px;
  color: #046
}
.course .item>.text .wrapper {
  margin-top: 20px;
  padding: 30px;
  background: #f3faff
}
.course .item>.text .fig-text {
  display: flex
}
.course .item>.text .fig-text .fig {
  width: 46%;
  min-width: 46%;
  max-width: 46%;
  padding-left: 40px
}
.course .item>.text .fig-text .text {
  flex: 1 1 auto
}
.course .item>.text .fig-text .text .block:not(:last-child) {
  margin-bottom: 20px
}
.course .item>.text .fig-text .text .name {
  font-weight: bold;
  padding-left: 40px;
  position: relative
}
.course .item>.text .fig-text .text .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 35px;
  height: 27px;
  background: url(../img/lpdi_sample_c/point.png) 100% 100%/contain no-repeat
}
.course .item>.text .fig-text .text ul span {
  display: block;
  font-weight: 400;
  padding-bottom: 5px
}
.course .item>.text .fig-text .text ul span.bold {
  font-weight: bold;
  color: #0387cc
}
.course .item>.text .fig-text .text .tip {
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
  color: #333
}
.course .item.orange .itemttl {
  color: #ec6a30;
  border-color: #ec6a30;
  border-left: 20px solid #ec6a30
}
.course .item.orange .text .wrapper {
  background: #fff2eb
}
.course .item.orange .text .fig-text .text .name {
  color: #ec6a30
}
.course .item.orange .text .fig-text .text .name:before {
  background-image: url(../img/lpdi_sample_c/poing2.png)
}
.course .item.orange .text .fig-text .text ul li:before {
  background: #ec6a30
}
.course .item.orange .text .fig-text .text ul span.bold {
  color: #ec6a30
}
.course .item.orange .point {
  --color: #EC6A30
}
.expert {
  margin: 80px 0 20px;
  font-size: 18px;
  font-weight: bold
}
.expert .wrapper {
  padding: 25px 50px;
  padding-right: 20px;
  background: url(../img/lpdi_sample_c/contact_bg.jpg) 100% 100%/cover no-repeat;
  position: relative
}
.expert .wrapper .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  padding-left: 20px;
  transform: translate(20px, 40px)
}
.expert .ttl {
  font-size: 30px;
  color: #046;
  margin-bottom: 15px
}
.expert .txt {
  padding: 15px 20px;
  background: #fff;
  width: 90%;
  max-width: 760px;
  line-height: 1.7
}
.introduce {
  padding-bottom: 40px
}
.introduce .wrapper {
  padding: 20px 0
}
.introduce .wrapper .txt {
  line-height: 1.7
}
.introduce .wrapper .txt .tip {
  font-size: 12px
}
.introduce .name {
  font-size: 23px;
  font-weight: bold;
  color: #ec6a30;
  border-left: 20px solid #ec6a30;
  border-bottom: 4px solid #ec6a30;
  display: flex;
  padding: 8px
}
.introduce .item {
  padding: 20px 0 0
}
.introduce .item .itemttl {
  font-size: 20px;
  font-weight: bold;
  background: #ec6a30;
  color: #fff;
  padding: 5px 25px
}
.introduce .item .iteminfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}
.introduce .item .iteminfo .left {
  padding-left: 12px;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end
}
.introduce .item .iteminfo .left .itemul {
  flex: 1 1 auto
}
.introduce .item .iteminfo .left .pic {
  width: 42%;
  max-width: 130px
}
.introduce .item .iteminfo .right {
  width: 52%;
  min-width: 52%;
  max-width: 52%;
  padding-left: 20px
}
.introduce .item .blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}
.introduce .item .blocks .block {
  padding: 20px;
  background: #f4f4f4;
  width: calc(50% - 10px)
}
.introduce .item .fig-text {
  font-size: 15px;
  line-height: 1.7;
  display: flex
}
.introduce .item .fig-text .fig {
  width: 45%;
  max-width: 340px;
  padding: 0 25px
}
.introduce .item .fig-text .text {
  flex: 1 1 auto
}
.introduce .item .fig-text .text ul {
  margin: 15px 0
}
.introduce .item .fig-text .text ul li {
  margin: 2px 0
}
.introduce .item .fig-text .text.medium {
  font-weight: 500
}
.introduce .itembtn .readbtn {
  margin: 40px 0 0 !important
}
.introduce .itemtext {
  margin-top: -30px !important;
  padding-top: 40px !important
}
.case {
  background: url(../img/lpdi_sample_c/case_bg.jpg) top center/cover no-repeat;
  position: relative;
  padding: 60px 0
}
.case .wrapper {
  background: #fff;
  padding: 0 20px 20px
}
.case .item {
  margin-top: 30px
}
.case .item .ttl {
  color: #046;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex
}
.case .item .ttl span {
  display: inline-block;
  background: #0387cc;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  margin-right: 15px;
  white-space: nowrap
}
.case .item .fig-text {
  background: #f3faff;
  display: flex;
  padding: 20px 40px;
  padding-left: 24%;
  position: relative;
  font-weight: 500
}
.case .item .fig-text img {
  position: absolute;
  left: 30px;
  top: 55%;
  transform: translateY(-50%);
  width: 20%;
  max-width: 20%;
  height: auto
}
.case .item:not(:last-child) {
  margin-bottom: 60px
}
.case .itembtn .readbtn {
  margin: 40px 0 0 !important
}
.case .itemtext {
  margin-top: -30px !important;
  padding-top: 40px !important
}
.office {
  clear: both;
  position: relative;
  overflow: hidden
}
.office .content {
  margin-bottom: 80px
}
.office .name {
  border-left: 20px solid #046;
  border-bottom: 4px solid #046;
  font-size: 23px;
  font-weight: bold;
  color: #046;
  padding: 8px 10px;
  margin: 30px 0 20px
}
.office .name br {
  display: none
}
.office .address {
  display: flex
}
.office .address .pic {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-right: 30px
}
.office .address .text {
  flex: 1 1 auto;
  background: #f3faff;
  padding: 15px 30px 30px;
  font-size: 14px;
  line-height: 1.7
}
.office .address .text dl {
  padding: 15px 0;
  display: flex;
  border-bottom: 2px dotted #046
}
.office .address .text dl svg {
  width: 30px;
  height: 24px
}
.office .address .text dd {
  padding-left: 12px
}
.office .pics {
  margin-top: 25px;
  display: flex;
  margin-left: -30px;
  justify-content: center
}
.office .pics .pic {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  cursor: pointer;
  margin-bottom: 10px
}
.office .pics .pic img {
  height: 200px;
  object-fit: cover
}
.office .pics-tip {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px
}
.office .staff {
  background: #f4f4f4;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  display: flex
}
.office .staff>img, .office .staff picture>img {
  float: left;
  width: 240px;
  height: 240px;
  margin: 20px 0 20px 20px;
  object-fit: cover
}
.office .staff div {
  padding: 20px 20px;
  padding-right: 40px
}
.office .staff div img {
  display: none
}
.office .staff div em {
  float: right;
  font-style: normal;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  color: #046
}
.office .staff div p:not(:last-child) {
  margin-bottom: 15px
}
.office .staff .bold {
  font-weight: bold;
  color: #046;
  font-size: 18px;
  border-bottom: 2px solid #046;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 6px
}
.office .conatct-us {
  margin-top: 40px;
  display: flex;
  align-items: center
}
.office .conatct-us .map {
  width: 52%;
  flex-shrink: 0;
  padding-right: 20px
}
.office .conatct-us .map .icon {
  border: 2px solid #046
}
.office .conatct-us .map .readbtn {
  margin-top: -3px
}
.office .conatct-us .map .readbtn .icon {
  border: none
}
.office .conatct-us .tel {
  flex: 1 1 auto;
  background: #f4f4f4;
  padding: 20px
}
.office .conatct-us .tel .ttl {
  font-size: 16px;
  font-weight: bold;
  background: #ec6a30;
  color: #fff;
  text-align: center;
  padding: 10px 10px
}
.office .conatct-us .tel .info {
  display: flex;
  align-items: center;
  line-height: 1.7;
  margin: 15px 0;
  font-size: 14px
}
.office .conatct-us .tel .info .pic {
  width: 45%;
  max-width: 45%;
  min-width: 45%;
  padding-right: 20px
}
.office .conatct-us .tel .info .bold {
  font-size: 18px;
  font-weight: bold;
  color: #ec6a30;
  margin-bottom: 5px
}
.office .conatct-us .tel .phone {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: bold
}
.office .conatct-us .tel .phone a {
  display: block;
  background: #fff;
  border: 2px solid #ec6a30;
  color: #ec6a30;
  padding: 10px 50px;
  transition: .3s
}
.office .conatct-us .tel .phone a:hover {
  background: #ec6a30;
  color: #fff
}
.office .vr {
  margin: 40px 0
}
.office .vr .vr-ttl {
  text-align: center;
  color: #046;
  font-size: 20px;
  font-weight: 600
}
.office .vr iframe.flic360 {
  display: block;
  width: 80%;
  margin: 10px auto 0;
  border: none;
  aspect-ratio: 16/9
}
.faq {
  margin-top: 60px;
  padding: 60px 0;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  background: #e3f5ff
}
.faq .wrapper {
  background: #fff;
  padding: 0 20px 20px
}
.faq .content {
  padding: 20px 20px
}
.faq dt {
  padding: 15px 0;
  padding-right: 60px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer
}
.faq dt:before {
  content: "q";
  display: block;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background: #0387cc;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
  padding-bottom: 4px;
  margin-right: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center
}
.faq dt:after {
  content: "＋";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #046;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: .3s
}
.faq dd {
  background: #f3faff;
  padding: 15px 40px;
  line-height: 1.7;
  padding-left: 85px;
  position: relative;
  display: flex
}
.faq dd .bold {
  font-size: 15px;
  color: #046;
  font-weight: bold;
  display: block
}
.faq dd span {
  display: block
}
.faq dd span:not(:first-child) {
  padding-top: 10px
}
.faq dd span a {
  text-decoration: underline
}
.faq dd ul {
  padding-top: 10px
}
.faq dd ul li {
  padding: 2px 0
}
.faq dd:before {
  content: "a";
  display: block;
  position: absolute;
  left: 20px;
  top: 12px;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background: #046;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
  padding-bottom: 4px;
  margin-right: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center
}
.faq dl {
  border-bottom: 2px solid #046
}
.faq dl div {
  padding: 10px 0
}
.faq dl.no {
  user-select: none
}
.faq dl.no dt {
  cursor: auto
}
.faq dl.no dt:before {
  content: "?"
}
.faq dl.active dt:after {
  content: "－"
}
.inquiry .ttl {
  background: url(../img/lpdi_sample_c/inquiry_bg1.jpg) top center/cover no-repeat;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #046;
  z-index: 2;
  position: relative
}
.inquiry .ttl .wrapper {
  position: relative;
  padding: 40px 40px
}
.inquiry .ttl .strong {
  font-weight: bold;
  font-size: 30px;
  padding: 15px 0 30px;
  position: relative
}
.inquiry .ttl .strong:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 200px;
  height: 4px;
  background: #0387cc;
  border-radius: 5px;
  transform: translateX(-50%)
}
.inquiry .ttl .icon1 img, .inquiry .ttl .icon2 img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  max-width: 240px;
  z-index: -1
}
.inquiry .ttl .icon2 img {
  left: inherit;
  right: 0
}
.inquiry .content {
  background: #fff;
  padding: 60px 0;
  font-size: 15px
}
.inquiry .content dl {
  padding: 20px 0
}
.inquiry .content dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px
}
.inquiry .content dt span {
  display: block;
  margin-right: 10px;
  padding: 4px 15px;
  background: #ebebeb;
  font-weight: 500;
  color: #046;
  text-align: center
}
.inquiry .content dt span.must {
  background: #0387cc;
  color: #fff
}
.inquiry .content dd input, .inquiry .content dd select, .inquiry .content dd textarea {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 8px 20px;
  background: #f3faff;
  border: 0
}
.inquiry .content dd input[type=radio] {
  width: unset;
  display: inline;
  padding: 0
}
.inquiry .content dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #f3faff url(../img/lpdi_sample_c/arrow.png) 98% 50%/13px 20px no-repeat
}
.inquiry .content dd input[type=date] {
  display: inline-block;
  width: 260px;
  max-width: 100%;
  margin-left: 10px
}
.inquiry .content dd .time {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px
}
.inquiry .content dd .time label {
  margin: 10px 0;
  display: flex;
  align-items: center
}
.inquiry .content dd .time label span.date-name {
  white-space: nowrap
}
.inquiry .content .check {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500
}
.inquiry .content .check a {
  color: #046;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px
}
.inquiry .content .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0
}
.inquiry .content .submit input {
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 40px;
  background: #046 url(../img/lpdi_sample_c/go.png) 95% 50%/26px 26px no-repeat;
  border: 2px solid #046;
  color: #fff;
  transition: .3s
}
.inquiry .content .submit input:hover {
  opacity: .9
}
.inquiry .content .pp {
  text-decoration-line: underline
}
.footer {
  text-align: center;
  padding: 40px 10px 120px;
  background: url(../img/lpdi_sample_c/inquiry_bg1.jpg) top center/cover no-repeat;
  font-weight: 500;
  font-size: 13px;
  line-height: 2;
  text-align: center
}
.footer a {
  text-decoration: underline
}
.footer .copyright {
  padding-left: 10px
}
.to_top {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 1000;
  background: #046;
  color: #fff;
  font-weight: 700;
  padding: 5px 0 0 0;
  text-align: center;
  line-height: 1.3;
  border-radius: 100px;
  font-size: 12px
}
.to_top:hover {
  color: #fff
}
.cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  z-index: 999
}
.cta a {
  color: #fff;
  display: block;
  text-align: center;
  width: 400px;
  max-width: 48%;
  padding: 6px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 22px;
  transition-duration: .2s
}
.cta a:first-child {
  background-color: #ec6a30
}
.cta a:first-child:hover {
  color: #046 !important
}
.cta a:last-child {
  background-color: #046
}
.cta a:last-child:hover {
  color: #ec6a30 !important
}
.cta a span {
  display: block;
  font-size: 14px
}
span.wpcf7-list-item label {
  margin-bottom: 6px;
  font-weight: 500;
  display: flex;
  gap: 6px
}
span.wpcf7-list-item label input[type=checkbox] {
  padding: 8px 8px 8px 8px;
  margin-top: 5px
}
p.accpt-checkbox {
  margin-top: 8px
}
.inquiry .content dd input[type=checkbox] {
  width: unset;
  display: inline
}
.pamphlet h3 {
  border-bottom: 2px solid #046;
  padding-bottom: 8px;
  margin-bottom: 17px;
  margin-top: 40px
}
.thanks_msg {
  text-align: left;
  margin: 20px auto 40px;
  font-weight: 500;
  width: 500px;
  max-width: 100%
}
.thanks_msg a {
  text-decoration: underline
}
.thanks_back {
  background: #046;
  text-align: center;
  width: 260px;
  display: block;
  color: #fff !important;
  font-weight: 600;
  padding: 10px 0;
  margin: 0 auto 60px;
  transition-duration: .2
}
.thanks_back:hover {
  opacity: .8
}
.thanks_back.pf_btn {
  background-color: #ec6a30;
  background-image: url(../img/lpdi_sample_c/dl.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 20px
}
.thanks_flex {
  display: flex;
  justify-content: center;
  gap: 10px
}
@media(max-width: 1480px) {
  .readmore {
    font-size: 17px
  }
  .readbtn {
    font-size: 17px
  }
  .hero .data-content {
    padding: 60px 30px 30px
  }
  .hero .data-content .bubbles div {
    width: 75px;
    height: 75px;
    font-size: 16px
  }
  .hero .data-content .bubbles div.en {
    font-size: 24px;
    width: 95px;
    height: 95px
  }
  .hero .data-content .bold {
    font-size: 28px
  }
  .hero .data-content .bold span {
    font-size: 38px
  }
  .hero .data-content:before {
    width: 240px;
    height: 400px
  }
  .hero .data-content:after {
    width: 170px;
    height: 350px
  }
  .hero .data-content .flex .nav {
    font-size: 20px
  }
  .hero .data-content .flex .ul li {
    font-size: 18px
  }
  .hero .data-nums .num {
    font-size: 18px
  }
  .hero .data-nums .num .ttl {
    font-size: 19px
  }
  .hero .data-nums .num .txt em {
    font-size: 50px
  }
}
@media(max-width: 1180px) {
  .readmore {
    font-size: 16px
  }
  .readbtn {
    font-size: 16px
  }
  .pagettl {
    font-size: 16px
  }
  .pagettl .jp {
    font-size: 28px
  }
  .pagetxt {
    font-size: 17px
  }
  .pagetxt .bold {
    font-size: 19px
  }
  .pagetxt .small {
    font-size: 16px
  }
  .partttl {
    font-size: 18px;
    padding: 10px 12px
  }
  .partttl.large {
    font-size: 25px
  }
  .profile .icon {
    width: 100px;
    min-width: 100px
  }
  .header {
    letter-spacing: 0
  }
  .header .wrapper {
    padding: 10px 0
  }
  .hero {
    padding: 80px 0 40px
  }
  .hero .data-content {
    padding: 40px 20px 20px
  }
  .hero .data-content .bubbles div {
    width: 65px;
    height: 65px;
    font-size: 14px
  }
  .hero .data-content .bubbles div:nth-child(1) {
    transform: translateY(15px)
  }
  .hero .data-content .bubbles div:nth-child(2) {
    transform: translateY(-16px)
  }
  .hero .data-content .bubbles div.en {
    font-size: 20px;
    width: 80px;
    height: 80px
  }
  .hero .data-content .bold {
    font-size: 24px
  }
  .hero .data-content .bold .small {
    font-size: 25px
  }
  .hero .data-content .bold span {
    font-size: 32px
  }
  .hero .data-content:before {
    width: 170px;
    height: 320px;
    bottom: 35px;
    left: -20px
  }
  .hero .data-content:after {
    width: 150px;
    height: 300px
  }
  .hero .data-content .flex.end {
    align-items: center
  }
  .hero .data-content .flex .nav {
    font-size: 20px
  }
  .hero .data-content .flex .nav div:after {
    width: calc(100% + 100px)
  }
  .hero .data-content .flex .ul li {
    font-size: 18px;
    min-width: 100px
  }
  .hero .data-nums .num {
    font-size: 15px;
    padding: 15px 10px
  }
  .hero .data-nums .num .ttl {
    font-size: 17px
  }
  .hero .data-nums .num .txt em {
    font-size: 36px
  }
  .buying {
    padding: 40px 0;
    font-size: 15px
  }
  .buying .buying-txt {
    margin: 15px 0 25px
  }
  .buying .buying-1 .buying1-txt {
    font-size: 15px;
    font-weight: normal;
    text-align: left
  }
  .buying .buying-1 .item .top {
    font-size: 18px
  }
  .buying .buying-1 .item .bottom .info .img {
    width: 32%
  }
  .contact {
    font-size: 17px
  }
  .contact .ttl {
    margin-bottom: 15px;
    font-size: 28px
  }
  .contact .tip {
    font-size: 15px;
    margin: 8px auto 0
  }
  .contact .content {
    padding: 30px 60px 40px
  }
  .uneasy .nav {
    font-size: 17px
  }
  .uneasy .nav .ul {
    width: 52%;
    min-width: 52%;
    max-width: 52%
  }
  .uneasy .nav .ul li {
    padding-left: 25px
  }
  .uneasy .nav .ul li:before {
    top: 4px;
    width: 18px;
    height: 16px
  }
  .uneasy .nav .img {
    width: calc(24% - 10px)
  }
  .about .about-ttl {
    font-size: 25px
  }
  .about .content .profile {
    padding: 20px
  }
  .about .content .item .ttl {
    font-size: 18px
  }
  .course .item .itemttl {
    font-size: 22px
  }
  .course .item .itemttl .num em {
    font-size: 30px
  }
  .course .item>.text .fig-text .text .name:before {
    width: 30px;
    height: 25px;
    top: -5px
  }
  .course .steps {
    padding: 10px 0
  }
  .course .steps .step {
    padding: 20px 30px
  }
  .course .steps .step:not(:last-child):before, .course .steps .step:not(:last-child):after {
    border-left-width: 18px;
    border-top-width: 12px;
    border-bottom-width: 12px
  }
  .expert .ttl {
    font-size: 28px
  }
  .expert .wrapper .pic {
    width: 27%;
    max-width: 27%;
    min-width: 27%
  }
  .case .item .ttl {
    font-size: 20px
  }
  .case .item .ttl span {
    font-size: 17px
  }
  .office .staff>img {
    margin-bottom: 15px
  }
  .faq dt {
    font-size: 17px
  }
  .faq dt:before {
    font-size: 32px
  }
  .faq dd:before {
    font-size: 32px
  }
  .inquiry .ttl {
    font-size: 15px
  }
  .inquiry .ttl .strong {
    font-size: 28px
  }
  .inquiry .content {
    padding: 40px 0
  }
}
@media(max-width: 980px) {
  .hero .data-content .flex {
    padding: 0 40px;
    flex-direction: column;
    text-align: center
  }
  .hero .data-content .flex .nav {
    align-items: center;
    margin: 12px 0
  }
  .hero .data-content .flex .nav div {
    padding: 5px 20px
  }
  .hero .data-content .flex .nav div:after {
    width: 100%
  }
  .hero .data-content .flex.end {
    align-items: center
  }
  .hero .data-content .bg {
    display: none
  }
  .hero .data-content:before {
    bottom: inherit;
    top: 90px;
    transform: translateY(0)
  }
  .readbtn a svg {
    right: 15px
  }
  .pagettl {
    font-size: 15px
  }
  .pagettl .jp {
    font-size: 26px
  }
  .pagetxt {
    font-size: 15px
  }
  .pagetxt .small {
    font-size: 14px
  }
  .partttl {
    font-size: 17px;
    margin-bottom: 15px
  }
  .partttl.large {
    font-size: 23px
  }
  .profile {
    font-size: 14px
  }
  .profile .icon {
    width: 90px;
    min-width: 90px;
    margin-right: 15px
  }
  .profile .reaction {
    padding: 16px 25px
  }
  .itemul {
    font-size: 14px;
    padding-top: 10px
  }
  .itemul li {
    padding-left: 18px
  }
  .itemul li:before {
    width: 9px;
    height: 9px;
    top: 6px
  }
  .itemtext .block {
    font-size: 14px;
    margin-bottom: 15px
  }
  .itemtext .block .bold {
    font-size: 16px
  }
  .itemtext .block .center {
    padding: 10px 0
  }
  .itemtext .block .center .pic {
    max-width: 240px;
    margin: 15px auto 5px
  }
  .itemtext .block:nth-child(1) .center .pic {
    max-width: 300px;
    width: 90%
  }
  .itemtext.bg {
    margin-top: 50px;
    padding: 0 25px 20px
  }
  .point {
    font-size: 14px
  }
  .point .ttl {
    font-size: 16px
  }
  .point .ttl .en {
    font-size: 14px
  }
  .point .txt {
    padding: 8px 20px 12px
  }
  .buying {
    font-size: 14px
  }
  .buying .buying-ttl {
    font-size: 28px
  }
  .buying .buying-items {
    padding: 30px
  }
  .buying .buying-1 {
    margin: 60px auto 0
  }
  .buying .buying-1 .item {
    width: calc(50% - 8px)
  }
  .buying .buying-1 .item .bottom {
    padding: 20px 20px
  }
  .buying .buying-1 .item .bottom .info .txt dd {
    font-size: .95em
  }
  .buying .buying-1 .item .bottom .info .img {
    width: 30%;
    max-width: 80px
  }
  .contact {
    font-size: 16px
  }
  .contact .content {
    padding: 30px 40px 40px
  }
  .contact .ttl {
    font-size: 26px
  }
  .contact .ttl2 {
    font-size: 18px
  }
  .contact .fig-text .fig {
    width: 36%;
    max-width: 230px
  }
  .contact.contact2 .ttl2:before, .contact.contact2 .ttl2:after {
    font-size: 1.6em
  }
  .uneasy .nav {
    align-items: center;
    font-size: 16px
  }
  .uneasy .nav .ul {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0
  }
  .uneasy .nav .img {
    display: none
  }
  .about .content {
    padding: 0
  }
  .about .content .item {
    font-size: 14px
  }
  .about .content .item .ttl {
    font-size: 17px;
    margin-bottom: 7px
  }
  .recommend .items {
    padding: 30px 0 0
  }
  .recommend .item .part {
    padding: 0 15px
  }
  .recommend .item .part .tip {
    font-size: 12px
  }
  .feature .item ul {
    font-size: 15px
  }
  .feature .item ul li {
    padding-left: 20px
  }
  .feature .item .content {
    padding: 0 10px
  }
  .feature .item .content .pic {
    width: 32%;
    max-width: 32%;
    min-width: 32%;
    padding-left: 10px
  }
  .feature .item .content.reverse .pic {
    width: 28%;
    min-width: 28%;
    max-width: 28%;
    padding: 0;
    padding-right: 10px
  }
  .feature .item .txt .color span {
    font-size: 18px;
    width: 82px
  }
  .feature .item .txt.bg {
    font-size: 14px;
    padding: 15px 20px
  }
  .feature .item .txt.bg .ttl {
    font-size: 17px
  }
  .course .item .itemttl {
    font-size: 20px
  }
  .course .item .itemttl .num {
    font-size: 13px
  }
  .course .item .itemttl .num em {
    font-size: 28px
  }
  .course .item>.text {
    padding: 20px 15px
  }
  .course .item>.text .wrapper {
    padding: 20px
  }
  .course .item>.text .fig-text .fig {
    width: 42%;
    min-width: 42%;
    max-width: 42%;
    padding-left: 20px
  }
  .course .steps .step {
    padding: 15px 20px 20px;
    font-size: 15px
  }
  .course .steps .step:not(:last-child):before, .course .steps .step:not(:last-child):after {
    right: -2px;
    border-left-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 8px
  }
  .expert {
    margin: 60px 0 40px;
    font-size: 16px
  }
  .expert .ttl {
    font-size: 24px
  }
  .expert .wrapper {
    padding: 25px 25px
  }
  .introduce .name {
    font-size: 20px;
    border-left-width: 16px
  }
  .introduce .wrapper {
    padding: 20px 0
  }
  .introduce .wrapper .wrapper {
    padding: 20px 20px 0
  }
  .introduce .item .fig-text {
    font-size: 14px
  }
  .introduce .item .fig-text .text ul {
    margin: 12px 0
  }
  .introduce .item .iteminfo {
    display: block
  }
  .introduce .item .iteminfo .right {
    width: 100%;
    min-width: 0;
    max-width: 480px;
    margin: 20px auto 0;
    padding-left: 0
  }
  .introduce .itembtn .readbtn {
    margin: 20px 0 0 !important
  }
  .case .wrapper .wrapper {
    padding: 0
  }
  .case .item .ttl {
    font-size: 17px;
    margin-bottom: 20px
  }
  .case .item .ttl span {
    font-size: 15px
  }
  .case .item .fig-text img {
    left: 10px;
    top: 50%
  }
  .case .item:not(:last-child) {
    margin-bottom: 40px
  }
  .case .itembtn .readbtn {
    margin: 20px 0 0 !important
  }
  .office .name {
    font-size: 20px;
    border-left-width: 16px
  }
  .office .address .pic {
    width: 42%;
    min-width: 42%;
    max-width: 42%;
    padding-right: 20px
  }
  .office .address .text {
    padding: 8px 20px 25px
  }
  .office .address .text dl {
    padding: 12px 0
  }
  .office .address .text dl svg {
    width: 26px;
    height: 20px
  }
  .office .staff {
    font-size: 14px
  }
  .office .staff .blod {
    font-size: 17px
  }
  .office .staff div {
    padding: 20px 20px 20px
  }
  .office .staff>img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 20px 0 20px 20px
  }
  .office .conatct-us .tel .ttl {
    font-size: 15px;
    padding: 10px 2px;
    width: 100%;
    text-align: center
  }
  .office .conatct-us .tel .info {
    font-size: 13px
  }
  .office .conatct-us .tel .info .bold {
    font-size: 16px
  }
  .office .conatct-us .tel .info .phone {
    font-size: 18px
  }
  .office .conatct-us .tel .info .phone a {
    padding: 8px 40px
  }
  .faq dt {
    font-size: 16px
  }
  .faq dt:before {
    font-size: 28px;
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    margin-right: 12px
  }
  .faq dt:after {
    font-size: 20px
  }
  .faq dd {
    padding-left: 80px
  }
  .faq dd:before {
    font-size: 28px;
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 45px
  }
  .faq dd .bold {
    font-size: 15px
  }
  .inquiry .ttl {
    font-size: 14px
  }
  .inquiry .ttl .wrapper {
    padding: 25px 20px 40px
  }
  .inquiry .ttl .icon1 img, .inquiry .ttl .icon2 img {
    width: 25%;
    max-width: 150px
  }
  .inquiry .ttl .strong {
    font-size: 24px
  }
  .inquiry .content {
    padding: 25px 0;
    font-size: 14px
  }
  .inquiry .content dl {
    padding: 15px 0
  }
  .inquiry .content .submit input {
    padding: 12px 20px;
    font-size: 16px;
    max-width: 340px
  }
  .footer {
    font-size: 12px
  }
}
@media(max-width: 767px) {
  body {
    overflow-x: hidden
  }
  body img {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
  }
  .partttl {
    font-size: 16px;
    padding: 6px 12px
  }
  .partttl.large {
    font-size: 20px
  }
  .partttl.left {
    max-width: 100%
  }
  .pagettl {
    border-left-width: 3px;
    padding: 28px 0 0 12px
  }
  .pagettl .jp {
    font-size: 20px
  }
  .pagettl .sp-br {
    display: block
  }
  .pagetxt {
    padding: 20px 0 0 16px;
    font-weight: normal
  }
  .pagetxt.nopadding {
    padding-left: 0
  }
  .readbtn a, .readbtn.key {
    padding: 8px 20px;
    padding-right: 30px
  }
  .readbtn a svg, .readbtn.key svg {
    right: 12px;
    width: 24px;
    height: 24px
  }
  .profile {
    align-items: flex-start
  }
  .profile .icon {
    width: 58px;
    min-width: 58px;
    margin-top: 10px
  }
  .profile .reaction {
    padding: 16px
  }
  .profile .reaction:before {
    top: 30px;
    transform: translate(-100%, 0)
  }
  .point .ttl {
    display: block
  }
  .point .ttl span {
    display: block;
    padding: 8px 16px
  }
  .point .ttl span.en {
    justify-content: center
  }
  .point .txt {
    padding: 0 16px 12px
  }
  .itemul {
    padding-top: 6px
  }
  .itemtext.bg {
    padding: 0 20px 10px
  }
  .itemtext.bg .color {
    width: 292px;
    margin: auto
  }
  .itemtext .block {
    font-size: 13px
  }
  .header .wrapper {
    padding: 5px 0
  }
  .header .inner {
    padding-left: 10px
  }
  .header .info {
    padding-right: 8px;
    font-size: 10px
  }
  .header .info .logo {
    margin-right: 2px;
    width: 56px;
    max-width: 56px
  }
  .header .info .bold {
    font-size: 16px;
    margin-top: 0
  }
  .header .btn {
    width: 46px;
    height: 46px;
    font-size: 10px;
    padding: 5px 5px;
    white-space: nowrap
  }
  .header .btn .toggle {
    width: 26px;
    padding-bottom: 10px
  }
  .header .btn .toggle span:nth-child(2) {
    transform: translateY(5px)
  }
  .header-menu ul li {
    padding: 5px 0;
    font-size: 13px
  }
  .footer {
    padding: 20px 10px 100px;
    font-size: 10px;
    text-align: left
  }
  .footer a.index {
    display: block;
    text-align: center
  }
  .footer .copyright {
    padding: 8px 0 0
  }
  .hero {
    padding: 10px 0 15px
  }
  .hero .content-wrapper {
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 2
  }
  .hero .content-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 68%;
    max-height: 300px;
    background: #fff;
    z-index: -1
  }
  .hero .data-content {
    padding: 0 0 10px
  }
  .hero .data-content:before {
    display: none
  }
  .hero .data-content:after {
    width: 120px;
    height: 180px;
    top: inherit;
    right: -20px;
    bottom: -25px;
    transform: translateY(25%)
  }
  .hero .data-content .bubbles {
    position: relative;
    left: 0;
    transform: translate(0)
  }
  .hero .data-content .bubbles div {
    width: 60px;
    height: 60px;
    font-size: 13px
  }
  .hero .data-content .bubbles div.en {
    font-size: 18px;
    width: 75px;
    height: 75px
  }
  .hero .data-content .bubbles div:nth-child(1) {
    transform: unset
  }
  .hero .data-content .bubbles div:nth-child(2) {
    transform: translateY(-20px)
  }
  .hero .data-content .bubbles div:nth-child(3) {
    transform: translateY(-20px)
  }
  .hero .data-content .flex {
    padding: 0
  }
  .hero .data-content .flex.end {
    padding-top: 4px
  }
  .hero .data-content .flex .nav {
    margin: 6px 0 28px;
    font-size: 15px;
    order: -1;
    padding: 0;
    width: 100%
  }
  .hero .data-content .flex .nav div {
    padding: 0px 10px;
    margin-top: 0px
  }
  .hero .data-content .flex .nav div::after {
    width: 100%;
    height: 40%;
    bottom: 3px;
    top: unset
  }
  .hero .data-content .flex .ul ul {
    flex-wrap: wrap;
    padding: 0 10px;
    padding-right: 40px;
    margin: 15px 0 0
  }
  .hero .data-content .flex .ul ul li {
    font-size: 13px;
    margin-left: 8px;
    margin-bottom: 8px;
    min-width: 68px
  }
  .hero .data-content .bold {
    font-size: 20px;
    white-space: nowrap;
    text-align: center
  }
  .hero .data-content .bold .small {
    font-size: 18px;
    margin: 0 0 0
  }
  .hero .data-content .bold span {
    font-size: 26px
  }
  .hero>.inner {
    padding: 0 16px
  }
  .hero .data-nums {
    margin-left: -8px
  }
  .hero .data-nums .num {
    width: calc(25% - 8px);
    margin: 8px 0;
    margin-left: 8px;
    padding: 12px 2px 22px;
    font-size: 10px;
    box-shadow: 5px 5px 0 #046;
    position: relative
  }
  .hero .data-nums .num .ttl {
    margin-bottom: 3px;
    font-size: 14px
  }
  .hero .data-nums .num .ttl span {
    display: block
  }
  .hero .data-nums .num .txt em {
    font-size: 22px
  }
  .hero .data-nums .num .txt .tip {
    position: absolute;
    right: 5px;
    bottom: 2px
  }
  .hero .data-nums {
    margin-top: 10px
  }
  .hero .data-tip {
    margin-top: 8px;
    font-size: 8px
  }
  .buying .buying-ttl {
    font-size: 26px
  }
  .buying .buying-items {
    padding: 10px 10px
  }
  .buying .buying-items .item {
    width: 33.33%
  }
  .buying .buying-1 {
    margin: 40px auto 0
  }
  .buying .buying-1 .partttl {
    text-align: center
  }
  .buying .buying-1 .items {
    flex-wrap: wrap
  }
  .buying .buying-1 .item {
    width: 100%
  }
  .buying .buying-1 .item .top {
    font-size: 16px;
    padding: 10px 15px
  }
  .buying .buying-1 .item .top .name {
    font-size: 15px
  }
  .buying .buying-1 .item .bottom {
    padding: 16px 12px
  }
  .buying .buying-1 .item .bottom .info {
    height: auto !important;
    padding-bottom: 0px
  }
  .buying .buying-1 .item .bottom .info .txt {
    padding-bottom: 10px
  }
  .buying .buying-1 .item .bottom .content {
    padding: 16px 12px;
    height: auto !important
  }
  .buying .buying-1 .item:not(:last-child) {
    margin-bottom: 20px
  }
  .contact {
    font-size: 15px
  }
  .contact .content {
    padding: 30px 16px 20px
  }
  .contact .content.sp-center {
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .contact .ttl {
    font-size: 20px;
    font-feature-settings: "palt"
  }
  .contact .ttl br.sp {
    display: block
  }
  .contact .ttl2 {
    font-size: 16px
  }
  .contact .ttl2:before, .contact .ttl2:after {
    font-size: 1em
  }
  .contact .txt.sp-left {
    text-align: left
  }
  .contact .btns {
    display: block;
    margin: 18px 0 0
  }
  .contact .btns .readbtn {
    width: 100%;
    margin: 0;
    margin-bottom: 12px
  }
  .contact .fig-text {
    flex-wrap: wrap
  }
  .contact .fig-text .fig {
    width: 80%;
    max-width: 80%;
    margin: auto;
    padding: 0
  }
  .contact .fig-text .text li:before {
    width: 16px;
    height: 14px
  }
  .contact .tip {
    font-size: 14px
  }
  .contact.contact3.contact3-2 {
    background-size: 200vw;
    background-color: #c9d8d8;
    background-position: top center;
    padding-top: 40vw;
    padding-bottom: 4vw
  }
  .contact.contact3.contact3-2 .inner .content.opacity {
    background-color: #fff
  }
  .uneasy {
    padding: 40px 0
  }
  .uneasy .ttl {
    font-size: 18px;
    padding: 10px 5px
  }
  .uneasy .nav {
    font-size: 15px
  }
  .uneasy .nav .ul {
    display: flex;
    justify-content: center;
    padding: 15px 20px
  }
  .uneasy .nav .ul li:before {
    width: 17px;
    height: 14px
  }
  .about {
    margin-bottom: 40px
  }
  .about .about-ttl {
    font-size: 18px
  }
  .about .content .profile {
    padding: 20px 0
  }
  .about .content .item .ttl {
    font-size: 16px
  }
  .about .content .item .text {
    flex-direction: column
  }
  .about .content .item .text .img {
    width: 100%;
    max-width: 100%;
    padding: 15px 0 0
  }
  .recommend {
    padding: 40px 0
  }
  .recommend .wrapper {
    padding: 0 16px
  }
  .recommend .items {
    flex-wrap: wrap
  }
  .recommend .item {
    width: 100%;
    margin-bottom: 25px
  }
  .recommend .item .part {
    padding: 0 10px;
    font-size: 14px
  }
  .recommend .item .part .tip {
    font-size: 11px
  }
  .feature {
    overflow: hidden
  }
  .feature .items {
    padding: 25px 0 0
  }
  .feature .item .content {
    flex-wrap: wrap
  }
  .feature .item .content .pic {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 0 0
  }
  .feature .item .content.reverse {
    padding-top: 20px
  }
  .feature .item .content.reverse .pic {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 0 0
  }
  .feature .item .text br.pc {
    display: none
  }
  .feature .item .txt.bg {
    padding: 15px 0;
    position: relative;
    z-index: 2
  }
  .feature .item .txt.bg:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 100%;
    background: #f2faff;
    z-index: -1
  }
  .course {
    margin-bottom: 20px
  }
  .course .steps {
    flex-wrap: wrap;
    padding: 20px 0 40px
  }
  .course .steps .step {
    padding: 5px 14px;
    width: 49%;
    font-size: 14px;
    border-width: 3px
  }
  .course .steps .step:not(:last-child):before, .course .steps .step:not(:last-child):after {
    right: -1px;
    border-left-width: 10px;
    border-top-width: 14px;
    border-bottom-width: 14px;
    left: unset
  }
  .course .steps .step:nth-child(2):before, .course .steps .step:nth-child(2):after {
    content: none
  }
  .course .steps .step:nth-child(3), .course .steps .step:last-child {
    transform: translateX(16px)
  }
  .course .steps .step:nth-child(3):before, .course .steps .step:last-child:before {
    content: "";
    display: block;
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #046;
    border-top: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid rgba(0, 0, 0, 0)
  }
  .course .steps .step:nth-child(3):after, .course .steps .step:last-child:after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-left: 10px solid #0387cc;
    border-top: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid rgba(0, 0, 0, 0)
  }
  .course .item {
    font-size: 15px
  }
  .course .item .itemttl {
    font-size: 18px
  }
  .course .item .itemttl .txt {
    padding: 2px 10px;
    padding-right: 0
  }
  .course .item .itemttl .num {
    width: 40px;
    max-width: 40px;
    font-size: 12px
  }
  .course .item .itemttl .num em {
    font-size: 25px
  }
  .course .item>.text {
    padding: 15px 0
  }
  .course .item>.text .wrapper {
    padding: 20px 16px
  }
  .course .item>.text>.txt {
    font-weight: normal
  }
  .course .item>.text .fig-text {
    flex-direction: column
  }
  .course .item>.text .fig-text .fig {
    order: -1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 25px
  }
  .course .item.orange .itemttl {
    border-left-width: 6px;
    border-bottom-width: 1px
  }
  .expert {
    margin: 40px 0 50px;
    font-size: 15px
  }
  .expert .ttl {
    font-size: 17px
  }
  .expert .txt {
    width: 100%;
    max-width: 100%;
    padding: 15px 16px
  }
  .expert .wrapper {
    padding: 20px 10px 30px
  }
  .expert .wrapper .pic {
    padding-left: 0;
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    transform: translate(20px, 75px)
  }
  .expert .wrapper img {
    max-width: 200px;
    margin-right: 0
  }
  .introduce {
    padding-bottom: 20px
  }
  .introduce .name {
    border-left-width: 6px;
    border-bottom-width: 1px
  }
  .introduce .wrapper .wrapper {
    padding: 20px 0 0
  }
  .introduce .item {
    padding: 20px 0 0
  }
  .introduce .item .itemttl {
    font-size: 18px;
    padding: 6px 15px
  }
  .introduce .item .iteminfo .left .pic {
    display: none
  }
  .introduce .item .iteminfo .right {
    margin-top: 10px
  }
  .introduce .item .fig-text {
    flex-wrap: wrap
  }
  .introduce .item .fig-text .fig {
    width: 100%;
    max-width: 200px;
    margin: auto;
    padding: 0 0 20px
  }
  .introduce .item .blocks {
    flex-wrap: wrap
  }
  .introduce .item .blocks .block {
    padding: 20px 16px;
    width: 100%
  }
  .introduce .item .blocks .block .center {
    height: auto !important
  }
  .case .wrapper {
    padding: 0 16px 30px
  }
  .case .item .ttl {
    display: block;
    font-size: 16px;
    margin-bottom: 10px
  }
  .case .item .ttl span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 6px
  }
  .case .item .fig-text {
    padding: 10px 0 10px;
    background-color: unset;
    display: block
  }
  .case .item .fig-text img {
    position: relative;
    top: unset;
    left: unset;
    width: 100px;
    max-width: unset;
    transform: unset;
    margin-bottom: 10px
  }
  .case .item .fig-text .text {
    background-color: #f3faff;
    padding: 10px;
    font-size: 14px
  }
  .case .item:not(:last-child) {
    margin-bottom: 25px
  }
  .office .content {
    margin-bottom: 80px
  }
  .office .name {
    border-left-width: 6px;
    border-bottom-width: 1px;
    font-size: 16px
  }
  .office .name br {
    display: block
  }
  .office .address {
    flex-wrap: wrap
  }
  .office .address .pic {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0
  }
  .office .address .text {
    padding: 6px 16px 20px
  }
  .office .pics {
    margin-left: -12px
  }
  .office .pics .pic {
    width: calc(33.33% - 12px);
    margin-left: 12px;
    margin-bottom: 5px
  }
  .office .pics .pic img {
    height: 100%
  }
  .office .pics-tip {
    margin-bottom: 20px
  }
  .office .staff>img {
    display: none
  }
  .office .staff div {
    padding: 12px 16px 16px
  }
  .office .staff div img {
    display: block;
    max-width: 180px;
    margin: 15px auto
  }
  .office .staff div em {
    clear: both;
    float: none;
    display: block;
    padding-top: 5px
  }
  .office .staff div p:not(:last-child) {
    margin-bottom: 10px
  }
  .office .staff .bold {
    font-size: 15px;
    text-decoration: none;
    line-height: 1.6
  }
  .office .conatct-us {
    display: block
  }
  .office .conatct-us .map {
    width: 100%;
    padding: 0;
    padding-bottom: 20px
  }
  .office .conatct-us .map img {
    max-width: 100%
  }
  .office .conatct-us .tel {
    padding: 16px 12px 16px;
    overflow: hidden
  }
  .office .conatct-us .tel .info {
    display: block;
    max-width: 332px;
    margin: 15px auto;
    padding: 0 16px
  }
  .office .conatct-us .tel .info .pic {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
    padding-bottom: 10px
  }
  .office .conatct-us .tel .phone {
    font-size: 16px;
    justify-content: center
  }
  .office .conatct-us .tel .phone a {
    width: 300px;
    text-align: center;
    max-width: calc(100% - 32px)
  }
  .office .vr {
    margin: 30px 0
  }
  .office .vr .vr-ttl {
    font-size: 16px
  }
  .office .vr iframe.flic360 {
    width: 90%;
    aspect-ratio: 16/21
  }
  .faq {
    margin-top: 40px;
    padding: 40px 0
  }
  .faq .content {
    padding: 10px 0 0
  }
  .faq dl div {
    padding: 2px 0
  }
  .faq dt {
    font-size: 14px;
    padding-right: 22px
  }
  .faq dt:before {
    font-size: 24px;
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    margin-right: 10px
  }
  .faq dt:after {
    font-size: 18px;
    right: 2px
  }
  .faq dd {
    padding-left: 60px
  }
  .faq dd:before {
    left: 12px;
    top: 15px;
    font-size: 24px;
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    height: 35px
  }
  .inquiry .ttl .strong {
    padding: 15px 0 20px;
    font-size: 20px
  }
  .inquiry .ttl .strong:after {
    height: 2px;
    bottom: 12px
  }
  .inquiry .ttl .strong+div {
    text-shadow: 0 0 10px rgba(255, 255, 255, .8), 0 0 10px rgba(255, 255, 255, .8), 0 0 10px rgba(255, 255, 255, .8)
  }
  .inquiry .ttl .wrapper {
    padding: 10px 0 140px
  }
  .inquiry .ttl .icon1 img {
    display: none
  }
  .inquiry .ttl .icon2 img {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    width: 200px;
    max-width: unset
  }
  .inquiry .content {
    padding: 20px 0
  }
  .inquiry .content dl {
    padding: 12px 0
  }
  .inquiry .content dt span {
    padding: 4px 10px;
    font-size: 12px;
    flex-shrink: 0
  }
  .inquiry .content dd .time {
    font-size: 13px
  }
  .inquiry .content dd input[type=date] {
    width: 200px
  }
  .inquiry .content .submit {
    margin: 20px 0
  }
  .cta {
    gap: 2%
  }
  .cta a {
    font-size: 15px;
    width: 49%;
    font-weight: 700
  }
  .cta a:first-child:hover, .cta a:first-child:active {
    color: #fff !important
  }
  .cta a:last-child:hover, .cta a:last-child:active {
    color: #fff !important
  }
  .cta a span {
    font-size: 12px;
    font-weight: 400
  }
  .thanks_msg {
    text-align: left
  }
  .thanks_flex {
    display: block
  }
  .thanks_flex img {
    width: 300px;
    margin-bottom: 10px
  }
  span.wpcf7-list-item label {
    align-items: flex-start
  }
}
@media(max-width: 350px) {
  .header .inner {
    padding: 0 10px
  }
  .header .info .txt {
    display: none
  }
  .header .info .logo {
    width: 55px;
    max-width: 55px
  }
  .header-menu ul li {
    font-size: 12px
  }
  .hero .data-content {
    padding: 0 0 15px
  }
  .hero .data-content:after {
    width: 95px;
    height: 150px;
    bottom: 0
  }
  .hero .data-content .flex .nav {
    margin: 0 0 25px;
    font-size: 13px
  }
  .hero .data-content .flex .ul ul li {
    font-size: 12px
  }
  .hero .data-content .bubbles div {
    width: 55px;
    height: 55px;
    font-size: 12px
  }
  .hero .data-content .bubbles div.en {
    width: 62px;
    height: 62px;
    font-size: 16px
  }
  .hero .data-content .bold {
    font-size: 18px
  }
  .hero .data-content .bold .small {
    font-size: 16px
  }
  .hero .data-content .bold span {
    font-size: 22px
  }
  .hero .data-nums .num .ttl {
    font-size: 12px
  }
  .hero .data-nums .num .txt em {
    font-size: 20px
  }
  .hero .inner {
    padding: 0 12px
  }
}
:disabled {
  opacity: .2
}
:disabled:hover {
  opacity: .2 !important
}
.grecaptcha-badge {
  display: none !important
}
/*# sourceMappingURL=style.css.map */