@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  --font-sans: "Noto Sans JP", sans-serif;
  --font-jost: "Jost", sans-serif;
  /* --font-serif: "Zen Old Mincho", "Noto Serif JP", "BIZ UDPMincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --font-aboreto: "Aboreto", system-ui;
  --font-zgo: "Zen Kaku Gothic New", sans-serif; */
  /* --color-text: #5E6462; */
  --color-main1: #E6A139;
  --color-main2: #13224B;
  --color-main3: #1A6EBF;
  --color-body: #0D1B3E;
  --color-bg: #F5F7FA; 
  --text-shadow: 0px 0px 20px rgba(255,255,255,.7);
  --box-shadow: 0px 0px 20px rgba(255,255,255,.7);
  /* --color-main2: #A3AEAB;
  --color-main3: #896D3D; */
  /* --color-bg: #F4F3F5;
  --gra1: linear-gradient(#b3af95, #d1ccb2);
  --gra2: linear-gradient(0deg, #fb8aab, #221e9a);
  --gra3: linear-gradient(118deg, #e4d37c, #ffec8e 41%, #fbffda 75%, #fae064);
  --box-s: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);; */
}
html {
  font-size: 62.5%;
  font-family: var(--font-sans);
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 1.5px;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0E2D4F;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  background-color: transparent;
}
@media screen and (min-width: 1080px) {
  a:hover {
    text-decoration: none !important;
    opacity: 0.5;
    cursor: pointer;
  }
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
*:focus {
  outline: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
img, video {
  height: auto;
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
input {
  -webkit-appearance: none;
}
input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  transition: background 0.2s;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}
.pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href*="tel:"] {
    /* pointer-events: none;
    cursor: default;
    text-decoration: none; */
  }
  a:hover {
    cursor: pointer !important;
  }
}
header{
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 5;
  background: var(--color-body);
}
@media screen and (min-width: 1080px) {
  header{
    height: auto;
  }
}
header div.menu {
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  header h1{
    display: flex;
    align-items: center;
    margin-left:6%;
  }
  header div.menu {
    display: flex;
    justify-content: space-between;
    border-radius: 0;
    height: 100%;
    margin: 0 auto;
    top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1079px) {
  header.is-animation div.menu  {
    height: 60px;
    margin: 0;
    width: 100%;
    display: block;
    /* transition-duration:.5s; */
    background:#0E2D4F !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-animation {
    background:#0E2D4F !important;
    z-index: 1;
    width: 100%;
    display: flex;
  }
}

header div.menu .logo{
  width: 130px;
  margin: 18px 0 0 0;
}
@media screen and (min-width: 1080px) {
  header div.menu .logo {
    width: 180px;
    margin: 1px 10px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .menu-wrapper {
    position: relative;
    width: calc(100% - 150px);
  }
}
header nav {
  display: none;
  background: rgba(15, 42, 76, 1);
  width: 100vw;
  position: absolute;
  margin: -43px 0 0 0;
  padding: 22vw 0 50px;
  text-align: center;
  z-index: 3;
  height: 100vh;
}
@media screen and (min-width: 1080px) {
  header nav {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    height: 95px;
  }
}
header nav ul.menu_area {
  position: relative;
  margin: 0 auto 50px;
  padding-left: 10vw;
}
@media screen and (min-width: 1080px) {
  header nav ul.menu_area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 40px 0 0;
    margin: 0;
  }
}
header nav ul.menu_area li a {
  display: block;
  font-size: 1.8rem;
  white-space: nowrap;
  text-align: left;
  display: block;
  margin-bottom: 22px;
  font-weight: 600;
  color: #fff;
}
header nav .btn_area{
  /* height: 85px; */
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
header nav .btn_area .btn a{
  display: block;
  width: 60vw;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin:  0 auto 10px;
  border-radius: 30px;
  font-size: 2rem;
}
@media screen and (min-width: 1080px) {
  header nav.menu-list {
    display: block !important;
    flex-direction: column-reverse;
    opacity: 1;
  }
  header nav.menu-list > div {
    display: flex;
    align-items: center;
    height: 100%;
  }
  header nav.menu-list > div ul li a {
    width: auto;
    display: inline-block;
    margin: 0 25px 0 0;
    font-size: 1.5rem;
    height: 95px;
    line-height: 95px;
    font-weight: 300;
  }
  header nav.menu-list .btn_area .btn a{
    display: block;
    padding: 0;
    text-align: center;
    font-weight: 500;
    border: none;
    height: 95px;
    line-height: 95px;
    width: 220px;
    font-size: 1.8rem;
    border-radius: 0;
    background: var(--color-main1);
    margin: 0;
    color: #fff;
  }
}

/* ハンバーガー */
@media (max-width: 1079px) {
  .btn_hum {
    display: block;
    position: absolute;
    right: 10px !important;
    z-index: 10000; /*追記：いつも一番上*/
    /* background: rgba(255, 255, 255, .8); */
    margin-top: 5px;
    width: 50px;
    height: 50px;
    top: 0;
  }
  .bar {
    width: 25px;
    height: 1px;
    display: block;
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
  }
  .bar-top {
    top: 18px;
  }
  .bar-middle {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar-bottom {
    bottom: 18px;
  }
  .btn_hum.close .bar-top {
    transform: translate(-50%, 5px) rotate(30deg);
    transition: transform 0.3s;
    background-color: #fff;
    top: 20px;
    width: 30px;
    left: 21px;
  }
  .btn_hum.close .bar-middle {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .btn_hum.close .bar-bottom {
    transform: translate(-50%, -5px) rotate(-30deg);
    transition: transform 0.3s;
    background-color: #fff;
    bottom: 18px;
    width: 30px;
    left: 21px;
  }
}
/* ハンバーガー */

.pagetop {
  position: fixed;
  right: 5vw;
  bottom: 45px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2C2C2C;
}

@media screen and (min-width: 1080px) {
  .pagetop {
    right: 2.5vw;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}
.pagetop span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop span:after {
  content: "";
  background: #ffffff;
  height: 8.6602540378px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
}


.common{
  background-image: linear-gradient(103deg, #39bbe6, #0d1b3e 31% 76%, #39bbe6);
  margin: auto;
  text-align: center;
  padding: 30px 0;
}
@media screen and (min-width:1080px){
  .common{
    padding: 40px 0 60px;
  }
}
.common .inner{
  width: 92%;
  color: #fff;
  margin: auto;
}
@media screen and (min-width:1080px){
  .common .inner{
    max-width: 1000px;
  }
}
.common h2{
  font-size: 2.4rem;
  font-weight: 500;
  text-shadow: var(--text-shadow);
  line-height: 1.7;
}
.common h3{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 15px auto 20px;
}
.common ul li a{
  width: 100%;
  color: var(--color-main1);
  background: #fff;
  display: block;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  font-size: 2.4rem;
  box-shadow: var(--box-shadow);
}
.common ul li:first-of-type a{
  color: #fff;
  background: var(--color-main1);
  margin-bottom: 20px;
}
@media screen and (min-width:1080px){
  .common h2{
    font-size: 3.1rem;
  }
  .common h3{
    font-size: 1.6rem;
    margin: 25px auto 40px;
  }
  .common ul{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .common ul li a{
    width: 480px;
    height: 120px;
    line-height: 120px;
    border-radius: 60px;
  }
  .common ul li:first-of-type a{
    margin-bottom: 0;
  }
}



main .mv{
  position: relative;
  background: var(--color-body) url(../images/lp_ai/fv_sp.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1080px) {
  main .mv{
    height: 839px;
    background: url(../images/lp_ai/fv_pc.png) no-repeat center 0;
    background-size: cover;
    padding: 20px;
  }
}
main .mv.contact{
  background: none;
  height: auto;
}
main .mv .title_text{
  margin: auto;
  width: 100%;
  padding-top: 80px;
}
@media screen and (min-width: 1080px) {
  main .mv .title_text{
    position: absolute;
    top: 100px;
    left: 5%;
    max-width: 1000px;
    text-align: left;
    top: 3vw;
    left: 0;
    right: 0;
  }
}
main .mv .title_text .inner{
  width: 90%;
  margin: auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text .inner{
    width: auto;
    padding-bottom: 0;
  }
}
main .mv .title_text h2{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  margin: 0 auto 15px;
  color: var(--color-main1);
}
@media screen and (min-width:1080px){
  main .mv .title_text h2{
    font-size: 2rem;
    margin: 0 auto 15px;
  }
}
main .mv .title_text h3{
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: left;
  margin: 0 auto 20px;
  text-shadow: var(--text-shadow);
  line-height: 1.4;
}
@media screen and (min-width:1080px){
  main .mv .title_text h3{
    font-size: 5.6rem;
    margin: 0 auto 20px;
  }
}
main .mv .title_text h4{
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width:1080px){
  main .mv .title_text h4{
    font-size: 1.6rem;
    margin: 0 auto 40px;
  }
}
main .mv .title_text .btn_area{
  display: none;
}
@media screen and (min-width:1080px){
  main .mv .title_text .btn_area{
    display: flex;
    gap: 20px;
  }
  main .mv .title_text .btn_area a{
    color: #fff;
    background: var(--color-main1);
    text-align: center;
    font-size: 1.6rem;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    width: 240px;
    box-shadow: var(--box-shadow);
  }
  main .mv .title_text .btn_area a:last-of-type{
    color: var(--color-main1);
    background: #fff;
  }
}
.features-circles {
  padding: 30px 0 0;
  background: var(--color-body);
  width: 100%;
}
.features-circles .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.features-circles .circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 32%;
  aspect-ratio:  1 / 1;
  background-color: #E6A139;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.features-circles .circle-item .title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.features-circles .circle-item:nth-last-of-type(2) .title{
  margin-top: -15px;
}
.features-circles .circle-item .number-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  margin: -3px 0 0;
}
.features-circles .circle-item .num {
  font-size: 2.5rem;
  font-weight: 600;
}
.features-circles .circle-item .unit-plus {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 2px;
}
.features-circles .circle-item .unit-left {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 4px;
  margin-bottom: 5px;
}
.features-circles .circle-item .unit-right {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 4px;
  margin-bottom: 5px;
}
.features-circles .circle-item .unit-percent {
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 2px;
  margin-bottom: 2px;
}
.features-circles .circle-item .bottom-text {
  font-size: 1.1rem;
  font-weight: 500;
}
.features-circles .circle-item .bottom-text.sale{
  font-size: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .features-circles {
    padding: 40px 0 0;
    background: none;
  }
  .features-circles .inner {
    justify-content: flex-start;
    gap: 10px;
  }
  .features-circles .circle-item {
    width: 140px;
    height: 140px;
  }
  .features-circles .circle-item .title {
    font-size: 1.4rem;
    margin-bottom: 3px;
    margin-top: 5px;
  }
  .features-circles .circle-item:nth-last-of-type(2) .title{
    margin-top: -10px;
  }
  .features-circles .circle-item .title.line1 {
    margin:25px 0 10px;
  }
  .features-circles .circle-item .number-wrap {
    margin: -3px 0 0;
  }
  .features-circles .circle-item .num {
    font-size: 4.3rem;
  }
  .features-circles .circle-item .num.left {
    margin-left: 10px;
  }
  .features-circles .circle-item .unit-plus {
    font-size: 3rem;
  }
  .features-circles .circle-item .unit-left {
    font-size: 1.4rem;
    margin-right: 4px;
    margin-bottom: 5px;
  }
  .features-circles .circle-item .unit-right {
    font-size: 1.4rem;
    margin-left: 4px;
    margin-bottom: 5px;
  }
  .features-circles .circle-item .unit-percent {
    font-size: 2.5rem;
    margin-left: 2px;
    margin-bottom: 2px;
  }
  .features-circles .circle-item .bottom-text {
    font-size: 1.2rem;
  }
}

.border_b{
  position: relative;
}
.border_b:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 70px;
  height: 5px;
  background: var(--color-main1);
}

h2.com{
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.7;
  position: relative;
}
@media screen and (min-width:1080px){
  h2.com{
    font-size: 5.6rem;
  }
}

#worries{
  padding: 40px 0;
  background: var(--color-body);
  margin: auto;
  position: relative;
}
#worries .inner{
  max-width: 92%;
  margin: auto;
  position: relative;
}
@media screen and (min-width:1080px){
  #worries{
    padding: 80px 0;
    margin: auto;
  }
#worries .inner{
    max-width: 1000px;
  }
}
#worries h2{
  margin-bottom: 30px;
}
@media screen and (min-width:1080px){
  #worries h2{
    margin-bottom: 70px;
  }
}
#worries h3{
  margin-bottom: 15px;
}
#worries h3 img{
  width: 20px;
  height: 20px;
  margin-top: -5px;
}
#worries h3 span{
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  background: linear-gradient(transparent 70%, var(--color-main1) 70%);
  display: inline;
  margin: 0 0 0 3px;
}
@media screen and (min-width:1080px){
  #worries h3 span:last-of-type{
    font-size: 2.8rem;
  }
}
#worries ul{
  margin: 0 auto 30px;
}
#worries ul:last-of-type{
  margin: 0 auto 20px;
}
#worries ul li{
  color: #fff;
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  margin-bottom: 3px;
}
@media screen and (min-width:1080px){
  #worries ul li{
    font-size: 1.6rem;
  }
}
#worries .doctor_illust{
  margin: 0 -4% 0 auto;
  width: 60%;
  display: block;
}
@media screen and (min-width:1080px){
  #worries .doctor_illust{
    display: block;
    position: absolute;
    right: 0;
    top: 18%;
    width: 240px;
    margin: 0;
  }
}
#worries .text{
  color: var(--color-main1);
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  margin: 10px auto 0;
}
@media screen and (min-width:1080px){
  #worries .text{
    text-align: center;
    font-size: 5.6rem;
    margin: 60px auto 0;

    z-index: 2;
  }
  #worries:before{
    content: "";
    position: absolute;
    bottom: 145px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/lp_ai/worries_arrowbg.svg) no-repeat center 0;
    background-size: 100% 100%;
    width: 80px;
    height: 220px;
    transform: scale(.9);
    z-index: 0;
  }
}

