/*
theme Name: tanaka-shihou
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ============================================ */
body {
  font-family: "Zen Old Mincho", serif;
  color: black;
  font-size: 16px;
}

img {
  width: 100%;
}

@media (min-width: 901px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  a:hover, input[type="submit"]:hover {
    opacity: .7;
  }
}

@media (max-width: 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 102px;
  background-color: white;
  padding: 0 54px 0 27px;
  position: fixed;
  top: 0;
  z-index: 99;
}

header .logo {
  width: 356px;
  margin-right: 26px;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55%;
  max-width: 514px;
}

header nav .tel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 232px;
  margin-right: 26px;
}

header nav .mail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 256px;
}

@media (max-width: 900px) {
  header {
    height: 60px;
    padding: 0 10px;
  }
  header .logo {
    width: 160px;
  }
  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
  header nav .tel {
    width: 110px;
    margin-right: 0;
  }
  header nav .mail {
    width: 120px;
    margin-top: 5px;
  }
}

main {
  margin-top: 102px;
  overflow: hidden;
}

@media (max-width: 900px) {
  main {
    margin-top: 60px;
  }
}

main h2 {
  color: #b2d3ed;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  letter-spacing: .08em;
}

main h2 span {
  display: block;
  margin-top: 10px;
  color: #636262;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 900px) {
  main h2 {
    font-size: 24px;
  }
  main h2 span {
    font-size: 18px;
  }
}

main h3 {
  color: #5c9ed3;
  font-size: min(30px, 2.4vw);
  text-align: center;
  letter-spacing: .1em;
}

main h3::after {
  content: '';
  display: block;
  width: 86px;
  height: 1px;
  margin: 30px auto;
  background-color: #5c9ed3;
}

@media (max-width: 900px) {
  main h3 {
    font-size: 16px;
    white-space: nowrap;
  }
  main h3::after {
    width: 50px;
    margin: 20px auto;
  }
}

main .sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 210px;
  position: relative;
}

main .sec2_bg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 377px;
  position: relative;
}

main .sec2_bg.bg01 {
  top: 102px;
  left: -57px;
}

main .sec2_bg.bg02 {
  top: -160px;
  right: -21px;
}

main .sec2_content {
  margin: 0 auto;
}

main .sec2_content p {
  margin-top: 60px;
  color: #636262;
  font-size: 23px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 900px) {
  main .sec2 {
    margin-top: 60px;
  }
  main .sec2_bg {
    width: 16%;
    max-width: 120px;
    position: absolute;
    z-index: 1;
  }
  main .sec2_bg.bg01 {
    top: 90%;
    left: -10px;
  }
  main .sec2_bg.bg02 {
    top: -35px;
    right: -10px;
  }
  main .sec2_content {
    position: relative;
    z-index: 2;
  }
  main .sec2_content p {
    margin-top: 30px;
    font-size: 14px;
  }
}

main .sec3 {
  margin-top: 210px;
  position: relative;
}

main .sec3_bg {
  width: 1950px;
  position: absolute;
  translate: -50% -50%;
  top: 23.6%;
  left: 53.5%;
  z-index: -1;
  pointer-events: none;
}

main .sec3_content {
  width: 90%;
  max-width: 1026px;
  margin: 0 auto;
  padding: 85px 40px 75px;
  background-color: #5c9ed310;
  border-radius: 20px;
}

main .sec3_content_list {
  margin-top: 110px;
}

main .sec3_content_list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 37px 40px;
  margin: 0 auto 26px;
  background-color: white;
}

main .sec3_content_list .list-item:last-of-type {
  margin-bottom: 0;
}

main .sec3_content_list .list-item_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 267px;
}

main .sec3_content_list .list-item p {
  width: 62%;
  margin-left: 5.6vw;
  color: #5c9ed3;
  font-size: min(33px, 2.8vw);
  line-height: 1.8;
  letter-spacing: .05em;
}

@media (max-width: 900px) {
  main .sec3 {
    margin-top: 70px;
  }
  main .sec3_bg {
    width: 250%;
    top: 50vw;
  }
  main .sec3_content {
    padding: 40px 20px;
    border-radius: 15px;
  }
  main .sec3_content_list {
    margin-top: 40px;
  }
  main .sec3_content_list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    padding: 20px;
  }
  main .sec3_content_list .list-item p {
    width: 100%;
    margin: 20px 0 0;
    font-size: max(14px, 2.8vw);
    text-align: center;
  }
}

main .sec4 {
  margin-top: 210px;
}

main .sec4_content {
  margin: 130px auto 0;
  width: 90%;
  max-width: 1140px;
}

main .sec4_content img {
  margin-bottom: 20px;
  border: solid 1px #636262;
}

main .sec4_content img:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  main .sec4 {
    margin-top: 50px;
  }
  main .sec4_content {
    margin-top: 30px;
  }
}

main .sec5 {
  margin-top: 210px;
}

