@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
  .br-sponly{
    display: block;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}
.br-sponly{
  display: none;
}
img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.container {
  padding: 0 20px;
}
@media print, screen and (min-width: 992px) {
  .container {
    max-width: 1100px !important;
  }
}

.over_hidden {
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
  overflow: hidden;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0) !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  padding: 1.5rem 0;
  font-family: "LINE Seed JP", sans-serif;
  background-color: transparent;
  transition: background-color 0.5s ease;
}
@media print, screen and (max-width: 992px) {
  header {
    padding: 12px 0;
  }
}
header.is-scrolled {
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 992px) {
  header > .container {
    max-width: 1100px !important;
  }
}
@media print, screen and (max-width: 992px) {
  header > .container {
    max-width: 100% !important;
    padding: 0 15px;
  }
}
header .h_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (max-width: 992px) {
  header .h_flex {
    align-items: center;
    column-gap: 10px;
  }
}
header .h_flex > .h_logo > a > img {
  width: 178px;
}
@media print, screen and (max-width: 992px) {
  header .h_flex > .h_logo > a > img {
    width: 110px;
  }
}
@media print, screen and (min-width: 992px) {
  header .h_flex > .h_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 50px;
  }
}
@media print, screen and (max-width: 992px) {
  header .h_flex > .h_list {
    display: none;
    position: absolute;
    top: 55.6px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #FFFFFF;
    text-align: left;
    padding: 20px 20px 30px;
  }
}
header .h_flex > .h_list > .h_sub {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 43px;
}
@media print, screen and (max-width: 992px) {
  header .h_flex > .h_list > .h_sub {
    row-gap: 10px;
    text-align: center;
  }
}
header .h_flex > .h_list > .h_sub > li {
  position: relative;
  margin-bottom: 0;
}
@media print, screen and (min-width: 992px) {
  header .h_flex > .h_list > .h_sub > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-45%);
    background-color: #E9E9E9;
    width: 1px;
    height: 30px;
  }
}
@media print, screen and (max-width: 992px) {
  header .h_flex > .h_list > .h_sub > li {
    width: 100%;
  }
}
header .h_flex > .h_list > .h_sub > li > a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 36px;
  color: #3f3f3f;
}
header .h_flex .h_contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (max-width: 992px) {
  header .h_flex .h_contact {
    margin-left: auto;
  }
}
header .h_flex .h_contact > li {
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  header .h_flex .h_contact > li {
    width: 100%;
  }
}
header .h_flex .h_contact > li > a {
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 15.6px;
  text-align: center;
  color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  background: #2291AC;
  padding: 16px 40px 16px 25px;
}
@media print, screen and (max-width: 992px) {
  header .h_flex .h_contact > li > a {
    font-size: 11px;
    padding: 8px 20px 8px 10px;
  }
}
header .h_flex .h_contact > li > a::before {
  content: "";
  background-image: url(../images/ico_submit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 992px) {
  header .h_flex .h_contact > li > a::before {
    width: 10px;
    height: 10px;
    right: 5px;
  }
}
header .h_flex .h_contact > li > a > span {
  color: #F3EF89;
}
header .h_flex .h_menu {
  position: relative;
}
header .h_flex .h_menu > a {
  display: block;
  position: relative;
  text-align: center;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  z-index: 9900;
  opacity: 1;
}
header .h_flex .h_menu > a > span {
  display: block;
  position: relative;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
}
header .h_flex .h_menu > a > span::before {
  content: "";
  display: block;
  position: relative;
  transition: 0.3s;
  top: -3px;
  left: 0;
  transform: translate(0%, -50%);
  width: 30px;
  height: 2px;
  background-color: #969696;
  border-radius: 50px;
}
header .h_flex .h_menu > a > span::after {
  content: "";
  display: block;
  position: relative;
  transition: 0.3s;
  top: 3px;
  left: 0;
  transform: translate(0%, -50%);
  width: 30px;
  height: 2px;
  background-color: #969696;
  border-radius: 50px;
}
header .h_flex .h_menu > a.is_open > span {
  width: 0;
}
header .h_flex .h_menu > a.is_open > span::before {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 0px;
}
header .h_flex .h_menu > a.is_open > span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: -2px;
}