#about{
  padding: 40px 0 20px;
  background: url(../images/lp_ai/about_bg_sp.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 1360px;
  padding: 50px 0 0;
}
@media screen and (min-width:1080px){
  #about{
    padding: 80px 0 0;
    background: url(../images/lp_ai/about_bg_pc.png) no-repeat center center;
    background-size: cover;
    height: 692px;
  }
}
#about .inner{
  max-width: 92%;
  margin: auto;
}
@media screen and (min-width:1080px){
  #about .inner{
    max-width: 1000px;
  }
}
#about h3{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 30px auto 20px;
}
@media screen and (min-width:1080px){
  #about h3{
    font-size: 2rem;
    margin: 50px auto 40px;
  }
}
@media screen and (min-width:1080px){
  #about .flexpc{
    display: flex;
    justify-content: space-between;
  }
}
#about .flexpc .box{
  background: #fff;
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  padding: 20px 0;
}
#about .flexpc .box:last-of-type{
  margin: 0 auto;
}
@media screen and (min-width:1080px){
  #about .flexpc .box{
    background: #fff;
    width: 24%;
    margin: 0 auto;
    padding: 25px 0;
  }
}
#about .flexpc .box .nu{
  color: var(--color-main1);
  font-size: 3.6rem;
  font-weight: 500;
  font-family: var(--font-jost);
  position: relative;
}
@media screen and (min-width:1080px){
  #about .flexpc .box .nu{
    font-size: 3.6rem;
  }
}
#about .flexpc .box .nu:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 38px;
  height: 2px;
  background: var(--color-main1);
}
#about .flexpc .box dl{
  margin: 18px auto 0;
}
#about .flexpc .box dl dt{
  color: var(--color-body);
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (min-width:1080px){
  #about .flexpc .box dl dt{
    font-size: 2.4rem;
  }
}
#about .flexpc .box dl dd{
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 10px;
}
@media screen and (min-width:1080px){
  #about .flexpc .box dl dd{
    font-size: 1.4rem;
  }
}

