@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 55px;
  }
}

body {
  background-color: #ffffff;
  color: #333333;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 20px;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

p + p {
  margin-top: 0.4em;
}
p a:not(.btn):visited, p a:not(.btn):link, p a:not(.btn):hover, p a:not(.btn):active, p a:not(.btn):focus {
  display: inline;
  text-decoration: underline 1px !important;
}

a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-size: 1.2em;
  font-weight: bold;
}

small {
  font-size: 0.8em;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

dl {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  dl {
    font-size: 16px;
  }
}
dl dd {
  padding: 1em 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  border: 1px solid #A8A8A8;
  background-color: #ffffff;
  border-radius: 2px;
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password],
  textarea,
  select {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password],
  textarea,
  select {
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  select {
    max-width: none;
  }
}

select {
  color: inherit !important;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}

.selectWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .selectWrap {
    max-width: 210px;
  }
}
.selectWrap::after {
  content: "";
  position: absolute;
  right: 5px;
  width: 6px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 3px 0;
  border-color: #052E66 transparent transparent;
}

label {
  font-size: 16px;
}
label:not(:first-child) {
  margin-left: 60px;
}

textarea {
  display: block;
  resize: none;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 180px;
  }
}

address {
  font-style: normal;
}

a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
  font-weight: bold;
}

.center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .center-pc {
    text-align: center;
  }
}

.nowrap {
  display: inline-block;
}

.underline {
  text-decoration: underline;
  text-decoration-color: #e0605b;
  text-decoration-thickness: 2px;
  text-underline-offset: 1px;
}