main .sec5_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 11px;
  width: 90%;
  max-width: 1140px;
  margin: 140px auto 0;
}

main .sec5_content .flex-item {
  width: 369px;
}

main .sec5_content .flex-item p {
  margin-top: 20px;
  color: #333;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 900px) {
  main .sec5 {
    margin-top: 60px;
  }
  main .sec5_content {
    gap: 30px 11px;
    margin-top: 30px;
  }
  main .sec5_content .flex-item {
    width: 100%;
    max-width: 337px;
  }
  main .sec5_content .flex-item p {
    margin-top: 10px;
    font-size: 16px;
  }
}

main .sec6 {
  margin-top: 210px;
  padding-top: 185px;
  background-color: #eff6fb;
}

main .sec6_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 66px 0;
  background: -webkit-gradient(linear, left top, right top, from(#eff6fb), color-stop(18%, #eff6fb), color-stop(18%, white), to(white));
  background: linear-gradient(90deg, #eff6fb 0%, #eff6fb 18%, white 18%, white 100%);
}

main .sec6_content_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 587px;
}

main .sec6_content_text {
  width: 55%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 60px;
}

main .sec6_content_text p {
  color: #4d4d4d;
  font-size: min(20px, 1.6vw);
  line-height: 1.8;
}

@media (max-width: 900px) {
  main .sec6 {
    margin-top: 60px;
    padding-top: 40px;
  }
  main .sec6_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    background: -webkit-gradient(linear, left top, right top, from(#eff6fb), color-stop(5%, #eff6fb), color-stop(5%, white), to(white));
    background: linear-gradient(90deg, #eff6fb 0%, #eff6fb 5%, white 5%, white 100%);
  }
  main .sec6_content_img {
    width: 90%;
    margin-right: auto;
  }
  main .sec6_content_text {
    width: 80%;
    margin: 20px auto 0;
    padding: 0;
  }
  main .sec6_content_text p {
    font-size: 14px;
  }
}

main .sec7 {
  padding-top: 90px;
  background-color: #eff6fb;
}

main .sec7_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 66px 0;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(82%, white), color-stop(82%, #eff6fb), to(#eff6fb));
  background: linear-gradient(90deg, white 0%, white 82%, #eff6fb 82%, #eff6fb 100%);
}

main .sec7_content_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 587px;
}

main .sec7_content_text {
  width: 55%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 60px;
}

main .sec7_content_text p {
  color: #4d4d4d;
  font-size: min(20px, 1.6vw);
  line-height: 1.8;
}

@media (max-width: 900px) {
  main .sec7 {
    padding-top: 40px;
  }
  main .sec7_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 0;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(95%, white), color-stop(95%, #eff6fb), to(#eff6fb));
    background: linear-gradient(90deg, white 0%, white 95%, #eff6fb 95%, #eff6fb 100%);
  }
  main .sec7_content_img {
    width: 90%;
    margin-left: auto;
  }
  main .sec7_content_text {
    width: 80%;
    margin: 20px auto 0;
    padding: 0;
  }
  main .sec7_content_text p {
    font-size: 14px;
  }
}

main .sec8 {
  padding-top: 90px;
  background-color: #eff6fb;
}

main .sec8_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 66px 0;
  background: -webkit-gradient(linear, left top, right top, from(#eff6fb), color-stop(18%, #eff6fb), color-stop(18%, white), to(white));
  background: linear-gradient(90deg, #eff6fb 0%, #eff6fb 18%, white 18%, white 100%);
}

main .sec8_content_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 587px;
}

main .sec8_content_text {
  width: 55%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 60px;
}

main .sec8_content_text p {
  color: #4d4d4d;
  font-size: min(20px, 1.6vw);
  line-height: 1.8;
}

@media (max-width: 900px) {
  main .sec8 {
    margin-top: 60px;
    padding-top: 40px;
  }
  main .sec8_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    background: -webkit-gradient(linear, left top, right top, from(#eff6fb), color-stop(5%, #eff6fb), color-stop(5%, white), to(white));
    background: linear-gradient(90deg, #eff6fb 0%, #eff6fb 5%, white 5%, white 100%);
  }
  main .sec8_content_img {
    width: 90%;
    margin-right: auto;
  }
  main .sec8_content_text {
    width: 80%;
    margin: 20px auto 0;
    padding: 0;
  }
  main .sec8_content_text p {
    font-size: 14px;
  }
}

main .sec9 {
  padding: 90px 0 165px;
  background-color: #eff6fb;
}

main .sec9_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 66px 0;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(82%, white), color-stop(82%, #eff6fb), to(#eff6fb));
  background: linear-gradient(90deg, white 0%, white 82%, #eff6fb 82%, #eff6fb 100%);
}

main .sec9_content_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 587px;
}

main .sec9_content_text {
  width: 55%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 60px;
}

main .sec9_content_text p {
  color: #4d4d4d;
  font-size: min(20px, 1.6vw);
  line-height: 1.8;
}

@media (max-width: 900px) {
  main .sec9 {
    padding: 40px 0;
  }
  main .sec9_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 0;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(95%, white), color-stop(95%, #eff6fb), to(#eff6fb));
    background: linear-gradient(90deg, white 0%, white 95%, #eff6fb 95%, #eff6fb 100%);
  }
  main .sec9_content_img {
    width: 90%;
    margin-left: auto;
  }
  main .sec9_content_text {
    width: 80%;
    margin: 20px auto 0;
    padding: 0;
  }
  main .sec9_content_text p {
    font-size: 14px;
  }
}

main .sec10 {
  margin-top: 210px;
}

main .sec10 form {
  width: 90%;
  max-width: 1140px;
  margin: 110px auto 0;
}

main .sec10 form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 37px;
}

main .sec10 form label:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

main .sec10 form label:last-of-type > div {
  margin-top: 14px;
}

main .sec10 form label > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 375px;
  color: #333;
  font-size: 24px;
  white-space: nowrap;
}

main .sec10 form label > div .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 83px;
  height: 33px;
  margin-left: 27px;
  border-radius: 7px;
  color: white;
  font-size: 18px;
  text-align: center;
}

main .sec10 form label > div .icon.required {
  background-color: #5c9ed3;
}

main .sec10 form label > div .icon.optional {
  background-color: #a6a6a6;
}

main .sec10 form label > span {
  width: 616px;
  margin-left: 47px;
}

main .sec10 form label > span input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  border: solid 1px #9d9d9d;
  border-radius: 12px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}

main .sec10 form label > span textarea {
  width: 100%;
  height: 257px;
  padding: 15px;
  border: solid 1px #9d9d9d;
  border-radius: 12px;
  resize: vertical;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}

main .sec10 form input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 355px;
  height: 69px;
  margin: 70px auto 0;
  background-color: #5c9ed3;
  border-radius: 7px;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

main .sec10 form input[type="submit"].off {
  opacity: .3;
  pointer-events: none;
}

main .sec10 form .wpcf7-spinner {
  display: none;
}

main .sec10 form .wpcf7-not-valid-tip {
  color: red;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  position: relative;
  top: 5px;
  left: 5px;
}

main .sec10_output {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

main .sec10_output.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .sec10_output_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  padding: 30px;
  border-radius: 5px;
}

main .sec10_output_content .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

main .sec10_output_content .wpcf7-response-close {
  padding: 8px 20px 10px;
  margin-top: 30px;
  background: #5c9ed3;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

main .sec10_output_content .wpcf7-response-close:hover {
  opacity: .7;
}

@media (max-width: 900px) {
  main .sec10 {
    margin-top: 60px;
  }
  main .sec10 form {
    margin-top: 40px;
  }
  main .sec10 form label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  main .sec10 form label:last-of-type > div {
    margin-top: 0;
  }
  main .sec10 form label > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-left: 5px;
    font-size: 14px;
  }
  main .sec10 form label > div .icon {
    width: 60px;
    height: 30px;
    margin-left: auto;
    font-size: 12px;
  }
  main .sec10 form label > span {
    width: 100%;
    margin: 5px 0 0;
  }
  main .sec10 form label > span input {
    height: 40px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 16px;
  }
  main .sec10 form label > span textarea {
    padding: 10px;
    border-radius: 7px;
    font-size: 16px;
  }
  main .sec10 form input[type="submit"] {
    width: 200px;
    height: 50px;
    margin: 30px auto 0;
    font-size: 16px;
  }
  main .sec10_output_content {
    margin: 0 10px;
  }
}

main .sec11 {
  margin-top: 210px;
}

main .sec11_content {
  width: 90%;
  max-width: 1076px;
  margin: 120px auto 0;
  border-top: solid 1px #5c9ed3;
  border-bottom: solid 1px #5c9ed3;
}

main .sec11 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(to right, #5c9ed3 8px, transparent 8px);
  background-size: 16px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

main .sec11 dl:last-of-type {
  background: none;
}

main .sec11 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20.5%;
  height: 156px;
  color: #5c9ed3;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
}

main .sec11 dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 156px;
  padding-left: 15%;
  color: #4d4d4d;
  font-size: 23px;
  line-height: 1.8;
}

@media (max-width: 900px) {
  main .sec11 {
    margin-top: 60px;
  }
  main .sec11_content {
    margin-top: 40px;
  }
  main .sec11_content dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
    background-image: linear-gradient(to right, #5c9ed3 5px, transparent 5px);
    background-size: 10px 1px;
  }
  main .sec11_content dl dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 16px;
    text-align: left;
  }
  main .sec11_content dl dd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 14px;
  }
}

main .sec12 {
  margin-top: 160px;
}

main .sec12 iframe {
  width: 100%;
  height: 460px;
}

@media (max-width: 900px) {
  main .sec12 {
    margin-top: 60px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 54px;
  background-color: #5c9ed3;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 900px) {
  footer {
    height: 40px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */