@charset "UTF-8";
* {
  box-sizing: border-box;
  word-wrap: break-word;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  body {
    overflow: hidden;
  }
}

a,
button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.2s;
}
a:hover,
button:hover {
  transform: translateY(5px);
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
picture,
img,
video,
a {
  display: block;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

input,
button,
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  outline: 0;
  border: 1px solid #b7f4f9;
  font-size: 1.6rem;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pcView {
  display: block !important;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .pcView {
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .spView {
    display: block !important;
  }
}

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .widthKeeper {
    max-width: 100%;
  }
}

.jelly {
  animation: gelatine 1s infinite;
}

@keyframes gelatine {
  from, to {
    transform: scale(0.95, 0.95);
  }
  50% {
    transform: scale(1, 1);
  }
}
section {
  padding: 50px 0;
}

.inner {
  width: 100%;
  max-width: 1340px;
  margin: auto;
  position: relative;
}

.s-inner {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .s-inner {
    overflow-x: hidden;
  }
}

.obj {
  position: absolute;
}

.big {
  font-weight: bolder;
  font-size: 3.5rem;
  display: inline-block;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .big {
    font-size: 3rem;
  }
}

.orange {
  color: #ff4606;
  font-size: 150%;
  background: linear-gradient(transparent 60%, #fdfe5b 40%);
  display: inline-block;
  padding-bottom: 9px;
  padding-left: 9px;
}

.greenmark {
  background: linear-gradient(transparent 60%, #abd6c7 40%);
}

.text {
  line-height: 2.8rem;
  font-weight: bold;
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .flex {
    flex-direction: column;
  }
}
.flex .left {
  width: 50%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .flex .left {
    width: 100%;
  }
}
.flex .right {
  width: 50%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .flex .right {
    width: 100%;
  }
}

header {
  padding: 10px 25px;
  min-height: 70px;
  align-content: center;
  box-shadow: 0 1px 6px #d9d9d9;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  header {
    min-height: 50px;
  }
}
header .flex {
  align-items: center;
}
header .flex .logo {
  width: 100px;
}
header .flex nav {
  min-width: 70%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  header .flex nav {
    display: none;
  }
}
header .flex nav ul {
  display: flex;
  justify-content: space-between;
}

h2 {
  color: #125568;
  text-align: center;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  h2 {
    font-size: 1.7rem;
  }
}
h2::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background: #125568;
}

.cta {
  background-color: #add5c8;
  position: relative;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .cta .s-inner {
    padding: 25px 0 10px;
  }
}
.cta::before, .cta::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  top: 5px;
  z-index: 100;
}
.cta::after {
  top: unset;
  bottom: 5px;
}
.cta .flex {
  justify-content: center;
  gap: 30px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .cta .flex {
    gap: 60px;
  }
}
.cta .left,
.cta .right {
  background-color: #fff;
  width: 49%;
  position: relative;
  padding: 5% 4% 4%;
  align-content: center;
  border-radius: 10px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .cta .left,
  .cta .right {
    width: 90%;
    padding: 10% 4% 4%;
    margin: auto;
  }
}
.cta .left .title,
.cta .right .title {
  background: #138063;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  padding: 5px;
  width: 80%;
  border-radius: 20px;
  margin: auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  .cta .left .title,
  .cta .right .title {
    top: -17px;
  }
}
.cta .left .text,
.cta .right .text {
  text-align: center;
  color: #777777;
}
.cta .left .link,
.cta .right .link {
  margin-top: 10px;
  font-size: 3.3rem;
  font-weight: bolder;
  color: #125568;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.cta .left .link span,
.cta .right .link span {
  display: inline-block;
}
.cta .left .link i,
.cta .right .link i {
  width: 3.3rem;
  display: inline-block;
}
.cta button {
  margin: 15px 0;
}

#top {
  background-image: url(../img/FV_bg_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: min(44.776119403vw, 600px);
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #top {
    height: min(93.3333333333vh, 700px);
  }
}
#top .inner {
  height: min(43.2835820896vh, 580px);
}
#top .inner .obj0 {
  width: 84%;
  top: min(2.9850746269vh, 40px);
  left: 92px;
  right: 0;
  margin: auto;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #top .inner .obj0 {
    top: 85%;
    left: 0;
    width: 100%;
  }
}
#top .inner .obj01 {
  top: 3%;
  width: 24%;
  left: 18.5%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #top .inner .obj01 {
    top: -8%;
    width: 54%;
    left: 2.5%;
  }
}
#top .inner .obj02 {
  top: 8.5%;
  width: 36.3%;
  left: 18.5%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #top .inner .obj02 {
    top: -0.5%;
    width: 96.3%;
    left: 4.5%;
  }
}
#top .inner .obj03 {
  width: min(3.7313432836vw, 50px);
  left: min(34.328358209vw, 460px);
  top: min(26.8656716418vw, 360px);
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #top .inner .obj03 {
    top: 57%;
    width: 7%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#top .inner .obj04 {
  width: min(11.1940298507vw, 180px);
  left: 20.5%;
  top: min(21.6417910448vw, 290px);
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #top .inner .obj04 {
    top: 38%;
    width: 42%;
    left: 4%;
  }
}
#top .inner .obj05 {
  width: min(11.1940298507vw, 180px);
  left: 38.2%;
  top: min(21.6417910448vw, 290px);
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #top .inner .obj05 {
    top: 38%;
    width: 42%;
    left: 54%;
  }
}

