@charset "UTF-8";
/*Theme Name: 丸ヨ建設工業LP*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@media (min-width: 768px) {
  html {
    font-size: 100%;
    scroll-padding-top: 80px;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    line-height: 1.8;
    color: #333;
    /*背景固定*/
  }
  body.active {
    position: fixed;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
  }
  body .imgleft > div p {
    font-size: 1.3rem;
  }
  body .imgleft > div p:not(:last-child) {
    margin-bottom: 40px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
  }
  body .imgright > div p {
    font-size: 1.3rem;
  }
  body .imgright > div p:not(:last-child) {
    margin-bottom: 40px;
  }
  body .inner {
    width: 1140px;
    margin: 0 auto;
  }
  body .inner.narrow {
    width: 900px;
  }
  body .bg {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(43, 85, 208, 0.1)), to(rgba(141, 194, 31, 0.1)));
    background-image: linear-gradient(to right, rgba(43, 85, 208, 0.1), rgba(141, 194, 31, 0.1));
  }
  body .bg.sales {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(43, 85, 208, 0.1)), to(rgba(229, 0, 18, 0.1)));
    background-image: linear-gradient(to right, rgba(43, 85, 208, 0.1), rgba(229, 0, 18, 0.1));
  }
  body .recaptcha {
    text-align: center;
  }
  body .main_title {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 80px;
    padding-top: 50px;
    position: relative;
  }
  body .main_title:after {
    position: absolute;
    content: "";
    background: url("../images/lp/genbakantoku-career/icon_title.svg") no-repeat;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 124px;
    height: 121px;
    z-index: -1;
  }
  body .main_title span {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#2b55d0), color-stop(40%, #2b55d0), color-stop(60%, #8dc21f), to(#8dc21f));
    background: linear-gradient(90deg, #2b55d0 0%, #2b55d0 40%, #8dc21f 60%, #8dc21f 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans JP", serif;
  }
  body .main_title.sales:after {
    background: url("../images/lp/sales-career/icon_title.svg") no-repeat;
  }
  body .main_title.sales span {
    background: -webkit-gradient(linear, left top, right top, from(#2b55d0), color-stop(40%, #2b55d0), color-stop(60%, #e50012), to(#e50012));
    background: linear-gradient(90deg, #2b55d0 0%, #2b55d0 40%, #e50012 60%, #e50012 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .sub_title {
    color: #fff;
    text-align: center;
    background: #8dc21f;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 100px;
    padding: 10px 30px;
    margin-bottom: 50px;
  }
  body .sub_title.blue {
    background: #2b55d0;
  }
  body .sub_title.sales {
    background: #e50012;
  }
  body .blue_title {
    color: #2b55d0;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body .blue_title.center {
    text-align: center;
  }
  body .green_title {
    color: #6c9811;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body .red_title {
    color: #da5353;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body .btn {
    width: 500px;
    background: #ffaa17;
    border: 1px solid #ffaa17;
    border-radius: 100px;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-size: 1.7rem;
    font-weight: bold;
  }
  body .btn:hover {
    background: #fff;
    color: #ffaa17;
  }
  body .linebtn {
    width: 500px;
    background: #06c755;
    border: 1px solid #06c755;
    border-radius: 100px;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-size: 1.7rem;
    font-weight: bold;
  }
  body .linebtn:hover {
    background: #fff;
    color: #06c755;
  }
  body .linebtn img {
    margin-right: 15px;
  }
  body .white_btn {
    background: #fff;
    width: 400px;
    border-radius: 10px;
  }
  body .white_btn a {
    display: block;
    position: relative;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 900;
  }
  body .white_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 30px;
    height: 26px;
  }
  body .white_btn.blue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#012371), to(#0143d7));
    background: linear-gradient(180deg, #012371 0%, #0143d7 100%);
  }
  body .white_btn.blue:hover a {
    background: #fff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.blue:hover a:after {
    background: url("../images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
  }
  body .white_btn.blue a {
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.blue a:after {
    background: url("../images/common/arrow_blue.svg") no-repeat;
    background-size: 100%;
  }
  body .white_btn.org:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(180deg, #ff8839 0%, #fa4b4b 100%);
  }
  body .white_btn.org:hover a {
    background: #fff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.org:hover a:after {
    background: url("../images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
  }
  body .white_btn.org a {
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.org a:after {
    background: url("../images/common/arrow_org.svg") no-repeat;
    background-size: 100%;
  }
  body .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 50px auto 0;
  }
  body .tel {
    color: #6c9811;
    font-size: 2.5rem;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
  }
  body .tel:hover {
    color: #8dc21f;
  }
  body .tel img {
    vertical-align: middle;
    margin-right: 10px;
  }
  body .tel.sales {
    color: #da5353;
  }
  header {
    position: relative;
    /*ハンバーガーメニュー*/
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    z-index: 1;
  }
  header .h_blc > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding-right: 100px;
  }
  header .h_blc > ul a {
    font-family: "Noto Sans JP", serif;
    display: block;
    font-weight: bold;
    margin-left: 30px;
  }
  header .h_blc > ul a:hover {
    color: #39579b;
  }
  header .menu {
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 45px;
    z-index: 99;
    position: fixed;
  }
  header .menu em {
    display: block;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
    font-size: 0.9rem;
    position: absolute;
    top: -25px;
    text-align: center;
  }
  header .menu span {
    background: #333;
    display: block;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 100%;
  }
  header .menu span.center {
    top: 12px;
  }
  header .menu span.center.active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  header .menu span.bottom {
    bottom: 0;
  }
  header .menu span.bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  header .menu span.top.active {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header nav {
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 80px;
    left: 0;
    padding: 40px 20px 120px;
    overflow-y: scroll;
  }
  header nav .h_nav a {
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    display: block;
    padding: 20px;
  }
  header nav .h_nav a:hover {
    color: #39579b;
  }
  header nav .btnarea a {
    width: 100%;
    font-size: 1.2rem;
  }
  header .catch {
    position: relative;
  }
  header .catch > img {
    width: 100%;
  }
  header .catch strong {
    position: absolute;
    top: 15%;
    left: 30px;
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -5px;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  header .catch strong span {
    display: block;
    font-size: 7rem;
    line-height: 1.2;
    letter-spacing: -10px;
  }
  header .catch p {
    position: absolute;
    bottom: 2%;
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    left: 30px;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  }
  main.lp section {
    padding: 100px 0;
  }
  main.lp .btnarea {
    width: 1040px;
    margin: 50px auto;
  }
  main.lp #recommend ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
  main.lp #recommend ul li {
    border: 5px solid #8dc21f;
    border-radius: 20px;
    padding: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.lp #recommend ul li img {
    margin-right: 20px;
    vertical-align: middle;
  }
  main.lp #what ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    gap: 30px;
  }
  main.lp #what ul li {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    position: relative;
  }
  main.lp #what ul li.grid01 img {
    position: absolute;
    top: -40px;
    right: 20px;
  }
  main.lp #what ul li.grid02 {
    grid-column: span 2 / span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main.lp #what ul li.grid02 div {
    width: 48%;
  }
  main.lp #what ul li.grid02 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
  }
  main.lp #what ul li.grid03, main.lp #what ul li.grid04, main.lp #what ul li.grid05 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  main.lp #what ul li.grid03 img {
    position: absolute;
    bottom: -20px;
    left: -20px;
  }
  main.lp #what ul li.grid04 img {
    position: absolute;
    bottom: 0;
    left: -20px;
  }
  main.lp #what ul li.grid05 img {
    position: absolute;
    bottom: -25px;
    left: 20px;
  }
  main.lp #what ul li.grid06, main.lp #what ul li.grid07, main.lp #what ul li.grid08 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  main.lp #what ul li.grid07 img {
    position: absolute;
    bottom: -30px;
    right: -30px;
  }
  main.lp #what ul li.grid09, main.lp #what ul li.grid10, main.lp #what ul li.grid11 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  main.lp #what ul li.grid09 .center {
    margin: 20px auto 30px;
  }
  main.lp #what ul li.grid09 img {
    position: absolute;
    bottom: -30px;
    left: 20px;
  }
  main.lp #what ul li.grid11 img {
    display: block;
    margin: 20px auto 0;
  }
  main.lp #what ul p {
    font-size: 1.5rem;
    font-weight: bold;
  }
  main.lp #what ul p.center {
    text-align: center;
    line-height: 0.4;
  }
  main.lp #what ul strong {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  main.lp #what ul strong span {
    color: #2b55d0;
    font-family: "Josefin Sans", serif;
    font-size: 8rem;
    line-height: 1;
    font-weight: normal;
  }
  main.lp #what ul em {
    position: absolute;
    right: 20px;
    bottom: 30px;
    display: block;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
  }
  main.lp #terms > ul > li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.lp #terms > ul > li:nth-child(odd) .sub_title {
    border-radius: 0 100px 100px 0;
    width: 630px;
  }
  main.lp #terms > ul > li:nth-child(even) .sub_title {
    border-radius: 100px 0 0 100px;
    width: 630px;
    margin-left: auto;
  }
  main.lp #terms > ul > li ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  main.lp #terms > ul > li ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.lp #terms > ul > li ul img {
    margin-bottom: 10px;
  }
  main.lp #terms > ul > li ul h4 {
    text-align: center;
    font-weight: bold;
  }
  main.lp #terms > ul > li ul p {
    margin-top: 10px;
    border-radius: 10px;
    padding: 20px;
    background: #efefef;
    height: 100%;
  }
  main.lp #business li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #business div {
    width: 47%;
  }
  main.lp #work li:not(:last-child) {
    margin-bottom: 100px;
  }
  main.lp #work .imgleft:not(:last-child) {
    margin-bottom: 50px;
  }
  main.lp #work .imgleft > div {
    margin-left: 40px;
  }
  main.lp #work .imgleft > div p {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
  }
  main.lp #work .imgright:not(:last-child) {
    margin-bottom: 50px;
  }
  main.lp #work .imgright > div {
    margin-right: 40px;
  }
  main.lp #work .imgright > div p {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
  }
  main.lp #interview ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  main.lp #interview ul img {
    margin-bottom: 30px;
  }
  main.lp #interview ul p {
    font-family: "Noto Sans JP", serif;
    font-size: 1.25rem;
    font-weight: 500;
  }
  main.lp #interview ul p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #schedule ul {
    position: relative;
  }
  main.lp #schedule ul:after {
    position: absolute;
    content: "";
    background: #8dc21f;
    width: 5px;
    height: 90%;
    top: 140px;
    left: 75px;
    z-index: -1;
  }
  main.lp #schedule .imgright:not(:last-child) {
    margin-bottom: 50px;
  }
  main.lp #schedule .imgright > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.lp #schedule .imgright > div div {
    width: calc(100% - 170px);
  }
  main.lp #schedule .imgright > div span {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    background: #8dc21f;
    color: #fff;
    font-size: 2rem;
  }
  main.lp #schedule .imgright > div p {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
  }
  main.lp #career > ul > li:not(:last-child) {
    margin-bottom: 100px;
  }
  main.lp #career > ul > li > img {
    display: block;
    margin: 0 auto 30px;
  }
  main.lp #career > ul > li p {
    font-weight: 500;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", serif;
  }
  main.lp #career > ul > li p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #career > ul > li .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.lp #career > ul > li .txt {
    width: 450px;
  }
  main.lp #career > ul > li .box {
    border: 5px solid #2b55d0;
    background: #fff;
    padding: 30px 40px;
    border-radius: 20px;
    width: 420px;
  }
  main.lp #career > ul > li li:not(:last-child) {
    margin-bottom: 100px;
  }
  main.lp #career > ul > li .ability {
    text-align: center;
  }
  main.lp #daily iframe {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.lp #detail img {
    display: block;
    margin: 0 auto 60px;
  }
  main.lp #detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
  }
  main.lp #detail dt {
    width: 200px;
    border-bottom: 5px solid #2b55d0;
    font-weight: bold;
    padding: 20px;
  }
  main.lp #detail dd {
    width: 700px;
    border-bottom: 5px solid #becbf4;
    padding: 20px;
  }
  main.lp #detail dd p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #faq dt {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
  }
  main.lp #faq dt:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    font-weight: 900;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.lp #faq dt.open::after {
    content: "\f0d8";
  }
  main.lp #faq dt:hover {
    cursor: pointer;
  }
  main.lp #faq dd {
    display: none;
    margin-bottom: 50px;
    background: #e7f1d4;
    padding: 30px;
    border-radius: 20px;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 1.3rem;
  }
  main.lp #faq dd:first-of-type {
    display: block;
  }
  main.lp #faq dd strong {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
  }
  main.lp #faq dd a {
    color: #ffaa17;
  }
  main.lp #flow .list {
    position: relative;
    margin-bottom: 60px;
  }
  main.lp #flow .list:after {
    position: absolute;
    content: "";
    background: #2b55d0;
    width: 5px;
    height: 90%;
    top: 70px;
    left: 70px;
    z-index: -1;
  }
  main.lp #flow .list li {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.lp #flow .list li:not(:last-child) {
    margin-bottom: 100px;
  }
  main.lp #flow .list li .step {
    width: 150px;
    height: 150px;
    color: #fff;
    background: #2b55d0;
    border-radius: 100px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    padding: 25px;
  }
  main.lp #flow .list li .step span {
    display: block;
    font-size: 4rem;
  }
  main.lp #flow .list li .cont {
    width: calc(100% - 180px);
  }
  main.lp #flow .list li .cont p:not(:last-child) {
    margin: 20px auto;
  }
  main.lp #flow .pic {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 50px 100px;
  }
  main.lp #contact ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
  main.lp #contact ul li {
    border-radius: 20px;
    border: 5px solid #8dc21f;
    text-align: center;
    padding: 20px;
  }
  main.lp #contact ul h3 {
    font-size: 2rem;
    font-weight: bold;
  }
  main.lp #contact .linebtn {
    margin: 50px auto 0;
  }
  main.lp #form dt {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.lp #form dt span {
    display: block;
    width: 70px;
    border-radius: 5px;
    font-size: 1.3rem;
    background: #da5353;
    color: #fff;
    text-align: center;
    margin-left: 20px;
  }
  main.lp #form dd {
    margin-bottom: 60px;
  }
  main.lp #form dd.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.lp #form input[type="text"] {
    font-size: 1rem;
    width: 100%;
    height: 80px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: none;
    font-size: 1.3rem;
  }
  main.lp #form input[type="date"] {
    font-size: 1rem;
    width: 300px;
    height: 80px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: none;
    margin-right: 30px;
    font-size: 1.3rem;
  }
  main.lp #form .wpcf7-form-control-wrap {
    display: block;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
    position: relative;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    left: 9px;
    top: 12px;
    -webkit-transform: scale(2);
            transform: scale(2);
    z-index: 1;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #becbf4;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    margin-right: 14px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #2b55d0;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
            box-shadow: inset 0 0 0 4px #fff;
  }
  main.lp #form .select {
    overflow: hidden;
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #fff;
    border-radius: 10px;
  }
  main.lp #form .select:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #333;
    pointer-events: none;
    z-index: 1;
  }
  main.lp #form select {
    background: #fff;
    border: none;
    width: 250px;
    font-size: 1.3rem;
    height: 80px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 20px;
    border-radius: 10px;
  }
  main.lp #form textarea {
    width: 100%;
    font-size: 1.3rem;
    height: 200px;
    border: none;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
  }
  main.lp #form input[type="submit"],
  main.lp #form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    margin: 0 auto;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.lp #form input[type="submit"]:hover,
  main.lp #form input[type="button"]:hover {
    cursor: pointer;
  }
  main.lp #thanks .btn {
    margin: 40px auto 0;
  }
  main.sales #recommend ul li {
    border: 5px solid #e50012;
  }
  main.sales #schedule ul:after,
  main.sales #schedule .imgright > div span {
    background: #e50012;
  }
  main.sales #faq dd {
    background: #ffdada;
  }
  main.sales #contact ul li {
    border: 5px solid #e50012;
  }
  main.sales #contact .tel {
    color: #da5353;
  }
  footer .f_blc {
    padding: 60px 0 30px;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
  }
  footer .f_blc .inner {
    width: 1240px;
  }
  footer .f_blc .f_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  footer .f_blc .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
  footer .f_blc .f_nav a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  footer .f_blc .f_nav a:hover {
    color: #ffaa17;
  }
  footer .f_blc .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin: 0;
  }
  footer .f_blc small {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
  }
  footer .f_btm {
    width: 1240px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .f_btm .f_logo a {
    width: 360px;
    display: block;
  }
  footer .f_btm div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  footer .f_btm div > a {
    display: block;
    width: 220px;
  }
  footer .f_btm div .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #39579b;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 50%;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #39579b;
  }
  .smonly {
    display: none;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 55px;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #333;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body.active {
    position: fixed;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    margin: 0 auto 20px;
    display: block;
  }
  body .imgleft p:not(:last-child),
  body .imgright p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(43, 85, 208, 0.1)), to(rgba(141, 194, 31, 0.1)));
    background-image: linear-gradient(to right, rgba(43, 85, 208, 0.1), rgba(141, 194, 31, 0.1));
  }
  body .bg.sales {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(43, 85, 208, 0.1)), to(rgba(229, 0, 18, 0.1)));
    background-image: linear-gradient(to right, rgba(43, 85, 208, 0.1), rgba(229, 0, 18, 0.1));
  }
  body .recaptcha {
    text-align: center;
  }
  body .main_title {
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 30px;
    position: relative;
  }
  body .main_title:after {
    position: absolute;
    content: "";
    background: url("../images/lp/genbakantoku-career/icon_title.svg") no-repeat;
    background-size: 60%;
    background-position: center top;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 124px;
    height: 121px;
    z-index: -1;
  }
  body .main_title span {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#2b55d0), color-stop(40%, #2b55d0), color-stop(60%, #8dc21f), to(#8dc21f));
    background: linear-gradient(90deg, #2b55d0 0%, #2b55d0 40%, #8dc21f 60%, #8dc21f 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans JP", serif;
  }
  body .main_title.sales:after {
    background: url("../images/lp/sales-career/icon_title.svg") no-repeat;
    background-size: 60%;
    background-position: center top;
  }
  body .main_title.sales span {
    background: -webkit-gradient(linear, left top, right top, from(#2b55d0), color-stop(40%, #2b55d0), color-stop(60%, #e50012), to(#e50012));
    background: linear-gradient(90deg, #2b55d0 0%, #2b55d0 40%, #e50012 60%, #e50012 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .sub_title {
    color: #fff;
    text-align: center;
    background: #8dc21f;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 100px;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  body .sub_title.blue {
    background: #2b55d0;
  }
  body .sub_title.sales {
    background: #e50012;
  }
  body .blue_title {
    color: #2b55d0;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .blue_title.center {
    text-align: center;
  }
  body .green_title {
    color: #6c9811;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .red_title {
    color: #da5353;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .btn {
    width: 100%;
    background: #ffaa17;
    border-radius: 100px;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-size: 1.1rem;
    font-weight: bold;
  }
  body .linebtn {
    width: 100%;
    background: #06c755;
    border-radius: 100px;
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-size: 1.2rem;
    font-weight: bold;
  }
  body .linebtn img {
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
  }
  body .white_btn {
    background: #fff;
    width: 100%;
    border-radius: 10px;
  }
  body .white_btn a {
    display: block;
    position: relative;
    padding: 15px;
    font-weight: 900;
  }
  body .white_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 15px;
  }
  body .white_btn.blue a {
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.blue a:after {
    background: url("../images/common/arrow_blue.svg") no-repeat;
    background-size: 100%;
  }
  body .white_btn.org a {
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.org a:after {
    background: url("../images/common/arrow_org.svg") no-repeat;
    background-size: 100%;
  }
  body .btnarea li {
    margin-bottom: 20px;
  }
  body .tel {
    color: #6c9811;
    font-size: 2rem;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
  }
  body .tel img {
    vertical-align: middle;
    margin-right: 5px;
    width: 35px;
  }
  body .tel.sales {
    color: #da5353;
  }
  header {
    position: relative;
    /*ハンバーガーメニュー*/
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    z-index: 1;
  }
  header .h_blc h1 {
    max-width: 220px;
  }
  header .h_blc > ul {
    display: none;
  }
  header .menu {
    position: absolute;
    right: 10px;
    top: 25px;
    width: 35px;
    height: 30px;
    z-index: 99;
    position: fixed;
  }
  header .menu em {
    display: block;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
    font-size: 0.8rem;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
  }
  header .menu span {
    background: #333;
    display: block;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 100%;
  }
  header .menu span.center {
    top: 8px;
  }
  header .menu span.center.active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  header .menu span.bottom {
    bottom: 10px;
  }
  header .menu span.bottom.active {
    bottom: 15px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  header .menu span.top.active {
    top: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header nav {
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 55px;
    left: 0;
    padding: 20px 20px 110px;
    overflow-y: scroll;
  }
  header nav .h_nav {
    margin-bottom: 20px;
  }
  header nav .h_nav a {
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 10px 0;
  }
  header .catch {
    position: relative;
  }
  header .catch > img {
    width: 100%;
  }
  header .catch strong {
    position: absolute;
    top: 20%;
    left: 10px;
    font-size: 4.5vw;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -1px;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  header .catch strong span {
    display: block;
    font-size: 8.5vw;
    line-height: 1.2;
    letter-spacing: -3px;
  }
  header .catch p {
    position: absolute;
    bottom: 2%;
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    left: 10px;
    font-size: 2.2vw;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  }
  main.lp section {
    padding: 40px 20px;
  }
  main.lp .btnarea {
    padding: 40px 20px 0;
  }
  main.lp #recommend li {
    border: 3px solid #8dc21f;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.lp #recommend li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.lp #recommend li img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }
  main.lp #what ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[1];
        grid-template-rows: repeat(1, 1fr);
    gap: 10px;
  }
  main.lp #what ul li {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    position: relative;
  }
  main.lp #what ul li.grid01 {
    grid-column: span 2 / span 2;
  }
  main.lp #what ul li.grid01 img {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 40px;
  }
  main.lp #what ul li.grid02 {
    grid-column: span 2 / span 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main.lp #what ul li.grid02 div {
    width: 48%;
  }
  main.lp #what ul li.grid02 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: 40px;
  }
  main.lp #what ul li.grid03, main.lp #what ul li.grid04 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  main.lp #what ul li.grid03 img {
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 50px;
  }
  main.lp #what ul li.grid04 img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
  }
  main.lp #what ul li.grid05, main.lp #what ul li.grid06 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  main.lp #what ul li.grid05 img {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
  }
  main.lp #what ul li.grid07, main.lp #what ul li.grid08 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  main.lp #what ul li.grid07 img {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
  }
  main.lp #what ul li.grid09 {
    grid-column: span 2 / span 2;
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  main.lp #what ul li.grid09 .center {
    margin: 20px auto 30px;
  }
  main.lp #what ul li.grid09 img {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 40px;
  }
  main.lp #what ul li.grid10 {
    grid-column: span 2 / span 2;
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  main.lp #what ul li.grid10 img {
    display: block;
    margin: 0 auto;
  }
  main.lp #what ul li.grid11 {
    grid-column: span 2 / span 2;
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  main.lp #what ul li.grid11 img {
    display: block;
    margin: 0 auto;
  }
  main.lp #what ul p {
    font-weight: bold;
  }
  main.lp #what ul p.center {
    text-align: center;
    line-height: 0.4;
  }
  main.lp #what ul strong {
    display: block;
    font-weight: bold;
    text-align: center;
  }
  main.lp #what ul strong span {
    color: #2b55d0;
    font-family: "Josefin Sans", serif;
    font-size: 4rem;
    line-height: 1;
    font-weight: normal;
  }
  main.lp #what ul em {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
  }
  main.lp #terms > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #terms > ul > li ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  main.lp #terms > ul > li ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.lp #terms > ul > li ul img {
    margin-bottom: 10px;
  }
  main.lp #terms > ul > li ul h4 {
    text-align: center;
    font-weight: bold;
  }
  main.lp #terms > ul > li ul p {
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #efefef;
    height: 100%;
  }
  main.lp #business li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #business li.imgleft img {
    margin-left: -20px;
  }
  main.lp #business li.imgright img {
    margin-right: -20px;
  }
  main.lp #work li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #work li .imgleft:not(:last-child),
  main.lp #work li .imgright:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #work li p {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
  }
  main.lp #interview li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #interview li img {
    margin: 0 auto 20px;
    display: block;
  }
  main.lp #interview li p {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
  }
  main.lp #interview li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #schedule ul {
    position: relative;
  }
  main.lp #schedule ul:after {
    position: absolute;
    content: "";
    background: #8dc21f;
    width: 3px;
    height: 92%;
    top: 30px;
    left: 35px;
    z-index: -1;
  }
  main.lp #schedule .imgright:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #schedule .imgright span {
    display: block;
    width: 80px;
    border-radius: 100px;
    font-weight: bold;
    background: #8dc21f;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.lp #schedule .imgright span.pconly {
    display: none;
  }
  main.lp #schedule .imgright img {
    width: 70%;
  }
  main.lp #schedule .imgright > div div {
    width: 85%;
    margin-left: auto;
  }
  main.lp #schedule .imgright > div p {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
  }
  main.lp #career > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #career > ul > li > img {
    display: block;
    margin: 0 auto 20px;
  }
  main.lp #career > ul > li p {
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
  }
  main.lp #career > ul > li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #career > ul > li .txt {
    margin-bottom: 20px;
  }
  main.lp #career > ul > li .box {
    border: 3px solid #2b55d0;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
  }
  main.lp #career > ul > li .box .blue_title {
    text-align: center;
  }
  main.lp #career > ul > li li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.lp #career > ul > li .ability {
    text-align: center;
  }
  main.lp #daily iframe {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.lp #detail img {
    display: block;
    margin: 0 auto 20px;
  }
  main.lp #detail dl {
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
  }
  main.lp #detail dt {
    font-weight: bold;
    padding-top: 10px;
    font-size: 1.2rem;
  }
  main.lp #detail dd {
    border-bottom: 3px solid #2b55d0;
    padding: 10px 0;
  }
  main.lp #detail dd p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #faq dt {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
  }
  main.lp #faq dt:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    font-weight: 900;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.lp #faq dt.open::after {
    content: "\f0d8";
  }
  main.lp #faq dd {
    display: none;
    margin-bottom: 20px;
    background: #e7f1d4;
    padding: 20px;
    border-radius: 20px;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
  }
  main.lp #faq dd:first-of-type {
    display: block;
  }
  main.lp #faq dd strong {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.lp #faq dd a {
    color: #ffaa17;
  }
  main.lp #flow .list {
    position: relative;
    margin-bottom: 40px;
  }
  main.lp #flow .list:after {
    position: absolute;
    content: "";
    background: #2b55d0;
    width: 3px;
    height: 85%;
    top: 40px;
    left: 45px;
    z-index: -1;
  }
  main.lp #flow .list li {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
  }
  main.lp #flow .list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #flow .list li .step {
    width: 100px;
    color: #fff;
    background: #2b55d0;
    border-radius: 100px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
  }
  main.lp #flow .list li .step span {
    font-size: 1.6rem;
  }
  main.lp #flow .list li .cont {
    width: 80%;
    margin-left: auto;
  }
  main.lp #flow .list li .cont p:not(:last-child) {
    margin: 20px auto;
  }
  main.lp #flow .pic {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.lp #contact li {
    border-radius: 20px;
    border: 3px solid #8dc21f;
    text-align: center;
    padding: 10px;
  }
  main.lp #contact li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #contact h3 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  main.lp #contact .linebtn {
    margin: 20px auto 0;
  }
  main.lp #form dt {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.lp #form dt span {
    display: block;
    width: 40px;
    border-radius: 5px;
    font-size: 0.8rem;
    background: #da5353;
    color: #fff;
    text-align: center;
    margin-left: 10px;
  }
  main.lp #form dd {
    margin-bottom: 20px;
  }
  main.lp #form dd.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.lp #form input[type="text"] {
    font-size: 1rem;
    width: 100%;
    height: 40px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: none;
  }
  main.lp #form input[type="date"] {
    font-size: 1.2rem;
    width: 90%;
    height: 40px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: none;
    margin-right: 10px;
  }
  main.lp #form .wpcf7-form-control-wrap {
    display: block;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
    position: relative;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    left: 9px;
    top: 12px;
    -webkit-transform: scale(2);
            transform: scale(2);
    z-index: 1;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #becbf4;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    margin-right: 14px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  main.lp #form .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #2b55d0;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
            box-shadow: inset 0 0 0 4px #fff;
  }
  main.lp #form .select {
    overflow: hidden;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #fff;
    border-radius: 10px;
  }
  main.lp #form .select:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #333;
    pointer-events: none;
    z-index: 1;
  }
  main.lp #form select {
    background: #fff;
    border: none;
    width: 100%;
    font-size: 1.2rem;
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px 20px;
    border-radius: 10px;
  }
  main.lp #form textarea {
    width: 100%;
    font-size: 1rem;
    height: 150px;
    border: none;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
  }
  main.lp #form input[type="submit"],
  main.lp #form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
  }
  main.lp #thanks {
    padding: 80px 20px;
  }
  main.lp #thanks .btn {
    margin: 20px auto 0;
  }
  main.sales #recommend ul li {
    border: 3px solid #e50012;
  }
  main.sales #schedule ul:after {
    background: #e50012;
    height: 88.5%;
  }
  main.sales #schedule .imgright > span {
    background: #e50012;
  }
  main.sales #faq dd {
    background: #ffdada;
  }
  main.sales #contact ul li {
    border: 3px solid #e50012;
  }
  main.sales #contact .tel {
    color: #da5353;
  }
  footer .f_blc {
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
  }
  footer .f_blc .f_nav a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
  }
  footer .f_blc .btnarea {
    padding: 20px;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
  }
  footer .f_btm {
    padding: 20px;
  }
  footer .f_btm .f_logo a {
    max-width: 400px;
    display: block;
    margin: 0 auto 20px;
  }
  footer .f_btm div > a {
    display: block;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  footer .f_btm div .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
    background: #39579b;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  footer .fixbtn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  footer .fixbtn a {
    display: block;
    color: #fff;
    background: #ffaa17;
    font-size: 1.2rem;
    font-weight: bold;
    width: 90%;
    border-radius: 100px;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    font-family: "Noto Sans JP", serif;
  }
  .pconly {
    display: none;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
}
/*# sourceMappingURL=style-lp.css.map */