@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  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 {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
@media screen and (min-width: 1080px) {
  a:hover {
    color: #000000;
    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;
  }
}
body {
  background: linear-gradient(to bottom, transparent 0%, transparent 90%, #fff 100%), url("https://www.yokoyamashikaiin.jp/wp-content/themes/yokoyama/assets/img/bg.png");
  background-repeat: repeat;
  background-position: center center;
}
header{
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 5;
}
@media screen and (min-width: 1080px) {
  header{
    height: 100px;
  }
}
header div.menu {
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (min-width: 1080px) {
  header img{
    width: 100%;
    margin: auto;
    height: 100px !important;
  }
  header div.menu {
    display: flex;
    justify-content: space-between;
    border-radius: 0;
    height: 100px;
    max-width: 1040px;
    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: 180px;
  margin: 18px 0 0 0;
}
@media screen and (min-width: 1080px) {
  header div.menu .logo {
    width: 400px;
    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;
  }
}
header nav ul.menu_area {
  position: relative;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  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-left: 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{
  color: #00EAFF;
  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: 1px solid #00EAFF;
  border-radius: 30px;
  font-size: 2rem;
}
@media screen and (min-width: 1080px) {
  header nav ul.menu_area li a {
    font-size: 1.5rem;
    margin-right: 0vw;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1080px) {
  .menu-list {
    display: block !important;
    opacity: 1;
  }
  .menu-list .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu-list .inner > div {
    display: flex;
    /* margin-left: 135px; */
    align-items: center;
  }
  .menu-list .inner > div ul {
    display: flex;
  }
  .menu-list .inner > div ul li a {
    width: auto;
    display: inline-block;
    margin-right: 25px;
    font-size: 1.5rem;
    height: 100px;
    line-height: 100px;
    font-weight: 300;
  }
  .menu-list .inner .btn_area .btn a{
    display: block;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
    border: none;
    color: #00EAFF;
    border: 1px solid #00EAFF;
    height: 60px;
    line-height: 60px;
    width: 180px;
    font-size: 1.7rem;
    border-radius: 30px;
    margin-top: 7px;
  }
}

.menu-list .inner .btn_area .btn_web {
  background-image: linear-gradient(90deg, rgba(102, 102, 255, 1), rgba(67, 66, 238, 1));
}
header .btn_contact a {
  display: block;
  text-align: center;
  width: 65vw;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 1.4rem;
  margin: 10px auto 0;
}
@media screen and (min-width: 1080px) {
  header .btn_contact a {
    display: block;
    text-align: center;
    width: 140px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 1.2rem;
    margin: 0 10px 0 0;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 1080px) {
  header .btn_contact a {
    font-size: 1.4rem;
    width: 180px;
  }
}
.btn_contact.mail a {
  color: #fff;
  background: #000;
  margin-bottom: 25px;
}
@media screen and (min-width: 1080px) {
  .btn_contact.mail a {
    color: #000;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

/* ハンバーガー */
@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{
  position: relative;
  background: url(../images/lp_llmo/common_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 425px;
}
@media screen and (min-width:1080px){
  .common{
    background: url(../images/lp_llmo/common_bg_pc.png) no-repeat center 0;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 443px;
    text-align: center;
  }
}
.common .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
}
@media screen and (min-width:1080px){
  .common .inner{
    max-width: 1000px;

    text-align: left;
  }
}
.common .inner .text{
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
}
@media screen and (min-width:1080px){
  .common .inner .text{
    text-align: left;
    font-size: 2.8rem;
  }
}
.common .inner h3{
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin: 20px auto;
}
@media screen and (min-width:1080px){
  .common .inner h3{
    text-align: left;
  }
}


@media screen and (min-width: 1080px) {
  .common a:hover{
    opacity: .5;
  }
}
.common .price {
  display: flex;
  color: #00EAFF;
  align-items: center;
  width: 90vw;
  justify-content: center;
  /* margin: 8vw auto 2vw; */
  margin: 20px auto 10px;
}
.common .price .circle{
  border: 1px solid #00EAFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #00EAFF;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 5px;
}
.common .price .pr1{
  font-size: 1.8rem;
  margin-top: 17px;
  margin-left: 5px;
  margin-right: 3px;
  font-weight: 500;
}
.common .price .pr2{
  font-size: 4rem;
  font-weight: 500;
  position: relative;
}
.common .price .pr2:after{
  content: "";
  position: absolute;
  background: #00EAFF;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 53%;
  transform: rotate(-15deg);
}
.common .price .pr3{
  font-size: 1.8rem;
  margin-top: 17px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 500;
}
.common .price .pr4{
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (min-width:1080px){
  .common .price {
    width: auto;
    justify-content: flex-start;
    margin: 10px auto 0;
  }
  .common .price .circle{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.2rem;
  }
  .common .price .pr1{
    font-size: 2.2rem;
    margin-top: 25px;
    margin-left: 5px;
    margin-right: 3px;
  }
  .common .price .pr2{
    font-size: 4.7rem;
    font-weight: 500;
    position: relative;
  }
  .common .price .pr2:after{
    content: "";
    position: absolute;
    background: #00EAFF;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 53%;
    transform: rotate(-15deg);
  }
  .common .price .pr3{
    font-size: 2.2rem;
    margin-top: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .common .price .pr4{
    font-size: 1.1rem;
    margin-top: 35px;
  }
}
@media screen and (min-width:1300px){
  .common .price .circle{
    font-size: 1.5rem;
  }
  .common .price .pr1{
    font-size: 2.5rem;
  }
  .common .price .pr2{
    font-size: 5rem;
  }
  .common .price .pr3{
    font-size: 2.5rem;
  }
  .common .price .pr4{
    font-size: 1.2rem;
  }
}
.common .campaign a{
  background-image: linear-gradient(90deg, rgba(0, 234, 255, 1), rgba(141, 1, 200, 1));
  width: 90vw;
  margin: 20px auto 0;
  border-radius: 20px;
  text-align: center;
  padding: 15px;
  max-width: 600px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
}
@media screen and (min-width:1080px){
  .common .campaign a{
    display: flex;
    width: 100%;
    margin: 20px 0 0;
    align-items: center;
    justify-content: center;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    max-width: 700px;
  }

}
@media screen and (min-width:1300px){
  .common .campaign{
    font-size: 3.2rem;
    padding: 15px 0;
    width: 80%;
  }
}
.common .campaign span{
  display: block;
  background: #fff;
  width: 28vw;
  margin: 0 auto 10px;
  color: #005282;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 0;
}
@media screen and (min-width:1080px){
  .common .campaign span{
    width: 20%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 20px 0 0;
    height: 35px;
  }
}
@media screen and (min-width:1300px){
  .common .campaign span{
    font-size: 2rem;
  }
}



main .mv{
  position: relative;
  height: 922px;
  background: url(../images/lp_llmo/main_sp.png) no-repeat center center;
  background-size: cover;
  background-size: 100% 100%;
}
@media screen and (min-width: 1080px) {
  main .mv{
    height: 784px;
    background: url(../images/lp_llmo/main_pc.png) no-repeat center center;
    background-size: cover;

  }
}
main .mv.contact{
  background: none;
  height: auto;
}
main .mv .title_text{
  position: absolute;
  top: 30vw;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
/* @media screen and (min-width: 768px) {
  main .mv .title_text{
    top: 9vw;
  }
} */
@media screen and (min-width: 1080px) {
  main .mv .title_text{
    max-width: 1000px;
    text-align: left;
    top: 9vw;
  }
}
@media screen and (min-width: 1200px) {
  main .mv .title_text{
    max-width: 1000px;
    text-align: left;
    top: 10vw;
  }
}
main .mv .title_text h2{
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  /* margin: 0 auto 6vw; */
  margin: 0 auto 30px;
}

@media screen and (min-width:1080px){
  main .mv .title_text h2{
    font-size: 3.8rem;
    text-align: left;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width:1300px){
  main .mv .title_text h2{
    font-size: 4.5rem;
  }
}
main .mv .title_text h2 span,main .mv .title_text h3 span{
  color: #00EAFF;
}
main .mv .title_text h3{
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 12vw;
  margin: 0 auto 50px;
}

@media screen and (min-width:1080px){
  main .mv .title_text h3{
    font-size: 2.7rem;
    text-align: left;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width:1300px){
  main .mv .title_text h3{
    font-size: 3.2rem;
    margin: 0 auto 30px;
  }
}
main .mv .title_text .caption{
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 5vw;
  line-height: 1.7;
}
@media screen and (min-width:1080px){
  main .mv .title_text .caption{
    font-size: 2rem;
    text-align: left;
    padding: 0;
  }
}
@media screen and (min-width:1300px){
  main .mv .title_text .caption{
    font-size: 1.5rem;
  }
}
main .mv .title_text .caption img{
  width: 73vw;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (min-width:1080px){
  main .mv .title_text .caption img{
    width: 400px;
  }
}
@media screen and (min-width:1300px){
  main .mv .title_text .caption img{
    width: 500px;
  }
}
main .mv .title_text .caption .text_s{
  margin-top: 5px;
  display: inline-block;
}
@media screen and (min-width:1080px){
  main .mv .title_text .caption .text_s{
    display: inline;
  }
}
main .mv .title_text .caption p{
  margin-top: 5px;
}
main .mv .title_text .price {
  display: flex;
  color: #00EAFF;
  align-items: center;
  width: 90vw;
  justify-content: center;
  /* margin: 8vw auto 2vw; */
  margin: 20px auto 10px;
}
main .mv .title_text .price .circle{
  border: 1px solid #00EAFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #00EAFF;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 5px;
}
main .mv .title_text .price .pr1{
  font-size: 1.8rem;
  margin-top: 17px;
  margin-left: 5px;
  margin-right: 3px;
  font-weight: 500;
}
main .mv .title_text .price .pr2{
  font-size: 4rem;
  font-weight: 500;
  position: relative;
}
main .mv .title_text .price .pr2:after{
  content: "";
  position: absolute;
  background: #00EAFF;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 53%;
  transform: rotate(-15deg);
}
main .mv .title_text .price .pr3{
  font-size: 1.8rem;
  margin-top: 17px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 500;
}
main .mv .title_text .price .pr4{
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (min-width:1080px){
  main .mv .title_text .price {
    width: auto;
    justify-content: flex-start;
    margin: 10px auto 0;
  }
  main .mv .title_text .price .circle{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.2rem;
  }
  main .mv .title_text .price .pr1{
    font-size: 2.2rem;
    margin-top: 25px;
    margin-left: 5px;
    margin-right: 3px;
  }
  main .mv .title_text .price .pr2{
    font-size: 4.7rem;
    font-weight: 500;
    position: relative;
  }
  main .mv .title_text .price .pr2:after{
    content: "";
    position: absolute;
    background: #00EAFF;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 53%;
    transform: rotate(-15deg);
  }
  main .mv .title_text .price .pr3{
    font-size: 2.2rem;
    margin-top: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }
  main .mv .title_text .price .pr4{
    font-size: 1.1rem;
    margin-top: 35px;
  }
}
@media screen and (min-width:1300px){
  main .mv .title_text .price .circle{
    font-size: 1.5rem;
  }
  main .mv .title_text .price .pr1{
    font-size: 2.5rem;
  }
  main .mv .title_text .price .pr2{
    font-size: 5rem;
  }
  main .mv .title_text .price .pr3{
    font-size: 2.5rem;
  }
  main .mv .title_text .price .pr4{
    font-size: 1.2rem;
  }
}
main .mv .title_text .campaign a{
  background-image: linear-gradient(90deg, rgba(0, 234, 255, 1), rgba(141, 1, 200, 1));
  width: 90vw;
  margin: 20px auto 0;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 15px;
  max-width: 600px;
  display: block;
}
@media screen and (min-width:1080px){
  main .mv .title_text .campaign a{
    display: flex;
    width: 70%;
    margin: 20px 0 10px;
    font-size: 2.3rem;
    align-items: center;
    justify-content: center;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    max-width: 700px;
  }
}
@media screen and (min-width:1300px){
  main .mv .title_text .campaign a{
    font-size: 3.2rem;
    padding: 15px 0;
    width: 80%;
  }
}
main .mv .title_text .campaign a span{
  display: block;
  background: #fff;
  width: 28vw;
  margin: 0 auto 10px;
  color: #005282;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 0;
}
@media screen and (min-width:1080px){
  main .mv .title_text .campaign a span{
    width: 20%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 20px 0 0;
    height: 35px;
  }
}
@media screen and (min-width:1300px){
  main .mv .title_text .campaign span{
    font-size: 2rem;
  }
}
main .mv .title_text .prof{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  /* margin: 45vw 0 0 5vw; */
  margin: 150px 0 0 5vw;
}
@media screen and (min-width:1080px){
  main .mv .title_text .prof{
    margin: 8vw 0 0 5vw;
  }
}
@media screen and (min-width:1080px){
  main .mv .title_text .prof{
    margin: 30px 0 0 45%;
    line-height: 1.5;
    font-weight: 300;
  }
  main .mv .title_text .prof span{
    margin-left: 15px;
  }
}
@media screen and (min-width:1300px){
  main .mv .title_text .prof{
    margin: 30px 0 0 50%;
  }
}
main .mv .title_text .prof span{
  display: block;
}
@media screen and (min-width:1080px){
  main .mv .title_text .prof span{
    display: inline-block;
  }
}
main .mv .img_prof{
  display: block;
  position: absolute;
  z-index: 3;
  width: 180px;
  right: 5vw;
  bottom: 0;
}
@media screen and (min-width:1080px){
  main .mv .img_prof{
    width: 200px;
    right: 20vw;
    max-width: 100%;
  }
}
@media screen and (min-width:1500px){
  main .mv .img_prof{
    width: 15.5vw;
    right: 20vw;
  }
}
@media screen and (min-width:1650px){
  main .mv .img_prof{
    width: 13.5vw;
    right: 23vw;
  }
}

span.left:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(270deg);
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width:1080px){
  span.left:before{
    width: 15px;
    height: 15px;
    left: -30px;
  }
}
span.left:after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}
span.left.bl:before,span.left.bl:after,span.right.bl:before,span.right.bl:after{
  border-top: solid 1px #111;
  border-right: solid 1px #111;
}
@media screen and (min-width:1080px){
  span.left:after{
    width: 15px;
    height: 15px;
    left: -30px;
  }
}
span.right:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width:1080px){
  span.right:before{
    width: 15px;
    height: 15px;
    right: -30px;
  }
}
span.right:after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(90deg);
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width:1080px){
  span.right:after{
    width: 15px;
    height: 15px;
    right: -30px;
  }
}

#about{
  background-image: linear-gradient(90deg, rgba(15, 42, 76, 1), rgba(0, 82, 130, 1));
  padding: 0 0 40px;
}
@media screen and (min-width:1080px){
  #about{
    padding: 0 0 120px;
  }
}
#about .catch{
  position: relative;
}
#about .catch p{
  color: #0E2D4F;
  font-size: 2.2rem;
  font-weight: 700;
  margin: auto;
  text-align: center;
  background: #fff;
  padding: 30px 0 50px;
}
@media screen and (min-width:1080px){
  #about .catch p{
    padding: 80px 0 50px;
    font-size: 3.5rem;
  }
}
#about .box{
  position: relative;
}
#about img{
  position: absolute;
  width: 100vw;
  max-width: 450px;
  left: 0;
  right: 0;
  margin: auto;
  top: -300px;
}
@media screen and (min-width:1080px){
  #about img{
    width: 900px;
    max-width: 900px;
    top: -680px;
  }
}
#about .wrap {
  overflow: hidden;
  position: relative;
}
#about .content01 {
  background: #fff;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  height: 60px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (min-width:1080px){
  #about .content01 {
    background: #fff;
    border-bottom-left-radius: 1000px 200px;
    border-bottom-right-radius: 1000px 200px;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
h2.common_part{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  display: block;
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1080px){
  h2.common_part{
    font-size: 4rem;
    width: 100%;
  }
}
#about h2{
  color: #fff;
  margin: 100px auto 20px;
}
@media screen and (min-width:1080px){
  #about h2{
    margin: 220px auto 70px;
  }
}
h2.common_part span{
  display: block;
  position: relative;
}
@media screen and (min-width:1080px){
  h2.common_part span{
    display: inline-block;
    position: relative;
  }
}

#about .text{
  color: #fff;
  width: 90vw;
  margin: auto;
  font-weight: 400;
  text-align: left;
  line-height: 1.7;
  font-size: 1.8rem;
}
@media screen and (min-width:1080px){
  #about .text{
    max-width: 1000px;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
  }
}
#about .text span{
color: #00EAFF;
}