#greeting{
  background: var(--color-body);
  background-size: cover;
  width: 100%;
  padding: 40px 0 30px;
}
@media screen and (min-width:1080px){
  #greeting{
    padding: 80px 0 0;
    background-size: cover;
  }
}
#greeting .inner{
  max-width: 92%;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
@media screen and (min-width:1080px){
  #greeting .inner{
    max-width: 1000px;
    padding-bottom: 40px;
  }
}
#greeting h3{
  font-weight: 500;
  font-size: 2.4rem;
  text-align: left;
  font-weight: 500;
  margin: 40px auto 0;
}
@media screen and (min-width:1080px){
  #greeting h3{
    text-align: center;
    font-size: 3.2rem;
    margin: 50px auto 0;
  }
}
#greeting h4{
  font-weight: 500;
  font-size: 1.3rem;
  margin: 20px auto 30px;
}
#greeting h4 span{
  font-size: 1.7rem;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width:1080px){
  #greeting h4{
    font-size: 1.6rem;
    margin: 40px auto 20px;
  }
  #greeting h4 span{
    font-size: 2rem;
    display: inline-block;
    margin-left: 15px;
    margin-top: 0;
  }
}
#greeting .prof{
  position: absolute;
  width: 38%;
  top: 15vw;
  right: -4%;
}
@media screen and (min-width:1080px){
  #greeting .prof{
    width: 33%;
    top: auto;
    bottom: 0;
    right: -5%;
  }
}
#greeting .text{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width:1080px){
  #greeting .text{
    width: 75%;
    margin-bottom: 25px;
  }
}
#greeting h5{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width:1080px){
  #greeting h5{
    width: 73%;
  }
}
#greeting h5:before{
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 50%;
  z-index: 0;
}
#greeting h5 span{
  background: var(--color-body);
  padding-right: 10px;
  display: inline-block;
  position: relative;
}
#greeting ul li{
  line-height: 1.7;
  font-size: 1.6rem;
}
#greeting h6{
  font-size: 1.8rem;
  font-weight: 500;
  margin: 20px auto 0;
}
@media screen and (min-width:1080px){
  #greeting h5{
    font-size: 2rem;
  }
}



