@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
}
body {
  position: relative;
}
body #bg {
  position: fixed;
  z-index: 1 !important;
  left: 50vw;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  translate: -50% 0;
  background: url(../img/bg_01.jpg) no-repeat center / cover;
}
body > * {
  z-index: 2;
  width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
header {
  position: relative;
  height: 100vh;
}
header:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background: url(../img/sec01_bg_pc_01.jpg) no-repeat center / cover;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  header:before {
    background-image: url(../img/sec01_bg_sp_01.jpg);
  }
}
header > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  height: 100%;
  padding: 25px 0 35px;
}
header > div div:nth-of-type(1) {
  margin-bottom: auto;
}
header > div div:nth-of-type(1) em {
  display: block;
  width: 74px;
}
header > div div:nth-of-type(1) h1 {
  width: 90.29%;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  header > div div:nth-of-type(1) h1 {
    width: 91.66%;
    translate: 0 calc(25vh - 70px);
  }
}
header > div div:nth-of-type(2) {
  margin-top: auto;
}
header > div div:nth-of-type(2) p {
  width: 575px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  header > div div:nth-of-type(2) p {
    width: 79.86%;
    margin-bottom: 15px;
  }
}
header > div div:nth-of-type(2) a {
  position: relative;
  z-index: 1;
  display: block;
  width: 38px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header > div div:nth-of-type(2) a {
    width: 20px;
  }
}
footer {
  position: relative;
  padding: 100px 15px;
}
footer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #fff;
  translate: -50% 0;
}
footer > * {
  position: relative;
}
footer a {
  display: block;
  width: 95px;
  margin: 0 auto;
}
footer #copyright {
  display: block;
  margin: 30px 0 20px;
  font-size: 12px;
  text-align: center;
}
footer p {
  font-size: 12px;
  text-align: center;
}
main {
  position: relative;
}
main .btn01 {
  width: 530px;
  margin: 0 auto;
  padding-top: 65px;
}
main .btn01 p {
  color: #4d4d4d;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .btn01 p {
    font-size: 18px;
  }
}
main .btn01 a {
  display: block;
  margin: 15px 0 10px;
}
main .btn01 span {
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  text-align: right;
}
main #sec02 {
  padding: 50px 0 75px;
}
main #sec02 h1 img {
  display: block;
  width: 424px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  main #sec02 h1 img {
    max-width: 90%;
  }
}
main #sec02 figure:nth-of-type(1) {
  width: 780px;
  margin: 0 auto 50px;
}
main #sec02 figure:nth-of-type(2) {
  width: 865px;
  margin: 30px auto;
}
main #sec02 figure:nth-of-type(3) {
  width: 760px;
  margin: 0 auto;
}
main #sec02 h2 {
  position: relative;
  margin: 45px 0 35px;
}
@media screen and (max-width: 768px) {
  main #sec02 h2 {
    left: -15px;
    width: 100vw;
    max-width: none;
    overflow: hidden;
  }
}
main #sec02 h2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background: #2998e2;
  translate: -50% 0;
}
main #sec02 h2 i {
  position: relative;
  display: block;
  padding: 5px 0 7px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #sec02 h2 i {
    font-size: 20px;
  }
}
main #sec02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main #sec02 ul {
    display: block;
  }
}
main #sec02 ul li {
  width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  main #sec02 ul li {
    width: 500px;
    margin: 0 auto;
  }
  main #sec02 ul li + li {
    margin-top: 20px;
  }
}
main #sec03 {
  position: sticky;
  top: 0;
}
main #sec03 .video {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  padding-top: 100vh;
  translate: -50% 0;
  overflow: hidden;
}
main #sec03 .video video {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50%;
  height: 100%;
  translate: -50% -50%;
  object-fit: cover;
}
main #sec03 .video a {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 80px;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  main #sec03 .video a {
    width: 50px;
  }
}
main #sec04 {
  margin-top: 50vh;
  padding-bottom: 75px;
  position: relative;
}
main #sec04:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #fff;
  translate: -50% 0;
}
main #sec04 > * {
  position: relative;
}
@media screen and (max-width: 768px) {
  main #sec04 {
    padding: 70px 0;
  }
}
main #sec04 .btn01 {
  padding-bottom: 75px;
}
main #sec04 .ttl01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
main #sec04 .ttl01:not(:first-child) {
  margin-top: 80px;
}
main #sec04 .ttl01 i {
  position: relative;
  display: block;
  min-width: 515px;
  padding: 10px 10px 10px 30px;
  border-bottom: 3px solid #2998e2;
  color: #2998e2;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #sec04 .ttl01 i {
    min-width: 300px;
    font-size: 18px;
  }
}
main #sec04 .ttl01 i:before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -8px;
  display: block;
  width: 3px;
  height: 110%;
  rotate: 35deg;
  background-color: #2998e2;
}
@media screen and (max-width: 768px) {
  main #sec04 .ttl01 i:before {
    bottom: -6px;
    left: 15px;
  }
}
main #sec04 > ul:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main #sec04 > ul:nth-of-type(1) {
    display: block;
  }
}
main #sec04 > ul:nth-of-type(1) li {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  padding: 15px;
  border-radius: 5px;
  background-color: #e8e8e7;
}
@media screen and (max-width: 768px) {
  main #sec04 > ul:nth-of-type(1) li {
    width: 500px;
    margin: 0 auto !important;
  }
  main #sec04 > ul:nth-of-type(1) li + li {
    margin-top: 20px !important;
  }
}
main #sec04 > ul:nth-of-type(1) li:nth-child(3n) {
  margin-right: 0;
}
main #sec04 > ul:nth-of-type(1) li:nth-child(n + 4) {
  margin-top: 30px;
}
main #sec04 > ul:nth-of-type(1) li figure {
  width: 115px;
}
main #sec04 > ul:nth-of-type(1) li div {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  width: calc(100% - 115px);
  padding-left: 15px;
}
main #sec04 > ul:nth-of-type(1) li div b {
  display: block;
  margin-bottom: auto;
  font-size: 1.2em;
}
main #sec04 > ul:nth-of-type(1) li div p {
  min-height: 3em;
  margin-top: auto;
  font-size: 0.8em;
}
main #sec04 > ul:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #sec04 > ul:nth-of-type(2) {
    display: block;
  }
}
main #sec04 > ul:nth-of-type(2) li {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  main #sec04 > ul:nth-of-type(2) li {
    width: 300px;
    margin: 0 auto !important;
  }
  main #sec04 > ul:nth-of-type(2) li + li {
    margin-top: 20px !important;
  }
}
main #sec04 > ul:nth-of-type(2) li:nth-child(3n) {
  margin-right: 0;
}
main #sec04 > div:nth-of-type(2) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  margin: 75px auto 0;
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  main #sec04 > div:nth-of-type(2) {
    display: block;
    padding: 50px 0;
  }
}
main #sec04 > div:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background: url(../img/sec04_bg_01.png) no-repeat center / cover;
  translate: -50% 0;
}
main #sec04 > div:nth-of-type(2) > * {
  position: relative;
}
main #sec04 > div:nth-of-type(2) figure {
  width: 310px;
  padding-right: 55px;
}
@media screen and (max-width: 768px) {
  main #sec04 > div:nth-of-type(2) figure {
    width: 250px;
    padding: 0;
    margin: 0 auto;
  }
}
main #sec04 > div:nth-of-type(2) div {
  width: calc(100% - 310px);
}
@media screen and (max-width: 768px) {
  main #sec04 > div:nth-of-type(2) div {
    width: 100%;
    margin-top: 30px;
  }
}
main #sec04 > div:nth-of-type(2) div em {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #2998e2;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #sec04 > div:nth-of-type(2) div em {
    font-size: 22px;
  }
}
main #sec04 > div:nth-of-type(2) div em:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2998e2;
}
main #sec04 > div:nth-of-type(2) div p {
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.04em;
}
main #sec04 > div:nth-of-type(3) {
  margin-top: 70px;
}
main #sec04 > div:nth-of-type(3) h3 {
  margin-bottom: 25px;
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #sec04 > div:nth-of-type(3) h3 {
    font-size: 22px;
  }
}
main #sec04 > div:nth-of-type(3) div:nth-of-type(1) {
  border: 1px #4d4d4d solid;
}
main #sec04 > div:nth-of-type(3) div:nth-of-type(1) table tr th, main #sec04 > div:nth-of-type(3) div:nth-of-type(1) table tr td {
  padding: 10px 5px;
  border: 1px #e4e7eb solid;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  main #sec04 > div:nth-of-type(3) div:nth-of-type(1) table tr th, main #sec04 > div:nth-of-type(3) div:nth-of-type(1) table tr td {
    font-size: 0.8em;
  }
}
main #sec04 > div:nth-of-type(3) div:nth-of-type(1) table tr th {
  font-weight: 700;
  background-color: #f9fbff;
}
main #sec05 {
  position: relative;
  padding: 60px 0;
}
main #sec05:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #fff;
  translate: -50% 0;
}
main #sec05 > * {
  position: relative;
}
main #sec05:before {
  background-color: #f2f2f2;
}
main #sec05 h1 {
  margin-bottom: 35px;
  padding-bottom: 5px;
  border-bottom: 3px #2998e2 solid;
  color: #2998e2;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #sec05 h1 {
    font-size: 22px;
  }
}
main #sec05 em {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
main #sec05 em i {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.04em;
  line-height: 1;
  background-color: #1b1464;
}
@media screen and (max-width: 768px) {
  main #sec05 em i {
    font-size: 16px;
  }
}
main #sec05 p {
  margin-top: 20px;
  font-size: 0.9em;
}
main #sec06 {
  position: relative;
  padding: 65px 0 85px;
}
main #sec06:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #fff;
  translate: -50% 0;
}
main #sec06 > * {
  position: relative;
}
main #sec06 h1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
main #sec06 h1 span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  height: 45px;
}
main #sec06 h1 span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #2998e2;
}
main #sec06 h1 span:after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: 0;
  display: block;
  border: 13px solid transparent;
  border-top: 45px solid #2998e2;
  border-bottom: none;
}
main #sec06 h1 span i {
  position: relative;
  z-index: 1;
  display: block;
  padding-right: 10px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #sec06 h1 span i {
    font-size: 22px;
  }
}
main #sec06 > div {
  border: 1px #1b1464 solid;
}
main #sec06 > div + div {
  margin-top: 35px;
}
main #sec06 > div > em {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  background-color: #1b1464;
}
@media screen and (max-width: 768px) {
  main #sec06 > div > em {
    flex-flow: column;
    height: 60px;
    font-size: 18px;
    line-height: 1;
  }
}
main #sec06 > div > em i {
  display: block;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #sec06 > div > em i {
    margin-top: 10px;
    font-size: 12px;
  }
}
main #sec06 > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  main #sec06 > div > div {
    display: block;
    padding: 20px 15px;
  }
}
main #sec06 > div > div > * {
  position: relative;
  width: 50%;
}
main #sec06 > div > div > *:nth-child(odd) {
  padding-right: 15px;
}
main #sec06 > div > div > *:nth-child(even) {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  main #sec06 > div > div > * {
    width: 100%;
    padding: 0 !important;
  }
  main #sec06 > div > div > * + * {
    margin-top: 30px;
  }
}
main #sec06 > div > div > * > * {
  display: block;
  line-height: 1.7272727273;
}
main #sec06 > div > div > * span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main #sec06 > div > div > * span {
    font-size: 16px;
  }
}
main #sec06 > div > div > * b {
  margin: 10px 0;
  color: #c69c6d;
  font-size: 28px;
  text-decoration: underline;
  text-decoration-color: #c69c6d;
}
@media screen and (max-width: 768px) {
  main #sec06 > div > div > * b {
    margin: 0;
    font-size: 22px;
  }
}
main #sec06 > div > div > * p {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main #sec06 > div > div > * p {
    font-size: 18px;
  }
}
main #sec06 > div > div > * small {
  margin-top: 35px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  main #sec06 > div > div > * small {
    margin-top: 10px;
  }
}
main #sec06 > div > div > * i {
  margin-top: 35px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main #sec06 > div > div > * i {
    margin-top: 10px;
  }
}
main #sec06 > div > div > ul {
  display: flex;
  flex-wrap: wrap;
}
main #sec06 > div > div > ul li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
main #sec06 > div > div > ul li:nth-child(2n) {
  margin-right: 0;
}
main #sec06 > div > div > ul li:nth-child(n + 3) {
  margin-top: 15px;
}
main #sec07 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
main #sec07:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #fff;
  translate: -50% 0;
}
main #sec07 > * {
  position: relative;
}
main #sec07:before {
  background-color: #f2f2f2;
}
main #sec07 h1 {
  margin-bottom: 50px;
  color: #4d4d4d;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #sec07 h1 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