#worries{
  padding: 40px 0;
}
@media screen and (min-width:1080px){
  #worries{
    padding: 80px 0;
  }
}
#worries .img{
  width: 90vw;
  margin: 30px auto 30px;
  display: block;
}
@media screen and (min-width:1080px){
  #worries .img{
    width: 600px;
    margin: 50px auto 30px;
  }
}
#worries ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1080px){
  #worries ul{
    max-width: 1000px;
    width: 100%;
  }
}
#worries ul li{
  width: 44vw;
  border: 1px solid #0E2D4F;
  text-align: center;
  font-weight: 500;
  border-radius: 10px 10px 0 0;

  padding: 15px 0;
  line-height: 1.7;
  font-size: 1.6rem;
  margin-bottom: 2vw;
}
@media screen and (min-width:1080px){
  #worries ul li{
    width: 23%;
    font-size: 2rem;
    padding: 15px 0;
    margin-bottom: 0;
    position: relative;
  }
  #worries ul li:before{
    content: "";
    width: 1px;
    height: 70px;
    border-left: 1px dotted #0E2D4F;
    position: absolute;
    bottom: -70px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
#worries .arrow{
  position: relative;
}
#worries .arrow .img{
  width: 90vw;
  margin: -20px auto 30px;
  display: block;
}
@media screen and (min-width:1080px){
  #worries .arrow .img{
    width: 1000px;
    margin: 50px auto 30px;
  }
}
#worries .arrow .box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
}
@media screen and (min-width:1080px){
  #worries .arrow .box{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
  }
}
#worries .arrow .box .logo{
  width: 58vw;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width:1080px){
  #worries .arrow .box .logo{
    width: 220px;
    margin: 0 auto 30px;
  }
}
#worries .arrow .box h3{
  margin: auto;
  width: 85vw;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width:1080px){
  #worries .arrow .box h3{
    font-size: 4rem;
  }
}
#worries .arrow .box h3 span{
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
@media screen and (min-width:1080px){
  #worries .arrow .box h3 span{
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

#portfolio{
  background: url(../images/lp_llmo/portfolio_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  height: 441px;
  padding: 50px 0 0;
    position: relative;
}
@media screen and (min-width:1080px){
  #portfolio{
    background: url(../images/lp_llmo/portfolio_bg_pc.png) no-repeat center center;
    background-size: 100% 100%;
    height: 615px;
  }
}