#learning{
  background-size: cover;
  width: 100%;
  padding: 40px 0 30px;
}
@media screen and (min-width:1080px){
  #learning{
    padding: 80px 0 0;
    background-size: cover;
  }
}
#learning .inner{
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  color: var(--color-body);
}
@media screen and (min-width:1080px){
  #learning .inner{
    max-width: 1000px;
  }
}
#learning h2{
  color: var(--color-body);
}
#learning h3{
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin: 40px auto 30px;
  line-height: 1.7;
}
@media screen and (min-width:1080px){
  #learning h3{
    font-size: 2rem;
    margin: 50px auto;
  }
}
#learning .flexpc1 .box .sp{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#learning .flexpc1 .box .sp .nu{
  color: var(--color-main1);
  font-family: var(--font-jost);
  font-weight: 500;
  font-size: 2.8rem;
  margin-right: 30px;
}
#learning .flexpc1 .box .sp h4{
  color: var(--color-body);
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}
#learning .flexpc1 .box .sp h4:before{
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  background: var(--color-main1);
  width: 1px;
  height: 100%;
}
#learning .flexpc1 .box .flexpc2 h5{
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
}
#learning .flexpc1 .box .flexpc2 h6{
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color-main3);
  margin: 20px auto 0;
}
@media screen and (min-width:1080px){
  #learning .flexpc1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #learning .flexpc1 .box{
    width: 48%;
    margin-bottom: 60px;
  }
  #learning .flexpc1 .box .flexpc2{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #learning .flexpc1 .box .flexpc2 .nu{
    color: var(--color-main1);
    font-family: var(--font-jost);
    font-weight: 500;
    font-size: 3.6rem;
    margin-right: 30px;
  }
  #learning .flexpc1 .box .flexpc2 .text_area{
    position: relative;
    height: auto;
  }
  #learning .flexpc1 .box .flexpc2 .text_area:before{
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    background: var(--color-main1);
    width: 1px;
    height: 100%;
  }
  #learning .flexpc1 .box .flexpc2 h4{
    color: var(--color-body);
    font-weight: 500;
    font-size: 2rem;
    position: relative;
    height: 70px;
  }
  #learning .flexpc1 .box .flexpc2 h5{
    color: var(--color-body);
    font-size: 1.55rem;
    position: relative;
    height: 110px;
  }
    #learning .flexpc1 .box .flexpc2 h6{
    color: var(--color-main3);
    font-weight: 500;
    font-size: 1.7rem;
    position: relative;
  }
}

