@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");

/* 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: 600px;
  background: white;
  display: block;
  margin: 0 auto;
}

/* Header */
header p {
  padding: 10px;
  text-align: center;
  font-size: 2em;
  color: #0fadd9;
  font-weight: 400;
}

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

.section-1 {
  padding: 45px 40px;
  height: 1019px !important;
  background-image: url("../image/top/mv.png");
}

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

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

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

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

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

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

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

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

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

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

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

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

.section-2 .block-1 {
  margin: -60px 30px;
  background-color: #fcf4e7;
  height: 250px;
}

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

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

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

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

.section-2 .block-2 {
  margin: -60px 30px;
  background-color: #fcf4e7;
  height: 260px;
  margin-bottom: 30px;
}

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

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

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

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

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

/* section-3 */
.section-3 {
  padding: 45px 40px;
  background-image: url("../image/top/sec3.png");
}

.section-3 .title {
  margin-top: 100px;
  width: 500px;
  background-color: white;
  text-align: center;
  padding: 30px;
}

.section-3 .title h1 {
  font-size: 50px;
  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: 36px;
  color: #333333;
}

.section-3 .title h2 {
  font-size: 50px;
  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: 36px;
  color: #333333;
}

.section-3 .title h3 {
  font-size: 50px;
  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: 36px;
  color: #333333;
}

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

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

.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.png");
  height: 802px !important;
  position: relative;
}

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

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

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

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

.section-4 .checkbox1 {
  padding-left: 50px;
  padding-bottom: 32px;
  color: white;
  font-size: 20px;
  padding-left: 85px;
}

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

.section-4 .checkbox {
  padding-left: 50px;
  padding-bottom: 43px;
  color: white;
  font-size: 20px;
  padding-left: 85px;
}

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

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

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

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

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

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

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

.section-5 .general-02 {
  text-align: center;
  color: #073e77;
  font-size: 30px;
  font-weight: 600;
  margin-top: 50px;
  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: 30px;
  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: 40px;
}

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

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

.section-6 .point .point-01 {
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  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: 40px;
  font-weight: 700;
}

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

.section-6 .point .contents {
  font-size: 18px;
}

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

.section-8 .title {
  margin-top: 100px;
  width: 500px;
  background-color: white;
  text-align: center;
  padding: 30px;
}

.section-8 .title h1 {
  font-size: 50px;
  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: 36px;
  color: #333333;
}

.section-8 .title h2 {
  font-size: 50px;
  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: 36px;
  color: #333333;
}

.section-8 .title h3 {
  font-size: 50px;
  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: 36px;
  color: #333333;
}

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

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

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

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

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

.section-8 .under-text {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  padding: 10px 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: 12px 15px;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

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

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

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

.section-9 .voice-01 {
  padding: 20px 24px;
}

.section-9 .voice-01 .small-title span {
  text-align: left;
  font-size: 38px;
  position: relative;
  color: white;
  padding: 0 5px 0 5px;
  background-color: #073e77;
  margin-top: 5px;
}

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

.section-9 .voice-01 img {
  margin-top: -30px;
}

.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 40px;
  margin-right: 20px;
  background-color: #d9f5fd;
}

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

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

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

.section-9 .voice-01 .report .left-part .second span {
  font-size: 50px;
  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: 25px;
  color: #0fadd9;
  font-weight: 500;
}

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

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

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

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

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

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

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

.section-10 .phrase {
  padding: 40px;
  font-size: 24px;
  font-weight: 500;
}

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

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

.section-10 .part p {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #073e77;
}

.section-10 img {
  padding-top: 40px;
  padding-bottom: 30px;
}

/* 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: 35px;
  text-align: center;
  font-weight: 600;
}

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

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

.section-13 .small-title {
  margin-top: 35px;
  margin-bottom: 25px;
  margin-left: -35px;
  margin-right: -35px;
  background-color: #d9f5fd;
  color: #073e77;
  font-size: 30px;
  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 .small-title p span {
  background-color: #e4262f;
  color: white;
  padding: 0 5px;
  font-size: 14px;
}

.section-13 .contact-form {
  padding: 5px 35px 0 35px;
  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: row;
  justify-content: space-between;
}

.section-13 .contact-form .dup-controls .item {
  width: calc((100% - 20px) / 2);
  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 {
  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;
}

/* 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: 540px;
  position: fixed;
  text-align: center;
  bottom: 3em;
}
.line-div .line-block p {
  color: #073e77;
  font-size: 22px;
  font-weight: 600;
  padding: 20px;
}
.line-div .line-block p span {
  font-size: 18px;
}
.line-div .line-block .btns {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  padding-top: 0px;
}
.line-div .line-block .btns .line-follow1 img {
  width: 240px;
}
.line-div .line-block .btns .line-follow1:hover {
  bottom: 4em;
}
.line-div .line-block .btns .line-follow2 img {
  width: 240px;
}
.line-div .line-block .btns .line-follow2:hover {
  bottom: 4em;
}
/*------Back top ------*/
.go-top {
  bottom: 3em;
  right: 3em;
  display: none;
  position: fixed;
}
.go-top img {
  width: 50px;
}
/* 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: 20px 0;
}
.thanks .title h1 {
  font-size: 50px;
  color: #fc8800;
}
.thanks .contents {
  padding: 10px 0;
}
.thanks .contents p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}
.thanks .from-engineer {
  padding: 25px 0;
  font-size: 18px;
}
.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;
}
/* Responsive */
@media screen and (max-width: 599px) {
  /* Adjust container width for mobile */
}

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