#portfolio .box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
}
@media screen and (min-width:1080px){
  #portfolio .box{
    width: auto;
    width: 1000px;
  }
}
#portfolio .box p{
  line-height: 1.7;
  font-size: 1.8rem;
  margin-top: 25px;
  font-weight: 500;
}
@media screen and (min-width:1080px){
  #portfolio .box p{
    font-size: 2rem;
    margin-top: 100px;
    text-align: center;
    margin-top: 50px;
    line-height: 2;
  }
}

#case{
  background-image: linear-gradient(90deg, rgba(0, 82, 130, 1), rgba(15, 42, 76, 1));
}
@media screen and (min-width:1080px){
  #case img{
    margin: auto;
    width: 1000px;
    display: block;
    padding: 50px 0 30px;
  }
}

#step{
  padding: 40px 0 20px;
  text-align: center;
  background: #F8F8F8;
}
@media screen and (min-width:1080px){
  #step{
    padding: 80px 0 40px;
  }
}
#step h3{
  color: #005282;
  font-weight: 500;
  font-size: 2rem;
  margin: 30px auto 20px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width:1080px){
  #step h3{
    font-size: 2.2rem;
    margin: 50px auto 20px;
  }
}
#step .m_text{
  font-size: 1.8rem;
  font-weight: 500;
  width: 90vw;
  margin: auto;
  text-align: left;
  line-height: 1.7;
  margin: 0 auto 40px;
  color: #4B4A4A;
}
@media screen and (min-width:1080px){
  #step .m_text{
    width: 1000px;
    text-align: center;
    margin: 0 auto 80px;
  }
}
#step .box{
  width: 90vw;
  background: #fff;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(46, 41, 111, .2);
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width:1080px){
  #step .box{
    width: 1000px;
    display: flex;
    flex-direction: row-reverse;
    padding: 40px 25px;
    margin-bottom: 50px;
  }
}
#step .box .nu{
  position: absolute;
  top: 0;
  left: 0;
  background: #005282;
  border-radius: 0 18px 0 0;
  color: #fff;
  padding: 0 25px;
  height: 35px;
  line-height: 35px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  top: -17px;
}
@media screen and (min-width:1080px){
  #step .box .nu{
    height: 40px;
    line-height: 40px;
    top: -20px;
    padding: 0 30px;
  }
}
#step .box img{
  display: block;
  width: 70vw;
  margin: auto;
}
@media screen and (min-width:1080px){
  #step .box img{
    width: 330px;
  }
}
#step .box h4{
  color: #4B4A4A;
  font-size: 2rem;
  margin: 25px auto 20px;
  line-height: 1.7;
}
@media screen and (min-width:1080px){
  #step .box h4{
    text-align: left;
    font-size: 2.4rem;
  }
}
#step .box .text{
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}
#step .box dl{
  display: flex;
  align-items: center;
  gap: 10px;
}
#step .box dl dt{
  border: 1px solid #F29502;
  height: 68px;
  width: 68px;
  line-height: 68px;
  border-radius: 50%;
  color: #F29502;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