main #sec07 > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #sec07 > ul {
    display: block;
  }
}
main #sec07 > ul > li {
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  main #sec07 > ul > li {
    width: 100%;
    margin-right: 0;
  }
  main #sec07 > ul > li + li {
    margin-top: 50px;
  }
}
main #sec07 > ul > li:nth-child(2n) {
  margin-right: 0;
}
main #sec07 > ul > li > em {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 35px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  background-color: #999;
}
main #sec07 > ul > li table {
  border: 1px #bdccd4 solid;
  background-color: #fff;
}
main #sec07 > ul > li table tbody tr th, main #sec07 > ul > li table tbody tr td {
  border-bottom: 1px #bdccd4 solid;
  vertical-align: middle;
}
main #sec07 > ul > li table tbody tr th {
  padding: 10px 0;
  width: 135px;
  font-size: 12px;
  text-align: center;
  background-color: #f5fcff;
}
main #sec07 > ul > li table tbody tr td {
  padding: 14px 10px;
  font-size: 14px;
}
main #sec07 > ul > li > ul > li {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  background-color: #fff;
}
main #sec07 > ul > li > ul > li + li {
  margin-top: 15px;
}
main #sec07 > ul > li > ul > li figure {
  width: 100px;
}
main #sec07 > ul > li > ul > li div {
  width: calc(100% - 100px);
  padding-left: 15px;
}
main #sec07 > ul > li > ul > li div > * {
  display: block;
}
main #sec07 > ul > li > ul > li div b {
  font-size: 1.2em;
}
main #sec07 > ul > li > ul > li div p {
  font-size: 14px;
}
main #sec07 > ul > li > ul > li div span {
  margin-top: 5px;
  font-size: 13px;
}
main #form {
  position: relative;
  width: 890px;
  margin: 0 auto;
  padding: 50px 0;
}
main #form:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #fff;
  translate: -50% 0;
}
main #form > * {
  position: relative;
}
main #form h1 {
  margin-bottom: 15px;
  color: #2998e2;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #form h1 {
    font-size: 22px;
  }
}
main #form p {
  color: #000;
  font-size: 16px;
  text-align: center;
}
main #form form {
  width: 700px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  main #form form table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #form form table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #form form table tbody tr {
    display: block;
  }
}
main #form form table tbody tr th, main #form form table tbody tr td {
  padding: 10px 0;
  border-bottom: 1px #e4e7eb solid;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main #form form table tbody tr th, main #form form table tbody tr td {
    display: block;
  }
}
main #form form table tbody tr th {
  width: 180px;
}
@media screen and (max-width: 768px) {
  main #form form table tbody tr th {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
main #form form table tbody tr th:before {
  content: "*";
  color: transparent;
  margin-right: 5px;
}
main #form form table tbody tr th.req:before {
  color: #d14c49;
}
main #form form table tbody tr th i {
  display: block;
  padding-left: 15px;
  color: #a4a4a4;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  main #form form table tbody tr th i {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  main #form form table tbody tr td {
    padding-bottom: 20px;
  }
}
main #form form table tbody tr td select, main #form form table tbody tr td input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px #e4e7eb solid;
  border-radius: 5px;
  background-color: #f9f9f9;
}
main #form form table tbody tr td textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px #e4e7eb solid;
  border-radius: 5px;
  background-color: #f9f9f9;
}
main #form form .btn02 {
  margin-top: 40px;
}
main #form form .btn02 [type="submit"] {
  display: block;
  width: 325px;
  height: 60px;
  margin: 0 auto;
  font-size: 0;
  background: url(../img/btn_05.png) no-repeat center / contain;
}