main {
  font-family: "LINE Seed JP", sans-serif;
}
main .c_title {
  font-weight: 900;
  font-size: 56px;
  line-height: 1.4;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 992px) {
  main .c_title {
    font-size: 34px;
    margin-bottom: 2rem;
  }
}
main .c_title > .t_small {
  font-size: 28px;
}
@media print, screen and (max-width: 992px) {
  main .c_title > .t_small {
    font-size: 16px;
  }
}
main .c_title > .t_en {
  display: inline-block;
  padding: 14px 10px;
  margin-bottom: 1rem;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #FFFFFF;
  width: 240px;
  border-radius: 22px;
  background: #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .c_title > .t_en {
    padding: 12px 10px;
    margin-bottom: 0.5rem;
    font-size: 12px;
    width: 220px;
  }
}
main .c_title > .t_tiny {
  display: block;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 56px;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .c_title > .t_tiny {
    margin-top: 1rem;
    font-size: 13px;
    line-height: 1.7;
  }
}
main .c_hint {
  position: relative;
  max-width: 760px;
  margin: 6rem auto 0;
  border-radius: 70px;
  background: #fff;
  box-shadow: 0px 5px 0px #d9d9d9;
  padding: 30px;
}
@media print, screen and (max-width: 992px) {
  main .c_hint {
    margin: 2.5rem auto 0;
    padding: 20px;
  }
}
main .c_hint > span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: #FFFFFF;
  clip-path: circle(50% at 50% 50%);
  width: 120px;
  height: 120px;
}
@media print, screen and (max-width: 992px) {
  main .c_hint > span {
    width: 100px;
    height: 100px;
  }
}
main .c_hint > span > img {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 51px;
}
@media print, screen and (max-width: 992px) {
  main .c_hint > span > img {
    width: 40px;
  }
}
main .c_hint > h3 {
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .c_hint > h3 {
    font-size: 14px;
    line-height: 1.7;
  }
}
main .c_hint > h3:last-of-type {
  margin-bottom: 0;
}
main .c_hint > h3 > span {
  color: #2291AC;
}
main .fv_section {
  position: relative;
  background-image: url(../images/bg_fv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 0 7rem;
}
@media print, screen and (max-width: 992px) {
  main .fv_section {
    background-image: url(../images/bg_fv_sp.png);
    padding: 4.5rem 0 3rem;
  }
}
main .fv_section > .container {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  main .fv_section > .container {
    max-width: 1100px !important;
  }
}
main .fv_section > .container > .fv_flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 992px) {
  main .fv_section > .container > .fv_flex {
    justify-content: center;
    row-gap: 30px;
    margin: 0 -20px;
  }
}
main .fv_section > .container > .fv_flex > .fv_txt {
  width: 57%;
}
@media print, screen and (max-width: 992px) {
  main .fv_section > .container > .fv_flex > .fv_txt {
    width: 96%;
  }
}
main .fv_section > .container > .fv_flex > .fv_txt > h1 {
  margin-bottom: 0;
}
main .fv_section > .container > .fv_flex > .fv_img {
  width: 42%;
}
@media print, screen and (max-width: 992px) {
  main .fv_section > .container > .fv_flex > .fv_img {
    width: 100%;
  }
}
main .fv_section > .container > ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
}
@media print, screen and (min-width: 992px) {
  main .fv_section > .container > ul {
    position: absolute;
    top: 95%;
    left: 20px;
    width: 80%;
    margin: 0;
    column-gap: 20px;
  }
}
main .fv_section > .container > ul > li {
  width: 48%;
}
@media print, screen and (max-width: 992px) {
  main .fv_section > .container > ul > li {
    width: 100%;
  }
}
main .fv_section > .container > ul > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: normal;
  border-radius: 10px;
}
main .fv_section > .container > ul > li > a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 992px) {
  main .fv_section > .container > ul > li > a::before {
    width: 20px;
    height: 20px;
  }
}
main .fv_section > .container > ul > li:first-child > a {
  padding: 20px 10px;
  color: #FFFFFF;
  background: #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .fv_section > .container > ul > li:first-child > a {
    padding: 16px 10px;
    font-size: 18px;
  }
}
main .fv_section > .container > ul > li:first-child > a::before {
  background-image: url(../images/ico_submit.svg);
}
main .fv_section > .container > ul > li:first-child > a > .c_yellow {
  color: #F3EF89;
}
main .fv_section > .container > ul > li:first-child > a > .t_small {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
}
@media print, screen and (max-width: 992px) {
  main .fv_section > .container > ul > li:first-child > a > .t_small {
    font-size: 10px;
  }
}
main .fv_section > .container > ul > li:last-child > a {
  padding: 29px 10px;
  color: #2291AC;
  background: #FFFFFF;
  border: 2px solid #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .fv_section > .container > ul > li:last-child > a {
    padding: 22px 10px;
    font-size: 16px;
  }
}
main .fv_section > .container > ul > li:last-child > a::before {
  background-image: url(../images/ico_download.svg);
}
main .intro_section {
  position: relative;
  background-color: #F2F2F2;
  padding: 2rem 0 4rem;
}
@media print, screen and (max-width: 992px) {
  main .intro_section {
    padding: 1.5rem 0 3rem;
  }
}
main .intro_section .c_title > .t_en {
  background: #969696;
}
main .intro_section .intro_flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex {
    row-gap: 3rem;
  }
}
main .intro_section .intro_flex::before {
  content: "";
  background-color: #B6B6B6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 60px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex::before {
    top: 58%;
    width: 40px;
    height: 20px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
main .intro_section .intro_flex > div {
  position: relative;
  overflow: hidden;
  width: 45%;
  padding: 36px 0;
  border-radius: 20px;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div {
    width: 100%;
    padding: 28px 0;
  }
}
main .intro_section .intro_flex > div > * {
  position: relative;
  z-index: 2;
}
main .intro_section .intro_flex > div > p {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 21.6px;
  text-align: left;
  padding: 10px 15px;
  width: 65%;
  color: #FFFFFF;
  background: #69a0ae;
  clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div > p {
    font-size: 16px;
  }
}
main .intro_section .intro_flex > div > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
  width: 70%;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div > ul {
    width: 80%;
  }
}
main .intro_section .intro_flex > div > ul > li {
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #3f3f3f;
  background-color: #FFFFFF;
  padding: 12px 10px;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div > ul > li {
    font-size: 12px;
  }
}
main .intro_section .intro_flex > div > ul > li:not(:last-child) {
  margin-bottom: 2px;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div > ul > li:not(:last-child) {
    margin-bottom: 4px;
  }
}
main .intro_section .intro_flex > div > ul > li::before {
  content: "ー";
  color: #69A0AE;
  padding-right: 10px;
}
main .intro_section .intro_flex > div > div {
  margin-top: 3rem;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div > div {
    margin-top: 1.5rem;
  }
}
main .intro_section .intro_flex > div > div > h3 {
  font-weight: 900;
  font-size: 72px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div > div > h3 {
    font-size: 54px;
    margin-bottom: 0.5rem;
  }
}
main .intro_section .intro_flex > div > div > h3 > span {
  font-size: 36px;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div > div > h3 > span {
    font-size: 28px;
  }
}
main .intro_section .intro_flex > div > div > span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 19.2px;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div > div > span {
    font-size: 13px;
  }
}
main .intro_section .intro_flex > div:first-child {
  background: #e0f6ff;
}
main .intro_section .intro_flex > div:first-child::before {
  content: "";
  background-image: url(../images/intro_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 228px;
  height: 252px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div:first-child::before {
    right: -30px;
  }
}
main .intro_section .intro_flex > div:first-child > p {
  width: 65%;
  color: #FFFFFF;
  background: #69a0ae;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div:first-child > p {
    width: 60%;
  }
}
main .intro_section .intro_flex > div:last-child {
  background: #69A0AE;
}
main .intro_section .intro_flex > div:last-child > p {
  width: 70%;
  color: #69a0ae;
  background: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  main .intro_section .intro_flex > div:last-child > p {
    width: 80%;
  }
}
main .solution_section {
  position: relative;
  background-image: url(../images/bg_solution.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0 7rem;
}
@media print, screen and (max-width: 992px) {
  main .solution_section {
    background-image: url(../images/bg_solution_sp.png);
    padding: 1.5rem 0 5rem;
  }
}
main .solution_section .solution_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-top: 6rem;
}
@media print, screen and (max-width: 992px) {
  main .solution_section .solution_flex {
    margin-top: 2rem;
    row-gap: 1rem;
  }
}
main .solution_section .solution_flex > div {
  position: relative;
  width: 30%;
  padding: 20px 20px 30px;
  border-radius: 20px;
  background: #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .solution_section .solution_flex > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    padding: 20px 15px 20px 10px;
  }
}
@media print, screen and (max-width: 992px) {
  main .solution_section .solution_flex > div > div:first-child {
    text-align: center;
    width: 70px;
    flex-shrink: 0;
  }
  main .solution_section .solution_flex > div > div:last-child {
    text-align: left;
    flex: 1;
  }
}
main .solution_section .solution_flex > div img {
  width: 60px;
}
@media print, screen and (min-width: 992px) {
  main .solution_section .solution_flex > div img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
  }
}
main .solution_section .solution_flex > div .t_number {
  display: block;
  font-weight: 900;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.2);
  line-height: normal;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 992px) {
  main .solution_section .solution_flex > div .t_number {
    font-size: 46px;
    margin: 10px 0 0;
  }
}
main .solution_section .solution_flex > div h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .solution_section .solution_flex > div h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
main .solution_section .solution_flex > div h3 > span {
  color: #F3EF89;
}
main .solution_section .solution_flex > div ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 5px;
}
main .solution_section .solution_flex > div ul > li:first-child {
  text-align: center;
  width: 80px;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 80px;
  color: #2291AC;
  background-color: #E0F6FF;
  border-radius: 5px 0 0 5px;
}
main .solution_section .solution_flex > div ul > li:last-child {
  text-align: left;
  flex: 1;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  padding: 0 15px;
  color: #2291AC;
}
main .solution_section .solution_flex > div p {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
}
main .solution_section .c_hint {
  margin-top: 4rem;
}
main .reason_section {
  position: relative;
  background: linear-gradient(#FFFFFF 55%, #F6F6F6 0);
  padding: 5rem 0 5rem;
}
@media print, screen and (max-width: 992px) {
  main .reason_section {
    background: linear-gradient(to right, #F6F6F6 40%, #FFFFFF 0);
    padding: 5rem 0 3rem;
  }
}
main .reason_section > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}
@media print, screen and (max-width: 992px) {
  main .reason_section > img {
    width: 80px;
  }
}
main .reason_section .reason_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  main .reason_section .reason_flex {
    margin-top: 2rem;
    row-gap: 2rem;
  }
}
main .reason_section .reason_flex > div {
  position: relative;
  width: 30%;
}
@media print, screen and (max-width: 992px) {
  main .reason_section .reason_flex > div {
    width: 100%;
  }
}
main .reason_section .reason_flex > div > h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #3F3F3F;
  margin: 1.5rem 0 1rem;
}
@media print, screen and (max-width: 992px) {
  main .reason_section .reason_flex > div > h3 {
    margin: 1rem 0;
  }
}
main .reason_section .reason_flex > div > h3 > span {
  color: #2291AC;
}
main .reason_section .reason_flex > div > p {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #3f3f3f;
  margin-bottom: 0;
}
main .game_section {
  position: relative;
  background-color: #FFFFFF;
  padding: 2rem 0 5rem;
}
@media print, screen and (max-width: 992px) {
  main .game_section {
    padding: 1.5rem 0 3rem;
  }
}
@media print, screen and (min-width: 992px) {
  main .game_section .c_title {
    margin-bottom: 0;
  }
}
main .game_section .game_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3rem;
}
main .game_section .game_flex:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 992px) {
  main .game_section .game_flex:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
main .game_section .game_flex > .game_img {
  width: 360px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 992px) {
  main .game_section .game_flex > .game_img {
    display: none;
  }
}
main .game_section .game_flex > .game_txt {
  text-align: left;
  flex: 1;
}
main .game_section .game_flex > .game_txt > h3 {
  position: relative;
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  border-radius: 1px;
  background: #69a0ae;
  padding: 10px 30px;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  main .game_section .game_flex > .game_txt > h3 {
    font-size: 16px;
    padding: 7px 5px 7px 20px;
    margin-bottom: 1.5rem;
  }
}
main .game_section .game_flex > .game_txt > h3::before {
  content: "";
  background-color: #B4CFD6;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
main .game_section .game_flex > .game_txt > h4 {
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  color: #2291AC;
  margin: 2rem 0 1.5rem;
}
@media print, screen and (max-width: 992px) {
  main .game_section .game_flex > .game_txt > h4 {
    font-size: 20px;
    margin: 1.5rem 0 1rem;
  }
}
main .game_section .game_flex > .game_txt > p {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #3f3f3f;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .game_section .game_flex > .game_txt > p {
    font-size: 13px;
  }
}
main .free_section {
  position: relative;
  background-image: url(../images/bg_free.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 0 5rem;
}
@media print, screen and (max-width: 992px) {
  main .free_section {
    background-image: url(../images/bg_free_sp.png);
    padding: 1rem 0 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  main .free_section > .container {
    max-width: 800px !important;
  }
}
main .free_section .c_title {
  font-size: 72px;
  line-height: 1.3;
}
@media print, screen and (max-width: 992px) {
  main .free_section .c_title {
    font-size: 54px;
  }
}
main .free_section .c_title .t_en {
  font-size: 24px;
  border-radius: 50px;
  background-color: #897951;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .free_section .c_title .t_en {
    font-size: 20px;
    width: 200px;
  }
}
@media print, screen and (max-width: 992px) {
  main .free_section .c_title .t_small {
    font-size: 20px;
  }
}
main .free_section .c_title .c_gold {
  color: #897951;
}
main .free_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1.5rem;
}
@media print, screen and (max-width: 992px) {
  main .free_section ul {
    row-gap: 10px;
  }
}
main .free_section ul > li {
  width: 100%;
}
main .free_section ul > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: normal;
  border-radius: 10px;
}
main .free_section ul > li > a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 992px) {
  main .free_section ul > li > a::before {
    width: 20px;
    height: 20px;
  }
}
main .free_section ul > li:first-child > a {
  font-size: 28px;
  padding: 30px 10px;
  color: #FFFFFF;
  background: #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .free_section ul > li:first-child > a {
    font-size: 18px;
  }
}
main .free_section ul > li:first-child > a::before {
  background-image: url(../images/ico_submit.svg);
}
main .free_section ul > li:first-child > a > .c_yellow {
  color: #F3EF89;
}
main .free_section ul > li:last-child > a {
  font-size: 24px;
  padding: 34px 10px;
  color: #2291AC;
  background: #FFFFFF;
  border: 2px solid #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .free_section ul > li:last-child > a {
    padding: 28px 10px;
    font-size: 15px;
  }
}
main .free_section ul > li:last-child > a::before {
  background-image: url(../images/ico_download.svg);
}
main .changing_section {
  position: relative;
  background-color: #FFFFFF;
  padding: 2rem 0 5rem;
}
@media print, screen and (max-width: 992px) {
  main .changing_section {
    padding: 1.5rem 0 3rem;
  }
}
main .changing_section .c_title .t_en {
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  main .changing_section .c_title .t_en {
    margin-bottom: 1.5rem;
  }
}
main .changing_section .changing_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-top: 4rem;
}
@media print, screen and (max-width: 992px) {
  main .changing_section .changing_flex {
    margin-top: 2rem;
    row-gap: 1rem;
  }
}
main .changing_section .changing_flex > div {
  position: relative;
  width: 30%;
  padding: 40px 20px 40px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 2px solid #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .changing_section .changing_flex > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    padding: 30px 10px 30px 10px;
  }
}
@media print, screen and (max-width: 992px) {
  main .changing_section .changing_flex > div > div:first-child {
    text-align: center;
    width: 70px;
    flex-shrink: 0;
  }
  main .changing_section .changing_flex > div > div:last-child {
    text-align: left;
    flex: 1;
  }
}
main .changing_section .changing_flex > div img {
  width: 120px;
}
@media print, screen and (max-width: 992px) {
  main .changing_section .changing_flex > div img {
    width: 100%;
  }
}
main .changing_section .changing_flex > div h3 {
  font-weight: 900;
  font-size: 22px;
  line-height: 34px;
  color: #2291AC;
  margin: 1.5rem 0 1rem;
}
@media print, screen and (max-width: 992px) {
  main .changing_section .changing_flex > div h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 0.5rem;
  }
}
main .changing_section .changing_flex > div p {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #3f3f3f;
  margin-bottom: 0;
}
main .instructor_section {
  position: relative;
  background-image: url(../images/bg_instructor.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0 5rem;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section {
    background-image: url(../images/bg_instructor_sp.png);
    padding: 1.5rem 0 3rem;
  }
}
main .instructor_section .c_title {
  font-size: 48px;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .c_title {
    font-size: 25px;
  }
}
main .instructor_section .c_title .t_en {
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .c_title .t_en {
    margin-bottom: 1.5rem;
  }
}
main .instructor_section .instructor_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3rem;
  border-radius: 20px;
  background: #FFFFFF;
  padding: 50px;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex {
    padding: 30px 20px;
    row-gap: 2rem;
  }
}
main .instructor_section .instructor_flex .instructor_img {
  width: 320px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex .instructor_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
  }
  main .instructor_section .instructor_flex .instructor_img > div {
    text-align: left;
    flex: 1;
  }
}
main .instructor_section .instructor_flex .instructor_txt {
  text-align: left;
  flex: 1;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex .instructor_txt {
    width: 100%;
    flex: auto;
  }
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex img {
    width: 150px;
    flex-shrink: 0;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1/1;
  }
}
main .instructor_section .instructor_flex h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 30px;
  font-weight: 900;
  font-size: 36px;
  color: #3f3f3f;
  margin-bottom: 1.3rem;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex h3 {
    row-gap: 10px;
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
main .instructor_section .instructor_flex h3 > span {
  font-size: 22px;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex h3 > span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
  }
}
main .instructor_section .instructor_flex .p_post {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex .p_post {
    font-size: 14px;
  }
}
main .instructor_section .instructor_flex .p_content {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #3f3f3f;
  margin: 2rem 0 3rem;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex .p_content {
    line-height: 1.8;
    margin: 0 0 2rem;
  }
}
main .instructor_section .instructor_flex .c_message {
  position: relative;
  border-radius: 10px;
  background: #69a0ae;
  padding: 25px 30px;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex .c_message {
    padding: 15px;
  }
}
main .instructor_section .instructor_flex .c_message > span {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -50%);
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border: 2px solid #69a0ae;
  border-radius: 50%;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex .c_message > span {
    top: 50%;
    width: 75px;
    height: 75px;
  }
}
main .instructor_section .instructor_flex .c_message > span::before {
  content: "メッセージ";
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  color: #69a0ae;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex .c_message > span::before {
    font-size: 12px;
  }
}
main .instructor_section .instructor_flex .c_message > p {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .instructor_section .instructor_flex .c_message > p {
    font-size: 12px;
    line-height: 1.8;
  }
}
main .curriculum_section {
  position: relative;
  background-color: #FFFFFF;
  background-image: url(../images/bg_curriculum.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding: 2rem 0 5rem;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section {
    background-image: url(../images/bg_curriculum_sp.png);
    padding: 1.5rem 0 3rem;
  }
}
main .curriculum_section .c_title {
  font-size: 48px;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .c_title {
    margin: 0 -20px 2rem;
    font-size: 25px;
  }
}
main .curriculum_section .c_title .t_en {
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .c_title .t_en {
    margin-bottom: 1.5rem;
  }
}
main .curriculum_section .curriculum_box {
  border-radius: 20px;
  background: #f6f6f6;
  padding: 50px;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box {
    padding: 20px 15px;
  }
}
main .curriculum_section .curriculum_box > .curriculum_flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .curriculum_flex {
    column-gap: 1rem;
    padding-bottom: 1.5rem;
  }
}
main .curriculum_section .curriculum_box > .curriculum_flex::before {
  content: "";
  background-color: #C1DBE1;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .curriculum_flex::before {
    left: 35px;
  }
}
main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_img {
  position: relative;
  width: 120px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_img {
    width: 70px;
  }
}
main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_img > * {
  position: relative;
}
main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt {
  text-align: left;
  flex: 1;
  border-radius: 20px;
  background: #FFFFFF;
  padding: 30px 40px;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt {
    padding: 20px 15px;
  }
}
main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt > h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt > h3 {
    row-gap: 8px;
    margin-bottom: 0.5rem;
  }
}
main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt > h3 > span:first-child {
  display: inline-block;
  font-weight: 900;
  font-size: 13px;
  line-height: normal;
  color: #FFFFFF;
  border-radius: 5px;
  background: #2291AC;
  padding: 10px 15px;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt > h3 > span:first-child {
    font-size: 12px;
  }
}
main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt > h3 > span:last-child {
  font-weight: 900;
  font-size: 22px;
  color: #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt > h3 > span:last-child {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}
main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt > p {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #3f3f3f;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .curriculum_flex > .curriculum_txt > p {
    font-size: 12px;
    line-height: 1.6;
  }
}
main .curriculum_section .curriculum_box > .c_blue {
  position: relative;
  margin-top: 0.5rem;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .c_blue {
    margin-top: 0;
  }
}
main .curriculum_section .curriculum_box > .c_blue::before {
  content: "";
  background-color: #C1DBE1;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 50%;
  left: 60px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .c_blue::before {
    left: 35px;
  }
}
main .curriculum_section .curriculum_box > .c_blue > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border: 2px solid #2291AC;
  border-radius: 50%;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .c_blue > span {
    width: 70px;
    height: 70px;
  }
}
main .curriculum_section .curriculum_box > .c_blue > span > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 51px;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .c_blue > span > img {
    width: 30px;
  }
}
main .curriculum_section .curriculum_box > .c_blue > h3 {
  max-width: 850px;
  margin-left: auto;
  font-weight: 900;
  font-size: 26px;
  line-height: 42px;
  text-align: left;
  color: #FFFFFF;
  border-radius: 70px;
  background: #2291AC;
  margin-bottom: 0;
  padding: 25px 25px 25px 80px;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .c_blue > h3 {
    max-width: 83%;
    font-size: 14px;
    line-height: 1.6;
    padding: 20px 20px 20px 35px;
  }
}
main .curriculum_section .curriculum_box > .c_blue > h3 > span {
  color: #F3EF89;
}
main .curriculum_section .curriculum_box > .c_btn {
  text-align: center;
  margin-top: 3rem;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .c_btn {
    margin-top: 2rem;
  }
}
main .curriculum_section .curriculum_box > .c_btn > a {
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-size: 16px;
  color: #FFFFFF;
  width: 180px;
  padding: 15px 0;
  border-radius: 30px;
  background: #9d9d9d;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .c_btn > a {
    font-size: 14px;
    width: 140px;
    padding: 10px 0;
  }
}
main .curriculum_section .curriculum_box > .c_btn > a::before {
  content: "";
  background-color: #FFFFFF;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s;
}
@media print, screen and (max-width: 992px) {
  main .curriculum_section .curriculum_box > .c_btn > a::before {
    right: 10px;
  }
}
main .curriculum_section .curriculum_box > .c_btn > a.is-open::before {
  transform: translateY(-50%) rotate(0deg);
}
main .comparison_section {
  position: relative;
  background-color: #ECF9FE;
  padding: 2rem 0 5rem;
}
@media print, screen and (max-width: 992px) {
  main .comparison_section {
    padding: 2rem 0 2rem;
  }
}
main .comparison_section .c_title {
  font-size: 48px;
}
@media print, screen and (max-width: 992px) {
  main .comparison_section .c_title {
    font-size: 25px;
  }
}
main .comparison_section .c_title .t_en {
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  main .comparison_section .c_title .t_en {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 992px) {
  main .comparison_section .comparison_scroll {
    overflow: scroll;
  }
  main .comparison_section .comparison_scroll > div {
    width: 580px;
  }
}
main .comparison_section p {
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #3f3f3f;
  margin: 1.5rem 0 0;
}
main .why_section {
  position: relative;
  background-color: #FFFFFF;
  background-image: url(../images/bg_why.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 5rem 0 5rem;
}
@media print, screen and (max-width: 992px) {
  main .why_section {
    background-image: url(../images/bg_why_sp.png);
    padding: 3rem 0 3rem;
  }
}
main .why_section h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #9b8e6d;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  main .why_section h2 {
    font-size: 34px;
    margin-bottom: 1rem;
  }
}
main .why_section h2 > span {
  font-size: 28px;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .why_section h2 > span {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
  }
}
main .why_section .why_txt {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_txt {
    font-size: 11px;
    line-height: 1.8;
  }
}
main .why_section .why_txt > span {
  color: #2291AC;
}
main .why_section .why_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  border-radius: 20px;
  background: #2291ac;
  padding: 60px 40px;
  margin-top: 5rem;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex {
    padding: 20px 20px 40px;
    margin-top: 3rem;
  }
}
main .why_section .why_flex > .why_left {
  width: 335px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex > .why_left {
    width: 100%;
  }
}
main .why_section .why_flex > .why_left > h3 {
  font-weight: 900;
  font-size: 60px;
  line-height: 84px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex > .why_left > h3 {
    font-size: 24px;
  }
}
main .why_section .why_flex > .why_left > h3 > span {
  font-size: 72px;
  color: #F3EF89;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex > .why_left > h3 > span {
    font-size: 38px;
  }
}
main .why_section .why_flex > .why_right {
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  main .why_section .why_flex > .why_right {
    padding-left: 50px;
    border-left: 1px solid #A9D4DF;
  }
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex > .why_right {
    width: 100%;
    flex: auto;
    padding-top: 1.5rem;
    border-top: 1px solid #A9D4DF;
  }
}
main .why_section .why_flex > .why_right > h4 {
  font-weight: 900;
  font-size: 28px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex > .why_right > h4 {
    font-size: 18px;
    line-height: 1.6;
  }
}
main .why_section .why_flex > .why_right > h4 > span {
  color: #F3EF89;
}
main .why_section .why_flex > .why_right > p {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex > .why_right > p {
    font-size: 11px;
    line-height: 1.7;
  }
}
main .why_section .why_flex > .why_right > ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex > .why_right > ul {
    margin: 1rem 0 10px;
  }
}
main .why_section .why_flex > .why_right > ul:last-of-type {
  margin: 10px 0 1rem;
}
main .why_section .why_flex > .why_right > ul > li:first-child {
  text-align: center;
  width: 70px;
  flex-shrink: 0;
  font-weight: 900;
  font-size: 28px;
  line-height: 2.5;
  color: #2291AC;
  background-color: #C1DBE1;
  border-radius: 10px 0 0 10px;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex > .why_right > ul > li:first-child {
    width: 40px;
    font-size: 16px;
    line-height: 4;
  }
}
main .why_section .why_flex > .why_right > ul > li:last-child {
  text-align: left;
  flex: 1;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 16.8px;
  color: #3f3f3f;
  padding: 0 10px;
}
@media print, screen and (max-width: 992px) {
  main .why_section .why_flex > .why_right > ul > li:last-child {
    font-size: 11px;
    line-height: 1.7;
  }
}
main .end_section {
  position: relative;
  background-image: url(../images/bg_end.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 0 5rem;
}
@media print, screen and (max-width: 992px) {
  main .end_section {
    background-image: url(../images/bg_end_sp.png);
    padding: 2.5rem 0 2.5rem;
  }
}
main .end_section .c_title {
  font-size: 48px;
  line-height: 1.7;
}
@media print, screen and (max-width: 992px) {
  main .end_section .c_title {
    font-size: 30px;
    line-height: 1.5;
  }
}
main .end_section .c_title .t_en {
  font-size: 24px;
  border-radius: 50px;
  background-color: #897951;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  main .end_section .c_title .t_en {
    font-size: 20px;
    width: 200px;
    margin-bottom: 1rem;
  }
}
main .end_section .end_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 70px;
  margin: 0 auto 4rem;
  max-width: 800px !important;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex {
    margin: 0 auto 2rem;
  }
}
main .end_section .end_flex > .end_left {
  width: 250px;
  flex-shrink: 0;
  text-align: center;
  background-color: #9B8E6D;
  border-radius: 70px 0 0 70px;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_left {
    width: 100px;
  }
}
main .end_section .end_flex > .end_left > h3 {
  margin-bottom: 0;
  line-height: 5;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_left > h3 {
    line-height: 6.5;
  }
}
main .end_section .end_flex > .end_left > h3 > span {
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_left > h3 > span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
  }
}
main .end_section .end_flex > .end_right {
  flex: 1;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  padding: 0 30px;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_right {
    padding: 0 15px;
    row-gap: 5px;
  }
}
main .end_section .end_flex > .end_right > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_right > ul {
    width: 100%;
  }
}
main .end_section .end_flex > .end_right > ul > li {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_right > ul > li {
    font-size: 11px;
    line-height: 1.5;
  }
}
main .end_section .end_flex > .end_right > .img_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_right > .img_flex {
    width: 100%;
    column-gap: 10px;
  }
}
main .end_section .end_flex > .end_right > .img_flex > img {
  width: 30px;
  flex-shrink: 0;
}
main .end_section .end_flex > .end_right > .img_flex > .value_flex {
  flex: 1;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_right > .img_flex > .value_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 10px;
  }
}
main .end_section .end_flex > .end_right > .img_flex > .value_flex > p {
  font-weight: 900;
  font-size: 72px;
  line-height: 1.2;
  color: #9b8e6d;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_right > .img_flex > .value_flex > p {
    font-size: 56px;
  }
}
main .end_section .end_flex > .end_right > .img_flex > .value_flex > p > span {
  font-size: 28px;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_right > .img_flex > .value_flex > p > span {
    font-size: 24px;
  }
}
main .end_section .end_flex > .end_right > .img_flex > .value_flex > span {
  display: block;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .end_section .end_flex > .end_right > .img_flex > .value_flex > span {
    font-size: 10px;
  }
}
main .end_section .cta_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1.5rem;
}
@media print, screen and (max-width: 992px) {
  main .end_section .cta_list {
    row-gap: 10px;
  }
}
main .end_section .cta_list > li {
  width: 100%;
}
main .end_section .cta_list > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: normal;
  border-radius: 10px;
}
main .end_section .cta_list > li > a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 992px) {
  main .end_section .cta_list > li > a::before {
    width: 20px;
    height: 20px;
  }
}
main .end_section .cta_list > li:first-child > a {
  font-size: 28px;
  padding: 30px 10px;
  color: #FFFFFF;
  background: #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .end_section .cta_list > li:first-child > a {
    font-size: 18px;
    line-height: 1.3;
    padding: 20px 10px;
  }
}
main .end_section .cta_list > li:first-child > a::before {
  background-image: url(../images/ico_submit.svg);
}
main .end_section .cta_list > li:first-child > a > .c_yellow {
  color: #F3EF89;
}
main .end_section .cta_list > li:first-child > a > .t_middle {
  font-size: 18px;
}
@media print, screen and (max-width: 992px) {
  main .end_section .cta_list > li:first-child > a > .t_middle {
    font-size: 9px;
  }
}
main .end_section .cta_list > li:first-child > a > .t_small {
  font-weight: bold;
  font-size: 12px;
}
@media print, screen and (max-width: 992px) {
  main .end_section .cta_list > li:first-child > a > .t_small {
    font-size: 9px;
  }
}
main .end_section .cta_list > li:last-child > a {
  font-size: 24px;
  padding: 34px 10px;
  color: #2291AC;
  background: #FFFFFF;
  border: 2px solid #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .end_section .cta_list > li:last-child > a {
    padding: 28px 10px;
    font-size: 15px;
  }
}
main .end_section .cta_list > li:last-child > a::before {
  background-image: url(../images/ico_download.svg);
}
main .child_title_section {
  position: relative;
  background-image: url(../images/bg_fv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 8rem 0;
}
@media print, screen and (max-width: 992px) {
  main .child_title_section {
    padding: 6rem 0;
  }
}
main .child_title_section h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .child_title_section h1 {
    font-size: 30px;
    line-height: 1.4;
  }
}
main .c_contact_section {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 4rem;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section {
    padding: 0 0 3rem;
  }
}
main .c_contact_section > .container {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  main .c_contact_section > .container {
    max-width: 1100px !important;
  }
}
main .c_contact_section > .container > h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 32px;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container > h2 {
    font-size: 26px;
  }
}
main .c_contact_section > .container > p {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 32px;
  color: #3f3f3f;
  margin-bottom: 2rem;
}
main .c_contact_section > .container > ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .c_contact_section > .container > ul::before {
  content: "";
  background: #9F9F9F;
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  height: 2px;
}
main .c_contact_section > .container > ul.c_confirm::before {
  background: linear-gradient(to right, #4c8998 50%, #9F9F9F 0);
}
main .c_contact_section > .container > ul.c_thanks::before {
  background: #4c8998;
}
main .c_contact_section > .container > ul > li {
  position: relative;
  width: 80px;
}
main .c_contact_section > .container > ul > li > p {
  font-weight: bold;
  font-size: 52px;
  text-align: center;
  color: #BEBEBE;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container > ul > li > p {
    font-size: 44px;
  }
}
main .c_contact_section > .container > ul > li > span {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #BEBEBE;
  border-radius: 30px;
}
main .c_contact_section > .container > ul > li.cc_blue > p {
  color: #4c8998;
}
main .c_contact_section > .container > ul > li.cc_blue > span {
  background: #4c8998;
}
main .c_contact_section > .container form {
  margin: 4rem 0 0;
  background-color: #F4F4F4;
  padding: 3rem;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form {
    margin: 3rem -20px 0;
    padding: 2.5rem 20px;
  }
}
main .c_contact_section > .container form .form_box {
  text-align: left;
}
main .c_contact_section > .container form .form_box > ul {
  list-style: none;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  border-bottom: 2px solid #D2D2D2;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_box > ul {
    row-gap: 1rem;
  }
}
main .c_contact_section > .container form .form_box > ul > li:first-child {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_box > ul > li:first-child {
    width: 100%;
  }
}
main .c_contact_section > .container form .form_box > ul > li:first-child::before {
  content: "任意";
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 32px;
  text-align: center;
  color: #fff;
  width: 60px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #a7a7a7;
}
main .c_contact_section > .container form .form_box > ul > li:first-child.required::before {
  content: "必須";
  background: #4C8998;
}
main .c_contact_section > .container form .form_box > ul > li:first-child p {
  flex: 1;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 32px;
  color: #3f3f3f;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_box > ul > li:first-child p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
main .c_contact_section > .container form .form_box > ul > li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  main .c_contact_section > .container form .form_box > ul > li:last-child {
    flex: 1;
  }
}
main .c_contact_section > .container form .form_box > ul > li:last-child > p {
  margin: 0;
}
main .c_contact_section > .container form .form_box > ul > li:last-child input[type=text], main .c_contact_section > .container form .form_box > ul > li:last-child input[type=email], main .c_contact_section > .container form .form_box > ul > li:last-child input[type=tel], main .c_contact_section > .container form .form_box > ul > li:last-child textarea {
  width: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #bebebe;
  padding: 0.8rem 1rem;
  height: auto;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_box > ul > li:last-child input[type=text], main .c_contact_section > .container form .form_box > ul > li:last-child input[type=email], main .c_contact_section > .container form .form_box > ul > li:last-child input[type=tel], main .c_contact_section > .container form .form_box > ul > li:last-child textarea {
    padding: 15px;
  }
}
main .c_contact_section > .container form .form_box > ul > li:last-child input[type=text]::placeholder, main .c_contact_section > .container form .form_box > ul > li:last-child input[type=email]::placeholder, main .c_contact_section > .container form .form_box > ul > li:last-child input[type=tel]::placeholder, main .c_contact_section > .container form .form_box > ul > li:last-child textarea::placeholder {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 32px;
  color: #bebebe;
}
main .c_contact_section > .container form .form_box > ul > li:last-child select {
  width: 360px;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #bebebe;
  font-size: 14px;
  padding: 1rem 1rem;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/ico_select.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  padding-right: 40px;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_box > ul > li:last-child select {
    width: 100%;
    padding: 17px 15px;
    padding-right: 40px;
  }
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-radio > .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-radio > .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 32px;
  color: #3f3f3f;
  width: fit-content;
  cursor: pointer;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-radio > .wpcf7-list-item > label {
    font-size: 14px;
  }
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-radio > .wpcf7-list-item > label > input[type=radio] {
  appearance: none;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #bebebe;
  border-radius: 9999px;
  cursor: pointer;
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-radio > .wpcf7-list-item > label > input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border-radius: 9999px;
  background-color: #2291AC;
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-checkbox > .wpcf7-list-item {
  margin: 0;
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-checkbox > .wpcf7-list-item label {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  width: fit-content;
  cursor: pointer;
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-checkbox > .wpcf7-list-item label > input[type=checkbox] {
  appearance: none;
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #bebebe;
  background-color: #FFFFFF;
  border-radius: 2px;
  cursor: pointer;
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-checkbox > .wpcf7-list-item label > input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 10px;
  border-bottom: 2px solid #06b6d4;
  border-left: 2px solid #06b6d4;
  transform: rotate(-45deg);
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-checkbox > .wpcf7-list-item label > .wpcf7-list-item-label {
  flex: 1;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-checkbox > .wpcf7-list-item label > .wpcf7-list-item-label {
    font-size: 14px;
  }
}
main .c_contact_section > .container form .form_box > ul > li:last-child .t_red {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: left;
  color: #c84457;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_box > ul > li:last-child .t_red {
    font-size: 13px;
  }
}
main .c_contact_section > .container form .form_box > ul > li:last-child .wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
}
main .c_contact_section > .container form .form_accept {
  margin: 3rem 0;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_accept {
    margin: 2rem 0;
  }
}
main .c_contact_section > .container form .form_accept > p {
  margin-bottom: 0;
}
main .c_contact_section > .container form .form_accept > p .wpcf7-acceptance > .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
main .c_contact_section > .container form .form_accept > p .wpcf7-acceptance > .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  width: fit-content;
  cursor: pointer;
}
main .c_contact_section > .container form .form_accept > p .wpcf7-acceptance > .wpcf7-list-item label > input[type=checkbox] {
  appearance: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #bebebe;
  background-color: #FFFFFF;
  border-radius: 2px;
  cursor: pointer;
}
main .c_contact_section > .container form .form_accept > p .wpcf7-acceptance > .wpcf7-list-item label > input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 10px;
  border-bottom: 2px solid #06b6d4;
  border-left: 2px solid #06b6d4;
  transform: rotate(-45deg);
}
main .c_contact_section > .container form .form_accept > p .wpcf7-acceptance > .wpcf7-list-item label > .wpcf7-list-item-label {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_accept > p .wpcf7-acceptance > .wpcf7-list-item label > .wpcf7-list-item-label {
    font-size: 14px;
  }
}
main .c_contact_section > .container form .form_accept > .p_accept {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_accept > .p_accept {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
}
main .c_contact_section > .container form .form_accept > .p_accept > a {
  color: #4C8998;
  text-decoration: underline;
}
main .c_contact_section > .container form .form_send {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-top: 4rem;
}
main .c_contact_section > .container form .form_send .previous_btn {
  position: relative;
  width: 31%;
}
@media print, screen and (min-width: 992px) {
  main .c_contact_section > .container form .form_send .previous_btn {
    order: 1;
  }
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_send .previous_btn {
    width: 90%;
  }
}
main .c_contact_section > .container form .form_send .previous_btn .submit_wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 3.3rem 0;
  border-radius: 10px;
  background: #9F9F9F;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_send .previous_btn .submit_wrap {
    padding: 2rem 0;
  }
}
main .c_contact_section > .container form .form_send .previous_btn .submit_wrap input[type=button] {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_send .previous_btn .submit_wrap input[type=button] {
    font-size: 18px;
  }
}
main .c_contact_section > .container form .form_send .previous_btn .submit_wrap::before {
  content: "";
  background-image: url(../images/ico_previous.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
main .c_contact_section > .container form .form_send .previous_btn .submit_wrap:hover {
  opacity: 0.7;
}
main .c_contact_section > .container form .form_send .submit_btn {
  position: relative;
  width: 60%;
}
@media print, screen and (min-width: 992px) {
  main .c_contact_section > .container form .form_send .submit_btn {
    order: 2;
  }
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_send .submit_btn {
    width: 100%;
  }
}
main .c_contact_section > .container form .form_send .submit_btn .submit_wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.5rem 0;
  border-radius: 10px;
  background: #2291AC;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_send .submit_btn .submit_wrap {
    padding: 1.5rem 0;
  }
}
main .c_contact_section > .container form .form_send .submit_btn .submit_wrap input[type=submit] {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_send .submit_btn .submit_wrap input[type=submit] {
    font-size: 18px;
  }
}
main .c_contact_section > .container form .form_send .submit_btn .submit_wrap::before {
  content: "";
  background-image: url(../images/ico_submit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
main .c_contact_section > .container form .form_send .submit_btn .submit_wrap:hover {
  opacity: 0.7;
}
main .c_contact_section > .container form .form_send .submit_btn .submit_wrap.is-disabled {
  border-radius: 10px;
  background: #dcdcdc !important;
  cursor: not-allowed;
}
main .c_contact_section > .container form .form_send .wpcf7-spinner {
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
main .c_contact_section > .container form .form_confirm {
  text-align: left;
}
main .c_contact_section > .container form .form_confirm > ul {
  list-style: none;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  border-bottom: 2px solid #D2D2D2;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_confirm > ul {
    row-gap: 5px;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
  }
}
main .c_contact_section > .container form .form_confirm > ul > li {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 32px;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_confirm > ul > li {
    font-size: 14px;
  }
}
main .c_contact_section > .container form .form_confirm > ul > li:first-child {
  width: 32%;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_confirm > ul > li:first-child {
    width: 100%;
  }
}
main .c_contact_section > .container form .form_confirm > ul > li:first-child p {
  flex: 1;
  position: relative;
  margin-bottom: 0;
}
main .c_contact_section > .container form .form_confirm > ul > li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  main .c_contact_section > .container form .form_confirm > ul > li:last-child {
    flex: 1;
  }
}
main .c_contact_section > .container form .form_confirm > ul > li:last-child > p {
  margin: 0;
}
main .c_contact_section > .container form .form_thanks {
  margin: 4rem 0;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_thanks {
    margin: 2rem 0;
  }
}
main .c_contact_section > .container form .form_thanks > h3 {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.5;
  color: #2291AC;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_thanks > h3 {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
main .c_contact_section > .container form .form_thanks > p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 36px;
  text-align: center;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_thanks > p {
    font-size: 14px;
    line-height: 1.8;
  }
}
main .c_contact_section > .container form .form_thanks > span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: #3f3f3f;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_thanks > span {
    font-size: 10px;
    line-height: 1.8;
  }
}
main .c_contact_section > .container form .form_thanks > a {
  position: relative;
  display: inline-block;
  margin-top: 3rem;
  width: 600px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 26.4px;
  color: #FFFFFF;
  padding: 2rem 0;
  border-radius: 10px;
  background: #2291AC;
}
@media print, screen and (max-width: 992px) {
  main .c_contact_section > .container form .form_thanks > a {
    margin-top: 2rem;
    width: 100%;
    padding: 1.5rem 0;
    font-size: 18px;
  }
}
main .c_contact_section > .container form .form_thanks > a::before {
  content: "";
  background-image: url(../images/ico_submit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.bg_section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 15;
}
.bg_section.is_bg {
  display: block;
}

footer {
  position: relative;
  padding: 4rem 0;
  background-color: #656565;
}
@media print, screen and (max-width: 992px) {
  footer {
    padding: 3rem 0;
  }
}
@media print, screen and (min-width: 992px) {
  footer > .container {
    max-width: 1100px !important;
  }
}
footer > .container > .f_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media print, screen and (max-width: 992px) {
  footer > .container > .f_flex {
    justify-content: center;
    row-gap: 2rem;
    padding: 0 0 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ACACAC;
  }
}
footer > .container > .f_flex > .f_logo {
  width: 40%;
  padding: 1rem 0;
}
@media print, screen and (max-width: 992px) {
  footer > .container > .f_flex > .f_logo {
    width: 100%;
    padding: 0 0 2rem;
    border-bottom: 1px solid #ACACAC;
  }
}
footer > .container > .f_flex > .f_logo > h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 992px) {
  footer > .container > .f_flex > .f_logo > h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }
}
footer > .container > .f_flex > .f_logo > h2 > span {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  footer > .container > .f_flex > .f_logo > h2 > span {
    font-size: 12px;
  }
}
footer > .container > .f_flex > .f_logo > p {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  footer > .container > .f_flex > .f_logo > p {
    font-size: 12px;
    line-height: 1.8;
  }
}
footer > .container > .f_flex > .f_list {
  position: relative;
  width: 30%;
  padding: 1rem 0;
}
@media print, screen and (max-width: 992px) {
  footer > .container > .f_flex > .f_list {
    width: 50%;
    padding: 0;
  }
}
@media print, screen and (min-width: 992px) {
  footer > .container > .f_flex > .f_list::before {
    content: "";
    background-color: #ACACAC;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20%;
  }
}
footer > .container > .f_flex > .f_list > h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 28.8px;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 992px) {
  footer > .container > .f_flex > .f_list > h3 {
    font-size: 22px;
    margin-bottom: 1rem;
  }
}
footer > .container > .f_flex > .f_list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer > .container > .f_flex > .f_list > ul > li > a {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  footer > .container > .f_flex > .f_list > ul > li > a {
    font-size: 12px;
    line-height: 2.5;
  }
}
footer > .container > .f_flex > .f_list > ul > li > a::before {
  content: "ー";
  padding-right: 10px;
}
footer > .container > p {
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}