#step .box dl dd{
  color: #F29502;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width:1080px){
  #step .box dl dd{
    font-size: 2.2rem;
  }
}

#feature{
  padding: 40px 0 20px;
  text-align: center;
}
@media screen and (min-width:1080px){
  #feature{
    padding: 80px 0 80px;
  }
}
#feature .m_text{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 30px auto 40px;
  width: 90vw;
  text-align: left;
}
@media screen and (min-width:1080px){
  #feature .m_text{
    margin: 80px auto 80px;
    width: 1000px;
  }
}
#feature .box {
  margin: 0 auto 50px;
}
@media screen and (min-width:1080px){
  #feature .box {
    width: 100%;
    display: flex;
    margin: 0 0 100px 0;
    align-items: center;
  }
  #feature .box:nth-of-type(2) {
    flex-direction: row-reverse;
    margin: 0 5% 100px 0;
  }
}
@media screen and (min-width:1080px){
  #feature .box img{
    width: 40%;
    height: 100%;
    margin: 0;
  }
}
#feature .box > div{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1080px){
  #feature .box > div{
    width: 55%;
    margin: 0 0 0 5%;
    padding-right: 3%;
  }
  #feature .box:nth-of-type(2) > div{
    margin: 0 5% 0 0;
    padding-left: 3%;
  }
}
#feature .box > div .nu{
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #F29502;
  font-weight: 600;
}
@media screen and (min-width:1080px){
  #feature .box > div .nu{
    font-size: 4.5rem;
  }
}
#feature .box > div h3{
  font-size: 2rem;
  font-weight: bold;
  color: #005282;
  margin: 15px auto 15px;
}
@media screen and (min-width:1080px){
  #feature .box > div h3{
    font-size: 2.4rem;
  }
}
#feature .box > div h4{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width:1080px){
  #feature .box > div h4{
    text-align: center;
  }
}
#feature .box > div dl{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px auto;
}
@media screen and (min-width:1080px){
  #feature .box > div dl{
    justify-content: center;
  }
}
#feature .box > div dl dt{
  border: 1px solid #F29502;
  height: 68px;
  width: 68px;
  line-height: 68px;
  border-radius: 50%;
  color: #F29502;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