#reason{
  padding: 40px 0 20px;
  background: url(../images/lp_ai/reason_bg_sp.png) no-repeat center center;
  background-size: cover;
  padding: 50px 0 20px;
}
@media screen and (min-width:1080px){
  #reason{
    padding: 80px 0 0;
    background: url(../images/lp_ai/reason_bg_pc.png) no-repeat center center;
    background-size: cover;
    height: 800px;
  }
}
#reason .inner{
  max-width: 92%;
  margin: auto;
}
@media screen and (min-width:1080px){
  #reason .inner{
    max-width: 1000px;
  }
}
#reason h3{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 30px auto 20px;
}
@media screen and (min-width:1080px){
  #reason h3{
    font-size: 2rem;
    margin: 50px auto 40px;
  }
}
@media screen and (min-width:1080px){
  #reason .flexpc{
    display: flex;
    justify-content: space-between;
  }
}
#reason .flexpc .box{
  background: #fff;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width:1080px){
  #reason .flexpc .box{
    width: 32.5%;
    padding: 20px 10px;
  }
}
#reason .flexpc .box .nu{
  font-weight: 500;
  font-size: 3.6rem;
  font-family: var(--font-jost);
  color: var(--color-main1);
  position: relative;
  margin-bottom: 25px;
}
#reason .flexpc .box .nu:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 40px;
  height: 2px;
  background: var(--color-main1);
}
#reason .flexpc .box h4{
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--color-body);
}
#reason .flexpc .box h5{
  font-size: 1.3rem;
  color: var(--color-body);
  line-height: 1.7;
  font-weight: 400;
  margin: 10px auto;
  padding-bottom: 40px;
  background: url(../images/lp_ai/reason_arrow.png) no-repeat center 8px;
  background-size: 62px 144px;
}
#reason .flexpc .box h6{
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--color-main1);
  line-height: 1.7;
}

#course{
  background: var(--color-body);
  width: 100%;
  padding: 50px 0 30px;
}
@media screen and (min-width:1080px){
  #course{
    padding: 80px 0 60px;
  }
}
#course .inner{
  max-width: 92%;
  margin: auto;
}
@media screen and (min-width:1080px){
  #course .inner{
    max-width: 1000px;
  }
}
#course h3{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 30px auto 20px;
}
@media screen and (min-width:1080px){
  #course h3{
    font-size: 2rem;
    margin: 50px auto 40px;
  }
}
@media screen and (min-width:1080px){
  #course .flexpc1{
    display: flex;
    justify-content: space-between;
  }
}
#course .flexpc1 .box{
  background: var(--color-main2);
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  padding: 20px 20px;
  color: #fff;
}
@media screen and (min-width:1080px){
  #course .flexpc1 .box{
    width: 32%;
  }
}
#course .flexpc1 .box .pick{
  color: var(--color-main1);
  font-family: var(--font-jost);
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
#course .flexpc1 .box .pick:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 40px;
  height: 2px;
  background: var(--color-main1);
}
#course .flexpc1 .box .en{
  color: var(--color-main1);
  font-family: var(--font-jost);
  font-size: 2rem;
}
#course .flexpc1 .box .time{
  background: #fff;
  color: var(--color-main3);
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin: 10px auto;
}
#course .flexpc1 .box dl dt{
  font-size: 2.6rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.7;
}
#course .flexpc1 .box dl dt span{
  font-size: 2rem;
  display: block;
}
#course .flexpc1 .box dl dd{
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.7;
}
#course .list{
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
#course .flexpc2{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#course .list .flexpc2 p{
  font-size: 1.6rem;
  font-weight: 500;
}
#course .list .flexpc2 p.left{
  text-align: left;
}
#course .list .flexpc2 p span{
  font-size: 3rem;
  vertical-align: -5px;
  margin: 0 3px;
}
#course .flexpc3 dl{
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 10px;
}
#course .flexpc3 dl dt{
  color: var(--color-main1);
  font-size: 1.5rem;
  font-family: var(--font-jost);
  width: 40%;
}
#course .flexpc3 dl dd{
  width: 60%;
  font-size: 1.4rem;
}
@media screen and (min-width:1080px){
  #course .flexpc2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #course .list .flexpc2 p{
    font-size: 1.5rem;
    font-weight: 500;
  }
  #course .list .flexpc2 p:nth-of-type(2){
    position: relative;
  }
  #course .list .flexpc2 p:nth-of-type(2):before{
    content: "";
    position: absolute;
    left: -10px;
    top: 13px;
    width: 1px;
    height: 20px;
    background: #fff;
  }
  #course .list .flexpc2 p:nth-of-type(2):after{
    content: "";
    position: absolute;
    right: -10px;
    top: 13px;
    width: 1px;
    height: 20px;
    background: #fff;
  }
  #course .list .flexpc2 p span{
    font-size: 3rem;
  }
  #course .flexpc3{
    display: flex;
    flex-wrap: wrap;
  }
  #course .flexpc3 dl{
    width: 33%;
  }
  #course .flexpc3 dl dt{
    font-size: 1.6rem;
  }
  #course .flexpc3 dl dd{
    font-size: 1.5rem;
  }
}