#sec02 {
  height: min(34.328358209vw, 460px);
}
#sec02 .top_2_pic {
  z-index: 100;
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: min(47.0149253731vw, 630px);
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec02 .top_2_pic {
    width: 100%;
    position: absolute;
    top: min(93.3333333333vh, 700px);
  }
}

@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec03 {
    margin-top: 240px;
  }
}
#sec03 .flex .left,
#sec03 .flex .right {
  padding: 3%;
}
#sec03 .flex .left h3,
#sec03 .flex .right h3 {
  font-size: 2.3rem;
  margin-bottom: 50px;
  color: #6e6e6e;
  line-height: 2.9rem;
  text-align: center;
}
#sec03 .flex .left .text,
#sec03 .flex .right .text {
  line-height: 3rem;
  font-weight: bold;
  color: #777777;
}
#sec03 .flex .left .text p,
#sec03 .flex .right .text p {
  margin-bottom: 2.5rem;
}

#sec05 .s-inner {
  text-align: center;
}
#sec05 .s-inner .text {
  color: #125568;
  margin-top: 30px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec05 .s-inner .text {
    text-align: left;
  }
}
#sec05 .s-inner .text .greenmark {
  display: inline;
  font-weight: bolder;
}

#sec06 {
  background-image: url(../img/point_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#sec06 .flex {
  margin-bottom: 50px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec06 .flex:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
#sec06 .flex .left,
#sec06 .flex .right {
  width: 48%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec06 .flex .left,
  #sec06 .flex .right {
    width: 90%;
    margin: auto;
  }
}
#sec06 .flex .s-inner {
  margin-top: 30px;
  max-width: 900px;
}
#sec06 .flex .catch {
  width: 125px;
  margin-bottom: 10px;
}
#sec06 .flex .title {
  color: #125568;
  font-weight: bolder;
  font-size: 3rem;
  margin-bottom: 20px;
}
#sec06 .flex .text {
  color: #125568;
}
#sec06 .flex .text p {
  margin-bottom: 20px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec06 .flex picture {
    margin-top: 20px;
  }
}

#sec08 {
  background-image: url(../img/users_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#sec08 .inner {
  overflow: hidden;
  max-width: 100%;
}
#sec08 .voice .text {
  background-color: #33a985;
  color: #fff;
  padding: 15px 15px;
  width: 95%;
  margin: 0 10px 20px;
  height: auto;
  min-height: max(27.6119402985vh, 370px);
}
#sec08 .slider {
  margin-bottom: 30px;
}
#sec08 .slider .next-arrow {
  width: 58px;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 38%;
}
#sec08 .slider .prev-arrow {
  width: 58px;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 38%;
}