#feature .box > div dl dd{
  color: #F29502;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width:1080px){
  #feature .box > div dl dd{
    font-size: 2.2rem;
  }
}
#feature h5{
  color: #005282;
  font-weight: 500;
  font-size: 2rem;
  margin: 30px auto 20px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width:1080px){
  #feature h5{
    font-size: 2.2rem;
  }
}

#plan{
  padding: 40px 0 10px;
  text-align: center;
  background: #F8F8F8;
}
@media screen and (min-width:1080px){
  #plan{
    padding: 80px 0 40px;
  }
}
#plan h3{
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #0E2D4F;
  width: 90vw;
  margin: 30px auto 30px;
  text-align: left;
}
@media screen and (min-width:1080px){
  #plan h3{
    font-size: 2.2rem;
    text-align: center;
    margin: 50px auto 40px;
  }
}
@media screen and (min-width:1080px){
  #plan .flexpc{
    display: flex;
    width: 1000px;
    margin: auto;
  }
}
#plan .flexpc .box{
  width: 90vw;
  margin: 0 auto 30px;
  box-shadow: 0px 5px 15px 0px rgba(46, 41, 111, .2);
  border-radius: 24px;
  padding-bottom: 20px;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box{
    width: 47%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
#plan .flexpc .box .plan{
  width: 60vw;
  background: #005282;
  color: #fff;
  border-radius: 24px 0 0 0;
  font-size: 1.8rem;
  height: 38px;
  line-height: 38px;
  margin: 0 0 30px;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box .plan{
    width: 50%;
  }
}
#plan .flexpc .box ul{
  border-top: 1px solid #C5C0C0;
  width: 80vw;
  margin: 0 auto;
  padding-top: 15px;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box ul{
    width: 90%;
    margin: 5px auto 0;
    padding-top: 20px;
  }
}
#plan .flexpc .box li{
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  margin: auto;
  line-height: 1.7;
}
@media screen and (min-width:1080px){
  #plan .flexpc .box li{
    font-size: 2rem;
  }
}
#plan .price {
  display: flex;
  color: #005282;
  align-items: center;
  width: 90vw;
  justify-content: center;
  /* margin: 8vw auto 2vw; */
  margin: 20px auto 10px;
}
@media screen and (min-width:1080px){

}
#plan .price .circle{
  border: 1px solid #005282;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #005282;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 5px;
  margin-right: 5px;
}
#plan .price .pr2{
  font-size: 4rem;
  font-weight: 500;
}
#plan .price .pr3{
  font-size: 1.8rem;
  margin-top: 17px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 500;
}
#plan .price .pr4{
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (min-width:1080px){
  #plan .price {
    width: auto;
    justify-content: center;
    margin: 10px auto 0;
  }
  #plan .price .circle{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.2rem;
  }
  #plan .price .pr2{
    font-size: 4.7rem;
    font-weight: 500;
  }
  #plan .price .pr3{
    font-size: 2.2rem;
    margin-top: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }
  #plan .price .pr4{
    font-size: 1.1rem;
    margin-top: 29px;
  }
}
@media screen and (min-width:1300px){
  #plan .price .circle{
    font-size: 1.5rem;
  }
  #plan .price .pr1{
    font-size: 2.5rem;
  }
  #plan .price .pr2{
    font-size: 5rem;
  }
  #plan .price .pr3{
    font-size: 2.5rem;
  }
  #plan .price .pr4{
    font-size: 1.2rem;
  }
}