.container {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

.container-L {
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (min-width: 769px) {
  .container-L {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .container-L {
    padding: 0 16px;
  }
}

@media screen and (min-width: 769px) {
  marker {
    background: linear-gradient(transparent 75%, #FFF1A2 0);
  }
}
@media screen and (max-width: 768px) {
  marker {
    background: linear-gradient(transparent 60%, #FFF1A2 0);
  }
}

@media screen and (min-width: 769px) {
  section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

.btn {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
  transition: opacity 0.5s;
  background: linear-gradient(90deg, #165693 0%, #052E66 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 240px;
    border-radius: 4px;
    margin-top: 12px;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    border-radius: 2px;
    margin-top: 22px;
    padding: 5px;
  }
}
.btn:hover {
  opacity: 0.5;
}
.btn.arrow {
  text-align: left;
  padding-left: 49px;
  position: relative;
  font-size: 14px;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .btn.arrow {
    text-align: center;
    padding-right: 20px;
    padding-left: 30px;
  }
}
.btn.arrow::before {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 8.5px;
  left: 20px;
  height: 10px;
  background-image: url(../img/icon_arrow_white.svg);
  background-size: contain;
  position: absolute;
}

#scrollTop {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
  display: block;
  transition: opacity 1s;
  z-index: 5;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #scrollTop {
    width: 40px;
    height: 40px;
    bottom: 75px;
    right: 15px;
  }
}
#scrollTop.hidden {
  opacity: 0;
  pointer-events: none;
}
#scrollTop::before {
  content: "";
  width: 30px;
  height: 20px;
  border-style: solid;
  border-width: 0 15px 20px;
  border-color: transparent transparent #15528F;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #scrollTop::before {
    width: 20px;
    height: 13px;
    border-width: 0 10px 13px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 12px 0;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 5px 0;
  }
}
.header.fixed {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.header_wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (min-width: 769px) {
  .header_wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .header_wrapper {
    padding: 0 16px;
  }
}
.header h1 {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .header h1 {
    margin-right: 50px;
    width: 300px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .header h1 {
    width: 240px;
  }
}
.header h1 img {
  display: block;
}
@media screen and (min-width: 769px) {
  .header #nav {
    margin-left: auto;
    height: auto !important;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .header #nav {
    height: 0;
    overflow: hidden;
    z-index: -1;
    top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    transition: height 0.3s ease-in-out;
  }
}
.header nav {
  display: flex;
}
@media screen and (min-width: 769px) {
  .header nav {
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header nav {
    flex-direction: column;
    background-color: #ffffff;
    padding: 65px 16px 20px;
    width: 100%;
    align-items: center;
    gap: 10px;
  }
}
.header nav > span {
  display: contents;
}
.header nav a:not(.header_tel):not(.header_contact) {
  font-size: 14px;
  line-height: 1.43;
}
@media screen and (max-width: 768px) {
  .header nav a:not(.header_tel):not(.header_contact) {
    width: 100%;
    text-align: center;
    padding: 0.5em;
  }
}
.header nav a.header_tel,
.header nav a.header_contact,
.header nav a[href^="tel:"] {
  font-size: 16px;
  border: 2px solid #052E66;
  color: #052E66;
  line-height: 1.38;
  padding: 8px 20px;
  opacity: 1 !important;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .header nav a.header_tel,
  .header nav a.header_contact,
  .header nav a[href^="tel:"] {
    margin-top: 10px;
    min-width: 161px;
  }
}
.header nav a.header_tel:hover,
.header nav a.header_contact:hover,
.header nav a[href^="tel:"]:hover {
  background-color: #052E66;
  color: #ffffff;
}
.header nav a.header_tel:hover::before,
.header nav a.header_contact:hover::before,
.header nav a[href^="tel:"]:hover::before {
  background-image: url(../img/icon_tel-white.svg);
}
.header nav a.header_tel::before,
.header nav a[href^="tel:"]::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 5px;
  background-image: url(../img/icon_tel.svg);
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .header nav .header_contact {
    margin-left: -14px;
  }
}
.header .burger {
  margin-left: auto;
  position: relative;
  width: 30px;
  height: 30px;
}
.header .burger span {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #15528F;
}
.header .burger span:first-child {
  transform: translate(-50%, calc(-50% - 8px));
  transition: width 0.3s ease-in-out 0.1s;
}
.header .burger span:nth-child(2) {
  transition: width 0.3s ease-in-out 0.2s;
}
.header .burger span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 8px));
}
.header .burger.open span:first-child {
  width: 50%;
}
.header .burger.open span:nth-child(2) {
  width: 75%;
}
.fixedContact {
  background-color: #ffffff;
  padding: 8px 16px;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  gap: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.fixedContact a {
  font-size: 16px;
  line-height: 1.38;
  padding: 10px 20px;
  flex: 1;
  text-align: center;
  margin: 0;
}

.main {
  padding: 0;
  background-color: #ebf5fe;
}
@media screen and (min-width: 769px) {
  .main {
    padding-top: 78px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 50px;
  }
}
.main_image {
  position: relative;
}
.main_date {
  display: flex;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .main_date {
    left: 2.857%;
    top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .main_date {
    left: 3.9%;
    right: 3.9%;
    top: 2%;
  }
}
@media screen and (min-width: 769px) {
  .main_date span {
    font-size: 1vw;
    padding: 0.4em 1.7em;
    line-height: 1.7;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .main_date span {
    font-size: 10.8px;
  }
}
@media screen and (max-width: 768px) {
  .main_date span {
    flex-shrink: 0;
  }
}
.main_date span:first-child {
  background-color: #15528F;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main_date span:first-child {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 1em;
    font-size: 2vw;
  }
}
.main_date span:nth-child(2) {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main_date span:nth-child(2) {
    flex: 1;
    font-size: 2.9vw;
    padding: 0.65em 0.85em 0.65em 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.main_btns {
  display: flex;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .main_btns {
    gap: 2.4%;
    width: 68%;
    bottom: 6%;
    left: 4.71%;
  }
}
@media screen and (max-width: 768px) {
  .main_btns {
    left: 3.9%;
    right: 3.9%;
    bottom: 5%;
    gap: 3%;
  }
}
.main_btns a {
  flex: 1;
  max-width: 50%;
}
.main_btns span:has(a[href^="tel:"]) {
  display: contents;
}
.main_btns a[href^="tel:"] {
  background-size: contain;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .main_btns a[href^="tel:"] {
    font-size: 1.9vw;
    text-indent: 1em;
    color: #124594;
    background-image: url("../img/main_btn_tel.png");
    padding-bottom: 0.5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .main_btns a[href^="tel:"] {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .main_btns a[href^="tel:"] {
    font-size: 4.2vw;
    text-indent: 1em;
    padding-bottom: 0.9%;
    color: #ffffff;
    background-image: url("../img/main_btn_tel-sp.png");
  }
}
.main_official {
  padding: 40px 0;
  background-color: #ffffff;
}
.main_official strong {
  display: block;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #165693 0%, #052E66 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .main_official strong {
    margin-bottom: 20px;
    font-size: 18px;
    padding: 17px 5px;
  }
}
@media screen and (max-width: 768px) {
  .main_official strong {
    font-size: 16px;
    padding: 8px 0;
    line-height: 1.37;
  }
}
.main_official b {
  color: #15528F;
  text-align: center;
  padding-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 769px) {
  .main_official b {
    line-height: 1;
    width: 100%;
    font-size: 25px;
    background: linear-gradient(transparent 65%, #FFF1A2 0);
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .main_official b {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main_official b span.nowrap {
    padding-bottom: 2px;
    background: linear-gradient(transparent 75%, #FFF1A2 0);
  }
}
@media screen and (max-width: 768px) {
  .main_official b span.nowrap:last-child {
    padding-bottom: 0;
    background: linear-gradient(transparent 70%, #FFF1A2 0);
  }
}
@media screen and (min-width: 769px) {
  .main_official b .large {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .main_official b .large {
    font-size: 30px;
    margin-bottom: -1px;
    display: inline-block;
  }
}
.main_official p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .main_official p {
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }
}

.problem {
  padding: 0;
}
.problem h2 {
  text-align: center;
  color: #ffffff;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .problem h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .problem h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.problem h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .problem h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .problem h2::after {
    bottom: -10px;
  }
}
.problem h2.blue,
.problem h2 .blue {
  color: #15528F;
}
.problem_sec1 {
  background: linear-gradient(135deg, #606060 0%, #0F0F0F 100%);
}
@media screen and (min-width: 769px) {
  .problem_sec1 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec1 {
    padding: 40px 0;
    background: linear-gradient(180deg, #606060 0%, #0F0F0F 100%);
  }
}
@media screen and (min-width: 769px) {
  .problem_sec1 ul {
    display: flex;
    gap: 16px;
  }
}
.problem_sec1 ul li {
  flex: 1;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .problem_sec1 ul li {
    padding: 20px 20px 32px;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec1 ul li {
    padding: 12px 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec1 ul li:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec1 ul li:nth-child(2) figure {
    width: 82px;
  }
}
.problem_sec1 ul li i {
  width: 50px;
  margin: 0 auto;
  display: block;
}
.problem_sec1 ul li p {
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .problem_sec1 ul li p {
    font-size: 20px;
    min-height: 4.5em;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec1 ul li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .problem_sec1 ul li figure {
    width: 150px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec1 ul li figure {
    width: 95px;
    margin: 24px auto 0;
  }
}
.problem_sec2 {
  background: linear-gradient(90deg, #F4FAFD 0%, #D9EFFF 100%);
}
@media screen and (min-width: 769px) {
  .problem_sec2 {
    padding: 28px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec2 {
    padding: 40px 0;
  }
}
.problem_sec2 b {
  line-height: 1.25;
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .problem_sec2 b {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec2 b {
    font-size: 20px;
  }
}
.problem_sec2 h3 {
  background: linear-gradient(180deg, #165693 0%, #052E66 100%);
  color: #ffffff;
  width: fit-content;
  display: block;
  line-height: 1.25;
  padding: 14px 14px 12px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .problem_sec2 h3 {
    font-size: 36px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec2 h3 {
    font-size: 24px;
    margin: 7px auto 0;
  }
}
.problem_sec2 ul {
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .problem_sec2 ul {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec2 ul {
    margin: 20px auto 0;
  }
}
.problem_sec2 ul li {
  line-height: 1.5;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .problem_sec2 ul li {
    text-indent: calc((0.8em + 5px) * -1);
    padding-left: calc(0.8em + 5px);
  }
}
@media screen and (min-width: 769px) {
  .problem_sec2 ul li:not(:first-child) {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec2 ul li:not(:first-child) {
    margin-top: 10px;
  }
}
.problem_sec2 ul li strong {
  color: #15528F;
}
@media screen and (min-width: 769px) {
  .problem_sec2 ul li strong {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec2 ul li strong {
    font-size: 1.2em;
    line-height: 0.84em;
  }
}
.problem_sec2 ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_check.svg);
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .problem_sec2 ul li::before {
    transform: translateY(0.4em);
    width: 1.6em;
    height: 1.6em;
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .problem_sec2 ul li::before {
    width: 0.8em;
    height: 0.8em;
    margin-right: 5px;
  }
}

.about h2 {
  text-align: center;
  color: #333333;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .about h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.about h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 769px) {
  .about h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .about h2::after {
    bottom: -10px;
  }
}
.about h2.blue,
.about h2 .blue {
  color: #15528F;
}
@media screen and (min-width: 1080px) {
  .about h2 + p {
    display: flex;
    justify-content: center;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  .about_image {
    margin: 20px auto 64px;
  }
}
@media screen and (max-width: 768px) {
  .about_image {
    margin: 20px auto 46px;
    width: 63%;
  }
}
@media screen and (min-width: 769px) {
  .about_image_text {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about_image_text {
    margin-top: 16px;
  }
}
.about_image_text span {
  display: block;
}
.about_image_text span:not(:first-child) {
  margin-top: 11px;
}
.about_image_text marker {
  background: linear-gradient(transparent 80%, #FFF1A2 0);
}
@media screen and (min-width: 769px) {
  .about_list {
    display: flex;
    gap: 32px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about_list {
    margin-top: 10px;
  }
}
.about_list li {
  overflow: hidden;
  background: linear-gradient(90deg, #165693 0%, #052E66 100%);
  flex: 1;
}
@media screen and (min-width: 769px) {
  .about_list li {
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .about_list li {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .about_list li:not(:first-child) {
    margin-top: 16px;
  }
}
.about_list li strong {
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .about_list li strong {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about_list li strong {
    padding: 7px;
  }
}
.about_list li .wrapper {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .about_list li .wrapper {
    margin: 0 4px 4px;
    border-radius: 0 0 8px 8px;
    padding: 32px 32px 40px;
  }
}
@media screen and (max-width: 768px) {
  .about_list li .wrapper {
    margin: 0 2px 2px;
    border-radius: 0 0 4px 4px;
    padding: 16px 23px 20px;
  }
}
.about_list li .wrapper p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.about_list li .wrapper figure {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .about_list li .wrapper figure {
    margin-top: 36px;
    width: 73%;
    min-height: 198px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .about_list li .wrapper figure {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .about_list li .wrapper figure.item-02 {
    width: 60%;
  }
}
.about_list li .wrapper b {
  background-color: #D6EEFF;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 769px) {
  .about_list li .wrapper b {
    padding: 16px 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about_list li .wrapper b {
    margin-top: 16px;
    padding: 16px 14px;
  }
}

.soudan {
  padding-top: 0;
  background-position: bottom;
  background-size: cover;
}
.soudan h3 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .soudan h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .soudan h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.soudan h3 b {
  color: #15528F;
}
@media screen and (min-width: 769px) {
  .soudan h3 b {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .soudan h3 b {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  .soudan {
    background-image: url(../img/soudan-bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  .soudan {
    background-image: url(../img/soudan-bg-sp.jpg);
  }
}

.reason {
  background: linear-gradient(90deg, #F4FAFD 0%, #D9EFFF 100%);
}
.reason h2 {
  text-align: center;
  color: #333333;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .reason h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .reason h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.reason h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 769px) {
  .reason h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .reason h2::after {
    bottom: -10px;
  }
}
.reason h2.blue,
.reason h2 .blue {
  color: #15528F;
}
@media screen and (min-width: 769px) {
  .reason ul {
    display: flex;
    gap: 16px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .reason ul {
    padding-top: 50px;
  }
}
.reason ul li {
  flex: 1;
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .reason ul li {
    padding: 40px 20px 32px;
  }
}
@media screen and (max-width: 768px) {
  .reason ul li {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 768px) {
  .reason ul li:not(:first-child) {
    margin-top: 50px;
  }
}
.reason ul li > i {
  position: absolute;
  left: 10px;
}
@media screen and (min-width: 769px) {
  .reason ul li > i {
    width: 98px;
    top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .reason ul li > i {
    width: 52px;
    top: -40px;
  }
}
@media screen and (min-width: 769px) {
  .reason ul li strong {
    min-height: 4.8em;
    font-size: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .reason ul li strong {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .reason ul li strong > span {
    text-indent: -100px;
    padding-left: 100px;
    display: block;
  }
  .reason ul li strong > span > * {
    text-indent: 0;
  }
}
.reason ul li strong i {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  height: 0.75em;
  font-size: 1.33em;
}
.reason ul li strong .bg-blue {
  background-color: #15528F;
  color: #ffffff;
  padding: 0 0.2em;
}
@media screen and (min-width: 769px) {
  .reason ul li figure {
    width: 102px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason ul li figure {
    position: absolute;
    width: 56px;
    top: -42px;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .reason ul li p {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .reason ul li p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.43;
  }
}
@media screen and (min-width: 769px) {
  .reason ul li p marker {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .reason ul li p marker {
    color: #15528F;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .reason ul li:nth-child(2) figure {
    top: -35px;
  }
}

.result {
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-image: url(../img/result_bg.jpg);
}
@media screen and (min-width: 769px) {
  .result {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .result {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.result h2 {
  text-align: center;
  color: #ffffff;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .result h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .result h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.result h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .result h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .result h2::after {
    bottom: -10px;
  }
}
.result h2.blue,
.result h2 .blue {
  color: #15528F;
}
@media screen and (min-width: 769px) {
  .result p {
    text-align: center;
    font-size: 18px;
    line-height: 1.89;
  }
}
@media screen and (max-width: 768px) {
  .result p {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  .result figure {
    width: 570px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .result figure {
    margin-top: 20px;
  }
}

.compare {
  background: linear-gradient(90deg, #F4FAFD 0%, #D9EFFF 100%);
}
.compare h2 {
  text-align: center;
  color: #333333;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .compare h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .compare h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.compare h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 769px) {
  .compare h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .compare h2::after {
    bottom: -10px;
  }
}
.compare h2.blue,
.compare h2 .blue {
  color: #15528F;
}
.compare_btn {
  display: block;
}
@media screen and (min-width: 769px) {
  .compare_btn {
    width: 600px;
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .compare_btn {
    width: 100%;
    margin-top: 30px;
  }
}

.need h2 {
  text-align: center;
  color: #333333;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .need h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .need h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.need h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 769px) {
  .need h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .need h2::after {
    bottom: -10px;
  }
}
.need h2.blue,
.need h2 .blue {
  color: #15528F;
}
.need_items {
  background-color: #DCF1FF;
}
@media screen and (min-width: 769px) {
  .need_items {
    margin-top: 20px;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .need_items {
    margin-top: 15px;
    padding: 25px 16px;
  }
}
@media screen and (min-width: 769px) {
  .need_items ul {
    width: fit-content;
    margin: 0 auto;
  }
}
.need_items li {
  font-size: 24px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .need_items li {
    display: flex;
    font-size: 16px;
    line-height: 1.625;
  }
}
.need_items li::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 12px;
  background-image: url(../img/icon_check.png);
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .need_items li::before {
    transform: translateY(0.1em);
  }
}
@media screen and (max-width: 768px) {
  .need_items li::before {
    transform: translateY(0.2em);
  }
}
@media screen and (min-width: 769px) {
  .need_items li:not(:first-child) {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .need_items li:not(:first-child) {
    margin-top: 10px;
  }
}

.contact {
  background: linear-gradient(90deg, #165693 0%, #052E66 100%);
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 20px 0;
  }
}
.contact_wrapper {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .contact_wrapper {
    padding: 40px 114px;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrapper {
    padding: 24px 16px 20px;
  }
}
.contact_wrapper h2 {
  text-align: center;
  color: #15528F;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .contact_wrapper h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrapper h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.contact_wrapper h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #15528F;
}
@media screen and (min-width: 769px) {
  .contact_wrapper h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrapper h2::after {
    bottom: -10px;
  }
}
.contact_wrapper h2.blue,
.contact_wrapper h2 .blue {
  color: #15528F;
}
@media screen and (max-width: 768px) {
  .contact_wrapper h2 {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
.contact_wrapper table {
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contact_wrapper table {
    margin-top: -12px;
    margin-bottom: -12px;
  }
}
@media screen and (min-width: 769px) {
  .contact_wrapper table th,
  .contact_wrapper table td {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrapper table th,
  .contact_wrapper table td {
    display: block;
  }
}
.contact_wrapper table th small,
.contact_wrapper table td small {
  display: block;
  font-size: 13px;
  margin-bottom: 0.2em;
}
.contact_wrapper table th small:not(:first-child),
.contact_wrapper table td small:not(:first-child) {
  margin-top: 0.5em;
}
.contact_wrapper table th {
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .contact_wrapper table th {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrapper table th {
    padding-top: 10px;
  }
}
.contact_wrapper table th .required {
  background-color: #052E66;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  margin-left: auto;
  display: inline-block;
  margin-right: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .contact_wrapper table th .required {
    padding: 4px 12px 5px;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrapper table th .required {
    padding: 4px 6px 5px;
  }
}
@media screen and (min-width: 769px) {
  .contact_wrapper table td {
    padding-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrapper table td {
    padding-top: 6px;
  }
}
.contact_wrapper p {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .contact_wrapper p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrapper p {
    margin-top: 14px;
  }
}

.flow {
  padding-top: 0;
}
.flow h2 {
  text-align: center;
  color: #333333;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .flow h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .flow h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.flow h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 769px) {
  .flow h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .flow h2::after {
    bottom: -10px;
  }
}
.flow h2.blue,
.flow h2 .blue {
  color: #15528F;
}
.flow ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .flow ul {
    flex-direction: column;
  }
}
.flow ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .flow ul li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .flow ul li {
    margin-left: 16px;
  }
}
.flow ul li b {
  display: block;
  background: linear-gradient(90deg, #F4FAFD 0%, #D9EFFF 100%);
  position: relative;
}
@media screen and (min-width: 769px) {
  .flow ul li b {
    font-size: 24px;
    line-height: 1;
    padding: 18px 18px 18px 48px;
  }
}
@media screen and (max-width: 768px) {
  .flow ul li b {
    font-size: 18px;
    line-height: 1.16;
    padding: 13px 13px 13px 48px;
  }
}
.flow ul li b::before {
  content: "";
  position: absolute;
  top: 0;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .flow ul li b::before {
    left: -30px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .flow ul li b::before {
    left: -16px;
    width: 46px;
    height: 46px;
  }
}
.flow ul li:nth-child(1) b::before {
  background-image: url(../img/icon_num_01.png);
}
.flow ul li:nth-child(2) b::before {
  background-image: url(../img/icon_num_02.png);
}
.flow ul li:nth-child(3) b::before {
  background-image: url(../img/icon_num_03.png);
}
.flow ul li p {
  background-color: #F5F5F5;
  flex: 1;
  letter-spacing: -0.045em;
}
@media screen and (min-width: 769px) {
  .flow ul li p {
    font-size: 16px;
    line-height: 2;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow ul li p {
    font-size: 14px;
    line-height: 1.86;
    padding: 16px;
  }
}
.flow ul li:nth-child(2) p {
  letter-spacing: 0;
}
.flow ul li a.btn {
  border-radius: 5px;
}

.faq {
  padding-top: 0;
}
.faq h2 {
  text-align: center;
  color: #333333;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .faq h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .faq h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.faq h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 769px) {
  .faq h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .faq h2::after {
    bottom: -10px;
  }
}
.faq h2.blue,
.faq h2 .blue {
  color: #15528F;
}
.faq .faqList_item:not(:first-child) {
  border-top: 1px solid #D6EEFF;
}
@media screen and (min-width: 769px) {
  .faq .faqList_item:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faqList_item:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.faq .faqList_item p.q,
.faq .faqList_item p.a {
  text-indent: -1.85em;
  padding-left: 1.45em;
  font-size: 16px;
}
.faq .faqList_item p.q::before,
.faq .faqList_item p.a::before {
  text-indent: 0;
  color: #15528F;
  font-size: 24px;
  margin-right: 0.5em;
  width: 0.75em;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.faq .faqList_item p.q {
  color: #15528F;
}
.faq .faqList_item p.q::before {
  content: "Q";
}
.faq .faqList_item p.a::before {
  content: "A";
}

/* --- 代表挨拶 ---*/
#aboutjfsa {
  background-color: #ededed;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #aboutjfsa {
    background-color: #ededed;
  }
}
#aboutjfsa img {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
#aboutjfsa .text-right {
  text-align: right;
}
#aboutjfsa .container {
  max-width: 960px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #aboutjfsa .col-lg-10 {
    max-width: 83.333333%;
  }
}
#aboutjfsa .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
}
#aboutjfsa p + p {
  margin-top: 1em;
}
#aboutjfsa h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
#aboutjfsa h2 span {
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  border-top: 2px solid #007fbf;
  border-bottom: 2px solid #007fbf;
}
#aboutjfsa h2 span img {
  margin-right: 5px;
}
#aboutjfsa .aboutjfsa_white {
  background-color: #ffffff;
  padding: 60px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  #aboutjfsa .aboutjfsa_white {
    background-color: #ffffff;
    padding: 40px 20px;
  }
}

.company {
  color: #ffffff;
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .company {
    background-image: url(../img/company_bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  .company {
    background-image: url(../img/company_bg-sp.png);
  }
}
.company h2 {
  text-align: center;
  color: #ffffff;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .company h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .company h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.company h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .company h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .company h2::after {
    bottom: -10px;
  }
}
.company h2.blue,
.company h2 .blue {
  color: #15528F;
}
.company table {
  text-align: left;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  .company table {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
  }
}
.company table tr:not(:first-child) th,
.company table tr:not(:first-child) td {
  border-top: 1px solid #5A5A5A;
}
.company table th,
.company table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .company table th,
  .company table td {
    font-size: 16px;
    padding: 12px 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .company table th,
  .company table td {
    font-size: 14px;
    padding: 5px 0;
  }
}
.company table th i,
.company table td i {
  display: inline-block;
  height: 0.75em;
  font-style: normal;
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .company table th {
    width: 172px;
  }
}
@media screen and (max-width: 768px) {
  .company table th {
    width: 114px;
  }
}
.company .copyright {
  text-align: center;
  font-size: 10px;
  margin-top: 32px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .thanks {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .thanks {
    margin-top: 40px;
  }
}
.thanks h2 {
  text-align: center;
  color: #333333;
  position: relative;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .thanks h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .thanks h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.thanks h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 769px) {
  .thanks h2::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .thanks h2::after {
    bottom: -10px;
  }
}
.thanks h2.blue,
.thanks h2 .blue {
  color: #15528F;
}
.thanks table {
  width: 100%;
  border-collapse: collapse;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .thanks table {
    font-size: 14px;
  }
}
.thanks table tr:not(:first-child) th,
.thanks table tr:not(:first-child) td {
  border-top: 2px solid #dddddd;
}
.thanks table th,
.thanks table td {
  padding: 0.5em 0;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .thanks .submit_wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .thanks .submit_wrap {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .thanks .submit_wrap .btn {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .thanks .submit_wrap .btn:not(:first-child) {
    margin-top: 8px;
  }
}
.thanks .submit_wrap .btn.back {
  background: linear-gradient(135deg, #606060 0%, #0F0F0F 100%);
}

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