#sec10 {
  background-image: url(../img/pros_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#sec10 h2 .bigger {
  display: inline-block;
  font-size: 250%;
}
#sec10 .flex {
  gap: 20px;
  margin-top: 120px;
  margin-bottom: 80px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec10 .flex {
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 50px;
  }
}
#sec10 .flex .left,
#sec10 .flex .center,
#sec10 .flex .right {
  width: 33%;
  background-color: #fff;
  padding: 10px;
  position: relative;
  border-radius: 10px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec10 .flex .left,
  #sec10 .flex .center,
  #sec10 .flex .right {
    width: 95%;
    margin: auto;
    margin-bottom: 50px;
    padding: 20px;
  }
}
#sec10 .flex .left .point,
#sec10 .flex .center .point,
#sec10 .flex .right .point {
  position: absolute;
  top: -4%;
  width: 29%;
  left: 0;
  right: 0;
  margin: auto;
}
#sec10 .flex .left .pic,
#sec10 .flex .center .pic,
#sec10 .flex .right .pic {
  width: 50%;
  margin: 30px auto;
}
#sec10 .flex .left .title,
#sec10 .flex .center .title,
#sec10 .flex .right .title {
  color: #125568;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bolder;
}
#sec10 .flex .left .text,
#sec10 .flex .center .text,
#sec10 .flex .right .text {
  color: #125568;
}
#sec10 .flex .left .text p,
#sec10 .flex .center .text p,
#sec10 .flex .right .text p {
  margin-bottom: 20px;
}
#sec10 .flex .left .text .orange,
#sec10 .flex .center .text .orange,
#sec10 .flex .right .text .orange {
  display: inline;
  font-size: 100%;
  background: none;
  padding: 0;
}
#sec10 .ceo {
  background-color: #fff;
  color: #125568;
}
#sec10 .ceo h2 {
  margin-top: 30px;
}
#sec10 .ceo .flex {
  align-items: center;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec10 .ceo .flex {
    gap: 0;
  }
}
#sec10 .ceo .left,
#sec10 .ceo .right {
  width: 50%;
  position: relative;
}
#sec10 .ceo .left .pic,
#sec10 .ceo .right .pic {
  width: 80%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec10 .ceo .left,
  #sec10 .ceo .right {
    width: 95%;
    margin: auto;
  }
}
#sec10 .ceo .title {
  font-size: 3rem;
  font-weight: bolder;
  margin-top: 20px;
}
#sec10 .ceo .name {
  position: absolute;
  width: 150px;
  right: 0;
  bottom: -48px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec10 .ceo .name {
    bottom: -32px;
    font-size: 80%;
  }
}
#sec10 .ceo .name .big {
  font-size: 2.5rem;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec10 .ceo .name .big {
    font-size: 2rem;
  }
}

#sec12 {
  background-image: url(../img/step_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#sec13 {
  background-image: url(../img/more_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#sec13 .flex {
  gap: 20px;
}
#sec13 .flex .left,
#sec13 .flex .right {
  width: 49%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec13 .flex .left,
  #sec13 .flex .right {
    width: 90%;
    margin: auto;
  }
}