#faq{
  padding: 40px 0 30px;
  text-align: center;
}
@media screen and (min-width:1080px){
  #faq{
    padding: 80px 0 100px;
  }
}
.accordion{
  margin: 50px auto 0;
  width: 90vw;
}
@media screen and (min-width:1080px){
  .accordion{
    width: 1000px;
  }
}
.accordion .box{
  border-bottom: 1px solid #ccc;
}
.accordion-area{
  margin:0 auto 50px;

}
@media screen and (min-width:1080px){
    .accordion-area{
    margin:40px auto 70px;
    width: 80%;
    }
}
.accordion-content {
  display: none;
}
.accordion-header {
  padding: 12px 10px 10px 0;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  margin: auto;
  color: #005282;
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (min-width:1080px){
	.accordion-header {
    font-size: 2rem;
    display: block;
	}
}
.accordion-header p,.accordion-content p{
  display: flex;
}
.accordion-header span.nu,.accordion-content span.nu{
  margin-right: 15px;
  width: 50px;
  display: block;
}
.accordion-header span.nu{
  font-size: 1.8rem;
}
@media screen and (min-width:1080px){
  .accordion-header span.nu{
    font-size: 2rem;
  }
}
.accordion-content span.nu{
  font-size: 1.8rem;
}
@media screen and (min-width:1080px){
  .accordion-content span.nu{
    font-size: 2rem;
  }
}

.accordion-header span.text,.accordion-content span.text{
  width: calc(100% - 50px);
  display: block;
  text-align: left;
}
.accordion-content span.text{
  color: #000;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:27px;
  right:0;
  bottom:0;
  width:12px;
  height:1px;
  /* margin:auto; */
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{
  transform:rotate(0deg);
}
.accordion-content {
  padding: 12px 0 20px;
  font-size: 1.6rem;
  color: #F29502;
}
@media screen and (min-width:1080px){
  .accordion-content {
    padding: 12px 0 20px;
  }
}
.accordion-content.flex{
  display: flex !important;
} 

/* .accordion-header span,
.accordion-content span{
  padding-left: 25px;
} */



footer{
  background-image: linear-gradient(90deg, rgba(0, 82, 130, 1), rgba(15, 42, 76, 1));
  color: #ffffff;
  line-height: 1.7;
  padding: 30px 0 100px;
}
@media screen and (min-width: 1080px) {
  footer{
    padding: 50px 0 0;
  }
}
footer.contact{
  padding: 30px 0 50px;
}
@media screen and (min-width: 1080px) {
  footer.contact{
    padding: 50px 0 70px;
  }
}

@media screen and (min-width: 1080px) {
  footer .flexpc{
    display: flex;
    margin: auto;
    max-width: 1000px;
    align-items: flex-start;
  }
}
footer .logo {
  display: block;
  width: 55vw;
  text-align: center;
  margin: 0 auto 25px;
}
@media screen and (min-width: 1080px) {
  footer .logo {
    width: 250px;
    margin: 3px 0 0;
  }
}
footer .box{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 1080px) {
  footer .box{
    width: calc(100%- 250px);
    padding-left: 50px;
  }
}
footer .box p,footer .box li{
  line-height: 1.7;
}
footer .box .text1{
  font-size: 1.4rem;
  margin-bottom: 30px;
}
footer .box .text2{
  font-size: 1.4rem;
}
footer .box ul{
  margin-bottom: 30px;
}
footer .box li{
  font-size: 1.4rem;
}
footer .box .text3{
  font-size: 1.7rem;
  margin-bottom: 20px;
  font-weight: 500;
}
footer .box .text4{
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  footer .box .text1{
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  footer .box .text2{
    font-size: 1.4rem;
  }
  footer .box ul{
    margin-bottom: 20px;
  }
  footer .box li{
    font-size: 1.4rem;
  }
  footer .box .text3{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  footer .box .text4{
    font-size: 1.4rem;
    text-align: left;
  }
}
footer .common{
  margin-top: 50px;
}


/* お問い合せフォーム用スタイル */
/* main .mv.contact{
  max-height: 357px;
} */
main .mv.contact .title_text{
  top: 22vw;
}
@media screen and (min-width: 1080px) {
  main .mv.contact .title_text{
    top: 11vw;
  }
}
main .mv.contact .title_text h2{
  text-align: center;
}
.contact-form {
  margin: 0 auto;
  padding: 60px 2vw;
}
@media screen and (min-width: 1080px) {
  .contact-form {
    padding: 100px 0;
  }
}
.contact-form .cap{
  font-size: 1.6rem;
  width: 92vw;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width:1080px){
  .contact-form .cap{
    max-width: 980px;
    width: auto;
    font-size: 1.8rem;
  }
}
.contact-form .cap span{
  color: #F29805;
  font-size: 1.8rem;
}
@media screen and (min-width:1080px){
  .contact-form .cap span{
    font-size: 2.2rem;
  }
}
.contact-form form{
  width: 92vw;
  margin: auto;
  border-radius: 20px;
  padding: 5vw 4vw;
}
@media screen and (min-width: 1080px) {
  .contact-form form{
    max-width: 1000px;
    padding: 10px 0 0;
  }
}
.contact-form .form-group {
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1080px) {
  .contact-form .form-group {
    margin: 30px auto;
    padding-top: 30px;
    padding-bottom: 0px;
    display: flex;
  }
}
.contact-form .form-group.no {
  border-top: none;
  padding-top: 0;
}
.contact-form .ttl,.contact-form .form-group p,.contact-form .form-group .ttl{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .contact-form .ttl,.contact-form .form-group p,.contact-form .form-group .ttl{
    font-size: 2rem;
    margin-bottom: 10px;
    width: 230px;
  }
}
.contact-form .ttl span{
  background: #F4893C;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  padding: 2px 5px;
  vertical-align: 1px;
  margin-left: 5px;
  border-radius: 4px;
}
@media screen and (min-width: 1080px) {
  .contact-form .ttl span{
    font-size: 1.2rem;
    vertical-align: 0;
    margin-left: 0;
    display: inline;
    padding: 3px 5px 4px;
  }
}
.contact-form .form-group .ttl a{
  border-bottom: 1px solid #111;
}
.contact-form .text{
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 1080px) {
  .contact-form .text{
    font-size: 1.6rem;
  }
}
.contact-form .form-group label {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 8px;
  margin-right: 16px;
  display: inline-block;
}

@media screen and (min-width: 1080px) {
  .contact-form .form-group label {
    font-size: 1.6rem;
  }
}
.contact-form .form-group label input[type="radio"] {
  display: inline-block;
  margin-right: 8px;
}
.contact-form .form-group .text_s{
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  .contact-form .form-group .text_s{
    font-size: 1.6rem;
  }
}
.contact-form .text_s span{
  font-size: 1.3rem;
  display: block;
  margin: 2px auto 10px;
}
@media screen and (min-width: 1080px) {
  .contact-form .text_s span{
    font-size: 1.5rem;
    margin: 5px auto 10px;
  }
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form input[type="email"],
.contact-form select {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.4rem;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  margin-top: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
}
@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 {
    height: 60px;
  }
}
.contact-form input[type="radio"] {
  margin-right: 8px;
}
.contact-form input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
}
.contact-form button[type="submit"] {
  width: 70%;
  background: #005282;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  margin: auto;
  display: block;
  height: 60px;
  line-height: 60px;
}
@media screen and (min-width: 1080px) {
  .contact-form button[type="submit"] {
    width: 28%;
    height: 80px;
    line-height: 80px;
    font-size: 2.5rem;
  }
}
.contact-form input[type="submit"] {
  width: 70%;
  background: #005282;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  margin: auto;
  display: block;
  height: 60px;
  line-height: 60px;
}
@media screen and (min-width: 1080px) {
  .contact-form input[type="submit"] {
    width: 28%;
    height: 80px;
    line-height: 80px;
    font-size: 2.5rem;
  }
}



.contact-form button[type="submit"]:hover {
  /* background: #1761a0; */
}
.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 textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.4rem;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  margin: 0 auto;
  resize: vertical;
  box-sizing: border-box;
  height: 120px;
}
@media screen and (min-width: 1080px) {
  .contact-form textarea {
    height: 150px;
    margin: 0 auto 5px;
  }
}
.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"],#company,#zipcode,#email,#tel{
    /* width: 45%; */
  }
}
input[type="checkbox"] {
    vertical-align: -2px;
}
.contact-form .form-group .privacy{
  text-align: center;
  margin: 0 auto 20px;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .contact-form .form-group .privacy{
    font-size: 2rem;
    margin: 0 auto 20px;
    text-align: left;
  }
}
.contact-form .form-group .privacy a{
  text-decoration: underline;
}
.contact-form .privacy_s{
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 20px;
  margin-top: -10px;
}
@media screen and (min-width: 1080px) {
  .contact-form .privacy_s{
    margin-top: -20px;
  }
}
.contact-form .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
  height: 100%;

}


.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;
  }
  .bottom_fixed a {
      background-image: linear-gradient(90deg, rgba(0, 234, 255, 1), rgba(141, 1, 200, 1));
      width: 100vw;
      margin: 20px auto 0;
      text-align: center;
      padding: 17px 0 12px;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 500;
      display: block;
      position: relative;
  }
  .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;
  }
  .bottom_fixed span {
      display: block;
      background: #fff;
      width: 22vw;
      margin: 0 auto 10px;
      color: #005282;
      font-size: 1.1rem;
      font-weight: 500;
      padding: 2px 0;
  }
}
@media screen and (min-width: 1080px) {
  .bottom_fixed{
    display: none;
  }
}