#plan{
  width: 100%;
  padding: 40px 0 0;
}
@media screen and (min-width:1080px){
  #plan{
    padding: 80px 0 30px;
  }
}
#plan .inner{
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:1080px){
  #plan .inner{
    max-width: 1000px;
    padding-bottom: 50px;
  }
}
#plan h2{
  color: var(--color-body);
  margin-bottom: 40px;
}
#plan h3{
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width:1080px){
  #plan h3{
    font-size: 2rem;
  }
}
@media screen and (min-width:1080px){
  #plan .flexpc{
    display: flex;
    justify-content: space-between;
  }
}
#plan .flexpc .box{
  background: var(--color-main3);
  color: #fff;
  text-align: center;
  padding: 20px;
}
#plan .flexpc .box:last-child{
  background: var(--color-body);
  margin-top: 10px;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box{
    width: 49%;
  }
  #plan .flexpc .box:last-child{
    margin-top: 0;
  }
}
#plan .flexpc .box h4{
  font-size: 1.8rem;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box h4{
    font-size: 2rem;
  }
}
#plan .flexpc .box .price{
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan .flexpc .box .price span:first-child{
  color: var(--color-main1);
  font-weight: 500;
  font-size: 5.4rem;
}
#plan .flexpc .box .price span:last-child{
  font-size: 1.8rem;
  margin-top: 12px;
  margin-left: 5px;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box .price span:first-child{
    font-size: 6rem;
  }
  #plan .flexpc .box .price span:last-child{
    font-size: 2rem;
  }
}
#plan .flexpc .box h5{
  font-size: 1.3rem;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: var(--color-main3);
  text-align: center;
  background: #fff;
  font-weight: 400;
  margin: 10px auto;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box h5{
    font-size: 1.6rem;
  }
}
#plan .flexpc .box .text{
  font-size: 1.8rem;
  color: var(--color-main1);
  margin-bottom: 15px;
}
#plan .flexpc .box .text span{
  font-weight: 500;
  font-size: 3.2rem;
  vertical-align: -2px;
  margin: 0 3px;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box .text{
    font-size: 2rem;
  }
  #plan .flexpc .box .text span{
    font-size: 3.6rem;
  }
}
#plan .flexpc .box ul li{
  text-align: left;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box ul li{
    font-size: 2rem;
  }
}
#plan .flexpc .box ul li img{
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
}
#plan .note{
  text-align: left;
  font-size: 1.6rem;
  background: #fff;
  padding: 20px;
  line-height: 1.7;
}
@media screen and (min-width:1080px){
  #plan .note{
    text-align: center;
    padding: 20px 0 0;
  }
}

#grant{
  background: var(--color-bg);
  width: 100%;
  padding: 40px 0 30px;
}
@media screen and (min-width:1080px){
  #grant{
    padding: 80px 0 30px;
  }
}
#grant .inner{
  max-width: 92%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:1080px){
  #grant .inner{
    max-width: 1000px;
    padding-bottom: 50px;
  }
}
#grant h2{
  color: var(--color-body);
  margin-bottom: 40px;
}
#grant h3{
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width:1080px){
  #grant h3{
    font-size: 2rem;
  }
}
#grant h4{
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid var(--color-main3);
  margin-bottom: 15px;
}
@media screen and (min-width:1080px){
  #grant h4{
    font-size: 2.8rem;
  }
}
#grant .text{
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
#grant h5{
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-main3);
  margin: 15px auto 20px;
}
@media screen and (min-width:1080px){
  #grant h5{
    font-size: 2rem;
    margin: 15px auto 30px;
  }
}

@media screen and (min-width:1080px){
  #grant .flexpc{
    display: flex;
    justify-content: space-between;
  }
}
#grant dl{
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 15px 15px;
  margin-bottom: 10px;
}
@media screen and (min-width:1080px){
  #grant dl{
    width: 48%;
  }
}
#grant dl dt{
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-main3);
  margin-bottom: 10px;
}
@media screen and (min-width:1080px){
  #grant dl dt{
    font-size: 2rem;
  }
}
#grant dl dd{
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: left;
}

#flow{
  padding: 40px 0 20px;
  background: url(../images/lp_ai/flow_bg_sp.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 1794px;
  padding: 50px 0 0;
}
@media screen and (min-width:1080px){
  #flow{
    padding: 80px 0 0;
    background: url(../images/lp_ai/flow_bg_pc.png) no-repeat center center;
    background-size: cover;
    height: 810px;
  }
}
#flow .inner{
  max-width: 92%;
  margin: auto;
}
@media screen and (min-width:1080px){
  #flow .inner{
    max-width: 1000px;
  }
}
#flow h3{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 30px auto 20px;
}
@media screen and (min-width:1080px){
  #flow h3{
    font-size: 2rem;
    margin: 6ch auto 40px;
  }
}
@media screen and (min-width:1080px){
  #flow .flexpc{
    display: flex;
    justify-content: space-between;
  }
}
#flow .flexpc .box{
  background: #fff;
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  padding: 20px 0;
}
#flow .flexpc .box:last-of-type{
  margin: 0 auto;
}
@media screen and (min-width:1080px){
  #flow .flexpc .box{
    background: #fff;
    width: 19%;
    margin: 0 auto;
    padding: 25px 0;
  }
}
#flow .flexpc .box .nu{
  color: var(--color-main1);
  font-size: 3.6rem;
  font-weight: 500;
  font-family: var(--font-jost);
  position: relative;
}
@media screen and (min-width:1080px){
  #flow .flexpc .box .nu{
    font-size: 3.6rem;
  }
}
#flow .flexpc .box .nu:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 38px;
  height: 2px;
  background: var(--color-main1);
}
#flow .flexpc .box h4{
  color: var(--color-main3);
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 15px;
}
#flow .flexpc .box dl{
  margin: 18px auto 0;
}
#flow .flexpc .box dl dt{
  color: var(--color-body);
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (min-width:1080px){
  #flow .flexpc .box dl dt{
    font-size: 2.4rem;
  }
}
#flow .flexpc .box dl dd{
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 10px;
}
@media screen and (min-width:1080px){
  #flow .flexpc .box dl dd{
    font-size: 1.3rem;
    padding: 0 4px;
  }
}
#flow .note{
  font-size: 1.6rem;
  line-height: 1.7;
  color: #fff;
  margin-top: 12px;
}
@media screen and (min-width:1080px){
  #flow .note{
    margin-top: 25px;
  }
}