#form {
  background-image: url(../img/ask_04.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 300px;
  background-size: contain;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #form {
    background-size: initial;
  }
}
#form .text {
  text-align: center;
  color: #125568;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #form .text {
    margin-bottom: 25px;
  }
}
#form .copy {
  display: block;
  font-size: 80%;
  position: relative;
  width: 220px;
  margin: 0 auto 10px;
}
#form .copy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -18px;
  height: 40px;
  width: 2px;
  background: gray;
  transform: rotate(-22deg);
}
#form .copy::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -18px;
  height: 40px;
  width: 2px;
  background: gray;
  transform: rotate(22deg);
}
#form .att {
  font-size: 84%;
  color: #125568;
  text-align: center;
  margin: 20px auto;
  line-height: 2rem;
  font-weight: 400;
  width: 80%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #form .att {
    width: 100%;
  }
}
#form .att a {
  display: inline-block;
  text-decoration: underline;
}
#form .form__container {
  background: #acd5c7;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 5% 10%;
  margin-bottom: 100px;
}
#form form {
  background: white;
  padding: 2rem 3rem;
  border-radius: 8px;
  box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.1);
  width: 700px;
  max-width: 95%;
  margin: 10px auto;
}
#form ul {
  list-style: none;
  padding: 0;
}
#form li + li {
  margin-top: 1rem;
}
#form label {
  display: block;
  margin-bottom: 0.5rem;
  color: #125568;
  font-weight: bold;
  align-content: center;
  font-size: 130%;
  margin-top: 40px;
}
#form label#forCheck, #form label#forCorporateCheckbox {
  display: inline;
  font-size: 95%;
}
#form label .required {
  display: inline-block;
  background: #ff4000;
  color: #fff;
  padding: 3px 8px;
  font-size: 70%;
  border-radius: 5px;
  margin-right: 15px;
}
#form label .option {
  display: inline-block;
  background: orange;
  color: #fff;
  padding: 3px 8px;
  font-size: 70%;
  border-radius: 5px;
  margin-right: 15px;
}
#form label .micro {
  display: inline-block;
  font-size: 70%;
  color: grey;
  font-weight: normal;
  margin-left: 15px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #form label .micro {
    font-size: 65%;
    margin-left: 0;
  }
}
#form input[type=text],
#form input[type=tel],
#form input[type=email] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-sizing: border-box;
  margin: auto;
  display: block;
  font-size: 16px;
  line-height: 3rem;
}
#form input[type=checkbox] {
  -webkit-appearance: checkbox;
}
#form input[type=submit] {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 0.75rem 6.5rem;
  border-radius: 15px;
  cursor: pointer;
  font-size: 2.5rem;
  transition: background-color 0.3s ease;
  margin: 22px auto;
  font-weight: bold;
  display: block;
}
#form input[type=submit]:disabled {
  background-color: dimgrey;
}
#form .checkAgree,
#form .checkCorporate {
  width: 100%;
  margin: auto;
  text-align: center;
}
#form input[type=submit]:hover {
  background-color: #0056b3;
}
#form input::-moz-placeholder {
  color: #999;
}
#form input::placeholder {
  color: #999;
}

#sec16 {
  background-image: url(../img/q&a_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* jsでis-openクラスが付与された時の挙動 */
  /* jsでis-openクラスが付与された時の挙動 */
}
#sec16 .faq-inner__block {
  background: #fff;
  border-radius: 10px;
  padding: 1% 3%;
  margin-bottom: 20px;
}
#sec16 .block-q {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  line-height: 150%;
}
#sec16 .block-q:hover {
  cursor: pointer;
}
#sec16 .block-q img {
  align-self: flex-start;
  width: 40px;
  height: 40px;
}
#sec16 .block-q p.block-p {
  width: calc(100% - 30px);
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 153%;
  color: #125568;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec16 .block-q p.block-p {
    width: 80%;
    margin-left: 10px;
  }
}
#sec16 .block-q p.block-p::before {
  position: absolute;
  top: 18px;
  width: 24px;
  right: 0;
  height: 2px;
  content: "";
  background-color: #34004f;
  transition: 0.2s;
  transform: rotate(-90deg);
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec16 .block-q p.block-p::before {
    width: 14px;
  }
}
#sec16 .block-q p.block-p::after {
  position: absolute;
  top: 18px;
  right: 0;
  width: 24px;
  height: 2px;
  content: "";
  background-color: #34004f;
  transition: 0.3s;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec16 .block-q p.block-p::after {
    width: 14px;
  }
}
#sec16 .block-q.is-open p.block-p::before {
  transform: rotate(0deg);
  /* クリック時に、棒を横にする */
}
#sec16 .block-a {
  position: relative;
  display: flex;
  align-items: center;
  width: 90%;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#sec16 .block-a::-webkit-scrollbar {
  display: none;
}
#sec16 .block-a img {
  width: 40px;
  height: 40px;
}
#sec16 .block-a p.block-p {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 173%;
  color: #000;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec16 .block-a p.block-p {
    font-size: 14px;
  }
}
#sec16 .block-a.is-open {
  box-sizing: content-box;
  padding-top: 25px;
  padding-bottom: 15px;
  overflow-y: auto;
  transition: all 0.3s;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #sec16 .block-a.is-open {
    padding-bottom: 25px;
  }
}

