@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP+Antique&display=swap");
/* Responsive */
@media screen and (max-width: 599px) {

  /* Variables */
  /* Mixins */
  /* Base Styles */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: Noto Sans JP, sans-sefif;
    line-height: 1.5;
    color: #333333;
    background-color: white;
    min-height: 100vh;
  }

  .container {
    width: 375px !important;
    background: white;
    display: block;
    margin: 0 auto;
  }

  /* Header */
  header p {
    padding: 15px;
    text-align: center;
    font-size: 1.3em;
    color: #0fadd9;
    font-weight: 500;
  }

  /* Sections */
  .section {
    padding: 20px;
    margin-bottom: 0px;
  }

  .section-1 {
    padding: 25px 40px;
    height: 637px !important;
    background-image: url("../image/top/mv_sp.png");
  }

  .section-1 h2 {
    color: #fff600;
    font-size: 1.4em;
  }

  .section-1 h1 {
    color: #fff600;
    font-size: 2.5em;
    line-height: 1.3;
  }

  .section-1 p {
    color: white;
    background-color: #073e77;
    padding: 15px 20px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
  }

  .section-2 {
    padding: 40px 0px;
    height: 100%;
  }

  .section-2 h2 {
    color: #333333;
    background-color: #fff600;
    font-size: 26px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
  }

  .section-2 h3 {
    color: #333333;
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
  }

  .section-2 h3 span {
    font-size: 23px;
  }

  .section-2 .first-text {
    font-size: 22px;
    color: #333333;
    margin-top: 25px;
    text-align: center;
    font-weight: 500;
  }

  .section-2 .first-text span {
    background-color: #fc8800;
    color: white;
    font-size: 26px;
    padding: 8px 15px;
    margin: 0 5px;
  }

  .section-2 .second-text {
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
    color: #333333;
    font-weight: 700;
  }

  .section-2 .second-text span {
    font-size: 30px;
    color: #fc8800;
  }

  .section-2 .title1 {
    margin-top: 30px;
    text-align: center;
  }

  .section-2 .title1 img {
    width: 70%;
  }

  .section-2 .block-1 {
    margin: -40px 20px;
    background-color: #fcf4e7;
    height: 200px;
  }

  .section-2 .block-1 .first {
    color: #333333;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding-top: 50px;
  }

  .section-2 .block-1 .second {
    color: #c88e42;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding-top: 10px;
    line-height: 1;
  }

  .section-2 .block-1 .third {
    color: #333333;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    padding-top: 20px;
    line-height: 1;
  }

  .section-2 .title2 {
    margin-top: 100px;
    text-align: center;
  }

  .section-2 .title2 img {
    width: 70%;
  }

  .section-2 .block-2 {
    margin: -40px 20px;
    background-color: #fcf4e7;
    height: 210px;
    margin-bottom: 30px;
  }

  .section-2 .block-2 .first {
    color: #333333;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding-top: 50px;
  }

  .section-2 .block-2 .second {
    color: #c88e42;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-top: 10px;
    line-height: 1;
  }

  .section-2 .block-2 .third {
    color: #333333;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-top: 20px;
    line-height: 1;
  }

  .section-2 .block-2 .third .label-01 {
    color: #c88e42;
    font-size: 30px;
  }

  .section-2 .block-2 .third .label-02 {
    color: #c88e42;
  }

  /* section-3 */
  .section-3 {
    padding: 40px 25px;
    height: 100%;
    background-image: url("../image/top/sec3_sp.png");
  }

  .section-3 .title {
    margin-top: 60px;
    width: 325px;
    background-color: white;
    text-align: center;
    padding: 20px 15px;
  }

  .section-3 .title h1 {
    font-size: 35px;
    color: #fc8800;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff600;
    text-decoration-thickness: 15px;
    text-underline-offset: -5px;
  }

  .section-3 .title h1 span {
    font-size: 26px;
    color: #333333;
  }

  .section-3 .title h2 {
    font-size: 35px;
    color: #333333;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff600;
    text-decoration-thickness: 15px;
    text-underline-offset: -5px;
  }

  .section-3 .title h2 span {
    font-size: 26px;
    color: #333333;
  }

  .section-3 .title h3 {
    font-size: 35px;
    color: #fc8800;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff600;
    text-decoration-thickness: 15px;
    text-underline-offset: -5px;
  }

  .section-3 .title h3 span {
    font-size: 26px;
    color: #333333;
  }

  .section-3 .cta-people {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
  }

  .section-3 .cta-people img {
    width: 375px;
  }

  .section-3 .cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -90px;
  }

  .section-3 .cta-btn img {
    width: 355px;
  }

  .section-3 .under-text {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding: 10px 10px;
    line-height: 1.7;
  }

  /* section-4 */
  .section-4 {
    background-image: url("../image/top/sec4_sp.png");
    height: 501px !important;
    position: relative;
  }

  .section-4 .title {
    color: white;
    font-size: 22px;
    padding-top: 5px;
    text-align: center;
  }

  .section-4 .title span {
    color: #fff223;
  }

  .section-4 h1 {
    padding-top: 10px;
    font-size: 35px;
    text-align: center;
    color: white;
    padding-bottom: 20px;
  }

  .section-4 h1 span {
    font-size: 40px;
    color: #fff223;
  }

  .section-4 .checkbox1 {
    padding-left: 50px;
    padding-bottom: 17px;
    color: white;
    font-size: 16px;
  }

  .section-4 .checkbox1 span {
    color: #fff223;
  }

  .section-4 .checkbox {
    padding-left: 50px;
    padding-bottom: 21px;
    color: white;
    font-size: 16px;
  }

  .section-4 .checkbox span {
    color: #fff223;
  }

  /* section-5 */
  .section-5 {
    margin-top: -63px;
    background-image: url("../image/top/sec5_sp.png");
    height: 980px !important;
  }

  .section-5 h2 {
    padding-top: 70px;
    text-align: center;
    color: #073e77;
    font-size: 20px;
    margin: 0;
  }

  .section-5 h2 .block-text {
    background-color: #073e77;
    color: white;
    font-size: 27px;
    padding: 0px 5px;
  }

  .section-5 h2 .big-text {
    font-size: 27px;
  }

  .section-5 .general-01 {
    text-align: center;
    color: #073e77;
    font-size: 24px;
    font-weight: 700;
    margin-top: 290px;
  }

  .section-5 .title {
    text-align: center;
    color: #073e77;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0px;
  }

  .section-5 .general-02 {
    text-align: center;
    color: #073e77;
    font-size: 24px;
    font-weight: 700;
    margin-top: 16px;
    line-height: 1.3;
  }

  /* section-06 */
  .section-6 {
    margin: 0;
    padding: 0;
  }

  .section-6 .title {
    width: 100%;
    background-color: #073e77;
    color: white;
    padding: 12px 15px;
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .section-6 .title .part-01 {
    line-height: 1.2;
  }

  .section-6 .title .part-02 {
    font-size: 30px;
  }

  .section-6 .title .part-02 span {
    font-size: 60px;
    line-height: 1.2;
  }

  .section-6 .point {
    background-color: #d9f5fd;
    padding: 30px 15px 30px 15px;
    font-weight: 500;
  }

  .section-6 .point .point-01 {
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    color: #073e77;
  }

  .section-6 .point .point-01 .point-line {
    padding: 0 10px;
    margin-right: 10px;
    border-right: #073e77 2px solid;
  }

  .section-6 .point .point-01 span {
    font-size: 26px;
    font-weight: 700;
  }

  .section-6 .point img {
    padding: 20px 0;
    width: 345px;
  }

  .section-6 .point .contents {
    font-size: 17px;
    font-weight: 500;
  }

  /* section-7 is same with section-2 */
  /* section-8 */
  .section-8 {
    padding: 45px 20px;
    background-image: url("../image/top/sec8_sp.png");
    height: 801px;
  }

  .section-8 .title {
    margin-top: 60px;
    width: 335px;
    background-color: white;
    text-align: center;
    padding: 25px 15px;
  }

  .section-8 .title h1 {
    font-size: 35px;
    color: #fc8800;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff600;
    text-decoration-thickness: 15px;
    text-underline-offset: -5px;
  }

  .section-8 .title h1 span {
    font-size: 28px;
    color: #333333;
  }

  .section-8 .title h2 {
    font-size: 35px;
    color: #333333;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff600;
    text-decoration-thickness: 15px;
    text-underline-offset: -5px;
  }

  .section-8 .title h2 span {
    font-size: 28px;
    color: #333333;
  }

  .section-8 .title h3 {
    font-size: 35px;
    color: #fc8800;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff600;
    text-decoration-thickness: 15px;
    text-underline-offset: -5px;
  }

  .section-8 .title h3 span {
    font-size: 30px;
    color: #333333;
  }

  .section-8 .cta-people {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
  }

  .section-8 .cta-people img {
    width: 375px;
  }

  .section-8 .cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -90px;
  }

  .section-8 .cta-btn img {
    width: 355px;
  }

  .section-8 .line-guide {
    padding: 10px;
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
  }

  .section-8 .line-guide span {
    font-size: 16px;
  }

  .section-8 .line-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }

  .section-8 .line-btn img {
    width: 355px;
  }

  .section-8 .under-text {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding: 5px 10px;
    line-height: 1.7;
  }

  /* section-9 */
  .section-9 {
    margin: 0;
    padding: 0;
    background-color: white;
  }

  .section-9 .title {
    width: 100%;
    background-color: #073e77;
    color: white;
    padding: 10px 0px;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .section-9 .title img {
    height: 50px;
  }

  .section-9 .title .part-01 {
    padding: 5px;
  }

  .section-9 .title .part-02 {
    font-size: 20px;
  }

  .section-9 .title .part-03 {
    padding: 5px;
  }

  .section-9 .voice-01 {
    padding: 25px 15px;
  }

  .section-9 .voice-01 .small-title span {
    text-align: left;
    font-size: 26px;
    position: relative;
    color: white;
    padding: 0 3px 0 3px;
    background-color: #073e77;
    margin-bottom: 10px !important;
  }

  .section-9 .voice-01 .small-title .small-text {
    font-size: 23px;
  }

  .section-9 .voice-01 img {
    margin-top: -20px;
    width: 345px;
  }

  .section-9 .voice-01 .report {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .section-9 .voice-01 .report .left-part {
    padding: 20px 15px;
    margin-right: 10px;
    background-color: #d9f5fd;
  }

  .section-9 .voice-01 .report .left-part .first {
    color: #073e77;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .section-9 .voice-01 .report .left-part .first span {
    font-size: 16px;
    color: #333333;
  }

  .section-9 .voice-01 .report .left-part .second {
    color: #073e77;
    font-size: 18px;
    font-weight: 500;
  }

  .section-9 .voice-01 .report .left-part .second span {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
  }

  .section-9 .voice-01 .report .left-part hr {
    margin-top: 5px;
    border-top: 2px solid #073e77;
  }

  .section-9 .voice-01 .report .left-part .third {
    font-size: 18px;
    color: #0fadd9;
    font-weight: 500;
  }

  .section-9 .voice-01 .report .left-part .third span {
    font-size: 30px;
    line-height: 1;
  }

  .section-9 .voice-01 .report .right-part {
    padding: 16px 15px;
    margin-left: 10px;
    background-color: #d9f5fd;
    font-size: 17px;
    font-weight: 400;
  }

  .section-9 .voice-01 .contents {
    padding: 20px 0;
    font-size: 17px;
    font-weight: 400;
  }

  /* section-10 */
  .section-10 {
    background-image: url("../image/top/sec10_sp.png");
    margin: 0;
    padding: 0;
    height: 1150px;
    padding-bottom: 30px;
    text-align: center;
  }

  .section-10 .title {
    background-color: #073e77;
    color: white;
  }

  .section-10 .title p {
    padding: 20px;
    font-size: 28px;
    font-weight: 500;
  }

  .section-10 .title p span {
    font-size: 22px;
  }

  .section-10 .phrase {
    padding: 30px;
    font-size: 20px;
    font-weight: 500;
  }

  .section-10 .part img {
    padding-top: 0px;
    padding-bottom: 10px;
    width: 110px;
  }

  .section-10 .part h4 {
    padding-top: 0px;
    font-size: 26px;
    color: #073e77;
    font-weight: 600;
  }

  .section-10 .part p {
    text-align: left;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #073e77;
  }

  .section-10 img {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 27px;
  }

  /* section-11 is same with section-2 */
  /* section-12 is same with section-8 */
  /* section-13 */
  .section-13 {
    margin: 0;
    padding: 0;
  }

  .section-13 .title {
    background-color: #073e77;
    color: #fff223;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
  }

  .section-13 .title p {
    padding: 25px;
  }

  .section-13 .title p span {
    font-size: 25px;
  }

  .section-13 .small-title {
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: -35px;
    margin-right: -35px;
    background-color: #d9f5fd;
    color: #073e77;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .section-13 .small-title p {
    padding: 10px;
    vertical-align: middle;
  }

  .section-13 .contact-form {
    padding: 5px 25px 0 25px;
    background: #ffffff;
    border-radius: 8px;
  }

  .section-13 .contact-form .form-group {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
  }

  .section-13 .contact-form .form-group label {
    margin-bottom: 5px;
    color: #333;
  }

  .section-13 .contact-form .form-group input,
  .section-13 .contact-form .form-group select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s;
    color: #666666;
    font-size: 16px;
  }

  .section-13 .contact-form .form-group input:focus,
  .section-13 .contact-form .form-group select:focus {
    border-color: #007bff;
  }

  .section-13 .contact-form .form-group input option,
  .section-13 .contact-form .form-group select option {
    color: #666666;
  }

  .section-13 .contact-form .form-group .required {
    background-color: #e4262f;
    color: white;
    padding: 0 5px;
    font-size: 14px;
  }

  .section-13 .contact-form .form-group textarea {
    height: 160px;
    outline: none;
    padding: 15px;
    font-size: 16px;
  }

  .section-13 .contact-form .form-group textarea:focus {
    border-color: #007bff;
  }

  .section-13 .contact-form .note {
    border: 1px solid #333333;
    background-color: #ededed;
  }

  .section-13 .contact-form .note p {
    padding: 15px;
    font-size: 16px;
    color: #333333;
  }

  .section-13 .contact-form .dup-controls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .section-13 .contact-form .dup-controls .item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .section-13 .contact-form .dup-controls .item select,
  .section-13 .contact-form .dup-controls .item input[type=text] {
    width: 100%;
  }

  .section-13 .contact-form .dup-controls .item:first-child {
    margin-right: 20px;
  }

  .section-13 .contact-form .three-form {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .section-13 .contact-form .three-form .item {
    width: calc((100% - 10px) / 4);
    display: flex;
    flex-direction: column;
  }

  .section-13 .contact-form .three-form .item select,
  .section-13 .contact-form .three-form .item input[type=text] {
    width: 100%;
  }

  .section-13 .contact-form .three-form .item:nth-child(3) {
    width: calc((100% - 10px) / 2);
    margin-right: 0px;
  }

  .section-13 .contact-form .meeting-check {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
    padding-bottom: 20px;
  }

  .section-13 .submit-btn {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-13 .submit-btn .submit-button {
    border: none;
    cursor: pointer;
  }

  .section-13 .submit-btn .submit-button img {
    width: 335px;
  }

  /* Footer */
  .footer {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 90px;
    background-color: #073e77;
    text-align: center;
    font-size: 1.1em;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*-----Line follow ------*/
  .line-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .line-div .line-block {
    background-color: white;
    width: 335px;
    position: fixed;
    text-align: center;
    bottom: 4em;
  }
  .line-div .line-block p {
    color: #073e77;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
  }
  .line-div .line-block p span {
    font-size: 16px;
  }
  .line-div .line-block .btns {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    padding-top: 0px;
  }
  .line-div .line-block .btns .line-follow1 img {
    width: 150px;
  }
  .line-div .line-block .btns .line-follow1:hover {
    bottom: 4.5em;
  }
  .line-div .line-block .btns .line-follow2 img {
    width: 150px;
  }
  .line-div .line-block .btns .line-follow2:hover {
    bottom: 4.5em;
  }
  /*------Back top ------*/
  .go-top {
    bottom: 1em;
    right: 2em;
    display: none;
    position: fixed;
  }

  .go-top img {
    width: 30px;
  }
	/* thanks */
  .thanks {
    background-color: #dff3f8;
    min-height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .thanks .title {
    text-align: center;
    padding: 10px 0;
  }
  .thanks .title h1 {
    font-size: 12vw;
    color: #fc8800;
  }
  .thanks .contents {
    padding: 10px 0;
  }
  .thanks .contents p {
    font-size: 3.9vw;
    font-weight: 500;
    line-height: 1.6;
  }
  .thanks .from-engineer {
    padding: 25px 0;
    font-size: 3.5vw;
  }
  .thanks .go-back a {
    text-decoration: none;
  }
  .thanks .go-back a p {
    padding: 10px 35px;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 25px;
    color: #fff;
  }
  .thanks .go-back a p:hover {
    background-color: #ffffff;
    color: #007bff;
  }
}

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