#faq{
  background: var(--color-body);
  width: 100%;
  padding: 40px 0 30px;
}
@media screen and (min-width:1080px){
  #faq{
    padding: 80px 0 0;
  }
}
#faq .inner{
  max-width: 92%;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
@media screen and (min-width:1080px){
  #faq .inner{
    max-width: 1000px;
    padding-bottom: 50px;
  }
}
#faq h2{
  margin-bottom: 40px;
}
#faq dl{
  margin-bottom: 20px;
}
#faq dl dt{
  font-size: 2rem;
  font-weight: 500;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#faq dl dt img{
  width: 28px;
  height: 28px;
  margin-top: -6px;
  margin-right: 5px;
}
#faq dl dd{
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 10px auto 30px;
}
@media screen and (min-width:1080px){
  #faq h2{
    margin-bottom: 50px;
  }
}

#company{
  width: 100%;
  padding: 40px 0 30px;
}
@media screen and (min-width:1080px){
  #company{
    padding: 80px 0 50px;
  }
}
#company .inner{
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  color: var(--color-body);
}
@media screen and (min-width:1080px){
  #company .inner{
    max-width: 1000px;
  }
}
#company h2{
  color: var(--color-body);
  margin-bottom: 40px;
}
#company dl{
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#company dl dt{
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-main3);
  width: 25%;
}
#company dl dd{
  font-size: 1.6rem;
  width: 75%;
  line-height: 1.7;
  margin-top: -2px;
}
#company dl dd.b{
  color: var(--color-body);
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: -5px;
}
@media screen and (min-width:1080px){
  #company dl dd ul{
    display: flex;
    gap: 20px;
  }
  #company dl dt{
    width: 10%;
  }
  #company dl dd{
    width: 80%;
  }
  #company dl dd.b{
    font-size: 2rem;
  }
}


#overview{
  background: var(--color-bg);
  width: 100%;
  padding: 40px 0 30px;
}
@media screen and (min-width:1080px){
  #overview{
    padding: 80px 0 50px;
  }
}
#overview .inner{
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  color: var(--color-body);
}
@media screen and (min-width:1080px){
  #overview .inner{
    max-width: 1000px;
  }
}
#overview h2{
  color: var(--color-body);
  margin-bottom: 60px;
}
#overview dl{
  margin-bottom: 30px;
  background: #fff;
  margin-top: 30px;
}
#overview dl dt{
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: var(--color-main2);
  padding: 25px 30px;
}
#overview dl dd{
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 25px 30px;
}
#overview dl dd ul li{
  line-height: 1.9;
}
@media screen and (min-width:1080px){
  #overview dl{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  #overview dl dt{
    width: 20%;
    display: flex;
    align-items: center;
  }
  #overview dl dd{
    width: 70%;
  }
}




#contact{
  background: var(--color-bg);
  width: 100%;
  padding: 120px 0 50px;
}
@media screen and (min-width:1080px){
  #contact{
    padding: 180px 0 30px;
  }
}
#contact .inner{
  max-width: 92%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:1080px){
  #contact .inner{
    max-width: 1000px;
    padding-bottom: 50px;
  }
}
#contact h2{
  color: var(--color-body);
  margin-bottom: 50px;
}
.contact-form .form-group{
  margin-bottom: 25px;
}
@media screen and (min-width: 1080px) {
  .contact-form .form-group{
    display: flex;
    align-items: center;
  }
}
.contact-form .form-group dt{
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  .contact-form .form-group dt{
    width: 180px;
  }
}
.contact-form .form-group dt span{
  color: var(--color-main1);
  margin-left: 5px;
  font-size: 1.1rem;
}

@media screen and (min-width: 1080px) {
  .contact-form .form-group dd{
    width: calc(100% - 150px);
  }
}



.contact-form .form-group label input[type="radio"] {
  display: inline-block;
  margin-right: 8px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  /* max-width: 800px; */
  padding: 10px 12px;
  font-size: 1.6rem;
  border: none;
  border-radius: 6px;
  background: #fff;
  margin-top: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  font-family: var(--font-sans);
}
@media screen and (min-width: 1080px) {
  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form input[type="date"],
  .contact-form input[type="email"],
  .contact-form select,
  .contact-form textarea {
    margin-top: 10px;
    padding: 15px 12px;
  }
}
.contact-form textarea {
  resize: vertical;
  height: 120px;
}
@media screen and (min-width: 1080px) {
  .contact-form textarea {
    height: 150px;
  }
}
.contact-form ::placeholder {
  color: var(--color-bg);
  opacity: 1;
}