#sec17 {
  background-image: url(../img/info_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
#sec17 .info {
  background: rgba(255, 255, 255, 0.6);
  padding: 5%;
  color: #125568;
  box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#sec17 .info dl {
  display: flex;
  gap: 30px;
  border-bottom: #125568 dotted 1px;
  padding: 4px 4px 5px;
  margin-bottom: 10px;
}
#sec17 .info dl dt {
  font-weight: bolder;
  font-size: 110%;
  line-height: 2.5rem;
  width: 30%;
  padding-left: 10px;
}
#sec17 .info dl dd {
  line-height: 2.5rem;
  font-size: 100%;
  width: 70%;
}

footer {
  background: #2bb176;
  height: 140px;
  width: 100%;
  padding: 50px;
}
footer#mailFooter {
  position: absolute;
  bottom: 0;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  footer .flex {
    justify-content: space-between;
    gap: 10px;
  }
}
footer a p {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
footer small {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
}

.greenH2 {
  margin: 30px auto;
  display: block;
  width: 100%;
  text-align: center;
}

.formTable tbody {
  margin: auto;
  display: block;
  text-align: center;
}
.formTable tbody tr {
  margin-bottom: 15px;
}

#mail_btn_submit,
#mail_btn_prev {
  width: 200px;
  height: 39px;
  background: #2196F3;
  padding: 5px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

#mail_btn_prev {
  background: gray;
}

#floating {
  position: fixed;
  z-index: 100;
  bottom: 0;
  background: #fff;
  box-shadow: 0px -2px 6px #c9c9c9;
  padding: 10px 20px;
  width: 100%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating {
    padding: 5px 4px 10px;
  }
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .s-inner {
    padding: 0;
  }
}
#floating .flex {
  justify-content: space-between;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .flex {
    flex-direction: row;
  }
}
#floating .flex .left,
#floating .flex .right {
  text-align: center;
  color: #125568;
  align-items: center;
}
#floating .flex .left {
  width: 40%;
  align-content: center;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .flex .left {
    width: 57%;
    background: #34aa86;
    padding: 2px 5px;
    border-radius: 15px;
    color: #fff;
  }
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .flex p {
    font-size: 70%;
  }
}
#floating .flex p.title {
  font-weight: bold;
  margin-top: 3px;
}
#floating .flex p.small {
  font-size: 80%;
  margin: 0 auto;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .flex p.small {
    font-size: 70%;
    margin: 3px auto;
  }
}
#floating .flex .link {
  display: flex;
  justify-content: center;
}
#floating .flex .link i {
  width: 10%;
  margin-right: 10px;
  align-content: center;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .flex .link i {
    width: 13%;
    margin-right: 5px;
  }
}
#floating .flex .link i picture {
  width: 100%;
  display: contents;
}
#floating .flex .link span {
  display: inline-block;
  font-size: 210%;
  font-weight: 900;
  justify-content: center;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .flex .link span {
    font-size: 130%;
  }
}
#floating .right {
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: center;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .right {
    width: 39%;
  }
}
#floating .right .title {
  margin-bottom: 7px;
  font-weight: bold;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .right .title {
    display: none;
  }
}
#floating .right .flex {
  justify-content: center;
  gap: 30px;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .right .flex {
    flex-direction: row;
    gap: 10px;
  }
}
#floating .right .flex button {
  width: 48%;
}
@media (((max-aspect-ratio: 16/9) and (max-width: 568px))) {
  #floating .right .flex button {
    width: 50%;
  }
}/*# sourceMappingURL=main.css.map */