.contact-form input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
}
.contact-form input[type="submit"] {
  width: 80%;
  color: #fff;
  font-size: 2.5rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin: auto;
  display: block;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: var(--color-body);
}
@media screen and (min-width: 1080px) {
  .contact-form input[type="submit"] {
    width: 30%;
    font-size: 1.8rem;
    margin: 30px auto 0;
  }
}
.contact-form input[type="submit"]:hover {
  opacity: .5;
}
.contact-form ::placeholder{
    font-size: 1.3rem;
    color: rgba(51,51,51,0.5);
}
@media screen and (min-width: 1080px) {
  .contact-form ::placeholder{
    font-size: 1.5rem;
  }
}

.contact-form select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 8.293a1 1 0 011.414 0L10 9.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 20px 20px !important;
  padding-right: 36px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
/* IE用: デフォルトの矢印を消す */
.contact-form select::-ms-expand {
  display: none;
}
@media screen and (min-width: 1080px) {
  .contact-form input[type="date"]{
    width: 45%;
  }
}

.contact-form .name-row .name-col{
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .contact-form .name-row {
    margin-bottom: 0;
  }
}
.contact-form .name-row .name-col:last-child{
  margin-bottom: 0;
}



footer{
  background: var(--color-body);
  color: #ffffff;
  line-height: 1.7;
  padding: 30px 0 100px;
}
@media screen and (min-width: 1080px) {
  footer{
    padding: 50px 0 0;
  }
}
footer .inner{
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  color: var(--color-body);
}
@media screen and (min-width:1080px){
  footer .inner{
    width: 100%;
    padding-bottom: 40px;
    max-width: 1000px;
    margin: auto;
  }
}
footer .logo {
  display: block;
  width: 55vw;
  text-align: center;
  margin: 0 auto 25px;
}
@media screen and (min-width: 1080px) {
  footer .logo {
    width: 180px;
    margin: -2px 10px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  footer .flexpc1{
    display: flex;
    justify-content: space-between;
  }
}
footer .flexpc1 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1080px) {
  footer .flexpc1 ul{
    gap: 25px;
    align-items: center;
    margin: 0;
  }
}
footer .flexpc1 ul li {
  width: 40%;
  line-height: 2;
}
@media screen and (min-width: 1080px) {
  footer .flexpc1 ul li {
    width: auto;
  }
}
footer .flexpc1 ul li a{
  display: block;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
footer .address,footer .tel{
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 1080px) {
  footer .address{
    margin-top: 30px;
  }
  footer .tel{
    display: flex;
  }
  footer .mail{
    position: relative;
    padding-left: 36px;
  }
  footer .mail:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 1px;
    height: 15px;
    background: #fff;
  }
}
@media screen and (min-width: 1080px) {
  footer .flexpc2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 40px auto 0;
  }
}
footer small{
  color: #fff;
  font-size: 1.3rem;
  display: block;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  footer small{
    display: inline-block;
    margin: 0;
    font-size: 1.4rem;
  }
}

.buruburu {
    animation: hurueru .3s infinite;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@media screen and (max-width: 1079px) {
  .bottom_fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    margin: auto;
    background-color: none;
    display: flex;
  }
  .bottom_fixed a {
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    background: var(--color-main1);
  }
  .bottom_fixed a:last-child {
    background: #fff;
    color: var(--color-main1);
  }
  /* .bottom_fixed a:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
  } */
}
@media screen and (min-width: 1080px) {
  .bottom_fixed{
    display: none;
  }
}



.accordion-area{
  margin:0 auto 150px;
}
  @media screen and (min-width:1080px){
  .accordion-area{
    margin:40px auto 30px;
  }
}
.accordion-area .title {
position: relative;
cursor: pointer;
font-size:18px;
font-weight: normal;
padding: 10px 10% 10px 30px;
transition: all .5s ease;
color: #fff;
text-align: center;
background: var(--color-main2);
}
@media screen and (min-width:1080px){
.accordion-area .title {
  font-size: 20px;
  padding: 10px 50px 10px 40px;
}
}

.accordion-area .title::before,
.accordion-area .title::after{
position: absolute;
content:'';
width: 25px;
height: 25px;
}
.accordion-area .title::before{
top:50%;
transform: translateY(-50%);
right: 15px;
background: url(../images/lp_ai/icon_plus.svg) no-repeat center;
}
.accordion-area .title.close::before{
background: url(../images/lp_ai/icon_minus.svg) no-repeat center;
top:50%;
transform: translateY(-50%);
}
.accordion-area .box {
  display: none;
  background: #f5f5f5;
}

.accordion-area .box p{
font-size: 14px;
text-align: left;
}
@media screen and (min-width:1080px){
.accordion-area .box p{
  font-size: 15px;
}
}
.accordion-area .box p .link{
color: #E42560;
text-decoration: underline;
}
.thnaks{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin: 30px auto 50px;
}
@media screen and (min-width:1080px){
.thnaks{
	margin: 30px auto 150px;
}
}